# Logfile created on 2023-03-29 10:46:19 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005599b3d0a230 @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-104619", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005599b3d9f538 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005599b3d9f3f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005599b3d9f218 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20230329-104619", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20230329-104619>, @binmode=false, @mon_data=#<Monitor:0x00005599b3d9f150>, @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
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> 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
$$$[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 = 02ecdf85c5
$$$[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
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> 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
$$$[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/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
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/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
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/openssl'
make[2]: Leaving 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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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/debug-1.7.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
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/.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/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.2/ext/debug'
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'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
	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
generating encdb.h
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 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
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> 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
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/date'
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/date'
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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving 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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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]: 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/debug-1.7.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
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/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.2/ext/debug'
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]: 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.2
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=60418
  "--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:

Ignoring debug-1.7.2 because its extensions are not built. Try: gem pristine debug --version 1.7.2
Ignoring debug-1.7.1 because its extensions are not built. Try: gem pristine debug --version 1.7.1
Ignoring rbs-3.0.4 because its extensions are not built. Try: gem pristine rbs --version 3.0.4

Retrying...
Finished tests in 171.670484s, 138.5969 tests/s, 51910.1640 assertions/s.
23793 tests, 8911443 assertions, 0 failures, 0 errors, 158 skips

ruby -v: ruby 3.3.0dev (2023-03-29T10:20:29Z master 02ecdf85c5) +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-29T10:20:29Z master 02ecdf85c5) +YJIT [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 83.531163 seconds

3841 files, 31576 examples, 199308 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.1167688.ruby -x gdbscript
[New LWP 1167688]
[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/te'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140076419372992) at ./nptl/pthread_kill.c:44

>>> Threads

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

>>> Machine level backtrace


Thread 1 (Thread 0x7f661537d7c0 (LWP 1167688)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140076419372992) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f661537d7c0
        old_mask = {__val = {140724548763760, 94105813048080, 140076353157184, 140076420060371, 0, 140076419956717, 140076419372992, 140076421572096, 140076356068064, 140076419902887, 250, 140076356068064, 140724548763360, 94105794854088, 140076421588640, 140724548763376}}
        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=140076419372992) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140076419372992, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f66153c2476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f66153a87f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x3030203030303030, sa_sigaction = 0x3030203030303030}, sa_mask = {__val = {140076421588640, 2, 2, 1, 94105796541574, 140076421572096, 140076419907671, 140076419366160, 94105813057760, 94105796321680, 140076421588640, 140724548763760, 1, 140076353157184, 94105796254417, 4294967304}}, sa_flags = 554281728, sa_restorer = 0x0}
        sigs = {__val = {32, 3473232310393267046, 7377853203761410096, 2319406791708271203, 3472328228586663282, 3472310704041635888, 2314885599538982970, 140076419952493, 2314885530818453536, 2, 140076421588640, 3432, 94105796541574, 140076419954768, 2, 3472328228586663213}}
#5  0x00005596b658edc5 in die () at /tmp/ruby/src/trunk-yjit/error.c:776
No locals.
#6  rb_bug (fmt=fmt@entry=0x5596b68fa190 "push_mark_stack(): GC does not handle T_NODE 0x%x(%p) 0x%lx") at /tmp/ruby/src/trunk-yjit/error.c:800
        args = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffcfcbd8150, reg_save_area = 0x7ffcfcbd8090}}
#7  0x00005596b65afdfd in push_mark_stack (data=140076354769032, stack=0x5596b78f04f8) at /tmp/ruby/src/trunk-yjit/gc.c:6398
        obj = 140076354769032
        obj = <optimized out>
#8  gc_grey (objspace=0x5596b78f00e0, obj=140076354769032) at /tmp/ruby/src/trunk-yjit/gc.c:7026
No locals.
#9  0x00005596b662029c in mark_ast_value (node=0x7f6611457888, ctx=0x0) at /tmp/ruby/src/trunk-yjit/node.c:1379
        args = <optimized out>
#10 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=8, nbe=0x7f6611457840) at /tmp/ruby/src/trunk-yjit/node.c:1338
        cursor = 1
        cursor = <optimized out>
#11 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-yjit/node.c:1348
        nbe = 0x7f6611457840
        nbe = <optimized out>
#12 rb_ast_mark (ast=0x7f6611476c78) at /tmp/ruby/src/trunk-yjit/node.c:1436
        nb = <optimized out>
#13 0x00005596b65b6da8 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>
#14 gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:7550
No locals.
#15 gc_marks_rest (objspace=0x5596b78f00e0) at /tmp/ruby/src/trunk-yjit/gc.c:8717
No locals.
#16 0x00005596b65b7d52 in gc_marks (full_mark=<optimized out>, objspace=0x5596b78f00e0) at /tmp/ruby/src/trunk-yjit/gc.c:8774
        marking_finished = false
        marking_finished = <optimized out>
#17 gc_start (objspace=0x5596b78f00e0, 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
#18 0x00005596b65bb3fd in heap_prepare (heap=0x5596b78f0140, size_pool=0x5596b78f0108, objspace=0x5596b78f00e0) at /tmp/ruby/src/trunk-yjit/gc.c:2416
        __func__ = <optimized out>
#19 heap_next_free_page (heap=0x5596b78f0140, size_pool=0x5596b78f0108, objspace=0x5596b78f00e0) at /tmp/ruby/src/trunk-yjit/gc.c:2685
        page = <optimized out>
        page = <optimized out>
        __func__ = <optimized out>
#20 newobj_alloc (objspace=0x5596b78f00e0, cr=0x5596b78f0df0, 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 = 0x5596b78f0108
        heap = 0x5596b78f0140
        cache = 0x5596b78f1068
        obj = <optimized out>
        __func__ = <optimized out>
#21 0x00005596b65bc2e8 in newobj_of0 (alloc_size=<optimized out>, cr=<optimized out>, wb_protected=1, flags=5, klass=140076367015320) at /tmp/ruby/src/trunk-yjit/gc.c:2893
        obj = <optimized out>
        objspace = 0x5596b78f00e0
        size_pool_idx = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
#22 newobj_of (alloc_size=<optimized out>, wb_protected=1, v3=0, v2=0, v1=0, flags=5, klass=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:2913
        obj = <optimized out>
        obj = <optimized out>
#23 rb_wb_protected_newobj_of (klass=klass@entry=140076367015320, flags=flags@entry=5, size=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:2935
        __func__ = <optimized out>
#24 0x00005596b66fcf72 in str_alloc_embed (capa=<optimized out>, klass=140076367015320) at /tmp/ruby/src/trunk-yjit/string.c:907
        size = <optimized out>
        str = <optimized out>
#25 str_duplicate (str=140076417936000, klass=140076367015320) at /tmp/ruby/src/trunk-yjit/string.c:1840
        dup = <optimized out>
        dup = <optimized out>
#26 rb_str_dup (str=140076417936000) at /tmp/ruby/src/trunk-yjit/string.c:1849
No locals.
#27 0x00005596b675256f in rb_class_path (klass=<optimized out>) at /tmp/ruby/src/trunk-yjit/variable.c:186
        permanent = <optimized out>
        path = <optimized out>
        permanent = <optimized out>
        path = <optimized out>
#28 0x00005596b66341cf in rb_any_to_s (obj=140076353213680) at /tmp/ruby/src/trunk-yjit/object.c:649
        str = <optimized out>
        cname = <optimized out>
        str = <optimized out>
        cname = <optimized out>
#29 rb_obj_inspect (obj=140076353213680) at /tmp/ruby/src/trunk-yjit/object.c:749
        str = <optimized out>
        c = <optimized out>
#30 0x00005596b677c5d1 in vm_call0_cfunc_with_frame (argv=0x0, calling=<optimized out>, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:148
        reg_cfp = 0x7f661537bcd0
        ci = <optimized out>
        me = 0x7f66116ba598
        mid = 2769
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#31 vm_call0_cfunc (argv=0x0, calling=<optimized out>, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:162
No locals.
#32 vm_call0_body (ec=0x5596b78f1120, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk-yjit/vm_eval.c:208
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#33 0x00005596b6780b03 in vm_call0_cc (kw_splat=0, cc=<optimized out>, argv=0x0, argc=0, id=2769, recv=140076353213680, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:85
        calling = {ci = 0x7ffcfcbd85f0, cc = 0x7f66116ba570, block_handler = 0, recv = 140076353213680, argc = 0, kw_splat = false}
#34 rb_funcallv_scope (recv=140076353213680, mid=2769, argc=0, argv=0x0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1040
        ec = 0x5596b78f1120
        cc = <optimized out>
        self = <optimized out>
#35 0x00005596b6635dc9 in rb_inspect (obj=<optimized out>) at /tmp/ruby/src/trunk-yjit/object.c:659
        str = <optimized out>
        enc = <optimized out>
#36 0x00005596b684e041 in inspect_ary (dummy=0, recur=0, ary=140076418233000) at /tmp/ruby/src/trunk-yjit/array.c:3105
        i = 2
        s = <optimized out>
        str = 140076418232920
        i = <optimized out>
        s = <optimized out>
        str = <optimized out>
#37 inspect_ary (ary=ary@entry=140076418233000, dummy=dummy@entry=0, recur=recur@entry=0) at /tmp/ruby/src/trunk-yjit/array.c:3097
        i = <optimized out>
        s = <optimized out>
        str = <optimized out>
#38 0x00005596b6721719 in exec_recursive (func=0x5596b684dfe0 <inspect_ary>, obj=140076418233000, pairid=<optimized out>, arg=0, outer=0, mid=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:5149
        _ec = 0x5596b78f1120
        _tag = {tag = 36, retval = 94105795650505, buf = {0x7f66114773d0, 0x5596b6721568 <exec_recursive+584>, 0x0, 0x7ffcfcbd86b0, 0x7f66114773d0}, prev = 0x7ffcfcbd88e0, state = RUBY_TAG_NONE, lock_rec = 0}
        ret = 36
        state = RUBY_TAG_NONE
        result = <optimized out>
        sym = 708876
        p = {func = 0x5596b684dfe0 <inspect_ary>, list = 140076355584960, obj = 140076418233000, pairid = 0, arg = 0}
        outermost = <optimized out>
#39 0x00005596b7ba1ceb in ?? ()
No symbol table info available.
#40 0x0000000000000001 in ?? ()
No symbol table info available.
#41 0x000000000000c161 in ?? ()
No symbol table info available.
#42 0x00005596b78f1120 in ?? ()
No symbol table info available.
#43 0x00005596b677683d in jit_exec (ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:411
        func = <optimized out>
        func = <optimized out>
#44 rb_vm_exec (ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:2365
        _ec = 0x5596b78f1120
        _tag = {tag = 36, retval = 4, buf = {0x7f66114773d0, 0x5596b6776878 <rb_vm_exec+392>, 0x0, 0x7ffcfcbd8810, 0x0}, prev = 0x7ffcfcbda1d0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#45 0x00005596b6780b03 in vm_call0_cc (kw_splat=0, cc=<optimized out>, argv=0x7ffcfcbd8a30, argc=3, id=49505, recv=140076353287120, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:85
        calling = {ci = 0x7ffcfcbd89c0, cc = 0x7f66116b2898, block_handler = 0, recv = 140076353287120, argc = 3, kw_splat = false}
#46 rb_funcallv_scope (recv=140076353287120, mid=49505, argc=3, argv=0x7ffcfcbd8a30, scope=CALL_FCALL) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1040
        ec = 0x5596b78f1120
        cc = <optimized out>
        self = <optimized out>
#47 0x00007f66118d6f12 in ripper_dispatch3 (mid=<optimized out>, a=<optimized out>, b=<optimized out>, c=<optimized out>, p=<optimized out>, p=<optimized out>) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14209
        rb_funcall_argc = 3
        rb_funcall_args = {140076353211960, 140076353213680, 140076353211040}
        rb_funcall_nargs = 3
#48 0x00007f66118ea500 in ripper_yyparse (p=0x7f661162fd90) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:4208
        v2 = <optimized out>
        v4 = <optimized out>
        v6 = <optimized out>
        v1 = <optimized out>
        v3 = <optimized out>
        v5 = <optimized out>
        v7 = <optimized out>
        yychar = <optimized out>
        yylval = {val = 140076353194640, node = 0x7f6611460a90, id = 140076353194640, num = 289802896, tbl = 0x7f6611460a90, vars = 0x7f6611460a90, strterm = 0x7f6611460a90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}
        yyloc_default = {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}
        yylloc = {beg_pos = {lineno = 586, column = 27}, end_pos = {lineno = 586, column = 28}}
        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, 274, 486, 256, 475, 691, 794, 457, 680, 679, 667, 1097, 1178, 1231, 1270, 1292, 1300, 1093, 480, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 0, 0, 0, 0, 509, 706, 859, 1009, 0, 0, 1244, 1276, 32, 0, 0, 0, 34, 0, 32614, 0, -21760, 8457, -32004, -1523, 3, 0, 0, 0, -29392, -835, 32764, 0, 3, 0, 0, 0, -29376, -835, 32764, 0, 0, 0, 32764, 512, -24064, -835, 32764, 0, -29408, -835, 32764, 0, -29376, -835, 32764, 0, -29408, -835, 32764, 0, 364, 0, 0, 0, 36, 0, 0, 0, 5752, 4472, 32614, 0, 36, 0, 0, 0, 18416, 4400, 32614, 0, -24064, -835, 32764, 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, -24832, -18842, 21910, 0, -28528, -835, 32764, 0, 565, 749, 893, 970, -2, -1, 32614, 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, -3624, 4479, 32614, 0}
        yyss = <optimized out>
        yyssp = <optimized out>
        yyvsa = {{val = 140076355616920, node = 0x7f66116b0098, id = 140076355616920, num = 292225176, tbl = 0x7f66116b0098, vars = 0x7f66116b0098, strterm = 0x7f66116b0098, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076355652200, node = 0x7f66116b8a68, id = 140076355652200, num = 292260456, tbl = 0x7f66116b8a68, vars = 0x7f66116b8a68, strterm = 0x7f66116b8a68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140076353259760, node = 0x7f66114708f0, id = 140076353259760, num = 289868016, tbl = 0x7f66114708f0, vars = 0x7f66114708f0, strterm = 0x7f66114708f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140076353268880, node = 0x7f6611472c90, id = 140076353268880, num = 289877136, tbl = 0x7f6611472c90, vars = 0x7f6611472c90, strterm = 0x7f6611472c90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076063391744, node = 0x7f6600000000, id = 140076063391744, num = 0, tbl = 0x7f6600000000, vars = 0x7f6600000000, strterm = 0x7f6600000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076353318560, node = 0x7f661147eea0, id = 140076353318560, num = 289926816, tbl = 0x7f661147eea0, vars = 0x7f661147eea0, strterm = 0x7f661147eea0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140076353304280, node = 0x7f661147b6d8, id = 140076353304280, num = 289912536, tbl = 0x7f661147b6d8, vars = 0x7f661147b6d8, strterm = 0x7f661147b6d8, 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 = 140076351074120, node = 0x7f661125af48, id = 140076351074120, num = 287682376, tbl = 0x7f661125af48, vars = 0x7f661125af48, strterm = 0x7f661125af48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140076351074520, node = 0x7f661125b0d8, id = 140076351074520, num = 287682776, tbl = 0x7f661125b0d8, vars = 0x7f661125b0d8, strterm = 0x7f661125b0d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140076354766232, node = 0x7f66115e0598, id = 140076354766232, num = 291374488, tbl = 0x7f66115e0598, vars = 0x7f66115e0598, strterm = 0x7f66115e0598, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076351071040, node = 0x7f661125a340, id = 140076351071040, num = 287679296, tbl = 0x7f661125a340, vars = 0x7f661125a340, strterm = 0x7f661125a340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140076351071040, node = 0x7f661125a340, id = 140076351071040, num = 287679296, tbl = 0x7f661125a340, vars = 0x7f661125a340, strterm = 0x7f661125a340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140076353245880, node = 0x7f661146d2b8, id = 140076353245880, num = 289854136, tbl = 0x7f661146d2b8, vars = 0x7f661146d2b8, strterm = 0x7f661146d2b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140076353247440, node = 0x7f661146d8d0, id = 140076353247440, num = 289855696, tbl = 0x7f661146d8d0, vars = 0x7f661146d8d0, strterm = 0x7f661146d8d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140076354772392, node = 0x7f66115e1da8, id = 140076354772392, num = 291380648, tbl = 0x7f66115e1da8, vars = 0x7f66115e1da8, strterm = 0x7f66115e1da8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140076353238520, node = 0x7f661146b5f8, id = 140076353238520, num = 289846776, tbl = 0x7f661146b5f8, vars = 0x7f661146b5f8, strterm = 0x7f661146b5f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140076356575888, node = 0x7f661179a290, id = 140076356575888, num = 293184144, tbl = 0x7f661179a290, vars = 0x7f661179a290, strterm = 0x7f661179a290, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140080358359039, node = 0x7f66ffffffff, id = 140080358359039, num = -1, tbl = 0x7f66ffffffff, vars = 0x7f66ffffffff, strterm = 0x7f66ffffffff, 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 = 140076353233800, node = 0x7f661146a388, id = 140076353233800, num = 289842056, tbl = 0x7f661146a388, vars = 0x7f661146a388, strterm = 0x7f661146a388, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076353216800, node = 0x7f6611466120, id = 140076353216800, num = 289825056, tbl = 0x7f6611466120, vars = 0x7f6611466120, strterm = 0x7f6611466120, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140076353219240, node = 0x7f6611466aa8, id = 140076353219240, num = 289827496, tbl = 0x7f6611466aa8, vars = 0x7f6611466aa8, strterm = 0x7f6611466aa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140076353211960, node = 0x7f6611464e38, id = 140076353211960, num = 289820216, tbl = 0x7f6611464e38, vars = 0x7f6611464e38, strterm = 0x7f6611464e38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140076353213680, node = 0x7f66114654f0, id = 140076353213680, num = 289821936, tbl = 0x7f66114654f0, vars = 0x7f66114654f0, strterm = 0x7f66114654f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140076354772504, node = 0x7f66115e1e18, id = 140076354772504, num = 291380760, tbl = 0x7f66115e1e18, vars = 0x7f66115e1e18, strterm = 0x7f66115e1e18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076418245680, node = 0x7f661526a430, id = 140076418245680, num = 354853936, tbl = 0x7f661526a430, vars = 0x7f661526a430, strterm = 0x7f661526a430, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140076418269000, node = 0x7f661526ff48, id = 140076418269000, num = 354877256, tbl = 0x7f661526ff48, vars = 0x7f661526ff48, strterm = 0x7f661526ff48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076353194640, node = 0x7f6611460a90, id = 140076353194640, num = 289802896, tbl = 0x7f6611460a90, vars = 0x7f6611460a90, strterm = 0x7f6611460a90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076353200040, node = 0x7f6611461fa8, id = 140076353200040, num = 289808296, tbl = 0x7f6611461fa8, vars = 0x7f6611461fa8, strterm = 0x7f6611461fa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076353672240, node = 0x7f66114d5430, id = 140076353672240, num = 290280496, tbl = 0x7f66114d5430, vars = 0x7f66114d5430, strterm = 0x7f66114d5430, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140076353673360, node = 0x7f66114d5890, id = 140076353673360, num = 290281616, tbl = 0x7f66114d5890, vars = 0x7f66114d5890, strterm = 0x7f66114d5890, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076353675200, node = 0x7f66114d5fc0, id = 140076353675200, num = 290283456, tbl = 0x7f66114d5fc0, vars = 0x7f66114d5fc0, strterm = 0x7f66114d5fc0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140076353669000, node = 0x7f66114d4788, id = 140076353669000, num = 290277256, tbl = 0x7f66114d4788, vars = 0x7f66114d4788, strterm = 0x7f66114d4788, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076353661720, node = 0x7f66114d2b18, id = 140076353661720, num = 290269976, tbl = 0x7f66114d2b18, vars = 0x7f66114d2b18, strterm = 0x7f66114d2b18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076353663840, node = 0x7f66114d3360, id = 140076353663840, num = 290272096, tbl = 0x7f66114d3360, vars = 0x7f66114d3360, strterm = 0x7f66114d3360, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140076353665640, node = 0x7f66114d3a68, id = 140076353665640, num = 290273896, tbl = 0x7f66114d3a68, vars = 0x7f66114d3a68, strterm = 0x7f66114d3a68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140076351539160, node = 0x7f66112cc7d8, id = 140076351539160, num = 288147416, tbl = 0x7f66112cc7d8, vars = 0x7f66112cc7d8, strterm = 0x7f66112cc7d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140076350900760, node = 0x7f6611230a18, id = 140076350900760, num = 287509016, tbl = 0x7f6611230a18, vars = 0x7f6611230a18, strterm = 0x7f6611230a18, 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 = 140076354813384, node = 0x7f66115ebdc8, id = 140076354813384, num = 291421640, tbl = 0x7f66115ebdc8, vars = 0x7f66115ebdc8, strterm = 0x7f66115ebdc8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140076350903920, node = 0x7f6611231670, id = 140076350903920, num = 287512176, tbl = 0x7f6611231670, vars = 0x7f6611231670, strterm = 0x7f6611231670, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140076350930520, node = 0x7f6611237e58, id = 140076350930520, num = 287538776, tbl = 0x7f6611237e58, vars = 0x7f6611237e58, strterm = 0x7f6611237e58, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140076350901600, node = 0x7f6611230d60, id = 140076350901600, num = 287509856, tbl = 0x7f6611230d60, vars = 0x7f6611230d60, strterm = 0x7f6611230d60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, 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 = 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 = 140076351324640, node = 0x7f66112981e0, id = 140076351324640, num = 287932896, tbl = 0x7f66112981e0, vars = 0x7f66112981e0, strterm = 0x7f66112981e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140076353252840, node = 0x7f661146ede8, id = 140076353252840, num = 289861096, tbl = 0x7f661146ede8, vars = 0x7f661146ede8, strterm = 0x7f661146ede8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140076353251720, node = 0x7f661146e988, id = 140076353251720, num = 289859976, tbl = 0x7f661146e988, vars = 0x7f661146e988, strterm = 0x7f661146e988, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551615, node = 0xffffffffffffffff, id = 18446744073709551615, num = -1, tbl = 0xffffffffffffffff, vars = 0xffffffffffffffff, strterm = 0xffffffffffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140076353917640, node = 0x7f66115112c8, id = 140076353917640, num = 290525896, tbl = 0x7f66115112c8, vars = 0x7f66115112c8, strterm = 0x7f66115112c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 4611686018427389968, node = 0x4000000000000810, id = 4611686018427389968, num = 2064, tbl = 0x4000000000000810, vars = 0x4000000000000810, strterm = 0x4000000000000810, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140720308486145, node = 0x7ffc00000001, id = 140720308486145, num = 1, tbl = 0x7ffc00000001, vars = 0x7ffc00000001, strterm = 0x7ffc00000001, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076063391744, node = 0x7f6600000000, id = 140076063391744, num = 0, tbl = 0x7f6600000000, vars = 0x7f6600000000, strterm = 0x7f6600000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076353256520, node = 0x7f661146fc48, id = 140076353256520, num = 289864776, tbl = 0x7f661146fc48, vars = 0x7f661146fc48, strterm = 0x7f661146fc48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140076353914440, node = 0x7f6611510648, id = 140076353914440, num = 290522696, tbl = 0x7f6611510648, vars = 0x7f6611510648, strterm = 0x7f6611510648, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140724548769600, node = 0x7ffcfcbd9740, id = 140724548769600, num = -54683840, tbl = 0x7ffcfcbd9740, vars = 0x7ffcfcbd9740, strterm = 0x7ffcfcbd9740, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140724548767304, node = 0x7ffcfcbd8e48, id = 140724548767304, num = -54686136, tbl = 0x7ffcfcbd8e48, vars = 0x7ffcfcbd8e48, strterm = 0x7ffcfcbd8e48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {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 = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 94105796499680, node = 0x5596b69258e0 <OnigSyntaxRuby>, id = 94105796499680, num = -1231922976, tbl = 0x5596b69258e0 <OnigSyntaxRuby>, vars = 0x5596b69258e0 <OnigSyntaxRuby>, strterm = 0x5596b69258e0 <OnigSyntaxRuby>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94105794028989, node = 0x5596b66ca5bd <next_state_val+589>, id = 94105794028989, num = -1234393667, tbl = 0x5596b66ca5bd <next_state_val+589>, vars = 0x5596b66ca5bd <next_state_val+589>, strterm = 0x5596b66ca5bd <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 = 140724548764952, node = 0x7ffcfcbd8518, id = 140724548764952, num = -54688488, tbl = 0x7ffcfcbd8518, vars = 0x7ffcfcbd8518, strterm = 0x7ffcfcbd8518, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 140724548769808, node = 0x7ffcfcbd9810, id = 140724548769808, num = -54683632, tbl = 0x7ffcfcbd9810, vars = 0x7ffcfcbd9810, strterm = 0x7ffcfcbd9810, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140724548767808, node = 0x7ffcfcbd9040, id = 140724548767808, num = -54685632, tbl = 0x7ffcfcbd9040, vars = 0x7ffcfcbd9040, strterm = 0x7ffcfcbd9040, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 140076356543128, node = 0x7f6611792298, id = 140076356543128, num = 293151384, tbl = 0x7f6611792298, vars = 0x7f6611792298, strterm = 0x7f6611792298, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076356543128, node = 0x7f6611792298, id = 140076356543128, num = 293151384, tbl = 0x7f6611792298, vars = 0x7f6611792298, strterm = 0x7f6611792298, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140076356542664, node = 0x7f66117920c8, id = 140076356542664, num = 293150920, tbl = 0x7f66117920c8, vars = 0x7f66117920c8, strterm = 0x7f66117920c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 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 = 140076356542440, node = 0x7f6611791fe8, id = 140076356542440, num = 293150696, tbl = 0x7f6611791fe8, vars = 0x7f6611791fe8, strterm = 0x7f6611791fe8, 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 = 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 = 18018201703576873728, node = 0xfa0d82fc2109ab00, id = 18018201703576873728, num = 554281728, tbl = 0xfa0d82fc2109ab00, vars = 0xfa0d82fc2109ab00, strterm = 0xfa0d82fc2109ab00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94105814541822, node = 0x5596b7a5a5fe, id = 94105814541822, num = -1213880834, tbl = 0x5596b7a5a5fe, vars = 0x5596b7a5a5fe, strterm = 0x5596b7a5a5fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 18018201703576873728, node = 0xfa0d82fc2109ab00, id = 18018201703576873728, num = 554281728, tbl = 0xfa0d82fc2109ab00, vars = 0xfa0d82fc2109ab00, strterm = 0xfa0d82fc2109ab00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140724548769808, node = 0x7ffcfcbd9810, id = 140724548769808, num = -54683632, tbl = 0x7ffcfcbd9810, vars = 0x7ffcfcbd9810, strterm = 0x7ffcfcbd9810, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94105814944240, node = 0x5596b7abc9f0, id = 94105814944240, num = -1213478416, tbl = 0x5596b7abc9f0, vars = 0x5596b7abc9f0, strterm = 0x5596b7abc9f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94105814944240, node = 0x5596b7abc9f0, id = 94105814944240, num = -1213478416, tbl = 0x5596b7abc9f0, vars = 0x5596b7abc9f0, strterm = 0x5596b7abc9f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140724548768384, node = 0x7ffcfcbd9280, id = 140724548768384, num = -54685056, tbl = 0x7ffcfcbd9280, vars = 0x7ffcfcbd9280, strterm = 0x7ffcfcbd9280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140724548769088, node = 0x7ffcfcbd9540, id = 140724548769088, num = -54684352, tbl = 0x7ffcfcbd9540, vars = 0x7ffcfcbd9540, strterm = 0x7ffcfcbd9540, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94105796490240, node = 0x5596b6923400 <clean_info>, id = 94105796490240, num = -1231932416, tbl = 0x5596b6923400 <clean_info>, vars = 0x5596b6923400 <clean_info>, strterm = 0x5596b6923400 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140724548769136, node = 0x7ffcfcbd9570, id = 140724548769136, num = -54684304, tbl = 0x7ffcfcbd9570, vars = 0x7ffcfcbd9570, strterm = 0x7ffcfcbd9570, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94105793923138, node = 0x5596b66b0842 <optimize_node_left+450>, id = 94105793923138, num = -1234499518, tbl = 0x5596b66b0842 <optimize_node_left+450>, vars = 0x5596b66b0842 <optimize_node_left+450>, strterm = 0x5596b66b0842 <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 = 140724548769224, node = 0x7ffcfcbd95c8, id = 140724548769224, num = -54684216, tbl = 0x7ffcfcbd95c8, vars = 0x7ffcfcbd95c8, strterm = 0x7ffcfcbd95c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140724548769160, node = 0x7ffcfcbd9588, id = 140724548769160, num = -54684280, tbl = 0x7ffcfcbd9588, vars = 0x7ffcfcbd9588, strterm = 0x7ffcfcbd9588, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140724548769288, node = 0x7ffcfcbd9608, id = 140724548769288, num = -54684152, tbl = 0x7ffcfcbd9608, vars = 0x7ffcfcbd9608, strterm = 0x7ffcfcbd9608, 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 = 140724548768408, node = 0x7ffcfcbd9298, id = 140724548768408, num = -54685032, tbl = 0x7ffcfcbd9298, vars = 0x7ffcfcbd9298, strterm = 0x7ffcfcbd9298, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140724548769352, node = 0x7ffcfcbd9648, id = 140724548769352, num = -54684088, tbl = 0x7ffcfcbd9648, vars = 0x7ffcfcbd9648, strterm = 0x7ffcfcbd9648, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140724548768369, node = 0x7ffcfcbd9271, id = 140724548768369, num = -54685071, tbl = 0x7ffcfcbd9271, vars = 0x7ffcfcbd9271, strterm = 0x7ffcfcbd9271, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140724548768369, node = 0x7ffcfcbd9271, id = 140724548768369, num = -54685071, tbl = 0x7ffcfcbd9271, vars = 0x7ffcfcbd9271, strterm = 0x7ffcfcbd9271, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94105793917738, node = 0x5596b66af32a <update_string_node_case_fold+298>, id = 94105793917738, num = -1234504918, tbl = 0x5596b66af32a <update_string_node_case_fold+298>, vars = 0x5596b66af32a <update_string_node_case_fold+298>, strterm = 0x5596b66af32a <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 = 94105814326881, node = 0x5596b7a25e61, id = 94105814326881, num = -1214095775, tbl = 0x5596b7a25e61, vars = 0x5596b7a25e61, strterm = 0x5596b7a25e61, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94105815383696, node = 0x5596b7b27e90, id = 94105815383696, num = -1213038960, tbl = 0x5596b7b27e90, vars = 0x5596b7b27e90, strterm = 0x5596b7b27e90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140724548768360, node = 0x7ffcfcbd9268, id = 140724548768360, num = -54685080, tbl = 0x7ffcfcbd9268, vars = 0x7ffcfcbd9268, strterm = 0x7ffcfcbd9268, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140724548768368, node = 0x7ffcfcbd9270, id = 140724548768368, num = -54685072, tbl = 0x7ffcfcbd9270, vars = 0x7ffcfcbd9270, strterm = 0x7ffcfcbd9270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140724548768369, node = 0x7ffcfcbd9271, id = 140724548768369, num = -54685071, tbl = 0x7ffcfcbd9271, vars = 0x7ffcfcbd9271, strterm = 0x7ffcfcbd9271, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 18018201703576873728, node = 0xfa0d82fc2109ab00, id = 18018201703576873728, num = 554281728, tbl = 0xfa0d82fc2109ab00, vars = 0xfa0d82fc2109ab00, strterm = 0xfa0d82fc2109ab00, 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 = 12, node = 0xc, id = 12, num = 12, tbl = 0xc, vars = 0xc, strterm = 0xc, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140076420056747, node = 0x7f66154246ab <_int_malloc+3195>, id = 140076420056747, num = 356665003, tbl = 0x7f66154246ab <_int_malloc+3195>, vars = 0x7f66154246ab <_int_malloc+3195>, strterm = 0x7f66154246ab <_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 = 140076356482208, node = 0x7f66117834a0, id = 140076356482208, num = 293090464, tbl = 0x7f66117834a0, vars = 0x7f66117834a0, strterm = 0x7f66117834a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140076421586144, node = 0x7f6615599ce0 <main_arena+96>, id = 140076421586144, num = 358194400, tbl = 0x7f6615599ce0 <main_arena+96>, vars = 0x7f6615599ce0 <main_arena+96>, strterm = 0x7f6615599ce0 <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 = 140076420056747, node = 0x7f66154246ab <_int_malloc+3195>, id = 140076420056747, num = 356665003, tbl = 0x7f66154246ab <_int_malloc+3195>, vars = 0x7f66154246ab <_int_malloc+3195>, strterm = 0x7f66154246ab <_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 = 15966844272, node = 0x3b7b2b570, id = 15966844272, num = -1213024912, tbl = 0x3b7b2b570, vars = 0x3b7b2b570, strterm = 0x3b7b2b570, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {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 = 11376610157102777159, node = 0x9de1d6a97a364347, id = 11376610157102777159, num = 2050376519, tbl = 0x9de1d6a97a364347, vars = 0x9de1d6a97a364347, strterm = 0x9de1d6a97a364347, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {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 = 140076420056747, node = 0x7f66154246ab <_int_malloc+3195>, id = 140076420056747, num = 356665003, tbl = 0x7f66154246ab <_int_malloc+3195>, vars = 0x7f66154246ab <_int_malloc+3195>, strterm = 0x7f66154246ab <_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 = 140076356485696, node = 0x7f6611784240, id = 140076356485696, num = 293093952, tbl = 0x7f6611784240, vars = 0x7f6611784240, strterm = 0x7f6611784240, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140076421586144, node = 0x7f6615599ce0 <main_arena+96>, id = 140076421586144, num = 358194400, tbl = 0x7f6615599ce0 <main_arena+96>, vars = 0x7f6615599ce0 <main_arena+96>, strterm = 0x7f6615599ce0 <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 = 11376610157102777159, node = 0x9de1d6a97a364347, id = 11376610157102777159, num = 2050376519, tbl = 0x9de1d6a97a364347, vars = 0x9de1d6a97a364347, strterm = 0x9de1d6a97a364347, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {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 = 11376610157102777159, node = 0x9de1d6a97a364347, id = 11376610157102777159, num = 2050376519, tbl = 0x9de1d6a97a364347, vars = 0x9de1d6a97a364347, strterm = 0x9de1d6a97a364347, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {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 = 140076420056747, node = 0x7f66154246ab <_int_malloc+3195>, id = 140076420056747, num = 356665003, tbl = 0x7f66154246ab <_int_malloc+3195>, vars = 0x7f66154246ab <_int_malloc+3195>, strterm = 0x7f66154246ab <_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 = 140076356485744, node = 0x7f6611784270, id = 140076356485744, num = 293094000, tbl = 0x7f6611784270, vars = 0x7f6611784270, strterm = 0x7f6611784270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140076421586144, node = 0x7f6615599ce0 <main_arena+96>, id = 140076421586144, num = 358194400, tbl = 0x7f6615599ce0 <main_arena+96>, vars = 0x7f6615599ce0 <main_arena+96>, strterm = 0x7f6615599ce0 <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 = 17125184528, node = 0x3fcbd9410, id = 17125184528, num = -54684656, tbl = 0x3fcbd9410, vars = 0x3fcbd9410, strterm = 0x3fcbd9410, ctxt = {in_defined = 0, 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 = 140724548769792, node = 0x7ffcfcbd9800, id = 140724548769792, num = -54683648, tbl = 0x7ffcfcbd9800, vars = 0x7ffcfcbd9800, strterm = 0x7ffcfcbd9800, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 11376610157102777159, node = 0x9de1d6a97a364347, id = 11376610157102777159, num = 2050376519, tbl = 0x9de1d6a97a364347, vars = 0x9de1d6a97a364347, strterm = 0x9de1d6a97a364347, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {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 = 140724548768864, node = 0x7ffcfcbd9460, id = 140724548768864, num = -54684576, tbl = 0x7ffcfcbd9460, vars = 0x7ffcfcbd9460, strterm = 0x7ffcfcbd9460, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94105795484177, node = 0x5596b682da11 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, id = 94105795484177, num = -1232938479, tbl = 0x5596b682da11 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, vars = 0x5596b682da11 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, strterm = 0x5596b682da11 <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 = 12884902008, node = 0x300000078, id = 12884902008, num = 120, tbl = 0x300000078, vars = 0x300000078, strterm = 0x300000078, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}}
        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 = 583, column = 7}}, {beg_pos = {lineno = 583, column = 8}, end_pos = {lineno = 583, column = 8}}, {beg_pos = {lineno = 585, column = 4}, end_pos = {lineno = 585, column = 16}}, {beg_pos = {lineno = 585, column = 17}, end_pos = {lineno = 585, column = 19}}, {beg_pos = {lineno = 585, column = 19}, end_pos = {lineno = 585, column = 19}}, {beg_pos = {lineno = 585, column = 19}, end_pos = {lineno = 585, column = 19}}, {beg_pos = {lineno = 585, column = 19}, end_pos = {lineno = 585, column = 19}}, {beg_pos = {lineno = 585, column = 19}, end_pos = {lineno = 585, column = 19}}, {beg_pos = {lineno = 586, column = 6}, end_pos = {lineno = 586, column = 7}}, {beg_pos = {lineno = 586, column = 7}, end_pos = {lineno = 586, column = 13}}, {beg_pos = {lineno = 586, column = 13}, end_pos = {lineno = 586, column = 14}}, {beg_pos = {lineno = 586, column = 15}, end_pos = {lineno = 586, column = 16}}, {beg_pos = {lineno = 586, column = 16}, end_pos = {lineno = 586, column = 17}}, {beg_pos = {lineno = 586, column = 17}, end_pos = {lineno = 586, column = 20}}, {beg_pos = {lineno = 586, column = 20}, end_pos = {lineno = 586, column = 28}}, {beg_pos = {lineno = 586, column = 21}, end_pos = {lineno = 586, column = 27}}, {beg_pos = {lineno = 586, column = 27}, end_pos = {lineno = 586, column = 28}}, {beg_pos = {lineno = 586, column = 27}, end_pos = {lineno = 586, column = 28}}, {beg_pos = {lineno = 586, column = 25}, end_pos = {lineno = 586, column = 26}}, {beg_pos = {lineno = 578, column = 10}, end_pos = {lineno = 578, column = 10}}, {beg_pos = {lineno = 578, column = 11}, end_pos = {lineno = 578, column = 18}}, {beg_pos = {lineno = 578, column = 19}, end_pos = {lineno = 578, column = 19}}, {beg_pos = {lineno = 578, column = 19}, end_pos = {lineno = 578, column = 19}}, {beg_pos = {lineno = 578, column = 19}, end_pos = {lineno = 578, column = 19}}, {beg_pos = {lineno = 579, column = 8}, end_pos = {lineno = 580, 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 = 2402, column = 74}, end_pos = {lineno = 2402, column = 75}}, {beg_pos = {lineno = 2402, column = 68}, end_pos = {lineno = 2402, column = 69}}, {beg_pos = {lineno = 2402, column = 68}, end_pos = {lineno = 2402, column = 69}}, {beg_pos = {lineno = 2179, column = 42}, end_pos = {lineno = 2179, column = 65}}, {beg_pos = {lineno = 2179, column = 65}, end_pos = {lineno = 2179, column = 66}}, {beg_pos = {lineno = 2179, column = 44}, end_pos = {lineno = 2179, column = 44}}, {beg_pos = {lineno = 2179, column = 44}, end_pos = {lineno = 2179, column = 44}}, {beg_pos = {lineno = 2179, column = 44}, end_pos = {lineno = 2179, column = 44}}, {beg_pos = {lineno = 2179, column = 44}, end_pos = {lineno = 2179, column = 44}}, {beg_pos = {lineno = 2179, column = 44}, end_pos = {lineno = 2179, column = 44}}, {beg_pos = {lineno = 2179, column = 44}, end_pos = {lineno = 2179, column = 48}}, {beg_pos = {lineno = 2179, column = 48}, end_pos = {lineno = 2179, column = 49}}, {beg_pos = {lineno = -1230572801, column = 21910}, end_pos = {lineno = -1232881866, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1230572920, column = 21910}}, {beg_pos = {lineno = -54683376, column = 32764}, end_pos = {lineno = -1213713088, column = 21910}}, {beg_pos = {lineno = -1213712952, column = 21910}, end_pos = {lineno = -1232917712, column = 21910}}, {beg_pos = {lineno = 64, column = 0}, end_pos = {lineno = -54683616, column = 32764}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 128, column = 4194304}}, {beg_pos = {lineno = -54683511, column = 32764}, end_pos = {lineno = -1232938559, column = 21910}}, {beg_pos = {lineno = 16387, column = 32614}, end_pos = {lineno = -1213712952, column = 21910}}, {beg_pos = {lineno = 64, column = 0}, end_pos = {lineno = 16378, column = 0}}, {beg_pos = {lineno = 16388, column = 0}, end_pos = {lineno = 16378, column = 0}}, {beg_pos = {lineno = -1230572920, column = 21910}, end_pos = {lineno = -1230572920, column = 21910}}, {beg_pos = {lineno = -1214879328, column = 21910}, end_pos = {lineno = 26479, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 356658603, column = 32614}}, {beg_pos = {lineno = -1212538878, column = 21910}, end_pos = {lineno = 293100216, column = 32614}}, {beg_pos = {lineno = 0, column = 1}, end_pos = {lineno = 554281728, column = -99777796}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = -1215364896, column = 21910}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 47, column = 0}, end_pos = {lineno = -1235500312, column = 21910}}, {beg_pos = {lineno = 292282656, column = 32614}, end_pos = {lineno = 303623576, column = 32614}}, {beg_pos = {lineno = -54683324, column = 32764}, end_pos = {lineno = 292282656, column = 32614}}, {beg_pos = {lineno = -1215364896, column = 21910}, end_pos = {lineno = 28, column = 0}}, {beg_pos = {lineno = -1215332960, column = 21910}, end_pos = {lineno = -1235549619, column = 21910}}, {beg_pos = {lineno = 293668096, column = 32614}, end_pos = {lineno = -1232265226, column = 21910}}, {beg_pos = {lineno = -1215360736, column = 21910}, end_pos = {lineno = 554281728, column = -99777796}}, {beg_pos = {lineno = 28, column = 0}, end_pos = {lineno = 293668096, column = 32614}}, {beg_pos = {lineno = 292282656, column = 32614}, end_pos = {lineno = -1232782949, column = 21910}}, {beg_pos = {lineno = 292282656, column = 32614}, end_pos = {lineno = -1215360736, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 293089618, column = 32614}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1232339719, column = 21910}}, {beg_pos = {lineno = 1680, column = 0}, end_pos = {lineno = -1235659820, column = 21910}}, {beg_pos = {lineno = 94, column = 0}, end_pos = {lineno = -1215360736, column = 21910}}, {beg_pos = {lineno = -1232339744, column = 21910}, end_pos = {lineno = -54679168, column = 32764}}, {beg_pos = {lineno = -54682988, column = 32764}, end_pos = {lineno = 3376, column = 0}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = -1215360736, column = 21910}, end_pos = {lineno = 355974992, column = 32614}}, {beg_pos = {lineno = 36, column = 0}, end_pos = {lineno = 8186, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1235659718, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -54683216, column = 32764}}, {beg_pos = {lineno = -54682832, column = 32764}, end_pos = {lineno = -54678480, column = 32764}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 554281728, column = -99777796}}, {beg_pos = {lineno = -54682848, column = 32764}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 293089618, column = 32614}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 360293244, column = 32614}}, {beg_pos = {lineno = 358252544, column = 32614}, end_pos = {lineno = 356010704, column = 32614}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = 356004252, column = 32614}}, {beg_pos = {lineno = -1213736960, column = 21910}, end_pos = {lineno = 360294377, column = 32614}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = 360293031, column = 32614}}, {beg_pos = {lineno = 360489696, column = 32614}, end_pos = {lineno = -1235966064, column = 21910}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = -1235966348, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 360294377, column = 32614}}, {beg_pos = {lineno = 1983, column = 0}, end_pos = {lineno = 360293031, column = 32614}}, {beg_pos = {lineno = 360489696, column = 32614}, end_pos = {lineno = -1235966064, column = 21910}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = -1235970716, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 360294377, column = 32614}}, {beg_pos = {lineno = 891, column = 0}, end_pos = {lineno = -1235916768, column = 21910}}, {beg_pos = {lineno = 360489696, column = 32614}, end_pos = {lineno = -54682648, column = 32764}}, {beg_pos = {lineno = -54682652, column = 32764}, end_pos = {lineno = 294442097, column = 32614}}, {beg_pos = {lineno = -1235916768, column = 21910}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -54682652, column = 32764}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = -1214771808, column = 21910}, end_pos = {lineno = 13, column = 0}}, {beg_pos = {lineno = 0, column = 21910}, end_pos = {lineno = 294443538, column = 32614}}, {beg_pos = {lineno = 294438032, column = 32614}, end_pos = {lineno = -54682448, column = 32764}}, {beg_pos = {lineno = -54682464, column = 32764}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32764}, end_pos = {lineno = 13, column = 0}}, {beg_pos = {lineno = -1213716144, column = 21910}, end_pos = {lineno = -54682528, column = 32764}}, {beg_pos = {lineno = -54682512, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -54682304, column = 32764}, end_pos = {lineno = 294443538, column = 32614}}, {beg_pos = {lineno = -1213716144, column = 21910}, end_pos = {lineno = -54682464, column = 32764}}, {beg_pos = {lineno = -54682448, column = 32764}, end_pos = {lineno = 360296977, column = 32614}}, {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 = -1213717024, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1213717024, column = 21910}}, {beg_pos = {lineno = -1235918472, column = 1}, end_pos = {lineno = -1213716144, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32614}}, {beg_pos = {lineno = 0, column = 32614}, end_pos = {lineno = 0, column = 32614}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 360324977, column = 32614}}, {beg_pos = {lineno = -1235944680, column = 21910}, end_pos = {lineno = 360489696, column = 32614}}, {beg_pos = {lineno = -1213717024, column = 21910}, end_pos = {lineno = 294711736, column = 32614}}, {beg_pos = {lineno = 294289936, column = 32614}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 292273336, column = 32614}, end_pos = {lineno = 360324977, column = 32614}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 12, column = 0}}, {beg_pos = {lineno = -1213717024, column = 21910}, end_pos = {lineno = 294711416, column = 32614}}, {beg_pos = {lineno = -1213710784, column = 21910}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 292273336, column = 32614}, end_pos = {lineno = 360324977, column = 32614}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1235944680, column = 21910}, end_pos = {lineno = -1235090432, column = 21910}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = -54681328, column = 32764}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = -1213710784, column = 21910}, end_pos = {lineno = 360336814, column = 32614}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 294691680, column = 32614}}, {beg_pos = {lineno = -54686306, column = 32764}, end_pos = {lineno = -54681504, column = 32764}}, {beg_pos = {lineno = 292272216, column = 32614}, end_pos = {lineno = -54686700, column = 32764}}, {beg_pos = {lineno = -54686704, column = 32764}, end_pos = {lineno = 360489696, column = 32614}}, {beg_pos = {lineno = 360489696, column = 32614}, end_pos = {lineno = -54682008, column = 32764}}, {beg_pos = {lineno = -54682012, column = 32764}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = 354824176, column = 32614}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 49178, column = 0}, end_pos = {lineno = 293769336, column = 32614}}, {beg_pos = {lineno = 354927008, column = 32614}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1866670115, column = 1769109872}, end_pos = {lineno = 544499815, column = 1768778059}}, {beg_pos = {lineno = 546683620, column = -461259804}, end_pos = {lineno = 539605690, column = 543452769}}, {beg_pos = {lineno = 1924973380, column = 673215603}, end_pos = {lineno = 1919251812, column = 1765831795}}, {beg_pos = {lineno = -433577879, column = -1159414115}, end_pos = {lineno = -1142677355, column = -1162156927}}, {beg_pos = {lineno = -1215360736, column = 21910}, end_pos = {lineno = 355974416, column = 32614}}, {beg_pos = {lineno = 120, column = 4}, end_pos = {lineno = 120, column = 4}}, {beg_pos = {lineno = 769721280, column = 259283}, end_pos = {lineno = 292677600, column = 32614}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 355974416, column = 32614}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = -1}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 120, column = 3}}, {beg_pos = {lineno = 119, column = 34}, end_pos = {lineno = 119, column = 34}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 2050376519, column = -1646143831}, end_pos = {lineno = -1235397896, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1215365232, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1232576686, column = 21910}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 358194400, column = 32614}}, {beg_pos = {lineno = 291988104, column = 32614}, end_pos = {lineno = -1215365232, column = 21910}}, {beg_pos = {lineno = 8192, column = 0}, end_pos = {lineno = 554281728, column = -99777796}}, {beg_pos = {lineno = 291371271, column = 32614}, end_pos = {lineno = 358194304, column = 32614}}, {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 = 356662363, column = 32614}}, {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 = 2050376519, column = -1646143831}}, {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 = 466
        yyresult = <optimized out>
        yytoken = <optimized out>
        yyval = {val = 140076353211960, node = 0x7f6611464e38, id = 140076353211960, num = 289820216, tbl = 0x7f6611464e38, vars = 0x7f6611464e38, strterm = 0x7f6611464e38, 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 = 586, column = 15}, end_pos = {lineno = 586, column = 28}}
        yyerror_range = <optimized out>
        yymsgbuf = "n\000\000\000^", '\000' <repeats 11 times>, "p\207]\021f\177\000\000\200\234Y\025f\177\000\000x\a\000\000\000\000\000\000v\000\000\000\000\000\000\000x\a\000\000\000\000\000\000\220\275\067\025f\177\000\000\000\000\000\000\000\000\000\000\342RB\025f\177\000\000\340 w\021f\177\000\000\220\375b\021f\177\000\000\220\375b\021f\177\000\000\340\000\217\267\226U\000\000\004\000\000\000\000\000\000\000\240\241[\266\226U\000"
        yymsg = 0x7ffcfcbda080 "n"
        yymsg_alloc = 128
        yylen = 4
        yyabortlab = <optimized out>
        yyerrorlab = <optimized out>
#49 0x00007f66118f15b2 in ripper_parse0 (parser_v=parser_v@entry=140076353287120) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14371
        p = 0x7f661162fd90
#50 0x00005596b659559c in rb_ensure (b_proc=b_proc@entry=0x7f66118f14d0 <ripper_parse0>, data1=data1@entry=140076353287120, e_proc=e_proc@entry=0x7f66118d3ae0 <ripper_ensure>, data2=data2@entry=140076353287120) at /tmp/ruby/src/trunk-yjit/eval.c:1005
        _ec = 0x5596b78f1120
        _tag = {tag = 36, retval = 140724548772656, buf = {0x7f66114773d0, 0x5596b6595680 <rb_ensure+496>, 0x0, 0x7ffcfcbda170, 0x0}, prev = 0x7ffcfcbda4f0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x5596b78f1120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f66118d3ae0 <ripper_ensure>, data2 = 140076353287120}}
#51 0x00007f66118d4315 in ripper_parse (self=140076353287120) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14409
        p = 0x7f661162fd90
#52 0x00005596b67698d4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f661537bd90, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
        ci = 0x8601001c0001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6615262ff0
        cfunc = 0x5596b7a83e48
        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>
#53 vm_call_cfunc_with_frame (ec=0x5596b78f1120, reg_cfp=0x7f661537bd90, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#54 0x00005596b678540d 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 = 1
        ci = 0x0
        cc = <optimized out>
        recv = 1167688
        argc = <optimized out>
        calling = {ci = 0x8601001c0001, cc = 0x7f66116bb880, block_handler = 0, recv = 140076353287120, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#55 vm_exec_core (ec=0x5596b78f1120, initial=1167688) at ../../src/trunk-yjit/insns.def:835
        bh = <optimized out>
        cd = 0x11d148
        leaf = <optimized out>
        val = 1
        reg_pc = 0x7f6611713ad8
        reg_cfp = 0x7f661537bd90
        insns_address_table = {0x5596b6787e03 <vm_exec_core+10995>, 0x5596b6785581 <vm_exec_core+625>, 0x5596b6787806 <vm_exec_core+9462>, 0x5596b678778b <vm_exec_core+9339>, 0x5596b67875f5 <vm_exec_core+8933>, 0x5596b6787577 <vm_exec_core+8807>, 0x5596b67876c6 <vm_exec_core+9142>, 0x5596b678766c <vm_exec_core+9052>, 0x5596b6787217 <vm_exec_core+7943>, 0x5596b67871c7 <vm_exec_core+7863>, 0x5596b678740c <vm_exec_core+8444>, 0x5596b6787272 <vm_exec_core+8034>, 0x5596b67870af <vm_exec_core+7583>, 0x5596b6787040 <vm_exec_core+7472>, 0x5596b6786fd3 <vm_exec_core+7363>, 0x5596b6786f98 <vm_exec_core+7304>, 0x5596b6786f62 <vm_exec_core+7250>, 0x5596b6786f2f <vm_exec_core+7199>, 0x5596b6787194 <vm_exec_core+7812>, 0x5596b678620f <vm_exec_core+3839>, 0x5596b67861a1 <vm_exec_core+3729>, 0x5596b6786166 <vm_exec_core+3670>, 0x5596b6786110 <vm_exec_core+3584>, 0x5596b67860cc <vm_exec_core+3516>, 0x5596b6786045 <vm_exec_core+3381>, 0x5596b6786010 <vm_exec_core+3328>, 0x5596b6785fb5 <vm_exec_core+3237>, 0x5596b6785f3d <vm_exec_core+3117>, 0x5596b6785f05 <vm_exec_core+3061>, 0x5596b6785ecd <vm_exec_core+3005>, 0x5596b6785cd8 <vm_exec_core+2504>, 0x5596b6785c47 <vm_exec_core+2359>, 0x5596b6785bea <vm_exec_core+2266>, 0x5596b6785b71 <vm_exec_core+2145>, 0x5596b67868a9 <vm_exec_core+5529>, 0x5596b6786884 <vm_exec_core+5492>, 0x5596b678684b <vm_exec_core+5435>, 0x5596b67867fb <vm_exec_core+5355>, 0x5596b67867c9 <vm_exec_core+5305>, 0x5596b67866db <vm_exec_core+5067>, 0x5596b6786696 <vm_exec_core+4998>, 0x5596b6786650 <vm_exec_core+4928>, 0x5596b6786620 <vm_exec_core+4880>, 0x5596b6786555 <vm_exec_core+4677>, 0x5596b67865c0 <vm_exec_core+4784>, 0x5596b6786430 <vm_exec_core+4384>, 0x5596b67863c3 <vm_exec_core+4275>, 0x5596b6786336 <vm_exec_core+4134>, 0x5596b678627a <vm_exec_core+3946>, 0x5596b6786242 <vm_exec_core+3890>, 0x5596b6786e68 <vm_exec_core+7000>, 0x5596b6786d6d <vm_exec_core+6749>, 0x5596b6785368 <vm_exec_core+88>, 0x5596b6786eab <vm_exec_core+7067>, 0x5596b6786a1b <vm_exec_core+5899>, 0x5596b6788027 <vm_exec_core+11543>, 0x5596b67869d1 <vm_exec_core+5825>, 0x5596b6786961 <vm_exec_core+5713>, 0x5596b67868f1 <vm_exec_core+5601>, 0x5596b6786bf1 <vm_exec_core+6369>, 0x5596b6786ade <vm_exec_core+6094>, 0x5596b6786a65 <vm_exec_core+5973>, 0x5596b6787b8c <vm_exec_core+10364>, 0x5596b6786d35 <vm_exec_core+6693>, 0x5596b6786cde <vm_exec_core+6606>, 0x5596b67859d2 <vm_exec_core+1730>, 0x5596b6785998 <vm_exec_core+1672>, 0x5596b6785aca <vm_exec_core+1978>, 0x5596b6785a29 <vm_exec_core+1817>, 0x5596b6787fc5 <vm_exec_core+11445>, 0x5596b6787f1c <vm_exec_core+11276>, 0x5596b67881e0 <vm_exec_core+11984>, 0x5596b678816d <vm_exec_core+11869>, 0x5596b67880c7 <vm_exec_core+11703>, 0x5596b678806b <vm_exec_core+11611>, 0x5596b678858d <vm_exec_core+12925>, 0x5596b67884f0 <vm_exec_core+12768>, 0x5596b6788458 <vm_exec_core+12616>, 0x5596b67883bb <vm_exec_core+12459>, 0x5596b6788323 <vm_exec_core+12307>, 0x5596b6787c7b <vm_exec_core+10603>, 0x5596b67882d8 <vm_exec_core+12232>, 0x5596b6788282 <vm_exec_core+12146>, 0x5596b6787d9a <vm_exec_core+10890>, 0x5596b6787d16 <vm_exec_core+10758>, 0x5596b6785923 <vm_exec_core+1555>, 0x5596b67858c5 <vm_exec_core+1461>, 0x5596b6787ee8 <vm_exec_core+11224>, 0x5596b6787eb4 <vm_exec_core+11172>, 0x5596b6787e63 <vm_exec_core+11091>, 0x5596b6787e14 <vm_exec_core+11012>, 0x5596b6787cb3 <vm_exec_core+10659>, 0x5596b6787c09 <vm_exec_core+10489>, 0x5596b6785858 <vm_exec_core+1352>, 0x5596b6785801 <vm_exec_core+1265>, 0x5596b678577e <vm_exec_core+1134>, 0x5596b6785739 <vm_exec_core+1065>, 0x5596b67856ec <vm_exec_core+988>, 0x5596b678569f <vm_exec_core+911>, 0x5596b678564a <vm_exec_core+826>, 0x5596b6785617 <vm_exec_core+775>, 0x5596b67855e4 <vm_exec_core+724>, 0x5596b6787bed <vm_exec_core+10461>, 0x5596b6785572 <vm_exec_core+610>, 0x5596b67877f7 <vm_exec_core+9447>, 0x5596b678777c <vm_exec_core+9324>, 0x5596b67875e6 <vm_exec_core+8918>, 0x5596b6787568 <vm_exec_core+8792>, 0x5596b67876b7 <vm_exec_core+9127>, 0x5596b678765d <vm_exec_core+9037>, 0x5596b6787208 <vm_exec_core+7928>, 0x5596b67871b8 <vm_exec_core+7848>, 0x5596b67873fd <vm_exec_core+8429>, 0x5596b6787263 <vm_exec_core+8019>, 0x5596b67870a0 <vm_exec_core+7568>, 0x5596b6787031 <vm_exec_core+7457>, 0x5596b6786fc4 <vm_exec_core+7348>, 0x5596b6786f89 <vm_exec_core+7289>, 0x5596b6786f53 <vm_exec_core+7235>, 0x5596b6786f20 <vm_exec_core+7184>, 0x5596b6787185 <vm_exec_core+7797>, 0x5596b6786200 <vm_exec_core+3824>, 0x5596b6786192 <vm_exec_core+3714>, 0x5596b6786157 <vm_exec_core+3655>, 0x5596b6786101 <vm_exec_core+3569>, 0x5596b67860bd <vm_exec_core+3501>, 0x5596b6786036 <vm_exec_core+3366>, 0x5596b6786001 <vm_exec_core+3313>, 0x5596b6785fa6 <vm_exec_core+3222>, 0x5596b6785f2e <vm_exec_core+3102>, 0x5596b6785ef6 <vm_exec_core+3046>, 0x5596b6785ebe <vm_exec_core+2990>, 0x5596b6785cc9 <vm_exec_core+2489>, 0x5596b6785c38 <vm_exec_core+2344>, 0x5596b6785bdb <vm_exec_core+2251>, 0x5596b6785b62 <vm_exec_core+2130>, 0x5596b678689a <vm_exec_core+5514>, 0x5596b6786875 <vm_exec_core+5477>, 0x5596b678683c <vm_exec_core+5420>, 0x5596b67867ec <vm_exec_core+5340>, 0x5596b67867ba <vm_exec_core+5290>, 0x5596b67866cc <vm_exec_core+5052>, 0x5596b6786687 <vm_exec_core+4983>, 0x5596b6786641 <vm_exec_core+4913>, 0x5596b6786611 <vm_exec_core+4865>, 0x5596b6786546 <vm_exec_core+4662>, 0x5596b67865b1 <vm_exec_core+4769>, 0x5596b6786421 <vm_exec_core+4369>, 0x5596b67863b4 <vm_exec_core+4260>, 0x5596b6786327 <vm_exec_core+4119>, 0x5596b678626b <vm_exec_core+3931>, 0x5596b6786233 <vm_exec_core+3875>, 0x5596b6786e59 <vm_exec_core+6985>, 0x5596b6786d5e <vm_exec_core+6734>, 0x5596b67887f1 <vm_exec_core+13537>, 0x5596b6786e9c <vm_exec_core+7052>, 0x5596b6786a0c <vm_exec_core+5884>, 0x5596b67887dd <vm_exec_core+13517>, 0x5596b67869c2 <vm_exec_core+5810>, 0x5596b6786952 <vm_exec_core+5698>, 0x5596b67868e2 <vm_exec_core+5586>, 0x5596b6786be2 <vm_exec_core+6354>, 0x5596b6786acf <vm_exec_core+6079>, 0x5596b6786a56 <vm_exec_core+5958>, 0x5596b6787b7d <vm_exec_core+10349>, 0x5596b6786d26 <vm_exec_core+6678>, 0x5596b6786ccf <vm_exec_core+6591>, 0x5596b67859c3 <vm_exec_core+1715>, 0x5596b6785989 <vm_exec_core+1657>, 0x5596b6785abb <vm_exec_core+1963>, 0x5596b6785a1a <vm_exec_core+1802>, 0x5596b67887c9 <vm_exec_core+13497>, 0x5596b67887b5 <vm_exec_core+13477>, 0x5596b67887a1 <vm_exec_core+13457>, 0x5596b678878d <vm_exec_core+13437>, 0x5596b6788779 <vm_exec_core+13417>, 0x5596b6788765 <vm_exec_core+13397>, 0x5596b678874a <vm_exec_core+13370>, 0x5596b6788736 <vm_exec_core+13350>, 0x5596b6788722 <vm_exec_core+13330>, 0x5596b678870e <vm_exec_core+13310>, 0x5596b67886fa <vm_exec_core+13290>, 0x5596b67886e6 <vm_exec_core+13270>, 0x5596b67886d2 <vm_exec_core+13250>, 0x5596b67886be <vm_exec_core+13230>, 0x5596b67886aa <vm_exec_core+13210>, 0x5596b6788696 <vm_exec_core+13190>, 0x5596b6785914 <vm_exec_core+1540>, 0x5596b67858b6 <vm_exec_core+1446>, 0x5596b6788682 <vm_exec_core+13170>, 0x5596b678866e <vm_exec_core+13150>, 0x5596b678865a <vm_exec_core+13130>, 0x5596b6788646 <vm_exec_core+13110>, 0x5596b6785351 <vm_exec_core+65>, 0x5596b6785355 <vm_exec_core+69>, 0x5596b6785849 <vm_exec_core+1337>, 0x5596b67857f2 <vm_exec_core+1250>, 0x5596b678576f <vm_exec_core+1119>, 0x5596b678572a <vm_exec_core+1050>, 0x5596b67856dd <vm_exec_core+973>...}
#56 0x00005596b677708b in rb_vm_exec (ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
        _ec = 0x5596b78f1120
        _tag = {tag = 36, retval = 4, buf = {0x5596b78f1120, 0x5596b6776878 <rb_vm_exec+392>, 0x0, 0x7ffcfcbda420, 0x7f661527c120}, prev = 0x7ffcfcbda8b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#57 0x00005596b677726c in eval_string_with_cref (self=<optimized out>, src=<optimized out>, cref=0x7f66114771f0, file=<optimized out>, line=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1701
        ec = 0x5596b78f1120
        block = {as = {captured = {self = 140076353287120, ep = 0x7f661527c150, code = {iseq = 0x7f661189caf0, ifunc = 0x7f661189caf0, val = 140076357634800}}, symbol = 140076353287120, proc = 140076353287120}, type = block_type_iseq}
        iseq = 0x7f6611476e58
        cfp = <optimized out>
#58 0x00005596b678c480 in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=140076353287120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1946
        cref = 0x7f66114771f0
        cref = <optimized out>
#59 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 = 140076356879400
        line = <optimized out>
        code = 140076353286840
#60 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=140076353287120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:2010
No locals.
#61 0x00005596b67698d4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7f661537be10, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
        ci = 0x254100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f6615216e70
        cfunc = 0x5596b7933e08
        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>
#62 vm_call_cfunc_with_frame (ec=0x5596b78f1120, reg_cfp=0x7f661537be10, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#63 0x00005596b678540d 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 = 1
        ci = 0x0
        cc = <optimized out>
        recv = 1167688
        argc = <optimized out>
        calling = {ci = 0x254100100005, cc = 0x7f66116bba60, block_handler = 0, recv = 140076353287120, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#64 vm_exec_core (ec=0x5596b78f1120, initial=1167688) at ../../src/trunk-yjit/insns.def:835
        bh = <optimized out>
        cd = 0x11d148
        leaf = <optimized out>
        val = 1
        reg_pc = 0x5596b7a61b68
        reg_cfp = 0x7f661537be10
        insns_address_table = {0x5596b6787e03 <vm_exec_core+10995>, 0x5596b6785581 <vm_exec_core+625>, 0x5596b6787806 <vm_exec_core+9462>, 0x5596b678778b <vm_exec_core+9339>, 0x5596b67875f5 <vm_exec_core+8933>, 0x5596b6787577 <vm_exec_core+8807>, 0x5596b67876c6 <vm_exec_core+9142>, 0x5596b678766c <vm_exec_core+9052>, 0x5596b6787217 <vm_exec_core+7943>, 0x5596b67871c7 <vm_exec_core+7863>, 0x5596b678740c <vm_exec_core+8444>, 0x5596b6787272 <vm_exec_core+8034>, 0x5596b67870af <vm_exec_core+7583>, 0x5596b6787040 <vm_exec_core+7472>, 0x5596b6786fd3 <vm_exec_core+7363>, 0x5596b6786f98 <vm_exec_core+7304>, 0x5596b6786f62 <vm_exec_core+7250>, 0x5596b6786f2f <vm_exec_core+7199>, 0x5596b6787194 <vm_exec_core+7812>, 0x5596b678620f <vm_exec_core+3839>, 0x5596b67861a1 <vm_exec_core+3729>, 0x5596b6786166 <vm_exec_core+3670>, 0x5596b6786110 <vm_exec_core+3584>, 0x5596b67860cc <vm_exec_core+3516>, 0x5596b6786045 <vm_exec_core+3381>, 0x5596b6786010 <vm_exec_core+3328>, 0x5596b6785fb5 <vm_exec_core+3237>, 0x5596b6785f3d <vm_exec_core+3117>, 0x5596b6785f05 <vm_exec_core+3061>, 0x5596b6785ecd <vm_exec_core+3005>, 0x5596b6785cd8 <vm_exec_core+2504>, 0x5596b6785c47 <vm_exec_core+2359>, 0x5596b6785bea <vm_exec_core+2266>, 0x5596b6785b71 <vm_exec_core+2145>, 0x5596b67868a9 <vm_exec_core+5529>, 0x5596b6786884 <vm_exec_core+5492>, 0x5596b678684b <vm_exec_core+5435>, 0x5596b67867fb <vm_exec_core+5355>, 0x5596b67867c9 <vm_exec_core+5305>, 0x5596b67866db <vm_exec_core+5067>, 0x5596b6786696 <vm_exec_core+4998>, 0x5596b6786650 <vm_exec_core+4928>, 0x5596b6786620 <vm_exec_core+4880>, 0x5596b6786555 <vm_exec_core+4677>, 0x5596b67865c0 <vm_exec_core+4784>, 0x5596b6786430 <vm_exec_core+4384>, 0x5596b67863c3 <vm_exec_core+4275>, 0x5596b6786336 <vm_exec_core+4134>, 0x5596b678627a <vm_exec_core+3946>, 0x5596b6786242 <vm_exec_core+3890>, 0x5596b6786e68 <vm_exec_core+7000>, 0x5596b6786d6d <vm_exec_core+6749>, 0x5596b6785368 <vm_exec_core+88>, 0x5596b6786eab <vm_exec_core+7067>, 0x5596b6786a1b <vm_exec_core+5899>, 0x5596b6788027 <vm_exec_core+11543>, 0x5596b67869d1 <vm_exec_core+5825>, 0x5596b6786961 <vm_exec_core+5713>, 0x5596b67868f1 <vm_exec_core+5601>, 0x5596b6786bf1 <vm_exec_core+6369>, 0x5596b6786ade <vm_exec_core+6094>, 0x5596b6786a65 <vm_exec_core+5973>, 0x5596b6787b8c <vm_exec_core+10364>, 0x5596b6786d35 <vm_exec_core+6693>, 0x5596b6786cde <vm_exec_core+6606>, 0x5596b67859d2 <vm_exec_core+1730>, 0x5596b6785998 <vm_exec_core+1672>, 0x5596b6785aca <vm_exec_core+1978>, 0x5596b6785a29 <vm_exec_core+1817>, 0x5596b6787fc5 <vm_exec_core+11445>, 0x5596b6787f1c <vm_exec_core+11276>, 0x5596b67881e0 <vm_exec_core+11984>, 0x5596b678816d <vm_exec_core+11869>, 0x5596b67880c7 <vm_exec_core+11703>, 0x5596b678806b <vm_exec_core+11611>, 0x5596b678858d <vm_exec_core+12925>, 0x5596b67884f0 <vm_exec_core+12768>, 0x5596b6788458 <vm_exec_core+12616>, 0x5596b67883bb <vm_exec_core+12459>, 0x5596b6788323 <vm_exec_core+12307>, 0x5596b6787c7b <vm_exec_core+10603>, 0x5596b67882d8 <vm_exec_core+12232>, 0x5596b6788282 <vm_exec_core+12146>, 0x5596b6787d9a <vm_exec_core+10890>, 0x5596b6787d16 <vm_exec_core+10758>, 0x5596b6785923 <vm_exec_core+1555>, 0x5596b67858c5 <vm_exec_core+1461>, 0x5596b6787ee8 <vm_exec_core+11224>, 0x5596b6787eb4 <vm_exec_core+11172>, 0x5596b6787e63 <vm_exec_core+11091>, 0x5596b6787e14 <vm_exec_core+11012>, 0x5596b6787cb3 <vm_exec_core+10659>, 0x5596b6787c09 <vm_exec_core+10489>, 0x5596b6785858 <vm_exec_core+1352>, 0x5596b6785801 <vm_exec_core+1265>, 0x5596b678577e <vm_exec_core+1134>, 0x5596b6785739 <vm_exec_core+1065>, 0x5596b67856ec <vm_exec_core+988>, 0x5596b678569f <vm_exec_core+911>, 0x5596b678564a <vm_exec_core+826>, 0x5596b6785617 <vm_exec_core+775>, 0x5596b67855e4 <vm_exec_core+724>, 0x5596b6787bed <vm_exec_core+10461>, 0x5596b6785572 <vm_exec_core+610>, 0x5596b67877f7 <vm_exec_core+9447>, 0x5596b678777c <vm_exec_core+9324>, 0x5596b67875e6 <vm_exec_core+8918>, 0x5596b6787568 <vm_exec_core+8792>, 0x5596b67876b7 <vm_exec_core+9127>, 0x5596b678765d <vm_exec_core+9037>, 0x5596b6787208 <vm_exec_core+7928>, 0x5596b67871b8 <vm_exec_core+7848>, 0x5596b67873fd <vm_exec_core+8429>, 0x5596b6787263 <vm_exec_core+8019>, 0x5596b67870a0 <vm_exec_core+7568>, 0x5596b6787031 <vm_exec_core+7457>, 0x5596b6786fc4 <vm_exec_core+7348>, 0x5596b6786f89 <vm_exec_core+7289>, 0x5596b6786f53 <vm_exec_core+7235>, 0x5596b6786f20 <vm_exec_core+7184>, 0x5596b6787185 <vm_exec_core+7797>, 0x5596b6786200 <vm_exec_core+3824>, 0x5596b6786192 <vm_exec_core+3714>, 0x5596b6786157 <vm_exec_core+3655>, 0x5596b6786101 <vm_exec_core+3569>, 0x5596b67860bd <vm_exec_core+3501>, 0x5596b6786036 <vm_exec_core+3366>, 0x5596b6786001 <vm_exec_core+3313>, 0x5596b6785fa6 <vm_exec_core+3222>, 0x5596b6785f2e <vm_exec_core+3102>, 0x5596b6785ef6 <vm_exec_core+3046>, 0x5596b6785ebe <vm_exec_core+2990>, 0x5596b6785cc9 <vm_exec_core+2489>, 0x5596b6785c38 <vm_exec_core+2344>, 0x5596b6785bdb <vm_exec_core+2251>, 0x5596b6785b62 <vm_exec_core+2130>, 0x5596b678689a <vm_exec_core+5514>, 0x5596b6786875 <vm_exec_core+5477>, 0x5596b678683c <vm_exec_core+5420>, 0x5596b67867ec <vm_exec_core+5340>, 0x5596b67867ba <vm_exec_core+5290>, 0x5596b67866cc <vm_exec_core+5052>, 0x5596b6786687 <vm_exec_core+4983>, 0x5596b6786641 <vm_exec_core+4913>, 0x5596b6786611 <vm_exec_core+4865>, 0x5596b6786546 <vm_exec_core+4662>, 0x5596b67865b1 <vm_exec_core+4769>, 0x5596b6786421 <vm_exec_core+4369>, 0x5596b67863b4 <vm_exec_core+4260>, 0x5596b6786327 <vm_exec_core+4119>, 0x5596b678626b <vm_exec_core+3931>, 0x5596b6786233 <vm_exec_core+3875>, 0x5596b6786e59 <vm_exec_core+6985>, 0x5596b6786d5e <vm_exec_core+6734>, 0x5596b67887f1 <vm_exec_core+13537>, 0x5596b6786e9c <vm_exec_core+7052>, 0x5596b6786a0c <vm_exec_core+5884>, 0x5596b67887dd <vm_exec_core+13517>, 0x5596b67869c2 <vm_exec_core+5810>, 0x5596b6786952 <vm_exec_core+5698>, 0x5596b67868e2 <vm_exec_core+5586>, 0x5596b6786be2 <vm_exec_core+6354>, 0x5596b6786acf <vm_exec_core+6079>, 0x5596b6786a56 <vm_exec_core+5958>, 0x5596b6787b7d <vm_exec_core+10349>, 0x5596b6786d26 <vm_exec_core+6678>, 0x5596b6786ccf <vm_exec_core+6591>, 0x5596b67859c3 <vm_exec_core+1715>, 0x5596b6785989 <vm_exec_core+1657>, 0x5596b6785abb <vm_exec_core+1963>, 0x5596b6785a1a <vm_exec_core+1802>, 0x5596b67887c9 <vm_exec_core+13497>, 0x5596b67887b5 <vm_exec_core+13477>, 0x5596b67887a1 <vm_exec_core+13457>, 0x5596b678878d <vm_exec_core+13437>, 0x5596b6788779 <vm_exec_core+13417>, 0x5596b6788765 <vm_exec_core+13397>, 0x5596b678874a <vm_exec_core+13370>, 0x5596b6788736 <vm_exec_core+13350>, 0x5596b6788722 <vm_exec_core+13330>, 0x5596b678870e <vm_exec_core+13310>, 0x5596b67886fa <vm_exec_core+13290>, 0x5596b67886e6 <vm_exec_core+13270>, 0x5596b67886d2 <vm_exec_core+13250>, 0x5596b67886be <vm_exec_core+13230>, 0x5596b67886aa <vm_exec_core+13210>, 0x5596b6788696 <vm_exec_core+13190>, 0x5596b6785914 <vm_exec_core+1540>, 0x5596b67858b6 <vm_exec_core+1446>, 0x5596b6788682 <vm_exec_core+13170>, 0x5596b678866e <vm_exec_core+13150>, 0x5596b678865a <vm_exec_core+13130>, 0x5596b6788646 <vm_exec_core+13110>, 0x5596b6785351 <vm_exec_core+65>, 0x5596b6785355 <vm_exec_core+69>, 0x5596b6785849 <vm_exec_core+1337>, 0x5596b67857f2 <vm_exec_core+1250>, 0x5596b678576f <vm_exec_core+1119>, 0x5596b678572a <vm_exec_core+1050>, 0x5596b67856dd <vm_exec_core+973>...}
#65 0x00005596b677708b in rb_vm_exec (ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
        _ec = 0x5596b78f1120
        _tag = {tag = 36, retval = 4, buf = {0x7f661537bf50, 0x5596b6776878 <rb_vm_exec+392>, 0x0, 0x7ffcfcbda7e0, 0x0}, prev = 0x7ffcfcbdac30, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#66 0x00005596b678b4ab in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140076417928520, iseq=0x7f661189cc08, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#67 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcfcbda958, argc=1, self=140076417928520, captured=<optimized out>, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:1440
        iseq = 0x7f661189cc08
        i = 1
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7f661527c0a0
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#68 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>
#69 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffcfcbda958, argc=1, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:1495
No locals.
#70 vm_yield (kw_splat=0, argv=0x7ffcfcbda958, argc=1, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:1503
No locals.
#71 rb_yield_0 (argv=0x7ffcfcbda958, argc=1) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1337
No locals.
#72 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1353
No locals.
#73 0x00005596b685037c in rb_ary_each (ary=140076355547400) at /tmp/ruby/src/trunk-yjit/array.c:2747
        i = 5
#74 0x00005596b67698d4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f661537bf90, ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
        ci = 0xbd100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f66152104a8
        cfunc = 0x5596b7948348
        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>
#75 vm_call_cfunc_with_frame (ec=0x5596b78f1120, reg_cfp=0x7f661537bf90, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#76 0x00005596b6786e38 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 = 1
        ci = 0x7ffcfcbd7f30
        cc = <optimized out>
        recv = 1167688
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7f6615246580, block_handler = 140076419366825, recv = 140076355547400, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#77 vm_exec_core (ec=0x5596b78f1120, initial=1167688) at ../../src/trunk-yjit/insns.def:815
        bh = 0
        cd = 0x5596b7a8f790
        blockiseq = 0x6
        leaf = <optimized out>
        val = 1
        reg_pc = 0x5596b7a8df18
        reg_cfp = 0x7f661537bf90
        insns_address_table = {0x5596b6787e03 <vm_exec_core+10995>, 0x5596b6785581 <vm_exec_core+625>, 0x5596b6787806 <vm_exec_core+9462>, 0x5596b678778b <vm_exec_core+9339>, 0x5596b67875f5 <vm_exec_core+8933>, 0x5596b6787577 <vm_exec_core+8807>, 0x5596b67876c6 <vm_exec_core+9142>, 0x5596b678766c <vm_exec_core+9052>, 0x5596b6787217 <vm_exec_core+7943>, 0x5596b67871c7 <vm_exec_core+7863>, 0x5596b678740c <vm_exec_core+8444>, 0x5596b6787272 <vm_exec_core+8034>, 0x5596b67870af <vm_exec_core+7583>, 0x5596b6787040 <vm_exec_core+7472>, 0x5596b6786fd3 <vm_exec_core+7363>, 0x5596b6786f98 <vm_exec_core+7304>, 0x5596b6786f62 <vm_exec_core+7250>, 0x5596b6786f2f <vm_exec_core+7199>, 0x5596b6787194 <vm_exec_core+7812>, 0x5596b678620f <vm_exec_core+3839>, 0x5596b67861a1 <vm_exec_core+3729>, 0x5596b6786166 <vm_exec_core+3670>, 0x5596b6786110 <vm_exec_core+3584>, 0x5596b67860cc <vm_exec_core+3516>, 0x5596b6786045 <vm_exec_core+3381>, 0x5596b6786010 <vm_exec_core+3328>, 0x5596b6785fb5 <vm_exec_core+3237>, 0x5596b6785f3d <vm_exec_core+3117>, 0x5596b6785f05 <vm_exec_core+3061>, 0x5596b6785ecd <vm_exec_core+3005>, 0x5596b6785cd8 <vm_exec_core+2504>, 0x5596b6785c47 <vm_exec_core+2359>, 0x5596b6785bea <vm_exec_core+2266>, 0x5596b6785b71 <vm_exec_core+2145>, 0x5596b67868a9 <vm_exec_core+5529>, 0x5596b6786884 <vm_exec_core+5492>, 0x5596b678684b <vm_exec_core+5435>, 0x5596b67867fb <vm_exec_core+5355>, 0x5596b67867c9 <vm_exec_core+5305>, 0x5596b67866db <vm_exec_core+5067>, 0x5596b6786696 <vm_exec_core+4998>, 0x5596b6786650 <vm_exec_core+4928>, 0x5596b6786620 <vm_exec_core+4880>, 0x5596b6786555 <vm_exec_core+4677>, 0x5596b67865c0 <vm_exec_core+4784>, 0x5596b6786430 <vm_exec_core+4384>, 0x5596b67863c3 <vm_exec_core+4275>, 0x5596b6786336 <vm_exec_core+4134>, 0x5596b678627a <vm_exec_core+3946>, 0x5596b6786242 <vm_exec_core+3890>, 0x5596b6786e68 <vm_exec_core+7000>, 0x5596b6786d6d <vm_exec_core+6749>, 0x5596b6785368 <vm_exec_core+88>, 0x5596b6786eab <vm_exec_core+7067>, 0x5596b6786a1b <vm_exec_core+5899>, 0x5596b6788027 <vm_exec_core+11543>, 0x5596b67869d1 <vm_exec_core+5825>, 0x5596b6786961 <vm_exec_core+5713>, 0x5596b67868f1 <vm_exec_core+5601>, 0x5596b6786bf1 <vm_exec_core+6369>, 0x5596b6786ade <vm_exec_core+6094>, 0x5596b6786a65 <vm_exec_core+5973>, 0x5596b6787b8c <vm_exec_core+10364>, 0x5596b6786d35 <vm_exec_core+6693>, 0x5596b6786cde <vm_exec_core+6606>, 0x5596b67859d2 <vm_exec_core+1730>, 0x5596b6785998 <vm_exec_core+1672>, 0x5596b6785aca <vm_exec_core+1978>, 0x5596b6785a29 <vm_exec_core+1817>, 0x5596b6787fc5 <vm_exec_core+11445>, 0x5596b6787f1c <vm_exec_core+11276>, 0x5596b67881e0 <vm_exec_core+11984>, 0x5596b678816d <vm_exec_core+11869>, 0x5596b67880c7 <vm_exec_core+11703>, 0x5596b678806b <vm_exec_core+11611>, 0x5596b678858d <vm_exec_core+12925>, 0x5596b67884f0 <vm_exec_core+12768>, 0x5596b6788458 <vm_exec_core+12616>, 0x5596b67883bb <vm_exec_core+12459>, 0x5596b6788323 <vm_exec_core+12307>, 0x5596b6787c7b <vm_exec_core+10603>, 0x5596b67882d8 <vm_exec_core+12232>, 0x5596b6788282 <vm_exec_core+12146>, 0x5596b6787d9a <vm_exec_core+10890>, 0x5596b6787d16 <vm_exec_core+10758>, 0x5596b6785923 <vm_exec_core+1555>, 0x5596b67858c5 <vm_exec_core+1461>, 0x5596b6787ee8 <vm_exec_core+11224>, 0x5596b6787eb4 <vm_exec_core+11172>, 0x5596b6787e63 <vm_exec_core+11091>, 0x5596b6787e14 <vm_exec_core+11012>, 0x5596b6787cb3 <vm_exec_core+10659>, 0x5596b6787c09 <vm_exec_core+10489>, 0x5596b6785858 <vm_exec_core+1352>, 0x5596b6785801 <vm_exec_core+1265>, 0x5596b678577e <vm_exec_core+1134>, 0x5596b6785739 <vm_exec_core+1065>, 0x5596b67856ec <vm_exec_core+988>, 0x5596b678569f <vm_exec_core+911>, 0x5596b678564a <vm_exec_core+826>, 0x5596b6785617 <vm_exec_core+775>, 0x5596b67855e4 <vm_exec_core+724>, 0x5596b6787bed <vm_exec_core+10461>, 0x5596b6785572 <vm_exec_core+610>, 0x5596b67877f7 <vm_exec_core+9447>, 0x5596b678777c <vm_exec_core+9324>, 0x5596b67875e6 <vm_exec_core+8918>, 0x5596b6787568 <vm_exec_core+8792>, 0x5596b67876b7 <vm_exec_core+9127>, 0x5596b678765d <vm_exec_core+9037>, 0x5596b6787208 <vm_exec_core+7928>, 0x5596b67871b8 <vm_exec_core+7848>, 0x5596b67873fd <vm_exec_core+8429>, 0x5596b6787263 <vm_exec_core+8019>, 0x5596b67870a0 <vm_exec_core+7568>, 0x5596b6787031 <vm_exec_core+7457>, 0x5596b6786fc4 <vm_exec_core+7348>, 0x5596b6786f89 <vm_exec_core+7289>, 0x5596b6786f53 <vm_exec_core+7235>, 0x5596b6786f20 <vm_exec_core+7184>, 0x5596b6787185 <vm_exec_core+7797>, 0x5596b6786200 <vm_exec_core+3824>, 0x5596b6786192 <vm_exec_core+3714>, 0x5596b6786157 <vm_exec_core+3655>, 0x5596b6786101 <vm_exec_core+3569>, 0x5596b67860bd <vm_exec_core+3501>, 0x5596b6786036 <vm_exec_core+3366>, 0x5596b6786001 <vm_exec_core+3313>, 0x5596b6785fa6 <vm_exec_core+3222>, 0x5596b6785f2e <vm_exec_core+3102>, 0x5596b6785ef6 <vm_exec_core+3046>, 0x5596b6785ebe <vm_exec_core+2990>, 0x5596b6785cc9 <vm_exec_core+2489>, 0x5596b6785c38 <vm_exec_core+2344>, 0x5596b6785bdb <vm_exec_core+2251>, 0x5596b6785b62 <vm_exec_core+2130>, 0x5596b678689a <vm_exec_core+5514>, 0x5596b6786875 <vm_exec_core+5477>, 0x5596b678683c <vm_exec_core+5420>, 0x5596b67867ec <vm_exec_core+5340>, 0x5596b67867ba <vm_exec_core+5290>, 0x5596b67866cc <vm_exec_core+5052>, 0x5596b6786687 <vm_exec_core+4983>, 0x5596b6786641 <vm_exec_core+4913>, 0x5596b6786611 <vm_exec_core+4865>, 0x5596b6786546 <vm_exec_core+4662>, 0x5596b67865b1 <vm_exec_core+4769>, 0x5596b6786421 <vm_exec_core+4369>, 0x5596b67863b4 <vm_exec_core+4260>, 0x5596b6786327 <vm_exec_core+4119>, 0x5596b678626b <vm_exec_core+3931>, 0x5596b6786233 <vm_exec_core+3875>, 0x5596b6786e59 <vm_exec_core+6985>, 0x5596b6786d5e <vm_exec_core+6734>, 0x5596b67887f1 <vm_exec_core+13537>, 0x5596b6786e9c <vm_exec_core+7052>, 0x5596b6786a0c <vm_exec_core+5884>, 0x5596b67887dd <vm_exec_core+13517>, 0x5596b67869c2 <vm_exec_core+5810>, 0x5596b6786952 <vm_exec_core+5698>, 0x5596b67868e2 <vm_exec_core+5586>, 0x5596b6786be2 <vm_exec_core+6354>, 0x5596b6786acf <vm_exec_core+6079>, 0x5596b6786a56 <vm_exec_core+5958>, 0x5596b6787b7d <vm_exec_core+10349>, 0x5596b6786d26 <vm_exec_core+6678>, 0x5596b6786ccf <vm_exec_core+6591>, 0x5596b67859c3 <vm_exec_core+1715>, 0x5596b6785989 <vm_exec_core+1657>, 0x5596b6785abb <vm_exec_core+1963>, 0x5596b6785a1a <vm_exec_core+1802>, 0x5596b67887c9 <vm_exec_core+13497>, 0x5596b67887b5 <vm_exec_core+13477>, 0x5596b67887a1 <vm_exec_core+13457>, 0x5596b678878d <vm_exec_core+13437>, 0x5596b6788779 <vm_exec_core+13417>, 0x5596b6788765 <vm_exec_core+13397>, 0x5596b678874a <vm_exec_core+13370>, 0x5596b6788736 <vm_exec_core+13350>, 0x5596b6788722 <vm_exec_core+13330>, 0x5596b678870e <vm_exec_core+13310>, 0x5596b67886fa <vm_exec_core+13290>, 0x5596b67886e6 <vm_exec_core+13270>, 0x5596b67886d2 <vm_exec_core+13250>, 0x5596b67886be <vm_exec_core+13230>, 0x5596b67886aa <vm_exec_core+13210>, 0x5596b6788696 <vm_exec_core+13190>, 0x5596b6785914 <vm_exec_core+1540>, 0x5596b67858b6 <vm_exec_core+1446>, 0x5596b6788682 <vm_exec_core+13170>, 0x5596b678866e <vm_exec_core+13150>, 0x5596b678865a <vm_exec_core+13130>, 0x5596b6788646 <vm_exec_core+13110>, 0x5596b6785351 <vm_exec_core+65>, 0x5596b6785355 <vm_exec_core+69>, 0x5596b6785849 <vm_exec_core+1337>, 0x5596b67857f2 <vm_exec_core+1250>, 0x5596b678576f <vm_exec_core+1119>, 0x5596b678572a <vm_exec_core+1050>, 0x5596b67856dd <vm_exec_core+973>...}
#78 0x00005596b677708b in rb_vm_exec (ec=0x5596b78f1120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
        _ec = 0x5596b78f1120
        _tag = {tag = 36, retval = 4, buf = {0x7f661189d0e0, 0x5596b6776878 <rb_vm_exec+392>, 0x0, 0x7ffcfcbdab60, 0x5596b797fc80}, prev = 0x7ffcfcbdacf0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#79 0x00005596b658f351 in rb_ec_exec_node (ec=ec@entry=0x5596b78f1120, n=n@entry=0x7f661189d0e0) at /tmp/ruby/src/trunk-yjit/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 94105794395780, buf = {0x7f661189d0e0, 0x5596b658f3a2 <rb_ec_exec_node+258>, 0x0, 0x7ffcfcbdacc0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f661189d0e0
#80 0x00005596b65944bd in ruby_run_node (n=0x7f661189d0e0) at /tmp/ruby/src/trunk-yjit/eval.c:328
        ec = 0x5596b78f1120
        status = 0
#81 0x00005596b658f107 in rb_main (argv=0x7ffcfcbdaef8, argc=139) at /tmp/ruby/src/trunk-yjit/main.c:39
        variable_in_this_stack_frame = 140724548777417
#82 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