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

compiling /tmp/ruby/src/trunk-O0/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 enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: 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
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

[861/910] 215008=test_gem_resolver_installed_specification
[862/910] 215008=test_gem_resolver_vendor_set
[863/910] 215008=test_gem_commands_list_command
[864/910] 215008=test_cmethod
[865/910] 215008=test_numeric
[866/910] 215008=test_word
[867/910] 215008=test_gem_requirement
[868/910] 215008=test_refinement
[869/910] 215009=test_gem_command_manager
[870/910] 215009=test_address_resolve
[871/910] 215009=test_project_sanity
[872/910] 215009=test_gem_install_update_options
[873/910] 215009=test_num2int
[874/910] 215009=test_pkcs7
[875/910] 215009=test_cgi_session
[876/910] 215009=test_keyword
[877/910] 215009=test_x509crl
[878/910] 215009=test_hash
[879/910] 215007=test_ensured
[880/910] 215007=test_iter_break
[881/910] 215007=test_insns_leaf
[882/910] 215007=test_gem_version_option
[883/910] 215007=test_ossl
[884/910] 215008=test_ubf_async_safe
[885/910] 215008=test_ruby_lex
[886/910] 215008=test_win32ole_record
[887/910] 215008=dispatcher_test
[888/910] 215008=test_complex2
[889/910] 215008=test_eval_history
[890/910] 215008=test_array
[891/910] 215007=test_gem_ext_cargo_builder_link_flag_converter
[892/910] 215007=test_console_attr
[893/910] 215007=test_argf
[894/910] 215009=test_x509req
[895/910] 215009=test_files_ext
[896/910] 215009=test_yjit
[897/910] 215007=test_frozen_error
[898/910] 215007=test_m17n
[899/910] 215007=test_digest
[900/910] 215007=test_object
[901/910] 215007=test_gem_resolver_local_specification
[902/910] 215007=test_dln
[903/910] 215007=test_rdoc_options
[904/910] 215007=test_closure
[905/910] 215007=test_at_exit
[906/910] 215007=test_yield_block
[907/910] 215007=test_pkg_config
[908/910] 215007=test_set
[909/910] 215007=test_gem_commands_help_command
[910/910] 215007=test_rdoc_include

Retrying...
Finished tests in 1518.359497s, 17.8028 tests/s, 6301.8771 assertions/s.
27031 tests, 9568515 assertions, 0 failures, 0 errors, 232 skips

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

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

3728 files, 32492 examples, 144183 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.223293.ruby -x gdbscript
[New LWP 223293]
[New LWP 223295]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000559ba485576d in read_uint8 (ptr=0x559ba6831940) at /tmp/ruby/src/trunk-O0/addr2line.c:966
966	    *ptr = (p + 1);
[Current thread is 1 (Thread 0x7ff167cb67c0 (LWP 223293))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7ff167cb67c0 (LWP 223293) 0x0000559ba485576d in read_uint8 (ptr=0x559ba6831940) at /tmp/ruby/src/trunk-O0/addr2line.c:966
  2    Thread 0x7ff14e6df640 (LWP 223295) 0x00007ff167ddefde in epoll_wait (epfd=4, events=0x559ba4b4d85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7ff14e6df640 (LWP 223295)):
#0  0x00007ff167ddefde in epoll_wait (epfd=4, events=0x559ba4b4d85c <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  0x0000559ba46b6cd9 in event_wait (vm=0x559ba679db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21915
#2  0x0000559ba46b6cfd in timer_thread_polling (vm=0x559ba679db10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -976449968
#3  0x0000559ba46b73bd in timer_thread_func (ptr=0x559ba679db10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x559ba679db10
#4  0x00007ff167d4db43 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 = {140722309175904, 4311373660791887067, 140674379675200, 25, 140674805848144, 140722309176256, -4307816894821706533, -4307732446482541349}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007ff167ddebb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7ff167cb67c0 (LWP 223293)):
#0  0x0000559ba485576d in read_uint8 (ptr=0x559ba6831940) at /tmp/ruby/src/trunk-O0/addr2line.c:966
        p = 0x7ff149a12d4d "$\031\342\177\032"
#1  0x0000559ba48560bc in debug_info_reader_read_value (reader=0x559ba68318e0, form=11, v=0x559ba6831700, errout=0x7ff167ed36a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1234
No locals.
#2  0x0000559ba48569f8 in di_read_record (reader=0x559ba68318e0, vp=0x559ba6831700, errout=0x7ff167ed36a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1473
        at = 87
        form = 11
#3  0x0000559ba4857afb in debug_info_read (reader=0x559ba68318e0, num_traces=52, traces=0x559ba4b50960 <trace>, lines=0x559ba7e55680, offset=0, errout=0x7ff167ed36a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1914
        v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 87, form = 11, size = 0, type = 0}
        die = {pos = 4514617, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 516064, low_pc_set = false, high_pc_set = false, ranges_set = true}
        line = {dirname = 0x7ff149de35c0 "/build/rustc-Oic09u/rustc-1.65.0+dfsg0ubuntu1/vendor/hashbrown/src/raw", filename = 0x7ff149de3baf "mod.rs", path = 0x0, line = 1139, base_addr = 0, saddr = 0, sname = 0x7ff14a04cf92 "lowest_set_bit", 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}
#4  0x0000559ba4858bc3 in fill_lines (num_traces=52, traces=0x559ba4b50960 <trace>, check_debuglink=1, objp=0x559ba6832200, lines=0x559ba7e55680, offset=0, errout=0x7ff167ed36a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x559ba6a406f0, file = 0x7ff148dfd000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7ff1499f7b8e "^\314\001", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7ff149de778b "\201\066", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7ff149de39f6 "yjit.rs", debug_line_directories = 0x7ff149de31f3 "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7ff149a12d4d "$\031\342\177\032", cu_end = 0x7ff149a147f0 "[p\001", pend = 0x7ff149c87cbb "\001$", q0 = 0x7ff149ca8a10 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7ff149ca8bed "", format = 4, address_size = 8 '\b', level = 11, abbrev_table = {0x7ff167ee1000 "", 0x7ff149ca8a11 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7ff149ca8a27 "4", 0x7ff149ca8a32 "\023\001\035\023\003\016\v\v\210\001\017", 0x7ff149ca8a40 "\r", 0x7ff149ca8a4e "\017", 0x7ff149ca8a59 "$", 0x7ff149ca8a64 "9\001\003\016", 0x7ff149ca8a6b "\023", 0x7ff149ca8a77 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7ff149ca8a87 "(", 0x7ff149ca8a90 "\023\001\003\016\v\v\210\001\017", 0x7ff149ca8a9c "/", 0x7ff149ca8aa5 ".\001n\016\003\016:\v;\005I\023 \v", 0x7ff149ca8ab6 "\005", 0x7ff149ca8ac3 "\v\001", 0x7ff149ca8ac8 "4", 0x7ff149ca8ad8 "4", 0x7ff149ca8ae5 ".\001\021\001\022\006@\030\061\023", 0x7ff149ca8af2 "\005", 0x7ff149ca8afb "\005", 0x7ff149ca8b02 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7ff149ca8b13 "4", 0x7ff149ca8b1c "\v\001\021\001\022\006", 0x7ff149ca8b25 "\005", 0x7ff149ca8b2e "4", 0x7ff149ca8b37 ".", 0x7ff149ca8b48 ".\001n\016\003\016:\v;\vI\023 \v", 0x7ff149ca8b59 "\005", 0x7ff149ca8b66 "4", 0x7ff149ca8b76 "4", 0x7ff149ca8b83 ".\001n\016\003\016:\v;\v \v", 0x7ff149ca8b92 "3\001\025\023", 0x7ff149ca8b99 "\r", 0x7ff149ca8ba7 "\031\001\026\v", 0x7ff149ca8bae ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7ff149ca8bc3 "\005", 0x7ff149ca8bd2 "\005", 0x7ff149ca8be1 "\035\001\061\023U\027X\vY\005W\v", 0x7ff149ca8bf0 "\v\001U\027", 0x7ff149ca8bf7 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7ff149ca8c08 "\035", 0x7ff149ca8c19 "\005", 0x7ff149ca8c24 ".\001n\016\003\016:\v;\005 \v", 0x7ff149ca8c33 "\023\001\003\016<\031\210\001\017", 0x7ff149ca8c3f "\023", 0x7ff149ca8c4b ".", 0x7ff149ca8c5e ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7ff149ca8c71 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7ff149ca8c84 "\005", 0x7ff149ca8c91 "\005", 0x7ff149ca8c9a "\035", 0x7ff149ca8cab "4", 0x7ff149ca8cb4 "\035\001\061\023U\027X\vY\vW\v", 0x7ff149ca8cc3 "\027\001\003\016\v\v\210\001\017", 0x7ff149ca8ccf ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7ff149ca8ce2 "\005", 0x7ff149ca8ced "(", 0x7ff149ca8cf6 "\035", 0x7ff149ca8d05 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7ff149ca8d1a "\005", 0x7ff149ca8d29 "\005", 0x7ff149ca8d38 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7ff149ca8d4b "\r", 0x7ff149ca8d5c "\031\001", 0x7ff149ca8d61 "\005", 0x7ff149ca8d6e "4", 0x7ff149ca8d75 "3\001", 0x7ff149ca8d7a "3", 0x7ff149ca8d7f "4", 0x7ff149ca8d91 "4", 0x7ff149ca8da3 "4", 0x7ff149ca8dac "4", 0x7ff149ca8dbe "4", 0x7ff149ca8dd0 "4", 0x7ff149ca8ddf "4", 0x7ff149ca8de8 "4", 0x7ff149ca8dfc ".\001\021\001\022\006@\030\003\016:\v;\vI\023?\031", 0x7ff149ca8e11 ".", 0x7ff149ca8e1e ".\001\021\001\022\006@\030\003\016:\v;\v?\031", 0x7ff149ca8e31 "4", 0x7ff149ca8e40 ".", 0x7ff149ca8e51 ".\001\003\016:\v;\v \v", 0x7ff149ca8e5e ".\001\003\016:\v;\vI\023 \v", 0x7ff149ca8e6d "\001\001I\023", 0x7ff149ca8e74 "!", 0x7ff149ca8e7f "$", 0x7ff149ca8e8a "\017", 0x7ff149ca8e93 "\025\001", 0x7ff149ca8e98 "\005", 0x7ff149ca8e9f "\035", 0x7ff149ca8eae "\025\001I\023", 0x7ff149ca7dbf "4", 0x7ff149ca7dd1 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7ff149ca7de4 "\005", 0x7ff149ca7ded "4", 0x7ff149ca7df6 ".", 0x7ff149ca7e07 "\035\001\061\023\021\001\022\006X\vY\v", 0x7ff149ca7e16 "4", 0x7ff149ca7e28 "\035", 0x7ff149ca7e37 ".", 0x7ff149ca7e4a "\r", 0x7ff149ca7e58 "\025\001I\023", 0x7ff149ca7e5f "\005", 0x7ff149ca7e66 "\025\001", 0x7ff149ca7e6b ".\001\003\016:\v;\v \v", 0x7ff149ca7e78 ".\001\003\016:\v;\vI\023 \v", 0x7ff149ca6781 "\025\001I\023", 0x7ff149ca6788 "\005", 0x7ff149ca678f "\025\001", 0x7ff149ca6794 ".\001\003\016:\v;\v \v", 0x7ff149ca67a1 ".\001\003\016:\v;\vI\023 \v", 0x7ff149ca67b0 ".\001\003\016:\v;\vI\023?\031 \v", 0x7ff149c9e41e "\005", 0x7ff149c9e42d ".", 0x7ff149c9a59c "!", 0x7ff149c9a5a5 "\r", 0x7ff149c9a5bb ".", 0x7ff149c9a5cf "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7ff149c9a5e6 "\n", 0x7ff149c9a5f3 ".", 0x7ff149c9a60c "4", 0x7ff149c9a61d ".", 0x7ff149c9a635 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7ff149c9a652 ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7ff149c9a66e ".", 0x7ff149c9a688 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7ff149c9a69d "\026", 0x7ff149c9a6a7 "\023\001\003\016\v\v:\v;\v\001\023", 0x7ff149c9a6b7 "\017", 0x7ff149c9a6bf "$", 0x7ff149c9a6cb "\026", 0x7ff149c9a6d9 "&", 0x7ff149c9a6df "\026", 0x7ff149c9a6ef "(", 0x7ff149c9a6f9 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7ff149c9a70e "\025\001I\023\001\023", 0x7ff149c9a718 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7ff149c9a72d "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7ff149c9a73f "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7ff149c9a751 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7ff149c9a764 "\026", 0x7ff149c9a777 "!", 0x7ff149c9a77d "4", 0x7ff149c9a78d ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7ff149c9a7a8 ".", 0x7ff149c9a7bf ".", 0x7ff149c9a7d6 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7ff149c9a7f2 ".", 0x7ff149c9a80f ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7ff149c9a830 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7ff149c9a84f ".", 0x7ff149c9a869 ".", 0x7ff149c9a885 "4", 0x7ff149c9a891 ".", 0x7ff149c9a8ac ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7ff149c9a8c0 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7ff149c9a8df ".", 0x7ff149c9a8fa ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7ff149c9a910 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7ff149c9a92d ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7ff149c9a945 ".", 0x7ffc77401ec8 "", 0x559ba6832630 "", 0x559ba6832628 "\200\377\272g\361\177", 0x7ffc77401ed0 "", 0x559ba6831e68 "\372\250\311I\361\177", 0x559ba68325e8 "", 0x559ba68325f0 "\b\b\361K\361\177", 0x559ba68325f8 "\005", 0x559ba6832600 "", 0x7ffc77401ed8 "ptP\244\233U", 0x7ffc77401ee0 "\020\037@w\374\177", 0x7ffc77401ee8 "", 0x7ffc77401ef0 "", 0x7ffc77401ef8 "\225tP\244\233U", 0x0, 0x7ffc77401f00 "\b\037@w\374\177", 0x559ba4507495 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x559ba4507470 <_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>, 0x559ba6831fa0 "P&\203\246\233U", 0x559ba6832240 "\220\"\203\246\233U", 0x7ff167deccb5 <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", 0x559ba6831fa0 "P&\203\246\233U", 0x559ba6832090 "", 0x559ba6832240 "\220\"\203\246\233U", 0x7ff167efa994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x559ba6832650 "'", 0x559ba6832648 "", 0x559ba6832658 "\360\344\227\244\233U"...}}
        i = 0
        j = 306
        shstr = 0x7ff14a84e45b ""
        ehdr = 0x7ff148dfd000
        shdr = 0x7ff14a84e650
        shstr_shdr = 0x7ff14a84f1d0
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7ff14a84e710
        fd = 5
        filesize = 27599376
        file = 0x7ff148dfd000 "\177ELF\002\001\001"
        symtab_shdr = 0x7ff14a84f150
        strtab_shdr = 0x7ff14a84f190
        dynsym_shdr = 0x7ff14a84e7d0
        dynstr_shdr = 0x7ff14a84e810
        obj = 0x559ba6a406f0
        dladdr_fbase = 94126964727808
#5  0x0000559ba485956e in rb_dump_backtrace_with_lines (num_traces=52, traces=0x559ba4b50960 <trace>, errout=0x7ff167ed36a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140674805223160
        i = 0
        lines = 0x559ba7e55680
        obj = 0x559ba6a406f0
        dladdr_fbases = 0x559ba6afdb90
        main_path = 0x559ba68321a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#6  0x0000559ba4732865 in rb_print_backtrace (errout=0x7ff167ed36a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x559ba473284a <rb_print_backtrace+36>, 0x559ba4732f6d <rb_vm_bugreport+656>, 0x559ba4913ba5 <rb_bug_for_fatal_signal+327>, 0x559ba46796b5 <sigill>, 0x7ff167cfb520 <__restore_rt>, 0x559ba485a9b6 <RB_FL_TEST_RAW+19>, 0x559ba485aa4f <RB_FL_ANY_RAW+35>, 0x559ba485ade5 <rb_array_const_ptr+29>, 0x559ba485b277 <rb_ary_entry_internal+44>, 0x559ba485f041 <rb_ary_entry+39>, 0x559ba46ad54b <get_id_serial_entry+180>, 0x559ba46ad61a <get_id_entry+50>, 0x559ba46ade2a <lookup_id_str+33>, 0x559ba46ae5a5 <rb_id2str+28>, 0x559ba46ae5c3 <rb_id2name+28>, 0x7ff14d62913c <dump_object+4302>, 0x7ff14d62961d <objspace_dump+193>, 0x559ba4701954 <call_cfunc_2+75>, 0x559ba4702f20 <vm_call_cfunc_with_frame_+541>, 0x559ba47030f5 <vm_call_cfunc_with_frame+121>, 0x559ba4709497 <vm_sendish+502>, 0x559ba4710a28 <vm_exec_core+14741>, 0x559ba4727412 <rb_vm_exec+320>, 0x559ba4723fff <invoke_block+216>, 0x559ba4724425 <invoke_block_from_c_bh+793>, 0x559ba472461f <vm_yield_with_cref+90>, 0x559ba472465d <vm_yield+56>, 0x559ba471ef5f <rb_yield_0+47>, 0x559ba471efc6 <rb_yield+66>, 0x559ba4862979 <select_bang_i+88>, 0x559ba450d9c8 <rb_ensure+388>, 0x559ba4862bff <rb_ary_select_bang+159>, 0x559ba4862c69 <rb_ary_keep_if+84>, 0x559ba470231b <ractor_safe_call_cfunc_0+48>, 0x559ba4702f20 <vm_call_cfunc_with_frame_+541>, 0x559ba47030f5 <vm_call_cfunc_with_frame+121>, 0x559ba470320d <vm_call_cfunc_other+278>, 0x559ba4703635 <vm_call_cfunc+302>, 0x559ba4706164 <vm_call_method_each_type+289>, 0x559ba4706c10 <vm_call_method+161>, 0x559ba4706e12 <vm_call_general+47>, 0x559ba4709497 <vm_sendish+502>, 0x559ba471087f <vm_exec_core+14316>, 0x559ba4727412 <rb_vm_exec+320>, 0x559ba4728271 <rb_iseq_eval_main+61>, 0x559ba450bbcb <rb_ec_exec_node+318>, 0x559ba450bd48 <ruby_run_node+150>, 0x559ba45075b4 <rb_main+76>, 0x559ba4507615 <main+75>, 0x7ff167ce2d90 <__libc_start_call_main+128>, 0x7ff167ce2e40 <__libc_start_main_impl+128>, 0x559ba4507495 <_start+37>, 0x0 <repeats 972 times>}
        n = 52
#7  0x0000559ba4732f6d in rb_vm_bugreport (ctx=0x559ba68325c0, errout=0x7ff167ed36a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x559ba679db10
        ec = 0x559ba67a14e0
#8  0x0000559ba4913ba5 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x559ba68325c0, fmt=0x559ba497ba4b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7ff167ed36a0 <_IO_2_1_stderr_>
        file = 0x7ff14b720cf0 "/tmp/ruby/build/trunk-O0/.ext/common/objspace.rb"
        line = 43
#9  0x0000559ba46796b5 in sigsegv (sig=11, info=0x559ba68326f0, ctx=0x559ba68325c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 RB_FL_TEST_RAW (obj=140674804154240, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#12 0x0000559ba485aa4f in RB_FL_ANY_RAW (obj=140674804154240, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:520
No locals.
#13 0x0000559ba485ade5 in rb_array_const_ptr (a=140674804154240) at /tmp/ruby/src/trunk-O0/include/ruby/internal/core/rarray.h:301
No locals.
#14 0x0000559ba485b277 in rb_ary_entry_internal (ary=140674804154240, offset=6) at /tmp/ruby/src/trunk-O0/internal/array.h:57
        len = 9
        ptr = 0x2000
#15 0x0000559ba485f041 in rb_ary_entry (ary=140674804154240, offset=6) at /tmp/ruby/src/trunk-O0/array.c:1689
No locals.
#16 0x0000559ba46ad54b in get_id_serial_entry (num=3136, id=50177, t=ID_ENTRY_STR) at /tmp/ruby/src/trunk-O0/symbol.c:456
        idx = 6
        ids = 140674804154240
        ary = 6649145050780655872
        _lev = 0
        result = 0
        symbols = 0x559ba4b49460 <ruby_global_symbols>
#17 0x0000559ba46ad61a in get_id_entry (id=50177, t=ID_ENTRY_STR) at /tmp/ruby/src/trunk-O0/symbol.c:487
No locals.
#18 0x0000559ba46ade2a in lookup_id_str (id=50177) at /tmp/ruby/src/trunk-O0/symbol.c:728
No locals.
#19 0x0000559ba46ae5a5 in rb_id2str (id=50177) at /tmp/ruby/src/trunk-O0/symbol.c:963
No locals.
#20 0x0000559ba46ae5c3 in rb_id2name (id=50177) at /tmp/ruby/src/trunk-O0/symbol.c:969
        str = 140722309163008
#21 0x00007ff14d62913c in dump_object (obj=140674341075760, dc=0x7ffc773fe800) 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 = 3
        mid = 16
        shape_id = 2
#22 0x00007ff14d62961d in objspace_dump (os=140674379793800, obj=140674341075760, output=140674343967160) at /tmp/ruby/src/trunk-O0/ext/objspace/objspace_dump.c:751
        dc = {type = 0, stream = 0, string = 140674343967160, root_category = 0x0, cur_obj = 140674341075760, cur_obj_klass = 140674379944800, cur_page_slot_size = 40, cur_obj_references = 2, roots = 0, full_heap = 0, partial_dump = 0, since = 0, shapes_since = 0, buffer_len = 260, buffer = "{\"address\":\"0x7ff14c20fb30\", \"type\":\"ARRAY\", \"shape_id\":2, \"slot_size\":40, \"class\":\"0x7ff14e721360\", \"length\":2, \"embedded\":true, \"references\":[\"0x7ff14c07b210\", \"0x7ff14c07b238\"], \"memsize\":40, \"flag"...}
#23 0x0000559ba4701954 in call_cfunc_2 (recv=140674379793800, argc=2, argv=0x7ff167bb50e0, func=0x7ff14d62955c <objspace_dump>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3181
        f = 0x7ff14d62955c <objspace_dump>
#24 0x0000559ba4702f20 in vm_call_cfunc_with_frame_ (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4ef8, calling=0x7ffc773ffa80, argc=2, argv=0x7ff167bb50e0, stack_bottom=0x7ff167bb50d8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x14d100140005
        cc = 0x7ff14d52fa80
        val = 140674343967160
        me = 0x7ff14bf10808
        cfunc = 0x559ba68254d8
        recv = 140674379793800
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#25 0x0000559ba47030f5 in vm_call_cfunc_with_frame (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4ef8, calling=0x7ffc773ffa80) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 2
        stack_bottom = 0x7ff167bb50d8
        argv = 0x7ff167bb50e0
#26 0x0000559ba4709497 in vm_sendish (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4ef8, cd=0x559ba6935b80, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x14d100140005
        cc = 0x7ff14d52fa80
        argc = 2
        recv = 140674379793800
        calling = {cd = 0x559ba6935b80, cc = 0x7ff14d52fa80, block_handler = 0, recv = 140674379793800, argc = 2, kw_splat = false, heap_argv = 0}
#27 0x0000559ba4710a28 in vm_exec_core (ec=0x559ba67a14e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x559ba6935b80
        leaf = false
        val = 140674343967160
        reg_pc = 0x559ba695bd70
        reg_cfp = 0x7ff167cb4ef8
        insns_address_table = {0x559ba470d0ff <vm_exec_core+108>, 0x559ba470d161 <vm_exec_core+206>, 0x559ba470d274 <vm_exec_core+481>, 0x559ba470d388 <vm_exec_core+757>, 0x559ba470d526 <vm_exec_core+1171>, 0x559ba470d656 <vm_exec_core+1475>, 0x559ba470d868 <vm_exec_core+2005>, 0x559ba470d97a <vm_exec_core+2279>, 0x559ba470da53 <vm_exec_core+2496>, 0x559ba470db5a <vm_exec_core+2759>, 0x559ba470dc61 <vm_exec_core+3022>, 0x559ba470dd6f <vm_exec_core+3292>, 0x559ba470de81 <vm_exec_core+3566>, 0x559ba470df51 <vm_exec_core+3774>, 0x559ba470e05a <vm_exec_core+4039>, 0x559ba470e154 <vm_exec_core+4289>, 0x559ba470e217 <vm_exec_core+4484>, 0x559ba470e2da <vm_exec_core+4679>, 0x559ba470e363 <vm_exec_core+4816>, 0x559ba470e3ef <vm_exec_core+4956>, 0x559ba470e495 <vm_exec_core+5122>, 0x559ba470e56d <vm_exec_core+5338>, 0x559ba470e63a <vm_exec_core+5543>, 0x559ba470e718 <vm_exec_core+5765>, 0x559ba470e7da <vm_exec_core+5959>, 0x559ba470e919 <vm_exec_core+6278>, 0x559ba470e9bf <vm_exec_core+6444>, 0x559ba470eaa4 <vm_exec_core+6673>, 0x559ba470ebd3 <vm_exec_core+6976>, 0x559ba470ec96 <vm_exec_core+7171>, 0x559ba470ed59 <vm_exec_core+7366>, 0x559ba470ee50 <vm_exec_core+7613>, 0x559ba470ef12 <vm_exec_core+7807>, 0x559ba470eff1 <vm_exec_core+8030>, 0x559ba470f0be <vm_exec_core+8235>, 0x559ba470f1ce <vm_exec_core+8507>, 0x559ba470f2c8 <vm_exec_core+8757>, 0x559ba470f343 <vm_exec_core+8880>, 0x559ba470f404 <vm_exec_core+9073>, 0x559ba470f4f2 <vm_exec_core+9311>, 0x559ba470f5a2 <vm_exec_core+9487>, 0x559ba470f721 <vm_exec_core+9870>, 0x559ba470f7fb <vm_exec_core+10088>, 0x559ba470f8e7 <vm_exec_core+10324>, 0x559ba470f978 <vm_exec_core+10469>, 0x559ba470fad3 <vm_exec_core+10816>, 0x559ba4710075 <vm_exec_core+12258>, 0x559ba4710171 <vm_exec_core+12510>, 0x559ba4710274 <vm_exec_core+12769>, 0x559ba4710360 <vm_exec_core+13005>, 0x559ba4710579 <vm_exec_core+13542>, 0x559ba471066b <vm_exec_core+13784>, 0x559ba4710771 <vm_exec_core+14046>, 0x559ba471096e <vm_exec_core+14555>, 0x559ba4710b17 <vm_exec_core+14980>, 0x559ba4710c42 <vm_exec_core+15279>, 0x559ba4710dae <vm_exec_core+15643>, 0x559ba4710ed9 <vm_exec_core+15942>, 0x559ba4711045 <vm_exec_core+16306>, 0x559ba4711227 <vm_exec_core+16788>, 0x559ba4711424 <vm_exec_core+17297>, 0x559ba47115cd <vm_exec_core+17722>, 0x559ba47116ef <vm_exec_core+18012>, 0x559ba4711796 <vm_exec_core+18179>, 0x559ba471185a <vm_exec_core+18375>, 0x559ba4711943 <vm_exec_core+18608>, 0x559ba4711a2f <vm_exec_core+18844>, 0x559ba4711b18 <vm_exec_core+19077>, 0x559ba4711c2c <vm_exec_core+19353>, 0x559ba4711d53 <vm_exec_core+19648>, 0x559ba4711e89 <vm_exec_core+19958>, 0x559ba4711fbf <vm_exec_core+20268>, 0x559ba47120f5 <vm_exec_core+20578>, 0x559ba471222b <vm_exec_core+20888>, 0x559ba4712361 <vm_exec_core+21198>, 0x559ba47124a2 <vm_exec_core+21519>, 0x559ba471261c <vm_exec_core+21897>, 0x559ba4712752 <vm_exec_core+22207>, 0x559ba4712888 <vm_exec_core+22517>, 0x559ba47129be <vm_exec_core+22827>, 0x559ba4712af4 <vm_exec_core+23137>, 0x559ba4712c2a <vm_exec_core+23447>, 0x559ba4712d60 <vm_exec_core+23757>, 0x559ba4712e96 <vm_exec_core+24067>, 0x559ba4712fcc <vm_exec_core+24377>, 0x559ba471311b <vm_exec_core+24712>, 0x559ba47132d5 <vm_exec_core+25154>, 0x559ba4713453 <vm_exec_core+25536>, 0x559ba4713572 <vm_exec_core+25823>, 0x559ba4713691 <vm_exec_core+26110>, 0x559ba47137ab <vm_exec_core+26392>, 0x559ba47138c5 <vm_exec_core+26674>, 0x559ba47139f0 <vm_exec_core+26973>, 0x559ba4713b26 <vm_exec_core+27283>, 0x559ba4713c11 <vm_exec_core+27518>, 0x559ba4713d16 <vm_exec_core+27779>, 0x559ba4713e5e <vm_exec_core+28107>, 0x559ba4713f4d <vm_exec_core+28346>, 0x559ba4714027 <vm_exec_core+28564>, 0x559ba47140fc <vm_exec_core+28777>, 0x559ba47141d7 <vm_exec_core+28996>, 0x559ba4714253 <vm_exec_core+29120>, 0x559ba47142cf <vm_exec_core+29244>, 0x559ba47142ed <vm_exec_core+29274>, 0x559ba471430b <vm_exec_core+29304>, 0x559ba4714329 <vm_exec_core+29334>, 0x559ba4714347 <vm_exec_core+29364>, 0x559ba4714365 <vm_exec_core+29394>, 0x559ba4714383 <vm_exec_core+29424>, 0x559ba47143a1 <vm_exec_core+29454>, 0x559ba47143bf <vm_exec_core+29484>, 0x559ba47143dd <vm_exec_core+29514>, 0x559ba47143fb <vm_exec_core+29544>, 0x559ba4714419 <vm_exec_core+29574>, 0x559ba4714437 <vm_exec_core+29604>, 0x559ba4714455 <vm_exec_core+29634>, 0x559ba4714473 <vm_exec_core+29664>, 0x559ba4714491 <vm_exec_core+29694>, 0x559ba47144af <vm_exec_core+29724>, 0x559ba47144cd <vm_exec_core+29754>, 0x559ba47144eb <vm_exec_core+29784>, 0x559ba4714509 <vm_exec_core+29814>, 0x559ba4714527 <vm_exec_core+29844>, 0x559ba4714545 <vm_exec_core+29874>, 0x559ba4714563 <vm_exec_core+29904>, 0x559ba4714581 <vm_exec_core+29934>, 0x559ba471459f <vm_exec_core+29964>, 0x559ba47145bd <vm_exec_core+29994>, 0x559ba47145db <vm_exec_core+30024>, 0x559ba47145f9 <vm_exec_core+30054>, 0x559ba4714617 <vm_exec_core+30084>, 0x559ba4714635 <vm_exec_core+30114>, 0x559ba4714653 <vm_exec_core+30144>, 0x559ba4714671 <vm_exec_core+30174>, 0x559ba471468f <vm_exec_core+30204>, 0x559ba47146ad <vm_exec_core+30234>, 0x559ba47146cb <vm_exec_core+30264>, 0x559ba47146e9 <vm_exec_core+30294>, 0x559ba4714707 <vm_exec_core+30324>, 0x559ba4714725 <vm_exec_core+30354>, 0x559ba4714743 <vm_exec_core+30384>, 0x559ba4714761 <vm_exec_core+30414>, 0x559ba471477f <vm_exec_core+30444>, 0x559ba471479d <vm_exec_core+30474>, 0x559ba47147bb <vm_exec_core+30504>, 0x559ba47147d9 <vm_exec_core+30534>, 0x559ba47147f7 <vm_exec_core+30564>, 0x559ba4714815 <vm_exec_core+30594>, 0x559ba4714833 <vm_exec_core+30624>, 0x559ba4714851 <vm_exec_core+30654>, 0x559ba471486f <vm_exec_core+30684>, 0x559ba471488d <vm_exec_core+30714>, 0x559ba47148ab <vm_exec_core+30744>, 0x559ba47148c9 <vm_exec_core+30774>, 0x559ba47148e7 <vm_exec_core+30804>, 0x559ba4714905 <vm_exec_core+30834>, 0x559ba4714923 <vm_exec_core+30864>, 0x559ba4714941 <vm_exec_core+30894>, 0x559ba471495f <vm_exec_core+30924>, 0x559ba471497d <vm_exec_core+30954>, 0x559ba471499b <vm_exec_core+30984>, 0x559ba47149b9 <vm_exec_core+31014>, 0x559ba47149d7 <vm_exec_core+31044>, 0x559ba47149f5 <vm_exec_core+31074>, 0x559ba4714a13 <vm_exec_core+31104>, 0x559ba4714a31 <vm_exec_core+31134>, 0x559ba4714a4f <vm_exec_core+31164>, 0x559ba4714a6d <vm_exec_core+31194>, 0x559ba4714a8b <vm_exec_core+31224>, 0x559ba4714aa9 <vm_exec_core+31254>, 0x559ba4714ac7 <vm_exec_core+31284>, 0x559ba4714ae5 <vm_exec_core+31314>, 0x559ba4714b03 <vm_exec_core+31344>, 0x559ba4714b21 <vm_exec_core+31374>, 0x559ba4714b3f <vm_exec_core+31404>, 0x559ba4714b5d <vm_exec_core+31434>, 0x559ba4714b7b <vm_exec_core+31464>, 0x559ba4714b99 <vm_exec_core+31494>, 0x559ba4714bca <vm_exec_core+31543>, 0x559ba4714be8 <vm_exec_core+31573>, 0x559ba4714c06 <vm_exec_core+31603>, 0x559ba4714c24 <vm_exec_core+31633>, 0x559ba4714c42 <vm_exec_core+31663>, 0x559ba4714c60 <vm_exec_core+31693>, 0x559ba4714c7e <vm_exec_core+31723>, 0x559ba4714c9c <vm_exec_core+31753>, 0x559ba4714cba <vm_exec_core+31783>, 0x559ba4714cd8 <vm_exec_core+31813>, 0x559ba4714cf6 <vm_exec_core+31843>, 0x559ba4714d14 <vm_exec_core+31873>, 0x559ba4714d32 <vm_exec_core+31903>, 0x559ba4714d50 <vm_exec_core+31933>, 0x559ba4714d6e <vm_exec_core+31963>, 0x559ba4714d8c <vm_exec_core+31993>, 0x559ba4714daa <vm_exec_core+32023>, 0x559ba4714dc8 <vm_exec_core+32053>, 0x559ba4714de6 <vm_exec_core+32083>, 0x559ba4714e04 <vm_exec_core+32113>, 0x559ba4714e22 <vm_exec_core+32143>, 0x559ba4714e40 <vm_exec_core+32173>...}
#28 0x0000559ba4727412 in rb_vm_exec (ec=0x559ba67a14e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x559ba67a14e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc77400760, 0x559ba4727390 <rb_vm_exec+190>, 0x0, 0x7ffc774006b0, 0x7ffc77400750}, prev = 0x7ffc77400a70, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#29 0x0000559ba4723fff in invoke_block (ec=0x559ba67a14e0, iseq=0x7ff14bf4feb8, self=140674804141560, captured=0x7ff167cb4fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 1
#30 0x0000559ba4724425 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffc77400998, argc=1, self=140674804141560, captured=0x7ff167cb4fb8, ec=0x559ba67a14e0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7ff14bf4feb8
        opt_pc = 0
        type = 572653569
        cfp = 0x7ff167cb4f68
        sp = 0x7ff167bb5070
        flags = 0
        use_argv = 0x7ffc77400998
        av = {94126967041068, 140674805223272}
        stack_argv = 0x7ff167bb5070
#31 invoke_block_from_c_bh (ec=0x559ba67a14e0, block_handler=140674805223353, argc=1, argv=0x7ffc77400998, 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 = 0x7ff167cb4fb8
#32 0x0000559ba472461f in vm_yield_with_cref (ec=0x559ba67a14e0, argc=1, argv=0x7ffc77400998, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#33 0x0000559ba472465d in vm_yield (ec=0x559ba67a14e0, argc=1, argv=0x7ffc77400998, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#34 0x0000559ba471ef5f in rb_yield_0 (argc=1, argv=0x7ffc77400998) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#35 0x0000559ba471efc6 in rb_yield (val=140674341075760) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#36 0x0000559ba4862979 in select_bang_i (a=140722309171984) at /tmp/ruby/src/trunk-O0/array.c:3828
        v = 140674341075760
        arg = 0x7ffc77400b10
        ary = 140674804152880
        i1 = 35448
        i2 = 35448
#37 0x0000559ba450d9c8 in rb_ensure (b_proc=0x559ba4862921 <select_bang_i>, data1=140722309171984, e_proc=0x559ba48629fb <select_bang_ensure>, data2=140722309171984) at /tmp/ruby/src/trunk-O0/eval.c:1009
        _ec = 0x559ba67a14e0
        _tag = {tag = 36, retval = 140674804152880, buf = {0x7ffc77400af0, 0x559ba450d96b <rb_ensure+295>, 0x0, 0x7ffc77400a00, 0x7ffc77400ac8}, prev = 0x7ffc77401c00, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 140674804152880
        ec = 0x559ba67a14e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x559ba48629fb <select_bang_ensure>, data2 = 140722309171984}}
#38 0x0000559ba4862bff in rb_ary_select_bang (ary=140674804152880) at /tmp/ruby/src/trunk-O0/array.c:3891
        args = {ary = 140674804152880, len = {35448, 35448}}
#39 0x0000559ba4862c69 in rb_ary_keep_if (ary=140674804152880) at /tmp/ruby/src/trunk-O0/array.c:3916
No locals.
#40 0x0000559ba470231b in ractor_safe_call_cfunc_0 (recv=140674804152880, argc=0, argv=0x7ff167bb5058, func=0x559ba4862c15 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x559ba4862c15 <rb_ary_keep_if>
#41 0x0000559ba4702f20 in vm_call_cfunc_with_frame_ (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4fa0, calling=0x7ffc77400fa0, argc=0, argv=0x7ff167bb5058, stack_bottom=0x7ff167bb5050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x358100000001
        cc = 0x7ff14d52fb98
        val = 94127001310248
        me = 0x7ff14beaf3a0
        cfunc = 0x559ba67f2b28
        recv = 140674804152880
        block_handler = 140674805223353
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#42 0x0000559ba47030f5 in vm_call_cfunc_with_frame (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4fa0, calling=0x7ffc77400fa0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7ff167bb5050
        argv = 0x7ff167bb5058
#43 0x0000559ba470320d in vm_call_cfunc_other (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4fa0, calling=0x7ffc77400fa0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x358100000001
        argv_ary = 0
#44 0x0000559ba4703635 in vm_call_cfunc (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4fa0, calling=0x7ffc77400fa0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x358100000001
#45 0x0000559ba4706164 in vm_call_method_each_type (ec=0x559ba67a14e0, cfp=0x7ff167cb4fa0, calling=0x7ffc77400fa0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x358100000001
        cc = 0x7ff14d52fb98
        cme = 0x7ff14beaf3a0
        v = 94127005480296
#46 0x0000559ba4706c10 in vm_call_method (ec=0x559ba67a14e0, cfp=0x7ff167cb4fa0, calling=0x7ffc77400fa0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x358100000001
        cc = 0x7ff14d52fb98
#47 0x0000559ba4706e12 in vm_call_general (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4fa0, calling=0x7ffc77400fa0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#48 0x0000559ba4709497 in vm_sendish (ec=0x559ba67a14e0, reg_cfp=0x7ff167cb4fa0, cd=0x559ba6945730, block_handler=140674805223353, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x358100000001
        cc = 0x7ff14d52fb98
        argc = 0
        recv = 140674804152880
        calling = {cd = 0x559ba6945730, cc = 0x7ff14d52fb98, block_handler = 140674805223353, recv = 140674804152880, argc = 0, kw_splat = false, heap_argv = 0}
#49 0x0000559ba471087f in vm_exec_core (ec=0x559ba67a14e0) at ../../src/trunk-O0/insns.def:814
        bh = 140674805223353
        cd = 0x559ba6945730
        blockiseq = 0x7ff14bf4feb8
        leaf = false
        val = 140674361130560
        reg_pc = 0x559ba6945320
        reg_cfp = 0x7ff167cb4fa0
        insns_address_table = {0x559ba470d0ff <vm_exec_core+108>, 0x559ba470d161 <vm_exec_core+206>, 0x559ba470d274 <vm_exec_core+481>, 0x559ba470d388 <vm_exec_core+757>, 0x559ba470d526 <vm_exec_core+1171>, 0x559ba470d656 <vm_exec_core+1475>, 0x559ba470d868 <vm_exec_core+2005>, 0x559ba470d97a <vm_exec_core+2279>, 0x559ba470da53 <vm_exec_core+2496>, 0x559ba470db5a <vm_exec_core+2759>, 0x559ba470dc61 <vm_exec_core+3022>, 0x559ba470dd6f <vm_exec_core+3292>, 0x559ba470de81 <vm_exec_core+3566>, 0x559ba470df51 <vm_exec_core+3774>, 0x559ba470e05a <vm_exec_core+4039>, 0x559ba470e154 <vm_exec_core+4289>, 0x559ba470e217 <vm_exec_core+4484>, 0x559ba470e2da <vm_exec_core+4679>, 0x559ba470e363 <vm_exec_core+4816>, 0x559ba470e3ef <vm_exec_core+4956>, 0x559ba470e495 <vm_exec_core+5122>, 0x559ba470e56d <vm_exec_core+5338>, 0x559ba470e63a <vm_exec_core+5543>, 0x559ba470e718 <vm_exec_core+5765>, 0x559ba470e7da <vm_exec_core+5959>, 0x559ba470e919 <vm_exec_core+6278>, 0x559ba470e9bf <vm_exec_core+6444>, 0x559ba470eaa4 <vm_exec_core+6673>, 0x559ba470ebd3 <vm_exec_core+6976>, 0x559ba470ec96 <vm_exec_core+7171>, 0x559ba470ed59 <vm_exec_core+7366>, 0x559ba470ee50 <vm_exec_core+7613>, 0x559ba470ef12 <vm_exec_core+7807>, 0x559ba470eff1 <vm_exec_core+8030>, 0x559ba470f0be <vm_exec_core+8235>, 0x559ba470f1ce <vm_exec_core+8507>, 0x559ba470f2c8 <vm_exec_core+8757>, 0x559ba470f343 <vm_exec_core+8880>, 0x559ba470f404 <vm_exec_core+9073>, 0x559ba470f4f2 <vm_exec_core+9311>, 0x559ba470f5a2 <vm_exec_core+9487>, 0x559ba470f721 <vm_exec_core+9870>, 0x559ba470f7fb <vm_exec_core+10088>, 0x559ba470f8e7 <vm_exec_core+10324>, 0x559ba470f978 <vm_exec_core+10469>, 0x559ba470fad3 <vm_exec_core+10816>, 0x559ba4710075 <vm_exec_core+12258>, 0x559ba4710171 <vm_exec_core+12510>, 0x559ba4710274 <vm_exec_core+12769>, 0x559ba4710360 <vm_exec_core+13005>, 0x559ba4710579 <vm_exec_core+13542>, 0x559ba471066b <vm_exec_core+13784>, 0x559ba4710771 <vm_exec_core+14046>, 0x559ba471096e <vm_exec_core+14555>, 0x559ba4710b17 <vm_exec_core+14980>, 0x559ba4710c42 <vm_exec_core+15279>, 0x559ba4710dae <vm_exec_core+15643>, 0x559ba4710ed9 <vm_exec_core+15942>, 0x559ba4711045 <vm_exec_core+16306>, 0x559ba4711227 <vm_exec_core+16788>, 0x559ba4711424 <vm_exec_core+17297>, 0x559ba47115cd <vm_exec_core+17722>, 0x559ba47116ef <vm_exec_core+18012>, 0x559ba4711796 <vm_exec_core+18179>, 0x559ba471185a <vm_exec_core+18375>, 0x559ba4711943 <vm_exec_core+18608>, 0x559ba4711a2f <vm_exec_core+18844>, 0x559ba4711b18 <vm_exec_core+19077>, 0x559ba4711c2c <vm_exec_core+19353>, 0x559ba4711d53 <vm_exec_core+19648>, 0x559ba4711e89 <vm_exec_core+19958>, 0x559ba4711fbf <vm_exec_core+20268>, 0x559ba47120f5 <vm_exec_core+20578>, 0x559ba471222b <vm_exec_core+20888>, 0x559ba4712361 <vm_exec_core+21198>, 0x559ba47124a2 <vm_exec_core+21519>, 0x559ba471261c <vm_exec_core+21897>, 0x559ba4712752 <vm_exec_core+22207>, 0x559ba4712888 <vm_exec_core+22517>, 0x559ba47129be <vm_exec_core+22827>, 0x559ba4712af4 <vm_exec_core+23137>, 0x559ba4712c2a <vm_exec_core+23447>, 0x559ba4712d60 <vm_exec_core+23757>, 0x559ba4712e96 <vm_exec_core+24067>, 0x559ba4712fcc <vm_exec_core+24377>, 0x559ba471311b <vm_exec_core+24712>, 0x559ba47132d5 <vm_exec_core+25154>, 0x559ba4713453 <vm_exec_core+25536>, 0x559ba4713572 <vm_exec_core+25823>, 0x559ba4713691 <vm_exec_core+26110>, 0x559ba47137ab <vm_exec_core+26392>, 0x559ba47138c5 <vm_exec_core+26674>, 0x559ba47139f0 <vm_exec_core+26973>, 0x559ba4713b26 <vm_exec_core+27283>, 0x559ba4713c11 <vm_exec_core+27518>, 0x559ba4713d16 <vm_exec_core+27779>, 0x559ba4713e5e <vm_exec_core+28107>, 0x559ba4713f4d <vm_exec_core+28346>, 0x559ba4714027 <vm_exec_core+28564>, 0x559ba47140fc <vm_exec_core+28777>, 0x559ba47141d7 <vm_exec_core+28996>, 0x559ba4714253 <vm_exec_core+29120>, 0x559ba47142cf <vm_exec_core+29244>, 0x559ba47142ed <vm_exec_core+29274>, 0x559ba471430b <vm_exec_core+29304>, 0x559ba4714329 <vm_exec_core+29334>, 0x559ba4714347 <vm_exec_core+29364>, 0x559ba4714365 <vm_exec_core+29394>, 0x559ba4714383 <vm_exec_core+29424>, 0x559ba47143a1 <vm_exec_core+29454>, 0x559ba47143bf <vm_exec_core+29484>, 0x559ba47143dd <vm_exec_core+29514>, 0x559ba47143fb <vm_exec_core+29544>, 0x559ba4714419 <vm_exec_core+29574>, 0x559ba4714437 <vm_exec_core+29604>, 0x559ba4714455 <vm_exec_core+29634>, 0x559ba4714473 <vm_exec_core+29664>, 0x559ba4714491 <vm_exec_core+29694>, 0x559ba47144af <vm_exec_core+29724>, 0x559ba47144cd <vm_exec_core+29754>, 0x559ba47144eb <vm_exec_core+29784>, 0x559ba4714509 <vm_exec_core+29814>, 0x559ba4714527 <vm_exec_core+29844>, 0x559ba4714545 <vm_exec_core+29874>, 0x559ba4714563 <vm_exec_core+29904>, 0x559ba4714581 <vm_exec_core+29934>, 0x559ba471459f <vm_exec_core+29964>, 0x559ba47145bd <vm_exec_core+29994>, 0x559ba47145db <vm_exec_core+30024>, 0x559ba47145f9 <vm_exec_core+30054>, 0x559ba4714617 <vm_exec_core+30084>, 0x559ba4714635 <vm_exec_core+30114>, 0x559ba4714653 <vm_exec_core+30144>, 0x559ba4714671 <vm_exec_core+30174>, 0x559ba471468f <vm_exec_core+30204>, 0x559ba47146ad <vm_exec_core+30234>, 0x559ba47146cb <vm_exec_core+30264>, 0x559ba47146e9 <vm_exec_core+30294>, 0x559ba4714707 <vm_exec_core+30324>, 0x559ba4714725 <vm_exec_core+30354>, 0x559ba4714743 <vm_exec_core+30384>, 0x559ba4714761 <vm_exec_core+30414>, 0x559ba471477f <vm_exec_core+30444>, 0x559ba471479d <vm_exec_core+30474>, 0x559ba47147bb <vm_exec_core+30504>, 0x559ba47147d9 <vm_exec_core+30534>, 0x559ba47147f7 <vm_exec_core+30564>, 0x559ba4714815 <vm_exec_core+30594>, 0x559ba4714833 <vm_exec_core+30624>, 0x559ba4714851 <vm_exec_core+30654>, 0x559ba471486f <vm_exec_core+30684>, 0x559ba471488d <vm_exec_core+30714>, 0x559ba47148ab <vm_exec_core+30744>, 0x559ba47148c9 <vm_exec_core+30774>, 0x559ba47148e7 <vm_exec_core+30804>, 0x559ba4714905 <vm_exec_core+30834>, 0x559ba4714923 <vm_exec_core+30864>, 0x559ba4714941 <vm_exec_core+30894>, 0x559ba471495f <vm_exec_core+30924>, 0x559ba471497d <vm_exec_core+30954>, 0x559ba471499b <vm_exec_core+30984>, 0x559ba47149b9 <vm_exec_core+31014>, 0x559ba47149d7 <vm_exec_core+31044>, 0x559ba47149f5 <vm_exec_core+31074>, 0x559ba4714a13 <vm_exec_core+31104>, 0x559ba4714a31 <vm_exec_core+31134>, 0x559ba4714a4f <vm_exec_core+31164>, 0x559ba4714a6d <vm_exec_core+31194>, 0x559ba4714a8b <vm_exec_core+31224>, 0x559ba4714aa9 <vm_exec_core+31254>, 0x559ba4714ac7 <vm_exec_core+31284>, 0x559ba4714ae5 <vm_exec_core+31314>, 0x559ba4714b03 <vm_exec_core+31344>, 0x559ba4714b21 <vm_exec_core+31374>, 0x559ba4714b3f <vm_exec_core+31404>, 0x559ba4714b5d <vm_exec_core+31434>, 0x559ba4714b7b <vm_exec_core+31464>, 0x559ba4714b99 <vm_exec_core+31494>, 0x559ba4714bca <vm_exec_core+31543>, 0x559ba4714be8 <vm_exec_core+31573>, 0x559ba4714c06 <vm_exec_core+31603>, 0x559ba4714c24 <vm_exec_core+31633>, 0x559ba4714c42 <vm_exec_core+31663>, 0x559ba4714c60 <vm_exec_core+31693>, 0x559ba4714c7e <vm_exec_core+31723>, 0x559ba4714c9c <vm_exec_core+31753>, 0x559ba4714cba <vm_exec_core+31783>, 0x559ba4714cd8 <vm_exec_core+31813>, 0x559ba4714cf6 <vm_exec_core+31843>, 0x559ba4714d14 <vm_exec_core+31873>, 0x559ba4714d32 <vm_exec_core+31903>, 0x559ba4714d50 <vm_exec_core+31933>, 0x559ba4714d6e <vm_exec_core+31963>, 0x559ba4714d8c <vm_exec_core+31993>, 0x559ba4714daa <vm_exec_core+32023>, 0x559ba4714dc8 <vm_exec_core+32053>, 0x559ba4714de6 <vm_exec_core+32083>, 0x559ba4714e04 <vm_exec_core+32113>, 0x559ba4714e22 <vm_exec_core+32143>, 0x559ba4714e40 <vm_exec_core+32173>...}
#50 0x0000559ba4727412 in rb_vm_exec (ec=0x559ba67a14e0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x559ba67a14e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc77401c80, 0x559ba4727390 <rb_vm_exec+190>, 0x0, 0x7ffc77401bd0, 0x559ba6825990}, prev = 0x7ffc77401cf0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#51 0x0000559ba4728271 in rb_iseq_eval_main (iseq=0x7ff14d632450) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x559ba67a14e0
        val = 94127001310432
#52 0x0000559ba450bbcb in rb_ec_exec_node (ec=0x559ba67a14e0, n=0x7ff14d632450) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x559ba67a0090
        _ec = 0x559ba67a14e0
        _tag = {tag = 36, retval = 94126965043640, buf = {0x7ffc77401d70, 0x559ba450bb61 <rb_ec_exec_node+212>, 0x0, 0x7ffc77401cc0, 0x559ba67a14e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7ff14d632450
#53 0x0000559ba450bd48 in ruby_run_node (n=0x7ff14d632450) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x559ba67a14e0
        status = 21915
#54 0x0000559ba45075b4 in rb_main (argc=130, argv=0x7ffc77401f18) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140722309176816
#55 0x0000559ba4507615 in main (argc=130, argv=0x7ffc77401f18) 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.223376.ruby -x gdbscript
[New LWP 223376]
[New LWP 223378]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000055acc5bb26c1 in get_uint16 (p=0x7f64023cf4e5 "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
947	    return (uint16_t)MERGE_2INTS(p[0],p[1],8);
[Current thread is 1 (Thread 0x7f641d2bb7c0 (LWP 223376))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f641d2bb7c0 (LWP 223376) 0x000055acc5bb26c1 in get_uint16 (p=0x7f64023cf4e5 "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
  2    Thread 0x7f6403cdf640 (LWP 223378) 0x00007f641d3e3fde in epoll_wait (epfd=4, events=0x55acc5eaa85c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f6403cdf640 (LWP 223378)):
#0  0x00007f641d3e3fde in epoll_wait (epfd=4, events=0x55acc5eaa85c <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  0x000055acc5a13cd9 in event_wait (vm=0x55acc79b6b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21932
#2  0x000055acc5a13cfd in timer_thread_polling (vm=0x55acc79b6b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1632416342
#3  0x000055acc5a143bd in timer_thread_func (ptr=0x55acc79b6b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x55acc79b6b10
#4  0x00007f641d352b43 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 = {140731346269136, 6559727295891998208, 140067537286720, 25, 140067963480144, 140731346269488, -6502966261636168192, -6502934725692127744}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f641d3e3bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f641d2bb7c0 (LWP 223376)):
#0  0x000055acc5bb26c1 in get_uint16 (p=0x7f64023cf4e5 "") at /tmp/ruby/src/trunk-O0/addr2line.c:947
No locals.
#1  0x000055acc5bb2706 in get_uint32 (p=0x7f64023cf4e5 "") at /tmp/ruby/src/trunk-O0/addr2line.c:953
No locals.
#2  0x000055acc5bb2747 in get_uint64 (p=0x7f64023cf4e5 "") at /tmp/ruby/src/trunk-O0/addr2line.c:959
No locals.
#3  0x000055acc5bb28b4 in read_uintptr (ptr=0x55acc7a4a5f0) at /tmp/ruby/src/trunk-O0/addr2line.c:1008
        p = 0x7f64023cf4e5 ""
#4  0x000055acc5bb4216 in ranges_include (reader=0x55acc7a4a8e0, ptr=0x55acc7a4a6e0, addr=4545445, rnglists_header=0x55acc7a4a6a0, errout=0x7f641d4d86a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1698
        from = 0
        to = 3264010
        p = 0x7f64023cf4ed "U\315\061"
        base = 0
        base_valid = true
#5  0x000055acc5bb4d01 in debug_info_read (reader=0x55acc7a4a8e0, num_traces=54, traces=0x55acc5ead960 <trace>, lines=0x55acc7d4ca90, offset=0, errout=0x7f641d4d86a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1947
        addr = 94200540892069
        offset = 4545445
        saddr = 0
        i = 2
        die = {pos = 3838682, tag = 29, has_children = 1}
        ranges = {low_pc = 0, high_pc = 0, ranges = 344880, low_pc_set = false, high_pc_set = false, ranges_set = true}
        line = {dirname = 0x7f6401bb8879 "library/core/src/ptr", filename = 0x7f6401bb8d2d "mod.rs", path = 0x0, line = 487, base_addr = 0, saddr = 0, sname = 0x7f6401e191aa "drop_in_place<std::backtrace_rs::symbolize::gimli::Context>", 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}
#6  0x000055acc5bb5bc3 in fill_lines (num_traces=54, traces=0x55acc5ead960 <trace>, check_debuglink=1, objp=0x55acc7a4b200, lines=0x55acc7d4ca90, offset=0, errout=0x7f641d4d86a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
        reader = {obj = 0x55acc8213b80, file = 0x7f6400bed000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7f64017570ad "\255m\002", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7f6401bbcb9d "!\002", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7f6401bb8cd4 "backtrace.rs", debug_line_directories = 0x7f6401bb87da "library/std/src/sys_common", p = 0x7f640175dcef "%h\322\020", cu_end = 0x7f640177de5e "\312\033", pend = 0x7f6401a77cbb "\001$", q0 = 0x7f6401a978f0 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7f6401a97acb "*\035", format = 4, address_size = 8 '\b', level = 5, abbrev_table = {0x7f641d4e6000 "", 0x7f6401a978f1 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7f6401a97907 "4", 0x7f6401a97912 "\023\001\035\023\003\016\v\v\210\001\017", 0x7f6401a97920 "\r", 0x7f6401a9792e "\017", 0x7f6401a97939 "$", 0x7f6401a97944 "9\001\003\016", 0x7f6401a9794b "\023", 0x7f6401a97957 "\023\001\003\016\v\v\210\001\017", 0x7f6401a97963 "/", 0x7f6401a9796c ".\001n\016\003\016:\v;\005I\023 \v", 0x7f6401a9797d "\005", 0x7f6401a9798a "\v\001", 0x7f6401a9798f "4", 0x7f6401a9799f ".\001n\016\003\016:\v;\005 \v", 0x7f6401a979ae "4", 0x7f6401a979bb "3\001\025\023", 0x7f6401a979c2 "\r", 0x7f6401a979d0 "\031\001\026\v", 0x7f6401a979d7 "\031\001", 0x7f6401a979dc "\023", 0x7f6401a979e8 "3\001", 0x7f6401a979ed "\031\001\026\006", 0x7f6401a979f4 "\023\001\003\016\v\005\210\001\017", 0x7f6401a97a00 "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7f6401a97a10 "(", 0x7f6401a97a19 "\005", 0x7f6401a97a24 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7f6401a97a37 "\005", 0x7f6401a97a44 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7f6401a97a55 "\005", 0x7f6401a97a5e "4", 0x7f6401a97a67 "\005", 0x7f6401a97a70 ".\001\021\001\022\006@\030\061\023", 0x7f6401a97a7d "\005", 0x7f6401a97a84 "\005", 0x7f6401a97a91 "\005", 0x7f6401a97a9a "\v\001\021\001\022\006", 0x7f6401a97aa3 "4", 0x7f6401a97aac "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7f6401a97abd "\035\001\061\023U\027X\vY\005W\v", 0x7f6401a97acc "\035", 0x7f6401a97add "4", 0x7f6401a97ae6 "\v\001U\027", 0x7f6401a97aed "\035", 0x7f6401a97afc ".\001n\016\003\016:\v;\vI\023 \v", 0x7f6401a97b0d "4", 0x7f6401a97b1d "4", 0x7f6401a97b2a "\005", 0x7f6401a97b37 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7f6401a97b4a "\023\001\003\016<\031\210\001\017", 0x7f6401a97b56 "\005", 0x7f6401a97b61 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7f6401a97b76 "\005", 0x7f6401a97b83 "\035\001\061\023U\027X\vY\vW\v", 0x7f6401a97b92 "\027\001\003\016\v\v\210\001\017", 0x7f6401a97b9e "\027", 0x7f6401a97baa "\027\001\003\016<\031\210\001\017", 0x7f6401a97bb6 "\027\001\003\016\v\005\210\001\017", 0x7f6401a97bc2 ".\001\021\001\022\006@\030n\016\003\016:\v;\v\207\001\031", 0x7f6401a97bd8 "\005", 0x7f6401a97be7 "3", 0x7f6401a97bec "(", 0x7f6401a97bf5 ".\001n\016\003\016:\v;\vI\023?\031 \v", 0x7f6401a97c08 ".", 0x7f6401a97c17 "4", 0x7f6401a97c20 "\001\001I\023", 0x7f6401a97c27 "!", 0x7f6401a97c32 "$", 0x7f6401a97c3d "\017", 0x7f6401a97c46 "4", 0x7f6401a97c5a ".\001\021\001\022\006@\030n\016\003\016:\v;\005\207\001\031", 0x7f6401a97c70 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023?\031", 0x7f6401a97c87 "\005", 0x7f6401a97c96 "4", 0x7f6401a97ca8 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7f6401a97cbd "\005", 0x7f6401a97ccc "4", 0x7f6401a97cd3 ".\001n\016\003\016:\v;\v \v", 0x7f6401a97ce2 ".\001n\016\003\016:\v;\v?\031 \v", 0x7f6401a97cf3 ".\001\021\001\022\006@\030n\016\003\016:\v;\v?\031", 0x7f6401a97d08 "\035", 0x7f6401a97d19 "4", 0x7f6401a97d28 "\r", 0x7f6401a97d39 "4", 0x7f6401a97d4d "4", 0x7f6401a97d63 "\005", 0x7f6401a97d72 ".", 0x7f6401a97d83 ".", 0x7f6401a97d96 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023?\031", 0x7f6401a97dad "4", 0x7f6401a97dbf "4", 0x7f6401a97dd1 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7f6401a97de4 "\005", 0x7f6401a97ded "4", 0x7f6401a97df6 ".", 0x7f6401a97e07 "\035\001\061\023\021\001\022\006X\vY\v", 0x7f6401a97e16 "4", 0x7f6401a97e28 "\035", 0x7f6401a97e37 ".", 0x7f6401a97e4a "\r", 0x7f6401a97e58 "\025\001I\023", 0x7f6401a97e5f "\005", 0x7f6401a97e66 "\025\001", 0x7f6401a97e6b ".\001\003\016:\v;\v \v", 0x7f6401a97e78 ".\001\003\016:\v;\vI\023 \v", 0x7f6401a96781 "\025\001I\023", 0x7f6401a96788 "\005", 0x7f6401a9678f "\025\001", 0x7f6401a96794 ".\001\003\016:\v;\v \v", 0x7f6401a967a1 ".\001\003\016:\v;\vI\023 \v", 0x7f6401a967b0 ".\001\003\016:\v;\vI\023?\031 \v", 0x7f6401a8e41e "\005", 0x7f6401a8e42d ".", 0x7f6401a8a59c "!", 0x7f6401a8a5a5 "\r", 0x7f6401a8a5bb ".", 0x7f6401a8a5cf "\035\001\061\023\021\001\022\aX!%Y!\215\rW!\020\001\023", 0x7f6401a8a5e6 "\n", 0x7f6401a8a5f3 ".", 0x7f6401a8a60c "4", 0x7f6401a8a61d ".", 0x7f6401a8a635 ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7f6401a8a652 ".\001?\031\003\016:!(;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7f6401a8a66e ".", 0x7f6401a8a688 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7f6401a8a69d "\026", 0x7f6401a8a6a7 "\023\001\003\016\v\v:\v;\v\001\023", 0x7f6401a8a6b7 "\017", 0x7f6401a8a6bf "$", 0x7f6401a8a6cb "\026", 0x7f6401a8a6d9 "&", 0x7f6401a8a6df "\026", 0x7f6401a8a6ef "(", 0x7f6401a8a6f9 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f6401a8a70e "\025\001I\023\001\023", 0x7f6401a8a718 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7f6401a8a72d "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7f6401a8a73f "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7f6401a8a751 "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7f6401a8a764 "\026", 0x7f6401a8a777 "!", 0x7f6401a8a77d "4", 0x7f6401a8a78d ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7f6401a8a7a8 ".", 0x7f6401a8a7bf ".", 0x7f6401a8a7d6 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7f6401a8a7f2 ".", 0x7f6401a8a80f ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f6401a8a830 ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f6401a8a84f ".", 0x7f6401a8a869 ".", 0x7f6401a8a885 "4", 0x7f6401a8a891 ".", 0x7f6401a8a8ac ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7f6401a8a8c0 ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7f6401a8a8df ".", 0x7f6401a8a8fa ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7f6401a8a910 ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7f6401a8a92d ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7f6401a8a945 ".", 0x7f64034bef98 "", 0x55acc7a4b630 "\033", 0x55acc7a4b628 "\210\313p\002d\177", 0x7f64034befc0 "\360\357K\003d\177", 0x55acc7a4ae68 "\372\250\250\001d\177", 0x55acc7a4b5e8 "", 0x55acc7a4b5f0 "", 0x55acc7a4b5f8 "\200\240\366\221\376\177", 0x55acc7a4b600 "\223\002", 0x7f64034befa0 "", 0x7f64034befa8 "", 0x7f64034befb0 "", 0x7f64034befb8 "", 0x7f64034befc8 "\035f\304\305\254U", 0x0, 0x7f64034befd0 "\240-\252\307\254U", 0x55acc5c4661d <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x55acc5c465cf <fiber_entry> "\363\017\036\372UH\211\345H\203\354 H\211}\350H\211u\340H\213E\340H\213@\bH\211E\360H\213E\360H\213\200\200", 0x4000000000000000 <error: Cannot access memory at address 0x4000000000000000>, 0x0, 0x0, 0x0, 0x0, 0x0, 0x1ff1b <error: Cannot access memory at address 0x1ff1b>, 0x55acc7a4afa0 "P\266\244\307\254U", 0x55acc7a4b240 "\220\262\244\307\254U", 0x7f641d3f1cb5 <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", 0x55acc7a4afa0 "P\266\244\307\254U", 0x55acc7a4b090 "", 0x55acc7a4b240 "\220\262\244\307\254U", 0x7f641d4ff994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x55acc7a4b650 "\210\313p\002d\177", 0x55acc7a4b648 "", 0x55acc7a4b658 "\026"...}}
        i = 0
        j = 306
        shstr = 0x7f640263e45b ""
        ehdr = 0x7f6400bed000
        shdr = 0x7f640263e650
        shstr_shdr = 0x7f640263f1d0
        gnu_debuglink_shdr = 0x0
        note_gnu_build_id = 0x7f640263e710
        fd = 5
        filesize = 27599376
        file = 0x7f6400bed000 "\177ELF\002\001\001"
        symtab_shdr = 0x7f640263f150
        strtab_shdr = 0x7f640263f190
        dynsym_shdr = 0x7f640263e7d0
        dynstr_shdr = 0x7f640263e810
        obj = 0x55acc8213b80
        dladdr_fbase = 94200536346624
#7  0x000055acc5bb656e in rb_dump_backtrace_with_lines (num_traces=54, traces=0x55acc5ead960 <trace>, errout=0x7f641d4d86a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
        addr = 140067528896176
        i = 0
        lines = 0x55acc7d4ca90
        obj = 0x55acc8213b80
        dladdr_fbases = 0x55acc7d4d820
        main_path = 0x55acc7a4b1a0 "/tmp/ruby/build/trunk-O0/ruby"
        len = 29
#8  0x000055acc5a8f865 in rb_print_backtrace (errout=0x7f641d4d86a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
        trace = {0x55acc5a8f84a <rb_print_backtrace+36>, 0x55acc5a8ff6d <rb_vm_bugreport+656>, 0x55acc5c70ba5 <rb_bug_for_fatal_signal+327>, 0x55acc59d66b5 <sigill>, 0x7f641d300520 <__restore_rt>, 0x55acc5878f46 <rb_type+16>, 0x55acc5879071 <RB_TYPE_P+27>, 0x55acc58790d2 <RB_FL_TEST+64>, 0x55acc5880745 <obj_free+1738>, 0x55acc5884353 <gc_sweep_plane+206>, 0x55acc58846c9 <gc_sweep_page+551>, 0x55acc5885048 <gc_sweep_step+153>, 0x55acc58858c6 <gc_sweep+178>, 0x55acc588c781 <gc_start+836>, 0x55acc587e057 <heap_prepare+125>, 0x55acc587e4e7 <heap_next_free_page+59>, 0x55acc587e786 <newobj_alloc+307>, 0x55acc587eca4 <newobj_of0+192>, 0x55acc587ed59 <newobj_of+65>, 0x55acc587ee14 <rb_wb_protected_newobj_of+81>, 0x55acc59e9c12 <ec_str_alloc_embed+64>, 0x55acc59e9ea8 <ec_str_duplicate+132>, 0x55acc59ea0c4 <rb_ec_str_resurrect+61>, 0x55acc5a6b5e8 <vm_exec_core+5461>, 0x55acc5a84412 <rb_vm_exec+320>, 0x55acc5a78b93 <vm_call0_body+422>, 0x55acc5a78408 <vm_call0_cc+430>, 0x55acc5a79feb <rb_call0+538>, 0x55acc5a7ad37 <rb_call+89>, 0x55acc5a7bac2 <rb_funcall_with_block_kw+126>, 0x55acc5a017fd <rb_sym_proc_call+121>, 0x55acc5a64523 <vm_yield_with_symbol+93>, 0x55acc5a8150b <invoke_block_from_c_bh+1023>, 0x55acc5a8161f <vm_yield_with_cref+90>, 0x55acc5a8165d <vm_yield+56>, 0x55acc5a7bf5f <rb_yield_0+47>, 0x55acc5a7bfc6 <rb_yield+66>, 0x55acc5bbd5d8 <rb_ary_each+109>, 0x55acc5a5f31b <ractor_safe_call_cfunc_0+48>, 0x55acc5a5ff20 <vm_call_cfunc_with_frame_+541>, 0x55acc5a600f5 <vm_call_cfunc_with_frame+121>, 0x55acc5a6020d <vm_call_cfunc_other+278>, 0x55acc5a60635 <vm_call_cfunc+302>, 0x55acc5a63164 <vm_call_method_each_type+289>, 0x55acc5a63c10 <vm_call_method+161>, 0x55acc5a63e12 <vm_call_general+47>, 0x55acc5a66497 <vm_sendish+502>, 0x55acc5a6d87f <vm_exec_core+14316>, 0x55acc5a84412 <rb_vm_exec+320>, 0x55acc5a80fff <invoke_block+216>, 0x55acc5a81a9b <vm_invoke_proc+911>, 0x55acc5a8223f <rb_vm_invoke_proc+170>, 0x55acc5c48ff9 <rb_fiber_start+726>, 0x55acc5c4661d <fiber_initialize_coroutine>, 0x0 <repeats 970 times>}
        n = 54
#9  0x000055acc5a8ff6d in rb_vm_bugreport (ctx=0x55acc7a4b5c0, errout=0x7f641d4d86a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
        cmd = 0x0
        other_runtime_info = other_runtime_info
        vm = 0x55acc79b6b10
        ec = 0x55acc7aa2bd0
#10 0x000055acc5c70ba5 in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55acc7a4b5c0, fmt=0x55acc5cd8a4b "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
        pid = -1
        out = 0x7f641d4d86a0 <_IO_2_1_stderr_>
        file = 0x7f6402af0bb8 "-"
        line = 10
#11 0x000055acc59d66b5 in sigsegv (sig=11, info=0x55acc7a4b6f0, ctx=0x55acc7a4b5c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#12 <signal handler called>
No locals.
#13 0x000055acc5878f46 in rb_type (obj=140067514403720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:226
No locals.
#14 0x000055acc5879071 in RB_TYPE_P (obj=140067514403720, t=RUBY_T_NODE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#15 0x000055acc58790d2 in RB_FL_ABLE (obj=140067514403720) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:449
No locals.
#16 RB_FL_TEST (obj=140067514403720, flags=128) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:497
No locals.
#17 0x000055acc5880745 in obj_free (objspace=0x55acc79b9470, obj=140067514403720) at /tmp/ruby/src/trunk-O0/gc.c:3815
        __func__ = <optimized out>
#18 0x000055acc5884353 in gc_sweep_plane (objspace=0x55acc79b9470, heap=0x55acc79b94e0, p=140067514403720, bitset=4398046511103, ctx=0x7f64034bc640) at /tmp/ruby/src/trunk-O0/gc.c:5680
        vp = 140067514403720
        sweep_page = 0x55acc7d64cc0
        slot_size = 40
        slot_bits = 1
        __func__ = <optimized out>
#19 0x000055acc58846c9 in gc_sweep_page (objspace=0x55acc79b9470, heap=0x55acc79b94e0, ctx=0x7f64034bc640) at /tmp/ruby/src/trunk-O0/gc.c:5765
        i = 20
        sweep_page = 0x55acc7d64cc0
        __func__ = <optimized out>
        p = 140067514402840
        bits = 0x55acc7d64dd0
        bitset = 18446744073709551615
        page_rvalue_count = 1637
        out_of_range_bits = 37
        bitmap_plane_count = 26
#20 0x000055acc5885048 in gc_sweep_step (objspace=0x55acc79b9470, size_pool=0x55acc79b9490, heap=0x55acc79b94e0) at /tmp/ruby/src/trunk-O0/gc.c:6047
        ctx = {page = 0x55acc7d64cc0, final_slots = 0, freed_slots = 1302, empty_slots = 0}
        free_slots = 510
        sweep_page = 0x55acc7d64cc0
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 510
#21 0x000055acc58858c6 in gc_sweep (objspace=0x55acc79b9470) at /tmp/ruby/src/trunk-O0/gc.c:6272
        size_pool = 0x55acc79b9490
        i = 0
        immediate_sweep = 0
#22 0x000055acc588c781 in gc_start (objspace=0x55acc79b9470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 0
        __func__ = <optimized out>
        lock_lev = 21932
#23 0x000055acc587e057 in heap_prepare (objspace=0x55acc79b9470, size_pool=0x55acc79b9490, heap=0x55acc79b94e0) at /tmp/ruby/src/trunk-O0/gc.c:2517
        __func__ = <optimized out>
#24 0x000055acc587e4e7 in heap_next_free_page (objspace=0x55acc79b9470, size_pool=0x55acc79b9490, heap=0x55acc79b94e0) at /tmp/ruby/src/trunk-O0/gc.c:2725
        page = 0x55acc79ba230
        __func__ = <optimized out>
#25 0x000055acc587e786 in newobj_alloc (objspace=0x55acc79b9470, cr=0x55acc79ba230, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2827
        page = 0x1
        lev = 1
        unlock_vm = true
        size_pool = 0x55acc79b9490
        heap = 0x55acc79b94e0
        cache = 0x55acc79ba428
        obj = 0
        __func__ = <optimized out>
#26 0x000055acc587eca4 in newobj_of0 (klass=140067537611840, flags=5, wb_protected=1, cr=0x55acc79ba230, alloc_size=29) at /tmp/ruby/src/trunk-O0/gc.c:2930
        obj = 140067528765592
        objspace = 0x55acc79b9470
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#27 0x000055acc587ed59 in newobj_of (cr=0x55acc79ba230, klass=140067537611840, flags=5, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=29) at /tmp/ruby/src/trunk-O0/gc.c:2947
        obj = 94200572554192
#28 0x000055acc587ee14 in rb_wb_protected_newobj_of (ec=0x55acc7aa2bd0, klass=140067537611840, flags=5, size=29) at /tmp/ruby/src/trunk-O0/gc.c:2962
        __func__ = <optimized out>
#29 0x000055acc59e9c12 in ec_str_alloc_embed (ec=0x55acc7aa2bd0, klass=140067537611840, capa=5) at /tmp/ruby/src/trunk-O0/string.c:1659
        size = 29
        str = 0x7f6402b19eb0
#30 0x000055acc59e9ea8 in ec_str_duplicate (ec=0x55acc7aa2bd0, klass=140067537611840, str=140067518652080) at /tmp/ruby/src/trunk-O0/string.c:1724
        dup = 140067528765584
#31 0x000055acc59ea0c4 in rb_ec_str_resurrect (ec=0x55acc7aa2bd0, str=140067518652080) at /tmp/ruby/src/trunk-O0/string.c:1776
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#32 0x000055acc5a6b5e8 in vm_exec_core (ec=0x55acc7aa2bd0) at ../../src/trunk-O0/insns.def:378
        str = 140067518652080
        leaf = true
        val = 140067514417320
        reg_pc = 0x55acc7b73458
        reg_cfp = 0x7f64034deeb0
        insns_address_table = {0x55acc5a6a0ff <vm_exec_core+108>, 0x55acc5a6a161 <vm_exec_core+206>, 0x55acc5a6a274 <vm_exec_core+481>, 0x55acc5a6a388 <vm_exec_core+757>, 0x55acc5a6a526 <vm_exec_core+1171>, 0x55acc5a6a656 <vm_exec_core+1475>, 0x55acc5a6a868 <vm_exec_core+2005>, 0x55acc5a6a97a <vm_exec_core+2279>, 0x55acc5a6aa53 <vm_exec_core+2496>, 0x55acc5a6ab5a <vm_exec_core+2759>, 0x55acc5a6ac61 <vm_exec_core+3022>, 0x55acc5a6ad6f <vm_exec_core+3292>, 0x55acc5a6ae81 <vm_exec_core+3566>, 0x55acc5a6af51 <vm_exec_core+3774>, 0x55acc5a6b05a <vm_exec_core+4039>, 0x55acc5a6b154 <vm_exec_core+4289>, 0x55acc5a6b217 <vm_exec_core+4484>, 0x55acc5a6b2da <vm_exec_core+4679>, 0x55acc5a6b363 <vm_exec_core+4816>, 0x55acc5a6b3ef <vm_exec_core+4956>, 0x55acc5a6b495 <vm_exec_core+5122>, 0x55acc5a6b56d <vm_exec_core+5338>, 0x55acc5a6b63a <vm_exec_core+5543>, 0x55acc5a6b718 <vm_exec_core+5765>, 0x55acc5a6b7da <vm_exec_core+5959>, 0x55acc5a6b919 <vm_exec_core+6278>, 0x55acc5a6b9bf <vm_exec_core+6444>, 0x55acc5a6baa4 <vm_exec_core+6673>, 0x55acc5a6bbd3 <vm_exec_core+6976>, 0x55acc5a6bc96 <vm_exec_core+7171>, 0x55acc5a6bd59 <vm_exec_core+7366>, 0x55acc5a6be50 <vm_exec_core+7613>, 0x55acc5a6bf12 <vm_exec_core+7807>, 0x55acc5a6bff1 <vm_exec_core+8030>, 0x55acc5a6c0be <vm_exec_core+8235>, 0x55acc5a6c1ce <vm_exec_core+8507>, 0x55acc5a6c2c8 <vm_exec_core+8757>, 0x55acc5a6c343 <vm_exec_core+8880>, 0x55acc5a6c404 <vm_exec_core+9073>, 0x55acc5a6c4f2 <vm_exec_core+9311>, 0x55acc5a6c5a2 <vm_exec_core+9487>, 0x55acc5a6c721 <vm_exec_core+9870>, 0x55acc5a6c7fb <vm_exec_core+10088>, 0x55acc5a6c8e7 <vm_exec_core+10324>, 0x55acc5a6c978 <vm_exec_core+10469>, 0x55acc5a6cad3 <vm_exec_core+10816>, 0x55acc5a6d075 <vm_exec_core+12258>, 0x55acc5a6d171 <vm_exec_core+12510>, 0x55acc5a6d274 <vm_exec_core+12769>, 0x55acc5a6d360 <vm_exec_core+13005>, 0x55acc5a6d579 <vm_exec_core+13542>, 0x55acc5a6d66b <vm_exec_core+13784>, 0x55acc5a6d771 <vm_exec_core+14046>, 0x55acc5a6d96e <vm_exec_core+14555>, 0x55acc5a6db17 <vm_exec_core+14980>, 0x55acc5a6dc42 <vm_exec_core+15279>, 0x55acc5a6ddae <vm_exec_core+15643>, 0x55acc5a6ded9 <vm_exec_core+15942>, 0x55acc5a6e045 <vm_exec_core+16306>, 0x55acc5a6e227 <vm_exec_core+16788>, 0x55acc5a6e424 <vm_exec_core+17297>, 0x55acc5a6e5cd <vm_exec_core+17722>, 0x55acc5a6e6ef <vm_exec_core+18012>, 0x55acc5a6e796 <vm_exec_core+18179>, 0x55acc5a6e85a <vm_exec_core+18375>, 0x55acc5a6e943 <vm_exec_core+18608>, 0x55acc5a6ea2f <vm_exec_core+18844>, 0x55acc5a6eb18 <vm_exec_core+19077>, 0x55acc5a6ec2c <vm_exec_core+19353>, 0x55acc5a6ed53 <vm_exec_core+19648>, 0x55acc5a6ee89 <vm_exec_core+19958>, 0x55acc5a6efbf <vm_exec_core+20268>, 0x55acc5a6f0f5 <vm_exec_core+20578>, 0x55acc5a6f22b <vm_exec_core+20888>, 0x55acc5a6f361 <vm_exec_core+21198>, 0x55acc5a6f4a2 <vm_exec_core+21519>, 0x55acc5a6f61c <vm_exec_core+21897>, 0x55acc5a6f752 <vm_exec_core+22207>, 0x55acc5a6f888 <vm_exec_core+22517>, 0x55acc5a6f9be <vm_exec_core+22827>, 0x55acc5a6faf4 <vm_exec_core+23137>, 0x55acc5a6fc2a <vm_exec_core+23447>, 0x55acc5a6fd60 <vm_exec_core+23757>, 0x55acc5a6fe96 <vm_exec_core+24067>, 0x55acc5a6ffcc <vm_exec_core+24377>, 0x55acc5a7011b <vm_exec_core+24712>, 0x55acc5a702d5 <vm_exec_core+25154>, 0x55acc5a70453 <vm_exec_core+25536>, 0x55acc5a70572 <vm_exec_core+25823>, 0x55acc5a70691 <vm_exec_core+26110>, 0x55acc5a707ab <vm_exec_core+26392>, 0x55acc5a708c5 <vm_exec_core+26674>, 0x55acc5a709f0 <vm_exec_core+26973>, 0x55acc5a70b26 <vm_exec_core+27283>, 0x55acc5a70c11 <vm_exec_core+27518>, 0x55acc5a70d16 <vm_exec_core+27779>, 0x55acc5a70e5e <vm_exec_core+28107>, 0x55acc5a70f4d <vm_exec_core+28346>, 0x55acc5a71027 <vm_exec_core+28564>, 0x55acc5a710fc <vm_exec_core+28777>, 0x55acc5a711d7 <vm_exec_core+28996>, 0x55acc5a71253 <vm_exec_core+29120>, 0x55acc5a712cf <vm_exec_core+29244>, 0x55acc5a712ed <vm_exec_core+29274>, 0x55acc5a7130b <vm_exec_core+29304>, 0x55acc5a71329 <vm_exec_core+29334>, 0x55acc5a71347 <vm_exec_core+29364>, 0x55acc5a71365 <vm_exec_core+29394>, 0x55acc5a71383 <vm_exec_core+29424>, 0x55acc5a713a1 <vm_exec_core+29454>, 0x55acc5a713bf <vm_exec_core+29484>, 0x55acc5a713dd <vm_exec_core+29514>, 0x55acc5a713fb <vm_exec_core+29544>, 0x55acc5a71419 <vm_exec_core+29574>, 0x55acc5a71437 <vm_exec_core+29604>, 0x55acc5a71455 <vm_exec_core+29634>, 0x55acc5a71473 <vm_exec_core+29664>, 0x55acc5a71491 <vm_exec_core+29694>, 0x55acc5a714af <vm_exec_core+29724>, 0x55acc5a714cd <vm_exec_core+29754>, 0x55acc5a714eb <vm_exec_core+29784>, 0x55acc5a71509 <vm_exec_core+29814>, 0x55acc5a71527 <vm_exec_core+29844>, 0x55acc5a71545 <vm_exec_core+29874>, 0x55acc5a71563 <vm_exec_core+29904>, 0x55acc5a71581 <vm_exec_core+29934>, 0x55acc5a7159f <vm_exec_core+29964>, 0x55acc5a715bd <vm_exec_core+29994>, 0x55acc5a715db <vm_exec_core+30024>, 0x55acc5a715f9 <vm_exec_core+30054>, 0x55acc5a71617 <vm_exec_core+30084>, 0x55acc5a71635 <vm_exec_core+30114>, 0x55acc5a71653 <vm_exec_core+30144>, 0x55acc5a71671 <vm_exec_core+30174>, 0x55acc5a7168f <vm_exec_core+30204>, 0x55acc5a716ad <vm_exec_core+30234>, 0x55acc5a716cb <vm_exec_core+30264>, 0x55acc5a716e9 <vm_exec_core+30294>, 0x55acc5a71707 <vm_exec_core+30324>, 0x55acc5a71725 <vm_exec_core+30354>, 0x55acc5a71743 <vm_exec_core+30384>, 0x55acc5a71761 <vm_exec_core+30414>, 0x55acc5a7177f <vm_exec_core+30444>, 0x55acc5a7179d <vm_exec_core+30474>, 0x55acc5a717bb <vm_exec_core+30504>, 0x55acc5a717d9 <vm_exec_core+30534>, 0x55acc5a717f7 <vm_exec_core+30564>, 0x55acc5a71815 <vm_exec_core+30594>, 0x55acc5a71833 <vm_exec_core+30624>, 0x55acc5a71851 <vm_exec_core+30654>, 0x55acc5a7186f <vm_exec_core+30684>, 0x55acc5a7188d <vm_exec_core+30714>, 0x55acc5a718ab <vm_exec_core+30744>, 0x55acc5a718c9 <vm_exec_core+30774>, 0x55acc5a718e7 <vm_exec_core+30804>, 0x55acc5a71905 <vm_exec_core+30834>, 0x55acc5a71923 <vm_exec_core+30864>, 0x55acc5a71941 <vm_exec_core+30894>, 0x55acc5a7195f <vm_exec_core+30924>, 0x55acc5a7197d <vm_exec_core+30954>, 0x55acc5a7199b <vm_exec_core+30984>, 0x55acc5a719b9 <vm_exec_core+31014>, 0x55acc5a719d7 <vm_exec_core+31044>, 0x55acc5a719f5 <vm_exec_core+31074>, 0x55acc5a71a13 <vm_exec_core+31104>, 0x55acc5a71a31 <vm_exec_core+31134>, 0x55acc5a71a4f <vm_exec_core+31164>, 0x55acc5a71a6d <vm_exec_core+31194>, 0x55acc5a71a8b <vm_exec_core+31224>, 0x55acc5a71aa9 <vm_exec_core+31254>, 0x55acc5a71ac7 <vm_exec_core+31284>, 0x55acc5a71ae5 <vm_exec_core+31314>, 0x55acc5a71b03 <vm_exec_core+31344>, 0x55acc5a71b21 <vm_exec_core+31374>, 0x55acc5a71b3f <vm_exec_core+31404>, 0x55acc5a71b5d <vm_exec_core+31434>, 0x55acc5a71b7b <vm_exec_core+31464>, 0x55acc5a71b99 <vm_exec_core+31494>, 0x55acc5a71bca <vm_exec_core+31543>, 0x55acc5a71be8 <vm_exec_core+31573>, 0x55acc5a71c06 <vm_exec_core+31603>, 0x55acc5a71c24 <vm_exec_core+31633>, 0x55acc5a71c42 <vm_exec_core+31663>, 0x55acc5a71c60 <vm_exec_core+31693>, 0x55acc5a71c7e <vm_exec_core+31723>, 0x55acc5a71c9c <vm_exec_core+31753>, 0x55acc5a71cba <vm_exec_core+31783>, 0x55acc5a71cd8 <vm_exec_core+31813>, 0x55acc5a71cf6 <vm_exec_core+31843>, 0x55acc5a71d14 <vm_exec_core+31873>, 0x55acc5a71d32 <vm_exec_core+31903>, 0x55acc5a71d50 <vm_exec_core+31933>, 0x55acc5a71d6e <vm_exec_core+31963>, 0x55acc5a71d8c <vm_exec_core+31993>, 0x55acc5a71daa <vm_exec_core+32023>, 0x55acc5a71dc8 <vm_exec_core+32053>, 0x55acc5a71de6 <vm_exec_core+32083>, 0x55acc5a71e04 <vm_exec_core+32113>, 0x55acc5a71e22 <vm_exec_core+32143>, 0x55acc5a71e40 <vm_exec_core+32173>...}
#33 0x000055acc5a84412 in rb_vm_exec (ec=0x55acc7aa2bd0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55acc7aa2bd0
        _tag = {tag = 36, retval = 4, buf = {0x7f64034bd600, 0x55acc5a84390 <rb_vm_exec+190>, 0x0, 0x7f64034bd550, 0x7f64034bd5d0}, prev = 0x7f64034bec40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#34 0x000055acc5a78b93 in vm_call0_body (ec=0x55acc7aa2bd0, calling=0x7f64034bd7a0, argv=0x7f64034bdb60) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7f64034def58
        i = 0
        ci = 0x7f64034bd770
        cc = 0x7f6402715260
        ret = 36
#35 0x000055acc5a78408 in vm_call0_cc (ec=0x55acc7aa2bd0, recv=140067514869320, id=50369, argc=0, argv=0x7f64034bdb60, cc=0x7f6402715260, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7f64034bdb60
        av = {94200536784788, 94200572554192}
        calling = {cd = 0x7f64034bd760, cc = 0x7f6402715260, block_handler = 0, recv = 140067514869320, argc = 0, kw_splat = false, heap_argv = 0}
#36 0x000055acc5a79feb in rb_call0 (ec=0x55acc7aa2bd0, recv=140067514869320, mid=50369, argc=0, argv=0x7f64034bdb60, call_scope=CALL_PUBLIC, self=140067961764360) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
        call_status = MISSING_NONE
        scope = CALL_PUBLIC
        kw_splat = 0
        cc = 0x7f6402715260
#37 0x000055acc5a7ad37 in rb_call (recv=140067514869320, mid=50369, argc=0, argv=0x7f64034bdb60, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
        ec = 0x55acc7aa2bd0
#38 0x000055acc5a7bac2 in rb_funcall_with_block_kw (recv=140067514869320, mid=50369, argc=0, argv=0x7f64034bdb60, passed_procval=4, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1214
No locals.
#39 0x000055acc5a017fd in rb_sym_proc_call (mid=50369, argc=1, argv=0x7f64034bdb58, kw_splat=0, passed_proc=4) at /tmp/ruby/src/trunk-O0/string.c:11673
        obj = 140067514869320
#40 0x000055acc5a64523 in vm_yield_with_symbol (ec=0x55acc7aa2bd0, symbol=12894476, argc=1, argv=0x7f64034bdb58, kw_splat=0, block_handler=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4798
No locals.
#41 0x000055acc5a8150b in invoke_block_from_c_bh (ec=0x55acc7aa2bd0, block_handler=12894476, argc=1, argv=0x7f64034bdb58, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1606
No locals.
#42 0x000055acc5a8161f in vm_yield_with_cref (ec=0x55acc7aa2bd0, argc=1, argv=0x7f64034bdb58, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1634
No locals.
#43 0x000055acc5a8165d in vm_yield (ec=0x55acc7aa2bd0, argc=1, argv=0x7f64034bdb58, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1642
No locals.
#44 0x000055acc5a7bf5f in rb_yield_0 (argc=1, argv=0x7f64034bdb58) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#45 0x000055acc5a7bfc6 in rb_yield (val=140067514869320) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#46 0x000055acc5bbd5d8 in rb_ary_each (ary=140067961764360) at /tmp/ruby/src/trunk-O0/array.c:2538
        i = 39230
#47 0x000055acc5a5f31b in ractor_safe_call_cfunc_0 (recv=140067961764360, argc=0, argv=0x7f64034bf038, func=0x55acc5bbd56b <rb_ary_each>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3306
        f = 0x55acc5bbd56b <rb_ary_each>
#48 0x000055acc5a5ff20 in vm_call_cfunc_with_frame_ (ec=0x55acc7aa2bd0, reg_cfp=0x7f64034def90, calling=0x7f64034bdfe0, argc=0, argv=0x7f64034bf038, stack_bottom=0x7f64034bf030) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0xbe100020001
        cc = 0x7f6402715288
        val = 48
        me = 0x7f6402affb28
        cfunc = 0x55acc7a0a1e8
        recv = 140067961764360
        block_handler = 12894476
        frame_type = 1431634051
        len = 0
        args = <optimized out>
        args = <optimized out>
#49 0x000055acc5a600f5 in vm_call_cfunc_with_frame (ec=0x55acc7aa2bd0, reg_cfp=0x7f64034def90, calling=0x7f64034bdfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 0
        stack_bottom = 0x7f64034bf030
        argv = 0x7f64034bf038
#50 0x000055acc5a6020d in vm_call_cfunc_other (ec=0x55acc7aa2bd0, reg_cfp=0x7f64034def90, calling=0x7f64034bdfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0xbe100020001
        argv_ary = 0
#51 0x000055acc5a60635 in vm_call_cfunc (ec=0x55acc7aa2bd0, reg_cfp=0x7f64034def90, calling=0x7f64034bdfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0xbe100020001
#52 0x000055acc5a63164 in vm_call_method_each_type (ec=0x55acc7aa2bd0, cfp=0x7f64034def90, calling=0x7f64034bdfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 55303696
        ci = 0xbe100020001
        cc = 0x7f6402715288
        cme = 0x7f6402affb28
        v = 94200574328952
#53 0x000055acc5a63c10 in vm_call_method (ec=0x55acc7aa2bd0, cfp=0x7f64034def90, calling=0x7f64034bdfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0xbe100020001
        cc = 0x7f6402715288
#54 0x000055acc5a63e12 in vm_call_general (ec=0x55acc7aa2bd0, reg_cfp=0x7f64034def90, calling=0x7f64034bdfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#55 0x000055acc5a66497 in vm_sendish (ec=0x55acc7aa2bd0, reg_cfp=0x7f64034def90, cd=0x55acc7b54160, block_handler=12894476, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0xbe100020001
        cc = 0x7f6402715288
        argc = 0
        recv = 140067961764360
        calling = {cd = 0x55acc7b54160, cc = 0x7f6402715288, block_handler = 12894476, recv = 140067961764360, argc = 0, kw_splat = false, heap_argv = 0}
#56 0x000055acc5a6d87f in vm_exec_core (ec=0x55acc7aa2bd0) at ../../src/trunk-O0/insns.def:814
        bh = 12894476
        cd = 0x55acc7b54160
        blockiseq = 0x0
        leaf = false
        val = 140067961764360
        reg_pc = 0x55acc7b4b850
        reg_cfp = 0x7f64034def90
        insns_address_table = {0x55acc5a6a0ff <vm_exec_core+108>, 0x55acc5a6a161 <vm_exec_core+206>, 0x55acc5a6a274 <vm_exec_core+481>, 0x55acc5a6a388 <vm_exec_core+757>, 0x55acc5a6a526 <vm_exec_core+1171>, 0x55acc5a6a656 <vm_exec_core+1475>, 0x55acc5a6a868 <vm_exec_core+2005>, 0x55acc5a6a97a <vm_exec_core+2279>, 0x55acc5a6aa53 <vm_exec_core+2496>, 0x55acc5a6ab5a <vm_exec_core+2759>, 0x55acc5a6ac61 <vm_exec_core+3022>, 0x55acc5a6ad6f <vm_exec_core+3292>, 0x55acc5a6ae81 <vm_exec_core+3566>, 0x55acc5a6af51 <vm_exec_core+3774>, 0x55acc5a6b05a <vm_exec_core+4039>, 0x55acc5a6b154 <vm_exec_core+4289>, 0x55acc5a6b217 <vm_exec_core+4484>, 0x55acc5a6b2da <vm_exec_core+4679>, 0x55acc5a6b363 <vm_exec_core+4816>, 0x55acc5a6b3ef <vm_exec_core+4956>, 0x55acc5a6b495 <vm_exec_core+5122>, 0x55acc5a6b56d <vm_exec_core+5338>, 0x55acc5a6b63a <vm_exec_core+5543>, 0x55acc5a6b718 <vm_exec_core+5765>, 0x55acc5a6b7da <vm_exec_core+5959>, 0x55acc5a6b919 <vm_exec_core+6278>, 0x55acc5a6b9bf <vm_exec_core+6444>, 0x55acc5a6baa4 <vm_exec_core+6673>, 0x55acc5a6bbd3 <vm_exec_core+6976>, 0x55acc5a6bc96 <vm_exec_core+7171>, 0x55acc5a6bd59 <vm_exec_core+7366>, 0x55acc5a6be50 <vm_exec_core+7613>, 0x55acc5a6bf12 <vm_exec_core+7807>, 0x55acc5a6bff1 <vm_exec_core+8030>, 0x55acc5a6c0be <vm_exec_core+8235>, 0x55acc5a6c1ce <vm_exec_core+8507>, 0x55acc5a6c2c8 <vm_exec_core+8757>, 0x55acc5a6c343 <vm_exec_core+8880>, 0x55acc5a6c404 <vm_exec_core+9073>, 0x55acc5a6c4f2 <vm_exec_core+9311>, 0x55acc5a6c5a2 <vm_exec_core+9487>, 0x55acc5a6c721 <vm_exec_core+9870>, 0x55acc5a6c7fb <vm_exec_core+10088>, 0x55acc5a6c8e7 <vm_exec_core+10324>, 0x55acc5a6c978 <vm_exec_core+10469>, 0x55acc5a6cad3 <vm_exec_core+10816>, 0x55acc5a6d075 <vm_exec_core+12258>, 0x55acc5a6d171 <vm_exec_core+12510>, 0x55acc5a6d274 <vm_exec_core+12769>, 0x55acc5a6d360 <vm_exec_core+13005>, 0x55acc5a6d579 <vm_exec_core+13542>, 0x55acc5a6d66b <vm_exec_core+13784>, 0x55acc5a6d771 <vm_exec_core+14046>, 0x55acc5a6d96e <vm_exec_core+14555>, 0x55acc5a6db17 <vm_exec_core+14980>, 0x55acc5a6dc42 <vm_exec_core+15279>, 0x55acc5a6ddae <vm_exec_core+15643>, 0x55acc5a6ded9 <vm_exec_core+15942>, 0x55acc5a6e045 <vm_exec_core+16306>, 0x55acc5a6e227 <vm_exec_core+16788>, 0x55acc5a6e424 <vm_exec_core+17297>, 0x55acc5a6e5cd <vm_exec_core+17722>, 0x55acc5a6e6ef <vm_exec_core+18012>, 0x55acc5a6e796 <vm_exec_core+18179>, 0x55acc5a6e85a <vm_exec_core+18375>, 0x55acc5a6e943 <vm_exec_core+18608>, 0x55acc5a6ea2f <vm_exec_core+18844>, 0x55acc5a6eb18 <vm_exec_core+19077>, 0x55acc5a6ec2c <vm_exec_core+19353>, 0x55acc5a6ed53 <vm_exec_core+19648>, 0x55acc5a6ee89 <vm_exec_core+19958>, 0x55acc5a6efbf <vm_exec_core+20268>, 0x55acc5a6f0f5 <vm_exec_core+20578>, 0x55acc5a6f22b <vm_exec_core+20888>, 0x55acc5a6f361 <vm_exec_core+21198>, 0x55acc5a6f4a2 <vm_exec_core+21519>, 0x55acc5a6f61c <vm_exec_core+21897>, 0x55acc5a6f752 <vm_exec_core+22207>, 0x55acc5a6f888 <vm_exec_core+22517>, 0x55acc5a6f9be <vm_exec_core+22827>, 0x55acc5a6faf4 <vm_exec_core+23137>, 0x55acc5a6fc2a <vm_exec_core+23447>, 0x55acc5a6fd60 <vm_exec_core+23757>, 0x55acc5a6fe96 <vm_exec_core+24067>, 0x55acc5a6ffcc <vm_exec_core+24377>, 0x55acc5a7011b <vm_exec_core+24712>, 0x55acc5a702d5 <vm_exec_core+25154>, 0x55acc5a70453 <vm_exec_core+25536>, 0x55acc5a70572 <vm_exec_core+25823>, 0x55acc5a70691 <vm_exec_core+26110>, 0x55acc5a707ab <vm_exec_core+26392>, 0x55acc5a708c5 <vm_exec_core+26674>, 0x55acc5a709f0 <vm_exec_core+26973>, 0x55acc5a70b26 <vm_exec_core+27283>, 0x55acc5a70c11 <vm_exec_core+27518>, 0x55acc5a70d16 <vm_exec_core+27779>, 0x55acc5a70e5e <vm_exec_core+28107>, 0x55acc5a70f4d <vm_exec_core+28346>, 0x55acc5a71027 <vm_exec_core+28564>, 0x55acc5a710fc <vm_exec_core+28777>, 0x55acc5a711d7 <vm_exec_core+28996>, 0x55acc5a71253 <vm_exec_core+29120>, 0x55acc5a712cf <vm_exec_core+29244>, 0x55acc5a712ed <vm_exec_core+29274>, 0x55acc5a7130b <vm_exec_core+29304>, 0x55acc5a71329 <vm_exec_core+29334>, 0x55acc5a71347 <vm_exec_core+29364>, 0x55acc5a71365 <vm_exec_core+29394>, 0x55acc5a71383 <vm_exec_core+29424>, 0x55acc5a713a1 <vm_exec_core+29454>, 0x55acc5a713bf <vm_exec_core+29484>, 0x55acc5a713dd <vm_exec_core+29514>, 0x55acc5a713fb <vm_exec_core+29544>, 0x55acc5a71419 <vm_exec_core+29574>, 0x55acc5a71437 <vm_exec_core+29604>, 0x55acc5a71455 <vm_exec_core+29634>, 0x55acc5a71473 <vm_exec_core+29664>, 0x55acc5a71491 <vm_exec_core+29694>, 0x55acc5a714af <vm_exec_core+29724>, 0x55acc5a714cd <vm_exec_core+29754>, 0x55acc5a714eb <vm_exec_core+29784>, 0x55acc5a71509 <vm_exec_core+29814>, 0x55acc5a71527 <vm_exec_core+29844>, 0x55acc5a71545 <vm_exec_core+29874>, 0x55acc5a71563 <vm_exec_core+29904>, 0x55acc5a71581 <vm_exec_core+29934>, 0x55acc5a7159f <vm_exec_core+29964>, 0x55acc5a715bd <vm_exec_core+29994>, 0x55acc5a715db <vm_exec_core+30024>, 0x55acc5a715f9 <vm_exec_core+30054>, 0x55acc5a71617 <vm_exec_core+30084>, 0x55acc5a71635 <vm_exec_core+30114>, 0x55acc5a71653 <vm_exec_core+30144>, 0x55acc5a71671 <vm_exec_core+30174>, 0x55acc5a7168f <vm_exec_core+30204>, 0x55acc5a716ad <vm_exec_core+30234>, 0x55acc5a716cb <vm_exec_core+30264>, 0x55acc5a716e9 <vm_exec_core+30294>, 0x55acc5a71707 <vm_exec_core+30324>, 0x55acc5a71725 <vm_exec_core+30354>, 0x55acc5a71743 <vm_exec_core+30384>, 0x55acc5a71761 <vm_exec_core+30414>, 0x55acc5a7177f <vm_exec_core+30444>, 0x55acc5a7179d <vm_exec_core+30474>, 0x55acc5a717bb <vm_exec_core+30504>, 0x55acc5a717d9 <vm_exec_core+30534>, 0x55acc5a717f7 <vm_exec_core+30564>, 0x55acc5a71815 <vm_exec_core+30594>, 0x55acc5a71833 <vm_exec_core+30624>, 0x55acc5a71851 <vm_exec_core+30654>, 0x55acc5a7186f <vm_exec_core+30684>, 0x55acc5a7188d <vm_exec_core+30714>, 0x55acc5a718ab <vm_exec_core+30744>, 0x55acc5a718c9 <vm_exec_core+30774>, 0x55acc5a718e7 <vm_exec_core+30804>, 0x55acc5a71905 <vm_exec_core+30834>, 0x55acc5a71923 <vm_exec_core+30864>, 0x55acc5a71941 <vm_exec_core+30894>, 0x55acc5a7195f <vm_exec_core+30924>, 0x55acc5a7197d <vm_exec_core+30954>, 0x55acc5a7199b <vm_exec_core+30984>, 0x55acc5a719b9 <vm_exec_core+31014>, 0x55acc5a719d7 <vm_exec_core+31044>, 0x55acc5a719f5 <vm_exec_core+31074>, 0x55acc5a71a13 <vm_exec_core+31104>, 0x55acc5a71a31 <vm_exec_core+31134>, 0x55acc5a71a4f <vm_exec_core+31164>, 0x55acc5a71a6d <vm_exec_core+31194>, 0x55acc5a71a8b <vm_exec_core+31224>, 0x55acc5a71aa9 <vm_exec_core+31254>, 0x55acc5a71ac7 <vm_exec_core+31284>, 0x55acc5a71ae5 <vm_exec_core+31314>, 0x55acc5a71b03 <vm_exec_core+31344>, 0x55acc5a71b21 <vm_exec_core+31374>, 0x55acc5a71b3f <vm_exec_core+31404>, 0x55acc5a71b5d <vm_exec_core+31434>, 0x55acc5a71b7b <vm_exec_core+31464>, 0x55acc5a71b99 <vm_exec_core+31494>, 0x55acc5a71bca <vm_exec_core+31543>, 0x55acc5a71be8 <vm_exec_core+31573>, 0x55acc5a71c06 <vm_exec_core+31603>, 0x55acc5a71c24 <vm_exec_core+31633>, 0x55acc5a71c42 <vm_exec_core+31663>, 0x55acc5a71c60 <vm_exec_core+31693>, 0x55acc5a71c7e <vm_exec_core+31723>, 0x55acc5a71c9c <vm_exec_core+31753>, 0x55acc5a71cba <vm_exec_core+31783>, 0x55acc5a71cd8 <vm_exec_core+31813>, 0x55acc5a71cf6 <vm_exec_core+31843>, 0x55acc5a71d14 <vm_exec_core+31873>, 0x55acc5a71d32 <vm_exec_core+31903>, 0x55acc5a71d50 <vm_exec_core+31933>, 0x55acc5a71d6e <vm_exec_core+31963>, 0x55acc5a71d8c <vm_exec_core+31993>, 0x55acc5a71daa <vm_exec_core+32023>, 0x55acc5a71dc8 <vm_exec_core+32053>, 0x55acc5a71de6 <vm_exec_core+32083>, 0x55acc5a71e04 <vm_exec_core+32113>, 0x55acc5a71e22 <vm_exec_core+32143>, 0x55acc5a71e40 <vm_exec_core+32173>...}
#57 0x000055acc5a84412 in rb_vm_exec (ec=0x55acc7aa2bd0) at /tmp/ruby/src/trunk-O0/vm.c:2486
        _ec = 0x55acc7aa2bd0
        _tag = {tag = 36, retval = 4, buf = {0x7f64034becc0, 0x55acc5a84390 <rb_vm_exec+190>, 0x0, 0x7f64034bec10, 0x0}, prev = 0x7f64034bef40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#58 0x000055acc5a80fff in invoke_block (ec=0x55acc7aa2bd0, iseq=0x7f6402b19f78, self=140067961753080, captured=0x55acc7ca7070, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1509
        arg_size = 0
#59 0x000055acc5a81a9b in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f64034bef08, argc=0, self=140067961753080, captured=0x55acc7ca7070, ec=0x55acc7aa2bd0) at /tmp/ruby/src/trunk-O0/vm.c:1579
        iseq = 0x7f6402b19f78
        opt_pc = 0
        type = 572653569
        cfp = 0x7f64034defc8
        sp = 0x7f64034bf018
        flags = 0
        use_argv = 0x7f64034bef08
        av = {94200572143984, 0}
        stack_argv = 0x7f64034bf018
#60 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f64034bef08, argc=0, self=140067961753080, proc=0x55acc7ca7070, ec=0x55acc7aa2bd0) at /tmp/ruby/src/trunk-O0/vm.c:1677
        block = 0x55acc7ca7070
#61 vm_invoke_proc (ec=0x55acc7aa2bd0, proc=0x55acc7ca7070, self=140067961753080, argc=0, argv=0x7f64034bef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1707
No locals.
#62 0x000055acc5a8223f in rb_vm_invoke_proc (ec=0x55acc7aa2bd0, proc=0x55acc7ca7070, argc=0, argv=0x7f64034bef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1728
        self = 140067961753080
#63 0x000055acc5c48ff9 in rb_fiber_start (fiber=0x55acc7aa2b80) at /tmp/ruby/src/trunk-O0/cont.c:2536
        cont = 0x55acc7aa2b80
        argc = 0
        argv = 0x7f64034bef08
        args = 4
        _ec = 0x55acc7aa2bd0
        _tag = {tag = 36, retval = 0, buf = {0x7f64034befc0, 0x55acc5c48e12 <rb_fiber_start+239>, 0x0, 0x7f64034beee0, 0x7f64034befa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        th = 0x55acc79b9090
        proc = 0x55acc7ca7070
        state = RUBY_TAG_NONE
        need_interrupt = 0
        err = 0
#64 0x000055acc5c4661d in fiber_entry (from=0x55acc79ba6b0, to=0x55acc7aa2da0) at /tmp/ruby/src/trunk-O0/cont.c:847
        fiber = 0x55acc7aa2b80
        thread = 0x55acc79b9090
#65 0x0000000000000000 in ?? ()
No symbol table info available.

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