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

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

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

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

Retrying...
Finished tests in 1346.151052s, 20.0572 tests/s, 7109.4132 assertions/s.
27000 tests, 9570344 assertions, 0 failures, 0 errors, 222 skips

ruby -v: ruby 3.4.0dev (2023-12-29T10:30:24Z master bb59696614) [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.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2023-12-29T10:30:24Z master bb59696614) [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 287.832057 seconds

3728 files, 32492 examples, 148951 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.2794444.ruby -x gdbscript
[New LWP 2794444]
[New LWP 2794448]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000563dbf48016f in get_nth_dirname (dir=0, p=0x7fa21d950c31 "ustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/num", errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:263
263		while (*p) p++;
[Current thread is 1 (Thread 0x7fa23b8227c0 (LWP 2794444))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fa23b8227c0 (LWP 2794444) 0x0000563dbf48016f in get_nth_dirname (dir=0, p=0x7fa21d950c31 "ustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/num", errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:263
  2    Thread 0x7fa22224f640 (LWP 2794448) 0x00007fa23b94afde in epoll_wait (epfd=4, events=0x563dbf77885c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fa22224f640 (LWP 2794448)):
#0  0x00007fa23b94afde in epoll_wait (epfd=4, events=0x563dbf77885c <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  0x0000563dbf2e2668 in event_wait (vm=0x563dc08aab10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22077
#2  0x0000563dbf2e268c in timer_thread_polling (vm=0x563dc08aab10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1157831506
#3  0x0000563dbf2e2d4c in timer_thread_func (ptr=0x563dc08aab10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x563dc08aab10
#4  0x00007fa23b8b9b43 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 = {140733270862416, 5631146413013435356, 140334334277184, 25, 140334760433744, 140733270862768, -5665073571469098020, -5665054695469382692}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fa23b94abb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fa23b8227c0 (LWP 2794444)):
#0  0x0000563dbf48016f in get_nth_dirname (dir=0, p=0x7fa21d950c31 "ustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/num", errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:263
No locals.
#1  0x0000563dbf48037a in fill_filename (file=8, format=4 '\004', version=4, include_directories=0x7fa21d950b62 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/ptr", filenames=0x7fa21d950dcb "mod.rs", line=0x563dc093e730, obj=0x563dc0b491a0, errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:314
        i = 8
        p = 0x7fa21d950e35 "cmp.rs"
        filename = 0x7fa21d950e29 "range.rs"
        dir = 5
#2  0x0000563dbf4835a9 in debug_info_read (reader=0x563dc093e8e0, num_traces=48, traces=0x563dbf77b960 <trace>, lines=0x563dc1b44e00, offset=0, errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1922
        v = {as = {ptr = 0x8 <error: Cannot access memory at address 0x8>, uint64 = 8, int64 = 8, addr_idx = 8}, off = 0, at = 88, form = 11, size = 0, type = 3}
        die = {pos = 4382979, tag = 29, has_children = 0}
        ranges = {low_pc = 287255, high_pc = 287259, ranges = 0, low_pc_set = true, high_pc_set = true, ranges_set = false}
        line = {dirname = 0x0, filename = 0x7fa21d950e29 "range.rs", path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x7fa21daa194a "lt", next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#3  0x0000563dbf484553 in fill_lines (num_traces=48, traces=0x563dbf77b960 <trace>, check_debuglink=1, objp=0x563dc093f200, lines=0x563dc1b44e00, offset=0, errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x563dc0b491a0, file = 0x7fa21c96b000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fa21d5602fb "\350[", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fa21d952172 "\260E", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fa21d950dcb "mod.rs", debug_line_directories = 0x7fa21d950b62 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/library/core/src/ptr", p = 0x7fa21d560b4d "m\002\f", cu_end = 0x7fa21d565ee7 "^\314\001", pend = 0x7fa21d7f6110 "\001$", q0 = 0x7fa21d816c5f "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fa21d816e5c "Y\005W\v", format = 4, address_size = 8 '\b', level = 10, abbrev_table = {0x7fa23ba4d000 "", 0x7fa21d816c60 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fa21d816c76 "9\001\003\016", 0x7fa21d816c7d "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fa21d816c8d "(", 0x7fa21d816c96 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fa21d816ca7 "/", 0x7fa21d816cb0 "\005", 0x7fa21d816cbd ".\001n\016\003\016:\v;\005I\023 \v", 0x7fa21d816cce "\005", 0x7fa21d816cdb "4", 0x7fa21d816ceb "(", 0x7fa21d816cf4 ".\001n\016\003\016:\v;\v \v", 0x7fa21d816d03 "\023\001\003\016\v\v\210\001\017", 0x7fa21d816d0f "\r", 0x7fa21d816d1d "4", 0x7fa21d816d2a ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fa21d816d3d "\005", 0x7fa21d816d4c "\v\001U\027", 0x7fa21d816d53 "4", 0x7fa21d816d65 "4", 0x7fa21d816d74 "\035\001\061\023U\027X\vY\005W\v", 0x7fa21d816d83 "\005", 0x7fa21d816d8c "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fa21d816d9d "4", 0x7fa21d816da6 "\v\001\021\001\022\006", 0x7fa21d816daf "\035", 0x7fa21d816dbe "4", 0x7fa21d816dc7 "\v\001", 0x7fa21d816dcc "4", 0x7fa21d816ddc ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fa21d816df1 "\005", 0x7fa21d816e00 "4", 0x7fa21d816e12 "\035\001\061\023U\027X\vY\vW\v", 0x7fa21d816e21 "\035", 0x7fa21d816e30 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fa21d816e41 "\035", 0x7fa21d816e52 "\035", 0x7fa21d816e63 "\005", 0x7fa21d816e6c ".\001n\016\003\016:\v;\005 \v", 0x7fa21d816e7b "\005", 0x7fa21d816e82 "4", 0x7fa21d816e89 "\005", 0x7fa21d816e92 "4", 0x7fa21d816e9b "4", 0x7fa21d816ea4 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fa21d816eb7 "\005", 0x7fa21d816ec6 "4", 0x7fa21d816ed5 "\005", 0x7fa21d816ee0 "\023", 0x7fa21d816eec ".\001\021\001\022\006@\030\061\023", 0x7fa21d816ef9 "\027\001\003\016\v\v\210\001\017", 0x7fa21d816f05 "3\001\025\023", 0x7fa21d816f0c "\r", 0x7fa21d816f1a "\031\001\026\v", 0x7fa21d816f21 "\031\001", 0x7fa21d816f26 "4", 0x7fa21d816f33 "$", 0x7fa21d816f3e "\017", 0x7fa21d816f49 "\017", 0x7fa21d816f52 "\001\001I\023", 0x7fa21d816f59 "!", 0x7fa21d816f64 "$", 0x7fa21d816f6f "\023", 0x7fa21d816ae1 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fa21d816af6 "4", 0x7fa21d816aff ".", 0x7fa21d816b10 ".", 0x7fa21d816b23 "\017", 0x7fa21d816b2c "\001\001I\023", 0x7fa21d816b33 "!", 0x7fa21d816b3e "$", 0x7fa21d816b49 "\025\001I\023", 0x7fa21d816b50 "\005", 0x7fa21d816b57 "\005", 0x7fa21d816b66 "\035", 0x7fa21d816b77 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fa21d816b8a "4", 0x7fa21d816b9e "\r", 0x7fa21d816bac "4", 0x7fa21d816bbb "4", 0x7fa21d816bcd "\005", 0x7fa21d816bd6 "4", 0x7fa21d816be5 "\035", 0x7fa21d816bf4 "4", 0x7fa21d816bfd "\005", 0x7fa21d816c0c "4", 0x7fa21d816c1b "4", 0x7fa21d816c2d ".", 0x7fa21d816c3e ".\001\003\016:\v;\v \v", 0x7fa21d816c4b ".\001\003\016:\v;\vI\023 \v", 0x7fa21d816c5a "\025\001", 0x7fa21d81632a "4", 0x7fa21d81633c ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fa21d81634f "\005", 0x7fa21d816358 "4", 0x7fa21d816361 ".", 0x7fa21d816372 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fa21d816381 "4", 0x7fa21d816393 "\035", 0x7fa21d8163a2 ".", 0x7fa21d8163b5 "\r", 0x7fa21d8163c3 "\025\001I\023", 0x7fa21d8163ca "\005", 0x7fa21d8163d1 "\025\001", 0x7fa21d8163d6 ".\001\003\016:\v;\v \v", 0x7fa21d8163e3 ".\001\003\016:\v;\vI\023 \v", 0x7fa21d814cec "\025\001I\023", 0x7fa21d814cf3 "\005", 0x7fa21d814cfa "\025\001", 0x7fa21d814cff ".\001\003\016:\v;\v \v", 0x7fa21d814d0c ".\001\003\016:\v;\vI\023 \v", 0x7fa21d814d1b ".\001\003\016:\v;\vI\023?\031 \v", 0x7fa21d80c989 "\005", 0x7fa21d80c998 ".", 0x7fa21d808b07 "!", 0x7fa21d808b10 "\r", 0x7fa21d808b26 ".", 0x7fa21d808b3a "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7fa21d808b51 "\n", 0x7fa21d808b5e ".", 0x7fa21d808b77 "4", 0x7fa21d808b88 ".", 0x7fa21d808ba0 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fa21d808bbd ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fa21d808bd9 ".", 0x7fa21d808bf3 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fa21d808c08 "\026", 0x7fa21d808c12 "\023\001\003\016\v\v:\v;\v\001\023", 0x7fa21d808c22 "\017", 0x7fa21d808c2a "$", 0x7fa21d808c36 "\026", 0x7fa21d808c44 "&", 0x7fa21d808c4a "\026", 0x7fa21d808c5a "(", 0x7fa21d808c64 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fa21d808c79 "\025\001I\023\001\023", 0x7fa21d808c83 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fa21d808c98 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fa21d808caa "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fa21d808cbc "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fa21d808ccf "\026", 0x7fa21d808ce2 "!", 0x7fa21d808ce8 "4", 0x7fa21d808cf8 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fa21d808d13 ".", 0x7fa21d808d2a ".", 0x7fa21d808d41 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fa21d808d5d ".", 0x7fa21d808d7a ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fa21d808d9b ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fa21d808dba ".", 0x7fa21d808dd4 ".", 0x7fa21d808df0 "4", 0x7fa21d808dfc ".", 0x7fa21d808e17 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fa21d808e2b ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fa21d808e4a ".", 0x7fa21d808e65 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fa21d808e7b ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fa21d808e98 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fa21d808eb0 ".", 0x7fff049e2eb8 "", 0x563dc093f630 "", 0x563dc093f628 "h\377q;\242\177", 0x7fff049e2ec0 "", 0x563dc093ee68 "e\216\200\035\242\177", 0x563dc093f5e8 "", 0x563dc093f5f0 "\250n\254\037\242\177", 0x563dc093f5f8 "\005", 0x563dc093f600 "", 0x7fff049e2ec8 "p$\023\277=V", 0x7fff049e2ed0 "", 0x7fff049e2ed8 "", 0x7fff049e2ee0 "", 0x7fff049e2ee8 "\225$\023\277=V", 0x0, 0x7fff049e2ef0 "\370.\236\004\377\177", 0x563dbf132495 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x563dbf132470 <_start> "\363\017\036\372\061\355I\211\321^H\211\342H\203\344\360PTE1\300\061\311H\215=;\001", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x563dc093efa0 "P\366\223\300=V", 0x563dc093f240 "\220\362\223\300=V", 0x7fa23b958cb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x563dc093efa0 "P\366\223\300=V", 0x563dc093f090 "", 0x563dc093f240 "\220\362\223\300=V", 0x7fa23ba66994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x563dc093f650 "\370\271\254\037\242\177", 0x563dc093f648 "0", 0x563dc093f658 "\320\224Z\277=V"...}}
        i = 0
        j = 306
        shstr = 0x7fa21e3be5e6 ""
        ehdr = 0x7fa21c96b000
        shdr = 0x7fa21e3be7d8
        shstr_shdr = 0x7fa21e3bf358
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7fa21e3be898
        fd = 5
        filesize = 27607960
        file = 0x7fa21c96b000 "\177ELF\002\001\001"
        symtab_shdr = 0x7fa21e3bf2d8
        strtab_shdr = 0x7fa21e3bf318
        dynsym_shdr = 0x7fa21e3be958
        dynstr_shdr = 0x7fa21e3be998
        obj = 0x563dc0b491a0
        dladdr_fbase = 94823198396416
#4  0x0000563dbf484efe in rb_dump_backtrace_with_lines (num_traces=48, traces=0x563dbf77b960 <trace>, errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140334759808760
        i = 0
        lines = 0x563dc1b44e00
        obj = 0x563dc0b491a0
        dladdr_fbases = 0x563dc0cac4a0
        main_path = 0x563dc093f1a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#5  0x0000563dbf35e200 in rb_print_backtrace (errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x563dbf35e1e5 <rb_print_backtrace+36>, 0x563dbf35e908 <rb_vm_bugreport+656>, 0x563dbf53f67d <rb_bug_for_fatal_signal+327>, 0x563dbf2a5044 <sigill>, 0x7fa23b867520 <__restore_rt>, 0x563dbf48a9d1 <rb_ary_entry+39>, 0x563dbf2d8eda <get_id_serial_entry+180>, 0x563dbf2d8fa9 <get_id_entry+50>, 0x563dbf2d97b9 <lookup_id_str+33>, 0x563dbf2d9f34 <rb_id2str+28>, 0x563dbf2d9f52 <rb_id2name+28>, 0x7fa22119913c <dump_object+4302>, 0x7fa22119961d <objspace_dump+193>, 0x563dbf32d2e3 <call_cfunc_2+75>, 0x563dbf32e8af <vm_call_cfunc_with_frame_+541>, 0x563dbf32ea84 <vm_call_cfunc_with_frame+121>, 0x563dbf334e26 <vm_sendish+502>, 0x563dbf33c3b7 <vm_exec_core+14741>, 0x563dbf352da1 <rb_vm_exec+320>, 0x563dbf34f98e <invoke_block+216>, 0x563dbf34fdb4 <invoke_block_from_c_bh+793>, 0x563dbf34ffae <vm_yield_with_cref+90>, 0x563dbf34ffec <vm_yield+56>, 0x563dbf34a8ee <rb_yield_0+47>, 0x563dbf34a955 <rb_yield+66>, 0x563dbf48e309 <select_bang_i+88>, 0x563dbf1389c8 <rb_ensure+388>, 0x563dbf48e58f <rb_ary_select_bang+159>, 0x563dbf48e5f9 <rb_ary_keep_if+84>, 0x563dbf32dcaa <ractor_safe_call_cfunc_0+48>, 0x563dbf32e8af <vm_call_cfunc_with_frame_+541>, 0x563dbf32ea84 <vm_call_cfunc_with_frame+121>, 0x563dbf32eb9c <vm_call_cfunc_other+278>, 0x563dbf32efc4 <vm_call_cfunc+302>, 0x563dbf331af3 <vm_call_method_each_type+289>, 0x563dbf33259f <vm_call_method+161>, 0x563dbf3327a1 <vm_call_general+47>, 0x563dbf334e26 <vm_sendish+502>, 0x563dbf33c20e <vm_exec_core+14316>, 0x563dbf352da1 <rb_vm_exec+320>, 0x563dbf353c00 <rb_iseq_eval_main+61>, 0x563dbf136bcb <rb_ec_exec_node+318>, 0x563dbf136d48 <ruby_run_node+150>, 0x563dbf1325b4 <rb_main+76>, 0x563dbf132615 <main+75>, 0x7fa23b84ed90 <__libc_start_call_main+128>, 0x7fa23b84ee40 <__libc_start_main_impl+128>, 0x563dbf132495 <_start+37>, 0x0 <repeats 976 times>}
        n = 48
#6  0x0000563dbf35e908 in rb_vm_bugreport (ctx=0x563dc093f5c0, errout=0x7fa23ba3f6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x563dc08aab10
        ec = 0x563dc08ae4e0
#7  0x0000563dbf53f67d in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x563dc093f5c0, fmt=0x563dbf5a6a2b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7fa23ba3f6a0 <_IO_2_1_stderr_>
        file = 0x7fa21f2a0cf0 "/tmp/ruby/build/trunk-O0/.ext/common/objspace.rb"
        line = 43
#8  0x0000563dbf2a5044 in sigsegv (sig=11, info=0x563dc093f6f0, ctx=0x563dc093f5c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9  <signal handler called>
No locals.
#10 rb_ary_entry (ary=140334758756200, offset=6) at /tmp/ruby/src/trunk-O0/array.c:1690
No locals.
#11 0x0000563dbf2d8eda in get_id_serial_entry (num=3140, id=50241, t=ID_ENTRY_STR) at /tmp/ruby/src/trunk-O0/symbol.c:456
        idx = 6
        ids = 140334758756200
        ary = 1810092916617619456
        _lev = 0
        result = 0
        symbols = 0x563dbf774460 <ruby_global_symbols>
#12 0x0000563dbf2d8fa9 in get_id_entry (id=50241, t=ID_ENTRY_STR) at /tmp/ruby/src/trunk-O0/symbol.c:487
No locals.
#13 0x0000563dbf2d97b9 in lookup_id_str (id=50241) at /tmp/ruby/src/trunk-O0/symbol.c:728
No locals.
#14 0x0000563dbf2d9f34 in rb_id2str (id=50241) at /tmp/ruby/src/trunk-O0/symbol.c:963
No locals.
#15 0x0000563dbf2d9f52 in rb_id2name (id=50241) at /tmp/ruby/src/trunk-O0/symbol.c:969
        str = 140733270849520
#16 0x00007fa22119913c in dump_object (obj=140334294174280, dc=0x7fff049df7f0) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:643
        memsize = 40
        ainfo = 0x0
        fptr = 0x10
        flags = {50193, 50209, 50241, 50177, 16, 4}
        n = 4
        i = 2
        mid = 16
        shape_id = 2
#17 0x00007fa22119961d in objspace_dump (os=140334334395960, obj=140334294174280, output=140334306516520) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:751
        dc = {type = 0, stream = 0, string = 140334306516520, root_category = 0x0, cur_obj = 140334294174280, cur_obj_klass = 140334334546800, cur_page_slot_size = 40, cur_obj_references = 2, roots = 0, full_heap = 0, partial_dump = 0, since = 0, shapes_since = 0, buffer_len = 238, buffer = "{\"address\":\"0x7fa21fc10a48\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7fa222291370\", \"length\":2, \"embedded\":true, \"references\":[\"0x7fa21fa56d38\", \"0x7fa21fa56d60\"], \"memsize\":40, \"flag"...}
#18 0x0000563dbf32d2e3 in call_cfunc_2 (recv=140334334395960, argc=2, argv=0x7fa23b7210e0, func=0x7fa22119955c <objspace_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3181
        f = 0x7fa22119955c <objspace_dump>
#19 0x0000563dbf32e8af in vm_call_cfunc_with_frame_ (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820ef8, calling=0x7fff049e0a70, argc=2, argv=0x7fa23b7210e0, stack_bottom=0x7fa23b7210d8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x14d100140005
        cc = 0x7fa2210afa80
        val = 140334306516520
        me = 0x7fa21fac6ea8
        cfunc = 0x563dc09324d8
        recv = 140334334395960
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#20 0x0000563dbf32ea84 in vm_call_cfunc_with_frame (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820ef8, calling=0x7fff049e0a70) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 2
        stack_bottom = 0x7fa23b7210d8
        argv = 0x7fa23b7210e0
#21 0x0000563dbf334e26 in vm_sendish (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820ef8, cd=0x563dc0a42b30, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x14d100140005
        cc = 0x7fa2210afa80
        argc = 2
        recv = 140334334395960
        calling = {cd = 0x563dc0a42b30, cc = 0x7fa2210afa80, block_handler = 0, recv = 140334334395960, argc = 2, kw_splat = false, heap_argv = 0}
#22 0x0000563dbf33c3b7 in vm_exec_core (ec=0x563dc08ae4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x563dc0a42b30
        leaf = false
        val = 140334306516520
        reg_pc = 0x563dc0a68d20
        reg_cfp = 0x7fa23b820ef8
        insns_address_table = {0x563dbf338a8e <vm_exec_core+108>, 0x563dbf338af0 <vm_exec_core+206>, 0x563dbf338c03 <vm_exec_core+481>, 0x563dbf338d17 <vm_exec_core+757>, 0x563dbf338eb5 <vm_exec_core+1171>, 0x563dbf338fe5 <vm_exec_core+1475>, 0x563dbf3391f7 <vm_exec_core+2005>, 0x563dbf339309 <vm_exec_core+2279>, 0x563dbf3393e2 <vm_exec_core+2496>, 0x563dbf3394e9 <vm_exec_core+2759>, 0x563dbf3395f0 <vm_exec_core+3022>, 0x563dbf3396fe <vm_exec_core+3292>, 0x563dbf339810 <vm_exec_core+3566>, 0x563dbf3398e0 <vm_exec_core+3774>, 0x563dbf3399e9 <vm_exec_core+4039>, 0x563dbf339ae3 <vm_exec_core+4289>, 0x563dbf339ba6 <vm_exec_core+4484>, 0x563dbf339c69 <vm_exec_core+4679>, 0x563dbf339cf2 <vm_exec_core+4816>, 0x563dbf339d7e <vm_exec_core+4956>, 0x563dbf339e24 <vm_exec_core+5122>, 0x563dbf339efc <vm_exec_core+5338>, 0x563dbf339fc9 <vm_exec_core+5543>, 0x563dbf33a0a7 <vm_exec_core+5765>, 0x563dbf33a169 <vm_exec_core+5959>, 0x563dbf33a2a8 <vm_exec_core+6278>, 0x563dbf33a34e <vm_exec_core+6444>, 0x563dbf33a433 <vm_exec_core+6673>, 0x563dbf33a562 <vm_exec_core+6976>, 0x563dbf33a625 <vm_exec_core+7171>, 0x563dbf33a6e8 <vm_exec_core+7366>, 0x563dbf33a7df <vm_exec_core+7613>, 0x563dbf33a8a1 <vm_exec_core+7807>, 0x563dbf33a980 <vm_exec_core+8030>, 0x563dbf33aa4d <vm_exec_core+8235>, 0x563dbf33ab5d <vm_exec_core+8507>, 0x563dbf33ac57 <vm_exec_core+8757>, 0x563dbf33acd2 <vm_exec_core+8880>, 0x563dbf33ad93 <vm_exec_core+9073>, 0x563dbf33ae81 <vm_exec_core+9311>, 0x563dbf33af31 <vm_exec_core+9487>, 0x563dbf33b0b0 <vm_exec_core+9870>, 0x563dbf33b18a <vm_exec_core+10088>, 0x563dbf33b276 <vm_exec_core+10324>, 0x563dbf33b307 <vm_exec_core+10469>, 0x563dbf33b462 <vm_exec_core+10816>, 0x563dbf33ba04 <vm_exec_core+12258>, 0x563dbf33bb00 <vm_exec_core+12510>, 0x563dbf33bc03 <vm_exec_core+12769>, 0x563dbf33bcef <vm_exec_core+13005>, 0x563dbf33bf08 <vm_exec_core+13542>, 0x563dbf33bffa <vm_exec_core+13784>, 0x563dbf33c100 <vm_exec_core+14046>, 0x563dbf33c2fd <vm_exec_core+14555>, 0x563dbf33c4a6 <vm_exec_core+14980>, 0x563dbf33c5d1 <vm_exec_core+15279>, 0x563dbf33c73d <vm_exec_core+15643>, 0x563dbf33c868 <vm_exec_core+15942>, 0x563dbf33c9d4 <vm_exec_core+16306>, 0x563dbf33cbb6 <vm_exec_core+16788>, 0x563dbf33cdb3 <vm_exec_core+17297>, 0x563dbf33cf5c <vm_exec_core+17722>, 0x563dbf33d07e <vm_exec_core+18012>, 0x563dbf33d125 <vm_exec_core+18179>, 0x563dbf33d1e9 <vm_exec_core+18375>, 0x563dbf33d2d2 <vm_exec_core+18608>, 0x563dbf33d3be <vm_exec_core+18844>, 0x563dbf33d4a7 <vm_exec_core+19077>, 0x563dbf33d5bb <vm_exec_core+19353>, 0x563dbf33d6e2 <vm_exec_core+19648>, 0x563dbf33d818 <vm_exec_core+19958>, 0x563dbf33d94e <vm_exec_core+20268>, 0x563dbf33da84 <vm_exec_core+20578>, 0x563dbf33dbba <vm_exec_core+20888>, 0x563dbf33dcf0 <vm_exec_core+21198>, 0x563dbf33de31 <vm_exec_core+21519>, 0x563dbf33dfab <vm_exec_core+21897>, 0x563dbf33e0e1 <vm_exec_core+22207>, 0x563dbf33e217 <vm_exec_core+22517>, 0x563dbf33e34d <vm_exec_core+22827>, 0x563dbf33e483 <vm_exec_core+23137>, 0x563dbf33e5b9 <vm_exec_core+23447>, 0x563dbf33e6ef <vm_exec_core+23757>, 0x563dbf33e825 <vm_exec_core+24067>, 0x563dbf33e95b <vm_exec_core+24377>, 0x563dbf33eaaa <vm_exec_core+24712>, 0x563dbf33ec64 <vm_exec_core+25154>, 0x563dbf33ede2 <vm_exec_core+25536>, 0x563dbf33ef01 <vm_exec_core+25823>, 0x563dbf33f020 <vm_exec_core+26110>, 0x563dbf33f13a <vm_exec_core+26392>, 0x563dbf33f254 <vm_exec_core+26674>, 0x563dbf33f37f <vm_exec_core+26973>, 0x563dbf33f4b5 <vm_exec_core+27283>, 0x563dbf33f5a0 <vm_exec_core+27518>, 0x563dbf33f6a5 <vm_exec_core+27779>, 0x563dbf33f7ed <vm_exec_core+28107>, 0x563dbf33f8dc <vm_exec_core+28346>, 0x563dbf33f9b6 <vm_exec_core+28564>, 0x563dbf33fa8b <vm_exec_core+28777>, 0x563dbf33fb66 <vm_exec_core+28996>, 0x563dbf33fbe2 <vm_exec_core+29120>, 0x563dbf33fc5e <vm_exec_core+29244>, 0x563dbf33fc7c <vm_exec_core+29274>, 0x563dbf33fc9a <vm_exec_core+29304>, 0x563dbf33fcb8 <vm_exec_core+29334>, 0x563dbf33fcd6 <vm_exec_core+29364>, 0x563dbf33fcf4 <vm_exec_core+29394>, 0x563dbf33fd12 <vm_exec_core+29424>, 0x563dbf33fd30 <vm_exec_core+29454>, 0x563dbf33fd4e <vm_exec_core+29484>, 0x563dbf33fd6c <vm_exec_core+29514>, 0x563dbf33fd8a <vm_exec_core+29544>, 0x563dbf33fda8 <vm_exec_core+29574>, 0x563dbf33fdc6 <vm_exec_core+29604>, 0x563dbf33fde4 <vm_exec_core+29634>, 0x563dbf33fe02 <vm_exec_core+29664>, 0x563dbf33fe20 <vm_exec_core+29694>, 0x563dbf33fe3e <vm_exec_core+29724>, 0x563dbf33fe5c <vm_exec_core+29754>, 0x563dbf33fe7a <vm_exec_core+29784>, 0x563dbf33fe98 <vm_exec_core+29814>, 0x563dbf33feb6 <vm_exec_core+29844>, 0x563dbf33fed4 <vm_exec_core+29874>, 0x563dbf33fef2 <vm_exec_core+29904>, 0x563dbf33ff10 <vm_exec_core+29934>, 0x563dbf33ff2e <vm_exec_core+29964>, 0x563dbf33ff4c <vm_exec_core+29994>, 0x563dbf33ff6a <vm_exec_core+30024>, 0x563dbf33ff88 <vm_exec_core+30054>, 0x563dbf33ffa6 <vm_exec_core+30084>, 0x563dbf33ffc4 <vm_exec_core+30114>, 0x563dbf33ffe2 <vm_exec_core+30144>, 0x563dbf340000 <vm_exec_core+30174>, 0x563dbf34001e <vm_exec_core+30204>, 0x563dbf34003c <vm_exec_core+30234>, 0x563dbf34005a <vm_exec_core+30264>, 0x563dbf340078 <vm_exec_core+30294>, 0x563dbf340096 <vm_exec_core+30324>, 0x563dbf3400b4 <vm_exec_core+30354>, 0x563dbf3400d2 <vm_exec_core+30384>, 0x563dbf3400f0 <vm_exec_core+30414>, 0x563dbf34010e <vm_exec_core+30444>, 0x563dbf34012c <vm_exec_core+30474>, 0x563dbf34014a <vm_exec_core+30504>, 0x563dbf340168 <vm_exec_core+30534>, 0x563dbf340186 <vm_exec_core+30564>, 0x563dbf3401a4 <vm_exec_core+30594>, 0x563dbf3401c2 <vm_exec_core+30624>, 0x563dbf3401e0 <vm_exec_core+30654>, 0x563dbf3401fe <vm_exec_core+30684>, 0x563dbf34021c <vm_exec_core+30714>, 0x563dbf34023a <vm_exec_core+30744>, 0x563dbf340258 <vm_exec_core+30774>, 0x563dbf340276 <vm_exec_core+30804>, 0x563dbf340294 <vm_exec_core+30834>, 0x563dbf3402b2 <vm_exec_core+30864>, 0x563dbf3402d0 <vm_exec_core+30894>, 0x563dbf3402ee <vm_exec_core+30924>, 0x563dbf34030c <vm_exec_core+30954>, 0x563dbf34032a <vm_exec_core+30984>, 0x563dbf340348 <vm_exec_core+31014>, 0x563dbf340366 <vm_exec_core+31044>, 0x563dbf340384 <vm_exec_core+31074>, 0x563dbf3403a2 <vm_exec_core+31104>, 0x563dbf3403c0 <vm_exec_core+31134>, 0x563dbf3403de <vm_exec_core+31164>, 0x563dbf3403fc <vm_exec_core+31194>, 0x563dbf34041a <vm_exec_core+31224>, 0x563dbf340438 <vm_exec_core+31254>, 0x563dbf340456 <vm_exec_core+31284>, 0x563dbf340474 <vm_exec_core+31314>, 0x563dbf340492 <vm_exec_core+31344>, 0x563dbf3404b0 <vm_exec_core+31374>, 0x563dbf3404ce <vm_exec_core+31404>, 0x563dbf3404ec <vm_exec_core+31434>, 0x563dbf34050a <vm_exec_core+31464>, 0x563dbf340528 <vm_exec_core+31494>, 0x563dbf340559 <vm_exec_core+31543>, 0x563dbf340577 <vm_exec_core+31573>, 0x563dbf340595 <vm_exec_core+31603>, 0x563dbf3405b3 <vm_exec_core+31633>, 0x563dbf3405d1 <vm_exec_core+31663>, 0x563dbf3405ef <vm_exec_core+31693>, 0x563dbf34060d <vm_exec_core+31723>, 0x563dbf34062b <vm_exec_core+31753>, 0x563dbf340649 <vm_exec_core+31783>, 0x563dbf340667 <vm_exec_core+31813>, 0x563dbf340685 <vm_exec_core+31843>, 0x563dbf3406a3 <vm_exec_core+31873>, 0x563dbf3406c1 <vm_exec_core+31903>, 0x563dbf3406df <vm_exec_core+31933>, 0x563dbf3406fd <vm_exec_core+31963>, 0x563dbf34071b <vm_exec_core+31993>, 0x563dbf340739 <vm_exec_core+32023>, 0x563dbf340757 <vm_exec_core+32053>, 0x563dbf340775 <vm_exec_core+32083>, 0x563dbf340793 <vm_exec_core+32113>, 0x563dbf3407b1 <vm_exec_core+32143>, 0x563dbf3407cf <vm_exec_core+32173>...}
#23 0x0000563dbf352da1 in rb_vm_exec (ec=0x563dc08ae4e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x563dc08ae4e0
        _tag = {tag = 36, retval = 4, buf = {0x7fff049e1750, 0x563dbf352d1f <rb_vm_exec+190>, 0x0, 0x7fff049e16a0, 0x7fff049e1740}, prev = 0x7fff049e1a60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#24 0x0000563dbf34f98e in invoke_block (ec=0x563dc08ae4e0, iseq=0x7fa21fac64f8, self=140334758743520, captured=0x7fa23b820fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#25 0x0000563dbf34fdb4 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fff049e1988, argc=1, self=140334758743520, captured=0x7fa23b820fb8, ec=0x563dc08ae4e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7fa21fac64f8
        opt_pc = 0
        type = 572653569
        cfp = 0x7fa23b820f68
        sp = 0x7fa23b721070
        flags = 0
        use_argv = 0x7fff049e1988
        av = {94823200712123, 140334759808872}
        stack_argv = 0x7fa23b721070
#26 invoke_block_from_c_bh (ec=0x563dc08ae4e0, block_handler=140334759808953, argc=1, argv=0x7fff049e1988, 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 = 0x7fa23b820fb8
#27 0x0000563dbf34ffae in vm_yield_with_cref (ec=0x563dc08ae4e0, argc=1, argv=0x7fff049e1988, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#28 0x0000563dbf34ffec in vm_yield (ec=0x563dc08ae4e0, argc=1, argv=0x7fff049e1988, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#29 0x0000563dbf34a8ee in rb_yield_0 (argc=1, argv=0x7fff049e1988) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#30 0x0000563dbf34a955 in rb_yield (val=140334294174280) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#31 0x0000563dbf48e309 in select_bang_i (a=140733270858496) at /tmp/ruby/src/trunk-O0/array.c:3828
        v = 140334294174280
        arg = 0x7fff049e1b00
        ary = 140334758754840
        i1 = 27274
        i2 = 27274
#32 0x0000563dbf1389c8 in rb_ensure (b_proc=0x563dbf48e2b1 <select_bang_i>, data1=140733270858496, e_proc=0x563dbf48e38b <select_bang_ensure>, data2=140733270858496) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x563dc08ae4e0
        _tag = {tag = 36, retval = 140334758754840, buf = {0x7fff049e1ae0, 0x563dbf13896b <rb_ensure+295>, 0x0, 0x7fff049e19f0, 0x7fff049e1ab8}, prev = 0x7fff049e2bf0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 140334758754840
        ec = 0x563dc08ae4e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x563dbf48e38b <select_bang_ensure>, data2 = 140733270858496}}
#33 0x0000563dbf48e58f in rb_ary_select_bang (ary=140334758754840) at /tmp/ruby/src/trunk-O0/array.c:3891
        args = {ary = 140334758754840, len = {27274, 27274}}
#34 0x0000563dbf48e5f9 in rb_ary_keep_if (ary=140334758754840) at /tmp/ruby/src/trunk-O0/array.c:3916
No locals.
#35 0x0000563dbf32dcaa in ractor_safe_call_cfunc_0 (recv=140334758754840, argc=0, argv=0x7fa23b721058, func=0x563dbf48e5a5 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x563dbf48e5a5 <rb_ary_keep_if>
#36 0x0000563dbf32e8af in vm_call_cfunc_with_frame_ (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820fa0, calling=0x7fff049e1f90, argc=0, argv=0x7fa23b721058, stack_bottom=0x7fa23b721050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x358100000001
        cc = 0x7fa2210afb98
        val = 94823223321640
        me = 0x7fa21f9ff2b8
        cfunc = 0x563dc08ffb28
        recv = 140334758754840
        block_handler = 140334759808953
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#37 0x0000563dbf32ea84 in vm_call_cfunc_with_frame (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820fa0, calling=0x7fff049e1f90) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7fa23b721050
        argv = 0x7fa23b721058
#38 0x0000563dbf32eb9c in vm_call_cfunc_other (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820fa0, calling=0x7fff049e1f90) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x358100000001
        argv_ary = 0
#39 0x0000563dbf32efc4 in vm_call_cfunc (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820fa0, calling=0x7fff049e1f90) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x358100000001
#40 0x0000563dbf331af3 in vm_call_method_each_type (ec=0x563dc08ae4e0, cfp=0x7fa23b820fa0, calling=0x7fff049e1f90) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x358100000001
        cc = 0x7fa2210afb98
        cme = 0x7fa21f9ff2b8
        v = 94823227213928
#41 0x0000563dbf33259f in vm_call_method (ec=0x563dc08ae4e0, cfp=0x7fa23b820fa0, calling=0x7fff049e1f90) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x358100000001
        cc = 0x7fa2210afb98
#42 0x0000563dbf3327a1 in vm_call_general (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820fa0, calling=0x7fff049e1f90) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#43 0x0000563dbf334e26 in vm_sendish (ec=0x563dc08ae4e0, reg_cfp=0x7fa23b820fa0, cd=0x563dc0a526e0, block_handler=140334759808953, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x358100000001
        cc = 0x7fa2210afb98
        argc = 0
        recv = 140334758754840
        calling = {cd = 0x563dc0a526e0, cc = 0x7fa2210afb98, block_handler = 140334759808953, recv = 140334758754840, argc = 0, kw_splat = false, heap_argv = 0}
#44 0x0000563dbf33c20e in vm_exec_core (ec=0x563dc08ae4e0) at ../../src/trunk-O0/insns.def:814
        bh = 140334759808953
        cd = 0x563dc0a526e0
        blockiseq = 0x7fa21fac64f8
        leaf = false
        val = 140334315798080
        reg_pc = 0x563dc0a522d0
        reg_cfp = 0x7fa23b820fa0
        insns_address_table = {0x563dbf338a8e <vm_exec_core+108>, 0x563dbf338af0 <vm_exec_core+206>, 0x563dbf338c03 <vm_exec_core+481>, 0x563dbf338d17 <vm_exec_core+757>, 0x563dbf338eb5 <vm_exec_core+1171>, 0x563dbf338fe5 <vm_exec_core+1475>, 0x563dbf3391f7 <vm_exec_core+2005>, 0x563dbf339309 <vm_exec_core+2279>, 0x563dbf3393e2 <vm_exec_core+2496>, 0x563dbf3394e9 <vm_exec_core+2759>, 0x563dbf3395f0 <vm_exec_core+3022>, 0x563dbf3396fe <vm_exec_core+3292>, 0x563dbf339810 <vm_exec_core+3566>, 0x563dbf3398e0 <vm_exec_core+3774>, 0x563dbf3399e9 <vm_exec_core+4039>, 0x563dbf339ae3 <vm_exec_core+4289>, 0x563dbf339ba6 <vm_exec_core+4484>, 0x563dbf339c69 <vm_exec_core+4679>, 0x563dbf339cf2 <vm_exec_core+4816>, 0x563dbf339d7e <vm_exec_core+4956>, 0x563dbf339e24 <vm_exec_core+5122>, 0x563dbf339efc <vm_exec_core+5338>, 0x563dbf339fc9 <vm_exec_core+5543>, 0x563dbf33a0a7 <vm_exec_core+5765>, 0x563dbf33a169 <vm_exec_core+5959>, 0x563dbf33a2a8 <vm_exec_core+6278>, 0x563dbf33a34e <vm_exec_core+6444>, 0x563dbf33a433 <vm_exec_core+6673>, 0x563dbf33a562 <vm_exec_core+6976>, 0x563dbf33a625 <vm_exec_core+7171>, 0x563dbf33a6e8 <vm_exec_core+7366>, 0x563dbf33a7df <vm_exec_core+7613>, 0x563dbf33a8a1 <vm_exec_core+7807>, 0x563dbf33a980 <vm_exec_core+8030>, 0x563dbf33aa4d <vm_exec_core+8235>, 0x563dbf33ab5d <vm_exec_core+8507>, 0x563dbf33ac57 <vm_exec_core+8757>, 0x563dbf33acd2 <vm_exec_core+8880>, 0x563dbf33ad93 <vm_exec_core+9073>, 0x563dbf33ae81 <vm_exec_core+9311>, 0x563dbf33af31 <vm_exec_core+9487>, 0x563dbf33b0b0 <vm_exec_core+9870>, 0x563dbf33b18a <vm_exec_core+10088>, 0x563dbf33b276 <vm_exec_core+10324>, 0x563dbf33b307 <vm_exec_core+10469>, 0x563dbf33b462 <vm_exec_core+10816>, 0x563dbf33ba04 <vm_exec_core+12258>, 0x563dbf33bb00 <vm_exec_core+12510>, 0x563dbf33bc03 <vm_exec_core+12769>, 0x563dbf33bcef <vm_exec_core+13005>, 0x563dbf33bf08 <vm_exec_core+13542>, 0x563dbf33bffa <vm_exec_core+13784>, 0x563dbf33c100 <vm_exec_core+14046>, 0x563dbf33c2fd <vm_exec_core+14555>, 0x563dbf33c4a6 <vm_exec_core+14980>, 0x563dbf33c5d1 <vm_exec_core+15279>, 0x563dbf33c73d <vm_exec_core+15643>, 0x563dbf33c868 <vm_exec_core+15942>, 0x563dbf33c9d4 <vm_exec_core+16306>, 0x563dbf33cbb6 <vm_exec_core+16788>, 0x563dbf33cdb3 <vm_exec_core+17297>, 0x563dbf33cf5c <vm_exec_core+17722>, 0x563dbf33d07e <vm_exec_core+18012>, 0x563dbf33d125 <vm_exec_core+18179>, 0x563dbf33d1e9 <vm_exec_core+18375>, 0x563dbf33d2d2 <vm_exec_core+18608>, 0x563dbf33d3be <vm_exec_core+18844>, 0x563dbf33d4a7 <vm_exec_core+19077>, 0x563dbf33d5bb <vm_exec_core+19353>, 0x563dbf33d6e2 <vm_exec_core+19648>, 0x563dbf33d818 <vm_exec_core+19958>, 0x563dbf33d94e <vm_exec_core+20268>, 0x563dbf33da84 <vm_exec_core+20578>, 0x563dbf33dbba <vm_exec_core+20888>, 0x563dbf33dcf0 <vm_exec_core+21198>, 0x563dbf33de31 <vm_exec_core+21519>, 0x563dbf33dfab <vm_exec_core+21897>, 0x563dbf33e0e1 <vm_exec_core+22207>, 0x563dbf33e217 <vm_exec_core+22517>, 0x563dbf33e34d <vm_exec_core+22827>, 0x563dbf33e483 <vm_exec_core+23137>, 0x563dbf33e5b9 <vm_exec_core+23447>, 0x563dbf33e6ef <vm_exec_core+23757>, 0x563dbf33e825 <vm_exec_core+24067>, 0x563dbf33e95b <vm_exec_core+24377>, 0x563dbf33eaaa <vm_exec_core+24712>, 0x563dbf33ec64 <vm_exec_core+25154>, 0x563dbf33ede2 <vm_exec_core+25536>, 0x563dbf33ef01 <vm_exec_core+25823>, 0x563dbf33f020 <vm_exec_core+26110>, 0x563dbf33f13a <vm_exec_core+26392>, 0x563dbf33f254 <vm_exec_core+26674>, 0x563dbf33f37f <vm_exec_core+26973>, 0x563dbf33f4b5 <vm_exec_core+27283>, 0x563dbf33f5a0 <vm_exec_core+27518>, 0x563dbf33f6a5 <vm_exec_core+27779>, 0x563dbf33f7ed <vm_exec_core+28107>, 0x563dbf33f8dc <vm_exec_core+28346>, 0x563dbf33f9b6 <vm_exec_core+28564>, 0x563dbf33fa8b <vm_exec_core+28777>, 0x563dbf33fb66 <vm_exec_core+28996>, 0x563dbf33fbe2 <vm_exec_core+29120>, 0x563dbf33fc5e <vm_exec_core+29244>, 0x563dbf33fc7c <vm_exec_core+29274>, 0x563dbf33fc9a <vm_exec_core+29304>, 0x563dbf33fcb8 <vm_exec_core+29334>, 0x563dbf33fcd6 <vm_exec_core+29364>, 0x563dbf33fcf4 <vm_exec_core+29394>, 0x563dbf33fd12 <vm_exec_core+29424>, 0x563dbf33fd30 <vm_exec_core+29454>, 0x563dbf33fd4e <vm_exec_core+29484>, 0x563dbf33fd6c <vm_exec_core+29514>, 0x563dbf33fd8a <vm_exec_core+29544>, 0x563dbf33fda8 <vm_exec_core+29574>, 0x563dbf33fdc6 <vm_exec_core+29604>, 0x563dbf33fde4 <vm_exec_core+29634>, 0x563dbf33fe02 <vm_exec_core+29664>, 0x563dbf33fe20 <vm_exec_core+29694>, 0x563dbf33fe3e <vm_exec_core+29724>, 0x563dbf33fe5c <vm_exec_core+29754>, 0x563dbf33fe7a <vm_exec_core+29784>, 0x563dbf33fe98 <vm_exec_core+29814>, 0x563dbf33feb6 <vm_exec_core+29844>, 0x563dbf33fed4 <vm_exec_core+29874>, 0x563dbf33fef2 <vm_exec_core+29904>, 0x563dbf33ff10 <vm_exec_core+29934>, 0x563dbf33ff2e <vm_exec_core+29964>, 0x563dbf33ff4c <vm_exec_core+29994>, 0x563dbf33ff6a <vm_exec_core+30024>, 0x563dbf33ff88 <vm_exec_core+30054>, 0x563dbf33ffa6 <vm_exec_core+30084>, 0x563dbf33ffc4 <vm_exec_core+30114>, 0x563dbf33ffe2 <vm_exec_core+30144>, 0x563dbf340000 <vm_exec_core+30174>, 0x563dbf34001e <vm_exec_core+30204>, 0x563dbf34003c <vm_exec_core+30234>, 0x563dbf34005a <vm_exec_core+30264>, 0x563dbf340078 <vm_exec_core+30294>, 0x563dbf340096 <vm_exec_core+30324>, 0x563dbf3400b4 <vm_exec_core+30354>, 0x563dbf3400d2 <vm_exec_core+30384>, 0x563dbf3400f0 <vm_exec_core+30414>, 0x563dbf34010e <vm_exec_core+30444>, 0x563dbf34012c <vm_exec_core+30474>, 0x563dbf34014a <vm_exec_core+30504>, 0x563dbf340168 <vm_exec_core+30534>, 0x563dbf340186 <vm_exec_core+30564>, 0x563dbf3401a4 <vm_exec_core+30594>, 0x563dbf3401c2 <vm_exec_core+30624>, 0x563dbf3401e0 <vm_exec_core+30654>, 0x563dbf3401fe <vm_exec_core+30684>, 0x563dbf34021c <vm_exec_core+30714>, 0x563dbf34023a <vm_exec_core+30744>, 0x563dbf340258 <vm_exec_core+30774>, 0x563dbf340276 <vm_exec_core+30804>, 0x563dbf340294 <vm_exec_core+30834>, 0x563dbf3402b2 <vm_exec_core+30864>, 0x563dbf3402d0 <vm_exec_core+30894>, 0x563dbf3402ee <vm_exec_core+30924>, 0x563dbf34030c <vm_exec_core+30954>, 0x563dbf34032a <vm_exec_core+30984>, 0x563dbf340348 <vm_exec_core+31014>, 0x563dbf340366 <vm_exec_core+31044>, 0x563dbf340384 <vm_exec_core+31074>, 0x563dbf3403a2 <vm_exec_core+31104>, 0x563dbf3403c0 <vm_exec_core+31134>, 0x563dbf3403de <vm_exec_core+31164>, 0x563dbf3403fc <vm_exec_core+31194>, 0x563dbf34041a <vm_exec_core+31224>, 0x563dbf340438 <vm_exec_core+31254>, 0x563dbf340456 <vm_exec_core+31284>, 0x563dbf340474 <vm_exec_core+31314>, 0x563dbf340492 <vm_exec_core+31344>, 0x563dbf3404b0 <vm_exec_core+31374>, 0x563dbf3404ce <vm_exec_core+31404>, 0x563dbf3404ec <vm_exec_core+31434>, 0x563dbf34050a <vm_exec_core+31464>, 0x563dbf340528 <vm_exec_core+31494>, 0x563dbf340559 <vm_exec_core+31543>, 0x563dbf340577 <vm_exec_core+31573>, 0x563dbf340595 <vm_exec_core+31603>, 0x563dbf3405b3 <vm_exec_core+31633>, 0x563dbf3405d1 <vm_exec_core+31663>, 0x563dbf3405ef <vm_exec_core+31693>, 0x563dbf34060d <vm_exec_core+31723>, 0x563dbf34062b <vm_exec_core+31753>, 0x563dbf340649 <vm_exec_core+31783>, 0x563dbf340667 <vm_exec_core+31813>, 0x563dbf340685 <vm_exec_core+31843>, 0x563dbf3406a3 <vm_exec_core+31873>, 0x563dbf3406c1 <vm_exec_core+31903>, 0x563dbf3406df <vm_exec_core+31933>, 0x563dbf3406fd <vm_exec_core+31963>, 0x563dbf34071b <vm_exec_core+31993>, 0x563dbf340739 <vm_exec_core+32023>, 0x563dbf340757 <vm_exec_core+32053>, 0x563dbf340775 <vm_exec_core+32083>, 0x563dbf340793 <vm_exec_core+32113>, 0x563dbf3407b1 <vm_exec_core+32143>, 0x563dbf3407cf <vm_exec_core+32173>...}
#45 0x0000563dbf352da1 in rb_vm_exec (ec=0x563dc08ae4e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x563dc08ae4e0
        _tag = {tag = 36, retval = 4, buf = {0x7fff049e2c70, 0x563dbf352d1f <rb_vm_exec+190>, 0x0, 0x7fff049e2bc0, 0x563dc0932990}, prev = 0x7fff049e2ce0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#46 0x0000563dbf353c00 in rb_iseq_eval_main (iseq=0x7fa2211a2438) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x563dc08ae4e0
        val = 94823223321824
#47 0x0000563dbf136bcb in rb_ec_exec_node (ec=0x563dc08ae4e0, n=0x7fa2211a2438) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x563dc08ad090
        _ec = 0x563dc08ae4e0
        _tag = {tag = 36, retval = 94823198712248, buf = {0x7fff049e2d60, 0x563dbf136b61 <rb_ec_exec_node+212>, 0x0, 0x7fff049e2cb0, 0x563dc08ae4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fa2211a2438
#48 0x0000563dbf136d48 in ruby_run_node (n=0x7fa2211a2438) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x563dc08ae4e0
        status = 22077
#49 0x0000563dbf1325b4 in rb_main (argc=130, argv=0x7fff049e2f08) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140733270863328
#50 0x0000563dbf132615 in main (argc=130, argv=0x7fff049e2f08) 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.2795115.ruby -x gdbscript
[New LWP 2795115]
[New LWP 2795117]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/tool/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000562a1ab0206e in get_uint32 (p=0x7fbed4bbf5fa "") at /tmp/ruby/src/trunk-O0/addr2line.c:952
952	{
[Current thread is 1 (Thread 0x7fbeefa3e7c0 (LWP 2795115))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fbeefa3e7c0 (LWP 2795115) 0x0000562a1ab0206e in get_uint32 (p=0x7fbed4bbf5fa "") at /tmp/ruby/src/trunk-O0/addr2line.c:952
  2    Thread 0x7fbed645f640 (LWP 2795117) 0x00007fbeefb66fde in epoll_wait (epfd=4, events=0x562a1adf985c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fbed645f640 (LWP 2795117)):
#0  0x00007fbeefb66fde in epoll_wait (epfd=4, events=0x562a1adf985c <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  0x0000562a1a963668 in event_wait (vm=0x562a1b5d4b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22058
#2  0x0000562a1a96368c in timer_thread_polling (vm=0x562a1b5d4b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -293647596
#3  0x0000562a1a963d4c in timer_thread_func (ptr=0x562a1b5d4b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x562a1b5d4b10
#4  0x00007fbeefad5b43 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 = {140724858609232, 992619751277433063, 140457615423040, 25, 140458041628752, 140724858609584, -955938583553928985, -955993211892952857}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fbeefb66bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fbeefa3e7c0 (LWP 2795115)):
#0  0x0000562a1ab0206e in get_uint32 (p=0x7fbed4bbf5fa "") at /tmp/ruby/src/trunk-O0/addr2line.c:952
No locals.
#1  0x0000562a1ab020c2 in get_uint64 (p=0x7fbed4bbf602 "") at /tmp/ruby/src/trunk-O0/addr2line.c:959
No locals.
#2  0x0000562a1ab02244 in read_uintptr (ptr=0x562a1b6685f0) at /tmp/ruby/src/trunk-O0/addr2line.c:1008
        p = 0x7fbed4bbf602 ""
#3  0x0000562a1ab03ba6 in ranges_include (reader=0x562a1b6688e0, ptr=0x562a1b6686e0, addr=467048, rnglists_header=0x562a1b6686a0, errout=0x7fbeefc5b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1698
        from = 0
        to = 3654683
        p = 0x7fbed4bbf60a "\334\275\067"
        base = 0
        base_valid = true
#4  0x0000562a1ab04691 in debug_info_read (reader=0x562a1b6688e0, num_traces=31, traces=0x562a1adfc960 <trace>, lines=0x562a1bfb9870, offset=0, errout=0x7fbeefc5b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1947
        addr = 94738833064040
        offset = 467048
        saddr = 0
        i = 16
        die = {pos = 5573006, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 807872, low_pc_set = false, high_pc_set = false, ranges_set = true}
        line = {dirname = 0x7fbed4377d13 "/tmp/ruby/src/trunk-O0/yjit/src", filename = 0x7fbed4378508 "core.rs", path = 0x0, line = 3264, base_addr = 0, saddr = 0, sname = 0x7fbed4663daa "new<yjit::core::BranchTarget>", next = 0x0}
        addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
        rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#5  0x0000562a1ab05553 in fill_lines (num_traces=31, traces=0x562a1adfc960 <trace>, check_debuglink=1, objp=0x562a1b669200, lines=0x562a1bfb9870, offset=0, errout=0x7fbeefc5b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x562a1bfba150, file = 0x7fbed336b000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fbed4067cb6 "\376\300\003", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fbed438165f "\211?", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fbed4378508 "core.rs", debug_line_directories = 0x7fbed4377d13 "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7fbed40833d3 "\030\003\221\370", cu_end = 0x7fbed40a3db8 "\315\f\002", pend = 0x7fbed41f6110 "\001$", q0 = 0x7fbed42193cd "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fbed42195ee "*\035", format = 4, address_size = 8 '\b', level = 17, abbrev_table = {0x7fbeefc69000 "", 0x7fbed42193ce "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fbed42193e4 "4", 0x7fbed42193ef "\023\001\035\023\003\016\v\v\210\001\017", 0x7fbed42193fd "\r", 0x7fbed421940b "\017", 0x7fbed4219416 "$", 0x7fbed4219421 "9\001\003\016", 0x7fbed4219428 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fbed4219438 "(", 0x7fbed4219441 "\023\001\003\016\v\v\210\001\017", 0x7fbed421944d ".\001n\016\003\016:\v;\vI\023 \v", 0x7fbed421945e "/", 0x7fbed4219467 "\005", 0x7fbed4219474 "\v\001", 0x7fbed4219479 "4", 0x7fbed4219486 "\023", 0x7fbed4219492 ".\001n\016\003\016:\v;\005I\023 \v", 0x7fbed42194a3 "\005", 0x7fbed42194b0 "4", 0x7fbed42194c0 "4", 0x7fbed42194d0 ".\001\021\001\022\006@\030\061\023", 0x7fbed42194dd "\005", 0x7fbed42194e6 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fbed42194f7 "4", 0x7fbed4219500 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fbed4219515 "\005", 0x7fbed4219524 "4", 0x7fbed421952d "\005", 0x7fbed4219536 "\v\001\021\001\022\006", 0x7fbed421953f "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fbed4219550 ".\001n\016\003\016:\v;\005 \v", 0x7fbed421955f "4", 0x7fbed421956c ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fbed421957f "\005", 0x7fbed421958e "\v\001U\027", 0x7fbed4219595 "4", 0x7fbed42195a4 "4", 0x7fbed42195b6 "4", 0x7fbed42195c5 "\005", 0x7fbed42195ce "4", 0x7fbed42195e0 "\035\001\061\023U\027X\vY\005W\v", 0x7fbed42195ef "\035", 0x7fbed42195fe "\035", 0x7fbed421960f "4", 0x7fbed4219616 "\035", 0x7fbed4219627 "\035\001\061\023U\027X\vY\vW\v", 0x7fbed4219636 "4", 0x7fbed421963f ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fbed4219654 "\005", 0x7fbed4219663 "\005", 0x7fbed4219672 "3\001\025\023", 0x7fbed4219679 "\r", 0x7fbed4219687 "\031\001\026\v", 0x7fbed421968e "4", 0x7fbed421969d "\035", 0x7fbed42196ac "4", 0x7fbed42196c0 ".", 0x7fbed42196d5 ".", 0x7fbed42196ea "4", 0x7fbed42196f3 "\005", 0x7fbed42196fe ".", 0x7fbed421970f ".\001\021\001\022\006@\030\003\016:\v;\005?\031", 0x7fbed4219722 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fbed4219731 "\005", 0x7fbed4219738 "\023", 0x7fbed4219744 ".\001n\016\003\016:\v;\v \v", 0x7fbed4219753 ".\001\003\016:\v;\v \v", 0x7fbed4219760 ".\001\003\016:\v;\vI\023 \v", 0x7fbed421976f "\031\001", 0x7fbed4219774 ".", 0x7fbed4219785 "\023\001\003\016<\031\210\001\017", 0x7fbed4219791 "\005", 0x7fbed421979e "\005", 0x7fbed42197a9 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fbed42197bc "\005", 0x7fbed42197c9 "3\001", 0x7fbed42197ce ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fbed42197e1 ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7fbed42197f4 "(", 0x7fbed42197fd "\027\001\003\016<\031\210\001\017", 0x7fbed4219809 "\027\001\003\016\v\v\210\001\017", 0x7fbed4219815 "\027", 0x7fbed4219821 "\r", 0x7fbed4219832 "3", 0x7fbed4219837 "4", 0x7fbed4219840 "\001\001I\023", 0x7fbed4219847 "!", 0x7fbed4219852 "$", 0x7fbed421985d "\017", 0x7fbed4219866 "\025\001I\023", 0x7fbed421986d "\005", 0x7fbed4219874 "\025\001", 0x7fbed421633c ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fbed421634f "\005", 0x7fbed4216358 "4", 0x7fbed4216361 ".", 0x7fbed4216372 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fbed4216381 "4", 0x7fbed4216393 "\035", 0x7fbed42163a2 ".", 0x7fbed42163b5 "\r", 0x7fbed42163c3 "\025\001I\023", 0x7fbed42163ca "\005", 0x7fbed42163d1 "\025\001", 0x7fbed42163d6 ".\001\003\016:\v;\v \v", 0x7fbed42163e3 ".\001\003\016:\v;\vI\023 \v", 0x7fbed4214cec "\025\001I\023", 0x7fbed4214cf3 "\005", 0x7fbed4214cfa "\025\001", 0x7fbed4214cff ".\001\003\016:\v;\v \v", 0x7fbed4214d0c ".\001\003\016:\v;\vI\023 \v", 0x7fbed4214d1b ".\001\003\016:\v;\vI\023?\031 \v", 0x7fbed420c989 "\005", 0x7fbed420c998 ".", 0x7fbed4208b07 "!", 0x7fbed4208b10 "\r", 0x7fbed4208b26 ".", 0x7fbed4208b3a "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7fbed4208b51 "\n", 0x7fbed4208b5e ".", 0x7fbed4208b77 "4", 0x7fbed4208b88 ".", 0x7fbed4208ba0 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fbed4208bbd ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fbed4208bd9 ".", 0x7fbed4208bf3 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fbed4208c08 "\026", 0x7fbed4208c12 "\023\001\003\016\v\v:\v;\v\001\023", 0x7fbed4208c22 "\017", 0x7fbed4208c2a "$", 0x7fbed4208c36 "\026", 0x7fbed4208c44 "&", 0x7fbed4208c4a "\026", 0x7fbed4208c5a "(", 0x7fbed4208c64 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fbed4208c79 "\025\001I\023\001\023", 0x7fbed4208c83 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fbed4208c98 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fbed4208caa "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fbed4208cbc "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fbed4208ccf "\026", 0x7fbed4208ce2 "!", 0x7fbed4208ce8 "4", 0x7fbed4208cf8 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fbed4208d13 ".", 0x7fbed4208d2a ".", 0x7fbed4208d41 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fbed4208d5d ".", 0x7fbed4208d7a ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbed4208d9b ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbed4208dba ".", 0x7fbed4208dd4 ".", 0x7fbed4208df0 "4", 0x7fbed4208dfc ".", 0x7fbed4208e17 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fbed4208e2b ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fbed4208e4a ".", 0x7fbed4208e65 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fbed4208e7b ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fbed4208e98 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fbed4208eb0 ".", 0x7ffd0f3562b8 "", 0x562a1b669630 "@\354J\326\276\177", 0x562a1b669628 "@\354J\326\276\177", 0x7ffd0f3562c0 "", 0x562a1b668e68 "e\216 \324\276\177", 0x562a1b6695e8 "\321S}\032*V", 0x562a1b6695f0 "", 0x562a1b6695f8 "\200\340;\017\375\177", 0x562a1b669600 "\223\002", 0x7ffd0f3562c8 "p4{\032*V", 0x7ffd0f3562d0 "", 0x7ffd0f3562d8 "", 0x7ffd0f3562e0 "", 0x7ffd0f3562e8 "\225\064{\032*V", 0x0, 0x7ffd0f3562f0 "\370b5\017\375\177", 0x562a1a7b3495 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x562a1a7b3470 <_start> "\363\017\036\372\061\355I\211\321^H\211\342H\203\344\360PTE1\300\061\311H\215=;\001", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x562a1b668fa0 "P\226f\033*V", 0x562a1b669240 "\220\222f\033*V", 0x7fbeefb74cb5 <backtrace_helper+85> "\213S\030\205\322~\021H\213\vHc\362H\213<\361H9|\361\370t\033H\211C\020\203\302\001\211S\030;S\034t\022[1\300A\\]\303\017\037D", 0x562a1b668fa0 "P\226f\033*V", 0x562a1b669090 "", 0x562a1b669240 "\220\222f\033*V", 0x7fbeefc82994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x562a1b669650 "\300\065_\033*V", 0x562a1b669648 "@\354J\326\276\177", 0x562a1b669658 "i\001"...}}
        i = 0
        j = 306
        shstr = 0x7fbed4dbe5e6 ""
        ehdr = 0x7fbed336b000
        shdr = 0x7fbed4dbe7d8
        shstr_shdr = 0x7fbed4dbf358
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7fbed4dbe898
        fd = 5
        filesize = 27607960
        file = 0x7fbed336b000 "\177ELF\002\001\001"
        symtab_shdr = 0x7fbed4dbf2d8
        strtab_shdr = 0x7fbed4dbf318
        dynsym_shdr = 0x7fbed4dbe958
        dynstr_shdr = 0x7fbed4dbe998
        obj = 0x562a1bfba150
        dladdr_fbase = 94738832596992
#6  0x0000562a1ab05efe in rb_dump_backtrace_with_lines (num_traces=31, traces=0x562a1adfc960 <trace>, errout=0x7fbeefc5b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140458041003880
        i = 0
        lines = 0x562a1bfb9870
        obj = 0x562a1bfba150
        dladdr_fbases = 0x562a1bfba040
        main_path = 0x562a1b6691a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#7  0x0000562a1a9df200 in rb_print_backtrace (errout=0x7fbeefc5b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x562a1a9df1e5 <rb_print_backtrace+36>, 0x562a1a9df908 <rb_vm_bugreport+656>, 0x562a1abc067d <rb_bug_for_fatal_signal+327>, 0x562a1a926044 <sigill>, 0x7fbeefa83520 <__restore_rt>, 0x562a1a7cb4b2 <RVALUE_WB_UNPROTECTED+35>, 0x562a1a7d5dce <rgengc_check_relation+54>, 0x562a1a7d6013 <gc_mark_ptr+67>, 0x562a1a7d6299 <gc_mark+51>, 0x562a1a7d6a42 <gc_mark_children+299>, 0x562a1a7d73a6 <gc_mark_stacked_objects+116>, 0x562a1a7d7526 <gc_mark_stacked_objects_all+38>, 0x562a1a7d989a <gc_marks_rest+126>, 0x562a1a7d99ce <gc_marks+91>, 0x562a1a7db771 <gc_start+820>, 0x562a1a7db406 <garbage_collect+90>, 0x562a1a7dc068 <gc_start_internal+179>, 0x562a1a7df82b <gc_verify_compaction_references+123>, 0x562a1a9b8ff7 <builtin_invoker3+78>, 0x562a1a9b991f <invoke_bf+95>, 0x562a1a9b995d <vm_invoke_builtin+52>, 0x562a1a9c054e <vm_exec_core+27436>, 0x562a1a9d3da1 <rb_vm_exec+320>, 0x562a1a9d4c00 <rb_iseq_eval_main+61>, 0x562a1a7b7bcb <rb_ec_exec_node+318>, 0x562a1a7b7d48 <ruby_run_node+150>, 0x562a1a7b35b4 <rb_main+76>, 0x562a1a7b3615 <main+75>, 0x7fbeefa6ad90 <__libc_start_call_main+128>, 0x7fbeefa6ae40 <__libc_start_main_impl+128>, 0x562a1a7b3495 <_start+37>, 0x0 <repeats 993 times>}
        n = 31
#8  0x0000562a1a9df908 in rb_vm_bugreport (ctx=0x562a1b6695c0, errout=0x7fbeefc5b6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x562a1b5d4b10
        ec = 0x562a1b5d84e0
#9  0x0000562a1abc067d in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x562a1b6695c0, fmt=0x562a1ac27a2b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7fbeefc5b6a0 <_IO_2_1_stderr_>
        file = 0x7fbed52f5688 "<internal:gc>"
        line = 286
#10 0x0000562a1a926044 in sigsegv (sig=11, info=0x562a1b6696f0, ctx=0x562a1b6695c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#11 <signal handler called>
No locals.
#12 0x0000562a1a7cb4b2 in RVALUE_WB_UNPROTECTED (obj=140457615748160) at /tmp/ruby/src/trunk-O0/gc.c:1771
No locals.
#13 0x0000562a1a7d5dce in rgengc_check_relation (objspace=0x562a1b5d7470, obj=140457615748160) at /tmp/ruby/src/trunk-O0/gc.c:7003
        old_parent = 140457596677320
        __func__ = <optimized out>
#14 0x0000562a1a7d6013 in gc_mark_ptr (objspace=0x562a1b5d7470, obj=140457615748160) at /tmp/ruby/src/trunk-O0/gc.c:7056
        __func__ = "gc_mark_ptr"
#15 0x0000562a1a7d6299 in gc_mark (objspace=0x562a1b5d7470, obj=140457615748160) at /tmp/ruby/src/trunk-O0/gc.c:7109
No locals.
#16 0x0000562a1a7d6a42 in gc_mark_children (objspace=0x562a1b5d7470, obj=140457596677320) at /tmp/ruby/src/trunk-O0/gc.c:7362
        any = 0x7fbed527ecc8
#17 0x0000562a1a7d73a6 in gc_mark_stacked_objects (objspace=0x562a1b5d7470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x562a1b5d78f8
        obj = 140457596677320
        marked_slots_at_the_beginning = 700
        popped_count = 0
#18 0x0000562a1a7d7526 in gc_mark_stacked_objects_all (objspace=0x562a1b5d7470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#19 0x0000562a1a7d989a in gc_marks_rest (objspace=0x562a1b5d7470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#20 0x0000562a1a7d99ce in gc_marks (objspace=0x562a1b5d7470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#21 0x0000562a1a7db771 in gc_start (objspace=0x562a1b5d7470, reason=107528) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#22 0x0000562a1a7db406 in garbage_collect (objspace=0x562a1b5d7470, reason=107520) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 444380586
        ret = 22058
#23 0x0000562a1a7dc068 in gc_start_internal (ec=0x0, self=140457615542280, full_mark=20, immediate_mark=20, immediate_sweep=20, compact=0) at /tmp/ruby/src/trunk-O0/gc.c:9932
        objspace = 0x562a1b5d7470
        reason = 107520
        __func__ = "gc_start_internal"
#24 0x0000562a1a7df82b in gc_verify_compaction_references (ec=0x562a1b5d84e0, self=140457615542280, double_heap=0, expand_heap=20, toward_empty=20) at /tmp/ruby/src/trunk-O0/gc.c:11161
        objspace = 0x562a1b5d7470
#25 0x0000562a1a9b8ff7 in builtin_invoker3 (ec=0x562a1b5d84e0, self=140457615542280, argv=0x7fbeef93d088, funcptr=0x562a1a7df7b0 <gc_verify_compaction_references>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6744
No locals.
#26 0x0000562a1a9b991f in invoke_bf (ec=0x562a1b5d84e0, reg_cfp=0x7fbeefa3cf68, bf=0x562a1addedb8 <gc_table+216>, argv=0x7fbeef93d088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6863
        canary_p = false
        ret = 94738834953293
#27 0x0000562a1a9b995d in vm_invoke_builtin (ec=0x562a1b5d84e0, cfp=0x7fbeefa3cf68, bf=0x562a1addedb8 <gc_table+216>, argv=0x7fbeef93d088) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:6871
No locals.
#28 0x0000562a1a9c054e in vm_exec_core (ec=0x562a1b5d84e0) at ../../src/trunk-O0/insns.def:1483
        bf = 0x562a1addedb8 <gc_table+216>
        leaf = false
        val = 140457595566440
        reg_pc = 0x562a1b6941b0
        reg_cfp = 0x7fbeefa3cf68
        insns_address_table = {0x562a1a9b9a8e <vm_exec_core+108>, 0x562a1a9b9af0 <vm_exec_core+206>, 0x562a1a9b9c03 <vm_exec_core+481>, 0x562a1a9b9d17 <vm_exec_core+757>, 0x562a1a9b9eb5 <vm_exec_core+1171>, 0x562a1a9b9fe5 <vm_exec_core+1475>, 0x562a1a9ba1f7 <vm_exec_core+2005>, 0x562a1a9ba309 <vm_exec_core+2279>, 0x562a1a9ba3e2 <vm_exec_core+2496>, 0x562a1a9ba4e9 <vm_exec_core+2759>, 0x562a1a9ba5f0 <vm_exec_core+3022>, 0x562a1a9ba6fe <vm_exec_core+3292>, 0x562a1a9ba810 <vm_exec_core+3566>, 0x562a1a9ba8e0 <vm_exec_core+3774>, 0x562a1a9ba9e9 <vm_exec_core+4039>, 0x562a1a9baae3 <vm_exec_core+4289>, 0x562a1a9baba6 <vm_exec_core+4484>, 0x562a1a9bac69 <vm_exec_core+4679>, 0x562a1a9bacf2 <vm_exec_core+4816>, 0x562a1a9bad7e <vm_exec_core+4956>, 0x562a1a9bae24 <vm_exec_core+5122>, 0x562a1a9baefc <vm_exec_core+5338>, 0x562a1a9bafc9 <vm_exec_core+5543>, 0x562a1a9bb0a7 <vm_exec_core+5765>, 0x562a1a9bb169 <vm_exec_core+5959>, 0x562a1a9bb2a8 <vm_exec_core+6278>, 0x562a1a9bb34e <vm_exec_core+6444>, 0x562a1a9bb433 <vm_exec_core+6673>, 0x562a1a9bb562 <vm_exec_core+6976>, 0x562a1a9bb625 <vm_exec_core+7171>, 0x562a1a9bb6e8 <vm_exec_core+7366>, 0x562a1a9bb7df <vm_exec_core+7613>, 0x562a1a9bb8a1 <vm_exec_core+7807>, 0x562a1a9bb980 <vm_exec_core+8030>, 0x562a1a9bba4d <vm_exec_core+8235>, 0x562a1a9bbb5d <vm_exec_core+8507>, 0x562a1a9bbc57 <vm_exec_core+8757>, 0x562a1a9bbcd2 <vm_exec_core+8880>, 0x562a1a9bbd93 <vm_exec_core+9073>, 0x562a1a9bbe81 <vm_exec_core+9311>, 0x562a1a9bbf31 <vm_exec_core+9487>, 0x562a1a9bc0b0 <vm_exec_core+9870>, 0x562a1a9bc18a <vm_exec_core+10088>, 0x562a1a9bc276 <vm_exec_core+10324>, 0x562a1a9bc307 <vm_exec_core+10469>, 0x562a1a9bc462 <vm_exec_core+10816>, 0x562a1a9bca04 <vm_exec_core+12258>, 0x562a1a9bcb00 <vm_exec_core+12510>, 0x562a1a9bcc03 <vm_exec_core+12769>, 0x562a1a9bccef <vm_exec_core+13005>, 0x562a1a9bcf08 <vm_exec_core+13542>, 0x562a1a9bcffa <vm_exec_core+13784>, 0x562a1a9bd100 <vm_exec_core+14046>, 0x562a1a9bd2fd <vm_exec_core+14555>, 0x562a1a9bd4a6 <vm_exec_core+14980>, 0x562a1a9bd5d1 <vm_exec_core+15279>, 0x562a1a9bd73d <vm_exec_core+15643>, 0x562a1a9bd868 <vm_exec_core+15942>, 0x562a1a9bd9d4 <vm_exec_core+16306>, 0x562a1a9bdbb6 <vm_exec_core+16788>, 0x562a1a9bddb3 <vm_exec_core+17297>, 0x562a1a9bdf5c <vm_exec_core+17722>, 0x562a1a9be07e <vm_exec_core+18012>, 0x562a1a9be125 <vm_exec_core+18179>, 0x562a1a9be1e9 <vm_exec_core+18375>, 0x562a1a9be2d2 <vm_exec_core+18608>, 0x562a1a9be3be <vm_exec_core+18844>, 0x562a1a9be4a7 <vm_exec_core+19077>, 0x562a1a9be5bb <vm_exec_core+19353>, 0x562a1a9be6e2 <vm_exec_core+19648>, 0x562a1a9be818 <vm_exec_core+19958>, 0x562a1a9be94e <vm_exec_core+20268>, 0x562a1a9bea84 <vm_exec_core+20578>, 0x562a1a9bebba <vm_exec_core+20888>, 0x562a1a9becf0 <vm_exec_core+21198>, 0x562a1a9bee31 <vm_exec_core+21519>, 0x562a1a9befab <vm_exec_core+21897>, 0x562a1a9bf0e1 <vm_exec_core+22207>, 0x562a1a9bf217 <vm_exec_core+22517>, 0x562a1a9bf34d <vm_exec_core+22827>, 0x562a1a9bf483 <vm_exec_core+23137>, 0x562a1a9bf5b9 <vm_exec_core+23447>, 0x562a1a9bf6ef <vm_exec_core+23757>, 0x562a1a9bf825 <vm_exec_core+24067>, 0x562a1a9bf95b <vm_exec_core+24377>, 0x562a1a9bfaaa <vm_exec_core+24712>, 0x562a1a9bfc64 <vm_exec_core+25154>, 0x562a1a9bfde2 <vm_exec_core+25536>, 0x562a1a9bff01 <vm_exec_core+25823>, 0x562a1a9c0020 <vm_exec_core+26110>, 0x562a1a9c013a <vm_exec_core+26392>, 0x562a1a9c0254 <vm_exec_core+26674>, 0x562a1a9c037f <vm_exec_core+26973>, 0x562a1a9c04b5 <vm_exec_core+27283>, 0x562a1a9c05a0 <vm_exec_core+27518>, 0x562a1a9c06a5 <vm_exec_core+27779>, 0x562a1a9c07ed <vm_exec_core+28107>, 0x562a1a9c08dc <vm_exec_core+28346>, 0x562a1a9c09b6 <vm_exec_core+28564>, 0x562a1a9c0a8b <vm_exec_core+28777>, 0x562a1a9c0b66 <vm_exec_core+28996>, 0x562a1a9c0be2 <vm_exec_core+29120>, 0x562a1a9c0c5e <vm_exec_core+29244>, 0x562a1a9c0c7c <vm_exec_core+29274>, 0x562a1a9c0c9a <vm_exec_core+29304>, 0x562a1a9c0cb8 <vm_exec_core+29334>, 0x562a1a9c0cd6 <vm_exec_core+29364>, 0x562a1a9c0cf4 <vm_exec_core+29394>, 0x562a1a9c0d12 <vm_exec_core+29424>, 0x562a1a9c0d30 <vm_exec_core+29454>, 0x562a1a9c0d4e <vm_exec_core+29484>, 0x562a1a9c0d6c <vm_exec_core+29514>, 0x562a1a9c0d8a <vm_exec_core+29544>, 0x562a1a9c0da8 <vm_exec_core+29574>, 0x562a1a9c0dc6 <vm_exec_core+29604>, 0x562a1a9c0de4 <vm_exec_core+29634>, 0x562a1a9c0e02 <vm_exec_core+29664>, 0x562a1a9c0e20 <vm_exec_core+29694>, 0x562a1a9c0e3e <vm_exec_core+29724>, 0x562a1a9c0e5c <vm_exec_core+29754>, 0x562a1a9c0e7a <vm_exec_core+29784>, 0x562a1a9c0e98 <vm_exec_core+29814>, 0x562a1a9c0eb6 <vm_exec_core+29844>, 0x562a1a9c0ed4 <vm_exec_core+29874>, 0x562a1a9c0ef2 <vm_exec_core+29904>, 0x562a1a9c0f10 <vm_exec_core+29934>, 0x562a1a9c0f2e <vm_exec_core+29964>, 0x562a1a9c0f4c <vm_exec_core+29994>, 0x562a1a9c0f6a <vm_exec_core+30024>, 0x562a1a9c0f88 <vm_exec_core+30054>, 0x562a1a9c0fa6 <vm_exec_core+30084>, 0x562a1a9c0fc4 <vm_exec_core+30114>, 0x562a1a9c0fe2 <vm_exec_core+30144>, 0x562a1a9c1000 <vm_exec_core+30174>, 0x562a1a9c101e <vm_exec_core+30204>, 0x562a1a9c103c <vm_exec_core+30234>, 0x562a1a9c105a <vm_exec_core+30264>, 0x562a1a9c1078 <vm_exec_core+30294>, 0x562a1a9c1096 <vm_exec_core+30324>, 0x562a1a9c10b4 <vm_exec_core+30354>, 0x562a1a9c10d2 <vm_exec_core+30384>, 0x562a1a9c10f0 <vm_exec_core+30414>, 0x562a1a9c110e <vm_exec_core+30444>, 0x562a1a9c112c <vm_exec_core+30474>, 0x562a1a9c114a <vm_exec_core+30504>, 0x562a1a9c1168 <vm_exec_core+30534>, 0x562a1a9c1186 <vm_exec_core+30564>, 0x562a1a9c11a4 <vm_exec_core+30594>, 0x562a1a9c11c2 <vm_exec_core+30624>, 0x562a1a9c11e0 <vm_exec_core+30654>, 0x562a1a9c11fe <vm_exec_core+30684>, 0x562a1a9c121c <vm_exec_core+30714>, 0x562a1a9c123a <vm_exec_core+30744>, 0x562a1a9c1258 <vm_exec_core+30774>, 0x562a1a9c1276 <vm_exec_core+30804>, 0x562a1a9c1294 <vm_exec_core+30834>, 0x562a1a9c12b2 <vm_exec_core+30864>, 0x562a1a9c12d0 <vm_exec_core+30894>, 0x562a1a9c12ee <vm_exec_core+30924>, 0x562a1a9c130c <vm_exec_core+30954>, 0x562a1a9c132a <vm_exec_core+30984>, 0x562a1a9c1348 <vm_exec_core+31014>, 0x562a1a9c1366 <vm_exec_core+31044>, 0x562a1a9c1384 <vm_exec_core+31074>, 0x562a1a9c13a2 <vm_exec_core+31104>, 0x562a1a9c13c0 <vm_exec_core+31134>, 0x562a1a9c13de <vm_exec_core+31164>, 0x562a1a9c13fc <vm_exec_core+31194>, 0x562a1a9c141a <vm_exec_core+31224>, 0x562a1a9c1438 <vm_exec_core+31254>, 0x562a1a9c1456 <vm_exec_core+31284>, 0x562a1a9c1474 <vm_exec_core+31314>, 0x562a1a9c1492 <vm_exec_core+31344>, 0x562a1a9c14b0 <vm_exec_core+31374>, 0x562a1a9c14ce <vm_exec_core+31404>, 0x562a1a9c14ec <vm_exec_core+31434>, 0x562a1a9c150a <vm_exec_core+31464>, 0x562a1a9c1528 <vm_exec_core+31494>, 0x562a1a9c1559 <vm_exec_core+31543>, 0x562a1a9c1577 <vm_exec_core+31573>, 0x562a1a9c1595 <vm_exec_core+31603>, 0x562a1a9c15b3 <vm_exec_core+31633>, 0x562a1a9c15d1 <vm_exec_core+31663>, 0x562a1a9c15ef <vm_exec_core+31693>, 0x562a1a9c160d <vm_exec_core+31723>, 0x562a1a9c162b <vm_exec_core+31753>, 0x562a1a9c1649 <vm_exec_core+31783>, 0x562a1a9c1667 <vm_exec_core+31813>, 0x562a1a9c1685 <vm_exec_core+31843>, 0x562a1a9c16a3 <vm_exec_core+31873>, 0x562a1a9c16c1 <vm_exec_core+31903>, 0x562a1a9c16df <vm_exec_core+31933>, 0x562a1a9c16fd <vm_exec_core+31963>, 0x562a1a9c171b <vm_exec_core+31993>, 0x562a1a9c1739 <vm_exec_core+32023>, 0x562a1a9c1757 <vm_exec_core+32053>, 0x562a1a9c1775 <vm_exec_core+32083>, 0x562a1a9c1793 <vm_exec_core+32113>, 0x562a1a9c17b1 <vm_exec_core+32143>, 0x562a1a9c17cf <vm_exec_core+32173>...}
#29 0x0000562a1a9d3da1 in rb_vm_exec (ec=0x562a1b5d84e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x562a1b5d84e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffd0f356070, 0x562a1a9d3d1f <rb_vm_exec+190>, 0x0, 0x7ffd0f355fc0, 0x562a1b65c990}, prev = 0x7ffd0f3560e0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#30 0x0000562a1a9d4c00 in rb_iseq_eval_main (iseq=0x7fbed53b2220) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x562a1b5d84e0
        val = 94738847728864
#31 0x0000562a1a7b7bcb in rb_ec_exec_node (ec=0x562a1b5d84e0, n=0x7fbed53b2220) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x562a1b5d7090
        _ec = 0x562a1b5d84e0
        _tag = {tag = 36, retval = 94738832912824, buf = {0x7ffd0f356160, 0x562a1a7b7b61 <rb_ec_exec_node+212>, 0x0, 0x7ffd0f3560b0, 0x562a1b5d84e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fbed53b2220
#32 0x0000562a1a7b7d48 in ruby_run_node (n=0x7fbed53b2220) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x562a1b5d84e0
        status = 22058
#33 0x0000562a1a7b35b4 in rb_main (argc=130, argv=0x7ffd0f356308) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140724858610144
#34 0x0000562a1a7b3615 in main (argc=130, argv=0x7ffd0f356308) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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