# Logfile created on 2024-01-14 20:49:28 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005632c1b8e080 @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.20240114-204928", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005632c1c23450 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005632c1c23310 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005632c1c23130 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240114-204928", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240114-204928>, @binmode=false, @mon_data=#<Monitor:0x00005632c1c23068>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
From https://github.com/ruby/ruby
7724132..5c823aa master -> origin/master
Updating 7724132..5c823aa
Fast-forward
NEWS.md | 6 ++++++
compile.c | 1 +
test/ruby/test_backtrace.rb | 2 +-
test/ruby/test_keyword.rb | 38 ++++++++++++++++++++++++++++++++++++++
vm.c | 4 +++-
vm_args.c | 4 ++++
vm_insnhelper.c | 12 +++++++-----
7 files changed, 60 insertions(+), 7 deletions(-)
Latest commit hash = 5c823aa686
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/version.c
compiling /tmp/ruby/src/trunk-O0/vm.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.inc updated
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc builtin_binary.inc
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
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/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/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: 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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '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 unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: 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/io/console'
make[2]: Entering 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/monitor'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: 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]: 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/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-O0/bin
installing base libraries: /tmp/ruby/install/trunk-O0/lib
installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-O0/bin
installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.6.0.dev
cgi 0.4.1
csv 3.2.9
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.4
error_highlight 0.6.0
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.6
irb 1.11.0
logger 1.6.0
net-http 0.4.1
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.1
open3 0.2.1
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.19.0
pstore 0.1.3
rdoc 6.6.2
readline 0.0.4
reline 0.4.2
resolv 0.3.0
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.1
set 1.1.0
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 2.0.0
tempfile 0.2.1
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.0
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.3
io-console 0.7.2.dev.1
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.2
stringio 3.1.1
strscan 3.0.8
syslog 0.1.2
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
minitest 5.21.1
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.3.4
net-imap 0.4.9.1
net-pop 0.1.2
net-smtp 0.4.0.1
matrix 0.4.2
prime 0.1.2
rbs 3.4.1
typeprof 0.21.9
debug 1.9.1
racc 1.7.3
mutex_m 0.2.0
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 1873 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=681
"--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
--exclude=rubygems/test_gem_package_task\.rb
# Running tests:
[ 1/908] 370115=test_hash_create
[ 2/908] 370115=test_rdoc_generator_ri
[ 3/908] 370114=test_file
[ 4/908] 370117=test_thread_fd_close
[ 5/908] 370116=test_safe_load
[ 6/908] 370117=test_ansi_with_terminfo
[ 7/908] 370116=test_gem_stream_ui
[ 8/908] 370115=bom_test
[ 9/908] 370117=test_string
[ 10/908] 370115=locals_test
[ 11/908] 370116=test_name_error
[ 12/908] 370116=test_weakref
[ 13/908] 370114=test_timeout
[ 14/908] 370115=test_enumerator
[ 15/908] 370116=test_switch_hitter
[ 16/908] 370116=test_pkey_dsa
[ 17/908] 370114=test_rdoc_rubygems_hook
[ 18/908] 370114=test_gem_commands_dependency_command
[ 19/908] 370116=test_arity
[ 20/908] 370116=test_rdoc_markup_to_joined_paragraph
[ 21/908] 370114=test_date_time
[ 22/908] 370114=test_handle
[ 23/908] 370116=test_did_you_mean
[ 24/908] 370116=test_unicode_normalize
[ 25/908] 370114=test_bug-3571
[ 26/908] 370114=test_read
[ 27/908] 370114=test_reline_key
[ 28/908] 370114=test_stringchar
[ 29/908] 370114=test_member
[ 30/908] 370114=test_rubygems
[ 31/908] 370114=test_gem_security
[ 32/908] 370114=test_kconv
[ 33/908] 370114=test_eval
[ 34/908] 370114=test_shift_jis
[ 35/908] 370114=test_quote_char_nil
[ 36/908] 370114=test_rdoc_cross_reference
[ 37/908] 370114=test_digest
[ 38/908] 370117=test_files_lib
[ 39/908] 370114=test_store
[ 40/908] 370114=test_bug-5832
[ 41/908] 370114=test_gem_commands_open_command
[ 42/908] 370114=test_fiddle
[ 43/908] 370114=test_gem_resolver_lock_specification
[ 44/908] 370114=test_nofree
[ 45/908] 370114=test_gem_resolver_git_set
[ 46/908] 370114=test_ractor
[ 47/908] 370114=test_emoji_breaks
[ 48/908] 370116=test_gem_command
[ 49/908] 370116=test_bug_reporter
[ 50/908] 370115=test_io_buffer
[ 51/908] 370116=test_autoconf
[ 52/908] 370116=test_cgi_multipart
[ 53/908] 370115=test_json_tree
[ 54/908] 370115=test_rdoc_comment
[ 55/908] 370115=test_kdf
[ 56/908] 370116=test_win32ole_variant_m
[ 57/908] 370116=test_tcp
[ 58/908] 370115=test_rdoc_rdoc
[ 59/908] 370116=test_cclass
[ 60/908] 370116=test_psych
[ 61/908] 370116=test_gem_resolver_installer_set
[ 62/908] 370115=test_flags
[ 63/908] 370116=test_ole_methods
[ 64/908] 370116=test_gem_resolver_lock_set
[ 65/908] 370116=test_rdoc_i18n_locale
[ 66/908] 370116=test_gem_source_installed
[ 67/908] 370116=test_severity
[ 68/908] 370116=test_load
[ 69/908] 370116=test_ractor
[ 70/908] 370116=test_arithmetic_sequence
[ 71/908] 370116=test_gem_update_suggestion
[ 72/908] 370116=test_http
[ 73/908] 370116=test_enumerator
[ 74/908] 370116=test_row
[ 75/908] 370116=test_exception_at_throwing
[ 76/908] 370116=test_memory_view
[ 77/908] 370115=test_stringio
[ 78/908] 370115=test_sprintf
[ 79/908] 370116=test_gem_uri
[ 80/908] 370116=test_rewind
[ 81/908] 370116=test_win32ole_type_event
[ 82/908] 370116=test_rdoc_method_attr
[ 83/908] 370115=test_dot_dot
[ 84/908] 370115=test_scan_args
[ 85/908] 370115=test_date_conv
[ 86/908] 370115=test_gem_source_subpath_problem
[ 87/908] 370116=test_date_compat
[ 88/908] 370116=test_case_mapping
[ 89/908] 370116=test_egrep_cpp
[ 90/908] 370116=test_weakmap
[ 91/908] 370115=test_gem_source_local
[ 92/908] 370115=test_flip
[ 93/908] 370115=test_frozen
[ 94/908] 370115=test_win32ole_method
[ 95/908] 370115=test_folderitem2_invokeverb
[ 96/908] 370114=test_gem_spec_fetcher
[ 97/908] 370115=test_date_parse
[ 98/908] 370114=test_enum
[ 99/908] 370115=test_write
[100/908] 370115=test_recorder
[101/908] 370115=test_rdoc_token_stream
[102/908] 370115=test_thread
[103/908] 370115=test_pkey_ec
[104/908] 370115=test_gem_request
[105/908] 370115=test_gem_resolver_index_set
[106/908] 370115=test_cgi_tag_helper
[107/908] 370115=test_rdoc_generator_json_index
[108/908] 370115=test_rdoc_single_class
[109/908] 370115=test_workspace
[110/908] 370115=test_debug_cmd
[111/908] 370115=test_win32ole_param_event
[112/908] 370115=json_addition_test
[113/908] 370115=test_gem_commands_build_command
[114/908] 370115=test_qsort
[115/908] 370115=test_invalid
[116/908] 370115=test_base64
[117/908] 370115=json_generic_object_test
[118/908] 370115=test_complex
[119/908] 370115=test_backtrace
[120/908] 370115=test_type
[121/908] 370115=test_common
[122/908] 370115=test_class_name_check
[123/908] 370115=test_m17n_comb
[124/908] 370114=test_gem_commands_push_command
[125/908] 370114=test_placearg
[126/908] 370114=test_len
[127/908] 370114=attribute_write_test
[128/908] 370114=test_features
[129/908] 370114=test_asn1
[130/908] 370114=test_popen_deadlock
[131/908] 370114=test_gem_commands_specification_command
[132/908] 370114=test_bigmath
[133/908] 370114=test_str2big
[134/908] 370114=test_continuation
[135/908] 370114=test_gem_impossible_dependencies_error
[136/908] 370114=json_generator_test
[137/908] 370114=test_gc_compact
[138/908] 370117=test_rdoc_markup_to_ansi
[139/908] 370117=test_delete
[140/908] 370117=test_ractor
[141/908] 370117=test_parser_events
[142/908] 370117=test_gem_request_set_lockfile_parser
[143/908] 370117=test_io_wait_uncommon
[144/908] 370117=test_gem_silent_ui
[145/908] 370117=test_gem_commands_signout_command
[146/908] 370117=test_gem_ci_detector
[147/908] 370117=test_gem_bundler_version_finder
[148/908] 370117=test_files_test
[149/908] 370117=test_time
[150/908] 370117=test_rdoc_stats
[151/908] 370117=test_gem_dependency_resolution_error
[152/908] 370117=test_provider
[153/908] 370117=test_exception
[154/908] 370115=test_case_comprehensive
[155/908] 370117=test_rdoc_store
[156/908] 370114=test_syntax
[157/908] 370117=test_enc_raise
[158/908] 370117=test_webauthn_listener_response
[159/908] 370117=test_inadvertent_creation
[160/908] 370117=test_memory_view
[161/908] 370117=test_gem_available_set
[162/908] 370117=test_modify_expand
[163/908] 370117=test_assignment
[164/908] 370117=test_my_integer
[165/908] 370117=test_require
[166/908] 370117=test_gem_source_vendor
[167/908] 370116=test_call
[168/908] 370117=test_data_converters
[169/908] 370117=test_ansi_without_terminfo
[170/908] 370117=test_rdoc_text
[171/908] 370117=test_autoload
[172/908] 370116=test_cgi_util
[173/908] 370116=test_gem_dependency
[174/908] 370116=test_windows_1252
[175/908] 370116=test_null
[176/908] 370116=test_header
[177/908] 370116=test_win32ole_type
[178/908] 370116=test_exception
[179/908] 370116=test_x509store
[180/908] 370116=regexp_test
[181/908] 370116=test_generic
[182/908] 370116=test_enc_str_buf_cat
[183/908] 370116=test_input_method
[184/908] 370116=test_syslog_logger
[185/908] 370116=test_gem_source_lock
[186/908] 370116=test_gem_dependency_installer
[187/908] 370114=test_optarg
[188/908] 370114=test_ripper
[189/908] 370117=test_read_write
[190/908] 370117=test_deprecated
[191/908] 370117=test_integer_comb
[192/908] 370114=test_nil2vtempty
[193/908] 370114=test_div
[194/908] 370114=test_kernel
[195/908] 370116=test_profile_frames
[196/908] 370116=json_parser_test
[197/908] 370116=test_gbk
[198/908] 370116=parse_test
[199/908] 370114=test_each
[200/908] 370114=test_rendering
[201/908] 370114=!Nothing_to_test
[202/908] 370114=test_gem_commands_outdated_command
[203/908] 370114=test_gem_validator
[204/908] 370114=test_usrmarshal
[205/908] 370114=test_rdoc_markup_formatter
[206/908] 370114=test_gem_resolver_api_set
[207/908] 370114=test_forwardable
[208/908] 370114=parse_comments_test
[209/908] 370114=test_ractor
[210/908] 370114=test_dryrun
[211/908] 370114=test_line_editor
[212/908] 370114=test_gem_security_trust_dir
[213/908] 370114=test_rinda
[214/908] 370114=test_integer
[215/908] 370114=test_yield
[216/908] 370116=test_kwargs
[217/908] 370116=test_acceptable
[218/908] 370116=test_string_memory
[219/908] 370116=test_io_wait
[220/908] 370116=test_pkey
[221/908] 370116=test_stream
[222/908] 370116=test_nextafter
[223/908] 370116=test_thread
[224/908] 370116=test_capacity
[225/908] 370116=test_rubyoptions
[226/908] 370117=test_httpheader
[227/908] 370117=test_rdoc_ri_driver
[228/908] 370117=test_shapes
[229/908] 370117=test_gem_commands_mirror
[230/908] 370117=test_euc_kr
[231/908] 370117=test_gem_commands_cleanup_command
[232/908] 370117=test_date_marshal
[233/908] 370117=test_literal
[234/908] 370117=test_typeddata
[235/908] 370114=test_rdoc_markup_include
[236/908] 370114=test_cesu8
[237/908] 370114=test_inputs_scanner
[238/908] 370114=test_protect
[239/908] 370114=test_rdoc_generator_pot_po
[240/908] 370114=test_tree_builder
[241/908] 370114=test_clone
[242/908] 370117=test_rdoc_servlet
[243/908] 370114=test_change_word
[244/908] 370114=test_tmpdir
[245/908] 370114=test_noarg
[246/908] 370117=test_gem_commands_pristine_command
[247/908] 370114=test_type_completor
[248/908] 370114=test_utf32
[249/908] 370114=test_iseq_load
[250/908] 370117=test_rdoc_markup_to_markdown
[251/908] 370117=test_trick
[252/908] 370114=test_key_name_check
[253/908] 370114=test_scalar
[254/908] 370114=test_gem_resolver_requirement_list
[255/908] 370114=test_arith_seq_beg_len_step
[256/908] 370114=test_gem_resolver_dependency_request
[257/908] 370114=test_ns_spki
[258/908] 370114=test_encodings
[259/908] 370114=test_random
[260/908] 370114=test_rdoc_markdown_test
[261/908] 370114=test_rdoc_normal_module
[262/908] 370116=test_gem_version
[263/908] 370114=test_rdoc_markup_hard_break
[264/908] 370114=test_ssl_session
[265/908] 370116=test_rdoc_extend
[266/908] 370116=test_to_ruby
[267/908] 370114=test_merge_keys
[268/908] 370116=test_gem_resolver_index_specification
[269/908] 370114=test_c_struct_builder
[270/908] 370116=test_io_buffer
[271/908] 370116=test_gem_ext_cargo_builder
[272/908] 370116=test_gem_package_tar_header
[273/908] 370116=test_rdoc_context_section
[274/908] 370116=test_gem_security_policy
[275/908] 370114=test_emitter
[276/908] 370114=test_io
[277/908] 370117=test_ellipsize
[278/908] 370117=test_queue
[279/908] 370117=test_gem_commands_check_command
[280/908] 370114=test_data
[281/908] 370117=test_big2str
[282/908] 370117=test_gem_commands_yank_command
[283/908] 370114=test_rdoc_alias
[284/908] 370114=test_stream
[285/908] 370114=test_gem_ext_builder
[286/908] 370116=test_prettyprint
[287/908] 370116=test_threadgroup
[288/908] 370117=test_human_typo
[289/908] 370117=test_alias_and_anchor
[290/908] 370117=test_config
[291/908] 370117=test_rdoc_any_method
[292/908] 370116=test_abi
[293/908] 370116=test_drb
[294/908] 370117=test_complexrational
[295/908] 370117=test_hash
[296/908] 370117=test_win32ole_method_event
[297/908] 370117=test_gem_ext_ext_conf_builder
[298/908] 370114=test_function_entry
[299/908] 370114=test_gem_resolver_activation_request
[300/908] 370114=test_path_to_class
[301/908] 370114=test_pkey_dh
[302/908] 370114=test_securerandom
[303/908] 370114=test_date_ractor
[304/908] 370114=test_http_request
[305/908] 370114=test_undef
[306/908] 370114=test_gem_name_tuple
[307/908] 370114=test_gem_request_set
[308/908] 370114=constant_path_node_test
[309/908] 370114=test_win32ole_typelib
[310/908] 370114=test_bundled_ca
[311/908] 370117=test_external_new
[312/908] 370117=test_ifunless
[313/908] 370117=test_ractor
[314/908] 370117=test_key_stroke
[315/908] 370117=test_process
[316/908] 370114=test_config
[317/908] 370114=test_mdns
[318/908] 370114=test_rat
[319/908] 370114=test_bmethod
[320/908] 370114=encoding_test
[321/908] 370114=test_pty
[322/908] 370114=test_erb
[323/908] 370114=test_gem_commands_environment_command
[324/908] 370114=test_numeric
[325/908] 370114=test_postponed_job
[326/908] 370114=test_gem_request_set_lockfile
[327/908] 370114=test_uncorrectable_name_check
[328/908] 370114=test_method_name_check
[329/908] 370114=test_parse
[330/908] 370114=test_observer
[331/908] 370114=test_gem_commands_setup_command
[332/908] 370114=test_hmac
[333/908] 370114=test_rdoc_top_level
[334/908] 370114=test_color
[335/908] 370114=test_ldap
[336/908] 370114=test_rdoc_task
[337/908] 370114=test_numhash
[338/908] 370114=test_macro
[339/908] 370114=test_rdoc_markup_to_html
[340/908] 370114=test_backtrace
[341/908] 370116=test_pkey_rsa
[342/908] 370116=test_stack
[343/908] 370114=test_bigzero
[344/908] 370114=test_gem_platform
[345/908] 370114=test_rdoc_parser_c
[346/908] 370114=test_emitter
[347/908] 370114=test_rdoc_markup_verbatim
[348/908] 370114=json_fixtures_test
[349/908] 370114=test_econv
[350/908] 370116=newline_test
[351/908] 370116=json_string_matching_test
[352/908] 370116=test_rdoc_markup_paragraph
[353/908] 370116=test_cmd
[354/908] 370114=test_path
[355/908] 370114=test_fstring
[356/908] 370116=test_euc_tw
[357/908] 370116=test_nomethod_error
[358/908] 370116=test_quote_empty
[359/908] 370114=test_rdoc_markup_raw
[360/908] 370114=test_gem_commands_cert_command
[361/908] 370116=test_date_new
[362/908] 370116=test_wait
[363/908] 370115=test_tempfile
[364/908] 370116=test_object_create_start
[365/908] 370116=test_duplicate
[366/908] 370116=magic_comment_test
[367/908] 370116=test_require_path_check
[368/908] 370116=test_acl
[369/908] 370116=test_gem_unsatisfiable_dependency_error
[370/908] 370116=test_utf16
[371/908] 370116=test_method
[372/908] 370115=test_rdoc_markup_parser
[373/908] 370115=test_gem_source_specific_file
[374/908] 370115=test_gem_installer
[375/908] 370114=test_pkcs12
[376/908] 370114=test_deprecate
[377/908] 370114=test_rdoc_constant
[378/908] 370114=test_row_separator
[379/908] 370114=test_rdoc_rd_inline
[380/908] 370114=test_rdoc_markdown
[381/908] 370114=test_rdoc_normal_class
[382/908] 370114=test_gem_package_tar_reader
[383/908] 370114=test_comparable
[384/908] 370114=test_ipaddr
[385/908] 370114=test_const
[386/908] 370114=test_class
[387/908] 370115=test_rdoc_encoding
[388/908] 370115=test_files_test_1
[389/908] 370114=test_io_timeout
[390/908] 370114=test_zsh_completion
[391/908] 370114=test_resource
[392/908] 370114=library_symbols_test
[393/908] 370114=test_system
[394/908] 370114=test_gem_commands_signin_command
[395/908] 370114=test_file
[396/908] 370114=test_date_strftime
[397/908] 370114=test_reqarg
[398/908] 370114=test_set
[399/908] 370114=test_init
[400/908] 370114=test_date_attr
[401/908] 370114=test_color_printer
[402/908] 370114=test_rdoc_rd_inline_parser
[403/908] 370114=test_basicsocket
[404/908] 370114=test_sleep
[405/908] 370114=test_condition
[406/908] 370114=test_gem_commands_search_command
[407/908] 370114=test_cp949
[408/908] 370114=test_defined
[409/908] 370114=test_sizeof
[410/908] 370115=test_emoji
[411/908] 370115=test_face
[412/908] 370115=test_sorted_set
[413/908] 370114=test_iseq
[414/908] 370115=test_fnmatch
[415/908] 370115=test_x509name
[416/908] 370115=test_rdoc_markup_heading
[417/908] 370115=test_pack
[418/908] 370115=test_gem_source
[419/908] 370115=test_skip_lines
[420/908] 370115=test_random_formatter
[421/908] 370115=test_depth_first
[422/908] 370115=test_benchmark
[423/908] 370114=test_socket
[424/908] 370115=test_framework
[425/908] 370115=test_rdoc_markup_to_html_crossref
[426/908] 370117=test_class2name
[427/908] 370117=test_yamlstore
[428/908] 370117=test_erb_m17n
[429/908] 370117=test_syslog
[430/908] 370117=test_gem_commands_uninstall_command
[431/908] 370115=test_rdoc_code_object
[432/908] 370116=test_yaml
[433/908] 370116=comments_test
[434/908] 370116=test_array
[435/908] 370116=test_debug
[436/908] 370116=test_reline
[437/908] 370114=test_mkmf
[438/908] 370116=test_raise
[439/908] 370116=test_assembler
[440/908] 370116=test_gem_stub_specification
[441/908] 370114=test_string
[442/908] 370114=test_function
[443/908] 370116=test_marshalable
[444/908] 370114=test_rdoc_parser_rd
[445/908] 370116=test_webauthn_poller
[446/908] 370114=test_unicode
[447/908] 370114=test_x509attr
[448/908] 370114=test_set_len
[449/908] 370114=test_rdoc_parser
[450/908] 370116=test_thread_cv
[451/908] 370117=test_pattern_matching
[452/908] 370114=test_webauthn_listener
[453/908] 370115=test_coverageLeaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 38879>
[454/908] 370117=test_pathname
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11
[455/908] 370116=test_case
[456/908] 370114=test_gem_path_support
[457/908] 370116=test_helper
[458/908] 370116=test_x509ext
[459/908] 370114=test_wss
[460/908] 370116=test_class
[461/908] 370116=test_configuration
[462/908] 370114=test_fips
[463/908] 370117=test_math
[464/908] 370117=test_gc
[465/908] 370117=test_libs
[466/908] 370116=test_omap
[467/908] 370116=test_gem_uri_formatter
[468/908] 370117=test_sockopt
[469/908] 370116=test_yaml_tree
[470/908] 370117=test_windows_1251
[471/908] 370117=test_shellwords
[472/908] 370117=test_encoding
[473/908] 370117=test_vm_dump
[474/908] 370117=test_thread_queue
[475/908] 370116=test_nesting_parser
[476/908] 370116=test_nowrite
[477/908] 370114=test_gem_resolver_conflict
[478/908] 370114=test_gb18030
[479/908] 370114=test_gem_package_tar_writer
[480/908] 370116=test_fileutils
[481/908] 370114=errors_test
[482/908] 370114=test_history
[483/908] 370114=test_method_cache
[484/908] 370114=test_gem_gemcutter_utilities
[485/908] 370114=test_float
[486/908] 370115=test_mul
[487/908] 370115=test_primitive
[488/908] 370115=test_gem_commands_which_command
[489/908] 370116=test_passing_block
[490/908] 370116=test_yjit_exit_locations
[491/908] 370115=test_data_error
[492/908] 370116=test_monitor
[493/908] 370115=test_whileuntil
[494/908] 370115=test_gem_resolver_best_set
[495/908] 370116=test_cstr
[496/908] 370115=test_gem_config_file
[497/908] 370115=test_document
[498/908] 370115=test_yield_block
[499/908] 370115=test_pkg_config
[500/908] 370115=test_rdoc_include
[501/908] 370115=test_set
[502/908] 370115=test_gem_commands_help_command
[503/908] 370115=test_closure
[504/908] 370114=test_at_exit
[505/908] 370114=test_rdoc_options
[506/908] 370115=test_dln
[507/908] 370115=test_digest
[508/908] 370115=test_gem_resolver_local_specification
[509/908] 370117=test_object
[510/908] 370117=test_frozen_error
[511/908] 370117=test_yjit
[512/908] 370115=test_m17n
[513/908] 370114=test_argf
[514/908] 370115=test_console_attr
[515/908] 370115=test_gem_ext_cargo_builder_link_flag_converter
[516/908] 370115=test_array
[517/908] 370116=test_x509req
[518/908] 370116=test_files_ext
[519/908] 370116=test_ruby_lex
[520/908] 370116=test_win32ole_record
[521/908] 370116=test_eval_history
[522/908] 370116=test_complex2
[523/908] 370116=dispatcher_test
[524/908] 370116=test_gem_version_option
[525/908] 370116=test_insns_leaf
[526/908] 370116=test_ubf_async_safe
[527/908] 370116=test_ossl
[528/908] 370116=test_pkcs7
[529/908] 370116=test_cgi_session
[530/908] 370116=test_ensured
[531/908] 370116=test_hash
[532/908] 370114=test_x509crl
[533/908] 370114=test_keyword
[534/908] 370114=test_iter_break
[535/908] 370114=test_gem_install_update_options
[536/908] 370114=test_num2int
[537/908] 370114=test_project_sanity
[538/908] 370114=test_refinement
[539/908] 370117=test_gem_command_manager
[540/908] 370117=test_address_resolve
[541/908] 370117=test_gem_requirement
[542/908] 370117=test_numeric
[543/908] 370117=test_word
[544/908] 370117=test_gem_resolver_installed_specification
[545/908] 370117=test_cmethod
[546/908] 370117=test_gem_commands_list_command
[547/908] 370117=test_gem_resolver_vendor_set
[548/908] 370117=test_parser
[549/908] 370117=test_gem_ext_rake_builder
[550/908] 370117=test_irb
[551/908] 370115=test_logger
[552/908] 370115=test_digest_extend
[553/908] 370115=test_ssl
[554/908] 370117=test_module
[555/908] 370116=test_key_error
[556/908] 370116=test_rb_str_dup
[557/908] 370116=test_symbol
[558/908] 370116=test_append
[559/908] 370116=test_engine
[560/908] 370116=test_pp
[561/908] 370116=test_rdoc_markup_to_table_of_contents
[562/908] 370116=test_gem_commands_unpack_command
[563/908] 370116=test_x509cert
[564/908] 370116=test_enc_associate
[565/908] 370116=test_last_thread
[566/908] 370116=test_import
[567/908] 370117=test_logdevice
[568/908] 370114=test_ftp
[569/908] 370114=test_gem_request_connection_pools
[570/908] 370114=test_config
[571/908] 370115=test_rubyvm
[572/908] 370115=test_ractor
[573/908] 370114=test_arith_seq_extract
[574/908] 370114=test_pack
[575/908] 370115=test_getoptlong
[576/908] 370115=test_logperiod
[577/908] 370115=test_io_console
[578/908] 370114=test_bn
[579/908] 370114=test_rdoc_markup_attributes
[580/908] 370114=test_cparser
[581/908] 370117=test_unicode_escape
[582/908] 370117=test_c_union_entity
[583/908] 370117=test_string_processing
[584/908] 370117=test_recursion
[585/908] 370117=test_abbrev
[586/908] 370117=test_objspace
[587/908] 370115=test_general
[588/908] 370115=test_gem_commands_server_command
[589/908] 370115=test_httpresponses
[590/908] 370115=test_timeout
[591/908] 370115=test_within_pipe
[592/908] 370115=test_rdoc_generator_darkfish
[593/908] 370115=test_mixed_unicode_escapes
[594/908] 370115=test_have_library
[595/908] 370115=test_load
[596/908] 370115=test_beginendblock
[597/908] 370114=test_rdoc_parser_ruby
[598/908] 370116=test_httpresponse
[599/908] 370116=test_cipher
[600/908] 370116=test_big5
[601/908] 370116=test_new
[602/908] 370116=test_time_tz
[603/908] 370116=version_test
[604/908] 370116=test_cgi_cookie
[605/908] 370116=test_scheduler
[606/908] 370116=test_object_references
[607/908] 370116=test_bigdecimal
[608/908] 370115=test_win32ole_variable
[609/908] 370115=test_gem_resolver
[610/908] 370115=test_gem_specification
[611/908] 370114=test_gem_package_tar_reader_entry
[612/908] 370114=test_rdoc_markup_to_label
[613/908] 370114=test_tsort
[614/908] 370114=test_gem_commands_exec_command
[615/908] 370115=test_metaclass
[616/908] 370115=test_files_sample
[617/908] 370115=test_rbconfig
[618/908] 370115=test_completion
[619/908] 370116=test_buffered_io
[620/908] 370116=test_constant
[621/908] 370114=test_addrinfo
[622/908] 370114=test_gem
[623/908] 370115=test_to_ary_concat
[624/908] 370116=test_encoding
[625/908] 370116=test_bash_completion
[626/908] 370116=test_delegate
[627/908] 370116=test_gem_ext_cargo_builder_unit
[628/908] 370116=test_bug-14834
[629/908] 370116=test_fixnum
[630/908] 370116=test_signal
[631/908] 370114=test_cgi_core
[632/908] 370114=test_parser
[633/908] 370114=test_rdoc_require
[634/908] 370114=test_fiber
[635/908] 370116=test_rational2
[636/908] 370116=test_terminfo
[637/908] 370116=test_rdoc_markup_to_bs
[638/908] 370116=test_raise_exception
[639/908] 370115=test_marshal
[640/908] 370116=json_encoding_test
[641/908] 370116=test_gem_commands_update_command
[642/908] 370114=test_optparse
[643/908] 370115=ripper_compat_test
[644/908] 370114=test_case_options
[645/908] 370114=test_evaluation
[646/908] 370115=test_ssl
[647/908] 370114=test_rdoc_markup_to_tt_only
[648/908] 370114=test_gem_console_ui
[649/908] 370114=test_https
[650/908] 370115=test_convert
[651/908] 370115=test_ractor
[652/908] 370114=test_gem_util
[653/908] 370116=test_euc_jp
[654/908] 370116=test_tree_spell_checker
[655/908] 370116=test_require_lib
[656/908] 370114=test_gem_ext_cmake_builder
[657/908] 370114=test_interned_str
[658/908] 370114=test_objectspace
[659/908] 370115=test_integer
[660/908] 370114=test_sexp
[661/908] 370114=test_io
[662/908] 370115=test_compile_prism
[663/908] 370116=test_key_event_record
[664/908] 370116=test_array_create
[665/908] 370116=test_notimplement
[666/908] 370116=test_scalar_scanner
[667/908] 370116=test_etc
[668/908] 370116=test_struct
[669/908] 370116=test_mutex
[670/908] 370115=test_option
[671/908] 370115=test_win32ole_event
[672/908] 370115=test_ast
[673/908] 370116=fuzzer_test
[674/908] 370116=test_struct
[675/908] 370116=test_propertyputref
[676/908] 370116=test_instrumentation_api
[677/908] 370116=test_default_gems
[678/908] 370116=test_serialize_subclasses
[679/908] 370116=test_rand
[680/908] 370116=test_gem_safe_marshal
[681/908] 370116=ruby_api_test
[682/908] 370116=test_date_strptime
[683/908] 370116=test_gem_doctor
[684/908] 370116=test_gem_request_set_lockfile_tokenizer
[685/908] 370116=json_common_interface_test
[686/908] 370116=test_ractor
[687/908] 370116=test_grapheme_breaks
[688/908] 370116=test_rdoc_parser_simple
[689/908] 370116=test_signedness
[690/908] 370116=test_too_many_dummy_encodings
[691/908] 370116=test_enumerable
[692/908] 370116=test_svcb_https
[693/908] 370116=test_drbunix
[694/908] 370116=test_buffering
[695/908] 370116=test_patterns
[696/908] 370116=test_gem_commands_stale_command
[697/908] 370116=location_test
[698/908] 370116=test_gem_resolver_api_specification
[699/908] 370116=test_gem_package
[700/908] 370114=test_date_arith
[701/908] 370114=test_gem_security_signer
[702/908] 370116=test_exit
[703/908] 370114=test_drbobject
[704/908] 370116=test_gem_commands_query_command
[705/908] 370114=test_optimization
[706/908] 370116=test_rdoc_rd
[707/908] 370116=test_range
[708/908] 370116=test_formatter
[709/908] 370116=test_weakkeymap
[710/908] 370116=test_key_actor_vi
[711/908] 370116=test_lazy_enumerator
[712/908] 370116=test_rdoc_markup_document
[713/908] 370116=test_ts
[714/908] 370117=test_find_executable
[715/908] 370117=test_unconverted_fields
[716/908] 370117=test_require
[717/908] 370116=test_locale
[718/908] 370116=test_history
[719/908] 370116=test_delegation
[720/908] 370116=test_dup
[721/908] 370116=test_pattern_key_name_check
[722/908] 370116=test_thread
[723/908] 370117=test_require
[724/908] 370114=test_remote_fetch_error
[725/908] 370114=test_open3
[726/908] 370116=test_udp
[727/908] 370116=test_pinned
[728/908] 370116=test_rdoc_tom_doc
[729/908] 370117=test_gem_commands_fetch_command
[730/908] 370116=ractor_test
[731/908] 370116=test_normalize
[732/908] 370116=test_converters
[733/908] 370116=test_sleep
[734/908] 370117=test_bignum
[735/908] 370117=test_rdoc_markup
[736/908] 370117=test_files_test_2
[737/908] 370117=test_gem_resolver_git_specification
[738/908] 370117=test_singleton
[739/908] 370117=test_spell_checker
[740/908] 370117=test_ancdata
[741/908] 370117=test_rdoc_ri_paths
[742/908] 370117=test_name_error_extension
[743/908] 370117=test_rdoc_rd_block_parser
[744/908] 370117=test_bigdecimal_util
[745/908] 370117=test_https_proxy
[746/908] 370117=test_stringify_symbols
[747/908] 370117=test_pack
[748/908] 370117=test_update
[749/908] 370117=test_basicinstructions
[750/908] 370116=test_read
[751/908] 370117=test_verbose
[752/908] 370116=test_ractor
[753/908] 370116=test_key_actor_emacs
[754/908] 370117=test_gem_resolver_vendor_specification
[755/908] 370117=json_ext_parser_test
[756/908] 370117=test_koi8
[757/908] 370117=test_ostruct
[758/908] 370116=test_table
[759/908] 370116=test_rdoc_attr
[760/908] 370116=test_not
[761/908] 370116=test_gem_ext_configure_builder
[762/908] 370116=test_gem_dependency_list
[763/908] 370117=test_rendering
[764/908] 370117=test_rdoc_generator_markup
[765/908] 370117=test_filter
[766/908] 370117=test_inlinecache
[767/908] 370117=test_scanner_events
[768/908] 370116=test_err_in_callback
[769/908] 370116=test_force_quotes
[770/908] 370117=test_rdoc_parser_markdown
[771/908] 370116=test_gem_source_fetch_problem
[772/908] 370117=test_rdoc_i18n_text
[773/908] 370117=test_rdoc_markup_indented_paragraph
[774/908] 370117=test_gem_commands_lock_command
[775/908] 370117=test_rdoc_markup_to_html_snippet
[776/908] 370116=test_data
[777/908] 370116=test_have_func
[778/908] 370117=test_ractor_compatibility
[779/908] 370114=test_gem_commands_contents_command
[780/908] 370114=test_win32ole_variant_outarg
[781/908] 370114=test_ws
[782/908] 370114=test_erb_command
[783/908] 370114=test_gem_rdoc
[784/908] 370116=test_unix
[785/908] 370117=test_regex_casefold
[786/908] 370114=test_gem_source_git
[787/908] 370116=test_fd_setsize
[788/908] 370116=test_http
[789/908] 370117=test_symbol
[790/908] 370114=test_coder
[791/908] 370114=test_context
[792/908] 370114=test_gem_commands_sources_command
[793/908] 370114=test_column_separator
[794/908] 370114=test_gem_source_list
[795/908] 370114=test_yaml_special_cases
[796/908] 370114=test_drbssl
[797/908] 370116=parameters_signature_test
[798/908] 370116=test_rdoc_parser_changelog
[799/908] 370116=test_kill_ring
[800/908] 370116=test_boolean
[801/908] 370117=test_c_struct_entry
[802/908] 370116=test_random
[803/908] 370116=test_rdoc_context
[804/908] 370117=test_strip
[805/908] 370117=test_nonblock
[806/908] 370117=test_lexer
[807/908] 370117=test_date
[808/908] 370117=test_open-uri
[809/908] 370117=test_mailto
[810/908] 370117=test_enumerator_kw
[811/908] 370117=test_gem_commands_install_command
[812/908] 370116=test_transcode
[813/908] 370116=test_iso_8859
[814/908] 370116=test_coderange
[815/908] 370116=test_dir
[816/908] 370116=test_flush
[817/908] 370116=test_resolve_symbol
[818/908] 370116=test_pair
[819/908] 370117=test_stat
[820/908] 370117=test_gc
[821/908] 370116=test_gem_local_remote_options
[822/908] 370116=test_gem_commands_owner_command
[823/908] 370116=test_cgi_modruby
[824/908] 370116=test_rational
[825/908] 370116=test_trace
[826/908] 370116=test_nil
[827/908] 370116=test_rdoc_markup_attribute_manager
[828/908] 370116=test_liberal_parsing
[829/908] 370116=test_rdoc_class_module
[830/908] 370116=test_summary
[831/908] 370116=test_win32ole_variant
[832/908] 370116=test_gem_resolver_composed_set
[833/908] 370114=test_object
[834/908] 370116=test_find
[835/908] 370116=test_arity
[836/908] 370116=test_jaro_winkler
[837/908] 370116=test_func
[838/908] 370114=test_foreach
[839/908] 370114=test_install
[840/908] 370114=unescape_test
[841/908] 370114=test_yamldbm
[842/908] 370114=test_regexp
[843/908] 370116=test_extlibs
[844/908] 370116=test_file_exhaustive
[845/908] 370117=pattern_test
[846/908] 370117=test_string
[847/908] 370117=test_variable_name_check
[848/908] 370117=test_iterator
[849/908] 370117=compiler_test
[850/908] 370117=test_printf
[851/908] 370117=test_case
[852/908] 370117=test_gem_remote_fetcher
[853/908] 370117=test_rdoc_generator_pot
[854/908] 370117=test_gem_uninstaller
[855/908] 370117=test_zlib
[856/908] 370116=test_storage
[857/908] 370116=test_eval
[858/908] 370116=test_proc
[859/908] 370116=test_alias
[860/908] 370116=test_gem_gem_runner
[861/908] 370116=test_pointer
[862/908] 370116=test_dir_m17n
[863/908] 370116=test_helper
[864/908] 370116=test_rdoc_generator_pot_po_entry
[865/908] 370116=test_tuplebag
[866/908] 370116=test_show_source
[867/908] 370116=test_cgi_header
[868/908] 370116=test_rdoc_markup_to_rdoc
[869/908] 370116=test_protocol
[870/908] 370116=test_singleton_function
[871/908] 370116=test_dns
[872/908] 370116=test_process
[873/908] 370116=test_gem_commands_info_command
[874/908] 370117=test_addr
[875/908] 370116=test_getopts
[876/908] 370117=test_internal_ivar
[877/908] 370116=test_config
[878/908] 370117=test_error_highlight
[879/908] 370116=test_stringscanner
[880/908] 370116=test_io_m17n
[881/908] 370117=test_resize
[882/908] 370117=test_general
[883/908] 370117=test_have_macro
[884/908] 370117=desugar_compiler_test
[885/908] 370117=test_pipe
[886/908] 370117=test_tracepoint
[887/908] 370116=test_gem_resolver_specification
[888/908] 370116=test_convertible
[889/908] 370117=test_env
[890/908] 370117=test_rdoc_markup_pre_process
[891/908] 370116=test_nkf
[892/908] 370116=test_time
[893/908] 370116=test_sprintf_comb
[894/908] 370117=heredoc_dedent_test
[895/908] 370117=test_method_cache
[896/908] 370117=memsize_test
[897/908] 370117=test_gem_package_old
[898/908] 370117=test_ocsp
[899/908] 370116=test_super
[900/908] 370117=test_win32ole_param
[901/908] 370117=test_settracefunc
[902/908] 370117=test_gem_text
[903/908] 370116=test_variable
[904/908] 370117=test_pstore
[905/908] 370117=test_readpartial
[906/908] 370116=test_lambda
[907/908] 370116=test_gem_request_set_gem_dependency_api
[908/908] 370117=test_win32ole
Retrying...
Finished tests in 1285.221993s, 21.0648 tests/s, 7454.8514 assertions/s.
27073 tests, 9581139 assertions, 0 failures, 0 errors, 226 skips
ruby -v: ruby 3.4.0dev (2024-01-14T19:41:02Z master 5c823aa686) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-01-14T19:41:02Z master 5c823aa686) [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 295.991148 seconds
3728 files, 32492 examples, 148107 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.371257.ruby -x gdbscript
[New LWP 371257]
[New LWP 371259]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0 uleb128 (p=0x55c431ce3960) at /tmp/ruby/src/trunk-O0/addr2line.c:224
224 if (b < 0x80) {
[Current thread is 1 (Thread 0x7fa34d7c77c0 (LWP 371257))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fa34d7c77c0 (LWP 371257) uleb128 (p=0x55c431ce3960) at /tmp/ruby/src/trunk-O0/addr2line.c:224
2 Thread 0x7fa3341ef640 (LWP 371259) 0x00007fa34d8effde in epoll_wait (epfd=4, events=0x55c43154e83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fa3341ef640 (LWP 371259)):
#0 0x00007fa34d8effde in epoll_wait (epfd=4, events=0x55c43154e83c <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 0x000055c4310b261e in event_wait (vm=0x55c431c4fb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 21956
#2 0x000055c4310b2642 in timer_thread_polling (vm=0x55c431c4fb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = 1715360402
#3 0x000055c4310b2d02 in timer_thread_func (ptr=0x55c431c4fb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
vm = 0x55c431c4fb10
#4 0x00007fa34d85eb43 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 = {140725789069712, 8352294787031988405, 140338930841152, 25, 140339357018192, 140725789070064, -8309378916068132683, -8309188795192739659}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007fa34d8efbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fa34d7c77c0 (LWP 371257)):
#0 uleb128 (p=0x55c431ce3960) at /tmp/ruby/src/trunk-O0/addr2line.c:224
b = 11 '\v'
r = 0
s = 0
#1 0x000055c4312545ed in di_read_record (reader=0x55c431ce38e0, vp=0x55c431ce35f0, errout=0x7fa34d9e46a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1469
at = 32
form = 5
#2 0x000055c4312554b6 in read_abstract_origin (reader=0x55c431ce38e0, form=19, abstract_origin=384338, line=0x55c431ce3730, errout=0x7fa34d9e46a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1871
v = {as = {ptr = 0x0, uint64 = 0, int64 = 0, addr_idx = 0}, off = 0, at = 0, form = 0, size = 0, type = 0}
p = 0x7fa32f4f3d4b "\v\245\064"
q = 0x7fa32f7b3207 "\021\001\022\006X\vY\005W\v"
level = 15
die = {pos = 4376977, tag = 46, has_children = 1}
#3 0x000055c4312558b2 in debug_info_read (reader=0x55c431ce38e0, num_traces=40, traces=0x55c431551940 <trace>, lines=0x55c432b32a90, offset=0, errout=0x7fa34d9e46a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1938
v = {as = {ptr = 0x5dd52 <error: Cannot access memory at address 0x5dd52>, uint64 = 384338, int64 = 384338, addr_idx = 384338}, off = 0, at = 49, form = 19, size = 0, type = 3}
die = {pos = 4357114, tag = 29, has_children = 1}
ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x7fa32fb584a1 "set_sp_offset", 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 0x000055c431256801 in fill_lines (num_traces=40, traces=0x55c431551940 <trace>, check_debuglink=1, objp=0x55c431ce4200, lines=0x55c432b32a90, offset=0, errout=0x7fa34d9e46a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
reader = {obj = 0x55c431d3d130, file = 0x7fa32e8fd000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fa32f49ad8b "\254\"\006", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fa32f8eec8b "(\026", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fa32f8da722 "codegen.rs", debug_line_directories = 0x7fa32f8d9eab "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7fa32f4f8ae9 "\001\r\325\362\020", cu_end = 0x7fa32f4fd03b "\350[", pend = 0x7fa32f7926d8 "\001$", q0 = 0x7fa32f7b30d0 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fa32f7b3186 "", format = 4, address_size = 8 '\b', level = 16, abbrev_table = {0x7fa34d9f2000 "", 0x7fa32f7b30d1 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fa32f7b30e7 "4", 0x7fa32f7b30f2 "\023\001\035\023\003\016\v\v\210\001\017", 0x7fa32f7b3100 "\r", 0x7fa32f7b310e "\017", 0x7fa32f7b3119 "$", 0x7fa32f7b3124 "9\001\003\016", 0x7fa32f7b312b "\023", 0x7fa32f7b3137 "\023\001\003\016\v\v\210\001\017", 0x7fa32f7b3143 "/", 0x7fa32f7b314c ".\001n\016\003\016:\v;\005I\023 \v", 0x7fa32f7b315d "4", 0x7fa32f7b316d "\005", 0x7fa32f7b317a ".\001n\016\003\016:\v;\005 \v", 0x7fa32f7b3189 "\v\001", 0x7fa32f7b318e "\023", 0x7fa32f7b319a "4", 0x7fa32f7b31a7 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fa32f7b31b8 "4", 0x7fa32f7b31c8 "\005", 0x7fa32f7b31d5 "4", 0x7fa32f7b31e2 "\005", 0x7fa32f7b31ed ".\001\021\001\022\006@\030\061\023", 0x7fa32f7b31fa "\005", 0x7fa32f7b3203 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fa32f7b3214 "4", 0x7fa32f7b321d "\035", 0x7fa32f7b322e "\v\001\021\001\022\006", 0x7fa32f7b3237 "4", 0x7fa32f7b3240 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fa32f7b3251 "\005", 0x7fa32f7b325a "\005", 0x7fa32f7b3263 "4", 0x7fa32f7b326c "\035\001\061\023U\027X\vY\005W\v", 0x7fa32f7b327b "4", 0x7fa32f7b3282 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fa32f7b3295 "\005", 0x7fa32f7b32a2 "\v\001U\027", 0x7fa32f7b32a9 "\005", 0x7fa32f7b32b0 "\035", 0x7fa32f7b32bf "\035\001\061\023U\027X\vY\vW\v", 0x7fa32f7b32ce "\005", 0x7fa32f7b32db "3\001\025\023", 0x7fa32f7b32e2 "\r", 0x7fa32f7b32f0 "\031\001\026\v", 0x7fa32f7b32f7 "\031\001", 0x7fa32f7b32fc "\023\001\003\016\v\005\210\001\017", 0x7fa32f7b3308 "3\001", 0x7fa32f7b330d "\023\001\003\016<\031\210\001\017", 0x7fa32f7b3319 "3", 0x7fa32f7b331e "\027\001\003\016\v\v\210\001\017", 0x7fa32f7b332a "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fa32f7b333a "(", 0x7fa32f7b3343 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fa32f7b3356 "(", 0x7fa32f7b335f "\005", 0x7fa32f7b336e "4", 0x7fa32f7b3380 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fa32f7b3395 "\005", 0x7fa32f7b33a4 "\r", 0x7fa32f7b33b5 ".\001n\016\003\016:\v;\v \v", 0x7fa32f7b33c4 "\005", 0x7fa32f7b33d3 "4", 0x7fa32f7b33e5 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fa32f7b33fa "4", 0x7fa32f7b3403 ".", 0x7fa32f7b3414 ".", 0x7fa32f7b3427 "\017", 0x7fa32f7b3430 "\001\001I\023", 0x7fa32f7b3437 "!", 0x7fa32f7b3442 "$", 0x7fa32f7b344d "\025\001I\023", 0x7fa32f7b3454 "\005", 0x7fa32f7b345b "\005", 0x7fa32f7b346a "\035", 0x7fa32f7b347b ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fa32f7b348e "4", 0x7fa32f7b34a2 "\r", 0x7fa32f7b34b0 "4", 0x7fa32f7b34bf "4", 0x7fa32f7b34d1 "\005", 0x7fa32f7b34da "4", 0x7fa32f7b34e9 "\035", 0x7fa32f7b34f8 "4", 0x7fa32f7b3501 "\005", 0x7fa32f7b3510 "4", 0x7fa32f7b351f "4", 0x7fa32f7b3531 ".", 0x7fa32f7b3542 ".\001\003\016:\v;\v \v", 0x7fa32f7b354f ".\001\003\016:\v;\vI\023 \v", 0x7fa32f7b355e "\025\001", 0x7fa32f7b2c2e "4", 0x7fa32f7b2c40 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fa32f7b2c53 "\005", 0x7fa32f7b2c5c "4", 0x7fa32f7b2c65 ".", 0x7fa32f7b2c76 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fa32f7b2c85 "4", 0x7fa32f7b2c97 "\035", 0x7fa32f7b2ca6 ".", 0x7fa32f7b2cb9 "\r", 0x7fa32f7b2cc7 "\025\001I\023", 0x7fa32f7b2cce "\005", 0x7fa32f7b2cd5 "\025\001", 0x7fa32f7b2cda ".\001\003\016:\v;\v \v", 0x7fa32f7b2ce7 ".\001\003\016:\v;\vI\023 \v", 0x7fa32f7b15f0 "\025\001I\023", 0x7fa32f7b15f7 "\005", 0x7fa32f7b15fe "\025\001", 0x7fa32f7b1603 ".\001\003\016:\v;\v \v", 0x7fa32f7b1610 ".\001\003\016:\v;\vI\023 \v", 0x7fa32f7b161f ".\001\003\016:\v;\vI\023?\031 \v", 0x7fa32f7a928d "\005", 0x7fa32f7a929c ".", 0x7fa32f7a53d6 "!", 0x7fa32f7a53df "\r", 0x7fa32f7a53f5 ".", 0x7fa32f7a5409 "\035\001\061\023\021\001\022\aX!)Y!\216\rW!\020\001\023", 0x7fa32f7a5420 "\n", 0x7fa32f7a542d ".", 0x7fa32f7a5446 "4", 0x7fa32f7a5457 ".", 0x7fa32f7a546f ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fa32f7a548c ".", 0x7fa32f7a54a6 ".\001?\031\003\016:! ;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fa32f7a54c2 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fa32f7a54d7 "\026", 0x7fa32f7a54e1 "\023\001\003\016\v\v:\v;\v\001\023", 0x7fa32f7a54f1 "\017", 0x7fa32f7a54f9 "$", 0x7fa32f7a5505 "\026", 0x7fa32f7a5513 "&", 0x7fa32f7a5519 "\026", 0x7fa32f7a5529 "(", 0x7fa32f7a5533 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fa32f7a5548 "\025\001I\023\001\023", 0x7fa32f7a5552 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fa32f7a5567 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fa32f7a5579 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fa32f7a558b "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fa32f7a559e "\026", 0x7fa32f7a55b1 "!", 0x7fa32f7a55b7 "4", 0x7fa32f7a55c7 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fa32f7a55e2 ".", 0x7fa32f7a55f9 ".", 0x7fa32f7a5610 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fa32f7a562c ".", 0x7fa32f7a5649 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fa32f7a566a ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fa32f7a5689 ".", 0x7fa32f7a56a3 ".", 0x7fa32f7a56bf "4", 0x7fa32f7a56cb ".", 0x7fa32f7a56e6 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fa32f7a56fa ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fa32f7a5719 ".", 0x7fa32f7a5734 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fa32f7a574a ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fa32f7a5767 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fa32f7a577f ".", 0x7ffd46ab15f8 "", 0x55c431ce4630 "0_|M\243\177", 0x55c431ce4628 "8\372\003\063\243\177", 0x7ffd46ab1600 "", 0x55c431ce3e68 "4Wz/\243\177", 0x55c431ce45e8 "\230`lM\243\177", 0x55c431ce45f0 "\220`lM\243\177", 0x55c431ce45f8 "\005", 0x55c431ce4600 "\340<\236M\243\177", 0x7ffd46ab1608 "\200\004\360\060\304U", 0x7ffd46ab1610 "@\026\253F\375\177", 0x7ffd46ab1618 "", 0x7ffd46ab1620 "", 0x7ffd46ab1628 "\245\004\360\060\304U", 0x0, 0x7ffd46ab1630 "8\026\253F\375\177", 0x55c430f004a5 <_start+37> "\364f.\017\037\204", 0x0, 0x0, 0x0, 0x55c430f00480 <_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>, 0x55c431ce3fa0 "PF\316\061\304U", 0x55c431ce4240 "\220B\316\061\304U", 0x7fa34d8fdcb5 <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", 0x55c431ce3fa0 "PF\316\061\304U", 0x55c431ce4090 "", 0x55c431ce4240 "\220B\316\061\304U", 0x7fa34da0b994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x55c431ce4650 "\030\232\231\061\243\177", 0x55c431ce4648 "\260\361\252F\375\177", 0x55c431ce4658 "\001"...}}
i = 0
j = 307
shstr = 0x7fa33035e90b ""
ehdr = 0x7fa32e8fd000
shdr = 0x7fa33035eb00
shstr_shdr = 0x7fa33035f680
gnu_debuglink_shdr = 0x0
note_gnu_build_id = 0x7fa33035ebc0
fd = 5
filesize = 27666112
file = 0x7fa32e8fd000 "\177ELF\002\001\001"
symtab_shdr = 0x7fa33035f600
strtab_shdr = 0x7fa33035f640
dynsym_shdr = 0x7fa33035ec80
dynstr_shdr = 0x7fa33035ecc0
obj = 0x55c431d3d130
dladdr_fbase = 94301122686976
#5 0x000055c4312571ac in rb_dump_backtrace_with_lines (num_traces=40, traces=0x55c431551940 <trace>, errout=0x7fa34d9e46a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
addr = 140339356393264
i = 0
lines = 0x55c432b32a90
obj = 0x55c431d3d130
dladdr_fbases = 0x55c431e49840
main_path = 0x55c431ce41a0 "/tmp/ruby/build/trunk-O0/ruby"
len = 29
#6 0x000055c43112e3a3 in rb_print_backtrace (errout=0x7fa34d9e46a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
trace = {0x55c43112e388 <rb_print_backtrace+36>, 0x55c43112eaab <rb_vm_bugreport+656>, 0x55c431312fcd <rb_bug_for_fatal_signal+327>, 0x55c431074f9f <sigill>, 0x7fa34d80c520 <__restore_rt>, 0x55c4310ee6d5 <vm_cc_cme+16>, 0x55c4310fe86c <vm_call_cfunc_with_frame_+121>, 0x55c4310febe5 <vm_call_cfunc_with_frame+121>, 0x55c431104f8e <vm_sendish+502>, 0x55c43110c51f <vm_exec_core+14741>, 0x55c431122f09 <rb_vm_exec+320>, 0x55c43111faf6 <invoke_block+216>, 0x55c43111ff1c <invoke_block_from_c_bh+793>, 0x55c431120116 <vm_yield_with_cref+90>, 0x55c431120154 <vm_yield+56>, 0x55c43111aa56 <rb_yield_0+47>, 0x55c43111aabd <rb_yield+66>, 0x55c4312605b7 <select_bang_i+88>, 0x55c430f06a0a <rb_ensure+388>, 0x55c43126083d <rb_ary_select_bang+159>, 0x55c4312608a7 <rb_ary_keep_if+84>, 0x55c4310fde0b <ractor_safe_call_cfunc_0+48>, 0x55c4310fea10 <vm_call_cfunc_with_frame_+541>, 0x55c4310febe5 <vm_call_cfunc_with_frame+121>, 0x55c4310fecfd <vm_call_cfunc_other+278>, 0x55c4310ff12c <vm_call_cfunc+302>, 0x55c431101c5b <vm_call_method_each_type+289>, 0x55c431102707 <vm_call_method+161>, 0x55c431102909 <vm_call_general+47>, 0x55c431104f8e <vm_sendish+502>, 0x55c43110c376 <vm_exec_core+14316>, 0x55c431122f09 <rb_vm_exec+320>, 0x55c431123d68 <rb_iseq_eval_main+61>, 0x55c430f04c0d <rb_ec_exec_node+318>, 0x55c430f04d8a <ruby_run_node+150>, 0x55c430f005c4 <rb_main+76>, 0x55c430f00625 <main+75>, 0x7fa34d7f3d90 <__libc_start_call_main+128>, 0x7fa34d7f3e40 <__libc_start_main_impl+128>, 0x55c430f004a5 <_start+37>, 0x0 <repeats 984 times>}
n = 40
#7 0x000055c43112eaab in rb_vm_bugreport (ctx=0x55c431ce45c0, errout=0x7fa34d9e46a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
cmd = 0x0
other_runtime_info = other_runtime_info
vm = 0x55c431c4fb10
ec = 0x55c431c534e0
#8 0x000055c431312fcd in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x55c431ce45c0, fmt=0x55c43137b1cb "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
pid = -1
out = 0x7fa34d9e46a0 <_IO_2_1_stderr_>
file = 0x7fa33199f598 "-"
line = 20
#9 0x000055c431074f9f in sigsegv (sig=11, info=0x55c431ce46f0, ctx=0x55c431ce45c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 vm_cc_cme (cc=0x7fa33303fa38) at /tmp/ruby/src/trunk-O0/vm_callinfo.h:401
No locals.
#12 0x000055c4310fe86c in vm_call_cfunc_with_frame_ (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5f30, calling=0x7ffd46aaf1b0, argc=1, argv=0x7fa34d6c6098, stack_bottom=0x7fa34d6c6090) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3468
ci = 0x120f00100003
cc = 0x7fa33303fa38
val = 0
me = 0x55c430f1ad08 <newobj_of0+226>
cfunc = 0x55c431de5e78
recv = 40
block_handler = 94301136958000
frame_type = 140725789061280
len = 874769480
args = <optimized out>
args = <optimized out>
#13 0x000055c4310febe5 in vm_call_cfunc_with_frame (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5f30, calling=0x7ffd46aaf1b0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 1
stack_bottom = 0x7fa34d6c6090
argv = 0x7fa34d6c6098
#14 0x000055c431104f8e in vm_sendish (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5f30, cd=0x55c431decee0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0x120f00100003
cc = 0x7fa33303fa38
argc = 1
recv = 140338905125640
calling = {cd = 0x55c431decee0, cc = 0x7fa33303fa38, block_handler = 0, recv = 140338905125640, argc = 1, kw_splat = false, heap_argv = 0}
#15 0x000055c43110c51f in vm_exec_core (ec=0x55c431c534e0) at ../../src/trunk-O0/insns.def:834
bh = 0
cd = 0x55c431decee0
leaf = false
val = 140338905125640
reg_pc = 0x55c431dece80
reg_cfp = 0x7fa34d7c5f30
insns_address_table = {0x55c431108bf6 <vm_exec_core+108>, 0x55c431108c58 <vm_exec_core+206>, 0x55c431108d6b <vm_exec_core+481>, 0x55c431108e7f <vm_exec_core+757>, 0x55c43110901d <vm_exec_core+1171>, 0x55c43110914d <vm_exec_core+1475>, 0x55c43110935f <vm_exec_core+2005>, 0x55c431109471 <vm_exec_core+2279>, 0x55c43110954a <vm_exec_core+2496>, 0x55c431109651 <vm_exec_core+2759>, 0x55c431109758 <vm_exec_core+3022>, 0x55c431109866 <vm_exec_core+3292>, 0x55c431109978 <vm_exec_core+3566>, 0x55c431109a48 <vm_exec_core+3774>, 0x55c431109b51 <vm_exec_core+4039>, 0x55c431109c4b <vm_exec_core+4289>, 0x55c431109d0e <vm_exec_core+4484>, 0x55c431109dd1 <vm_exec_core+4679>, 0x55c431109e5a <vm_exec_core+4816>, 0x55c431109ee6 <vm_exec_core+4956>, 0x55c431109f8c <vm_exec_core+5122>, 0x55c43110a064 <vm_exec_core+5338>, 0x55c43110a131 <vm_exec_core+5543>, 0x55c43110a20f <vm_exec_core+5765>, 0x55c43110a2d1 <vm_exec_core+5959>, 0x55c43110a410 <vm_exec_core+6278>, 0x55c43110a4b6 <vm_exec_core+6444>, 0x55c43110a59b <vm_exec_core+6673>, 0x55c43110a6ca <vm_exec_core+6976>, 0x55c43110a78d <vm_exec_core+7171>, 0x55c43110a850 <vm_exec_core+7366>, 0x55c43110a947 <vm_exec_core+7613>, 0x55c43110aa09 <vm_exec_core+7807>, 0x55c43110aae8 <vm_exec_core+8030>, 0x55c43110abb5 <vm_exec_core+8235>, 0x55c43110acc5 <vm_exec_core+8507>, 0x55c43110adbf <vm_exec_core+8757>, 0x55c43110ae3a <vm_exec_core+8880>, 0x55c43110aefb <vm_exec_core+9073>, 0x55c43110afe9 <vm_exec_core+9311>, 0x55c43110b099 <vm_exec_core+9487>, 0x55c43110b218 <vm_exec_core+9870>, 0x55c43110b2f2 <vm_exec_core+10088>, 0x55c43110b3de <vm_exec_core+10324>, 0x55c43110b46f <vm_exec_core+10469>, 0x55c43110b5ca <vm_exec_core+10816>, 0x55c43110bb6c <vm_exec_core+12258>, 0x55c43110bc68 <vm_exec_core+12510>, 0x55c43110bd6b <vm_exec_core+12769>, 0x55c43110be57 <vm_exec_core+13005>, 0x55c43110c070 <vm_exec_core+13542>, 0x55c43110c162 <vm_exec_core+13784>, 0x55c43110c268 <vm_exec_core+14046>, 0x55c43110c465 <vm_exec_core+14555>, 0x55c43110c60e <vm_exec_core+14980>, 0x55c43110c739 <vm_exec_core+15279>, 0x55c43110c8a5 <vm_exec_core+15643>, 0x55c43110c9d0 <vm_exec_core+15942>, 0x55c43110cb3c <vm_exec_core+16306>, 0x55c43110cd1e <vm_exec_core+16788>, 0x55c43110cf1b <vm_exec_core+17297>, 0x55c43110d0c4 <vm_exec_core+17722>, 0x55c43110d1e6 <vm_exec_core+18012>, 0x55c43110d28d <vm_exec_core+18179>, 0x55c43110d351 <vm_exec_core+18375>, 0x55c43110d43a <vm_exec_core+18608>, 0x55c43110d526 <vm_exec_core+18844>, 0x55c43110d60f <vm_exec_core+19077>, 0x55c43110d723 <vm_exec_core+19353>, 0x55c43110d84a <vm_exec_core+19648>, 0x55c43110d980 <vm_exec_core+19958>, 0x55c43110dab6 <vm_exec_core+20268>, 0x55c43110dbec <vm_exec_core+20578>, 0x55c43110dd22 <vm_exec_core+20888>, 0x55c43110de58 <vm_exec_core+21198>, 0x55c43110df99 <vm_exec_core+21519>, 0x55c43110e113 <vm_exec_core+21897>, 0x55c43110e249 <vm_exec_core+22207>, 0x55c43110e37f <vm_exec_core+22517>, 0x55c43110e4b5 <vm_exec_core+22827>, 0x55c43110e5eb <vm_exec_core+23137>, 0x55c43110e721 <vm_exec_core+23447>, 0x55c43110e857 <vm_exec_core+23757>, 0x55c43110e98d <vm_exec_core+24067>, 0x55c43110eac3 <vm_exec_core+24377>, 0x55c43110ec12 <vm_exec_core+24712>, 0x55c43110edcc <vm_exec_core+25154>, 0x55c43110ef4a <vm_exec_core+25536>, 0x55c43110f069 <vm_exec_core+25823>, 0x55c43110f188 <vm_exec_core+26110>, 0x55c43110f2a2 <vm_exec_core+26392>, 0x55c43110f3bc <vm_exec_core+26674>, 0x55c43110f4e7 <vm_exec_core+26973>, 0x55c43110f61d <vm_exec_core+27283>, 0x55c43110f708 <vm_exec_core+27518>, 0x55c43110f80d <vm_exec_core+27779>, 0x55c43110f955 <vm_exec_core+28107>, 0x55c43110fa44 <vm_exec_core+28346>, 0x55c43110fb1e <vm_exec_core+28564>, 0x55c43110fbf3 <vm_exec_core+28777>, 0x55c43110fcce <vm_exec_core+28996>, 0x55c43110fd4a <vm_exec_core+29120>, 0x55c43110fdc6 <vm_exec_core+29244>, 0x55c43110fde4 <vm_exec_core+29274>, 0x55c43110fe02 <vm_exec_core+29304>, 0x55c43110fe20 <vm_exec_core+29334>, 0x55c43110fe3e <vm_exec_core+29364>, 0x55c43110fe5c <vm_exec_core+29394>, 0x55c43110fe7a <vm_exec_core+29424>, 0x55c43110fe98 <vm_exec_core+29454>, 0x55c43110feb6 <vm_exec_core+29484>, 0x55c43110fed4 <vm_exec_core+29514>, 0x55c43110fef2 <vm_exec_core+29544>, 0x55c43110ff10 <vm_exec_core+29574>, 0x55c43110ff2e <vm_exec_core+29604>, 0x55c43110ff4c <vm_exec_core+29634>, 0x55c43110ff6a <vm_exec_core+29664>, 0x55c43110ff88 <vm_exec_core+29694>, 0x55c43110ffa6 <vm_exec_core+29724>, 0x55c43110ffc4 <vm_exec_core+29754>, 0x55c43110ffe2 <vm_exec_core+29784>, 0x55c431110000 <vm_exec_core+29814>, 0x55c43111001e <vm_exec_core+29844>, 0x55c43111003c <vm_exec_core+29874>, 0x55c43111005a <vm_exec_core+29904>, 0x55c431110078 <vm_exec_core+29934>, 0x55c431110096 <vm_exec_core+29964>, 0x55c4311100b4 <vm_exec_core+29994>, 0x55c4311100d2 <vm_exec_core+30024>, 0x55c4311100f0 <vm_exec_core+30054>, 0x55c43111010e <vm_exec_core+30084>, 0x55c43111012c <vm_exec_core+30114>, 0x55c43111014a <vm_exec_core+30144>, 0x55c431110168 <vm_exec_core+30174>, 0x55c431110186 <vm_exec_core+30204>, 0x55c4311101a4 <vm_exec_core+30234>, 0x55c4311101c2 <vm_exec_core+30264>, 0x55c4311101e0 <vm_exec_core+30294>, 0x55c4311101fe <vm_exec_core+30324>, 0x55c43111021c <vm_exec_core+30354>, 0x55c43111023a <vm_exec_core+30384>, 0x55c431110258 <vm_exec_core+30414>, 0x55c431110276 <vm_exec_core+30444>, 0x55c431110294 <vm_exec_core+30474>, 0x55c4311102b2 <vm_exec_core+30504>, 0x55c4311102d0 <vm_exec_core+30534>, 0x55c4311102ee <vm_exec_core+30564>, 0x55c43111030c <vm_exec_core+30594>, 0x55c43111032a <vm_exec_core+30624>, 0x55c431110348 <vm_exec_core+30654>, 0x55c431110366 <vm_exec_core+30684>, 0x55c431110384 <vm_exec_core+30714>, 0x55c4311103a2 <vm_exec_core+30744>, 0x55c4311103c0 <vm_exec_core+30774>, 0x55c4311103de <vm_exec_core+30804>, 0x55c4311103fc <vm_exec_core+30834>, 0x55c43111041a <vm_exec_core+30864>, 0x55c431110438 <vm_exec_core+30894>, 0x55c431110456 <vm_exec_core+30924>, 0x55c431110474 <vm_exec_core+30954>, 0x55c431110492 <vm_exec_core+30984>, 0x55c4311104b0 <vm_exec_core+31014>, 0x55c4311104ce <vm_exec_core+31044>, 0x55c4311104ec <vm_exec_core+31074>, 0x55c43111050a <vm_exec_core+31104>, 0x55c431110528 <vm_exec_core+31134>, 0x55c431110546 <vm_exec_core+31164>, 0x55c431110564 <vm_exec_core+31194>, 0x55c431110582 <vm_exec_core+31224>, 0x55c4311105a0 <vm_exec_core+31254>, 0x55c4311105be <vm_exec_core+31284>, 0x55c4311105dc <vm_exec_core+31314>, 0x55c4311105fa <vm_exec_core+31344>, 0x55c431110618 <vm_exec_core+31374>, 0x55c431110636 <vm_exec_core+31404>, 0x55c431110654 <vm_exec_core+31434>, 0x55c431110672 <vm_exec_core+31464>, 0x55c431110690 <vm_exec_core+31494>, 0x55c4311106c1 <vm_exec_core+31543>, 0x55c4311106df <vm_exec_core+31573>, 0x55c4311106fd <vm_exec_core+31603>, 0x55c43111071b <vm_exec_core+31633>, 0x55c431110739 <vm_exec_core+31663>, 0x55c431110757 <vm_exec_core+31693>, 0x55c431110775 <vm_exec_core+31723>, 0x55c431110793 <vm_exec_core+31753>, 0x55c4311107b1 <vm_exec_core+31783>, 0x55c4311107cf <vm_exec_core+31813>, 0x55c4311107ed <vm_exec_core+31843>, 0x55c43111080b <vm_exec_core+31873>, 0x55c431110829 <vm_exec_core+31903>, 0x55c431110847 <vm_exec_core+31933>, 0x55c431110865 <vm_exec_core+31963>, 0x55c431110883 <vm_exec_core+31993>, 0x55c4311108a1 <vm_exec_core+32023>, 0x55c4311108bf <vm_exec_core+32053>, 0x55c4311108dd <vm_exec_core+32083>, 0x55c4311108fb <vm_exec_core+32113>, 0x55c431110919 <vm_exec_core+32143>, 0x55c431110937 <vm_exec_core+32173>...}
#16 0x000055c431122f09 in rb_vm_exec (ec=0x55c431c534e0) at /tmp/ruby/src/trunk-O0/vm.c:2487
_ec = 0x55c431c534e0
_tag = {tag = 36, retval = 4, buf = {0x7ffd46aafe90, 0x55c431122e87 <rb_vm_exec+190>, 0x0, 0x7ffd46aafde0, 0x7ffd46aafe80}, prev = 0x7ffd46ab01a0, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#17 0x000055c43111faf6 in invoke_block (ec=0x55c431c534e0, iseq=0x7fa331a303a0, self=140339355307520, captured=0x7fa34d7c5fb8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1510
arg_size = 1
#18 0x000055c43111ff1c in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffd46ab00c8, argc=1, self=140339355307520, captured=0x7fa34d7c5fb8, ec=0x55c431c534e0) at /tmp/ruby/src/trunk-O0/vm.c:1580
iseq = 0x7fa331a303a0
opt_pc = 0
type = 572653569
cfp = 0x7fa34d7c5f68
sp = 0x7fa34d6c6070
flags = 0
use_argv = 0x7ffd46ab00c8
av = {94301125012714, 140339356393320}
stack_argv = 0x7fa34d6c6070
#19 invoke_block_from_c_bh (ec=0x55c431c534e0, block_handler=140339356393401, argc=1, argv=0x7ffd46ab00c8, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1598
captured = 0x7fa34d7c5fb8
#20 0x000055c431120116 in vm_yield_with_cref (ec=0x55c431c534e0, argc=1, argv=0x7ffd46ab00c8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1635
No locals.
#21 0x000055c431120154 in vm_yield (ec=0x55c431c534e0, argc=1, argv=0x7ffd46ab00c8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1643
No locals.
#22 0x000055c43111aa56 in rb_yield_0 (argc=1, argv=0x7ffd46ab00c8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#23 0x000055c43111aabd in rb_yield (val=140338889152840) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#24 0x000055c4312605b7 in select_bang_i (a=140725789065792) at /tmp/ruby/src/trunk-O0/array.c:3828
v = 140338889152840
arg = 0x7ffd46ab0240
ary = 140339355318840
i1 = 19867
i2 = 19867
#25 0x000055c430f06a0a in rb_ensure (b_proc=0x55c43126055f <select_bang_i>, data1=140725789065792, e_proc=0x55c431260639 <select_bang_ensure>, data2=140725789065792) at /tmp/ruby/src/trunk-O0/eval.c:1009
_ec = 0x55c431c534e0
_tag = {tag = 36, retval = 140339355318840, buf = {0x7ffd46ab0220, 0x55c430f069ad <rb_ensure+295>, 0x0, 0x7ffd46ab0130, 0x7ffd46ab01f8}, prev = 0x7ffd46ab1330, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
result = 4
errinfo = 140339355318840
ec = 0x55c431c534e0
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x55c431260639 <select_bang_ensure>, data2 = 140725789065792}}
#26 0x000055c43126083d in rb_ary_select_bang (ary=140339355318840) at /tmp/ruby/src/trunk-O0/array.c:3891
args = {ary = 140339355318840, len = {19867, 19867}}
#27 0x000055c4312608a7 in rb_ary_keep_if (ary=140339355318840) at /tmp/ruby/src/trunk-O0/array.c:3916
No locals.
#28 0x000055c4310fde0b in ractor_safe_call_cfunc_0 (recv=140339355318840, argc=0, argv=0x7fa34d6c6058, func=0x55c431260853 <rb_ary_keep_if>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3308
f = 0x55c431260853 <rb_ary_keep_if>
#29 0x000055c4310fea10 in vm_call_cfunc_with_frame_ (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5fa0, calling=0x7ffd46ab06d0, argc=0, argv=0x7fa34d6c6058, stack_bottom=0x7fa34d6c6050) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0x358100000001
cc = 0x7fa33303fba0
val = 94301136958504
me = 0x7fa3319bf268
cfunc = 0x55c431ca4b48
recv = 140339355318840
block_handler = 140339356393401
frame_type = 1431634051
len = 0
args = <optimized out>
args = <optimized out>
#30 0x000055c4310febe5 in vm_call_cfunc_with_frame (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5fa0, calling=0x7ffd46ab06d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 0
stack_bottom = 0x7fa34d6c6050
argv = 0x7fa34d6c6058
#31 0x000055c4310fecfd in vm_call_cfunc_other (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5fa0, calling=0x7ffd46ab06d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
ci = 0x358100000001
argv_ary = 0
#32 0x000055c4310ff12c in vm_call_cfunc (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5fa0, calling=0x7ffd46ab06d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
ci = 0x358100000001
#33 0x000055c431101c5b in vm_call_method_each_type (ec=0x55c431c534e0, cfp=0x7fa34d7c5fa0, calling=0x7ffd46ab06d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
aset_mask = 1994
ivar_mask = 0
ci = 0x358100000001
cc = 0x7fa33303fba0
cme = 0x7fa3319bf268
v = 94301138807000
#34 0x000055c431102707 in vm_call_method (ec=0x55c431c534e0, cfp=0x7fa34d7c5fa0, calling=0x7ffd46ab06d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
ci = 0x358100000001
cc = 0x7fa33303fba0
#35 0x000055c431102909 in vm_call_general (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5fa0, calling=0x7ffd46ab06d0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#36 0x000055c431104f8e in vm_sendish (ec=0x55c431c534e0, reg_cfp=0x7fa34d7c5fa0, cd=0x55c431ded650, block_handler=140339356393401, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0x358100000001
cc = 0x7fa33303fba0
argc = 0
recv = 140339355318840
calling = {cd = 0x55c431ded650, cc = 0x7fa33303fba0, block_handler = 140339356393401, recv = 140339355318840, argc = 0, kw_splat = false, heap_argv = 0}
#37 0x000055c43110c376 in vm_exec_core (ec=0x55c431c534e0) at ../../src/trunk-O0/insns.def:814
bh = 140339356393401
cd = 0x55c431ded650
blockiseq = 0x7fa331a303a0
leaf = false
val = 140338912296520
reg_pc = 0x55c431ded240
reg_cfp = 0x7fa34d7c5fa0
insns_address_table = {0x55c431108bf6 <vm_exec_core+108>, 0x55c431108c58 <vm_exec_core+206>, 0x55c431108d6b <vm_exec_core+481>, 0x55c431108e7f <vm_exec_core+757>, 0x55c43110901d <vm_exec_core+1171>, 0x55c43110914d <vm_exec_core+1475>, 0x55c43110935f <vm_exec_core+2005>, 0x55c431109471 <vm_exec_core+2279>, 0x55c43110954a <vm_exec_core+2496>, 0x55c431109651 <vm_exec_core+2759>, 0x55c431109758 <vm_exec_core+3022>, 0x55c431109866 <vm_exec_core+3292>, 0x55c431109978 <vm_exec_core+3566>, 0x55c431109a48 <vm_exec_core+3774>, 0x55c431109b51 <vm_exec_core+4039>, 0x55c431109c4b <vm_exec_core+4289>, 0x55c431109d0e <vm_exec_core+4484>, 0x55c431109dd1 <vm_exec_core+4679>, 0x55c431109e5a <vm_exec_core+4816>, 0x55c431109ee6 <vm_exec_core+4956>, 0x55c431109f8c <vm_exec_core+5122>, 0x55c43110a064 <vm_exec_core+5338>, 0x55c43110a131 <vm_exec_core+5543>, 0x55c43110a20f <vm_exec_core+5765>, 0x55c43110a2d1 <vm_exec_core+5959>, 0x55c43110a410 <vm_exec_core+6278>, 0x55c43110a4b6 <vm_exec_core+6444>, 0x55c43110a59b <vm_exec_core+6673>, 0x55c43110a6ca <vm_exec_core+6976>, 0x55c43110a78d <vm_exec_core+7171>, 0x55c43110a850 <vm_exec_core+7366>, 0x55c43110a947 <vm_exec_core+7613>, 0x55c43110aa09 <vm_exec_core+7807>, 0x55c43110aae8 <vm_exec_core+8030>, 0x55c43110abb5 <vm_exec_core+8235>, 0x55c43110acc5 <vm_exec_core+8507>, 0x55c43110adbf <vm_exec_core+8757>, 0x55c43110ae3a <vm_exec_core+8880>, 0x55c43110aefb <vm_exec_core+9073>, 0x55c43110afe9 <vm_exec_core+9311>, 0x55c43110b099 <vm_exec_core+9487>, 0x55c43110b218 <vm_exec_core+9870>, 0x55c43110b2f2 <vm_exec_core+10088>, 0x55c43110b3de <vm_exec_core+10324>, 0x55c43110b46f <vm_exec_core+10469>, 0x55c43110b5ca <vm_exec_core+10816>, 0x55c43110bb6c <vm_exec_core+12258>, 0x55c43110bc68 <vm_exec_core+12510>, 0x55c43110bd6b <vm_exec_core+12769>, 0x55c43110be57 <vm_exec_core+13005>, 0x55c43110c070 <vm_exec_core+13542>, 0x55c43110c162 <vm_exec_core+13784>, 0x55c43110c268 <vm_exec_core+14046>, 0x55c43110c465 <vm_exec_core+14555>, 0x55c43110c60e <vm_exec_core+14980>, 0x55c43110c739 <vm_exec_core+15279>, 0x55c43110c8a5 <vm_exec_core+15643>, 0x55c43110c9d0 <vm_exec_core+15942>, 0x55c43110cb3c <vm_exec_core+16306>, 0x55c43110cd1e <vm_exec_core+16788>, 0x55c43110cf1b <vm_exec_core+17297>, 0x55c43110d0c4 <vm_exec_core+17722>, 0x55c43110d1e6 <vm_exec_core+18012>, 0x55c43110d28d <vm_exec_core+18179>, 0x55c43110d351 <vm_exec_core+18375>, 0x55c43110d43a <vm_exec_core+18608>, 0x55c43110d526 <vm_exec_core+18844>, 0x55c43110d60f <vm_exec_core+19077>, 0x55c43110d723 <vm_exec_core+19353>, 0x55c43110d84a <vm_exec_core+19648>, 0x55c43110d980 <vm_exec_core+19958>, 0x55c43110dab6 <vm_exec_core+20268>, 0x55c43110dbec <vm_exec_core+20578>, 0x55c43110dd22 <vm_exec_core+20888>, 0x55c43110de58 <vm_exec_core+21198>, 0x55c43110df99 <vm_exec_core+21519>, 0x55c43110e113 <vm_exec_core+21897>, 0x55c43110e249 <vm_exec_core+22207>, 0x55c43110e37f <vm_exec_core+22517>, 0x55c43110e4b5 <vm_exec_core+22827>, 0x55c43110e5eb <vm_exec_core+23137>, 0x55c43110e721 <vm_exec_core+23447>, 0x55c43110e857 <vm_exec_core+23757>, 0x55c43110e98d <vm_exec_core+24067>, 0x55c43110eac3 <vm_exec_core+24377>, 0x55c43110ec12 <vm_exec_core+24712>, 0x55c43110edcc <vm_exec_core+25154>, 0x55c43110ef4a <vm_exec_core+25536>, 0x55c43110f069 <vm_exec_core+25823>, 0x55c43110f188 <vm_exec_core+26110>, 0x55c43110f2a2 <vm_exec_core+26392>, 0x55c43110f3bc <vm_exec_core+26674>, 0x55c43110f4e7 <vm_exec_core+26973>, 0x55c43110f61d <vm_exec_core+27283>, 0x55c43110f708 <vm_exec_core+27518>, 0x55c43110f80d <vm_exec_core+27779>, 0x55c43110f955 <vm_exec_core+28107>, 0x55c43110fa44 <vm_exec_core+28346>, 0x55c43110fb1e <vm_exec_core+28564>, 0x55c43110fbf3 <vm_exec_core+28777>, 0x55c43110fcce <vm_exec_core+28996>, 0x55c43110fd4a <vm_exec_core+29120>, 0x55c43110fdc6 <vm_exec_core+29244>, 0x55c43110fde4 <vm_exec_core+29274>, 0x55c43110fe02 <vm_exec_core+29304>, 0x55c43110fe20 <vm_exec_core+29334>, 0x55c43110fe3e <vm_exec_core+29364>, 0x55c43110fe5c <vm_exec_core+29394>, 0x55c43110fe7a <vm_exec_core+29424>, 0x55c43110fe98 <vm_exec_core+29454>, 0x55c43110feb6 <vm_exec_core+29484>, 0x55c43110fed4 <vm_exec_core+29514>, 0x55c43110fef2 <vm_exec_core+29544>, 0x55c43110ff10 <vm_exec_core+29574>, 0x55c43110ff2e <vm_exec_core+29604>, 0x55c43110ff4c <vm_exec_core+29634>, 0x55c43110ff6a <vm_exec_core+29664>, 0x55c43110ff88 <vm_exec_core+29694>, 0x55c43110ffa6 <vm_exec_core+29724>, 0x55c43110ffc4 <vm_exec_core+29754>, 0x55c43110ffe2 <vm_exec_core+29784>, 0x55c431110000 <vm_exec_core+29814>, 0x55c43111001e <vm_exec_core+29844>, 0x55c43111003c <vm_exec_core+29874>, 0x55c43111005a <vm_exec_core+29904>, 0x55c431110078 <vm_exec_core+29934>, 0x55c431110096 <vm_exec_core+29964>, 0x55c4311100b4 <vm_exec_core+29994>, 0x55c4311100d2 <vm_exec_core+30024>, 0x55c4311100f0 <vm_exec_core+30054>, 0x55c43111010e <vm_exec_core+30084>, 0x55c43111012c <vm_exec_core+30114>, 0x55c43111014a <vm_exec_core+30144>, 0x55c431110168 <vm_exec_core+30174>, 0x55c431110186 <vm_exec_core+30204>, 0x55c4311101a4 <vm_exec_core+30234>, 0x55c4311101c2 <vm_exec_core+30264>, 0x55c4311101e0 <vm_exec_core+30294>, 0x55c4311101fe <vm_exec_core+30324>, 0x55c43111021c <vm_exec_core+30354>, 0x55c43111023a <vm_exec_core+30384>, 0x55c431110258 <vm_exec_core+30414>, 0x55c431110276 <vm_exec_core+30444>, 0x55c431110294 <vm_exec_core+30474>, 0x55c4311102b2 <vm_exec_core+30504>, 0x55c4311102d0 <vm_exec_core+30534>, 0x55c4311102ee <vm_exec_core+30564>, 0x55c43111030c <vm_exec_core+30594>, 0x55c43111032a <vm_exec_core+30624>, 0x55c431110348 <vm_exec_core+30654>, 0x55c431110366 <vm_exec_core+30684>, 0x55c431110384 <vm_exec_core+30714>, 0x55c4311103a2 <vm_exec_core+30744>, 0x55c4311103c0 <vm_exec_core+30774>, 0x55c4311103de <vm_exec_core+30804>, 0x55c4311103fc <vm_exec_core+30834>, 0x55c43111041a <vm_exec_core+30864>, 0x55c431110438 <vm_exec_core+30894>, 0x55c431110456 <vm_exec_core+30924>, 0x55c431110474 <vm_exec_core+30954>, 0x55c431110492 <vm_exec_core+30984>, 0x55c4311104b0 <vm_exec_core+31014>, 0x55c4311104ce <vm_exec_core+31044>, 0x55c4311104ec <vm_exec_core+31074>, 0x55c43111050a <vm_exec_core+31104>, 0x55c431110528 <vm_exec_core+31134>, 0x55c431110546 <vm_exec_core+31164>, 0x55c431110564 <vm_exec_core+31194>, 0x55c431110582 <vm_exec_core+31224>, 0x55c4311105a0 <vm_exec_core+31254>, 0x55c4311105be <vm_exec_core+31284>, 0x55c4311105dc <vm_exec_core+31314>, 0x55c4311105fa <vm_exec_core+31344>, 0x55c431110618 <vm_exec_core+31374>, 0x55c431110636 <vm_exec_core+31404>, 0x55c431110654 <vm_exec_core+31434>, 0x55c431110672 <vm_exec_core+31464>, 0x55c431110690 <vm_exec_core+31494>, 0x55c4311106c1 <vm_exec_core+31543>, 0x55c4311106df <vm_exec_core+31573>, 0x55c4311106fd <vm_exec_core+31603>, 0x55c43111071b <vm_exec_core+31633>, 0x55c431110739 <vm_exec_core+31663>, 0x55c431110757 <vm_exec_core+31693>, 0x55c431110775 <vm_exec_core+31723>, 0x55c431110793 <vm_exec_core+31753>, 0x55c4311107b1 <vm_exec_core+31783>, 0x55c4311107cf <vm_exec_core+31813>, 0x55c4311107ed <vm_exec_core+31843>, 0x55c43111080b <vm_exec_core+31873>, 0x55c431110829 <vm_exec_core+31903>, 0x55c431110847 <vm_exec_core+31933>, 0x55c431110865 <vm_exec_core+31963>, 0x55c431110883 <vm_exec_core+31993>, 0x55c4311108a1 <vm_exec_core+32023>, 0x55c4311108bf <vm_exec_core+32053>, 0x55c4311108dd <vm_exec_core+32083>, 0x55c4311108fb <vm_exec_core+32113>, 0x55c431110919 <vm_exec_core+32143>, 0x55c431110937 <vm_exec_core+32173>...}
#38 0x000055c431122f09 in rb_vm_exec (ec=0x55c431c534e0) at /tmp/ruby/src/trunk-O0/vm.c:2487
_ec = 0x55c431c534e0
_tag = {tag = 36, retval = 4, buf = {0x7ffd46ab13b0, 0x55c431122e87 <rb_vm_exec+190>, 0x0, 0x7ffd46ab1300, 0x55c431cd79a0}, prev = 0x7ffd46ab1420, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#39 0x000055c431123d68 in rb_iseq_eval_main (iseq=0x7fa333142408) at /tmp/ruby/src/trunk-O0/vm.c:2753
ec = 0x55c431c534e0
val = 94301136958688
#40 0x000055c430f04c0d in rb_ec_exec_node (ec=0x55c431c534e0, n=0x7fa333142408) at /tmp/ruby/src/trunk-O0/eval.c:287
th = 0x55c431c52090
_ec = 0x55c431c534e0
_tag = {tag = 36, retval = 94301123002874, buf = {0x7ffd46ab14a0, 0x55c430f04ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffd46ab13f0, 0x55c431c534e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7fa333142408
#41 0x000055c430f04d8a in ruby_run_node (n=0x7fa333142408) at /tmp/ruby/src/trunk-O0/eval.c:328
ec = 0x55c431c534e0
status = 21956
#42 0x000055c430f005c4 in rb_main (argc=130, argv=0x7ffd46ab1648) at /tmp/ruby/src/trunk-O0/main.c:39
variable_in_this_stack_frame = 140725789070624
#43 0x000055c430f00625 in main (argc=130, argv=0x7ffd46ab1648) 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.371355.ruby -x gdbscript
[New LWP 371355]
[New LWP 371357]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/j'.
Program terminated with signal SIGABRT, Aborted.
#0 uleb128 (p=0x560bbd66e940) at /tmp/ruby/src/trunk-O0/addr2line.c:223
223 unsigned char b = (unsigned char)*(*p)++;
[Current thread is 1 (Thread 0x7fb173d1c7c0 (LWP 371355))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fb173d1c7c0 (LWP 371355) uleb128 (p=0x560bbd66e940) at /tmp/ruby/src/trunk-O0/addr2line.c:223
2 Thread 0x7fb15a73f640 (LWP 371357) 0x00007fb173e44fde in epoll_wait (epfd=4, events=0x560bbd4db83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
>>> Machine level backtrace
Thread 2 (Thread 0x7fb15a73f640 (LWP 371357)):
#0 0x00007fb173e44fde in epoll_wait (epfd=4, events=0x560bbd4db83c <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 0x0000560bbd03f61e in event_wait (vm=0x560bbd5dab10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
r = 22027
#2 0x0000560bbd03f642 in timer_thread_polling (vm=0x560bbd5dab10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
r = -691950523
#3 0x0000560bbd03fd02 in timer_thread_func (ptr=0x560bbd5dab10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
vm = 0x560bbd5dab10
#4 0x00007fb173db3b43 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 = {140720586760976, 6729858215544271767, 140399703488064, 25, 140400129685584, 140720586761328, -6771172468510772329, -6771261191407750249}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#5 0x00007fb173e44bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7fb173d1c7c0 (LWP 371355)):
#0 uleb128 (p=0x560bbd66e940) at /tmp/ruby/src/trunk-O0/addr2line.c:223
b = 0 '\000'
r = 0
s = 0
#1 0x0000560bbd1e14bd in di_read_die (reader=0x560bbd66e8e0, die=0x560bbd66e6b0, errout=0x7fb173f396a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1448
abbrev_number = 8550071940307075072
#2 0x0000560bbd1e269b in debug_info_read (reader=0x560bbd66e8e0, num_traces=58, traces=0x560bbd4de940 <trace>, lines=0x560bbded3090, offset=0, errout=0x7fb173f396a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:1901
die = {pos = 4055770, tag = 47, has_children = 0}
ranges = {low_pc = 0, high_pc = 0, ranges = 0, low_pc_set = false, high_pc_set = false, ranges_set = false}
line = {dirname = 0x0, filename = 0x0, path = 0x0, line = 0, base_addr = 0, saddr = 0, sname = 0x0, next = 0x0}
addr_header = {ptr = 0x0, unit_length = 0, format = 0 '\000', address_size = 0 '\000'}
rnglists_header = {unit_length = 113, format = 4 '\004', address_size = 8 '\b', offset_entry_count = 0}
#3 0x0000560bbd1e3801 in fill_lines (num_traces=58, traces=0x560bbd4de940 <trace>, check_debuglink=1, objp=0x560bbd66f200, lines=0x560bbded3090, offset=0, errout=0x7fb173f396a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2216
reader = {obj = 0x560bbded4110, file = 0x7fb15763d000 "\177ELF\002\001\001", current_version = 4 '\004', current_cu = 0x7fb1581dad8b "\254\"\006", current_low_pc = 0, current_str_offsets_base = 0, current_addr_base = 0, current_rnglists_base = 0, debug_line_cu_end = 0x7fb15862ec8b "(\026", debug_line_format = 4 '\004', debug_line_version = 4, debug_line_files = 0x7fb15861a722 "codegen.rs", debug_line_directories = 0x7fb158619eab "/tmp/ruby/src/trunk-O0/yjit/src", p = 0x7fb1581ea430 "I\027\020", cu_end = 0x7fb15823d03b "\350[", pend = 0x7fb1584d26d8 "\001$", q0 = 0x7fb1584f30d0 "\001\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", q = 0x7fb1584f314b "\v.\001n\016\003\016:\v;\005I\023 \v", format = 4, address_size = 8 '\b', level = 5, abbrev_table = {0x7fb173f47000 "", 0x7fb1584f30d1 "\021\001%\016\023\005\003\016\020\027\033\016\264B\031\021\001U\027", 0x7fb1584f30e7 "4", 0x7fb1584f30f2 "\023\001\035\023\003\016\v\v\210\001\017", 0x7fb1584f3100 "\r", 0x7fb1584f310e "\017", 0x7fb1584f3119 "$", 0x7fb1584f3124 "9\001\003\016", 0x7fb1584f312b "\023", 0x7fb1584f3137 "\023\001\003\016\v\v\210\001\017", 0x7fb1584f3143 "/", 0x7fb1584f314c ".\001n\016\003\016:\v;\005I\023 \v", 0x7fb1584f315d "4", 0x7fb1584f316d "\005", 0x7fb1584f317a ".\001n\016\003\016:\v;\005 \v", 0x7fb1584f3189 "\v\001", 0x7fb1584f318e "\023", 0x7fb1584f319a "4", 0x7fb1584f31a7 ".\001n\016\003\016:\v;\vI\023 \v", 0x7fb1584f31b8 "4", 0x7fb1584f31c8 "\005", 0x7fb1584f31d5 "4", 0x7fb1584f31e2 "\005", 0x7fb1584f31ed ".\001\021\001\022\006@\030\061\023", 0x7fb1584f31fa "\005", 0x7fb1584f3203 "\035\001\061\023\021\001\022\006X\vY\005W\v", 0x7fb1584f3214 "4", 0x7fb1584f321d "\035", 0x7fb1584f322e "\v\001\021\001\022\006", 0x7fb1584f3237 "4", 0x7fb1584f3240 "\035\001\061\023\021\001\022\006X\vY\vW\v", 0x7fb1584f3251 "\005", 0x7fb1584f325a "\005", 0x7fb1584f3263 "4", 0x7fb1584f326c "\035\001\061\023U\027X\vY\005W\v", 0x7fb1584f327b "4", 0x7fb1584f3282 ".\001\021\001\022\006@\030n\016\003\016:\v;\005", 0x7fb1584f3295 "\005", 0x7fb1584f32a2 "\v\001U\027", 0x7fb1584f32a9 "\005", 0x7fb1584f32b0 "\035", 0x7fb1584f32bf "\035\001\061\023U\027X\vY\vW\v", 0x7fb1584f32ce "\005", 0x7fb1584f32db "3\001\025\023", 0x7fb1584f32e2 "\r", 0x7fb1584f32f0 "\031\001\026\v", 0x7fb1584f32f7 "\031\001", 0x7fb1584f32fc "\023\001\003\016\v\005\210\001\017", 0x7fb1584f3308 "3\001", 0x7fb1584f330d "\023\001\003\016<\031\210\001\017", 0x7fb1584f3319 "3", 0x7fb1584f331e "\027\001\003\016\v\v\210\001\017", 0x7fb1584f332a "\004\001I\023m\031\003\016\v\v\210\001\017", 0x7fb1584f333a "(", 0x7fb1584f3343 ".\001n\016\003\016:\v;\005I\023?\031 \v", 0x7fb1584f3356 "(", 0x7fb1584f335f "\005", 0x7fb1584f336e "4", 0x7fb1584f3380 ".\001\021\001\022\006@\030n\016\003\016:\v;\vI\023", 0x7fb1584f3395 "\005", 0x7fb1584f33a4 "\r", 0x7fb1584f33b5 ".\001n\016\003\016:\v;\v \v", 0x7fb1584f33c4 "\005", 0x7fb1584f33d3 "4", 0x7fb1584f33e5 ".\001\021\001\022\006@\030n\016\003\016:\v;\005I\023", 0x7fb1584f33fa "4", 0x7fb1584f3403 ".", 0x7fb1584f3414 ".", 0x7fb1584f3427 "\017", 0x7fb1584f3430 "\001\001I\023", 0x7fb1584f3437 "!", 0x7fb1584f3442 "$", 0x7fb1584f344d "\025\001I\023", 0x7fb1584f3454 "\005", 0x7fb1584f345b "\005", 0x7fb1584f346a "\035", 0x7fb1584f347b ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fb1584f348e "4", 0x7fb1584f34a2 "\r", 0x7fb1584f34b0 "4", 0x7fb1584f34bf "4", 0x7fb1584f34d1 "\005", 0x7fb1584f34da "4", 0x7fb1584f34e9 "\035", 0x7fb1584f34f8 "4", 0x7fb1584f3501 "\005", 0x7fb1584f3510 "4", 0x7fb1584f351f "4", 0x7fb1584f3531 ".", 0x7fb1584f3542 ".\001\003\016:\v;\v \v", 0x7fb1584f354f ".\001\003\016:\v;\vI\023 \v", 0x7fb1584f355e "\025\001", 0x7fb1584f2c2e "4", 0x7fb1584f2c40 ".\001\021\001\022\006@\030n\016\003\016:\v;\v", 0x7fb1584f2c53 "\005", 0x7fb1584f2c5c "4", 0x7fb1584f2c65 ".", 0x7fb1584f2c76 "\035\001\061\023\021\001\022\006X\vY\v", 0x7fb1584f2c85 "4", 0x7fb1584f2c97 "\035", 0x7fb1584f2ca6 ".", 0x7fb1584f2cb9 "\r", 0x7fb1584f2cc7 "\025\001I\023", 0x7fb1584f2cce "\005", 0x7fb1584f2cd5 "\025\001", 0x7fb1584f2cda ".\001\003\016:\v;\v \v", 0x7fb1584f2ce7 ".\001\003\016:\v;\vI\023 \v", 0x7fb1584f15f0 "\025\001I\023", 0x7fb1584f15f7 "\005", 0x7fb1584f15fe "\025\001", 0x7fb1584f1603 ".\001\003\016:\v;\v \v", 0x7fb1584f1610 ".\001\003\016:\v;\vI\023 \v", 0x7fb1584f161f ".\001\003\016:\v;\vI\023?\031 \v", 0x7fb1584e928d "\005", 0x7fb1584e929c ".", 0x7fb1584e53d6 "!", 0x7fb1584e53df "\r", 0x7fb1584e53f5 ".", 0x7fb1584e5409 "\035\001\061\023\021\001\022\aX!)Y!\216\rW!\020\001\023", 0x7fb1584e5420 "\n", 0x7fb1584e542d ".", 0x7fb1584e5446 "4", 0x7fb1584e5457 ".", 0x7fb1584e546f ".\001?\031\003\016:!7;\v9!\001'\031\021\001\022\a@\030|\031\001\023", 0x7fb1584e548c ".", 0x7fb1584e54a6 ".\001?\031\003\016:! ;\v9!\001'\031I\023 !\003\064\031\001\023", 0x7fb1584e54c2 "\021\001%\016\023\v\003\037\033\037\021\001\022\a\020\027y\027", 0x7fb1584e54d7 "\026", 0x7fb1584e54e1 "\023\001\003\016\v\v:\v;\v\001\023", 0x7fb1584e54f1 "\017", 0x7fb1584e54f9 "$", 0x7fb1584e5505 "\026", 0x7fb1584e5513 "&", 0x7fb1584e5519 "\026", 0x7fb1584e5529 "(", 0x7fb1584e5533 "\023\001\003\016\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fb1584e5548 "\025\001I\023\001\023", 0x7fb1584e5552 "\023\001\003\016\v\005\210\001\v:\v;\005\071\v\001\023", 0x7fb1584e5567 "\027\001\003\016\v\v:\v;\005\071\v\001\023", 0x7fb1584e5579 "\023\001\003\016\v\005:\v;\v9\v\001\023", 0x7fb1584e558b "\023\001\v\v\210\001\v:\v;\005\071\v\001\023", 0x7fb1584e559e "\026", 0x7fb1584e55b1 "!", 0x7fb1584e55b7 "4", 0x7fb1584e55c7 ".\001?\031\003\016:\v;\v9\v'\031I\023\207\001\031<\031\001\023", 0x7fb1584e55e2 ".", 0x7fb1584e55f9 ".", 0x7fb1584e5610 ".\001\003\b:\v;\005\071\v'\031I\023\021\001\022\a@\030|\031\001\023", 0x7fb1584e562c ".", 0x7fb1584e5649 ".\001?\031\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fb1584e566a ".\001\003\016:\v;\005\071\v'\031I\023\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fb1584e5689 ".", 0x7fb1584e56a3 ".", 0x7fb1584e56bf "4", 0x7fb1584e56cb ".", 0x7fb1584e56e6 ".\001\003\016:\v;\005\071\v'\031 \v\001\023", 0x7fb1584e56fa ".\001?\031\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030|\031\001\023", 0x7fb1584e5719 ".", 0x7fb1584e5734 ".\001?\031\003\016:\v;\v9\v'\031I\023<\031", 0x7fb1584e574a ".\001\003\016:\v;\v9\v'\031\207\001\031\021\001\022\a@\030z\031\001\023", 0x7fb1584e5767 ".\001\003\016:\v;\005\071\v'\031I\023 \v4\031\001\023", 0x7fb1584e577f ".", 0x7fb159f1ef98 "", 0x560bbd66f630 "", 0x560bbd66f628 "\350C\022Y\261\177", 0x7fb159f1efc0 "\360\357\361Y\261\177", 0x560bbd66ee68 "4WNX\261\177", 0x560bbd66f5e8 "", 0x560bbd66f5f0 "", 0x560bbd66f5f8 "\200\260\227\020\374\177", 0x560bbd66f600 "\223\002", 0x7fb159f1efa0 "", 0x7fb159f1efa8 "", 0x7fb159f1efb0 "", 0x7fb159f1efb8 "", 0x7fb159f1efc8 "\216Y'\275\vV", 0x0, 0x7fb159f1efd0 "\020\351y\275\vV", 0x560bbd27598e <fiber_initialize_coroutine> "\363\017\036\372UH\211\345SH\203\354hH\211}\310H\211u\300dH\213\004%(", 0x0, 0x0, 0x0, 0x560bbd275940 <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>, 0x560bbd66efa0 "P\366f\275\vV", 0x560bbd66f240 "\220\362f\275\vV", 0x7fb173e52cb5 <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", 0x560bbd66efa0 "P\366f\275\vV", 0x560bbd66f090 "", 0x560bbd66f240 "\220\362f\275\vV", 0x7fb173f60994 <_Unwind_Backtrace+212> "\205\300\017\204d\377\377\377A\277\003", 0x560bbd66f650 "\350C\022Y\261\177", 0x560bbd66f648 "", 0x560bbd66f658 "2"...}}
i = 0
j = 307
shstr = 0x7fb15909e90b ""
ehdr = 0x7fb15763d000
shdr = 0x7fb15909eb00
shstr_shdr = 0x7fb15909f680
gnu_debuglink_shdr = 0x0
note_gnu_build_id = 0x7fb15909ebc0
fd = 5
filesize = 27666112
file = 0x7fb15763d000 "\177ELF\002\001\001"
symtab_shdr = 0x7fb15909f600
strtab_shdr = 0x7fb15909f640
dynsym_shdr = 0x7fb15909ec80
dynstr_shdr = 0x7fb15909ecc0
obj = 0x560bbded4110
dladdr_fbase = 94608413704192
#4 0x0000560bbd1e41ac in rb_dump_backtrace_with_lines (num_traces=58, traces=0x560bbd4de940 <trace>, errout=0x7fb173f396a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/addr2line.c:2624
addr = 140399695097520
i = 0
lines = 0x560bbded3090
obj = 0x560bbded4110
dladdr_fbases = 0x560bbded3f20
main_path = 0x560bbd66f1a0 "/tmp/ruby/build/trunk-O0/ruby"
len = 29
#5 0x0000560bbd0bb3a3 in rb_print_backtrace (errout=0x7fb173f396a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:822
trace = {0x560bbd0bb388 <rb_print_backtrace+36>, 0x560bbd0bbaab <rb_vm_bugreport+656>, 0x560bbd29ffcd <rb_bug_for_fatal_signal+327>, 0x560bbd001f9f <sigill>, 0x7fb173d61520 <__restore_rt>, 0x560bbd010571 <RB_FL_TEST_RAW+16>, 0x560bbd0105e1 <RB_FL_TEST+103>, 0x560bbd014dcd <rb_str_free+49>, 0x560bbcea9427 <obj_free+874>, 0x560bbcead3a3 <gc_sweep_plane+206>, 0x560bbcead719 <gc_sweep_page+551>, 0x560bbceae098 <gc_sweep_step+153>, 0x560bbceae355 <gc_sweep_continue+110>, 0x560bbcea6ff0 <gc_continue+165>, 0x560bbcea704b <heap_prepare+47>, 0x560bbcea7529 <heap_next_free_page+59>, 0x560bbcea77c8 <newobj_alloc+307>, 0x560bbcea7ce6 <newobj_of0+192>, 0x560bbcea7d9b <newobj_of+65>, 0x560bbcea7e56 <rb_wb_protected_newobj_of+81>, 0x560bbd013065 <str_alloc_embed+69>, 0x560bbd0131a2 <str_new0+136>, 0x560bbd016c15 <rb_str_plus+276>, 0x560bbd08ae47 <ractor_safe_call_cfunc_1+58>, 0x560bbd08ba10 <vm_call_cfunc_with_frame_+541>, 0x560bbd08bbe5 <vm_call_cfunc_with_frame+121>, 0x560bbd091f8e <vm_sendish+502>, 0x560bbd09951f <vm_exec_core+14741>, 0x560bbd0aff09 <rb_vm_exec+320>, 0x560bbd0a468a <vm_call0_body+422>, 0x560bbd0a3eff <vm_call0_cc+430>, 0x560bbd0a5ae2 <rb_call0+538>, 0x560bbd0a682e <rb_call+89>, 0x560bbd0a75b9 <rb_funcall_with_block_kw+126>, 0x560bbd02d142 <rb_sym_proc_call+121>, 0x560bbd09001a <vm_yield_with_symbol+93>, 0x560bbd0ad002 <invoke_block_from_c_bh+1023>, 0x560bbd0ad116 <vm_yield_with_cref+90>, 0x560bbd0ad154 <vm_yield+56>, 0x560bbd0a7a56 <rb_yield_0+47>, 0x560bbd0a7abd <rb_yield+66>, 0x560bbd1eb216 <rb_ary_each+109>, 0x560bbd08ae0b <ractor_safe_call_cfunc_0+48>, 0x560bbd08ba10 <vm_call_cfunc_with_frame_+541>, 0x560bbd08bbe5 <vm_call_cfunc_with_frame+121>, 0x560bbd08bcfd <vm_call_cfunc_other+278>, 0x560bbd08c12c <vm_call_cfunc+302>, 0x560bbd08ec5b <vm_call_method_each_type+289>, 0x560bbd08f707 <vm_call_method+161>, 0x560bbd08f909 <vm_call_general+47>, 0x560bbd091f8e <vm_sendish+502>, 0x560bbd099376 <vm_exec_core+14316>, 0x560bbd0aff09 <rb_vm_exec+320>, 0x560bbd0acaf6 <invoke_block+216>, 0x560bbd0ad592 <vm_invoke_proc+911>, 0x560bbd0add36 <rb_vm_invoke_proc+170>, 0x560bbd27836a <rb_fiber_start+726>, 0x560bbd27598e <fiber_initialize_coroutine>, 0x0 <repeats 966 times>}
n = 58
#6 0x0000560bbd0bbaab in rb_vm_bugreport (ctx=0x560bbd66f5c0, errout=0x7fb173f396a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-O0/vm_dump.c:1151
cmd = 0x0
other_runtime_info = other_runtime_info
vm = 0x560bbd5dab10
ec = 0x560bbd79e740
#7 0x0000560bbd29ffcd in rb_bug_for_fatal_signal (default_sighandler=0x0, sig=11, ctx=0x560bbd66f5c0, fmt=0x560bbd3081cb "Segmentation fault at %p") at /tmp/ruby/src/trunk-O0/error.c:1065
pid = -1
out = 0x7fb173f396a0 <_IO_2_1_stderr_>
file = 0x7fb1595910d8 "-"
line = 10
#8 0x0000560bbd001f9f in sigsegv (sig=11, info=0x560bbd66f6f0, ctx=0x560bbd66f5c0) at /tmp/ruby/src/trunk-O0/signal.c:926
No locals.
#9 <signal handler called>
No locals.
#10 RB_FL_TEST_RAW (obj=140399680308200, flags=536870912) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:472
No locals.
#11 0x0000560bbd0105e1 in RB_FL_TEST (obj=140399680308200, flags=536870912) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:498
No locals.
#12 0x0000560bbd014dcd in rb_str_free (str=140399680308200) at /tmp/ruby/src/trunk-O0/string.c:1504
No locals.
#13 0x0000560bbcea9427 in obj_free (objspace=0x560bbd5dd470, obj=140399680308200) at /tmp/ruby/src/trunk-O0/gc.c:3604
__func__ = <optimized out>
#14 0x0000560bbcead3a3 in gc_sweep_plane (objspace=0x560bbd5dd470, heap=0x560bbd5dd4e0, p=140399680308200, bitset=16383, ctx=0x7fb159f1c360) at /tmp/ruby/src/trunk-O0/gc.c:5681
vp = 140399680308200
sweep_page = 0x560bbd909330
slot_size = 40
slot_bits = 1
__func__ = <optimized out>
#15 0x0000560bbcead719 in gc_sweep_page (objspace=0x560bbd5dd470, heap=0x560bbd5dd4e0, ctx=0x7fb159f1c360) at /tmp/ruby/src/trunk-O0/gc.c:5766
i = 6
sweep_page = 0x560bbd909330
__func__ = <optimized out>
p = 140399680306200
bits = 0x560bbd909440
bitset = 18446744073709551615
page_rvalue_count = 1637
out_of_range_bits = 37
bitmap_plane_count = 26
#16 0x0000560bbceae098 in gc_sweep_step (objspace=0x560bbd5dd470, size_pool=0x560bbd5dd490, heap=0x560bbd5dd4e0) at /tmp/ruby/src/trunk-O0/gc.c:6048
ctx = {page = 0x560bbd909330, final_slots = 0, freed_slots = 434, empty_slots = 0}
free_slots = 1638
sweep_page = 0x560bbd909330
unlink_limit = 3
swept_slots = 0
pooled_slots = 1638
#17 0x0000560bbceae355 in gc_sweep_continue (objspace=0x560bbd5dd470, sweep_size_pool=0x560bbd5dd490, heap=0x560bbd5dd4e0) at /tmp/ruby/src/trunk-O0/gc.c:6120
size_pool = 0x560bbd5dd490
i = 0
__func__ = <optimized out>
#18 0x0000560bbcea6ff0 in gc_continue (objspace=0x560bbd5dd470, size_pool=0x560bbd5dd490, heap=0x560bbd5dd4e0) at /tmp/ruby/src/trunk-O0/gc.c:2499
lock_lev = 32689
#19 0x0000560bbcea704b in heap_prepare (objspace=0x560bbd5dd470, size_pool=0x560bbd5dd490, heap=0x560bbd5dd4e0) at /tmp/ruby/src/trunk-O0/gc.c:2511
__func__ = <optimized out>
#20 0x0000560bbcea7529 in heap_next_free_page (objspace=0x560bbd5dd470, size_pool=0x560bbd5dd490, heap=0x560bbd5dd4e0) at /tmp/ruby/src/trunk-O0/gc.c:2726
page = 0x560bbd5de230
__func__ = <optimized out>
#21 0x0000560bbcea77c8 in newobj_alloc (objspace=0x560bbd5dd470, cr=0x560bbd5de230, size_pool_idx=0, vm_locked=true) at /tmp/ruby/src/trunk-O0/gc.c:2828
page = 0x1
lev = 1
unlock_vm = true
size_pool = 0x560bbd5dd490
heap = 0x560bbd5dd4e0
cache = 0x560bbd5de428
obj = 0
__func__ = <optimized out>
#22 0x0000560bbcea7ce6 in newobj_of0 (klass=140399703813200, flags=5, wb_protected=1, cr=0x560bbd5de230, alloc_size=30) at /tmp/ruby/src/trunk-O0/gc.c:2931
obj = 94608418152989
objspace = 0x560bbd5dd470
size_pool_idx = 0
i = <optimized out>
cnt = <optimized out>
#23 0x0000560bbcea7d9b in newobj_of (cr=0x560bbd5de230, klass=140399703813200, flags=5, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=30) at /tmp/ruby/src/trunk-O0/gc.c:2948
obj = 94608423511872
#24 0x0000560bbcea7e56 in rb_wb_protected_newobj_of (ec=0x560bbd79e740, klass=140399703813200, flags=5, size=30) at /tmp/ruby/src/trunk-O0/gc.c:2963
__func__ = <optimized out>
#25 0x0000560bbd013065 in str_alloc_embed (klass=140399703813200, capa=6) at /tmp/ruby/src/trunk-O0/string.c:835
size = 30
str = 0x5
#26 0x0000560bbd0131a2 in str_new0 (klass=140399703813200, ptr=0x0, len=5, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:871
str = 140399680487464
dtrace_line = <optimized out>
dtrace_file = <optimized out>
#27 0x0000560bbd016c15 in rb_str_plus (str1=140399680487480, str2=140399680487440) at /tmp/ruby/src/trunk-O0/string.c:2241
str3 = 1431634051
enc = 0x560bbd5f8e50
ptr1 = 0x7fb159150050 "@foo"
ptr2 = 0x7fb159150028 "2"
ptr3 = 0x0
len1 = 4
len2 = 1
termlen = 1
#28 0x0000560bbd08ae47 in ractor_safe_call_cfunc_1 (recv=140399680487480, argc=1, argv=0x7fb159f1f0c8, func=0x560bbd016b01 <rb_str_plus>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
f = 0x560bbd016b01 <rb_str_plus>
#29 0x0000560bbd08ba10 in vm_call_cfunc_with_frame_ (ec=0x560bbd79e740, reg_cfp=0x7fb159f3eeb0, calling=0x7fb159f1c920, argc=1, argv=0x7fb159f1f0c8, stack_bottom=0x7fb159f1f0c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0x2b00100003
cc = 0x7fb1591750b8
val = 140399680487440
me = 0x7fb159595a08
cfunc = 0x560bbd60e588
recv = 140399680487480
block_handler = 0
frame_type = 1431634051
len = 1
args = <optimized out>
args = <optimized out>
#30 0x0000560bbd08bbe5 in vm_call_cfunc_with_frame (ec=0x560bbd79e740, reg_cfp=0x7fb159f3eeb0, calling=0x7fb159f1c920) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 1
stack_bottom = 0x7fb159f1f0c0
argv = 0x7fb159f1f0c8
#31 0x0000560bbd091f8e in vm_sendish (ec=0x560bbd79e740, reg_cfp=0x7fb159f3eeb0, cd=0x560bbd777c80, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0x2b00100003
cc = 0x7fb1591750b8
argc = 1
recv = 140399680487480
calling = {cd = 0x560bbd777c80, cc = 0x7fb1591750b8, block_handler = 0, recv = 140399680487480, argc = 1, kw_splat = false, heap_argv = 0}
#32 0x0000560bbd09951f in vm_exec_core (ec=0x560bbd79e740) at ../../src/trunk-O0/insns.def:834
bh = 0
cd = 0x560bbd777c80
leaf = false
val = 140399680487440
reg_pc = 0x560bbd7769d8
reg_cfp = 0x7fb159f3eeb0
insns_address_table = {0x560bbd095bf6 <vm_exec_core+108>, 0x560bbd095c58 <vm_exec_core+206>, 0x560bbd095d6b <vm_exec_core+481>, 0x560bbd095e7f <vm_exec_core+757>, 0x560bbd09601d <vm_exec_core+1171>, 0x560bbd09614d <vm_exec_core+1475>, 0x560bbd09635f <vm_exec_core+2005>, 0x560bbd096471 <vm_exec_core+2279>, 0x560bbd09654a <vm_exec_core+2496>, 0x560bbd096651 <vm_exec_core+2759>, 0x560bbd096758 <vm_exec_core+3022>, 0x560bbd096866 <vm_exec_core+3292>, 0x560bbd096978 <vm_exec_core+3566>, 0x560bbd096a48 <vm_exec_core+3774>, 0x560bbd096b51 <vm_exec_core+4039>, 0x560bbd096c4b <vm_exec_core+4289>, 0x560bbd096d0e <vm_exec_core+4484>, 0x560bbd096dd1 <vm_exec_core+4679>, 0x560bbd096e5a <vm_exec_core+4816>, 0x560bbd096ee6 <vm_exec_core+4956>, 0x560bbd096f8c <vm_exec_core+5122>, 0x560bbd097064 <vm_exec_core+5338>, 0x560bbd097131 <vm_exec_core+5543>, 0x560bbd09720f <vm_exec_core+5765>, 0x560bbd0972d1 <vm_exec_core+5959>, 0x560bbd097410 <vm_exec_core+6278>, 0x560bbd0974b6 <vm_exec_core+6444>, 0x560bbd09759b <vm_exec_core+6673>, 0x560bbd0976ca <vm_exec_core+6976>, 0x560bbd09778d <vm_exec_core+7171>, 0x560bbd097850 <vm_exec_core+7366>, 0x560bbd097947 <vm_exec_core+7613>, 0x560bbd097a09 <vm_exec_core+7807>, 0x560bbd097ae8 <vm_exec_core+8030>, 0x560bbd097bb5 <vm_exec_core+8235>, 0x560bbd097cc5 <vm_exec_core+8507>, 0x560bbd097dbf <vm_exec_core+8757>, 0x560bbd097e3a <vm_exec_core+8880>, 0x560bbd097efb <vm_exec_core+9073>, 0x560bbd097fe9 <vm_exec_core+9311>, 0x560bbd098099 <vm_exec_core+9487>, 0x560bbd098218 <vm_exec_core+9870>, 0x560bbd0982f2 <vm_exec_core+10088>, 0x560bbd0983de <vm_exec_core+10324>, 0x560bbd09846f <vm_exec_core+10469>, 0x560bbd0985ca <vm_exec_core+10816>, 0x560bbd098b6c <vm_exec_core+12258>, 0x560bbd098c68 <vm_exec_core+12510>, 0x560bbd098d6b <vm_exec_core+12769>, 0x560bbd098e57 <vm_exec_core+13005>, 0x560bbd099070 <vm_exec_core+13542>, 0x560bbd099162 <vm_exec_core+13784>, 0x560bbd099268 <vm_exec_core+14046>, 0x560bbd099465 <vm_exec_core+14555>, 0x560bbd09960e <vm_exec_core+14980>, 0x560bbd099739 <vm_exec_core+15279>, 0x560bbd0998a5 <vm_exec_core+15643>, 0x560bbd0999d0 <vm_exec_core+15942>, 0x560bbd099b3c <vm_exec_core+16306>, 0x560bbd099d1e <vm_exec_core+16788>, 0x560bbd099f1b <vm_exec_core+17297>, 0x560bbd09a0c4 <vm_exec_core+17722>, 0x560bbd09a1e6 <vm_exec_core+18012>, 0x560bbd09a28d <vm_exec_core+18179>, 0x560bbd09a351 <vm_exec_core+18375>, 0x560bbd09a43a <vm_exec_core+18608>, 0x560bbd09a526 <vm_exec_core+18844>, 0x560bbd09a60f <vm_exec_core+19077>, 0x560bbd09a723 <vm_exec_core+19353>, 0x560bbd09a84a <vm_exec_core+19648>, 0x560bbd09a980 <vm_exec_core+19958>, 0x560bbd09aab6 <vm_exec_core+20268>, 0x560bbd09abec <vm_exec_core+20578>, 0x560bbd09ad22 <vm_exec_core+20888>, 0x560bbd09ae58 <vm_exec_core+21198>, 0x560bbd09af99 <vm_exec_core+21519>, 0x560bbd09b113 <vm_exec_core+21897>, 0x560bbd09b249 <vm_exec_core+22207>, 0x560bbd09b37f <vm_exec_core+22517>, 0x560bbd09b4b5 <vm_exec_core+22827>, 0x560bbd09b5eb <vm_exec_core+23137>, 0x560bbd09b721 <vm_exec_core+23447>, 0x560bbd09b857 <vm_exec_core+23757>, 0x560bbd09b98d <vm_exec_core+24067>, 0x560bbd09bac3 <vm_exec_core+24377>, 0x560bbd09bc12 <vm_exec_core+24712>, 0x560bbd09bdcc <vm_exec_core+25154>, 0x560bbd09bf4a <vm_exec_core+25536>, 0x560bbd09c069 <vm_exec_core+25823>, 0x560bbd09c188 <vm_exec_core+26110>, 0x560bbd09c2a2 <vm_exec_core+26392>, 0x560bbd09c3bc <vm_exec_core+26674>, 0x560bbd09c4e7 <vm_exec_core+26973>, 0x560bbd09c61d <vm_exec_core+27283>, 0x560bbd09c708 <vm_exec_core+27518>, 0x560bbd09c80d <vm_exec_core+27779>, 0x560bbd09c955 <vm_exec_core+28107>, 0x560bbd09ca44 <vm_exec_core+28346>, 0x560bbd09cb1e <vm_exec_core+28564>, 0x560bbd09cbf3 <vm_exec_core+28777>, 0x560bbd09ccce <vm_exec_core+28996>, 0x560bbd09cd4a <vm_exec_core+29120>, 0x560bbd09cdc6 <vm_exec_core+29244>, 0x560bbd09cde4 <vm_exec_core+29274>, 0x560bbd09ce02 <vm_exec_core+29304>, 0x560bbd09ce20 <vm_exec_core+29334>, 0x560bbd09ce3e <vm_exec_core+29364>, 0x560bbd09ce5c <vm_exec_core+29394>, 0x560bbd09ce7a <vm_exec_core+29424>, 0x560bbd09ce98 <vm_exec_core+29454>, 0x560bbd09ceb6 <vm_exec_core+29484>, 0x560bbd09ced4 <vm_exec_core+29514>, 0x560bbd09cef2 <vm_exec_core+29544>, 0x560bbd09cf10 <vm_exec_core+29574>, 0x560bbd09cf2e <vm_exec_core+29604>, 0x560bbd09cf4c <vm_exec_core+29634>, 0x560bbd09cf6a <vm_exec_core+29664>, 0x560bbd09cf88 <vm_exec_core+29694>, 0x560bbd09cfa6 <vm_exec_core+29724>, 0x560bbd09cfc4 <vm_exec_core+29754>, 0x560bbd09cfe2 <vm_exec_core+29784>, 0x560bbd09d000 <vm_exec_core+29814>, 0x560bbd09d01e <vm_exec_core+29844>, 0x560bbd09d03c <vm_exec_core+29874>, 0x560bbd09d05a <vm_exec_core+29904>, 0x560bbd09d078 <vm_exec_core+29934>, 0x560bbd09d096 <vm_exec_core+29964>, 0x560bbd09d0b4 <vm_exec_core+29994>, 0x560bbd09d0d2 <vm_exec_core+30024>, 0x560bbd09d0f0 <vm_exec_core+30054>, 0x560bbd09d10e <vm_exec_core+30084>, 0x560bbd09d12c <vm_exec_core+30114>, 0x560bbd09d14a <vm_exec_core+30144>, 0x560bbd09d168 <vm_exec_core+30174>, 0x560bbd09d186 <vm_exec_core+30204>, 0x560bbd09d1a4 <vm_exec_core+30234>, 0x560bbd09d1c2 <vm_exec_core+30264>, 0x560bbd09d1e0 <vm_exec_core+30294>, 0x560bbd09d1fe <vm_exec_core+30324>, 0x560bbd09d21c <vm_exec_core+30354>, 0x560bbd09d23a <vm_exec_core+30384>, 0x560bbd09d258 <vm_exec_core+30414>, 0x560bbd09d276 <vm_exec_core+30444>, 0x560bbd09d294 <vm_exec_core+30474>, 0x560bbd09d2b2 <vm_exec_core+30504>, 0x560bbd09d2d0 <vm_exec_core+30534>, 0x560bbd09d2ee <vm_exec_core+30564>, 0x560bbd09d30c <vm_exec_core+30594>, 0x560bbd09d32a <vm_exec_core+30624>, 0x560bbd09d348 <vm_exec_core+30654>, 0x560bbd09d366 <vm_exec_core+30684>, 0x560bbd09d384 <vm_exec_core+30714>, 0x560bbd09d3a2 <vm_exec_core+30744>, 0x560bbd09d3c0 <vm_exec_core+30774>, 0x560bbd09d3de <vm_exec_core+30804>, 0x560bbd09d3fc <vm_exec_core+30834>, 0x560bbd09d41a <vm_exec_core+30864>, 0x560bbd09d438 <vm_exec_core+30894>, 0x560bbd09d456 <vm_exec_core+30924>, 0x560bbd09d474 <vm_exec_core+30954>, 0x560bbd09d492 <vm_exec_core+30984>, 0x560bbd09d4b0 <vm_exec_core+31014>, 0x560bbd09d4ce <vm_exec_core+31044>, 0x560bbd09d4ec <vm_exec_core+31074>, 0x560bbd09d50a <vm_exec_core+31104>, 0x560bbd09d528 <vm_exec_core+31134>, 0x560bbd09d546 <vm_exec_core+31164>, 0x560bbd09d564 <vm_exec_core+31194>, 0x560bbd09d582 <vm_exec_core+31224>, 0x560bbd09d5a0 <vm_exec_core+31254>, 0x560bbd09d5be <vm_exec_core+31284>, 0x560bbd09d5dc <vm_exec_core+31314>, 0x560bbd09d5fa <vm_exec_core+31344>, 0x560bbd09d618 <vm_exec_core+31374>, 0x560bbd09d636 <vm_exec_core+31404>, 0x560bbd09d654 <vm_exec_core+31434>, 0x560bbd09d672 <vm_exec_core+31464>, 0x560bbd09d690 <vm_exec_core+31494>, 0x560bbd09d6c1 <vm_exec_core+31543>, 0x560bbd09d6df <vm_exec_core+31573>, 0x560bbd09d6fd <vm_exec_core+31603>, 0x560bbd09d71b <vm_exec_core+31633>, 0x560bbd09d739 <vm_exec_core+31663>, 0x560bbd09d757 <vm_exec_core+31693>, 0x560bbd09d775 <vm_exec_core+31723>, 0x560bbd09d793 <vm_exec_core+31753>, 0x560bbd09d7b1 <vm_exec_core+31783>, 0x560bbd09d7cf <vm_exec_core+31813>, 0x560bbd09d7ed <vm_exec_core+31843>, 0x560bbd09d80b <vm_exec_core+31873>, 0x560bbd09d829 <vm_exec_core+31903>, 0x560bbd09d847 <vm_exec_core+31933>, 0x560bbd09d865 <vm_exec_core+31963>, 0x560bbd09d883 <vm_exec_core+31993>, 0x560bbd09d8a1 <vm_exec_core+32023>, 0x560bbd09d8bf <vm_exec_core+32053>, 0x560bbd09d8dd <vm_exec_core+32083>, 0x560bbd09d8fb <vm_exec_core+32113>, 0x560bbd09d919 <vm_exec_core+32143>, 0x560bbd09d937 <vm_exec_core+32173>...}
#33 0x0000560bbd0aff09 in rb_vm_exec (ec=0x560bbd79e740) at /tmp/ruby/src/trunk-O0/vm.c:2487
_ec = 0x560bbd79e740
_tag = {tag = 36, retval = 4, buf = {0x7fb159f1d600, 0x560bbd0afe87 <rb_vm_exec+190>, 0x0, 0x7fb159f1d550, 0x7fb159f1d5d0}, prev = 0x7fb159f1ec40, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#34 0x0000560bbd0a468a in vm_call0_body (ec=0x560bbd79e740, calling=0x7fb159f1d7a0, argv=0x7fb159f1db60) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
reg_cfp = 0x7fb159f3ef58
i = 0
ci = 0x7fb159f1d770
cc = 0x7fb159175180
ret = 36
#35 0x0000560bbd0a3eff in vm_call0_cc (ec=0x560bbd79e740, recv=140399680863000, id=50385, argc=0, argv=0x7fb159f1db60, cc=0x7fb159175180, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
flags = 0
use_argv = 0x7fb159f1db60
av = {94608414142436, 94608423511872}
calling = {cd = 0x7fb159f1d760, cc = 0x7fb159175180, block_handler = 0, recv = 140399680863000, argc = 0, kw_splat = false, heap_argv = 0}
#36 0x0000560bbd0a5ae2 in rb_call0 (ec=0x560bbd79e740, recv=140399680863000, mid=50385, argc=0, argv=0x7fb159f1db60, call_scope=CALL_PUBLIC, self=140399703685800) at /tmp/ruby/src/trunk-O0/vm_eval.c:573
call_status = MISSING_NONE
scope = CALL_PUBLIC
kw_splat = 0
cc = 0x7fb159175180
#37 0x0000560bbd0a682e in rb_call (recv=140399680863000, mid=50385, argc=0, argv=0x7fb159f1db60, scope=CALL_PUBLIC) at /tmp/ruby/src/trunk-O0/vm_eval.c:899
ec = 0x560bbd79e740
#38 0x0000560bbd0a75b9 in rb_funcall_with_block_kw (recv=140399680863000, mid=50385, argc=0, argv=0x7fb159f1db60, passed_procval=4, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:1214
No locals.
#39 0x0000560bbd02d142 in rb_sym_proc_call (mid=50385, argc=1, argv=0x7fb159f1db58, kw_splat=0, passed_proc=4) at /tmp/ruby/src/trunk-O0/string.c:11703
obj = 140399680863000
#40 0x0000560bbd09001a in vm_yield_with_symbol (ec=0x560bbd79e740, symbol=12898572, argc=1, argv=0x7fb159f1db58, kw_splat=0, block_handler=0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4800
No locals.
#41 0x0000560bbd0ad002 in invoke_block_from_c_bh (ec=0x560bbd79e740, block_handler=12898572, argc=1, argv=0x7fb159f1db58, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1607
No locals.
#42 0x0000560bbd0ad116 in vm_yield_with_cref (ec=0x560bbd79e740, argc=1, argv=0x7fb159f1db58, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1635
No locals.
#43 0x0000560bbd0ad154 in vm_yield (ec=0x560bbd79e740, argc=1, argv=0x7fb159f1db58, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1643
No locals.
#44 0x0000560bbd0a7a56 in rb_yield_0 (argc=1, argv=0x7fb159f1db58) at /tmp/ruby/src/trunk-O0/vm_eval.c:1366
No locals.
#45 0x0000560bbd0a7abd in rb_yield (val=140399680863000) at /tmp/ruby/src/trunk-O0/vm_eval.c:1382
No locals.
#46 0x0000560bbd1eb216 in rb_ary_each (ary=140399703685800) at /tmp/ruby/src/trunk-O0/array.c:2538
i = 44413
#47 0x0000560bbd08ae0b in ractor_safe_call_cfunc_0 (recv=140399703685800, argc=0, argv=0x7fb159f1f038, func=0x560bbd1eb1a9 <rb_ary_each>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3308
f = 0x560bbd1eb1a9 <rb_ary_each>
#48 0x0000560bbd08ba10 in vm_call_cfunc_with_frame_ (ec=0x560bbd79e740, reg_cfp=0x7fb159f3ef90, calling=0x7fb159f1dfe0, argc=0, argv=0x7fb159f1f038, stack_bottom=0x7fb159f1f030) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
ci = 0xbe100020001
cc = 0x7fb1591751a8
val = 48
me = 0x7fb15959fee0
cfunc = 0x560bbd62e208
recv = 140399703685800
block_handler = 12898572
frame_type = 1431634051
len = 0
args = <optimized out>
args = <optimized out>
#49 0x0000560bbd08bbe5 in vm_call_cfunc_with_frame (ec=0x560bbd79e740, reg_cfp=0x7fb159f3ef90, calling=0x7fb159f1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
argc = 0
stack_bottom = 0x7fb159f1f030
argv = 0x7fb159f1f038
#50 0x0000560bbd08bcfd in vm_call_cfunc_other (ec=0x560bbd79e740, reg_cfp=0x7fb159f3ef90, calling=0x7fb159f1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
ci = 0xbe100020001
argv_ary = 0
#51 0x0000560bbd08c12c in vm_call_cfunc (ec=0x560bbd79e740, reg_cfp=0x7fb159f3ef90, calling=0x7fb159f1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
ci = 0xbe100020001
#52 0x0000560bbd08ec5b in vm_call_method_each_type (ec=0x560bbd79e740, cfp=0x7fb159f3ef90, calling=0x7fb159f1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
aset_mask = 1994
ivar_mask = 1509023248
ci = 0xbe100020001
cc = 0x7fb1591751a8
cme = 0x7fb15959fee0
v = 94608425814200
#53 0x0000560bbd08f707 in vm_call_method (ec=0x560bbd79e740, cfp=0x7fb159f3ef90, calling=0x7fb159f1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
ci = 0xbe100020001
cc = 0x7fb1591751a8
#54 0x0000560bbd08f909 in vm_call_general (ec=0x560bbd79e740, reg_cfp=0x7fb159f3ef90, calling=0x7fb159f1dfe0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#55 0x0000560bbd091f8e in vm_sendish (ec=0x560bbd79e740, reg_cfp=0x7fb159f3ef90, cd=0x560bbd778100, block_handler=12898572, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
val = 36
ci = 0xbe100020001
cc = 0x7fb1591751a8
argc = 0
recv = 140399703685800
calling = {cd = 0x560bbd778100, cc = 0x7fb1591751a8, block_handler = 12898572, recv = 140399703685800, argc = 0, kw_splat = false, heap_argv = 0}
#56 0x0000560bbd099376 in vm_exec_core (ec=0x560bbd79e740) at ../../src/trunk-O0/insns.def:814
bh = 12898572
cd = 0x560bbd778100
blockiseq = 0x0
leaf = false
val = 140399703685800
reg_pc = 0x560bbd76f8f0
reg_cfp = 0x7fb159f3ef90
insns_address_table = {0x560bbd095bf6 <vm_exec_core+108>, 0x560bbd095c58 <vm_exec_core+206>, 0x560bbd095d6b <vm_exec_core+481>, 0x560bbd095e7f <vm_exec_core+757>, 0x560bbd09601d <vm_exec_core+1171>, 0x560bbd09614d <vm_exec_core+1475>, 0x560bbd09635f <vm_exec_core+2005>, 0x560bbd096471 <vm_exec_core+2279>, 0x560bbd09654a <vm_exec_core+2496>, 0x560bbd096651 <vm_exec_core+2759>, 0x560bbd096758 <vm_exec_core+3022>, 0x560bbd096866 <vm_exec_core+3292>, 0x560bbd096978 <vm_exec_core+3566>, 0x560bbd096a48 <vm_exec_core+3774>, 0x560bbd096b51 <vm_exec_core+4039>, 0x560bbd096c4b <vm_exec_core+4289>, 0x560bbd096d0e <vm_exec_core+4484>, 0x560bbd096dd1 <vm_exec_core+4679>, 0x560bbd096e5a <vm_exec_core+4816>, 0x560bbd096ee6 <vm_exec_core+4956>, 0x560bbd096f8c <vm_exec_core+5122>, 0x560bbd097064 <vm_exec_core+5338>, 0x560bbd097131 <vm_exec_core+5543>, 0x560bbd09720f <vm_exec_core+5765>, 0x560bbd0972d1 <vm_exec_core+5959>, 0x560bbd097410 <vm_exec_core+6278>, 0x560bbd0974b6 <vm_exec_core+6444>, 0x560bbd09759b <vm_exec_core+6673>, 0x560bbd0976ca <vm_exec_core+6976>, 0x560bbd09778d <vm_exec_core+7171>, 0x560bbd097850 <vm_exec_core+7366>, 0x560bbd097947 <vm_exec_core+7613>, 0x560bbd097a09 <vm_exec_core+7807>, 0x560bbd097ae8 <vm_exec_core+8030>, 0x560bbd097bb5 <vm_exec_core+8235>, 0x560bbd097cc5 <vm_exec_core+8507>, 0x560bbd097dbf <vm_exec_core+8757>, 0x560bbd097e3a <vm_exec_core+8880>, 0x560bbd097efb <vm_exec_core+9073>, 0x560bbd097fe9 <vm_exec_core+9311>, 0x560bbd098099 <vm_exec_core+9487>, 0x560bbd098218 <vm_exec_core+9870>, 0x560bbd0982f2 <vm_exec_core+10088>, 0x560bbd0983de <vm_exec_core+10324>, 0x560bbd09846f <vm_exec_core+10469>, 0x560bbd0985ca <vm_exec_core+10816>, 0x560bbd098b6c <vm_exec_core+12258>, 0x560bbd098c68 <vm_exec_core+12510>, 0x560bbd098d6b <vm_exec_core+12769>, 0x560bbd098e57 <vm_exec_core+13005>, 0x560bbd099070 <vm_exec_core+13542>, 0x560bbd099162 <vm_exec_core+13784>, 0x560bbd099268 <vm_exec_core+14046>, 0x560bbd099465 <vm_exec_core+14555>, 0x560bbd09960e <vm_exec_core+14980>, 0x560bbd099739 <vm_exec_core+15279>, 0x560bbd0998a5 <vm_exec_core+15643>, 0x560bbd0999d0 <vm_exec_core+15942>, 0x560bbd099b3c <vm_exec_core+16306>, 0x560bbd099d1e <vm_exec_core+16788>, 0x560bbd099f1b <vm_exec_core+17297>, 0x560bbd09a0c4 <vm_exec_core+17722>, 0x560bbd09a1e6 <vm_exec_core+18012>, 0x560bbd09a28d <vm_exec_core+18179>, 0x560bbd09a351 <vm_exec_core+18375>, 0x560bbd09a43a <vm_exec_core+18608>, 0x560bbd09a526 <vm_exec_core+18844>, 0x560bbd09a60f <vm_exec_core+19077>, 0x560bbd09a723 <vm_exec_core+19353>, 0x560bbd09a84a <vm_exec_core+19648>, 0x560bbd09a980 <vm_exec_core+19958>, 0x560bbd09aab6 <vm_exec_core+20268>, 0x560bbd09abec <vm_exec_core+20578>, 0x560bbd09ad22 <vm_exec_core+20888>, 0x560bbd09ae58 <vm_exec_core+21198>, 0x560bbd09af99 <vm_exec_core+21519>, 0x560bbd09b113 <vm_exec_core+21897>, 0x560bbd09b249 <vm_exec_core+22207>, 0x560bbd09b37f <vm_exec_core+22517>, 0x560bbd09b4b5 <vm_exec_core+22827>, 0x560bbd09b5eb <vm_exec_core+23137>, 0x560bbd09b721 <vm_exec_core+23447>, 0x560bbd09b857 <vm_exec_core+23757>, 0x560bbd09b98d <vm_exec_core+24067>, 0x560bbd09bac3 <vm_exec_core+24377>, 0x560bbd09bc12 <vm_exec_core+24712>, 0x560bbd09bdcc <vm_exec_core+25154>, 0x560bbd09bf4a <vm_exec_core+25536>, 0x560bbd09c069 <vm_exec_core+25823>, 0x560bbd09c188 <vm_exec_core+26110>, 0x560bbd09c2a2 <vm_exec_core+26392>, 0x560bbd09c3bc <vm_exec_core+26674>, 0x560bbd09c4e7 <vm_exec_core+26973>, 0x560bbd09c61d <vm_exec_core+27283>, 0x560bbd09c708 <vm_exec_core+27518>, 0x560bbd09c80d <vm_exec_core+27779>, 0x560bbd09c955 <vm_exec_core+28107>, 0x560bbd09ca44 <vm_exec_core+28346>, 0x560bbd09cb1e <vm_exec_core+28564>, 0x560bbd09cbf3 <vm_exec_core+28777>, 0x560bbd09ccce <vm_exec_core+28996>, 0x560bbd09cd4a <vm_exec_core+29120>, 0x560bbd09cdc6 <vm_exec_core+29244>, 0x560bbd09cde4 <vm_exec_core+29274>, 0x560bbd09ce02 <vm_exec_core+29304>, 0x560bbd09ce20 <vm_exec_core+29334>, 0x560bbd09ce3e <vm_exec_core+29364>, 0x560bbd09ce5c <vm_exec_core+29394>, 0x560bbd09ce7a <vm_exec_core+29424>, 0x560bbd09ce98 <vm_exec_core+29454>, 0x560bbd09ceb6 <vm_exec_core+29484>, 0x560bbd09ced4 <vm_exec_core+29514>, 0x560bbd09cef2 <vm_exec_core+29544>, 0x560bbd09cf10 <vm_exec_core+29574>, 0x560bbd09cf2e <vm_exec_core+29604>, 0x560bbd09cf4c <vm_exec_core+29634>, 0x560bbd09cf6a <vm_exec_core+29664>, 0x560bbd09cf88 <vm_exec_core+29694>, 0x560bbd09cfa6 <vm_exec_core+29724>, 0x560bbd09cfc4 <vm_exec_core+29754>, 0x560bbd09cfe2 <vm_exec_core+29784>, 0x560bbd09d000 <vm_exec_core+29814>, 0x560bbd09d01e <vm_exec_core+29844>, 0x560bbd09d03c <vm_exec_core+29874>, 0x560bbd09d05a <vm_exec_core+29904>, 0x560bbd09d078 <vm_exec_core+29934>, 0x560bbd09d096 <vm_exec_core+29964>, 0x560bbd09d0b4 <vm_exec_core+29994>, 0x560bbd09d0d2 <vm_exec_core+30024>, 0x560bbd09d0f0 <vm_exec_core+30054>, 0x560bbd09d10e <vm_exec_core+30084>, 0x560bbd09d12c <vm_exec_core+30114>, 0x560bbd09d14a <vm_exec_core+30144>, 0x560bbd09d168 <vm_exec_core+30174>, 0x560bbd09d186 <vm_exec_core+30204>, 0x560bbd09d1a4 <vm_exec_core+30234>, 0x560bbd09d1c2 <vm_exec_core+30264>, 0x560bbd09d1e0 <vm_exec_core+30294>, 0x560bbd09d1fe <vm_exec_core+30324>, 0x560bbd09d21c <vm_exec_core+30354>, 0x560bbd09d23a <vm_exec_core+30384>, 0x560bbd09d258 <vm_exec_core+30414>, 0x560bbd09d276 <vm_exec_core+30444>, 0x560bbd09d294 <vm_exec_core+30474>, 0x560bbd09d2b2 <vm_exec_core+30504>, 0x560bbd09d2d0 <vm_exec_core+30534>, 0x560bbd09d2ee <vm_exec_core+30564>, 0x560bbd09d30c <vm_exec_core+30594>, 0x560bbd09d32a <vm_exec_core+30624>, 0x560bbd09d348 <vm_exec_core+30654>, 0x560bbd09d366 <vm_exec_core+30684>, 0x560bbd09d384 <vm_exec_core+30714>, 0x560bbd09d3a2 <vm_exec_core+30744>, 0x560bbd09d3c0 <vm_exec_core+30774>, 0x560bbd09d3de <vm_exec_core+30804>, 0x560bbd09d3fc <vm_exec_core+30834>, 0x560bbd09d41a <vm_exec_core+30864>, 0x560bbd09d438 <vm_exec_core+30894>, 0x560bbd09d456 <vm_exec_core+30924>, 0x560bbd09d474 <vm_exec_core+30954>, 0x560bbd09d492 <vm_exec_core+30984>, 0x560bbd09d4b0 <vm_exec_core+31014>, 0x560bbd09d4ce <vm_exec_core+31044>, 0x560bbd09d4ec <vm_exec_core+31074>, 0x560bbd09d50a <vm_exec_core+31104>, 0x560bbd09d528 <vm_exec_core+31134>, 0x560bbd09d546 <vm_exec_core+31164>, 0x560bbd09d564 <vm_exec_core+31194>, 0x560bbd09d582 <vm_exec_core+31224>, 0x560bbd09d5a0 <vm_exec_core+31254>, 0x560bbd09d5be <vm_exec_core+31284>, 0x560bbd09d5dc <vm_exec_core+31314>, 0x560bbd09d5fa <vm_exec_core+31344>, 0x560bbd09d618 <vm_exec_core+31374>, 0x560bbd09d636 <vm_exec_core+31404>, 0x560bbd09d654 <vm_exec_core+31434>, 0x560bbd09d672 <vm_exec_core+31464>, 0x560bbd09d690 <vm_exec_core+31494>, 0x560bbd09d6c1 <vm_exec_core+31543>, 0x560bbd09d6df <vm_exec_core+31573>, 0x560bbd09d6fd <vm_exec_core+31603>, 0x560bbd09d71b <vm_exec_core+31633>, 0x560bbd09d739 <vm_exec_core+31663>, 0x560bbd09d757 <vm_exec_core+31693>, 0x560bbd09d775 <vm_exec_core+31723>, 0x560bbd09d793 <vm_exec_core+31753>, 0x560bbd09d7b1 <vm_exec_core+31783>, 0x560bbd09d7cf <vm_exec_core+31813>, 0x560bbd09d7ed <vm_exec_core+31843>, 0x560bbd09d80b <vm_exec_core+31873>, 0x560bbd09d829 <vm_exec_core+31903>, 0x560bbd09d847 <vm_exec_core+31933>, 0x560bbd09d865 <vm_exec_core+31963>, 0x560bbd09d883 <vm_exec_core+31993>, 0x560bbd09d8a1 <vm_exec_core+32023>, 0x560bbd09d8bf <vm_exec_core+32053>, 0x560bbd09d8dd <vm_exec_core+32083>, 0x560bbd09d8fb <vm_exec_core+32113>, 0x560bbd09d919 <vm_exec_core+32143>, 0x560bbd09d937 <vm_exec_core+32173>...}
#57 0x0000560bbd0aff09 in rb_vm_exec (ec=0x560bbd79e740) at /tmp/ruby/src/trunk-O0/vm.c:2487
_ec = 0x560bbd79e740
_tag = {tag = 36, retval = 4, buf = {0x7fb159f1ecc0, 0x560bbd0afe87 <rb_vm_exec+190>, 0x0, 0x7fb159f1ec10, 0x0}, prev = 0x7fb159f1ef40, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
result = 36
#58 0x0000560bbd0acaf6 in invoke_block (ec=0x560bbd79e740, iseq=0x7fb15957a190, self=140400127954400, captured=0x560bbd7d8fe0, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1510
arg_size = 0
#59 0x0000560bbd0ad592 in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fb159f1ef08, argc=0, self=140400127954400, captured=0x560bbd7d8fe0, ec=0x560bbd79e740) at /tmp/ruby/src/trunk-O0/vm.c:1580
iseq = 0x7fb15957a190
opt_pc = 0
type = 572653569
cfp = 0x7fb159f3efc8
sp = 0x7fb159f1f018
flags = 0
use_argv = 0x7fb159f1ef08
av = {94608422218112, 0}
stack_argv = 0x7fb159f1f018
#60 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7fb159f1ef08, argc=0, self=140400127954400, proc=0x560bbd7d8fe0, ec=0x560bbd79e740) at /tmp/ruby/src/trunk-O0/vm.c:1678
block = 0x560bbd7d8fe0
#61 vm_invoke_proc (ec=0x560bbd79e740, proc=0x560bbd7d8fe0, self=140400127954400, argc=0, argv=0x7fb159f1ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1708
No locals.
#62 0x0000560bbd0add36 in rb_vm_invoke_proc (ec=0x560bbd79e740, proc=0x560bbd7d8fe0, argc=0, argv=0x7fb159f1ef08, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1729
self = 140400127954400
#63 0x0000560bbd27836a in rb_fiber_start (fiber=0x560bbd79e6f0) at /tmp/ruby/src/trunk-O0/cont.c:2536
cont = 0x560bbd79e6f0
argc = 0
argv = 0x7fb159f1ef08
args = 4
_ec = 0x560bbd79e740
_tag = {tag = 36, retval = 0, buf = {0x7fb159f1efc0, 0x560bbd278183 <rb_fiber_start+239>, 0x0, 0x7fb159f1eee0, 0x7fb159f1efa0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
th = 0x560bbd5dd090
proc = 0x560bbd7d8fe0
state = RUBY_TAG_NONE
need_interrupt = 0
err = 0
#64 0x0000560bbd27598e in fiber_entry (from=0x560bbd5de6b0, to=0x560bbd79e910) at /tmp/ruby/src/trunk-O0/cont.c:847
fiber = 0x560bbd79e6f0
thread = 0x560bbd5dd090
#65 0x0000000000000000 in ?? ()
No symbol table info available.
>>> Dump Ruby level backtrace (if possible)