# Logfile created on 2022-11-27 18:32:43 +0000 by logger.rb/v1.4.2
#<BuildRuby:0x00005613d452e610 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/v3/src", @BUILD_DIR="/tmp/ruby/v3/build", @INSTALL_DIR="/tmp/ruby/v3/install", @TARGET_NAME="trunk-gc-asserts", @TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-gc-asserts", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-gc-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-gc-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2\"", @btest_opts="-j6", @test_opts="TESTS='-j6'", @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=21600, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20221127-183243", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]], @make="make", @logger=#<Logger:0x00005613d4304218 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005613d4303f98 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005613d4303188 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20221127-183243", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20221127-183243>, @binmode=false, @mon_data=#<Monitor:0x00005613d4302a30>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  DEFS="-DRGENGC_CHECK_MODE=2"
Downloading Unicode 14.0.0 data and property files...
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/Scripts.txt already exists
Downloading Unicode 14.0.0 auxiliary files...
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
Downloading Unicode UCD emoji 14.0 files...
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/emoji/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/14.0.0/ucd/emoji/emoji-variation-sequences.txt already exists
Downloading Unicode emoji 14.0 files...
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/emoji/14.0/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/emoji/14.0/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/data/emoji/14.0/emoji-zwj-sequences.txt already exists
$$$[end] "make update-unicode  DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2"
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRGENGC_CHECK_MODE=2"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRGENGC_CHECK_MODE=2"
From https://github.com/ruby/ruby
   d055c44..21977b9  master     -> origin/master
Updating d055c44..21977b9
Fast-forward
 lib/rdoc/generator/markup.rb                       |   2 +-
 .../darkfish/_sidebar_table_of_contents.rhtml      |  29 ++-
 lib/rdoc/generator/template/darkfish/class.rhtml   |  42 ++--
 lib/rdoc/markup/attribute_manager.rb               |  33 +++-
 lib/rdoc/markup/parser.rb                          | 214 +++++++++++----------
 lib/rdoc/markup/to_rdoc.rb                         |  23 +--
 lib/rdoc/parser.rb                                 |  17 ++
 lib/rdoc/parser/c.rb                               |  17 --
 lib/rdoc/parser/ruby.rb                            |  10 +-
 test/rdoc/test_rdoc_generator_darkfish.rb          |  25 +++
 test/rdoc/test_rdoc_markup_parser.rb               |  21 +-
 11 files changed, 235 insertions(+), 198 deletions(-)
Current branch master is up to date.
Latest commit hash = 21977b95e2
$$$[end] "make update-src      DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRGENGC_CHECK_MODE=2"
/tmp/ruby/v3/src/trunk-gc-asserts/revision.h updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
rm -rf .bundle/gems/rbs-2.8.0/
Copying rbs@5509ff13117d94d11e6e09d5026676cd79d6edc4 to rbs-2.8.0
From https://github.com/ruby/rbs
 * branch              5509ff13117d94d11e6e09d5026676cd79d6edc4 -> FETCH_HEAD
HEAD is now at 5509ff13 Merge pull request #1159 from ruby/skip-bundler-tests
Copied gems/src/rbs
$$$[end] "make after-update    DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-gc-asserts/include -I/tmp/ruby/v3/src/trunk-gc-asserts -I/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/14.0.0 
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/v3/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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/v3/src/trunk-gc-asserts/version.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-gc-asserts/include -I/tmp/ruby/v3/src/trunk-gc-asserts -I/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/14.0.0 
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/v3/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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/v3/src/trunk-gc-asserts/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-gc-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.2.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-gc-asserts/include -I/tmp/ruby/v3/src/trunk-gc-asserts -I/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/14.0.0 
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/v3/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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 x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/debug-1.6.3/ext/debug'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/debug-1.6.3/ext/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.7.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.7.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension'
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/constants.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/lexer.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/location.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/main.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/parser.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-gc-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
building rb_mjit_header.h
rb_mjit_header.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-3.2.0.h
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_ic_hit_p, rb_vm_splat_array, rb_vm_concat_array, rb_vm_defined, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_push_frame_fname, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep, rb_vm_push_frame_fname
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2"
rm -rf .bundle/gems/rbs-2.8.0/
Copying rbs@5509ff13117d94d11e6e09d5026676cd79d6edc4 to rbs-2.8.0
From https://github.com/ruby/rbs
 * branch              5509ff13117d94d11e6e09d5026676cd79d6edc4 -> FETCH_HEAD
HEAD is now at 5509ff13 Merge pull request #1159 from ruby/skip-bundler-tests
Copied gems/src/rbs
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-gc-asserts/include -I/tmp/ruby/v3/src/trunk-gc-asserts -I/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/14.0.0 
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/v3/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/debug-1.6.3/ext/debug'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/debug-1.6.3/ext/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.7.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.7.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension'
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/constants.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/lexer.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/location.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/main.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/parser.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/v3/src/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts/.bundle/gems/rbs-2.8.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-gc-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-gc-asserts'
./miniruby -I/tmp/ruby/v3/src/trunk-gc-asserts/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-gc-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/v3/install/trunk-gc-asserts/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-gc-asserts/lib
installing arch files:              /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/3.2.0+3/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-gc-asserts/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/3.2.0+3/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/site_ruby/3.2.0+3/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.2.0+3/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-gc-asserts/include/ruby-3.2.0+3/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/3.2.0+3
installing extension scripts:       /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/site_ruby/3.2.0+3
installing extension scripts:       /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.2.0+3
installing extension headers:       /tmp/ruby/v3/install/trunk-gc-asserts/include/ruby-3.2.0+3/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-gc-asserts/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/3.2.0+3
installing common headers:          /tmp/ruby/v3/install/trunk-gc-asserts/include/ruby-3.2.0+3
installing manpages:                /tmp/ruby/v3/install/trunk-gc-asserts/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/gems/3.2.0+3
                                    abbrev 0.1.0
                                    base64 0.1.1
                                    benchmark 0.2.0
                                    bundler 2.4.0.dev
                                    cgi 0.3.5
                                    csv 3.2.2
                                    delegate 0.2.0
                                    did_you_mean 1.6.1
                                    drb 2.1.0
                                    english 0.7.1
                                    erb 4.0.1
                                    error_highlight 0.5.1
                                    fileutils 1.6.0
                                    find 0.1.1
                                    forwardable 1.3.2
                                    getoptlong 0.1.1
                                    ipaddr 1.2.4
                                    irb 1.5.0
                                    logger 1.5.1
                                    mutex_m 0.1.1
                                    net-http 0.3.0
                                    net-protocol 0.1.3
                                    observer 0.1.1
                                    open-uri 0.2.0
                                    open3 0.1.1
                                    optparse 0.2.0
                                    ostruct 0.5.5
                                    pp 0.3.0
                                    prettyprint 0.1.1
                                    pstore 0.1.1
                                    racc 1.6.0
                                    rdoc 6.4.0
                                    readline 0.0.3
                                    reline 0.3.1
                                    resolv 0.2.1
                                    resolv-replace 0.1.0
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.0
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 0.0.1
                                    tempfile 0.1.2
                                    time 0.2.0
                                    timeout 0.3.0
                                    tmpdir 0.1.2
                                    tsort 0.1.0
                                    un 0.2.0
                                    uri 0.11.0
                                    weakref 0.1.1
                                    yaml 0.2.0
installing default gems from ext:   /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/gems/3.2.0+3
                                    bigdecimal 3.1.2
                                    date 3.2.3
                                    digest 3.1.0
                                    etc 1.4.0
                                    fcntl 1.0.1
                                    fiddle 1.1.1
                                    io-console 0.5.11
                                    io-nonblock 0.1.1
                                    io-wait 0.3.0.pre
                                    json 2.6.2
                                    nkf 0.1.1
                                    openssl 3.1.0.pre
                                    pathname 0.2.0
                                    psych 5.0.0.dev
                                    readline-ext 0.1.4
                                    stringio 3.0.3
                                    strscan 3.0.1
                                    syslog 0.1.0
                                    zlib 2.1.1
installing bundled gems:            /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/gems/3.2.0+3
                                    minitest 5.16.3
                                    power_assert 2.0.2
                                    rake 13.0.6
                                    test-unit 3.5.5
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.1
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 2.8.0
                                    typeprof 0.21.3
                                    debug 1.6.3
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-gc-asserts/lib/ruby/gems/3.2.0+3/cache
skipped bundled gems: /tmp/ruby/v3/src/trunk-gc-asserts/gems/rbs-2.7.0.gem
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j6'
PASS all 1787 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j6'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j6'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -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 -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-gc-asserts/include -I/tmp/ruby/v3/src/trunk-gc-asserts -I/tmp/ruby/v3/src/trunk-gc-asserts/enc/unicode/14.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-gc-asserts/yjit/target/release/' /tmp/ruby/v3/src/trunk-gc-asserts/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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.

/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/v3/src/trunk-gc-asserts/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j6'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j6'
making mjit_build_dir.so
Run options: 
  --seed=51762
  "--ruby=./miniruby -I/tmp/ruby/v3/src/trunk-gc-asserts/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/v3/src/trunk-gc-asserts/test/excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j6

# Running tests:


Retrying...

  1) Error:
TestRDocGeneratorDarkfish#test_generate:
ArgumentError: invalid byte sequence in US-ASCII
    /tmp/ruby/v3/src/trunk-gc-asserts/test/rdoc/test_rdoc_generator_darkfish.rb:116:in `[]'
    /tmp/ruby/v3/src/trunk-gc-asserts/test/rdoc/test_rdoc_generator_darkfish.rb:116:in `test_generate'

Finished tests in 6153.062132s, 3.8335 tests/s, 1426.6984 assertions/s.
23588 tests, 8778564 assertions, 0 failures, 1 errors, 136 skips

ruby -v: ruby 3.2.0dev (2022-11-27T17:24:38Z master 21977b95e2) [x86_64-linux]
make: *** [uncommon.mk:854: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j6'" exit with 512.
$$$[beg] make yes-test-rubyspec TESTS='-j6'
$ /tmp/ruby/v3/build/trunk-gc-asserts/miniruby -I/tmp/ruby/v3/src/trunk-gc-asserts/lib /tmp/ruby/v3/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/v3/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-gc-asserts/spec/default.mspec
ruby 3.2.0dev (2022-11-27T17:24:38Z master 21977b95e2) [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 780.376124 seconds

3825 files, 31256 examples, 118854 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS='-j6'" exit with 0.

$ gdb -batch -se /tmp/ruby/v3/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.17920.ruby -x gdbscript
[New LWP 17920]
[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/v3/build/trunk-gc-asserts/ruby -w --disable=gems -I/tmp/ruby/v3/src/t'.
Program terminated with signal SIGABRT, Aborted.
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f6e046b4f40 (LWP 17920) __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50

>>> Machine level backtrace


Thread 1 (Thread 0x7f6e046b4f40 (LWP 17920)):
#0  __GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
        set = {__val = {0, 746872325959545721, 0 <repeats 14 times>}}
        pid = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
#1  0x00007f6e046d8859 in __GI_abort () at abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0 <repeats 15 times>, 4294967296}}, sa_flags = 335384576, sa_restorer = 0x24}
        sigs = {__val = {32, 0 <repeats 15 times>}}
#2  0x00007f6e04b4c0fd in die () at /tmp/ruby/v3/src/trunk-gc-asserts/error.c:806
No locals.
#3  rb_bug (fmt=fmt@entry=0x7f6e04e12cc8 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/v3/src/trunk-gc-asserts/error.c:806
        args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffdc602f850, reg_save_area = 0x7ffdc602f790}}
#4  0x00007f6e04b4d9cc in gc_verify_internal_consistency_ (objspace=0x55f50c53a0a0) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:8060
        data = {objspace = 0x55f50c53a0a0, err_count = 23, live_object_count = 51148, zombie_object_count = 0, parent = 140110496202680, old_object_count = 37702, remembered_shady_count = 117}
#5  0x00007f6e04c1c24c in gc_verify_internal_consistency (objspace=0x55f50c53a0a0) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:8128
        prev_during_gc = <optimized out>
        _lev = 3322083648
#6  gc_exit (lock_lev=0x7ffdc602f8fc, event=gc_enter_event_sweep_continue, objspace=0x55f50c53a0a0) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:9732
        __func__ = "gc_exit"
#7  gc_sweep_continue (heap=0x55f50c53a100, sweep_size_pool=<optimized out>, objspace=0x55f50c53a0a0) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:6064
        lock_lev = 0
        __func__ = "gc_sweep_continue"
        lock_lev = <optimized out>
        i = <optimized out>
        size_pool = <optimized out>
#8  gc_continue (objspace=0x55f50c53a0a0, size_pool=<optimized out>, heap=0x55f50c53a100) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2414
No locals.
#9  0x00007f6e04c1f0ef in gc_continue (heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2413
No locals.
#10 heap_prepare (heap=<optimized out>, size_pool=<optimized out>, objspace=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2424
        __func__ = "heap_prepare"
#11 heap_next_free_page (heap=0x55f50c53a100, size_pool=0x55f50c53a0c8, objspace=0x55f50c53a0a0) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2672
        page = <optimized out>
        page = <optimized out>
        __func__ = "heap_next_free_page"
#12 newobj_alloc (objspace=0x55f50c53a0a0, cr=0x55f50c53ada0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2780
        page = <optimized out>
        lev = 1
        unlock_vm = <optimized out>
        size_pool = 0x55f50c53a0c8
        heap = 0x55f50c53a100
        cache = 0x55f50c53b020
        obj = <optimized out>
        __func__ = "newobj_alloc"
#13 0x00007f6e04c200e8 in newobj_of0 (alloc_size=24, cr=<optimized out>, wb_protected=1, flags=8199, klass=140110444893520) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2876
        obj = <optimized out>
        objspace = 0x55f50c53a0a0
        size_pool_idx = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
#14 newobj_of (alloc_size=24, wb_protected=1, v3=0, v2=0, v1=0, flags=8199, klass=140110444893520) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2896
        obj = <optimized out>
        obj = <optimized out>
#15 rb_wb_protected_newobj_of (klass=klass@entry=140110444893520, flags=flags@entry=8199, size=size@entry=24) at /tmp/ruby/v3/src/trunk-gc-asserts/gc.c:2918
        __func__ = "rb_wb_protected_newobj_of"
#16 0x00007f6e04b60080 in ary_alloc_embed (capa=1, klass=140110444893520) at /tmp/ruby/v3/src/trunk-gc-asserts/array.c:1345
        size = 24
        ary = <optimized out>
        size = <optimized out>
        ary = <optimized out>
#17 ary_make_partial (len=1, offset=0, klass=140110444893520, ary=140110435441600) at /tmp/ruby/v3/src/trunk-gc-asserts/array.c:1345
        result = <optimized out>
        rarray_embed_capa_max = 3
        rarray_embed_capa_max = <optimized out>
        result = <optimized out>
        tmp_n = <optimized out>
        shared = <optimized out>
        result = <optimized out>
        tmp_n = <optimized out>
        tmp_n = <optimized out>
#18 rb_ary_resurrect (ary=140110435441600) at /tmp/ruby/v3/src/trunk-gc-asserts/array.c:2902
No locals.
#19 0x00007f6e04de070f in vm_exec_core (ec=0x55f50c53b0e0, initial=140727925536032) at ../../src/trunk-gc-asserts/insns.def:486
        leaf = <optimized out>
        val = <optimized out>
        ary = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        reg_pc = 0x55f50c845b50
        reg_cfp = 0x7f6e046b2d90
        insns_address_table = {0x7f6e04de0c6b <vm_exec_core+9883>, 0x7f6e04ddea82 <vm_exec_core+1202>, 0x7f6e04ddea0e <vm_exec_core+1086>, 0x7f6e04dde994 <vm_exec_core+964>, 0x7f6e04dde919 <vm_exec_core+841>, 0x7f6e04ddeb77 <vm_exec_core+1447>, 0x7f6e04ddeaec <vm_exec_core+1308>, 0x7f6e04ddebff <vm_exec_core+1583>, 0x7f6e04dde8bf <vm_exec_core+751>, 0x7f6e04ddf941 <vm_exec_core+4977>, 0x7f6e04ddf8a6 <vm_exec_core+4822>, 0x7f6e04ddf7d8 <vm_exec_core+4616>, 0x7f6e04ddf60c <vm_exec_core+4156>, 0x7f6e04ddf59b <vm_exec_core+4043>, 0x7f6e04ddf52a <vm_exec_core+3930>, 0x7f6e04ddf4eb <vm_exec_core+3867>, 0x7f6e04ddf4b1 <vm_exec_core+3809>, 0x7f6e04ddf47a <vm_exec_core+3754>, 0x7f6e04ddf443 <vm_exec_core+3699>, 0x7f6e04ddf40c <vm_exec_core+3644>, 0x7f6e04ddf39b <vm_exec_core+3531>, 0x7f6e04ddf35c <vm_exec_core+3468>, 0x7f6e04ddf300 <vm_exec_core+3376>, 0x7f6e04ddf2b8 <vm_exec_core+3304>, 0x7f6e04ddf22f <vm_exec_core+3167>, 0x7f6e04de080e <vm_exec_core+8766>, 0x7f6e04de07af <vm_exec_core+8671>, 0x7f6e04de0733 <vm_exec_core+8547>, 0x7f6e04de06f7 <vm_exec_core+8487>, 0x7f6e04de0a3c <vm_exec_core+9324>, 0x7f6e04de08eb <vm_exec_core+8987>, 0x7f6e04ddf9e2 <vm_exec_core+5138>, 0x7f6e04ddf983 <vm_exec_core+5043>, 0x7f6e04de0870 <vm_exec_core+8864>, 0x7f6e04ddfbd2 <vm_exec_core+5634>, 0x7f6e04de0847 <vm_exec_core+8823>, 0x7f6e04ddf143 <vm_exec_core+2931>, 0x7f6e04ddf0ec <vm_exec_core+2844>, 0x7f6e04ddf0b6 <vm_exec_core+2790>, 0x7f6e04ddefcd <vm_exec_core+2557>, 0x7f6e04ddef84 <vm_exec_core+2484>, 0x7f6e04ddef3a <vm_exec_core+2410>, 0x7f6e04ddef06 <vm_exec_core+2358>, 0x7f6e04ddf1b7 <vm_exec_core+3047>, 0x7f6e04ddee22 <vm_exec_core+2130>, 0x7f6e04ddedb5 <vm_exec_core+2021>, 0x7f6e04dded6d <vm_exec_core+1949>, 0x7f6e04ddec9a <vm_exec_core+1738>, 0x7f6e04ddec5e <vm_exec_core+1678>, 0x7f6e04dde867 <vm_exec_core+663>, 0x7f6e04dde756 <vm_exec_core+390>, 0x7f6e04dde670 <vm_exec_core+160>, 0x7f6e04de064d <vm_exec_core+8317>, 0x7f6e04de020f <vm_exec_core+7231>, 0x7f6e04de0bfd <vm_exec_core+9773>, 0x7f6e04de01b7 <vm_exec_core+7143>, 0x7f6e04de04cd <vm_exec_core+7933>, 0x7f6e04de034d <vm_exec_core+7549>, 0x7f6e04de001a <vm_exec_core+6730>, 0x7f6e04ddff60 <vm_exec_core+6544>, 0x7f6e04de02c5 <vm_exec_core+7413>, 0x7f6e04de0aca <vm_exec_core+9466>, 0x7f6e04de0178 <vm_exec_core+7080>, 0x7f6e04de011a <vm_exec_core+6986>, 0x7f6e04de0267 <vm_exec_core+7319>, 0x7f6e04ddfb91 <vm_exec_core+5569>, 0x7f6e04ddfae9 <vm_exec_core+5401>, 0x7f6e04ddfa2a <vm_exec_core+5210>, 0x7f6e04de0f1b <vm_exec_core+10571>, 0x7f6e04de0e67 <vm_exec_core+10391>, 0x7f6e04de0db7 <vm_exec_core+10215>, 0x7f6e04de0d35 <vm_exec_core+10085>, 0x7f6e04de0c80 <vm_exec_core+9904>, 0x7f6e04de187c <vm_exec_core+12972>, 0x7f6e04de1779 <vm_exec_core+12713>, 0x7f6e04de17d1 <vm_exec_core+12801>, 0x7f6e04de16d3 <vm_exec_core+12547>, 0x7f6e04de1628 <vm_exec_core+12376>, 0x7f6e04de1582 <vm_exec_core+12210>, 0x7f6e04de14f1 <vm_exec_core+12065>, 0x7f6e04de13ff <vm_exec_core+11823>, 0x7f6e04de139a <vm_exec_core+11722>, 0x7f6e04de1323 <vm_exec_core+11603>, 0x7f6e04de1459 <vm_exec_core+11913>, 0x7f6e04ddfd50 <vm_exec_core+6016>, 0x7f6e04dde622 <vm_exec_core+82>, 0x7f6e04de12eb <vm_exec_core+11547>, 0x7f6e04de0bc1 <vm_exec_core+9713>, 0x7f6e04de1296 <vm_exec_core+11462>, 0x7f6e04de1239 <vm_exec_core+11369>, 0x7f6e04de11e7 <vm_exec_core+11287>, 0x7f6e04de114d <vm_exec_core+11133>, 0x7f6e04ddfeec <vm_exec_core+6428>, 0x7f6e04ddfe91 <vm_exec_core+6337>, 0x7f6e04ddfe0a <vm_exec_core+6202>, 0x7f6e04ddfdc1 <vm_exec_core+6129>, 0x7f6e04ddfcff <vm_exec_core+5935>, 0x7f6e04ddfcae <vm_exec_core+5854>, 0x7f6e04ddfc55 <vm_exec_core+5765>, 0x7f6e04ddfc1e <vm_exec_core+5710>, 0x7f6e04ddf180 <vm_exec_core+2992>, 0x7f6e04de0c4f <vm_exec_core+9855>, 0x7f6e04ddea73 <vm_exec_core+1187>, 0x7f6e04dde9ff <vm_exec_core+1071>, 0x7f6e04dde985 <vm_exec_core+949>, 0x7f6e04dde90a <vm_exec_core+826>, 0x7f6e04ddeb68 <vm_exec_core+1432>, 0x7f6e04ddeadd <vm_exec_core+1293>, 0x7f6e04ddebf0 <vm_exec_core+1568>, 0x7f6e04dde8b0 <vm_exec_core+736>, 0x7f6e04ddf932 <vm_exec_core+4962>, 0x7f6e04ddf897 <vm_exec_core+4807>, 0x7f6e04ddf7c9 <vm_exec_core+4601>, 0x7f6e04ddf5fd <vm_exec_core+4141>, 0x7f6e04ddf58c <vm_exec_core+4028>, 0x7f6e04ddf51b <vm_exec_core+3915>, 0x7f6e04ddf4dc <vm_exec_core+3852>, 0x7f6e04ddf4a2 <vm_exec_core+3794>, 0x7f6e04ddf46b <vm_exec_core+3739>, 0x7f6e04ddf434 <vm_exec_core+3684>, 0x7f6e04ddf3fd <vm_exec_core+3629>, 0x7f6e04ddf38c <vm_exec_core+3516>, 0x7f6e04ddf34d <vm_exec_core+3453>, 0x7f6e04ddf2f1 <vm_exec_core+3361>, 0x7f6e04ddf2a9 <vm_exec_core+3289>, 0x7f6e04ddf220 <vm_exec_core+3152>, 0x7f6e04de07ff <vm_exec_core+8751>, 0x7f6e04de07a0 <vm_exec_core+8656>, 0x7f6e04de0724 <vm_exec_core+8532>, 0x7f6e04de06e8 <vm_exec_core+8472>, 0x7f6e04de0a2d <vm_exec_core+9309>, 0x7f6e04de08dc <vm_exec_core+8972>, 0x7f6e04ddf9d3 <vm_exec_core+5123>, 0x7f6e04ddf974 <vm_exec_core+5028>, 0x7f6e04de0861 <vm_exec_core+8849>, 0x7f6e04ddfbc3 <vm_exec_core+5619>, 0x7f6e04de0838 <vm_exec_core+8808>, 0x7f6e04ddf134 <vm_exec_core+2916>, 0x7f6e04ddf0dd <vm_exec_core+2829>, 0x7f6e04ddf0a7 <vm_exec_core+2775>, 0x7f6e04ddefbe <vm_exec_core+2542>, 0x7f6e04ddef75 <vm_exec_core+2469>, 0x7f6e04ddef2b <vm_exec_core+2395>, 0x7f6e04ddeef7 <vm_exec_core+2343>, 0x7f6e04ddf1a8 <vm_exec_core+3032>, 0x7f6e04ddee13 <vm_exec_core+2115>, 0x7f6e04ddeda6 <vm_exec_core+2006>, 0x7f6e04dded5e <vm_exec_core+1934>, 0x7f6e04ddec8b <vm_exec_core+1723>, 0x7f6e04ddec4f <vm_exec_core+1663>, 0x7f6e04dde858 <vm_exec_core+648>, 0x7f6e04dde747 <vm_exec_core+375>, 0x7f6e04de1139 <vm_exec_core+11113>, 0x7f6e04de063e <vm_exec_core+8302>, 0x7f6e04de0200 <vm_exec_core+7216>, 0x7f6e04de1125 <vm_exec_core+11093>, 0x7f6e04de01a8 <vm_exec_core+7128>, 0x7f6e04de04be <vm_exec_core+7918>, 0x7f6e04de033e <vm_exec_core+7534>, 0x7f6e04de000b <vm_exec_core+6715>, 0x7f6e04ddff51 <vm_exec_core+6529>, 0x7f6e04de02b6 <vm_exec_core+7398>, 0x7f6e04de0abb <vm_exec_core+9451>, 0x7f6e04de0169 <vm_exec_core+7065>, 0x7f6e04de010b <vm_exec_core+6971>, 0x7f6e04de0258 <vm_exec_core+7304>, 0x7f6e04ddfb82 <vm_exec_core+5554>, 0x7f6e04ddfada <vm_exec_core+5386>, 0x7f6e04ddfa1b <vm_exec_core+5195>, 0x7f6e04de10fd <vm_exec_core+11053>, 0x7f6e04de10d5 <vm_exec_core+11013>, 0x7f6e04de10e9 <vm_exec_core+11033>, 0x7f6e04de10c1 <vm_exec_core+10993>, 0x7f6e04de10ad <vm_exec_core+10973>, 0x7f6e04de1099 <vm_exec_core+10953>, 0x7f6e04de107e <vm_exec_core+10926>, 0x7f6e04de106a <vm_exec_core+10906>, 0x7f6e04de1056 <vm_exec_core+10886>, 0x7f6e04de1042 <vm_exec_core+10866>, 0x7f6e04de1111 <vm_exec_core+11073>, 0x7f6e04de102e <vm_exec_core+10846>, 0x7f6e04de101a <vm_exec_core+10826>, 0x7f6e04de1006 <vm_exec_core+10806>, 0x7f6e04de0ff2 <vm_exec_core+10786>, 0x7f6e04de0fde <vm_exec_core+10766>, 0x7f6e04ddfd41 <vm_exec_core+6001>, 0x7f6e04dde613 <vm_exec_core+67>, 0x7f6e04de0fca <vm_exec_core+10746>, 0x7f6e04de0fb6 <vm_exec_core+10726>, 0x7f6e04de0fa2 <vm_exec_core+10706>, 0x7f6e04de0f8e <vm_exec_core+10686>, 0x7f6e04de0a83 <vm_exec_core+9395>, 0x7f6e04de0a87 <vm_exec_core+9399>, 0x7f6e04ddfedd <vm_exec_core+6413>, 0x7f6e04ddfe82 <vm_exec_core+6322>, 0x7f6e04ddfdfb <vm_exec_core+6187>, 0x7f6e04ddfdb2 <vm_exec_core+6114>, 0x7f6e04ddfcf0 <vm_exec_core+5920>, 0x7f6e04ddfc9f <vm_exec_core+5839>, 0x7f6e04ddfc46 <vm_exec_core+5750>...}
#20 0x00007f6e04de41c4 in rb_vm_exec (ec=0x55f50c53b0e0, jit_enable_p=true) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:2353
        _ec = 0x55f50c53b0e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdc602fcd0, 0x7f6e04de41e0 <rb_vm_exec+448>, 0x0, 0x7ffdc602fbb0, 0x7f6e00000001}, prev = 0x7ffdc6031640, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#21 0x00007f6e04ded583 in vm_call0_body (ec=0x55f50c53b0e0, calling=0x7ffdc602fdf0, argv=0x7ffdc602fe90) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:206
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = 0x7ffdc602fe20
        cc = <optimized out>
        ret = <optimized out>
#22 0x00007f6e04df07e6 in vm_call0_cc (kw_splat=0, cc=0x7f6e00bc4970, argv=0x7ffdc602fe90, argc=1, id=43777, recv=140110433982200, ec=0x55f50c53b0e0) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:87
        calling = {ci = 0x7ffdc602fe20, cc = 0x7f6e00bc4970, block_handler = 0, recv = 140110433982200, argc = 1, kw_splat = 0}
        calling = <optimized out>
#23 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7ffdc602fe90, argc=1, mid=43777, recv=140110433982200) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:1051
        ec = 0x55f50c53b0e0
        cc = 0x7f6e00bc4970
        self = <optimized out>
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#24 rb_funcallv (recv=140110433982200, mid=43777, argc=argc@entry=1, argv=argv@entry=0x7ffdc602fe90) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:1066
No locals.
#25 0x00007f6e00c17d91 in ripper_dispatch1 (p=0x55f50c8b6a10, a=<optimized out>, mid=<optimized out>) at ripper.y:14203
        rb_funcall_argc = 1
        rb_funcall_args = {140110433944000}
        rb_funcall_nargs = 1
#26 ripper_scan_event_val (t=keyword_do, p=0x55f50c8b6a10) at ripper.y:6286
        str = <optimized out>
        rval = <optimized out>
        str = <optimized out>
        rval = <optimized out>
#27 ripper_dispatch_scan_event (p=0x55f50c8b6a10, t=keyword_do) at ripper.y:6296
No locals.
#28 0x00007f6e00c1f5d5 in yylex (p=<optimized out>, yylloc=0x7ffdc602ffe0, lval=0x7ffdc602ffb8) at ripper.y:10497
        t = <optimized out>
        t = <optimized out>
#29 ripper_yyparse (p=<optimized out>) at ripper.c:9993
        yychar = <optimized out>
        yylval = {val = 140110433944080, node = 0x7f6e00a50210, id = 140110433944080, num = 10813968, tbl = 0x7f6e00a50210, vars = 0x7f6e00a50210, strterm = 0x7f6e00a50210, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}
        yyloc_default = {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}
        yylloc = {beg_pos = {lineno = 850, column = 16}, end_pos = {lineno = 850, column = 17}}
        yynerrs = <optimized out>
        yystate = <optimized out>
        yyerrstatus = <optimized out>
        yyssa = {0, 2, 71, 313, 99, 403, 646, 821, 265, 481, 76, 324, 565, 265, 481, 35, 334, 573, 756, 894, 1028, 1129, 797, 967, 809, 979, 1093, 1174, 1227, 1266, 1288, 1296, 977, 1093, 1174, 1227, 1266, 1288, 1296, 1213, 1257, 979, 1093, 1174, 1227, 1266, 1288, 1296, -27646, 165, 32622, 0, 5728, -14845, 32765, 0, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0, -1, -1, 0, 0, -1, -1, 416, -14845, 32765, 0, 112, 0, 0, 0, 1, 0, 0, 0, 4, 0, 49, 0, 0, 0, 0, 0, 1912, -14845, 32765, 0, 5680, -14845, 32765, 0, 128, 0, 0, 0, 1, 0, 76, 0, 1, 0, 76, 0, 36, 0, 0, 0, -14960, 172, 32622, 0, 5728, -14845, 32765, 0, 128, 0, 0, 0, 1, 0, 5, 0, 1, 0, 5, 0, 1, 0, 0, 0, 1, 0, 5, 0, -15600, 3194, 22005, 0, -15592, 1235, 32622, 0, 0, 1, 3, 311, 565, 746, 888, 967, 378, 624, 791, 666, 838, 0, 0, 0, 12, 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 311, 0 <repeats 20 times>}
        yyss = <optimized out>
        yyssp = <optimized out>
        yyvsa = {{val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94510964773688, node = 0x55f50c7b9338, id = 94510964773688, num = 209425208, tbl = 0x55f50c7b9338, vars = 0x55f50c7b9338, strterm = 0x55f50c7b9338, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140110433968160, node = 0x7f6e00a56020, id = 140110433968160, num = 10838048, tbl = 0x7f6e00a56020, vars = 0x7f6e00a56020, strterm = 0x7f6e00a56020, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110433972640, node = 0x7f6e00a571a0, id = 140110433972640, num = 10842528, tbl = 0x7f6e00a571a0, vars = 0x7f6e00a571a0, strterm = 0x7f6e00a571a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110423130112, node = 0x7f6e00000000, id = 140110423130112, num = 0, tbl = 0x7f6e00000000, vars = 0x7f6e00000000, strterm = 0x7f6e00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110433962680, node = 0x7f6e00a54ab8, id = 140110433962680, num = 10832568, tbl = 0x7f6e00a54ab8, vars = 0x7f6e00a54ab8, strterm = 0x7f6e00a54ab8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140110433955280, node = 0x7f6e00a52dd0, id = 140110433955280, num = 10825168, tbl = 0x7f6e00a52dd0, vars = 0x7f6e00a52dd0, strterm = 0x7f6e00a52dd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110434363720, node = 0x7f6e00ab6948, id = 140110434363720, num = 11233608, tbl = 0x7f6e00ab6948, vars = 0x7f6e00ab6948, strterm = 0x7f6e00ab6948, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140110434364440, node = 0x7f6e00ab6c18, id = 140110434364440, num = 11234328, tbl = 0x7f6e00ab6c18, vars = 0x7f6e00ab6c18, strterm = 0x7f6e00ab6c18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94510966101952, node = 0x55f50c8fd7c0, id = 94510966101952, num = 210753472, tbl = 0x55f50c8fd7c0, vars = 0x55f50c8fd7c0, strterm = 0x55f50c8fd7c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140110434359840, node = 0x7f6e00ab5a20, id = 140110434359840, num = 11229728, tbl = 0x7f6e00ab5a20, vars = 0x7f6e00ab5a20, strterm = 0x7f6e00ab5a20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110434359840, node = 0x7f6e00ab5a20, id = 140110434359840, num = 11229728, tbl = 0x7f6e00ab5a20, vars = 0x7f6e00ab5a20, strterm = 0x7f6e00ab5a20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110433948280, node = 0x7f6e00a51278, id = 140110433948280, num = 10818168, tbl = 0x7f6e00a51278, vars = 0x7f6e00a51278, strterm = 0x7f6e00a51278, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140110433949080, node = 0x7f6e00a51598, id = 140110433949080, num = 10818968, tbl = 0x7f6e00a51598, vars = 0x7f6e00a51598, strterm = 0x7f6e00a51598, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94510966104584, node = 0x55f50c8fe208, id = 94510966104584, num = 210756104, tbl = 0x55f50c8fe208, vars = 0x55f50c8fe208, strterm = 0x55f50c8fe208, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110433954880, node = 0x7f6e00a52c40, id = 140110433954880, num = 10824768, tbl = 0x7f6e00a52c40, vars = 0x7f6e00a52c40, strterm = 0x7f6e00a52c40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140110433954880, node = 0x7f6e00a52c40, id = 140110433954880, num = 10824768, tbl = 0x7f6e00a52c40, vars = 0x7f6e00a52c40, strterm = 0x7f6e00a52c40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140110433957720, node = 0x7f6e00a53758, id = 140110433957720, num = 10827608, tbl = 0x7f6e00a53758, vars = 0x7f6e00a53758, strterm = 0x7f6e00a53758, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110433955800, node = 0x7f6e00a52fd8, id = 140110433955800, num = 10825688, tbl = 0x7f6e00a52fd8, vars = 0x7f6e00a52fd8, strterm = 0x7f6e00a52fd8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110433962840, node = 0x7f6e00a54b58, id = 140110433962840, num = 10832728, tbl = 0x7f6e00a54b58, vars = 0x7f6e00a54b58, strterm = 0x7f6e00a54b58, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140110433965320, node = 0x7f6e00a55508, id = 140110433965320, num = 10835208, tbl = 0x7f6e00a55508, vars = 0x7f6e00a55508, strterm = 0x7f6e00a55508, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110434000200, node = 0x7f6e00a5dd48, id = 140110434000200, num = 10870088, tbl = 0x7f6e00a5dd48, vars = 0x7f6e00a5dd48, strterm = 0x7f6e00a5dd48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140110433998560, node = 0x7f6e00a5d6e0, id = 140110433998560, num = 10868448, tbl = 0x7f6e00a5d6e0, vars = 0x7f6e00a5d6e0, strterm = 0x7f6e00a5d6e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94510965815864, node = 0x55f50c8b7a38, id = 94510965815864, num = 210467384, tbl = 0x55f50c8b7a38, vars = 0x55f50c8b7a38, strterm = 0x55f50c8b7a38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140110433993520, node = 0x7f6e00a5c330, id = 140110433993520, num = 10863408, tbl = 0x7f6e00a5c330, vars = 0x7f6e00a5c330, strterm = 0x7f6e00a5c330, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140110433963840, node = 0x7f6e00a54f40, id = 140110433963840, num = 10833728, tbl = 0x7f6e00a54f40, vars = 0x7f6e00a54f40, strterm = 0x7f6e00a54f40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110433974640, node = 0x7f6e00a57970, id = 140110433974640, num = 10844528, tbl = 0x7f6e00a57970, vars = 0x7f6e00a57970, strterm = 0x7f6e00a57970, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140110433973600, node = 0x7f6e00a57560, id = 140110433973600, num = 10843488, tbl = 0x7f6e00a57560, vars = 0x7f6e00a57560, strterm = 0x7f6e00a57560, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94510965815920, node = 0x55f50c8b7a70, id = 94510965815920, num = 210467440, tbl = 0x55f50c8b7a70, vars = 0x55f50c8b7a70, strterm = 0x55f50c8b7a70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140110433967520, node = 0x7f6e00a55da0, id = 140110433967520, num = 10837408, tbl = 0x7f6e00a55da0, vars = 0x7f6e00a55da0, strterm = 0x7f6e00a55da0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110433982360, node = 0x7f6e00a59798, id = 140110433982360, num = 10852248, tbl = 0x7f6e00a59798, vars = 0x7f6e00a59798, strterm = 0x7f6e00a59798, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110434437800, node = 0x7f6e00ac8aa8, id = 140110434437800, num = 11307688, tbl = 0x7f6e00ac8aa8, vars = 0x7f6e00ac8aa8, strterm = 0x7f6e00ac8aa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94510965997976, node = 0x55f50c8e4198, id = 94510965997976, num = 210649496, tbl = 0x55f50c8e4198, vars = 0x55f50c8e4198, strterm = 0x55f50c8e4198, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140110434441640, node = 0x7f6e00ac99a8, id = 140110434441640, num = 11311528, tbl = 0x7f6e00ac99a8, vars = 0x7f6e00ac99a8, strterm = 0x7f6e00ac99a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110434452880, node = 0x7f6e00acc590, id = 140110434452880, num = 11322768, tbl = 0x7f6e00acc590, vars = 0x7f6e00acc590, strterm = 0x7f6e00acc590, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140110434438800, node = 0x7f6e00ac8e90, id = 140110434438800, num = 11308688, tbl = 0x7f6e00ac8e90, vars = 0x7f6e00ac8e90, strterm = 0x7f6e00ac8e90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110434444280, node = 0x7f6e00aca3f8, id = 140110434444280, num = 11314168, tbl = 0x7f6e00aca3f8, vars = 0x7f6e00aca3f8, strterm = 0x7f6e00aca3f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140110434446760, node = 0x7f6e00acada8, id = 140110434446760, num = 11316648, tbl = 0x7f6e00acada8, vars = 0x7f6e00acada8, strterm = 0x7f6e00acada8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110434450440, node = 0x7f6e00acbc08, id = 140110434450440, num = 11320328, tbl = 0x7f6e00acbc08, vars = 0x7f6e00acbc08, strterm = 0x7f6e00acbc08, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 972245845845839872, node = 0xd7e1c7213fd9000, id = 972245845845839872, num = 335384576, tbl = 0xd7e1c7213fd9000, vars = 0xd7e1c7213fd9000, strterm = 0xd7e1c7213fd9000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551615, node = 0xffffffffffffffff, id = 18446744073709551615, num = -1, tbl = 0xffffffffffffffff, vars = 0xffffffffffffffff, strterm = 0xffffffffffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 210453397508, node = 0x3100000004, id = 210453397508, num = 4, tbl = 0x3100000004, vars = 0x3100000004, strterm = 0x3100000004, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140058883522560, node = 0x7f6200000000, id = 140058883522560, num = 0, tbl = 0x7f6200000000, vars = 0x7f6200000000, strterm = 0x7f6200000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140727925537008, node = 0x7ffdc602f8f0, id = 140727925537008, num = -972883728, tbl = 0x7ffdc602f8f0, vars = 0x7ffdc602f8f0, strterm = 0x7ffdc602f8f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637976727552, node = 0x7f0000000000, id = 139637976727552, num = 0, tbl = 0x7f0000000000, vars = 0x7f0000000000, strterm = 0x7f0000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94510964720400, node = 0x55f50c7ac310, id = 94510964720400, num = 209371920, tbl = 0x55f50c7ac310, vars = 0x55f50c7ac310, strterm = 0x55f50c7ac310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140110504117016, node = 0x7f6e04d3c318 <onig_node_str_cat+216>, id = 140110504117016, num = 80986904, tbl = 0x7f6e04d3c318 <onig_node_str_cat+216>, vars = 0x7f6e04d3c318 <onig_node_str_cat+216>, strterm = 0x7f6e04d3c318 <onig_node_str_cat+216>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 24, node = 0x18, id = 24, num = 24, tbl = 0x18, vars = 0x18, strterm = 0x18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}} <repeats 17 times>, {val = 94510964661328, node = 0x55f50c79dc50, id = 94510964661328, num = 209312848, tbl = 0x55f50c79dc50, vars = 0x55f50c79dc50, strterm = 0x55f50c79dc50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140727925540344, node = 0x7ffdc60305f8, id = 140727925540344, num = -972880392, tbl = 0x7ffdc60305f8, vars = 0x7ffdc60305f8, strterm = 0x7ffdc60305f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 972245845845839872, node = 0xd7e1c7213fd9000, id = 972245845845839872, num = 335384576, tbl = 0xd7e1c7213fd9000, vars = 0xd7e1c7213fd9000, strterm = 0xd7e1c7213fd9000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140727925540353, node = 0x7ffdc6030601, id = 140727925540353, num = -972880383, tbl = 0x7ffdc6030601, vars = 0x7ffdc6030601, strterm = 0x7ffdc6030601, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140727925541184, node = 0x7ffdc6030940, id = 140727925541184, num = -972879552, tbl = 0x7ffdc6030940, vars = 0x7ffdc6030940, strterm = 0x7ffdc6030940, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 165, node = 0xa5, id = 165, num = 165, tbl = 0xa5, vars = 0xa5, strterm = 0xa5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4294967462, node = 0x1000000a6, id = 4294967462, num = 166, tbl = 0x1000000a6, vars = 0x1000000a6, strterm = 0x1000000a6, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4294967462, node = 0x1000000a6, id = 4294967462, num = 166, tbl = 0x1000000a6, vars = 0x1000000a6, strterm = 0x1000000a6, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 165, node = 0xa5, id = 165, num = 165, tbl = 0xa5, vars = 0xa5, strterm = 0xa5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 165, node = 0xa5, id = 165, num = 165, tbl = 0xa5, vars = 0xa5, strterm = 0xa5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4, node = 0x4, id = 4, num = 4, tbl = 0x4, vars = 0x4, strterm = 0x4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 12884902053, node = 0x3000000a5, id = 12884902053, num = 165, tbl = 0x3000000a5, vars = 0x3000000a5, strterm = 0x3000000a5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 25769803780, node = 0x600000004, id = 25769803780, num = 4, tbl = 0x600000004, vars = 0x600000004, strterm = 0x600000004, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 73014444036, node = 0x1100000004, id = 73014444036, num = 4, tbl = 0x1100000004, vars = 0x1100000004, strterm = 0x1100000004, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 77309411332, node = 0x1200000004, id = 77309411332, num = 4, tbl = 0x1200000004, vars = 0x1200000004, strterm = 0x1200000004, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 137438953476, node = 0x2000000004, id = 137438953476, num = 4, tbl = 0x2000000004, vars = 0x2000000004, strterm = 0x2000000004, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 137438953476, node = 0x2000000004, id = 137438953476, num = 4, tbl = 0x2000000004, vars = 0x2000000004, strterm = 0x2000000004, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 137438953476, node = 0x2000000004, id = 137438953476, num = 4, tbl = 0x2000000004, vars = 0x2000000004, strterm = 0x2000000004, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 8589934597, node = 0x200000005, id = 8589934597, num = 5, tbl = 0x200000005, vars = 0x200000005, strterm = 0x200000005, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 8589934756, node = 0x2000000a4, id = 8589934756, num = 164, tbl = 0x2000000a4, vars = 0x2000000a4, strterm = 0x2000000a4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 165, node = 0xa5, id = 165, num = 165, tbl = 0xa5, vars = 0xa5, strterm = 0xa5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 12884902053, node = 0x3000000a5, id = 12884902053, num = 165, tbl = 0x3000000a5, vars = 0x3000000a5, strterm = 0x3000000a5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 8589934756, node = 0x2000000a4, id = 8589934756, num = 164, tbl = 0x2000000a4, vars = 0x2000000a4, strterm = 0x2000000a4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 8589934756, node = 0x2000000a4, id = 8589934756, num = 164, tbl = 0x2000000a4, vars = 0x2000000a4, strterm = 0x2000000a4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94489280674, node = 0x16000000a2, id = 94489280674, num = 162, tbl = 0x16000000a2, vars = 0x16000000a2, strterm = 0x16000000a2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 25769803938, node = 0x6000000a2, id = 25769803938, num = 162, tbl = 0x6000000a2, vars = 0x6000000a2, strterm = 0x6000000a2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 25769803938, node = 0x6000000a2, id = 25769803938, num = 162, tbl = 0x6000000a2, vars = 0x6000000a2, strterm = 0x6000000a2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 25769803938, node = 0x6000000a2, id = 25769803938, num = 162, tbl = 0x6000000a2, vars = 0x6000000a2, strterm = 0x6000000a2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 17179869347, node = 0x4000000a3, id = 17179869347, num = 163, tbl = 0x4000000a3, vars = 0x4000000a3, strterm = 0x4000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 8589934756, node = 0x2000000a4, id = 8589934756, num = 164, tbl = 0x2000000a4, vars = 0x2000000a4, strterm = 0x2000000a4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 21474836644, node = 0x5000000a4, id = 21474836644, num = 164, tbl = 0x5000000a4, vars = 0x5000000a4, strterm = 0x5000000a4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 335007449251, node = 0x4e000000a3, id = 335007449251, num = 163, tbl = 0x4e000000a3, vars = 0x4e000000a3, strterm = 0x4e000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 335007449251, node = 0x4e000000a3, id = 335007449251, num = 163, tbl = 0x4e000000a3, vars = 0x4e000000a3, strterm = 0x4e000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 193273528483, node = 0x2d000000a3, id = 193273528483, num = 163, tbl = 0x2d000000a3, vars = 0x2d000000a3, strterm = 0x2d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 197568495779, node = 0x2e000000a3, id = 197568495779, num = 163, tbl = 0x2e000000a3, vars = 0x2e000000a3, strterm = 0x2e000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 197568495779, node = 0x2e000000a3, id = 197568495779, num = 163, tbl = 0x2e000000a3, vars = 0x2e000000a3, strterm = 0x2e000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 214748364963, node = 0x32000000a3, id = 214748364963, num = 163, tbl = 0x32000000a3, vars = 0x32000000a3, strterm = 0x32000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 214748364963, node = 0x32000000a3, id = 214748364963, num = 163, tbl = 0x32000000a3, vars = 0x32000000a3, strterm = 0x32000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 219043332259, node = 0x33000000a3, id = 219043332259, num = 163, tbl = 0x33000000a3, vars = 0x33000000a3, strterm = 0x33000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 326417514659, node = 0x4c000000a3, id = 326417514659, num = 163, tbl = 0x4c000000a3, vars = 0x4c000000a3, strterm = 0x4c000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 326417514659, node = 0x4c000000a3, id = 326417514659, num = 163, tbl = 0x4c000000a3, vars = 0x4c000000a3, strterm = 0x4c000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 326417514659, node = 0x4c000000a3, id = 326417514659, num = 163, tbl = 0x4c000000a3, vars = 0x4c000000a3, strterm = 0x4c000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 330712481955, node = 0x4d000000a3, id = 330712481955, num = 163, tbl = 0x4d000000a3, vars = 0x4d000000a3, strterm = 0x4d000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 279172874403, node = 0x41000000a3, id = 279172874403, num = 163, tbl = 0x41000000a3, vars = 0x41000000a3, strterm = 0x41000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 322122547363, node = 0x4b000000a3, id = 322122547363, num = 163, tbl = 0x4b000000a3, vars = 0x4b000000a3, strterm = 0x4b000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 322122547363, node = 0x4b000000a3, id = 322122547363, num = 163, tbl = 0x4b000000a3, vars = 0x4b000000a3, strterm = 0x4b000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 326417514659, node = 0x4c000000a3, id = 326417514659, num = 163, tbl = 0x4c000000a3, vars = 0x4c000000a3, strterm = 0x4c000000a3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 132096, node = 0x20400, id = 132096, num = 132096, tbl = 0x20400, vars = 0x20400, strterm = 0x20400, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110434923400, node = 0x7f6e00b3f388, id = 140110434923400, num = 11793288, tbl = 0x7f6e00b3f388, vars = 0x7f6e00b3f388, strterm = 0x7f6e00b3f388, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 972245845845839872, node = 0xd7e1c7213fd9000, id = 972245845845839872, num = 335384576, tbl = 0xd7e1c7213fd9000, vars = 0xd7e1c7213fd9000, strterm = 0xd7e1c7213fd9000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110435393600, node = 0x7f6e00bb2040, id = 140110435393600, num = 12263488, tbl = 0x7f6e00bb2040, vars = 0x7f6e00bb2040, strterm = 0x7f6e00bb2040, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 25, node = 0x19, id = 25, num = 25, tbl = 0x19, vars = 0x19, strterm = 0x19, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140110435393600, node = 0x7f6e00bb2040, id = 140110435393600, num = 12263488, tbl = 0x7f6e00bb2040, vars = 0x7f6e00bb2040, strterm = 0x7f6e00bb2040, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140110434923400, node = 0x7f6e00b3f388, id = 140110434923400, num = 11793288, tbl = 0x7f6e00b3f388, vars = 0x7f6e00b3f388, strterm = 0x7f6e00b3f388, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94510962155680, node = 0x55f50c53a0a0, id = 94510962155680, num = 206807200, tbl = 0x55f50c53a0a0, vars = 0x55f50c53a0a0, strterm = 0x55f50c53a0a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140110435393600, node = 0x7f6e00bb2040, id = 140110435393600, num = 12263488, tbl = 0x7f6e00bb2040, vars = 0x7f6e00bb2040, strterm = 0x7f6e00bb2040, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94510965741536, node = 0x55f50c8a57e0, id = 94510965741536, num = 210393056, tbl = 0x55f50c8a57e0, vars = 0x55f50c8a57e0, strterm = 0x55f50c8a57e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140110502910357, node = 0x7f6e04c15995 <rb_gc_writebarrier+117>, id = 140110502910357, num = 79780245, tbl = 0x7f6e04c15995 <rb_gc_writebarrier+117>, vars = 0x7f6e04c15995 <rb_gc_writebarrier+117>, strterm = 0x7f6e04c15995 <rb_gc_writebarrier+117>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 20, node = 0x14, id = 20, num = 20, tbl = 0x14, vars = 0x14, strterm = 0x14, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 972245845845839872, node = 0xd7e1c7213fd9000, id = 972245845845839872, num = 335384576, tbl = 0xd7e1c7213fd9000, vars = 0xd7e1c7213fd9000, strterm = 0xd7e1c7213fd9000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 25, node = 0x19, id = 25, num = 25, tbl = 0x19, vars = 0x19, strterm = 0x19, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140110434923400, node = 0x7f6e00b3f388, id = 140110434923400, num = 11793288, tbl = 0x7f6e00b3f388, vars = 0x7f6e00b3f388, strterm = 0x7f6e00b3f388, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110435393600, node = 0x7f6e00bb2040, id = 140110435393600, num = 12263488, tbl = 0x7f6e00bb2040, vars = 0x7f6e00bb2040, strterm = 0x7f6e00bb2040, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 25, node = 0x19, id = 25, num = 25, tbl = 0x19, vars = 0x19, strterm = 0x19, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140110435393600, node = 0x7f6e00bb2040, id = 140110435393600, num = 12263488, tbl = 0x7f6e00bb2040, vars = 0x7f6e00bb2040, strterm = 0x7f6e00bb2040, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140110502127383, node = 0x7f6e04b56717 <rb_ary_push+87>, id = 140110502127383, num = 78997271, tbl = 0x7f6e04b56717 <rb_ary_push+87>, vars = 0x7f6e04b56717 <rb_ary_push+87>, strterm = 0x7f6e04b56717 <rb_ary_push+87>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94510962159840, node = 0x55f50c53b0e0, id = 94510962159840, num = 206811360, tbl = 0x55f50c53b0e0, vars = 0x55f50c53b0e0, strterm = 0x55f50c53b0e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94510965741312, node = 0x55f50c8a5700, id = 94510965741312, num = 210392832, tbl = 0x55f50c8a5700, vars = 0x55f50c8a5700, strterm = 0x55f50c8a5700, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94510962188400, node = 0x55f50c542070, id = 94510962188400, num = 206839920, tbl = 0x55f50c542070, vars = 0x55f50c542070, strterm = 0x55f50c542070, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140110502573241, node = 0x7f6e04bc34b9 <glob_func_caller+25>, id = 140110502573241, num = 79443129, tbl = 0x7f6e04bc34b9 <glob_func_caller+25>, vars = 0x7f6e04bc34b9 <glob_func_caller+25>, strterm = 0x7f6e04bc34b9 <glob_func_caller+25>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140110506373992, node = 0x7f6e04f63368, id = 140110506373992, num = 83243880, tbl = 0x7f6e04f63368, vars = 0x7f6e04f63368, strterm = 0x7f6e04f63368, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140110502787844, node = 0x7f6e04bf7b04 <rb_protect+260>, id = 140110502787844, num = 79657732, tbl = 0x7f6e04bf7b04 <rb_protect+260>, vars = 0x7f6e04bf7b04 <rb_protect+260>, strterm = 0x7f6e04bf7b04 <rb_protect+260>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}}
        yyvs = <optimized out>
        yyvsp = <optimized out>
        yylsa = {{beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 2, column = 19}}, {beg_pos = {lineno = 2, column = 18}, end_pos = {lineno = 2, column = 18}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 4, column = 5}}, {beg_pos = {lineno = 4, column = 6}, end_pos = {lineno = 4, column = 25}}, {beg_pos = {lineno = 4, column = 26}, end_pos = {lineno = 4, column = 40}}, {beg_pos = {lineno = 4, column = 40}, end_pos = {lineno = 4, column = 40}}, {beg_pos = {lineno = 5, column = 2}, end_pos = {lineno = 801, column = 5}}, {beg_pos = {lineno = 801, column = 2}, end_pos = {lineno = 801, column = 2}}, {beg_pos = {lineno = 803, column = 2}, end_pos = {lineno = 803, column = 23}}, {beg_pos = {lineno = 803, column = 23}, end_pos = {lineno = 803, column = 6}}, {beg_pos = {lineno = 803, column = 6}, end_pos = {lineno = 803, column = 6}}, {beg_pos = {lineno = 804, column = 4}, end_pos = {lineno = 848, column = 7}}, {beg_pos = {lineno = 848, column = 4}, end_pos = {lineno = 848, column = 4}}, {beg_pos = {lineno = 850, column = 4}, end_pos = {lineno = 850, column = 16}}, {beg_pos = {lineno = 841, column = 17}, end_pos = {lineno = 848, column = 7}}, {beg_pos = {lineno = 841, column = 19}, end_pos = {lineno = 847, column = 6}}, {beg_pos = {lineno = 848, column = 4}, end_pos = {lineno = 848, column = 7}}, {beg_pos = {lineno = 841, column = 19}, end_pos = {lineno = 841, column = 19}}, {beg_pos = {lineno = 841, column = 19}, end_pos = {lineno = 841, column = 19}}, {beg_pos = {lineno = 842, column = 6}, end_pos = {lineno = 847, column = 6}}, {beg_pos = {lineno = 847, column = 6}, end_pos = {lineno = 847, column = 6}}, {beg_pos = {lineno = 847, column = 6}, end_pos = {lineno = 847, column = 6}}, {beg_pos = {lineno = 843, column = 6}, end_pos = {lineno = 846, column = 8}}, {beg_pos = {lineno = 847, column = 6}, end_pos = {lineno = 847, column = 9}}, {beg_pos = {lineno = 843, column = 8}, end_pos = {lineno = 843, column = 8}}, {beg_pos = {lineno = 843, column = 9}, end_pos = {lineno = 843, column = 24}}, {beg_pos = {lineno = 843, column = 23}, end_pos = {lineno = 843, column = 23}}, {beg_pos = {lineno = 843, column = 23}, end_pos = {lineno = 843, column = 23}}, {beg_pos = {lineno = 844, column = 8}, end_pos = {lineno = 844, column = 8}}, {beg_pos = {lineno = 845, column = 6}, end_pos = {lineno = 846, column = 8}}, {beg_pos = {lineno = 845, column = 8}, end_pos = {lineno = 845, column = 8}}, {beg_pos = {lineno = 845, column = 8}, end_pos = {lineno = 845, column = 8}}, {beg_pos = {lineno = 845, column = 9}, end_pos = {lineno = 845, column = 23}}, {beg_pos = {lineno = 845, column = 22}, end_pos = {lineno = 845, column = 22}}, {beg_pos = {lineno = 845, column = 22}, end_pos = {lineno = 845, column = 22}}, {beg_pos = {lineno = 846, column = 8}, end_pos = {lineno = 846, column = 8}}, {beg_pos = {lineno = 846, column = 8}, end_pos = {lineno = 846, column = 8}}, {beg_pos = {lineno = 845, column = 19}, end_pos = {lineno = 845, column = 20}}, {beg_pos = {lineno = 845, column = 21}, end_pos = {lineno = 845, column = 22}}, {beg_pos = {lineno = 270, column = 32}, end_pos = {lineno = 270, column = 35}}, {beg_pos = {lineno = 270, column = 25}, end_pos = {lineno = 270, column = 25}}, {beg_pos = {lineno = 270, column = 26}, end_pos = {lineno = 270, column = 27}}, {beg_pos = {lineno = 270, column = 27}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 28}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 29}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 270, column = 31}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 919, column = 78}, end_pos = {lineno = 919, column = 79}}, {beg_pos = {lineno = 919, column = 73}, end_pos = {lineno = 919, column = 77}}, {beg_pos = {lineno = 919, column = 71}, end_pos = {lineno = 919, column = 72}}, {beg_pos = {lineno = 12320768, column = 32622}, end_pos = {lineno = -740427346, column = 227318}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 132096, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 12355288, column = 32622}, end_pos = {lineno = 335384576, column = 226368626}}, {beg_pos = {lineno = 12263488, column = 32622}, end_pos = {lineno = 164, column = 0}}, {beg_pos = {lineno = 12263488, column = 32622}, end_pos = {lineno = 12355288, column = 32622}}, {beg_pos = {lineno = 206807200, column = 22005}, end_pos = {lineno = 12263488, column = 32622}}, {beg_pos = {lineno = 210392720, column = 22005}, end_pos = {lineno = 79780245, column = 32622}}, {beg_pos = {lineno = 128, column = 0}, end_pos = {lineno = 335384576, column = 226368626}}, {beg_pos = {lineno = 164, column = 0}, end_pos = {lineno = 12355288, column = 32622}}, {beg_pos = {lineno = 12263488, column = 32622}, end_pos = {lineno = 164, column = 0}}, {beg_pos = {lineno = 12263488, column = 32622}, end_pos = {lineno = 78997271, column = 32622}}, {beg_pos = {lineno = 206811360, column = 22005}, end_pos = {lineno = 210392576, column = 22005}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 206839920, column = 22005}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 79443129, column = 32622}}, {beg_pos = {lineno = 210393080, column = 22005}, end_pos = {lineno = 83297372, column = 32622}}, {beg_pos = {lineno = 77703680, column = 32622}, end_pos = {lineno = 226653313, column = 0}}, {beg_pos = {lineno = 12634240, column = 32622}, end_pos = {lineno = 208137096, column = 22005}}, {beg_pos = {lineno = 74155052, column = 32622}, end_pos = {lineno = 83298442, column = 32622}}, {beg_pos = {lineno = 562, column = 0}, end_pos = {lineno = 83297173, column = 32622}}, {beg_pos = {lineno = 83243008, column = 32622}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 12634216, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 78710416, column = 32622}, end_pos = {lineno = 83298442, column = 32622}}, {beg_pos = {lineno = 2086, column = 0}, end_pos = {lineno = 83297173, column = 32622}}, {beg_pos = {lineno = 83243008, column = 32622}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 12633232, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 78705752, column = 32622}, end_pos = {lineno = 83298442, column = 32622}}, {beg_pos = {lineno = 920, column = 0}, end_pos = {lineno = 78762440, column = 32622}}, {beg_pos = {lineno = 83243008, column = 32622}, end_pos = {lineno = -972878328, column = 32765}}, {beg_pos = {lineno = -972878332, column = 32765}, end_pos = {lineno = -972878396, column = 32765}}, {beg_pos = {lineno = 78762440, column = 32622}, end_pos = {lineno = -972878192, column = 32765}}, {beg_pos = {lineno = 12634216, column = 32622}, end_pos = {lineno = 78710696, column = 32622}}, {beg_pos = {lineno = 12638738, column = 32622}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 56737513, column = 0}, end_pos = {lineno = -972878332, column = 32765}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -972878128, column = 32765}}, {beg_pos = {lineno = 12633232, column = 32622}, end_pos = {lineno = -972878144, column = 32765}}, {beg_pos = {lineno = 208156728, column = 0}, end_pos = {lineno = 207488656, column = 22005}}, {beg_pos = {lineno = 16, column = 0}, end_pos = {lineno = -972878208, column = 32765}}, {beg_pos = {lineno = -972878192, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 208156728, column = 22005}, end_pos = {lineno = -972877976, column = 32765}}, {beg_pos = {lineno = 12638738, column = 32622}, end_pos = {lineno = -972878144, column = 32765}}, {beg_pos = {lineno = -972878128, column = 32765}, end_pos = {lineno = 83300841, column = 32622}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 208155856, column = 22005}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 208155856, column = 22005}, end_pos = {lineno = 208156728, column = 22005}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 5157, column = 0}}, {beg_pos = {lineno = 210430112, column = 22005}, end_pos = {lineno = 1, column = 22005}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 83321223, column = 32622}}, {beg_pos = {lineno = 78732776, column = 32622}, end_pos = {lineno = 83243008, column = 32622}}, {beg_pos = {lineno = 11788088, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 12352888, column = 32622}, end_pos = {lineno = 74133008, column = 32622}}, {beg_pos = {lineno = 208162512, column = 22005}, end_pos = {lineno = 83321223, column = 32622}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 12906616, column = 32622}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 12352888, column = 32622}, end_pos = {lineno = 74133008, column = 32622}}, {beg_pos = {lineno = 208162512, column = 22005}, end_pos = {lineno = 83321223, column = 32622}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 206936128, column = 22005}, end_pos = {lineno = 78732776, column = 32622}}, {beg_pos = {lineno = -972877024, column = 32765}, end_pos = {lineno = 83352430, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 12883232, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -972877200, column = 32765}}, {beg_pos = {lineno = 12351488, column = 32622}, end_pos = {lineno = 3, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -972877472, column = 32765}}, {beg_pos = {lineno = 78750848, column = 32622}, end_pos = {lineno = 8096, column = 65535}}, {beg_pos = {lineno = 72945528, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 76164064, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 32768, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1919295523, column = 1852144239}, end_pos = {lineno = 1920234335, column = 1600613993}}, {beg_pos = {lineno = 1953066079, column = 1818325605}, end_pos = {lineno = 1634082874, column = 174420844}}, {beg_pos = {lineno = 32768, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 209300264, column = 22005}, end_pos = {lineno = 73085336, column = 32622}}, {beg_pos = {lineno = 72739288, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 165, column = 0}}, {beg_pos = {lineno = 72739288, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = -16777216}, end_pos = {lineno = -1, column = -1}}, {beg_pos = {lineno = 2108478, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 166, column = 1}, end_pos = {lineno = 166, column = 1}}, {beg_pos = {lineno = 73085336, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 206813424, column = 22005}, end_pos = {lineno = 206812304, column = 22005}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 79748656, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 335384576, column = 226368626}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74762873, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 335384576, column = 226368626}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 210401136, column = 22005}, end_pos = {lineno = 206807200, column = 22005}}, {beg_pos = {lineno = 12352888, column = 32622}, end_pos = {lineno = 74133008, column = 32622}}, {beg_pos = {lineno = 208162512, column = 22005}, end_pos = {lineno = 79760341, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 210401136, column = 22005}}, {beg_pos = {lineno = 12351488, column = 32622}, end_pos = {lineno = 80302440, column = 32622}}, {beg_pos = {lineno = 210430112, column = 22005}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 34177, column = 0}, end_pos = {lineno = 79193446, column = 32622}}, {beg_pos = {lineno = 12352888, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 209677624, column = 22005}, end_pos = {lineno = 79658316, column = 32622}}, {beg_pos = {lineno = 206811360, column = 22005}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 12786816, column = 32622}, end_pos = {lineno = 1835009, column = 34177}}, {beg_pos = {lineno = -972876936, column = 32765}, end_pos = {lineno = 335384576, column = 226368626}}, {beg_pos = {lineno = 11536368, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -972875888, column = 32765}, end_pos = {lineno = 10851248, column = 32622}}, {beg_pos = {lineno = 210401240, column = 22005}, end_pos = {lineno = 210401240, column = 22005}}, {beg_pos = {lineno = 34177, column = 0}, end_pos = {lineno = 79277429, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 79278177, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 79748656, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 335384576, column = 226368626}}, {beg_pos = {lineno = 39, column = 32765}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 83242064, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 206807200, column = 22005}, end_pos = {lineno = 79769786, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74758828, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 76164064, column = 32622}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 76163968, column = 32622}}, {beg_pos = {lineno = 1912, column = 0}, end_pos = {lineno = -96, column = -1}}, {beg_pos = {lineno = 1920, column = 0}, end_pos = {lineno = 120, column = 0}}, {beg_pos = {lineno = 110, column = 0}, end_pos = {lineno = 79748656, column = 32622}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 335384576, column = 226368626}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 83242064, column = 32622}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 206807200, column = 22005}, end_pos = {lineno = 79769786, column = 32622}}, {beg_pos = {lineno = 30, column = 0}, end_pos = {lineno = 611030, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}}
        yyls = <optimized out>
        yylsp = <optimized out>
        yyerror_range = <optimized out>
        yystacksize = <optimized out>
        yyn = <optimized out>
        yyresult = <optimized out>
        yytoken = <optimized out>
        yyval = {val = 140110433949080, node = 0x7f6e00a51598, id = 140110433949080, num = 10818968, tbl = 0x7f6e00a51598, vars = 0x7f6e00a51598, strterm = 0x7f6e00a51598, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}
        yyloc = {beg_pos = {lineno = 848, column = 4}, end_pos = {lineno = 848, column = 4}}
        yymsgbuf = "\000\200\000\000\000\000\000\000|\000\000\000w\000\000\000n\000\000\000^\000\000\000\000\220\375\023r\034~\r\003", '\000' <repeats 17 times>, "\245\000n\177\000\000\240\240S\f\365U\000\000\000\000\000\000\000\000\000\000\350\222\245\000n\177\000\000,\000\000\000\000\000\000\000:\t\302\004n\177\000\000\240\240S\f\365U\000\000pw\212\f\365U", '\000' <repeats 17 times>
        yymsg = 0x7ffdc60314f0 ""
        yymsg_alloc = 128
        yylen = 0
#30 0x00007f6e00c31d6a in ripper_parse0 (parser_v=parser_v@entry=140110433982200) at ripper.y:14382
        p = 0x55f50c8b6a10
#31 0x00007f6e04bf7cee in rb_ensure (b_proc=b_proc@entry=0x7f6e00c31c80 <ripper_parse0>, data1=data1@entry=140110433982200, e_proc=e_proc@entry=0x7f6e00c13bc0 <ripper_ensure>, data2=data2@entry=140110433982200) at /tmp/ruby/v3/src/trunk-gc-asserts/eval.c:1003
        _ec = 0x55f50c53b0e0
        _tag = {tag = 36, retval = 140727925544848, buf = {0x7ffdc6031690, 0x7f6e04bf7dd0 <rb_ensure+528>, 0x0, 0x7ffdc60315e0, 0x0}, prev = 0x7ffdc6031950, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x55f50c53b0e0
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f6e00c13bc0 <ripper_ensure>, data2 = 140110433982200}}
#32 0x00007f6e00c14715 in ripper_parse (self=140110433982200) at ripper.y:14420
        p = 0x55f50c8b6a10
#33 0x00007f6e04dcee08 in vm_call_cfunc_with_frame (ec=0x55f50c53b0e0, reg_cfp=0x7f6e046b2e10, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_insnhelper.c:3233
        ci = 0x8581001c0001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6e04590f78
        cfunc = 0x55f50c684ed8
        len = <optimized out>
        recv = 140110433982200
        block_handler = 0
        frame_type = <optimized out>
        argc = 0
        orig_argc = 0
        args = <optimized out>
        args = <optimized out>
#34 0x00007f6e04dde721 in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_callinfo.h:367
        val = 0
        ci = 0x7ffdc602f520
        cc = <optimized out>
        recv = 2
        argc = <optimized out>
        calling = {ci = 0x8581001c0001, cc = 0x7f6e00bc7850, block_handler = 0, recv = 140110433982200, argc = 0, kw_splat = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#35 vm_exec_core (ec=0x55f50c53b0e0, initial=140727925536032) at ../../src/trunk-gc-asserts/insns.def:820
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x55f50c8aa568
        reg_cfp = 0x7f6e046b2e10
        insns_address_table = {0x7f6e04de0c6b <vm_exec_core+9883>, 0x7f6e04ddea82 <vm_exec_core+1202>, 0x7f6e04ddea0e <vm_exec_core+1086>, 0x7f6e04dde994 <vm_exec_core+964>, 0x7f6e04dde919 <vm_exec_core+841>, 0x7f6e04ddeb77 <vm_exec_core+1447>, 0x7f6e04ddeaec <vm_exec_core+1308>, 0x7f6e04ddebff <vm_exec_core+1583>, 0x7f6e04dde8bf <vm_exec_core+751>, 0x7f6e04ddf941 <vm_exec_core+4977>, 0x7f6e04ddf8a6 <vm_exec_core+4822>, 0x7f6e04ddf7d8 <vm_exec_core+4616>, 0x7f6e04ddf60c <vm_exec_core+4156>, 0x7f6e04ddf59b <vm_exec_core+4043>, 0x7f6e04ddf52a <vm_exec_core+3930>, 0x7f6e04ddf4eb <vm_exec_core+3867>, 0x7f6e04ddf4b1 <vm_exec_core+3809>, 0x7f6e04ddf47a <vm_exec_core+3754>, 0x7f6e04ddf443 <vm_exec_core+3699>, 0x7f6e04ddf40c <vm_exec_core+3644>, 0x7f6e04ddf39b <vm_exec_core+3531>, 0x7f6e04ddf35c <vm_exec_core+3468>, 0x7f6e04ddf300 <vm_exec_core+3376>, 0x7f6e04ddf2b8 <vm_exec_core+3304>, 0x7f6e04ddf22f <vm_exec_core+3167>, 0x7f6e04de080e <vm_exec_core+8766>, 0x7f6e04de07af <vm_exec_core+8671>, 0x7f6e04de0733 <vm_exec_core+8547>, 0x7f6e04de06f7 <vm_exec_core+8487>, 0x7f6e04de0a3c <vm_exec_core+9324>, 0x7f6e04de08eb <vm_exec_core+8987>, 0x7f6e04ddf9e2 <vm_exec_core+5138>, 0x7f6e04ddf983 <vm_exec_core+5043>, 0x7f6e04de0870 <vm_exec_core+8864>, 0x7f6e04ddfbd2 <vm_exec_core+5634>, 0x7f6e04de0847 <vm_exec_core+8823>, 0x7f6e04ddf143 <vm_exec_core+2931>, 0x7f6e04ddf0ec <vm_exec_core+2844>, 0x7f6e04ddf0b6 <vm_exec_core+2790>, 0x7f6e04ddefcd <vm_exec_core+2557>, 0x7f6e04ddef84 <vm_exec_core+2484>, 0x7f6e04ddef3a <vm_exec_core+2410>, 0x7f6e04ddef06 <vm_exec_core+2358>, 0x7f6e04ddf1b7 <vm_exec_core+3047>, 0x7f6e04ddee22 <vm_exec_core+2130>, 0x7f6e04ddedb5 <vm_exec_core+2021>, 0x7f6e04dded6d <vm_exec_core+1949>, 0x7f6e04ddec9a <vm_exec_core+1738>, 0x7f6e04ddec5e <vm_exec_core+1678>, 0x7f6e04dde867 <vm_exec_core+663>, 0x7f6e04dde756 <vm_exec_core+390>, 0x7f6e04dde670 <vm_exec_core+160>, 0x7f6e04de064d <vm_exec_core+8317>, 0x7f6e04de020f <vm_exec_core+7231>, 0x7f6e04de0bfd <vm_exec_core+9773>, 0x7f6e04de01b7 <vm_exec_core+7143>, 0x7f6e04de04cd <vm_exec_core+7933>, 0x7f6e04de034d <vm_exec_core+7549>, 0x7f6e04de001a <vm_exec_core+6730>, 0x7f6e04ddff60 <vm_exec_core+6544>, 0x7f6e04de02c5 <vm_exec_core+7413>, 0x7f6e04de0aca <vm_exec_core+9466>, 0x7f6e04de0178 <vm_exec_core+7080>, 0x7f6e04de011a <vm_exec_core+6986>, 0x7f6e04de0267 <vm_exec_core+7319>, 0x7f6e04ddfb91 <vm_exec_core+5569>, 0x7f6e04ddfae9 <vm_exec_core+5401>, 0x7f6e04ddfa2a <vm_exec_core+5210>, 0x7f6e04de0f1b <vm_exec_core+10571>, 0x7f6e04de0e67 <vm_exec_core+10391>, 0x7f6e04de0db7 <vm_exec_core+10215>, 0x7f6e04de0d35 <vm_exec_core+10085>, 0x7f6e04de0c80 <vm_exec_core+9904>, 0x7f6e04de187c <vm_exec_core+12972>, 0x7f6e04de1779 <vm_exec_core+12713>, 0x7f6e04de17d1 <vm_exec_core+12801>, 0x7f6e04de16d3 <vm_exec_core+12547>, 0x7f6e04de1628 <vm_exec_core+12376>, 0x7f6e04de1582 <vm_exec_core+12210>, 0x7f6e04de14f1 <vm_exec_core+12065>, 0x7f6e04de13ff <vm_exec_core+11823>, 0x7f6e04de139a <vm_exec_core+11722>, 0x7f6e04de1323 <vm_exec_core+11603>, 0x7f6e04de1459 <vm_exec_core+11913>, 0x7f6e04ddfd50 <vm_exec_core+6016>, 0x7f6e04dde622 <vm_exec_core+82>, 0x7f6e04de12eb <vm_exec_core+11547>, 0x7f6e04de0bc1 <vm_exec_core+9713>, 0x7f6e04de1296 <vm_exec_core+11462>, 0x7f6e04de1239 <vm_exec_core+11369>, 0x7f6e04de11e7 <vm_exec_core+11287>, 0x7f6e04de114d <vm_exec_core+11133>, 0x7f6e04ddfeec <vm_exec_core+6428>, 0x7f6e04ddfe91 <vm_exec_core+6337>, 0x7f6e04ddfe0a <vm_exec_core+6202>, 0x7f6e04ddfdc1 <vm_exec_core+6129>, 0x7f6e04ddfcff <vm_exec_core+5935>, 0x7f6e04ddfcae <vm_exec_core+5854>, 0x7f6e04ddfc55 <vm_exec_core+5765>, 0x7f6e04ddfc1e <vm_exec_core+5710>, 0x7f6e04ddf180 <vm_exec_core+2992>, 0x7f6e04de0c4f <vm_exec_core+9855>, 0x7f6e04ddea73 <vm_exec_core+1187>, 0x7f6e04dde9ff <vm_exec_core+1071>, 0x7f6e04dde985 <vm_exec_core+949>, 0x7f6e04dde90a <vm_exec_core+826>, 0x7f6e04ddeb68 <vm_exec_core+1432>, 0x7f6e04ddeadd <vm_exec_core+1293>, 0x7f6e04ddebf0 <vm_exec_core+1568>, 0x7f6e04dde8b0 <vm_exec_core+736>, 0x7f6e04ddf932 <vm_exec_core+4962>, 0x7f6e04ddf897 <vm_exec_core+4807>, 0x7f6e04ddf7c9 <vm_exec_core+4601>, 0x7f6e04ddf5fd <vm_exec_core+4141>, 0x7f6e04ddf58c <vm_exec_core+4028>, 0x7f6e04ddf51b <vm_exec_core+3915>, 0x7f6e04ddf4dc <vm_exec_core+3852>, 0x7f6e04ddf4a2 <vm_exec_core+3794>, 0x7f6e04ddf46b <vm_exec_core+3739>, 0x7f6e04ddf434 <vm_exec_core+3684>, 0x7f6e04ddf3fd <vm_exec_core+3629>, 0x7f6e04ddf38c <vm_exec_core+3516>, 0x7f6e04ddf34d <vm_exec_core+3453>, 0x7f6e04ddf2f1 <vm_exec_core+3361>, 0x7f6e04ddf2a9 <vm_exec_core+3289>, 0x7f6e04ddf220 <vm_exec_core+3152>, 0x7f6e04de07ff <vm_exec_core+8751>, 0x7f6e04de07a0 <vm_exec_core+8656>, 0x7f6e04de0724 <vm_exec_core+8532>, 0x7f6e04de06e8 <vm_exec_core+8472>, 0x7f6e04de0a2d <vm_exec_core+9309>, 0x7f6e04de08dc <vm_exec_core+8972>, 0x7f6e04ddf9d3 <vm_exec_core+5123>, 0x7f6e04ddf974 <vm_exec_core+5028>, 0x7f6e04de0861 <vm_exec_core+8849>, 0x7f6e04ddfbc3 <vm_exec_core+5619>, 0x7f6e04de0838 <vm_exec_core+8808>, 0x7f6e04ddf134 <vm_exec_core+2916>, 0x7f6e04ddf0dd <vm_exec_core+2829>, 0x7f6e04ddf0a7 <vm_exec_core+2775>, 0x7f6e04ddefbe <vm_exec_core+2542>, 0x7f6e04ddef75 <vm_exec_core+2469>, 0x7f6e04ddef2b <vm_exec_core+2395>, 0x7f6e04ddeef7 <vm_exec_core+2343>, 0x7f6e04ddf1a8 <vm_exec_core+3032>, 0x7f6e04ddee13 <vm_exec_core+2115>, 0x7f6e04ddeda6 <vm_exec_core+2006>, 0x7f6e04dded5e <vm_exec_core+1934>, 0x7f6e04ddec8b <vm_exec_core+1723>, 0x7f6e04ddec4f <vm_exec_core+1663>, 0x7f6e04dde858 <vm_exec_core+648>, 0x7f6e04dde747 <vm_exec_core+375>, 0x7f6e04de1139 <vm_exec_core+11113>, 0x7f6e04de063e <vm_exec_core+8302>, 0x7f6e04de0200 <vm_exec_core+7216>, 0x7f6e04de1125 <vm_exec_core+11093>, 0x7f6e04de01a8 <vm_exec_core+7128>, 0x7f6e04de04be <vm_exec_core+7918>, 0x7f6e04de033e <vm_exec_core+7534>, 0x7f6e04de000b <vm_exec_core+6715>, 0x7f6e04ddff51 <vm_exec_core+6529>, 0x7f6e04de02b6 <vm_exec_core+7398>, 0x7f6e04de0abb <vm_exec_core+9451>, 0x7f6e04de0169 <vm_exec_core+7065>, 0x7f6e04de010b <vm_exec_core+6971>, 0x7f6e04de0258 <vm_exec_core+7304>, 0x7f6e04ddfb82 <vm_exec_core+5554>, 0x7f6e04ddfada <vm_exec_core+5386>, 0x7f6e04ddfa1b <vm_exec_core+5195>, 0x7f6e04de10fd <vm_exec_core+11053>, 0x7f6e04de10d5 <vm_exec_core+11013>, 0x7f6e04de10e9 <vm_exec_core+11033>, 0x7f6e04de10c1 <vm_exec_core+10993>, 0x7f6e04de10ad <vm_exec_core+10973>, 0x7f6e04de1099 <vm_exec_core+10953>, 0x7f6e04de107e <vm_exec_core+10926>, 0x7f6e04de106a <vm_exec_core+10906>, 0x7f6e04de1056 <vm_exec_core+10886>, 0x7f6e04de1042 <vm_exec_core+10866>, 0x7f6e04de1111 <vm_exec_core+11073>, 0x7f6e04de102e <vm_exec_core+10846>, 0x7f6e04de101a <vm_exec_core+10826>, 0x7f6e04de1006 <vm_exec_core+10806>, 0x7f6e04de0ff2 <vm_exec_core+10786>, 0x7f6e04de0fde <vm_exec_core+10766>, 0x7f6e04ddfd41 <vm_exec_core+6001>, 0x7f6e04dde613 <vm_exec_core+67>, 0x7f6e04de0fca <vm_exec_core+10746>, 0x7f6e04de0fb6 <vm_exec_core+10726>, 0x7f6e04de0fa2 <vm_exec_core+10706>, 0x7f6e04de0f8e <vm_exec_core+10686>, 0x7f6e04de0a83 <vm_exec_core+9395>, 0x7f6e04de0a87 <vm_exec_core+9399>, 0x7f6e04ddfedd <vm_exec_core+6413>, 0x7f6e04ddfe82 <vm_exec_core+6322>, 0x7f6e04ddfdfb <vm_exec_core+6187>, 0x7f6e04ddfdb2 <vm_exec_core+6114>, 0x7f6e04ddfcf0 <vm_exec_core+5920>, 0x7f6e04ddfc9f <vm_exec_core+5839>, 0x7f6e04ddfc46 <vm_exec_core+5750>...}
#36 0x00007f6e04de41c4 in rb_vm_exec (ec=0x55f50c53b0e0, jit_enable_p=true) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:2353
        _ec = 0x55f50c53b0e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdc60319a0, 0x7f6e04de41e0 <rb_vm_exec+448>, 0x0, 0x7ffdc6031880, 0x0}, prev = 0x7ffdc6031d10, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#37 0x00007f6e04de74a6 in eval_string_with_cref (self=<optimized out>, src=<optimized out>, cref=0x7f6e00a59590, file=140110433981880, line=1) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:1770
        ec = 0x55f50c53b0e0
        block = {as = {captured = {self = 140110433982200, ep = 0x7f6e045b30f8, code = {iseq = 0x7f6e0459e240, ifunc = 0x7f6e0459e240, val = 140110496129600}}, symbol = 140110433982200, proc = 140110433982200}, type = block_type_iseq}
        iseq = 0x7f6e00a593b0
        cfp = <optimized out>
#38 0x00007f6e04deb909 in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=140110433982200) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:2015
        cref = 0x7f6e00a59590
        cref = <optimized out>
#39 specific_eval (kw_splat=0, singleton=1, self=<optimized out>, argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:2039
        file = 140110433981880
        line = <optimized out>
        code = 140110433982000
#40 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:2079
No locals.
#41 0x00007f6e04dcee08 in vm_call_cfunc_with_frame (ec=0x55f50c53b0e0, reg_cfp=0x7f6e046b2e90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_insnhelper.c:3233
        ci = 0x258100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6e04556d78
        cfunc = 0x55f50c57ad68
        len = <optimized out>
        recv = 140110433982200
        block_handler = 0
        frame_type = <optimized out>
        argc = 2
        orig_argc = 2
        args = <optimized out>
        args = <optimized out>
#42 0x00007f6e04dde721 in vm_sendish (block_handler=<optimized out>, method_explorer=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_callinfo.h:367
        val = 0
        ci = 0x7ffdc602f520
        cc = <optimized out>
        recv = 2
        argc = <optimized out>
        calling = {ci = 0x258100100005, cc = 0x7f6e00bc7c38, block_handler = 0, recv = 140110433982200, argc = 2, kw_splat = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#43 vm_exec_core (ec=0x55f50c53b0e0, initial=140727925536032) at ../../src/trunk-gc-asserts/insns.def:820
        bh = <optimized out>
        cd = 0x0
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x55f50c678280
        reg_cfp = 0x7f6e046b2e90
        insns_address_table = {0x7f6e04de0c6b <vm_exec_core+9883>, 0x7f6e04ddea82 <vm_exec_core+1202>, 0x7f6e04ddea0e <vm_exec_core+1086>, 0x7f6e04dde994 <vm_exec_core+964>, 0x7f6e04dde919 <vm_exec_core+841>, 0x7f6e04ddeb77 <vm_exec_core+1447>, 0x7f6e04ddeaec <vm_exec_core+1308>, 0x7f6e04ddebff <vm_exec_core+1583>, 0x7f6e04dde8bf <vm_exec_core+751>, 0x7f6e04ddf941 <vm_exec_core+4977>, 0x7f6e04ddf8a6 <vm_exec_core+4822>, 0x7f6e04ddf7d8 <vm_exec_core+4616>, 0x7f6e04ddf60c <vm_exec_core+4156>, 0x7f6e04ddf59b <vm_exec_core+4043>, 0x7f6e04ddf52a <vm_exec_core+3930>, 0x7f6e04ddf4eb <vm_exec_core+3867>, 0x7f6e04ddf4b1 <vm_exec_core+3809>, 0x7f6e04ddf47a <vm_exec_core+3754>, 0x7f6e04ddf443 <vm_exec_core+3699>, 0x7f6e04ddf40c <vm_exec_core+3644>, 0x7f6e04ddf39b <vm_exec_core+3531>, 0x7f6e04ddf35c <vm_exec_core+3468>, 0x7f6e04ddf300 <vm_exec_core+3376>, 0x7f6e04ddf2b8 <vm_exec_core+3304>, 0x7f6e04ddf22f <vm_exec_core+3167>, 0x7f6e04de080e <vm_exec_core+8766>, 0x7f6e04de07af <vm_exec_core+8671>, 0x7f6e04de0733 <vm_exec_core+8547>, 0x7f6e04de06f7 <vm_exec_core+8487>, 0x7f6e04de0a3c <vm_exec_core+9324>, 0x7f6e04de08eb <vm_exec_core+8987>, 0x7f6e04ddf9e2 <vm_exec_core+5138>, 0x7f6e04ddf983 <vm_exec_core+5043>, 0x7f6e04de0870 <vm_exec_core+8864>, 0x7f6e04ddfbd2 <vm_exec_core+5634>, 0x7f6e04de0847 <vm_exec_core+8823>, 0x7f6e04ddf143 <vm_exec_core+2931>, 0x7f6e04ddf0ec <vm_exec_core+2844>, 0x7f6e04ddf0b6 <vm_exec_core+2790>, 0x7f6e04ddefcd <vm_exec_core+2557>, 0x7f6e04ddef84 <vm_exec_core+2484>, 0x7f6e04ddef3a <vm_exec_core+2410>, 0x7f6e04ddef06 <vm_exec_core+2358>, 0x7f6e04ddf1b7 <vm_exec_core+3047>, 0x7f6e04ddee22 <vm_exec_core+2130>, 0x7f6e04ddedb5 <vm_exec_core+2021>, 0x7f6e04dded6d <vm_exec_core+1949>, 0x7f6e04ddec9a <vm_exec_core+1738>, 0x7f6e04ddec5e <vm_exec_core+1678>, 0x7f6e04dde867 <vm_exec_core+663>, 0x7f6e04dde756 <vm_exec_core+390>, 0x7f6e04dde670 <vm_exec_core+160>, 0x7f6e04de064d <vm_exec_core+8317>, 0x7f6e04de020f <vm_exec_core+7231>, 0x7f6e04de0bfd <vm_exec_core+9773>, 0x7f6e04de01b7 <vm_exec_core+7143>, 0x7f6e04de04cd <vm_exec_core+7933>, 0x7f6e04de034d <vm_exec_core+7549>, 0x7f6e04de001a <vm_exec_core+6730>, 0x7f6e04ddff60 <vm_exec_core+6544>, 0x7f6e04de02c5 <vm_exec_core+7413>, 0x7f6e04de0aca <vm_exec_core+9466>, 0x7f6e04de0178 <vm_exec_core+7080>, 0x7f6e04de011a <vm_exec_core+6986>, 0x7f6e04de0267 <vm_exec_core+7319>, 0x7f6e04ddfb91 <vm_exec_core+5569>, 0x7f6e04ddfae9 <vm_exec_core+5401>, 0x7f6e04ddfa2a <vm_exec_core+5210>, 0x7f6e04de0f1b <vm_exec_core+10571>, 0x7f6e04de0e67 <vm_exec_core+10391>, 0x7f6e04de0db7 <vm_exec_core+10215>, 0x7f6e04de0d35 <vm_exec_core+10085>, 0x7f6e04de0c80 <vm_exec_core+9904>, 0x7f6e04de187c <vm_exec_core+12972>, 0x7f6e04de1779 <vm_exec_core+12713>, 0x7f6e04de17d1 <vm_exec_core+12801>, 0x7f6e04de16d3 <vm_exec_core+12547>, 0x7f6e04de1628 <vm_exec_core+12376>, 0x7f6e04de1582 <vm_exec_core+12210>, 0x7f6e04de14f1 <vm_exec_core+12065>, 0x7f6e04de13ff <vm_exec_core+11823>, 0x7f6e04de139a <vm_exec_core+11722>, 0x7f6e04de1323 <vm_exec_core+11603>, 0x7f6e04de1459 <vm_exec_core+11913>, 0x7f6e04ddfd50 <vm_exec_core+6016>, 0x7f6e04dde622 <vm_exec_core+82>, 0x7f6e04de12eb <vm_exec_core+11547>, 0x7f6e04de0bc1 <vm_exec_core+9713>, 0x7f6e04de1296 <vm_exec_core+11462>, 0x7f6e04de1239 <vm_exec_core+11369>, 0x7f6e04de11e7 <vm_exec_core+11287>, 0x7f6e04de114d <vm_exec_core+11133>, 0x7f6e04ddfeec <vm_exec_core+6428>, 0x7f6e04ddfe91 <vm_exec_core+6337>, 0x7f6e04ddfe0a <vm_exec_core+6202>, 0x7f6e04ddfdc1 <vm_exec_core+6129>, 0x7f6e04ddfcff <vm_exec_core+5935>, 0x7f6e04ddfcae <vm_exec_core+5854>, 0x7f6e04ddfc55 <vm_exec_core+5765>, 0x7f6e04ddfc1e <vm_exec_core+5710>, 0x7f6e04ddf180 <vm_exec_core+2992>, 0x7f6e04de0c4f <vm_exec_core+9855>, 0x7f6e04ddea73 <vm_exec_core+1187>, 0x7f6e04dde9ff <vm_exec_core+1071>, 0x7f6e04dde985 <vm_exec_core+949>, 0x7f6e04dde90a <vm_exec_core+826>, 0x7f6e04ddeb68 <vm_exec_core+1432>, 0x7f6e04ddeadd <vm_exec_core+1293>, 0x7f6e04ddebf0 <vm_exec_core+1568>, 0x7f6e04dde8b0 <vm_exec_core+736>, 0x7f6e04ddf932 <vm_exec_core+4962>, 0x7f6e04ddf897 <vm_exec_core+4807>, 0x7f6e04ddf7c9 <vm_exec_core+4601>, 0x7f6e04ddf5fd <vm_exec_core+4141>, 0x7f6e04ddf58c <vm_exec_core+4028>, 0x7f6e04ddf51b <vm_exec_core+3915>, 0x7f6e04ddf4dc <vm_exec_core+3852>, 0x7f6e04ddf4a2 <vm_exec_core+3794>, 0x7f6e04ddf46b <vm_exec_core+3739>, 0x7f6e04ddf434 <vm_exec_core+3684>, 0x7f6e04ddf3fd <vm_exec_core+3629>, 0x7f6e04ddf38c <vm_exec_core+3516>, 0x7f6e04ddf34d <vm_exec_core+3453>, 0x7f6e04ddf2f1 <vm_exec_core+3361>, 0x7f6e04ddf2a9 <vm_exec_core+3289>, 0x7f6e04ddf220 <vm_exec_core+3152>, 0x7f6e04de07ff <vm_exec_core+8751>, 0x7f6e04de07a0 <vm_exec_core+8656>, 0x7f6e04de0724 <vm_exec_core+8532>, 0x7f6e04de06e8 <vm_exec_core+8472>, 0x7f6e04de0a2d <vm_exec_core+9309>, 0x7f6e04de08dc <vm_exec_core+8972>, 0x7f6e04ddf9d3 <vm_exec_core+5123>, 0x7f6e04ddf974 <vm_exec_core+5028>, 0x7f6e04de0861 <vm_exec_core+8849>, 0x7f6e04ddfbc3 <vm_exec_core+5619>, 0x7f6e04de0838 <vm_exec_core+8808>, 0x7f6e04ddf134 <vm_exec_core+2916>, 0x7f6e04ddf0dd <vm_exec_core+2829>, 0x7f6e04ddf0a7 <vm_exec_core+2775>, 0x7f6e04ddefbe <vm_exec_core+2542>, 0x7f6e04ddef75 <vm_exec_core+2469>, 0x7f6e04ddef2b <vm_exec_core+2395>, 0x7f6e04ddeef7 <vm_exec_core+2343>, 0x7f6e04ddf1a8 <vm_exec_core+3032>, 0x7f6e04ddee13 <vm_exec_core+2115>, 0x7f6e04ddeda6 <vm_exec_core+2006>, 0x7f6e04dded5e <vm_exec_core+1934>, 0x7f6e04ddec8b <vm_exec_core+1723>, 0x7f6e04ddec4f <vm_exec_core+1663>, 0x7f6e04dde858 <vm_exec_core+648>, 0x7f6e04dde747 <vm_exec_core+375>, 0x7f6e04de1139 <vm_exec_core+11113>, 0x7f6e04de063e <vm_exec_core+8302>, 0x7f6e04de0200 <vm_exec_core+7216>, 0x7f6e04de1125 <vm_exec_core+11093>, 0x7f6e04de01a8 <vm_exec_core+7128>, 0x7f6e04de04be <vm_exec_core+7918>, 0x7f6e04de033e <vm_exec_core+7534>, 0x7f6e04de000b <vm_exec_core+6715>, 0x7f6e04ddff51 <vm_exec_core+6529>, 0x7f6e04de02b6 <vm_exec_core+7398>, 0x7f6e04de0abb <vm_exec_core+9451>, 0x7f6e04de0169 <vm_exec_core+7065>, 0x7f6e04de010b <vm_exec_core+6971>, 0x7f6e04de0258 <vm_exec_core+7304>, 0x7f6e04ddfb82 <vm_exec_core+5554>, 0x7f6e04ddfada <vm_exec_core+5386>, 0x7f6e04ddfa1b <vm_exec_core+5195>, 0x7f6e04de10fd <vm_exec_core+11053>, 0x7f6e04de10d5 <vm_exec_core+11013>, 0x7f6e04de10e9 <vm_exec_core+11033>, 0x7f6e04de10c1 <vm_exec_core+10993>, 0x7f6e04de10ad <vm_exec_core+10973>, 0x7f6e04de1099 <vm_exec_core+10953>, 0x7f6e04de107e <vm_exec_core+10926>, 0x7f6e04de106a <vm_exec_core+10906>, 0x7f6e04de1056 <vm_exec_core+10886>, 0x7f6e04de1042 <vm_exec_core+10866>, 0x7f6e04de1111 <vm_exec_core+11073>, 0x7f6e04de102e <vm_exec_core+10846>, 0x7f6e04de101a <vm_exec_core+10826>, 0x7f6e04de1006 <vm_exec_core+10806>, 0x7f6e04de0ff2 <vm_exec_core+10786>, 0x7f6e04de0fde <vm_exec_core+10766>, 0x7f6e04ddfd41 <vm_exec_core+6001>, 0x7f6e04dde613 <vm_exec_core+67>, 0x7f6e04de0fca <vm_exec_core+10746>, 0x7f6e04de0fb6 <vm_exec_core+10726>, 0x7f6e04de0fa2 <vm_exec_core+10706>, 0x7f6e04de0f8e <vm_exec_core+10686>, 0x7f6e04de0a83 <vm_exec_core+9395>, 0x7f6e04de0a87 <vm_exec_core+9399>, 0x7f6e04ddfedd <vm_exec_core+6413>, 0x7f6e04ddfe82 <vm_exec_core+6322>, 0x7f6e04ddfdfb <vm_exec_core+6187>, 0x7f6e04ddfdb2 <vm_exec_core+6114>, 0x7f6e04ddfcf0 <vm_exec_core+5920>, 0x7f6e04ddfc9f <vm_exec_core+5839>, 0x7f6e04ddfc46 <vm_exec_core+5750>...}
#44 0x00007f6e04de41c4 in rb_vm_exec (ec=0x55f50c53b0e0, jit_enable_p=true) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:2353
        _ec = 0x55f50c53b0e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdc6031d60, 0x7f6e04de41e0 <rb_vm_exec+448>, 0x0, 0x7ffdc6031c40, 0x0}, prev = 0x7ffdc6032080, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#45 0x00007f6e04dea00e in invoke_block (captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=<optimized out>, self=<optimized out>, iseq=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:1381
        arg_size = <optimized out>
        arg_size = <optimized out>
#46 invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:1437
        iseq = <optimized out>
        i = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = <optimized out>
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#47 invoke_block_from_c_bh (argc=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, argv=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:1455
        captured = <optimized out>
        captured = <optimized out>
#48 vm_yield_with_cref (argc=<optimized out>, kw_splat=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:1492
No locals.
#49 vm_yield (kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:1500
No locals.
#50 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:1348
No locals.
#51 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_eval.c:1364
No locals.
#52 0x00007f6e04b520dc in rb_ary_each (ary=140110434918520) at /tmp/ruby/v3/src/trunk-gc-asserts/include/ruby/internal/core/rarray.h:391
        i = 6
#53 0x00007f6e04dcee08 in vm_call_cfunc_with_frame (ec=0x55f50c53b0e0, reg_cfp=0x7f6e046b2f90, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_insnhelper.c:3233
        ci = 0xbd100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6e04550338
        cfunc = 0x55f50c5915f8
        len = <optimized out>
        recv = 140110434918520
        block_handler = 140110497263529
        frame_type = <optimized out>
        argc = 0
        orig_argc = 0
        args = <optimized out>
        args = <optimized out>
#54 0x00007f6e04dde832 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/vm_callinfo.h:367
        val = 0
        ci = <optimized out>
        cc = <optimized out>
        recv = 2
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7f6e045aa8b0, block_handler = 140110497263529, recv = 140110434918520, argc = 0, kw_splat = 0}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#55 vm_exec_core (ec=0x55f50c53b0e0, initial=140727925536032) at ../../src/trunk-gc-asserts/insns.def:801
        bh = <optimized out>
        cd = 0x55f50c69bc60
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = <optimized out>
        reg_pc = 0x55f50c68ee98
        reg_cfp = 0x7f6e046b2f90
        insns_address_table = {0x7f6e04de0c6b <vm_exec_core+9883>, 0x7f6e04ddea82 <vm_exec_core+1202>, 0x7f6e04ddea0e <vm_exec_core+1086>, 0x7f6e04dde994 <vm_exec_core+964>, 0x7f6e04dde919 <vm_exec_core+841>, 0x7f6e04ddeb77 <vm_exec_core+1447>, 0x7f6e04ddeaec <vm_exec_core+1308>, 0x7f6e04ddebff <vm_exec_core+1583>, 0x7f6e04dde8bf <vm_exec_core+751>, 0x7f6e04ddf941 <vm_exec_core+4977>, 0x7f6e04ddf8a6 <vm_exec_core+4822>, 0x7f6e04ddf7d8 <vm_exec_core+4616>, 0x7f6e04ddf60c <vm_exec_core+4156>, 0x7f6e04ddf59b <vm_exec_core+4043>, 0x7f6e04ddf52a <vm_exec_core+3930>, 0x7f6e04ddf4eb <vm_exec_core+3867>, 0x7f6e04ddf4b1 <vm_exec_core+3809>, 0x7f6e04ddf47a <vm_exec_core+3754>, 0x7f6e04ddf443 <vm_exec_core+3699>, 0x7f6e04ddf40c <vm_exec_core+3644>, 0x7f6e04ddf39b <vm_exec_core+3531>, 0x7f6e04ddf35c <vm_exec_core+3468>, 0x7f6e04ddf300 <vm_exec_core+3376>, 0x7f6e04ddf2b8 <vm_exec_core+3304>, 0x7f6e04ddf22f <vm_exec_core+3167>, 0x7f6e04de080e <vm_exec_core+8766>, 0x7f6e04de07af <vm_exec_core+8671>, 0x7f6e04de0733 <vm_exec_core+8547>, 0x7f6e04de06f7 <vm_exec_core+8487>, 0x7f6e04de0a3c <vm_exec_core+9324>, 0x7f6e04de08eb <vm_exec_core+8987>, 0x7f6e04ddf9e2 <vm_exec_core+5138>, 0x7f6e04ddf983 <vm_exec_core+5043>, 0x7f6e04de0870 <vm_exec_core+8864>, 0x7f6e04ddfbd2 <vm_exec_core+5634>, 0x7f6e04de0847 <vm_exec_core+8823>, 0x7f6e04ddf143 <vm_exec_core+2931>, 0x7f6e04ddf0ec <vm_exec_core+2844>, 0x7f6e04ddf0b6 <vm_exec_core+2790>, 0x7f6e04ddefcd <vm_exec_core+2557>, 0x7f6e04ddef84 <vm_exec_core+2484>, 0x7f6e04ddef3a <vm_exec_core+2410>, 0x7f6e04ddef06 <vm_exec_core+2358>, 0x7f6e04ddf1b7 <vm_exec_core+3047>, 0x7f6e04ddee22 <vm_exec_core+2130>, 0x7f6e04ddedb5 <vm_exec_core+2021>, 0x7f6e04dded6d <vm_exec_core+1949>, 0x7f6e04ddec9a <vm_exec_core+1738>, 0x7f6e04ddec5e <vm_exec_core+1678>, 0x7f6e04dde867 <vm_exec_core+663>, 0x7f6e04dde756 <vm_exec_core+390>, 0x7f6e04dde670 <vm_exec_core+160>, 0x7f6e04de064d <vm_exec_core+8317>, 0x7f6e04de020f <vm_exec_core+7231>, 0x7f6e04de0bfd <vm_exec_core+9773>, 0x7f6e04de01b7 <vm_exec_core+7143>, 0x7f6e04de04cd <vm_exec_core+7933>, 0x7f6e04de034d <vm_exec_core+7549>, 0x7f6e04de001a <vm_exec_core+6730>, 0x7f6e04ddff60 <vm_exec_core+6544>, 0x7f6e04de02c5 <vm_exec_core+7413>, 0x7f6e04de0aca <vm_exec_core+9466>, 0x7f6e04de0178 <vm_exec_core+7080>, 0x7f6e04de011a <vm_exec_core+6986>, 0x7f6e04de0267 <vm_exec_core+7319>, 0x7f6e04ddfb91 <vm_exec_core+5569>, 0x7f6e04ddfae9 <vm_exec_core+5401>, 0x7f6e04ddfa2a <vm_exec_core+5210>, 0x7f6e04de0f1b <vm_exec_core+10571>, 0x7f6e04de0e67 <vm_exec_core+10391>, 0x7f6e04de0db7 <vm_exec_core+10215>, 0x7f6e04de0d35 <vm_exec_core+10085>, 0x7f6e04de0c80 <vm_exec_core+9904>, 0x7f6e04de187c <vm_exec_core+12972>, 0x7f6e04de1779 <vm_exec_core+12713>, 0x7f6e04de17d1 <vm_exec_core+12801>, 0x7f6e04de16d3 <vm_exec_core+12547>, 0x7f6e04de1628 <vm_exec_core+12376>, 0x7f6e04de1582 <vm_exec_core+12210>, 0x7f6e04de14f1 <vm_exec_core+12065>, 0x7f6e04de13ff <vm_exec_core+11823>, 0x7f6e04de139a <vm_exec_core+11722>, 0x7f6e04de1323 <vm_exec_core+11603>, 0x7f6e04de1459 <vm_exec_core+11913>, 0x7f6e04ddfd50 <vm_exec_core+6016>, 0x7f6e04dde622 <vm_exec_core+82>, 0x7f6e04de12eb <vm_exec_core+11547>, 0x7f6e04de0bc1 <vm_exec_core+9713>, 0x7f6e04de1296 <vm_exec_core+11462>, 0x7f6e04de1239 <vm_exec_core+11369>, 0x7f6e04de11e7 <vm_exec_core+11287>, 0x7f6e04de114d <vm_exec_core+11133>, 0x7f6e04ddfeec <vm_exec_core+6428>, 0x7f6e04ddfe91 <vm_exec_core+6337>, 0x7f6e04ddfe0a <vm_exec_core+6202>, 0x7f6e04ddfdc1 <vm_exec_core+6129>, 0x7f6e04ddfcff <vm_exec_core+5935>, 0x7f6e04ddfcae <vm_exec_core+5854>, 0x7f6e04ddfc55 <vm_exec_core+5765>, 0x7f6e04ddfc1e <vm_exec_core+5710>, 0x7f6e04ddf180 <vm_exec_core+2992>, 0x7f6e04de0c4f <vm_exec_core+9855>, 0x7f6e04ddea73 <vm_exec_core+1187>, 0x7f6e04dde9ff <vm_exec_core+1071>, 0x7f6e04dde985 <vm_exec_core+949>, 0x7f6e04dde90a <vm_exec_core+826>, 0x7f6e04ddeb68 <vm_exec_core+1432>, 0x7f6e04ddeadd <vm_exec_core+1293>, 0x7f6e04ddebf0 <vm_exec_core+1568>, 0x7f6e04dde8b0 <vm_exec_core+736>, 0x7f6e04ddf932 <vm_exec_core+4962>, 0x7f6e04ddf897 <vm_exec_core+4807>, 0x7f6e04ddf7c9 <vm_exec_core+4601>, 0x7f6e04ddf5fd <vm_exec_core+4141>, 0x7f6e04ddf58c <vm_exec_core+4028>, 0x7f6e04ddf51b <vm_exec_core+3915>, 0x7f6e04ddf4dc <vm_exec_core+3852>, 0x7f6e04ddf4a2 <vm_exec_core+3794>, 0x7f6e04ddf46b <vm_exec_core+3739>, 0x7f6e04ddf434 <vm_exec_core+3684>, 0x7f6e04ddf3fd <vm_exec_core+3629>, 0x7f6e04ddf38c <vm_exec_core+3516>, 0x7f6e04ddf34d <vm_exec_core+3453>, 0x7f6e04ddf2f1 <vm_exec_core+3361>, 0x7f6e04ddf2a9 <vm_exec_core+3289>, 0x7f6e04ddf220 <vm_exec_core+3152>, 0x7f6e04de07ff <vm_exec_core+8751>, 0x7f6e04de07a0 <vm_exec_core+8656>, 0x7f6e04de0724 <vm_exec_core+8532>, 0x7f6e04de06e8 <vm_exec_core+8472>, 0x7f6e04de0a2d <vm_exec_core+9309>, 0x7f6e04de08dc <vm_exec_core+8972>, 0x7f6e04ddf9d3 <vm_exec_core+5123>, 0x7f6e04ddf974 <vm_exec_core+5028>, 0x7f6e04de0861 <vm_exec_core+8849>, 0x7f6e04ddfbc3 <vm_exec_core+5619>, 0x7f6e04de0838 <vm_exec_core+8808>, 0x7f6e04ddf134 <vm_exec_core+2916>, 0x7f6e04ddf0dd <vm_exec_core+2829>, 0x7f6e04ddf0a7 <vm_exec_core+2775>, 0x7f6e04ddefbe <vm_exec_core+2542>, 0x7f6e04ddef75 <vm_exec_core+2469>, 0x7f6e04ddef2b <vm_exec_core+2395>, 0x7f6e04ddeef7 <vm_exec_core+2343>, 0x7f6e04ddf1a8 <vm_exec_core+3032>, 0x7f6e04ddee13 <vm_exec_core+2115>, 0x7f6e04ddeda6 <vm_exec_core+2006>, 0x7f6e04dded5e <vm_exec_core+1934>, 0x7f6e04ddec8b <vm_exec_core+1723>, 0x7f6e04ddec4f <vm_exec_core+1663>, 0x7f6e04dde858 <vm_exec_core+648>, 0x7f6e04dde747 <vm_exec_core+375>, 0x7f6e04de1139 <vm_exec_core+11113>, 0x7f6e04de063e <vm_exec_core+8302>, 0x7f6e04de0200 <vm_exec_core+7216>, 0x7f6e04de1125 <vm_exec_core+11093>, 0x7f6e04de01a8 <vm_exec_core+7128>, 0x7f6e04de04be <vm_exec_core+7918>, 0x7f6e04de033e <vm_exec_core+7534>, 0x7f6e04de000b <vm_exec_core+6715>, 0x7f6e04ddff51 <vm_exec_core+6529>, 0x7f6e04de02b6 <vm_exec_core+7398>, 0x7f6e04de0abb <vm_exec_core+9451>, 0x7f6e04de0169 <vm_exec_core+7065>, 0x7f6e04de010b <vm_exec_core+6971>, 0x7f6e04de0258 <vm_exec_core+7304>, 0x7f6e04ddfb82 <vm_exec_core+5554>, 0x7f6e04ddfada <vm_exec_core+5386>, 0x7f6e04ddfa1b <vm_exec_core+5195>, 0x7f6e04de10fd <vm_exec_core+11053>, 0x7f6e04de10d5 <vm_exec_core+11013>, 0x7f6e04de10e9 <vm_exec_core+11033>, 0x7f6e04de10c1 <vm_exec_core+10993>, 0x7f6e04de10ad <vm_exec_core+10973>, 0x7f6e04de1099 <vm_exec_core+10953>, 0x7f6e04de107e <vm_exec_core+10926>, 0x7f6e04de106a <vm_exec_core+10906>, 0x7f6e04de1056 <vm_exec_core+10886>, 0x7f6e04de1042 <vm_exec_core+10866>, 0x7f6e04de1111 <vm_exec_core+11073>, 0x7f6e04de102e <vm_exec_core+10846>, 0x7f6e04de101a <vm_exec_core+10826>, 0x7f6e04de1006 <vm_exec_core+10806>, 0x7f6e04de0ff2 <vm_exec_core+10786>, 0x7f6e04de0fde <vm_exec_core+10766>, 0x7f6e04ddfd41 <vm_exec_core+6001>, 0x7f6e04dde613 <vm_exec_core+67>, 0x7f6e04de0fca <vm_exec_core+10746>, 0x7f6e04de0fb6 <vm_exec_core+10726>, 0x7f6e04de0fa2 <vm_exec_core+10706>, 0x7f6e04de0f8e <vm_exec_core+10686>, 0x7f6e04de0a83 <vm_exec_core+9395>, 0x7f6e04de0a87 <vm_exec_core+9399>, 0x7f6e04ddfedd <vm_exec_core+6413>, 0x7f6e04ddfe82 <vm_exec_core+6322>, 0x7f6e04ddfdfb <vm_exec_core+6187>, 0x7f6e04ddfdb2 <vm_exec_core+6114>, 0x7f6e04ddfcf0 <vm_exec_core+5920>, 0x7f6e04ddfc9f <vm_exec_core+5839>, 0x7f6e04ddfc46 <vm_exec_core+5750>...}
#56 0x00007f6e04de41c4 in rb_vm_exec (ec=0x55f50c53b0e0, jit_enable_p=true) at /tmp/ruby/v3/src/trunk-gc-asserts/vm.c:2353
        _ec = 0x55f50c53b0e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdc60320d0, 0x7f6e04de41e0 <rb_vm_exec+448>, 0x0, 0x7ffdc6031fb0, 0x7f6e0459ddb8}, prev = 0x7ffdc6032140, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#57 0x00007f6e04bf360b in rb_ec_exec_node (ec=ec@entry=0x55f50c53b0e0, n=n@entry=0x7f6e0459eab0) at /tmp/ruby/v3/src/trunk-gc-asserts/eval.c:289
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 140110504468420, buf = {0x7ffdc6032190, 0x7f6e04bf3662 <rb_ec_exec_node+274>, 0x0, 0x7ffdc6032110, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f6e0459eab0
#58 0x00007f6e04bf9a03 in ruby_run_node (n=0x7f6e0459eab0) at /tmp/ruby/v3/src/trunk-gc-asserts/eval.c:330
        ec = 0x55f50c53b0e0
        status = 0
#59 0x000055f50a92f187 in rb_main (argv=0x7ffdc6032328, argc=149) at /tmp/ruby/v3/src/trunk-gc-asserts/main.c:38
        variable_in_this_stack_frame = 0
#60 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/v3/src/trunk-gc-asserts/main.c:57
No locals.

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