# Logfile created on 2023-03-29 04:58:45 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055919a5d9f68 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20230329-045844", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055919a6733e8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055919a6732a8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055919a6730c8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20230329-045844", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20230329-045844>, @binmode=false, @mon_data=#<Monitor:0x000055919a673000>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision unchanged
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
Already up to date.
Latest commit hash = 8c8d068016
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-yjit/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-yjit/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
	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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/debug.revision unchanged
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
ext/configure-ext.mk unchanged
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.7
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.2
                                    error_highlight 0.5.1
                                    fileutils 1.7.0
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.6.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    racc 1.6.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.3
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.0.2
                                    tempfile 0.1.3
                                    time 0.2.1
                                    timeout 0.3.2
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.1
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.2
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    readline-ext 0.1.5
                                    stringio 3.0.6
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0
                                    minitest 5.18.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.5.7
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.4
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.0.4
                                    typeprof 0.21.7
                                    debug 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1823 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0 
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

# Running tests:


Retrying...
Finished tests in 237.332856s, 100.3232 tests/s, 37557.9604 assertions/s.
23810 tests, 8913738 assertions, 0 failures, 0 errors, 142 skips

ruby -v: ruby 3.3.0dev (2023-03-29T04:00:22Z master 8c8d068016) +YJIT [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'
$ /tmp/ruby/build/trunk-yjit/miniruby -I/tmp/ruby/src/trunk-yjit/lib /tmp/ruby/src/trunk-yjit/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-yjit --extout=.ext -- /tmp/ruby/src/trunk-yjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-yjit/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-03-29T04:00:22Z master 8c8d068016) +YJIT [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 93.352026 seconds

3841 files, 31576 examples, 197812 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-yjit/ruby -c /tmp/cores/core.1001.523037.ruby -x gdbscript
[New LWP 523037]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-yjit/ruby -w --disable=gems -I/tmp/ruby/src/trunk-yjit/to'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140564506961856) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fd7b98167c0 (LWP 523037) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140564506961856) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7fd7b98167c0 (LWP 523037)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140564506961856) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fd7b98167c0
        old_mask = {__val = {24, 140564507649235, 93908431000320, 12407347914084592896, 219, 18446744073709551344, 2, 0, 93908428561303, 93908430461712, 24, 140564507649235, 0, 140564507545581, 140564506961856, 140564509160960}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=140564506961856) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140564506961856, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fd7b985b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fd7b98417f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x2d30303030303666, sa_sigaction = 0x2d30303030303666}, sa_mask = {__val = {2, 140564509177504, 3432, 93908428561542, 140564507543632, 2, 2314885530818453536, 7809632576447149659, 140564509177504, 2, 2, 1, 93908428561542, 140564509160960, 140564507496535, 140564506955024}}, sa_flags = 0, sa_restorer = 0x7fd7b9a336a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3978148725840504422, 7306639832622575664, 3472328334966861923, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 140564507541357}}
#5  0x00005568c24c8dd6 in die () at /tmp/ruby/src/trunk-yjit/error.c:776
No locals.
#6  rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x5568c2abd580, fmt=fmt@entry=0x5568c28616d1 "Segmentation fault at %p") at /tmp/ruby/src/trunk-yjit/error.c:817
        file = <optimized out>
        line = 1
#7  0x00005568c261841d in sigsegv (sig=11, info=0x5568c2abd6b0, ctx=0x5568c2abd580) at /tmp/ruby/src/trunk-yjit/signal.c:964
No locals.
#8  <signal handler called>
No locals.
#9  0x00005568c24e9e48 in RVALUE_WB_UNPROTECTED (obj=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:1650
No locals.
#10 rgengc_check_relation (objspace=0x5568c2a3c0e0, obj=93908434411784) at /tmp/ruby/src/trunk-yjit/gc.c:6983
        old_parent = <optimized out>
        __func__ = <optimized out>
#11 0x00005568c24eda4d in rgengc_check_relation (obj=93908434411784, objspace=0x5568c2a3c0e0) at /tmp/ruby/src/trunk-yjit/gc.c:7078
        old_parent = <optimized out>
        old_parent = <optimized out>
        __func__ = <optimized out>
#12 gc_mark_ptr (objspace=0x5568c2a3c0e0, obj=93908434411784) at /tmp/ruby/src/trunk-yjit/gc.c:7059
        __func__ = "gc_mark_ptr"
#13 0x00005568c255a29c in mark_ast_value (node=0x5568c2ea1b38, ctx=0x0) at /tmp/ruby/src/trunk-yjit/node.c:1379
        args = <optimized out>
#14 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=9, nbe=0x5568c2ea1af0) at /tmp/ruby/src/trunk-yjit/node.c:1338
        cursor = 1
        cursor = <optimized out>
#15 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-yjit/node.c:1348
        nbe = 0x5568c2ea1af0
        nbe = <optimized out>
#16 rb_ast_mark (ast=0x7fd7b5a771e8) at /tmp/ruby/src/trunk-yjit/node.c:1436
        nb = <optimized out>
#17 0x00005568c24f0da8 in gc_mark_stacked_objects (count=<optimized out>, incremental=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:7512
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = 0
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = <optimized out>
#18 gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:7550
No locals.
#19 gc_marks_rest (objspace=0x5568c2a3c0e0) at /tmp/ruby/src/trunk-yjit/gc.c:8717
No locals.
#20 0x00005568c24f1d52 in gc_marks (full_mark=<optimized out>, objspace=0x5568c2a3c0e0) at /tmp/ruby/src/trunk-yjit/gc.c:8774
        marking_finished = false
        marking_finished = <optimized out>
#21 gc_start (objspace=0x5568c2a3c0e0, reason=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:9557
        do_full_mark = <optimized out>
        immediate_mark = <optimized out>
        __func__ = <optimized out>
        lock_lev = 0
#22 0x00005568c24f53fd in heap_prepare (heap=0x5568c2a3c140, size_pool=0x5568c2a3c108, objspace=0x5568c2a3c0e0) at /tmp/ruby/src/trunk-yjit/gc.c:2416
        __func__ = <optimized out>
#23 heap_next_free_page (heap=0x5568c2a3c140, size_pool=0x5568c2a3c108, objspace=0x5568c2a3c0e0) at /tmp/ruby/src/trunk-yjit/gc.c:2685
        page = <optimized out>
        page = <optimized out>
        __func__ = <optimized out>
#24 newobj_alloc (objspace=0x5568c2a3c0e0, cr=0x5568c2a3cdf0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:2791
        page = <optimized out>
        lev = 1
        unlock_vm = <optimized out>
        size_pool = 0x5568c2a3c108
        heap = 0x5568c2a3c140
        cache = 0x5568c2a3d068
        obj = <optimized out>
        __func__ = <optimized out>
#25 0x00005568c24f62e8 in newobj_of0 (alloc_size=24, cr=<optimized out>, wb_protected=1, flags=8199, klass=140564454577320) at /tmp/ruby/src/trunk-yjit/gc.c:2893
        obj = <optimized out>
        objspace = 0x5568c2a3c0e0
        size_pool_idx = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
#26 newobj_of (alloc_size=24, wb_protected=1, v3=0, v2=0, v1=0, flags=8199, klass=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:2913
        obj = <optimized out>
        obj = <optimized out>
#27 rb_wb_protected_newobj_of (klass=klass@entry=140564454577320, flags=flags@entry=8199, size=size@entry=24) at /tmp/ruby/src/trunk-yjit/gc.c:2935
        __func__ = <optimized out>
#28 0x00005568c2796fd0 in ary_alloc_embed (capa=1, klass=140564454577320) at /tmp/ruby/src/trunk-yjit/array.c:797
        size = 24
        ary = <optimized out>
        size = <optimized out>
        ary = <optimized out>
#29 ary_make_partial (len=1, offset=0, klass=140564454577320, ary=140564444238200) at /tmp/ruby/src/trunk-yjit/array.c:1344
        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>
#30 rb_ary_resurrect (ary=140564444238200) at /tmp/ruby/src/trunk-yjit/array.c:2916
No locals.
#31 0x00005568c2edbbe1 in ?? ()
No symbol table info available.
#32 0x0000000000000001 in ?? ()
No symbol table info available.
#33 0x000000000000c901 in ?? ()
No symbol table info available.
#34 0x00005568c2a3d120 in ?? ()
No symbol table info available.
#35 0x00005568c26b083d in jit_exec (ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:411
        func = <optimized out>
        func = <optimized out>
#36 rb_vm_exec (ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:2365
        _ec = 0x5568c2a3d120
        _tag = {tag = 36, retval = 4, buf = {0x7fd7b5a773c8, 0x5568c26b0878 <rb_vm_exec+392>, 0x0, 0x7ffec085e180, 0x24}, prev = 0x7ffec085fb40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#37 0x00005568c26bab03 in vm_call0_cc (kw_splat=0, cc=<optimized out>, argv=0x7ffec085e3a0, argc=1, id=51457, recv=140564442346440, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:85
        calling = {ci = 0x7ffec085e330, cc = 0x7fd7b5c56040, block_handler = 0, recv = 140564442346440, argc = 1, kw_splat = false}
#38 rb_funcallv_scope (recv=140564442346440, mid=51457, argc=1, argv=0x7ffec085e3a0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1040
        ec = 0x5568c2a3d120
        cc = <optimized out>
        self = <optimized out>
#39 0x00007fd7b5d77f4a in ripper_dispatch1 (a=<optimized out>, mid=<optimized out>, p=0x5568c2dab640) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14192
        rb_funcall_argc = 1
        rb_funcall_args = {140564505821960}
        rb_funcall_nargs = 1
#40 ripper_scan_event_val (t=tINTEGER, p=0x5568c2dab640) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:6272
        str = <optimized out>
        rval = <optimized out>
        str = <optimized out>
        rval = <optimized out>
#41 ripper_dispatch_scan_event (p=0x5568c2dab640, t=tINTEGER) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:6282
No locals.
#42 0x00007fd7b5d7ff85 in yylex (p=0x5568c2dab640, yylloc=0x7ffec085e4d0, lval=0x7ffec085e4a8) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:10490
        t = <optimized out>
        t = <optimized out>
#43 ripper_yyparse (p=0x5568c2dab640) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.c:10528
        yychar = <optimized out>
        yylval = {val = 140564505823000, node = 0x7fd7b9700718, id = 140564505823000, num = -1183840488, tbl = 0x7fd7b9700718, vars = 0x7fd7b9700718, strterm = 0x7fd7b9700718, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 595, column = 10}, end_pos = {lineno = 595, column = 11}}
        yynerrs = <optimized out>
        yystate = <optimized out>
        yyerrstatus = <optimized out>
        yystacksize = <optimized out>
        yyssa = {0, 2, 71, 313, 99, 403, 646, 824, 265, 481, 76, 324, 565, 265, 481, 80, 333, 574, 760, 897, 1032, 55, 55, 274, 486, 897, 1032, 1133, 800, 970, 812, 982, 1097, 1178, 1231, 1270, 1292, 1300, 1093, 480, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 0, 0, 0, 0, 1032, 1133, 800, 970, 0, 0, 680, 679, 32, 0, 0, 0, 34, 0, 754, 895, 1029, 1132, 480, 624, 794, 0, 0, 0, -6496, -16251, 32766, 0, 3, 0, 0, 0, -6480, -16251, 32766, 0, 0, 0, 32766, 512, -1168, -16251, 32766, 0, -6512, -16251, 32766, 0, -6480, -16251, 32766, 0, -6512, -16251, 32766, 0, 364, 0, 0, 0, 36, 0, 0, 0, 14152, -15656, 21864, 0, 36, 0, 0, 0, 15040, -19008, 32727, 0, -1168, -16251, 32766, 0, 128, 0, 0, 0, 1, 0, 5, 0, 1, 0, 5, 0, 1, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 16128, -15782, 21864, 0, -5632, -16251, 32766, 0, 565, 749, 893, 970, -2, -1, 32727, 0, 842, 0, 0, 0, 0, 1, 3, 311, 0, 0, 0, 0, 0, 1, 3, 311, 0, 0, 0, 0, 36, 0, 0, 0, -28632, -19007, 32727, 0}
        yyss = <optimized out>
        yyssp = <optimized out>
        yyvsa = {{val = 140564444057960, node = 0x7fd7b5c19168, id = 140564444057960, num = -1245605528, tbl = 0x7fd7b5c19168, vars = 0x7fd7b5c19168, strterm = 0x7fd7b5c19168, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140564444318080, node = 0x7fd7b5c58980, id = 140564444318080, num = -1245345408, tbl = 0x7fd7b5c58980, vars = 0x7fd7b5c58980, strterm = 0x7fd7b5c58980, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564442338240, node = 0x7fd7b5a753c0, id = 140564442338240, num = -1247325248, tbl = 0x7fd7b5a753c0, vars = 0x7fd7b5a753c0, strterm = 0x7fd7b5a753c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140564442341000, node = 0x7fd7b5a75e88, id = 140564442341000, num = -1247322488, tbl = 0x7fd7b5a75e88, vars = 0x7fd7b5a75e88, strterm = 0x7fd7b5a75e88, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140561394696192, node = 0x7fd700000000, id = 140561394696192, num = 0, tbl = 0x7fd700000000, vars = 0x7fd700000000, strterm = 0x7fd700000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564442335560, node = 0x7fd7b5a74948, id = 140564442335560, num = -1247327928, tbl = 0x7fd7b5a74948, vars = 0x7fd7b5a74948, strterm = 0x7fd7b5a74948, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140564442331440, node = 0x7fd7b5a73930, id = 140564442331440, num = -1247332048, tbl = 0x7fd7b5a73930, vars = 0x7fd7b5a73930, strterm = 0x7fd7b5a73930, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, 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 = 140564443937600, node = 0x7fd7b5bfbb40, id = 140564443937600, num = -1245725888, tbl = 0x7fd7b5bfbb40, vars = 0x7fd7b5bfbb40, strterm = 0x7fd7b5bfbb40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140564443938200, node = 0x7fd7b5bfbd98, id = 140564443938200, num = -1245725288, tbl = 0x7fd7b5bfbd98, vars = 0x7fd7b5bfbd98, strterm = 0x7fd7b5bfbd98, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 93908434408984, node = 0x5568c2dfd618, id = 93908434408984, num = -1025518056, tbl = 0x5568c2dfd618, vars = 0x5568c2dfd618, strterm = 0x5568c2dfd618, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140564443933600, node = 0x7fd7b5bfaba0, id = 140564443933600, num = -1245729888, tbl = 0x7fd7b5bfaba0, vars = 0x7fd7b5bfaba0, strterm = 0x7fd7b5bfaba0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140564443933600, node = 0x7fd7b5bfaba0, id = 140564443933600, num = -1245729888, tbl = 0x7fd7b5bfaba0, vars = 0x7fd7b5bfaba0, strterm = 0x7fd7b5bfaba0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140564505855680, node = 0x7fd7b97086c0, id = 140564505855680, num = -1183807808, tbl = 0x7fd7b97086c0, vars = 0x7fd7b97086c0, strterm = 0x7fd7b97086c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140564505856600, node = 0x7fd7b9708a58, id = 140564505856600, num = -1183806888, tbl = 0x7fd7b9708a58, vars = 0x7fd7b9708a58, strterm = 0x7fd7b9708a58, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93908434415592, node = 0x5568c2dfefe8, id = 93908434415592, num = -1025511448, tbl = 0x5568c2dfefe8, vars = 0x5568c2dfefe8, strterm = 0x5568c2dfefe8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140564505849960, node = 0x7fd7b9707068, id = 140564505849960, num = -1183813528, tbl = 0x7fd7b9707068, vars = 0x7fd7b9707068, strterm = 0x7fd7b9707068, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 93908433023920, node = 0x5568c2cab3b0, id = 93908433023920, num = -1026903120, tbl = 0x5568c2cab3b0, vars = 0x5568c2cab3b0, strterm = 0x5568c2cab3b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140565689663487, node = 0x7fd7ffffffff, id = 140565689663487, num = -1, tbl = 0x7fd7ffffffff, vars = 0x7fd7ffffffff, strterm = 0x7fd7ffffffff, 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 = 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 = 140564505847480, node = 0x7fd7b97066b8, id = 140564505847480, num = -1183816008, tbl = 0x7fd7b97066b8, vars = 0x7fd7b97066b8, strterm = 0x7fd7b97066b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564505846200, node = 0x7fd7b97061b8, id = 140564505846200, num = -1183817288, tbl = 0x7fd7b97061b8, vars = 0x7fd7b97061b8, strterm = 0x7fd7b97061b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564505841080, node = 0x7fd7b9704db8, id = 140564505841080, num = -1183822408, tbl = 0x7fd7b9704db8, vars = 0x7fd7b9704db8, strterm = 0x7fd7b9704db8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564505844560, node = 0x7fd7b9705b50, id = 140564505844560, num = -1183818928, tbl = 0x7fd7b9705b50, vars = 0x7fd7b9705b50, strterm = 0x7fd7b9705b50, 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 = 140564444569840, node = 0x7fd7b5c960f0, id = 140564444569840, num = -1245093648, tbl = 0x7fd7b5c960f0, vars = 0x7fd7b5c960f0, strterm = 0x7fd7b5c960f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140564505869720, node = 0x7fd7b970bd98, id = 140564505869720, num = -1183793768, tbl = 0x7fd7b970bd98, vars = 0x7fd7b970bd98, strterm = 0x7fd7b970bd98, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 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 = 140564505877560, node = 0x7fd7b970dc38, id = 140564505877560, num = -1183785928, tbl = 0x7fd7b970dc38, vars = 0x7fd7b970dc38, strterm = 0x7fd7b970dc38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564505878920, node = 0x7fd7b970e188, id = 140564505878920, num = -1183784568, tbl = 0x7fd7b970e188, vars = 0x7fd7b970e188, strterm = 0x7fd7b970e188, 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 = 140564444547840, node = 0x7fd7b5c90b00, id = 140564444547840, num = -1245115648, tbl = 0x7fd7b5c90b00, vars = 0x7fd7b5c90b00, strterm = 0x7fd7b5c90b00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564444549760, node = 0x7fd7b5c91280, id = 140564444549760, num = -1245113728, tbl = 0x7fd7b5c91280, vars = 0x7fd7b5c91280, strterm = 0x7fd7b5c91280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564444553520, node = 0x7fd7b5c92130, id = 140564444553520, num = -1245109968, tbl = 0x7fd7b5c92130, vars = 0x7fd7b5c92130, strterm = 0x7fd7b5c92130, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564505882680, node = 0x7fd7b970f038, id = 140564505882680, num = -1183780808, tbl = 0x7fd7b970f038, vars = 0x7fd7b970f038, strterm = 0x7fd7b970f038, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, 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 = 140564444051040, node = 0x7fd7b5c17660, id = 140564444051040, num = -1245612448, tbl = 0x7fd7b5c17660, vars = 0x7fd7b5c17660, strterm = 0x7fd7b5c17660, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140564444052400, node = 0x7fd7b5c17bb0, id = 140564444052400, num = -1245611088, tbl = 0x7fd7b5c17bb0, vars = 0x7fd7b5c17bb0, strterm = 0x7fd7b5c17bb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564443579560, node = 0x7fd7b5ba44a8, id = 140564443579560, num = -1246083928, tbl = 0x7fd7b5ba44a8, vars = 0x7fd7b5ba44a8, strterm = 0x7fd7b5ba44a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140564443984080, node = 0x7fd7b5c070d0, id = 140564443984080, num = -1245679408, tbl = 0x7fd7b5c070d0, vars = 0x7fd7b5c070d0, strterm = 0x7fd7b5c070d0, 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 = 93908434493256, node = 0x5568c2e11f48, id = 93908434493256, num = -1025433784, tbl = 0x5568c2e11f48, vars = 0x5568c2e11f48, strterm = 0x5568c2e11f48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140564443987240, node = 0x7fd7b5c07d28, id = 140564443987240, num = -1245676248, tbl = 0x7fd7b5c07d28, vars = 0x7fd7b5c07d28, strterm = 0x7fd7b5c07d28, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140564443966800, node = 0x7fd7b5c02d50, id = 140564443966800, num = -1245696688, tbl = 0x7fd7b5c02d50, vars = 0x7fd7b5c02d50, strterm = 0x7fd7b5c02d50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140564443984880, node = 0x7fd7b5c073f0, id = 140564443984880, num = -1245678608, tbl = 0x7fd7b5c073f0, vars = 0x7fd7b5c073f0, strterm = 0x7fd7b5c073f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {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 = 140564443997800, node = 0x7fd7b5c0a668, id = 140564443997800, num = -1245665688, tbl = 0x7fd7b5c0a668, vars = 0x7fd7b5c0a668, strterm = 0x7fd7b5c0a668, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140564443999720, node = 0x7fd7b5c0ade8, id = 140564443999720, num = -1245663768, tbl = 0x7fd7b5c0ade8, vars = 0x7fd7b5c0ade8, strterm = 0x7fd7b5c0ade8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, 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 = 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 = 140564443998720, node = 0x7fd7b5c0aa00, id = 140564443998720, num = -1245664768, tbl = 0x7fd7b5c0aa00, vars = 0x7fd7b5c0aa00, strterm = 0x7fd7b5c0aa00, 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 = 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 = 140564444004760, node = 0x7fd7b5c0c198, id = 140564444004760, num = -1245658728, tbl = 0x7fd7b5c0c198, vars = 0x7fd7b5c0c198, strterm = 0x7fd7b5c0c198, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140564444005400, node = 0x7fd7b5c0c418, id = 140564444005400, num = -1245658088, tbl = 0x7fd7b5c0c418, vars = 0x7fd7b5c0c418, strterm = 0x7fd7b5c0c418, 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 = 140564444007600, node = 0x7fd7b5c0ccb0, id = 140564444007600, num = -1245655888, tbl = 0x7fd7b5c0ccb0, vars = 0x7fd7b5c0ccb0, strterm = 0x7fd7b5c0ccb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, 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 = 140564444014000, node = 0x7fd7b5c0e5b0, id = 140564444014000, num = -1245649488, tbl = 0x7fd7b5c0e5b0, vars = 0x7fd7b5c0e5b0, strterm = 0x7fd7b5c0e5b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, 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 = 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 = 140564444019080, node = 0x7fd7b5c0f988, id = 140564444019080, num = -1245644408, tbl = 0x7fd7b5c0f988, vars = 0x7fd7b5c0f988, strterm = 0x7fd7b5c0f988, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564444019080, node = 0x7fd7b5c0f988, id = 140564444019080, num = -1245644408, tbl = 0x7fd7b5c0f988, vars = 0x7fd7b5c0f988, strterm = 0x7fd7b5c0f988, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564505772560, node = 0x7fd7b96f4210, id = 140564505772560, num = -1183890928, tbl = 0x7fd7b96f4210, vars = 0x7fd7b96f4210, strterm = 0x7fd7b96f4210, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, 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 = 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 = 140564444019760, node = 0x7fd7b5c0fc30, id = 140564444019760, num = -1245643728, tbl = 0x7fd7b5c0fc30, vars = 0x7fd7b5c0fc30, strterm = 0x7fd7b5c0fc30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564505789600, node = 0x7fd7b96f84a0, id = 140564505789600, num = -1183873888, tbl = 0x7fd7b96f84a0, vars = 0x7fd7b96f84a0, strterm = 0x7fd7b96f84a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 93908434599200, node = 0x5568c2e2bd20, id = 93908434599200, num = -1025327840, tbl = 0x5568c2e2bd20, vars = 0x5568c2e2bd20, strterm = 0x5568c2e2bd20, 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 = 93879395155968, node = 0x556200000000, id = 93879395155968, num = 0, tbl = 0x556200000000, vars = 0x556200000000, strterm = 0x556200000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93908428519648, node = 0x5568c285f8e0 <OnigSyntaxRuby>, id = 93908428519648, num = -1031407392, tbl = 0x5568c285f8e0 <OnigSyntaxRuby>, vars = 0x5568c285f8e0 <OnigSyntaxRuby>, strterm = 0x5568c285f8e0 <OnigSyntaxRuby>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 93908426048957, node = 0x5568c26045bd <next_state_val+589>, id = 93908426048957, num = -1033878083, tbl = 0x5568c26045bd <next_state_val+589>, vars = 0x5568c26045bd <next_state_val+589>, strterm = 0x5568c26045bd <next_state_val+589>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140732128419464, node = 0x7ffec085de88, id = 140732128419464, num = -1064968568, tbl = 0x7ffec085de88, vars = 0x7ffec085de88, strterm = 0x7ffec085de88, 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 = 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 = 93458488360960, node = 0x550000000000, id = 93458488360960, num = 0, tbl = 0x550000000000, vars = 0x550000000000, strterm = 0x550000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 15, node = 0xf, id = 15, num = 15, tbl = 0xf, vars = 0xf, strterm = 0xf, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140732128424320, node = 0x7ffec085f180, id = 140732128424320, num = -1064963712, tbl = 0x7ffec085f180, vars = 0x7ffec085f180, strterm = 0x7ffec085f180, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140732128422320, node = 0x7ffec085e9b0, id = 140732128422320, num = -1064965712, tbl = 0x7ffec085e9b0, vars = 0x7ffec085e9b0, strterm = 0x7ffec085e9b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {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 = 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 = 93908433974792, node = 0x5568c2d93608, id = 93908433974792, num = -1025952248, tbl = 0x5568c2d93608, vars = 0x5568c2d93608, strterm = 0x5568c2d93608, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93908433974792, node = 0x5568c2d93608, id = 93908433974792, num = -1025952248, tbl = 0x5568c2d93608, vars = 0x5568c2d93608, strterm = 0x5568c2d93608, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93908433974328, node = 0x5568c2d93438, id = 93908433974328, num = -1025952712, tbl = 0x5568c2d93438, vars = 0x5568c2d93438, strterm = 0x5568c2d93438, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, 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 = 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 = 46, node = 0x2e, id = 46, num = 46, tbl = 0x2e, vars = 0x2e, strterm = 0x2e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4593, node = 0x11f1, id = 4593, num = 4593, tbl = 0x11f1, vars = 0x11f1, strterm = 0x11f1, ctxt = {in_defined = 1, 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 = 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 = 93908433974104, node = 0x5568c2d93358, id = 93908433974104, num = -1025952936, tbl = 0x5568c2d93358, vars = 0x5568c2d93358, strterm = 0x5568c2d93358, 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 = 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 = 12407347914084592896, node = 0xac2fc130dfb22d00, id = 12407347914084592896, num = -541971200, tbl = 0xac2fc130dfb22d00, vars = 0xac2fc130dfb22d00, strterm = 0xac2fc130dfb22d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93908430486830, node = 0x5568c2a3fd2e, id = 93908430486830, num = -1029440210, tbl = 0x5568c2a3fd2e, vars = 0x5568c2a3fd2e, strterm = 0x5568c2a3fd2e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 12407347914084592896, node = 0xac2fc130dfb22d00, id = 12407347914084592896, num = -541971200, tbl = 0xac2fc130dfb22d00, vars = 0xac2fc130dfb22d00, strterm = 0xac2fc130dfb22d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140732128424320, node = 0x7ffec085f180, id = 140732128424320, num = -1064963712, tbl = 0x7ffec085f180, vars = 0x7ffec085f180, strterm = 0x7ffec085f180, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93908432345264, node = 0x5568c2c058b0, id = 93908432345264, num = -1027581776, tbl = 0x5568c2c058b0, vars = 0x5568c2c058b0, strterm = 0x5568c2c058b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 93908432345264, node = 0x5568c2c058b0, id = 93908432345264, num = -1027581776, tbl = 0x5568c2c058b0, vars = 0x5568c2c058b0, strterm = 0x5568c2c058b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140732128422896, node = 0x7ffec085ebf0, id = 140732128422896, num = -1064965136, tbl = 0x7ffec085ebf0, vars = 0x7ffec085ebf0, strterm = 0x7ffec085ebf0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140732128423600, node = 0x7ffec085eeb0, id = 140732128423600, num = -1064964432, tbl = 0x7ffec085eeb0, vars = 0x7ffec085eeb0, strterm = 0x7ffec085eeb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 93908428510208, node = 0x5568c285d400 <clean_info>, id = 93908428510208, num = -1031416832, tbl = 0x5568c285d400 <clean_info>, vars = 0x5568c285d400 <clean_info>, strterm = 0x5568c285d400 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140732128423648, node = 0x7ffec085eee0, id = 140732128423648, num = -1064964384, tbl = 0x7ffec085eee0, vars = 0x7ffec085eee0, strterm = 0x7ffec085eee0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 93908425943106, node = 0x5568c25ea842 <optimize_node_left+450>, id = 93908425943106, num = -1033983934, tbl = 0x5568c25ea842 <optimize_node_left+450>, vars = 0x5568c25ea842 <optimize_node_left+450>, strterm = 0x5568c25ea842 <optimize_node_left+450>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {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 = 140732128423736, node = 0x7ffec085ef38, id = 140732128423736, num = -1064964296, tbl = 0x7ffec085ef38, vars = 0x7ffec085ef38, strterm = 0x7ffec085ef38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140732128423672, node = 0x7ffec085eef8, id = 140732128423672, num = -1064964360, tbl = 0x7ffec085eef8, vars = 0x7ffec085eef8, strterm = 0x7ffec085eef8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140732128423800, node = 0x7ffec085ef78, id = 140732128423800, num = -1064964232, tbl = 0x7ffec085ef78, vars = 0x7ffec085ef78, strterm = 0x7ffec085ef78, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, 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 = 140732128422920, node = 0x7ffec085ec08, id = 140732128422920, num = -1064965112, tbl = 0x7ffec085ec08, vars = 0x7ffec085ec08, strterm = 0x7ffec085ec08, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140732128423864, node = 0x7ffec085efb8, id = 140732128423864, num = -1064964168, tbl = 0x7ffec085efb8, vars = 0x7ffec085efb8, strterm = 0x7ffec085efb8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140732128422881, node = 0x7ffec085ebe1, id = 140732128422881, num = -1064965151, tbl = 0x7ffec085ebe1, vars = 0x7ffec085ebe1, strterm = 0x7ffec085ebe1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140732128422881, node = 0x7ffec085ebe1, id = 140732128422881, num = -1064965151, tbl = 0x7ffec085ebe1, vars = 0x7ffec085ebe1, strterm = 0x7ffec085ebe1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 93908425937706, node = 0x5568c25e932a <update_string_node_case_fold+298>, id = 93908425937706, num = -1033989334, tbl = 0x5568c25e932a <update_string_node_case_fold+298>, vars = 0x5568c25e932a <update_string_node_case_fold+298>, strterm = 0x5568c25e932a <update_string_node_case_fold+298>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 93908431880785, node = 0x5568c2b94251, id = 93908431880785, num = -1028046255, tbl = 0x5568c2b94251, vars = 0x5568c2b94251, strterm = 0x5568c2b94251, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93908432773616, node = 0x5568c2c6e1f0, id = 93908432773616, num = -1027153424, tbl = 0x5568c2c6e1f0, vars = 0x5568c2c6e1f0, strterm = 0x5568c2c6e1f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140732128422872, node = 0x7ffec085ebd8, id = 140732128422872, num = -1064965160, tbl = 0x7ffec085ebd8, vars = 0x7ffec085ebd8, strterm = 0x7ffec085ebd8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140732128422880, node = 0x7ffec085ebe0, id = 140732128422880, num = -1064965152, tbl = 0x7ffec085ebe0, vars = 0x7ffec085ebe0, strterm = 0x7ffec085ebe0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140732128422881, node = 0x7ffec085ebe1, id = 140732128422881, num = -1064965151, tbl = 0x7ffec085ebe1, vars = 0x7ffec085ebe1, strterm = 0x7ffec085ebe1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 12407347914084592896, node = 0xac2fc130dfb22d00, id = 12407347914084592896, num = -541971200, tbl = 0xac2fc130dfb22d00, vars = 0xac2fc130dfb22d00, strterm = 0xac2fc130dfb22d00, 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 = 18446744073709551344, node = 0xfffffffffffffef0, id = 18446744073709551344, num = -272, tbl = 0xfffffffffffffef0, vars = 0xfffffffffffffef0, strterm = 0xfffffffffffffef0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 22, node = 0x16, id = 22, num = 22, tbl = 0x16, vars = 0x16, strterm = 0x16, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140564507645611, node = 0x7fd7b98bd6ab <_int_malloc+3195>, id = 140564507645611, num = -1182017877, tbl = 0x7fd7b98bd6ab <_int_malloc+3195>, vars = 0x7fd7b98bd6ab <_int_malloc+3195>, strterm = 0x7fd7b98bd6ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 93908433922480, node = 0x5568c2d869b0, id = 93908433922480, num = -1026004560, tbl = 0x5568c2d869b0, vars = 0x5568c2d869b0, strterm = 0x5568c2d869b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140564509175008, node = 0x7fd7b9a32ce0 <main_arena+96>, id = 140564509175008, num = -1180488480, tbl = 0x7fd7b9a32ce0 <main_arena+96>, vars = 0x7fd7b9a32ce0 <main_arena+96>, strterm = 0x7fd7b9a32ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564507645611, node = 0x7fd7b98bd6ab <_int_malloc+3195>, id = 140564507645611, num = -1182017877, tbl = 0x7fd7b98bd6ab <_int_malloc+3195>, vars = 0x7fd7b98bd6ab <_int_malloc+3195>, strterm = 0x7fd7b98bd6ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 16152146688, node = 0x3c2be3300, id = 16152146688, num = -1027722496, tbl = 0x3c2be3300, vars = 0x3c2be3300, strterm = 0x3c2be3300, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {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 = 2618931533579654010, node = 0x2458505aa615937a, id = 2618931533579654010, num = -1508535430, tbl = 0x2458505aa615937a, vars = 0x2458505aa615937a, strterm = 0x2458505aa615937a, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 17, node = 0x11, id = 17, num = 17, tbl = 0x11, vars = 0x11, strterm = 0x11, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140564507645611, node = 0x7fd7b98bd6ab <_int_malloc+3195>, id = 140564507645611, num = -1182017877, tbl = 0x7fd7b98bd6ab <_int_malloc+3195>, vars = 0x7fd7b98bd6ab <_int_malloc+3195>, strterm = 0x7fd7b98bd6ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 93908431788512, node = 0x5568c2b7d9e0, id = 93908431788512, num = -1028138528, tbl = 0x5568c2b7d9e0, vars = 0x5568c2b7d9e0, strterm = 0x5568c2b7d9e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140564509175008, node = 0x7fd7b9a32ce0 <main_arena+96>, id = 140564509175008, num = -1180488480, tbl = 0x7fd7b9a32ce0 <main_arena+96>, vars = 0x7fd7b9a32ce0 <main_arena+96>, strterm = 0x7fd7b9a32ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, 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 = 12884901888, node = 0x300000000, id = 12884901888, num = 0, tbl = 0x300000000, vars = 0x300000000, strterm = 0x300000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 390842023936, node = 0x5b00000000, id = 390842023936, num = 0, tbl = 0x5b00000000, vars = 0x5b00000000, strterm = 0x5b00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2618931533579654010, node = 0x2458505aa615937a, id = 2618931533579654010, num = -1508535430, tbl = 0x2458505aa615937a, vars = 0x2458505aa615937a, strterm = 0x2458505aa615937a, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 17, node = 0x11, id = 17, num = 17, tbl = 0x11, vars = 0x11, strterm = 0x11, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 80, node = 0x50, id = 80, num = 80, tbl = 0x50, vars = 0x50, strterm = 0x50, 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 = 206158430211, node = 0x3000000003, id = 206158430211, num = 3, tbl = 0x3000000003, vars = 0x3000000003, strterm = 0x3000000003, ctxt = {in_defined = 1, 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 = 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 = 511101108348, node = 0x770000007c, id = 511101108348, num = 124, tbl = 0x770000007c, vars = 0x770000007c, strterm = 0x770000007c, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 390842024046, node = 0x5b0000006e, id = 390842024046, num = 110, tbl = 0x5b0000006e, vars = 0x5b0000006e, strterm = 0x5b0000006e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 2618931533579654010, node = 0x2458505aa615937a, id = 2618931533579654010, num = -1508535430, tbl = 0x2458505aa615937a, vars = 0x2458505aa615937a, strterm = 0x2458505aa615937a, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 8, node = 0x8, id = 8, num = 8, tbl = 0x8, vars = 0x8, strterm = 0x8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564507645611, node = 0x7fd7b98bd6ab <_int_malloc+3195>, id = 140564507645611, num = -1182017877, tbl = 0x7fd7b98bd6ab <_int_malloc+3195>, vars = 0x7fd7b98bd6ab <_int_malloc+3195>, strterm = 0x7fd7b98bd6ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 93908433916032, node = 0x5568c2d85080, id = 93908433916032, num = -1026011008, tbl = 0x5568c2d85080, vars = 0x5568c2d85080, strterm = 0x5568c2d85080, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140564509175008, node = 0x7fd7b9a32ce0 <main_arena+96>, id = 140564509175008, num = -1180488480, tbl = 0x7fd7b9a32ce0 <main_arena+96>, vars = 0x7fd7b9a32ce0 <main_arena+96>, strterm = 0x7fd7b9a32ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 16114904448, node = 0x3c085ed80, id = 16114904448, num = -1064964736, tbl = 0x3c085ed80, vars = 0x3c085ed80, strterm = 0x3c085ed80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140732128424192, node = 0x7ffec085f100, id = 140732128424192, num = -1064963840, tbl = 0x7ffec085f100, vars = 0x7ffec085f100, strterm = 0x7ffec085f100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2618931533579654010, node = 0x2458505aa615937a, id = 2618931533579654010, num = -1508535430, tbl = 0x2458505aa615937a, vars = 0x2458505aa615937a, strterm = 0x2458505aa615937a, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 8, node = 0x8, id = 8, num = 8, tbl = 0x8, vars = 0x8, strterm = 0x8, 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 = 140732128423376, node = 0x7ffec085edd0, id = 140732128423376, num = -1064964656, tbl = 0x7ffec085edd0, vars = 0x7ffec085edd0, strterm = 0x7ffec085edd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93908427504145, node = 0x5568c2767a11 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, id = 93908427504145, num = -1032422895, tbl = 0x5568c2767a11 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, vars = 0x5568c2767a11 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, strterm = 0x5568c2767a11 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 8, node = 0x8, id = 8, num = 8, tbl = 0x8, vars = 0x8, strterm = 0x8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 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 = 12884901958, node = 0x300000046, id = 12884901958, num = 70, tbl = 0x300000046, vars = 0x300000046, strterm = 0x300000046, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}}
        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 = 20}, end_pos = {lineno = 2, column = 20}}, {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 = 49}}, {beg_pos = {lineno = 4, column = 49}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 5, column = 2}, end_pos = {lineno = 469, column = 5}}, {beg_pos = {lineno = 469, column = 6}, end_pos = {lineno = 469, column = 6}}, {beg_pos = {lineno = 471, column = 2}, end_pos = {lineno = 471, column = 24}}, {beg_pos = {lineno = 471, column = 24}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 471, column = 25}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 472, column = 4}, end_pos = {lineno = 592, column = 7}}, {beg_pos = {lineno = 592, column = 8}, end_pos = {lineno = 592, column = 8}}, {beg_pos = {lineno = 594, column = 4}, end_pos = {lineno = 594, column = 16}}, {beg_pos = {lineno = 594, column = 17}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 595, column = 6}, end_pos = {lineno = 595, column = 7}}, {beg_pos = {lineno = 595, column = 7}, end_pos = {lineno = 595, column = 8}}, {beg_pos = {lineno = 595, column = 8}, end_pos = {lineno = 595, column = 9}}, {beg_pos = {lineno = 595, column = 9}, end_pos = {lineno = 595, column = 10}}, {beg_pos = {lineno = 586, column = 37}, end_pos = {lineno = 586, column = 37}}, {beg_pos = {lineno = 586, column = 38}, end_pos = {lineno = 586, column = 41}}, {beg_pos = {lineno = 587, column = 8}, end_pos = {lineno = 590, column = 12}}, {beg_pos = {lineno = 590, column = 12}, end_pos = {lineno = 590, column = 12}}, {beg_pos = {lineno = 590, column = 12}, end_pos = {lineno = 590, column = 12}}, {beg_pos = {lineno = 588, column = 8}, end_pos = {lineno = 589, column = 15}}, {beg_pos = {lineno = 590, column = 8}, end_pos = {lineno = 590, column = 11}}, {beg_pos = {lineno = 588, column = 10}, end_pos = {lineno = 588, column = 10}}, {beg_pos = {lineno = 588, column = 11}, end_pos = {lineno = 588, column = 18}}, {beg_pos = {lineno = 588, column = 19}, end_pos = {lineno = 588, column = 19}}, {beg_pos = {lineno = 588, column = 19}, end_pos = {lineno = 588, column = 19}}, {beg_pos = {lineno = 589, column = 10}, end_pos = {lineno = 589, column = 15}}, {beg_pos = {lineno = 589, column = 15}, end_pos = {lineno = 589, column = 15}}, {beg_pos = {lineno = 580, column = 10}, end_pos = {lineno = 580, column = 15}}, {beg_pos = {lineno = 580, column = 15}, end_pos = {lineno = 580, column = 15}}, {beg_pos = {lineno = 561, column = 17}, end_pos = {lineno = 561, column = 18}}, {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 = 392, column = 24}, end_pos = {lineno = 400, column = 15}}, {beg_pos = {lineno = 392, column = 26}, end_pos = {lineno = 399, column = 26}}, {beg_pos = {lineno = 400, column = 12}, end_pos = {lineno = 400, column = 15}}, {beg_pos = {lineno = 392, column = 26}, end_pos = {lineno = 392, column = 26}}, {beg_pos = {lineno = 392, column = 26}, end_pos = {lineno = 392, column = 26}}, {beg_pos = {lineno = 394, column = 14}, end_pos = {lineno = 399, column = 26}}, {beg_pos = {lineno = 399, column = 26}, end_pos = {lineno = 399, column = 26}}, {beg_pos = {lineno = 399, column = 26}, end_pos = {lineno = 399, column = 26}}, {beg_pos = {lineno = 399, column = 19}, end_pos = {lineno = 399, column = 25}}, {beg_pos = {lineno = 399, column = 20}, end_pos = {lineno = 399, column = 24}}, {beg_pos = {lineno = 399, column = 24}, end_pos = {lineno = 399, column = 25}}, {beg_pos = {lineno = 399, column = 24}, end_pos = {lineno = 399, column = 25}}, {beg_pos = {lineno = 395, column = 28}, end_pos = {lineno = 395, column = 28}}, {beg_pos = {lineno = 396, column = 16}, end_pos = {lineno = 397, column = 42}}, {beg_pos = {lineno = 397, column = 42}, end_pos = {lineno = 397, column = 42}}, {beg_pos = {lineno = 397, column = 42}, end_pos = {lineno = 397, column = 42}}, {beg_pos = {lineno = 397, column = 26}, end_pos = {lineno = 397, column = 41}}, {beg_pos = {lineno = 397, column = 27}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 40}, end_pos = {lineno = 397, column = 41}}, {beg_pos = {lineno = 397, column = 27}, end_pos = {lineno = 397, column = 27}}, {beg_pos = {lineno = 397, column = 27}, end_pos = {lineno = 397, column = 27}}, {beg_pos = {lineno = 397, column = 28}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 39}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 34}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 39}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = -1024606206, column = 21864}, end_pos = {lineno = -1026000456, column = 21864}}, {beg_pos = {lineno = 0, column = 1}, end_pos = {lineno = -541971200, column = -1406156496}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = -1029455648, column = 21864}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 47, column = 0}, end_pos = {lineno = -1034984728, column = 21864}}, {beg_pos = {lineno = -1245323088, column = 32727}, end_pos = {lineno = -1235030648, column = 32727}}, {beg_pos = {lineno = -1064963404, column = 32766}, end_pos = {lineno = -1245323088, column = 32727}}, {beg_pos = {lineno = -1029455648, column = 21864}, end_pos = {lineno = 28, column = 0}}, {beg_pos = {lineno = -1029423712, column = 21864}, end_pos = {lineno = -1035034035, column = 21864}}, {beg_pos = {lineno = -1244986168, column = 32727}, end_pos = {lineno = -1031749642, column = 21864}}, {beg_pos = {lineno = -1029451488, column = 21864}, end_pos = {lineno = -541971200, column = -1406156496}}, {beg_pos = {lineno = 28, column = 0}, end_pos = {lineno = -1244986168, column = 32727}}, {beg_pos = {lineno = -1245323088, column = 32727}, end_pos = {lineno = -1032267365, column = 21864}}, {beg_pos = {lineno = -1245323088, column = 32727}, end_pos = {lineno = -1029451488, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1026010766, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1031824135, column = 21864}}, {beg_pos = {lineno = 1680, column = 0}, end_pos = {lineno = -1035144236, column = 21864}}, {beg_pos = {lineno = 94, column = 0}, end_pos = {lineno = -1029451488, column = 21864}}, {beg_pos = {lineno = -1031824160, column = 21864}, end_pos = {lineno = -1064959248, column = 32766}}, {beg_pos = {lineno = -1064963068, column = 32766}, end_pos = {lineno = 304, column = 0}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = -1029451488, column = 21864}, end_pos = {lineno = -1182707888, column = 32727}}, {beg_pos = {lineno = 36, column = 0}, end_pos = {lineno = 8186, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1035144134, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1064963296, column = 32766}}, {beg_pos = {lineno = -1064962912, column = 32766}, end_pos = {lineno = -1064958560, column = 32766}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -541971200, column = -1406156496}}, {beg_pos = {lineno = -1064962928, column = 32766}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1026010766, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1029423712, column = 21864}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1178389636, column = 32727}}, {beg_pos = {lineno = -1180430336, column = 32727}, end_pos = {lineno = -1182672176, column = 32727}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = -1182678628, column = 32727}}, {beg_pos = {lineno = -1027827904, column = 21864}, end_pos = {lineno = -1178388503, column = 32727}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = -1178389849, column = 32727}}, {beg_pos = {lineno = -1178193184, column = 32727}, end_pos = {lineno = -1035450480, column = 21864}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = -1035450764, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1178388503, column = 32727}}, {beg_pos = {lineno = 1983, column = 0}, end_pos = {lineno = -1178389849, column = 32727}}, {beg_pos = {lineno = -1178193184, column = 32727}, end_pos = {lineno = -1035450480, column = 21864}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = -1035455132, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1178388503, column = 32727}}, {beg_pos = {lineno = 891, column = 0}, end_pos = {lineno = -1035401184, column = 21864}}, {beg_pos = {lineno = -1178193184, column = 32727}, end_pos = {lineno = -1064962712, column = 32766}}, {beg_pos = {lineno = -1064962716, column = 32766}, end_pos = {lineno = -1244212111, column = 32727}}, {beg_pos = {lineno = -1035401184, column = 21864}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -1064962716, column = 32766}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = -1028862560, column = 21864}, end_pos = {lineno = 13, column = 0}}, {beg_pos = {lineno = 0, column = 21864}, end_pos = {lineno = -1244210670, column = 32727}}, {beg_pos = {lineno = -1244216176, column = 32727}, end_pos = {lineno = -1064962512, column = 32766}}, {beg_pos = {lineno = -1064962528, column = 32766}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32766}, end_pos = {lineno = 13, column = 0}}, {beg_pos = {lineno = -1027807088, column = 21864}, end_pos = {lineno = -1064962592, column = 32766}}, {beg_pos = {lineno = -1064962576, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -1064962368, column = 32766}, end_pos = {lineno = -1244210670, column = 32727}}, {beg_pos = {lineno = -1027807088, column = 21864}, end_pos = {lineno = -1064962528, column = 32766}}, {beg_pos = {lineno = -1064962512, column = 32766}, end_pos = {lineno = -1178385903, column = 32727}}, {beg_pos = {lineno = 0, 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 = -1027807968, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1027807968, column = 21864}}, {beg_pos = {lineno = -1035402888, column = 1}, end_pos = {lineno = -1027807088, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32727}}, {beg_pos = {lineno = 0, column = 21864}, end_pos = {lineno = 0, column = 21864}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -1178357903, column = 32727}}, {beg_pos = {lineno = -1035429096, column = 21864}, end_pos = {lineno = -1178193184, column = 32727}}, {beg_pos = {lineno = -1027807968, column = 21864}, end_pos = {lineno = -1243942472, column = 32727}}, {beg_pos = {lineno = -1245450368, column = 32727}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = -1245332408, column = 32727}, end_pos = {lineno = -1178357903, column = 32727}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 12, column = 0}}, {beg_pos = {lineno = -1027807968, column = 21864}, end_pos = {lineno = -1243942792, column = 32727}}, {beg_pos = {lineno = -1027801728, column = 21864}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = -1245332408, column = 32727}, end_pos = {lineno = -1178357903, column = 32727}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1035429096, column = 21864}, end_pos = {lineno = -1034574848, column = 21864}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = -1064961408, column = 32766}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = -1027801728, column = 21864}, end_pos = {lineno = -1178346066, column = 32727}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1243962528, column = 32727}}, {beg_pos = {lineno = -1064966386, column = 32766}, end_pos = {lineno = -1064961584, column = 32766}}, {beg_pos = {lineno = -1245333488, column = 32727}, end_pos = {lineno = -1064966780, column = 32766}}, {beg_pos = {lineno = -1064966784, column = 32766}, end_pos = {lineno = -1178193184, column = 32727}}, {beg_pos = {lineno = -1178193184, column = 32727}, end_pos = {lineno = -1064962072, column = 32766}}, {beg_pos = {lineno = -1064962076, column = 32766}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = -1183829928, column = 32727}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 49178, column = 0}, end_pos = {lineno = -1244885048, column = 32727}}, {beg_pos = {lineno = -1183755872, column = 32727}, 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 = -1183755872, column = 32727}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1029451488, column = 21864}, end_pos = {lineno = -1182708464, column = 32727}}, {beg_pos = {lineno = 70, column = 4}, end_pos = {lineno = 70, column = 4}}, {beg_pos = {lineno = -1480451189, column = 172515}, end_pos = {lineno = -1026422192, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1182708464, column = 32727}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 70, column = 3}}, {beg_pos = {lineno = 69, column = 6}, end_pos = {lineno = 69, column = 6}}, {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 = -1508535430, column = 609767514}, end_pos = {lineno = -1034882312, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1029455984, column = 21864}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1182029413, column = 32727}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = -1180488480, column = 32727}}, {beg_pos = {lineno = 1452027531, column = 5}, end_pos = {lineno = 49, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 48, column = 0}}, {beg_pos = {lineno = -1025262377, column = 21864}, end_pos = {lineno = -1180488576, column = 32727}}, {beg_pos = {lineno = 1912, column = 0}, end_pos = {lineno = 118, column = 0}}, {beg_pos = {lineno = 1920, column = 0}, end_pos = {lineno = 120, column = 0}}, {beg_pos = {lineno = 94, column = 0}, end_pos = {lineno = -1182020517, column = 32727}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 5, column = 78}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1508535430, column = 609767514}}, {beg_pos = {lineno = 134, column = 0}, end_pos = {lineno = 1952, column = 0}}, {beg_pos = {lineno = 30, column = 0}, end_pos = {lineno = 120, column = 78}}, {beg_pos = {lineno = 3, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 124, column = 119}}}
        yyls = <optimized out>
        yylsp = <optimized out>
        yyn = <optimized out>
        yyresult = <optimized out>
        yytoken = <optimized out>
        yyval = {val = 140564505841080, node = 0x7fd7b9704db8, id = 140564505841080, num = -1183822408, tbl = 0x7fd7b9704db8, vars = 0x7fd7b9704db8, strterm = 0x7fd7b9704db8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}
        yyloc = {beg_pos = {lineno = 595, column = 8}, end_pos = {lineno = 595, column = 9}}
        yyerror_range = <optimized out>
        yymsgbuf = "n\000\000\000^", '\000' <repeats 11 times>, "@K\343\302hU\000\000\200,\243\271\327\177\000\000x\a\000\000\000\000\000\000v\000\000\000\000\000\000\000x\a\000\000\000\000\000\000\220M\201\271\327\177\000\000\000\000\000\000\000\000\000\000\342\342\213\271\327\177\000\000\000L\333\302hU\000\000@\266\332\302hU\000\000@\266\332\302hU\000\000\340\300\243\302hU\000\000\004\000\000\000\000\000\000\000\240AO\302hU\000"
        yymsg = 0x7ffec085f9f0 "n"
        yymsg_alloc = 128
        yylen = 0
        yyabortlab = <optimized out>
        yyerrorlab = <optimized out>
#44 0x00007fd7b5d915b2 in ripper_parse0 (parser_v=parser_v@entry=140564442346440) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14371
        p = 0x5568c2dab640
#45 0x00005568c24cf59c in rb_ensure (b_proc=b_proc@entry=0x7fd7b5d914d0 <ripper_parse0>, data1=data1@entry=140564442346440, e_proc=e_proc@entry=0x7fd7b5d73ae0 <ripper_ensure>, data2=data2@entry=140564442346440) at /tmp/ruby/src/trunk-yjit/eval.c:1005
        _ec = 0x5568c2a3d120
        _tag = {tag = 36, retval = 140732128427168, buf = {0x7fd7b5a773c8, 0x5568c24cf680 <rb_ensure+496>, 0x0, 0x7ffec085fae0, 0x0}, prev = 0x7ffec085fe60, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x5568c2a3d120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fd7b5d73ae0 <ripper_ensure>, data2 = 140564442346440}}
#46 0x00007fd7b5d74315 in ripper_parse (self=140564442346440) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14409
        p = 0x5568c2dab640
#47 0x00005568c26a38d4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fd7b9814d90, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
        ci = 0x8601001c0001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fd7b9703058
        cfunc = 0x5568c2bcfd88
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#48 vm_call_cfunc_with_frame (ec=0x5568c2a3d120, reg_cfp=0x7fd7b9814d90, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#49 0x00005568c26bf40d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:368
        val = 96
        ci = 0x6666666666669368
        cc = <optimized out>
        recv = 93908430471392
        argc = <optimized out>
        calling = {ci = 0x8601001c0001, cc = 0x7fd7b5c5b838, block_handler = 0, recv = 140564442346440, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#50 vm_exec_core (ec=0x5568c2a3d120, initial=9025) at ../../src/trunk-yjit/insns.def:835
        bh = <optimized out>
        cd = 0x2341
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5568c2e081b8
        reg_cfp = 0x7fd7b9814d90
        insns_address_table = {0x5568c26c1e03 <vm_exec_core+10995>, 0x5568c26bf581 <vm_exec_core+625>, 0x5568c26c1806 <vm_exec_core+9462>, 0x5568c26c178b <vm_exec_core+9339>, 0x5568c26c15f5 <vm_exec_core+8933>, 0x5568c26c1577 <vm_exec_core+8807>, 0x5568c26c16c6 <vm_exec_core+9142>, 0x5568c26c166c <vm_exec_core+9052>, 0x5568c26c1217 <vm_exec_core+7943>, 0x5568c26c11c7 <vm_exec_core+7863>, 0x5568c26c140c <vm_exec_core+8444>, 0x5568c26c1272 <vm_exec_core+8034>, 0x5568c26c10af <vm_exec_core+7583>, 0x5568c26c1040 <vm_exec_core+7472>, 0x5568c26c0fd3 <vm_exec_core+7363>, 0x5568c26c0f98 <vm_exec_core+7304>, 0x5568c26c0f62 <vm_exec_core+7250>, 0x5568c26c0f2f <vm_exec_core+7199>, 0x5568c26c1194 <vm_exec_core+7812>, 0x5568c26c020f <vm_exec_core+3839>, 0x5568c26c01a1 <vm_exec_core+3729>, 0x5568c26c0166 <vm_exec_core+3670>, 0x5568c26c0110 <vm_exec_core+3584>, 0x5568c26c00cc <vm_exec_core+3516>, 0x5568c26c0045 <vm_exec_core+3381>, 0x5568c26c0010 <vm_exec_core+3328>, 0x5568c26bffb5 <vm_exec_core+3237>, 0x5568c26bff3d <vm_exec_core+3117>, 0x5568c26bff05 <vm_exec_core+3061>, 0x5568c26bfecd <vm_exec_core+3005>, 0x5568c26bfcd8 <vm_exec_core+2504>, 0x5568c26bfc47 <vm_exec_core+2359>, 0x5568c26bfbea <vm_exec_core+2266>, 0x5568c26bfb71 <vm_exec_core+2145>, 0x5568c26c08a9 <vm_exec_core+5529>, 0x5568c26c0884 <vm_exec_core+5492>, 0x5568c26c084b <vm_exec_core+5435>, 0x5568c26c07fb <vm_exec_core+5355>, 0x5568c26c07c9 <vm_exec_core+5305>, 0x5568c26c06db <vm_exec_core+5067>, 0x5568c26c0696 <vm_exec_core+4998>, 0x5568c26c0650 <vm_exec_core+4928>, 0x5568c26c0620 <vm_exec_core+4880>, 0x5568c26c0555 <vm_exec_core+4677>, 0x5568c26c05c0 <vm_exec_core+4784>, 0x5568c26c0430 <vm_exec_core+4384>, 0x5568c26c03c3 <vm_exec_core+4275>, 0x5568c26c0336 <vm_exec_core+4134>, 0x5568c26c027a <vm_exec_core+3946>, 0x5568c26c0242 <vm_exec_core+3890>, 0x5568c26c0e68 <vm_exec_core+7000>, 0x5568c26c0d6d <vm_exec_core+6749>, 0x5568c26bf368 <vm_exec_core+88>, 0x5568c26c0eab <vm_exec_core+7067>, 0x5568c26c0a1b <vm_exec_core+5899>, 0x5568c26c2027 <vm_exec_core+11543>, 0x5568c26c09d1 <vm_exec_core+5825>, 0x5568c26c0961 <vm_exec_core+5713>, 0x5568c26c08f1 <vm_exec_core+5601>, 0x5568c26c0bf1 <vm_exec_core+6369>, 0x5568c26c0ade <vm_exec_core+6094>, 0x5568c26c0a65 <vm_exec_core+5973>, 0x5568c26c1b8c <vm_exec_core+10364>, 0x5568c26c0d35 <vm_exec_core+6693>, 0x5568c26c0cde <vm_exec_core+6606>, 0x5568c26bf9d2 <vm_exec_core+1730>, 0x5568c26bf998 <vm_exec_core+1672>, 0x5568c26bfaca <vm_exec_core+1978>, 0x5568c26bfa29 <vm_exec_core+1817>, 0x5568c26c1fc5 <vm_exec_core+11445>, 0x5568c26c1f1c <vm_exec_core+11276>, 0x5568c26c21e0 <vm_exec_core+11984>, 0x5568c26c216d <vm_exec_core+11869>, 0x5568c26c20c7 <vm_exec_core+11703>, 0x5568c26c206b <vm_exec_core+11611>, 0x5568c26c258d <vm_exec_core+12925>, 0x5568c26c24f0 <vm_exec_core+12768>, 0x5568c26c2458 <vm_exec_core+12616>, 0x5568c26c23bb <vm_exec_core+12459>, 0x5568c26c2323 <vm_exec_core+12307>, 0x5568c26c1c7b <vm_exec_core+10603>, 0x5568c26c22d8 <vm_exec_core+12232>, 0x5568c26c2282 <vm_exec_core+12146>, 0x5568c26c1d9a <vm_exec_core+10890>, 0x5568c26c1d16 <vm_exec_core+10758>, 0x5568c26bf923 <vm_exec_core+1555>, 0x5568c26bf8c5 <vm_exec_core+1461>, 0x5568c26c1ee8 <vm_exec_core+11224>, 0x5568c26c1eb4 <vm_exec_core+11172>, 0x5568c26c1e63 <vm_exec_core+11091>, 0x5568c26c1e14 <vm_exec_core+11012>, 0x5568c26c1cb3 <vm_exec_core+10659>, 0x5568c26c1c09 <vm_exec_core+10489>, 0x5568c26bf858 <vm_exec_core+1352>, 0x5568c26bf801 <vm_exec_core+1265>, 0x5568c26bf77e <vm_exec_core+1134>, 0x5568c26bf739 <vm_exec_core+1065>, 0x5568c26bf6ec <vm_exec_core+988>, 0x5568c26bf69f <vm_exec_core+911>, 0x5568c26bf64a <vm_exec_core+826>, 0x5568c26bf617 <vm_exec_core+775>, 0x5568c26bf5e4 <vm_exec_core+724>, 0x5568c26c1bed <vm_exec_core+10461>, 0x5568c26bf572 <vm_exec_core+610>, 0x5568c26c17f7 <vm_exec_core+9447>, 0x5568c26c177c <vm_exec_core+9324>, 0x5568c26c15e6 <vm_exec_core+8918>, 0x5568c26c1568 <vm_exec_core+8792>, 0x5568c26c16b7 <vm_exec_core+9127>, 0x5568c26c165d <vm_exec_core+9037>, 0x5568c26c1208 <vm_exec_core+7928>, 0x5568c26c11b8 <vm_exec_core+7848>, 0x5568c26c13fd <vm_exec_core+8429>, 0x5568c26c1263 <vm_exec_core+8019>, 0x5568c26c10a0 <vm_exec_core+7568>, 0x5568c26c1031 <vm_exec_core+7457>, 0x5568c26c0fc4 <vm_exec_core+7348>, 0x5568c26c0f89 <vm_exec_core+7289>, 0x5568c26c0f53 <vm_exec_core+7235>, 0x5568c26c0f20 <vm_exec_core+7184>, 0x5568c26c1185 <vm_exec_core+7797>, 0x5568c26c0200 <vm_exec_core+3824>, 0x5568c26c0192 <vm_exec_core+3714>, 0x5568c26c0157 <vm_exec_core+3655>, 0x5568c26c0101 <vm_exec_core+3569>, 0x5568c26c00bd <vm_exec_core+3501>, 0x5568c26c0036 <vm_exec_core+3366>, 0x5568c26c0001 <vm_exec_core+3313>, 0x5568c26bffa6 <vm_exec_core+3222>, 0x5568c26bff2e <vm_exec_core+3102>, 0x5568c26bfef6 <vm_exec_core+3046>, 0x5568c26bfebe <vm_exec_core+2990>, 0x5568c26bfcc9 <vm_exec_core+2489>, 0x5568c26bfc38 <vm_exec_core+2344>, 0x5568c26bfbdb <vm_exec_core+2251>, 0x5568c26bfb62 <vm_exec_core+2130>, 0x5568c26c089a <vm_exec_core+5514>, 0x5568c26c0875 <vm_exec_core+5477>, 0x5568c26c083c <vm_exec_core+5420>, 0x5568c26c07ec <vm_exec_core+5340>, 0x5568c26c07ba <vm_exec_core+5290>, 0x5568c26c06cc <vm_exec_core+5052>, 0x5568c26c0687 <vm_exec_core+4983>, 0x5568c26c0641 <vm_exec_core+4913>, 0x5568c26c0611 <vm_exec_core+4865>, 0x5568c26c0546 <vm_exec_core+4662>, 0x5568c26c05b1 <vm_exec_core+4769>, 0x5568c26c0421 <vm_exec_core+4369>, 0x5568c26c03b4 <vm_exec_core+4260>, 0x5568c26c0327 <vm_exec_core+4119>, 0x5568c26c026b <vm_exec_core+3931>, 0x5568c26c0233 <vm_exec_core+3875>, 0x5568c26c0e59 <vm_exec_core+6985>, 0x5568c26c0d5e <vm_exec_core+6734>, 0x5568c26c27f1 <vm_exec_core+13537>, 0x5568c26c0e9c <vm_exec_core+7052>, 0x5568c26c0a0c <vm_exec_core+5884>, 0x5568c26c27dd <vm_exec_core+13517>, 0x5568c26c09c2 <vm_exec_core+5810>, 0x5568c26c0952 <vm_exec_core+5698>, 0x5568c26c08e2 <vm_exec_core+5586>, 0x5568c26c0be2 <vm_exec_core+6354>, 0x5568c26c0acf <vm_exec_core+6079>, 0x5568c26c0a56 <vm_exec_core+5958>, 0x5568c26c1b7d <vm_exec_core+10349>, 0x5568c26c0d26 <vm_exec_core+6678>, 0x5568c26c0ccf <vm_exec_core+6591>, 0x5568c26bf9c3 <vm_exec_core+1715>, 0x5568c26bf989 <vm_exec_core+1657>, 0x5568c26bfabb <vm_exec_core+1963>, 0x5568c26bfa1a <vm_exec_core+1802>, 0x5568c26c27c9 <vm_exec_core+13497>, 0x5568c26c27b5 <vm_exec_core+13477>, 0x5568c26c27a1 <vm_exec_core+13457>, 0x5568c26c278d <vm_exec_core+13437>, 0x5568c26c2779 <vm_exec_core+13417>, 0x5568c26c2765 <vm_exec_core+13397>, 0x5568c26c274a <vm_exec_core+13370>, 0x5568c26c2736 <vm_exec_core+13350>, 0x5568c26c2722 <vm_exec_core+13330>, 0x5568c26c270e <vm_exec_core+13310>, 0x5568c26c26fa <vm_exec_core+13290>, 0x5568c26c26e6 <vm_exec_core+13270>, 0x5568c26c26d2 <vm_exec_core+13250>, 0x5568c26c26be <vm_exec_core+13230>, 0x5568c26c26aa <vm_exec_core+13210>, 0x5568c26c2696 <vm_exec_core+13190>, 0x5568c26bf914 <vm_exec_core+1540>, 0x5568c26bf8b6 <vm_exec_core+1446>, 0x5568c26c2682 <vm_exec_core+13170>, 0x5568c26c266e <vm_exec_core+13150>, 0x5568c26c265a <vm_exec_core+13130>, 0x5568c26c2646 <vm_exec_core+13110>, 0x5568c26bf351 <vm_exec_core+65>, 0x5568c26bf355 <vm_exec_core+69>, 0x5568c26bf849 <vm_exec_core+1337>, 0x5568c26bf7f2 <vm_exec_core+1250>, 0x5568c26bf76f <vm_exec_core+1119>, 0x5568c26bf72a <vm_exec_core+1050>, 0x5568c26bf6dd <vm_exec_core+973>...}
#51 0x00005568c26b108b in rb_vm_exec (ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
        _ec = 0x5568c2a3d120
        _tag = {tag = 36, retval = 4, buf = {0x5568c2a3d120, 0x5568c26b0878 <rb_vm_exec+392>, 0x0, 0x7ffec085fd90, 0x7fd7b9715120}, prev = 0x7ffec0860220, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#52 0x00005568c26b126c in eval_string_with_cref (self=<optimized out>, src=<optimized out>, cref=0x7fd7b5a77378, file=<optimized out>, line=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1701
        ec = 0x5568c2a3d120
        block = {as = {captured = {self = 140564442346440, ep = 0x7fd7b9715150, code = {iseq = 0x7fd7b5d3cbd0, ifunc = 0x7fd7b5d3cbd0, val = 140564445252560}}, symbol = 140564442346440, proc = 140564442346440}, type = block_type_iseq}
        iseq = 0x7fd7b5a77238
        cfp = <optimized out>
#53 0x00005568c26c6480 in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=140564442346440) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1946
        cref = 0x7fd7b5a77378
        cref = <optimized out>
#54 specific_eval (kw_splat=<optimized out>, singleton=1, self=<optimized out>, argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1970
        file = 140564444515760
        line = <optimized out>
        code = 140564442346400
#55 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=140564442346440) at /tmp/ruby/src/trunk-yjit/vm_eval.c:2010
No locals.
#56 0x00005568c26a38d4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7fd7b9814e10, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
        ci = 0x254100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fd7b96b6e88
        cfunc = 0x5568c2a7fe08
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#57 vm_call_cfunc_with_frame (ec=0x5568c2a3d120, reg_cfp=0x7fd7b9814e10, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#58 0x00005568c26bf40d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:368
        val = 96
        ci = 0x6666666666669368
        cc = <optimized out>
        recv = 93908430471392
        argc = <optimized out>
        calling = {ci = 0x254100100005, cc = 0x7fd7b5c5ba40, block_handler = 0, recv = 140564442346440, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#59 vm_exec_core (ec=0x5568c2a3d120, initial=9025) at ../../src/trunk-yjit/insns.def:835
        bh = <optimized out>
        cd = 0x2341
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5568c2b86438
        reg_cfp = 0x7fd7b9814e10
        insns_address_table = {0x5568c26c1e03 <vm_exec_core+10995>, 0x5568c26bf581 <vm_exec_core+625>, 0x5568c26c1806 <vm_exec_core+9462>, 0x5568c26c178b <vm_exec_core+9339>, 0x5568c26c15f5 <vm_exec_core+8933>, 0x5568c26c1577 <vm_exec_core+8807>, 0x5568c26c16c6 <vm_exec_core+9142>, 0x5568c26c166c <vm_exec_core+9052>, 0x5568c26c1217 <vm_exec_core+7943>, 0x5568c26c11c7 <vm_exec_core+7863>, 0x5568c26c140c <vm_exec_core+8444>, 0x5568c26c1272 <vm_exec_core+8034>, 0x5568c26c10af <vm_exec_core+7583>, 0x5568c26c1040 <vm_exec_core+7472>, 0x5568c26c0fd3 <vm_exec_core+7363>, 0x5568c26c0f98 <vm_exec_core+7304>, 0x5568c26c0f62 <vm_exec_core+7250>, 0x5568c26c0f2f <vm_exec_core+7199>, 0x5568c26c1194 <vm_exec_core+7812>, 0x5568c26c020f <vm_exec_core+3839>, 0x5568c26c01a1 <vm_exec_core+3729>, 0x5568c26c0166 <vm_exec_core+3670>, 0x5568c26c0110 <vm_exec_core+3584>, 0x5568c26c00cc <vm_exec_core+3516>, 0x5568c26c0045 <vm_exec_core+3381>, 0x5568c26c0010 <vm_exec_core+3328>, 0x5568c26bffb5 <vm_exec_core+3237>, 0x5568c26bff3d <vm_exec_core+3117>, 0x5568c26bff05 <vm_exec_core+3061>, 0x5568c26bfecd <vm_exec_core+3005>, 0x5568c26bfcd8 <vm_exec_core+2504>, 0x5568c26bfc47 <vm_exec_core+2359>, 0x5568c26bfbea <vm_exec_core+2266>, 0x5568c26bfb71 <vm_exec_core+2145>, 0x5568c26c08a9 <vm_exec_core+5529>, 0x5568c26c0884 <vm_exec_core+5492>, 0x5568c26c084b <vm_exec_core+5435>, 0x5568c26c07fb <vm_exec_core+5355>, 0x5568c26c07c9 <vm_exec_core+5305>, 0x5568c26c06db <vm_exec_core+5067>, 0x5568c26c0696 <vm_exec_core+4998>, 0x5568c26c0650 <vm_exec_core+4928>, 0x5568c26c0620 <vm_exec_core+4880>, 0x5568c26c0555 <vm_exec_core+4677>, 0x5568c26c05c0 <vm_exec_core+4784>, 0x5568c26c0430 <vm_exec_core+4384>, 0x5568c26c03c3 <vm_exec_core+4275>, 0x5568c26c0336 <vm_exec_core+4134>, 0x5568c26c027a <vm_exec_core+3946>, 0x5568c26c0242 <vm_exec_core+3890>, 0x5568c26c0e68 <vm_exec_core+7000>, 0x5568c26c0d6d <vm_exec_core+6749>, 0x5568c26bf368 <vm_exec_core+88>, 0x5568c26c0eab <vm_exec_core+7067>, 0x5568c26c0a1b <vm_exec_core+5899>, 0x5568c26c2027 <vm_exec_core+11543>, 0x5568c26c09d1 <vm_exec_core+5825>, 0x5568c26c0961 <vm_exec_core+5713>, 0x5568c26c08f1 <vm_exec_core+5601>, 0x5568c26c0bf1 <vm_exec_core+6369>, 0x5568c26c0ade <vm_exec_core+6094>, 0x5568c26c0a65 <vm_exec_core+5973>, 0x5568c26c1b8c <vm_exec_core+10364>, 0x5568c26c0d35 <vm_exec_core+6693>, 0x5568c26c0cde <vm_exec_core+6606>, 0x5568c26bf9d2 <vm_exec_core+1730>, 0x5568c26bf998 <vm_exec_core+1672>, 0x5568c26bfaca <vm_exec_core+1978>, 0x5568c26bfa29 <vm_exec_core+1817>, 0x5568c26c1fc5 <vm_exec_core+11445>, 0x5568c26c1f1c <vm_exec_core+11276>, 0x5568c26c21e0 <vm_exec_core+11984>, 0x5568c26c216d <vm_exec_core+11869>, 0x5568c26c20c7 <vm_exec_core+11703>, 0x5568c26c206b <vm_exec_core+11611>, 0x5568c26c258d <vm_exec_core+12925>, 0x5568c26c24f0 <vm_exec_core+12768>, 0x5568c26c2458 <vm_exec_core+12616>, 0x5568c26c23bb <vm_exec_core+12459>, 0x5568c26c2323 <vm_exec_core+12307>, 0x5568c26c1c7b <vm_exec_core+10603>, 0x5568c26c22d8 <vm_exec_core+12232>, 0x5568c26c2282 <vm_exec_core+12146>, 0x5568c26c1d9a <vm_exec_core+10890>, 0x5568c26c1d16 <vm_exec_core+10758>, 0x5568c26bf923 <vm_exec_core+1555>, 0x5568c26bf8c5 <vm_exec_core+1461>, 0x5568c26c1ee8 <vm_exec_core+11224>, 0x5568c26c1eb4 <vm_exec_core+11172>, 0x5568c26c1e63 <vm_exec_core+11091>, 0x5568c26c1e14 <vm_exec_core+11012>, 0x5568c26c1cb3 <vm_exec_core+10659>, 0x5568c26c1c09 <vm_exec_core+10489>, 0x5568c26bf858 <vm_exec_core+1352>, 0x5568c26bf801 <vm_exec_core+1265>, 0x5568c26bf77e <vm_exec_core+1134>, 0x5568c26bf739 <vm_exec_core+1065>, 0x5568c26bf6ec <vm_exec_core+988>, 0x5568c26bf69f <vm_exec_core+911>, 0x5568c26bf64a <vm_exec_core+826>, 0x5568c26bf617 <vm_exec_core+775>, 0x5568c26bf5e4 <vm_exec_core+724>, 0x5568c26c1bed <vm_exec_core+10461>, 0x5568c26bf572 <vm_exec_core+610>, 0x5568c26c17f7 <vm_exec_core+9447>, 0x5568c26c177c <vm_exec_core+9324>, 0x5568c26c15e6 <vm_exec_core+8918>, 0x5568c26c1568 <vm_exec_core+8792>, 0x5568c26c16b7 <vm_exec_core+9127>, 0x5568c26c165d <vm_exec_core+9037>, 0x5568c26c1208 <vm_exec_core+7928>, 0x5568c26c11b8 <vm_exec_core+7848>, 0x5568c26c13fd <vm_exec_core+8429>, 0x5568c26c1263 <vm_exec_core+8019>, 0x5568c26c10a0 <vm_exec_core+7568>, 0x5568c26c1031 <vm_exec_core+7457>, 0x5568c26c0fc4 <vm_exec_core+7348>, 0x5568c26c0f89 <vm_exec_core+7289>, 0x5568c26c0f53 <vm_exec_core+7235>, 0x5568c26c0f20 <vm_exec_core+7184>, 0x5568c26c1185 <vm_exec_core+7797>, 0x5568c26c0200 <vm_exec_core+3824>, 0x5568c26c0192 <vm_exec_core+3714>, 0x5568c26c0157 <vm_exec_core+3655>, 0x5568c26c0101 <vm_exec_core+3569>, 0x5568c26c00bd <vm_exec_core+3501>, 0x5568c26c0036 <vm_exec_core+3366>, 0x5568c26c0001 <vm_exec_core+3313>, 0x5568c26bffa6 <vm_exec_core+3222>, 0x5568c26bff2e <vm_exec_core+3102>, 0x5568c26bfef6 <vm_exec_core+3046>, 0x5568c26bfebe <vm_exec_core+2990>, 0x5568c26bfcc9 <vm_exec_core+2489>, 0x5568c26bfc38 <vm_exec_core+2344>, 0x5568c26bfbdb <vm_exec_core+2251>, 0x5568c26bfb62 <vm_exec_core+2130>, 0x5568c26c089a <vm_exec_core+5514>, 0x5568c26c0875 <vm_exec_core+5477>, 0x5568c26c083c <vm_exec_core+5420>, 0x5568c26c07ec <vm_exec_core+5340>, 0x5568c26c07ba <vm_exec_core+5290>, 0x5568c26c06cc <vm_exec_core+5052>, 0x5568c26c0687 <vm_exec_core+4983>, 0x5568c26c0641 <vm_exec_core+4913>, 0x5568c26c0611 <vm_exec_core+4865>, 0x5568c26c0546 <vm_exec_core+4662>, 0x5568c26c05b1 <vm_exec_core+4769>, 0x5568c26c0421 <vm_exec_core+4369>, 0x5568c26c03b4 <vm_exec_core+4260>, 0x5568c26c0327 <vm_exec_core+4119>, 0x5568c26c026b <vm_exec_core+3931>, 0x5568c26c0233 <vm_exec_core+3875>, 0x5568c26c0e59 <vm_exec_core+6985>, 0x5568c26c0d5e <vm_exec_core+6734>, 0x5568c26c27f1 <vm_exec_core+13537>, 0x5568c26c0e9c <vm_exec_core+7052>, 0x5568c26c0a0c <vm_exec_core+5884>, 0x5568c26c27dd <vm_exec_core+13517>, 0x5568c26c09c2 <vm_exec_core+5810>, 0x5568c26c0952 <vm_exec_core+5698>, 0x5568c26c08e2 <vm_exec_core+5586>, 0x5568c26c0be2 <vm_exec_core+6354>, 0x5568c26c0acf <vm_exec_core+6079>, 0x5568c26c0a56 <vm_exec_core+5958>, 0x5568c26c1b7d <vm_exec_core+10349>, 0x5568c26c0d26 <vm_exec_core+6678>, 0x5568c26c0ccf <vm_exec_core+6591>, 0x5568c26bf9c3 <vm_exec_core+1715>, 0x5568c26bf989 <vm_exec_core+1657>, 0x5568c26bfabb <vm_exec_core+1963>, 0x5568c26bfa1a <vm_exec_core+1802>, 0x5568c26c27c9 <vm_exec_core+13497>, 0x5568c26c27b5 <vm_exec_core+13477>, 0x5568c26c27a1 <vm_exec_core+13457>, 0x5568c26c278d <vm_exec_core+13437>, 0x5568c26c2779 <vm_exec_core+13417>, 0x5568c26c2765 <vm_exec_core+13397>, 0x5568c26c274a <vm_exec_core+13370>, 0x5568c26c2736 <vm_exec_core+13350>, 0x5568c26c2722 <vm_exec_core+13330>, 0x5568c26c270e <vm_exec_core+13310>, 0x5568c26c26fa <vm_exec_core+13290>, 0x5568c26c26e6 <vm_exec_core+13270>, 0x5568c26c26d2 <vm_exec_core+13250>, 0x5568c26c26be <vm_exec_core+13230>, 0x5568c26c26aa <vm_exec_core+13210>, 0x5568c26c2696 <vm_exec_core+13190>, 0x5568c26bf914 <vm_exec_core+1540>, 0x5568c26bf8b6 <vm_exec_core+1446>, 0x5568c26c2682 <vm_exec_core+13170>, 0x5568c26c266e <vm_exec_core+13150>, 0x5568c26c265a <vm_exec_core+13130>, 0x5568c26c2646 <vm_exec_core+13110>, 0x5568c26bf351 <vm_exec_core+65>, 0x5568c26bf355 <vm_exec_core+69>, 0x5568c26bf849 <vm_exec_core+1337>, 0x5568c26bf7f2 <vm_exec_core+1250>, 0x5568c26bf76f <vm_exec_core+1119>, 0x5568c26bf72a <vm_exec_core+1050>, 0x5568c26bf6dd <vm_exec_core+973>...}
#60 0x00005568c26b108b in rb_vm_exec (ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
        _ec = 0x5568c2a3d120
        _tag = {tag = 36, retval = 4, buf = {0x7fd7b9814f50, 0x5568c26b0878 <rb_vm_exec+392>, 0x0, 0x7ffec0860150, 0x0}, prev = 0x7ffec08605a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#61 0x00005568c26c54ab in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140564505546080, iseq=0x7fd7b5d3cce8, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#62 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffec08602c8, argc=1, self=140564505546080, captured=<optimized out>, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:1440
        iseq = 0x7fd7b5d3cce8
        i = 1
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7fd7b97150a0
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#63 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#64 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffec08602c8, argc=1, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:1495
No locals.
#65 vm_yield (kw_splat=0, argv=0x7ffec08602c8, argc=1, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:1503
No locals.
#66 rb_yield_0 (argv=0x7ffec08602c8, argc=1) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1337
No locals.
#67 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1353
No locals.
#68 0x00005568c278a37c in rb_ary_each (ary=140564444213520) at /tmp/ruby/src/trunk-yjit/array.c:2747
        i = 5
#69 0x00005568c26a38d4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fd7b9814f90, ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
        ci = 0xbd100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fd7b96b04c0
        cfunc = 0x5568c2a94348
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#70 vm_call_cfunc_with_frame (ec=0x5568c2a3d120, reg_cfp=0x7fd7b9814f90, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#71 0x00005568c26c0e38 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_callinfo.h:368
        val = 96
        ci = 0x8068
        cc = <optimized out>
        recv = 93908430471392
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7fd7b96e66d8, block_handler = 140564506955689, recv = 140564444213520, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#72 vm_exec_core (ec=0x5568c2a3d120, initial=9025) at ../../src/trunk-yjit/insns.def:815
        bh = 7378697629483832168
        cd = 0x5568c2bdc580
        blockiseq = 0x5a0
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5568c2bda998
        reg_cfp = 0x7fd7b9814f90
        insns_address_table = {0x5568c26c1e03 <vm_exec_core+10995>, 0x5568c26bf581 <vm_exec_core+625>, 0x5568c26c1806 <vm_exec_core+9462>, 0x5568c26c178b <vm_exec_core+9339>, 0x5568c26c15f5 <vm_exec_core+8933>, 0x5568c26c1577 <vm_exec_core+8807>, 0x5568c26c16c6 <vm_exec_core+9142>, 0x5568c26c166c <vm_exec_core+9052>, 0x5568c26c1217 <vm_exec_core+7943>, 0x5568c26c11c7 <vm_exec_core+7863>, 0x5568c26c140c <vm_exec_core+8444>, 0x5568c26c1272 <vm_exec_core+8034>, 0x5568c26c10af <vm_exec_core+7583>, 0x5568c26c1040 <vm_exec_core+7472>, 0x5568c26c0fd3 <vm_exec_core+7363>, 0x5568c26c0f98 <vm_exec_core+7304>, 0x5568c26c0f62 <vm_exec_core+7250>, 0x5568c26c0f2f <vm_exec_core+7199>, 0x5568c26c1194 <vm_exec_core+7812>, 0x5568c26c020f <vm_exec_core+3839>, 0x5568c26c01a1 <vm_exec_core+3729>, 0x5568c26c0166 <vm_exec_core+3670>, 0x5568c26c0110 <vm_exec_core+3584>, 0x5568c26c00cc <vm_exec_core+3516>, 0x5568c26c0045 <vm_exec_core+3381>, 0x5568c26c0010 <vm_exec_core+3328>, 0x5568c26bffb5 <vm_exec_core+3237>, 0x5568c26bff3d <vm_exec_core+3117>, 0x5568c26bff05 <vm_exec_core+3061>, 0x5568c26bfecd <vm_exec_core+3005>, 0x5568c26bfcd8 <vm_exec_core+2504>, 0x5568c26bfc47 <vm_exec_core+2359>, 0x5568c26bfbea <vm_exec_core+2266>, 0x5568c26bfb71 <vm_exec_core+2145>, 0x5568c26c08a9 <vm_exec_core+5529>, 0x5568c26c0884 <vm_exec_core+5492>, 0x5568c26c084b <vm_exec_core+5435>, 0x5568c26c07fb <vm_exec_core+5355>, 0x5568c26c07c9 <vm_exec_core+5305>, 0x5568c26c06db <vm_exec_core+5067>, 0x5568c26c0696 <vm_exec_core+4998>, 0x5568c26c0650 <vm_exec_core+4928>, 0x5568c26c0620 <vm_exec_core+4880>, 0x5568c26c0555 <vm_exec_core+4677>, 0x5568c26c05c0 <vm_exec_core+4784>, 0x5568c26c0430 <vm_exec_core+4384>, 0x5568c26c03c3 <vm_exec_core+4275>, 0x5568c26c0336 <vm_exec_core+4134>, 0x5568c26c027a <vm_exec_core+3946>, 0x5568c26c0242 <vm_exec_core+3890>, 0x5568c26c0e68 <vm_exec_core+7000>, 0x5568c26c0d6d <vm_exec_core+6749>, 0x5568c26bf368 <vm_exec_core+88>, 0x5568c26c0eab <vm_exec_core+7067>, 0x5568c26c0a1b <vm_exec_core+5899>, 0x5568c26c2027 <vm_exec_core+11543>, 0x5568c26c09d1 <vm_exec_core+5825>, 0x5568c26c0961 <vm_exec_core+5713>, 0x5568c26c08f1 <vm_exec_core+5601>, 0x5568c26c0bf1 <vm_exec_core+6369>, 0x5568c26c0ade <vm_exec_core+6094>, 0x5568c26c0a65 <vm_exec_core+5973>, 0x5568c26c1b8c <vm_exec_core+10364>, 0x5568c26c0d35 <vm_exec_core+6693>, 0x5568c26c0cde <vm_exec_core+6606>, 0x5568c26bf9d2 <vm_exec_core+1730>, 0x5568c26bf998 <vm_exec_core+1672>, 0x5568c26bfaca <vm_exec_core+1978>, 0x5568c26bfa29 <vm_exec_core+1817>, 0x5568c26c1fc5 <vm_exec_core+11445>, 0x5568c26c1f1c <vm_exec_core+11276>, 0x5568c26c21e0 <vm_exec_core+11984>, 0x5568c26c216d <vm_exec_core+11869>, 0x5568c26c20c7 <vm_exec_core+11703>, 0x5568c26c206b <vm_exec_core+11611>, 0x5568c26c258d <vm_exec_core+12925>, 0x5568c26c24f0 <vm_exec_core+12768>, 0x5568c26c2458 <vm_exec_core+12616>, 0x5568c26c23bb <vm_exec_core+12459>, 0x5568c26c2323 <vm_exec_core+12307>, 0x5568c26c1c7b <vm_exec_core+10603>, 0x5568c26c22d8 <vm_exec_core+12232>, 0x5568c26c2282 <vm_exec_core+12146>, 0x5568c26c1d9a <vm_exec_core+10890>, 0x5568c26c1d16 <vm_exec_core+10758>, 0x5568c26bf923 <vm_exec_core+1555>, 0x5568c26bf8c5 <vm_exec_core+1461>, 0x5568c26c1ee8 <vm_exec_core+11224>, 0x5568c26c1eb4 <vm_exec_core+11172>, 0x5568c26c1e63 <vm_exec_core+11091>, 0x5568c26c1e14 <vm_exec_core+11012>, 0x5568c26c1cb3 <vm_exec_core+10659>, 0x5568c26c1c09 <vm_exec_core+10489>, 0x5568c26bf858 <vm_exec_core+1352>, 0x5568c26bf801 <vm_exec_core+1265>, 0x5568c26bf77e <vm_exec_core+1134>, 0x5568c26bf739 <vm_exec_core+1065>, 0x5568c26bf6ec <vm_exec_core+988>, 0x5568c26bf69f <vm_exec_core+911>, 0x5568c26bf64a <vm_exec_core+826>, 0x5568c26bf617 <vm_exec_core+775>, 0x5568c26bf5e4 <vm_exec_core+724>, 0x5568c26c1bed <vm_exec_core+10461>, 0x5568c26bf572 <vm_exec_core+610>, 0x5568c26c17f7 <vm_exec_core+9447>, 0x5568c26c177c <vm_exec_core+9324>, 0x5568c26c15e6 <vm_exec_core+8918>, 0x5568c26c1568 <vm_exec_core+8792>, 0x5568c26c16b7 <vm_exec_core+9127>, 0x5568c26c165d <vm_exec_core+9037>, 0x5568c26c1208 <vm_exec_core+7928>, 0x5568c26c11b8 <vm_exec_core+7848>, 0x5568c26c13fd <vm_exec_core+8429>, 0x5568c26c1263 <vm_exec_core+8019>, 0x5568c26c10a0 <vm_exec_core+7568>, 0x5568c26c1031 <vm_exec_core+7457>, 0x5568c26c0fc4 <vm_exec_core+7348>, 0x5568c26c0f89 <vm_exec_core+7289>, 0x5568c26c0f53 <vm_exec_core+7235>, 0x5568c26c0f20 <vm_exec_core+7184>, 0x5568c26c1185 <vm_exec_core+7797>, 0x5568c26c0200 <vm_exec_core+3824>, 0x5568c26c0192 <vm_exec_core+3714>, 0x5568c26c0157 <vm_exec_core+3655>, 0x5568c26c0101 <vm_exec_core+3569>, 0x5568c26c00bd <vm_exec_core+3501>, 0x5568c26c0036 <vm_exec_core+3366>, 0x5568c26c0001 <vm_exec_core+3313>, 0x5568c26bffa6 <vm_exec_core+3222>, 0x5568c26bff2e <vm_exec_core+3102>, 0x5568c26bfef6 <vm_exec_core+3046>, 0x5568c26bfebe <vm_exec_core+2990>, 0x5568c26bfcc9 <vm_exec_core+2489>, 0x5568c26bfc38 <vm_exec_core+2344>, 0x5568c26bfbdb <vm_exec_core+2251>, 0x5568c26bfb62 <vm_exec_core+2130>, 0x5568c26c089a <vm_exec_core+5514>, 0x5568c26c0875 <vm_exec_core+5477>, 0x5568c26c083c <vm_exec_core+5420>, 0x5568c26c07ec <vm_exec_core+5340>, 0x5568c26c07ba <vm_exec_core+5290>, 0x5568c26c06cc <vm_exec_core+5052>, 0x5568c26c0687 <vm_exec_core+4983>, 0x5568c26c0641 <vm_exec_core+4913>, 0x5568c26c0611 <vm_exec_core+4865>, 0x5568c26c0546 <vm_exec_core+4662>, 0x5568c26c05b1 <vm_exec_core+4769>, 0x5568c26c0421 <vm_exec_core+4369>, 0x5568c26c03b4 <vm_exec_core+4260>, 0x5568c26c0327 <vm_exec_core+4119>, 0x5568c26c026b <vm_exec_core+3931>, 0x5568c26c0233 <vm_exec_core+3875>, 0x5568c26c0e59 <vm_exec_core+6985>, 0x5568c26c0d5e <vm_exec_core+6734>, 0x5568c26c27f1 <vm_exec_core+13537>, 0x5568c26c0e9c <vm_exec_core+7052>, 0x5568c26c0a0c <vm_exec_core+5884>, 0x5568c26c27dd <vm_exec_core+13517>, 0x5568c26c09c2 <vm_exec_core+5810>, 0x5568c26c0952 <vm_exec_core+5698>, 0x5568c26c08e2 <vm_exec_core+5586>, 0x5568c26c0be2 <vm_exec_core+6354>, 0x5568c26c0acf <vm_exec_core+6079>, 0x5568c26c0a56 <vm_exec_core+5958>, 0x5568c26c1b7d <vm_exec_core+10349>, 0x5568c26c0d26 <vm_exec_core+6678>, 0x5568c26c0ccf <vm_exec_core+6591>, 0x5568c26bf9c3 <vm_exec_core+1715>, 0x5568c26bf989 <vm_exec_core+1657>, 0x5568c26bfabb <vm_exec_core+1963>, 0x5568c26bfa1a <vm_exec_core+1802>, 0x5568c26c27c9 <vm_exec_core+13497>, 0x5568c26c27b5 <vm_exec_core+13477>, 0x5568c26c27a1 <vm_exec_core+13457>, 0x5568c26c278d <vm_exec_core+13437>, 0x5568c26c2779 <vm_exec_core+13417>, 0x5568c26c2765 <vm_exec_core+13397>, 0x5568c26c274a <vm_exec_core+13370>, 0x5568c26c2736 <vm_exec_core+13350>, 0x5568c26c2722 <vm_exec_core+13330>, 0x5568c26c270e <vm_exec_core+13310>, 0x5568c26c26fa <vm_exec_core+13290>, 0x5568c26c26e6 <vm_exec_core+13270>, 0x5568c26c26d2 <vm_exec_core+13250>, 0x5568c26c26be <vm_exec_core+13230>, 0x5568c26c26aa <vm_exec_core+13210>, 0x5568c26c2696 <vm_exec_core+13190>, 0x5568c26bf914 <vm_exec_core+1540>, 0x5568c26bf8b6 <vm_exec_core+1446>, 0x5568c26c2682 <vm_exec_core+13170>, 0x5568c26c266e <vm_exec_core+13150>, 0x5568c26c265a <vm_exec_core+13130>, 0x5568c26c2646 <vm_exec_core+13110>, 0x5568c26bf351 <vm_exec_core+65>, 0x5568c26bf355 <vm_exec_core+69>, 0x5568c26bf849 <vm_exec_core+1337>, 0x5568c26bf7f2 <vm_exec_core+1250>, 0x5568c26bf76f <vm_exec_core+1119>, 0x5568c26bf72a <vm_exec_core+1050>, 0x5568c26bf6dd <vm_exec_core+973>...}
#73 0x00005568c26b108b in rb_vm_exec (ec=0x5568c2a3d120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
        _ec = 0x5568c2a3d120
        _tag = {tag = 36, retval = 4, buf = {0x7fd7b5d3d1c0, 0x5568c26b0878 <rb_vm_exec+392>, 0x0, 0x7ffec08604d0, 0x5568c2acbc80}, prev = 0x7ffec0860660, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#74 0x00005568c24c9351 in rb_ec_exec_node (ec=ec@entry=0x5568c2a3d120, n=n@entry=0x7fd7b5d3d1c0) at /tmp/ruby/src/trunk-yjit/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 93908426415748, buf = {0x7fd7b5d3d1c0, 0x5568c24c93a2 <rb_ec_exec_node+258>, 0x0, 0x7ffec0860630, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fd7b5d3d1c0
#75 0x00005568c24ce4bd in ruby_run_node (n=0x7fd7b5d3d1c0) at /tmp/ruby/src/trunk-yjit/eval.c:328
        ec = 0x5568c2a3d120
        status = 0
#76 0x00005568c24c9107 in rb_main (argv=0x7ffec0860868, argc=137) at /tmp/ruby/src/trunk-yjit/main.c:39
        variable_in_this_stack_frame = 140732128431897
#77 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-yjit/main.c:58
No locals.

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