# Logfile created on 2023-03-28 11:10:13 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055d440176320 @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-repeat20", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @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=41600, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20230328-111013", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055d44020b510 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055d44020b3a8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055d44020b1f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20230328-111013", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20230328-111013>, @binmode=false, @mon_data=#<Monitor:0x000055d44020b128>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/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-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.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 = 6b05f125bb
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-repeat20/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-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
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-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20/.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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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-repeat20/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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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-repeat20/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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 enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
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-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs
generating enc.mk
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.

making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
generating transdb.h
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.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-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20'
./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20/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-repeat20/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat20/lib
installing arch files:              /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat20/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat20/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat20/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat20/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-repeat20/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-repeat20/lib/ruby/gems/3.3.0+0
                                    minitest 5.18.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.5.7
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.4
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.0.4
                                    typeprof 0.21.7
                                    debug 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1824 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	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-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/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-repeat20/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20/basictest/test.rb:gc ....OK 4

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

# Running tests:

Finished(1/20)  tests in 759.333169s, 31.2893 tests/s, 11739.0881 assertions/s.
Finished(2/20)  tests in 902.237609s, 26.3334 tests/s, 9879.6536 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 42429>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 8 : #<TCPServer:fd 8, AF_INET6, ::, 42429>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 7
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 8
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 9
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 10
Finished(3/20)  tests in 958.031666s, 24.7998 tests/s, 9307.4585 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 45517>
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 8 : #<TCPServer:fd 8, AF_INET6, ::, 45517>
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_download: 7
Closed file descriptor: TestGemRemoteFetcher#test_download: 8
Closed file descriptor: TestGemRemoteFetcher#test_download: 9
Closed file descriptor: TestGemRemoteFetcher#test_download: 10
Finished(4/20)  tests in 1081.782966s, 21.9628 tests/s, 8239.2331 assertions/s.
Finished(5/20)  tests in 1062.835383s, 22.3544 tests/s, 8388.7412 assertions/s.
Finished(6/20)  tests in 974.602856s, 24.3781 tests/s, 9147.4378 assertions/s.
Finished(7/20)  tests in 975.260722s, 24.3617 tests/s, 9142.4568 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_no_secret: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 37105>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_no_secret: 8 : #<TCPServer:fd 8, AF_INET6, ::, 37105>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_no_secret: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_no_secret: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 10
Finished(8/20)  tests in 942.170405s, 25.2173 tests/s, 9462.3021 assertions/s.
Finished(9/20)  tests in 995.320509s, 23.8707 tests/s, 8956.6626 assertions/s.
Finished(10/20)  tests in 1023.409118s, 23.2155 tests/s, 8710.3650 assertions/s.

  1) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20/test/ripper/test_files_test_2.rb:6]:
pid 2128603 killed by SIGABRT (signal 6) (core dumped)
| <test_pattern_matching.rb>:1: [BUG] Segmentation fault at 0x0000000000000110
| ruby 3.3.0dev (2023-03-28T08:17:51Z master 6b05f125bb) [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0011 p:---- s:0056 e:000053 CFUNC  :parse
| c:0010 p:0003 s:0050 e:000049 EVAL   <test_pattern_matching.rb>:1 [FINISH]
| c:0009 p:---- s:0047 e:000046 CFUNC  :instance_eval
| c:0008 p:0019 s:0041 e:000040 BLOCK  -:33
| c:0007 p:0024 s:0038 e:000037 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243
| c:0006 p:0039 s:0033 e:000032 BLOCK  -:32
| c:0005 p:0033 s:0029 e:000028 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182
| c:0004 p:0009 s:0022 e:000021 BLOCK  -:30 [FINISH]
| c:0003 p:---- s:0018 e:000017 CFUNC  :each
| c:0002 p:0129 s:0014 E:001f20 EVAL   -:29 [FINISH]
| c:0001 p:0000 s:0003 E:000f40 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:29:in `<main>'
| -:29:in `each'
| -:30:in `block in <main>'
| /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182:in `assert_nothing_raised'
| -:32:in `block (2 levels) in <main>'
| /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243:in `under_gc_stress'
| -:33:in `block (3 levels) in <main>'
| -:33:in `instance_eval'
| <test_pattern_matching.rb>:1:in `block (3 levels) in <main>'
| <test_pattern_matching.rb>:1:in `parse'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00007fc652415708 RBP: 0x00005559eb749448 RSP: 0x00007ffd7022d210
|  RAX: 0x0000000000001da8 RBX: 0x0000000000000070 RCX: 0xcccccccccccccccd
|  RDX: 0x00000000000003b5 RDI: 0x00005559eb3600e0 RSI: 0x0000000000000060
|   R8: 0x0000000000002067  R9: 0x0000000000000060 R10: 0x00007fc651da0010
|  R11: 0x000000000000001a R12: 0x00005559eb3600e0 R13: 0x00005559eb740000
|  R14: 0x0000000000000035 R15: 0x00005559eb73f6c0 EFL: 0x0000000000010206
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0xd) [0x7fc6525ed20f] /tmp/ruby/src/trunk-repeat20/vm_dump.c:785
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1101
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_bug_for_fatal_signal+0xf4) [0x7fc6523f4494] /tmp/ruby/src/trunk-repeat20/error.c:813
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4d) [0x7fc652539c5d] /tmp/ruby/src/trunk-repeat20/signal.c:964
| /lib/x86_64-linux-gnu/libc.so.6(0x7fc651f59520) [0x7fc651f59520]
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x1a) [0x7fc652415708] /tmp/ruby/src/trunk-repeat20/gc.c:1650
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rgengc_check_relation) /tmp/ruby/src/trunk-repeat20/gc.c:6983
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rgengc_check_relation+0x5) [0x7fc65241b7ad] /tmp/ruby/src/trunk-repeat20/gc.c:7078
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat20/gc.c:7059
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(mark_ast_value+0x9) [0x7fc65247fc4c] /tmp/ruby/src/trunk-repeat20/node.c:1379
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat20/node.c:1338
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat20/node.c:1348
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat20/node.c:1436
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects+0x78) [0x7fc65241ea78] /tmp/ruby/src/trunk-repeat20/gc.c:7512
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat20/gc.c:7550
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20/gc.c:8717
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marking_exit+0x0) [0x7fc65241fa32] /tmp/ruby/src/trunk-repeat20/gc.c:8774
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks) /tmp/ruby/src/trunk-repeat20/gc.c:8785
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat20/gc.c:9557
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_prepare+0x26) [0x7fc65242294d] /tmp/ruby/src/trunk-repeat20/gc.c:2416
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat20/gc.c:2685
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20/gc.c:2791
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of0+0x66) [0x7fc652423091] /tmp/ruby/src/trunk-repeat20/gc.c:2893
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2913
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2935
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ary_alloc_embed+0x10) [0x7fc652361f20] /tmp/ruby/src/trunk-repeat20/array.c:797
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ary_new) /tmp/ruby/src/trunk-repeat20/array.c:838
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_tmp_new_from_values) /tmp/ruby/src/trunk-repeat20/array.c:889
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_new_from_values) /tmp/ruby/src/trunk-repeat20/array.c:901
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(args_copy+0x17) [0x7fc6525cb64f] /tmp/ruby/src/trunk-repeat20/vm_args.c:158
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(setup_parameters_complex) /tmp/ruby/src/trunk-repeat20/vm_args.c:684
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_callee_setup_arg+0x16f) [0x7fc6525cc18f] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2906
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_iseq_setup_2+0x0) [0x7fc6525cc608] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2918
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_iseq_setup) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2919
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_body+0x4bd) [0x7fc6525dd57d] /tmp/ruby/src/trunk-repeat20/vm_eval.c:202
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cc+0x6e) [0x7fc6525e188f] /tmp/ruby/src/trunk-repeat20/vm_eval.c:85
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1040
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_scan_event_val+0x5c) [0x7fc64e447f4a] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14192
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_dispatch_scan_event) /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6282
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(parser_yylex+0x273) [0x7fc64e450677] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10432
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(yylex) /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10485
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.c:10528
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7fc64e4615b2] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ensure+0x126) [0x7fc6523fdfd6] /tmp/ruby/src/trunk-repeat20/eval.c:1005
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7fc64e444315] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fc6525c1ec4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7fc6525d124d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fc6525d79eb] /tmp/ruby/src/trunk-repeat20/vm.c:2366
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7fc6525d7be9] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_under+0x48) [0x7fc6525e7f5a] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1946
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1970
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fc6525c1ec4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7fc6525d124d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fc6525d79eb] /tmp/ruby/src/trunk-repeat20/vm.c:2366
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_yield+0x27b) [0x7fc6525e6f5b] /tmp/ruby/src/trunk-repeat20/vm.c:1384
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7fc65235a2fc] /tmp/ruby/src/trunk-repeat20/array.c:2747
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:552
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:321
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2746
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7fc6525c1ec4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x98) [0x7fc6525d2bc9] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:815
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7fc6525d79eb] /tmp/ruby/src/trunk-repeat20/vm.c:2366
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7fc6523f9891] /tmp/ruby/src/trunk-repeat20/eval.c:287
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ruby_run_node+0x93) [0x7fc6523ffd53] /tmp/ruby/src/trunk-repeat20/eval.c:328
| /tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x5559eaf6e187] /tmp/ruby/src/trunk-repeat20/main.c:39
| /tmp/ruby/build/trunk-repeat20/ruby(main) /tmp/ruby/src/trunk-repeat20/main.c:58
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fc651f40d90] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fc651f40e40] ../csu/libc-start.c:392
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
| [0x5559eaf6e1d5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Process memory map:
| 
| 5559eaf6d000-5559eaf6e000 r--p 00000000 00:33 16012098                   /tmp/ruby/build/trunk-repeat20/ruby
| 5559eaf6e000-5559eaf6f000 r-xp 00001000 00:33 16012098                   /tmp/ruby/build/trunk-repeat20/ruby
| 5559eaf6f000-5559eaf70000 r--p 00002000 00:33 16012098                   /tmp/ruby/build/trunk-repeat20/ruby
| 5559eaf70000-5559eaf71000 r--p 00002000 00:33 16012098                   /tmp/ruby/build/trunk-repeat20/ruby
| 5559eaf71000-5559eaf72000 rw-p 00003000 00:33 16012098                   /tmp/ruby/build/trunk-repeat20/ruby
| 5559eb35d000-5559eb91e000 rw-p 00000000 00:00 0                          [heap]
| 7fc64ad78000-7fc64b5a0000 rw-p 00000000 00:00 0 
| 7fc64b5a0000-7fc64b9d7000 r--s 00000000 00:33 14692161                   /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug
| 7fc64b9d7000-7fc64bbf5000 r--s 00000000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fc64bbf5000-7fc64cf64000 rw-p 00000000 00:00 0 
| 7fc64cf64000-7fc64dfb0000 r--s 00000000 00:33 16012095                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fc64dfb0000-7fc64e090000 rw-p 00000000 00:00 0 
| 7fc64e0d9000-7fc64e10f000 r--s 00000000 00:33 16012098                   /tmp/ruby/build/trunk-repeat20/ruby
| 7fc64e10f000-7fc64e220000 rw-p 00000000 00:00 0 
| 7fc64e230000-7fc64e3a0000 rw-p 00000000 00:00 0 
| 7fc64e3b0000-7fc64e430000 rw-p 00000000 00:00 0 
| 7fc64e431000-7fc64e433000 r--p 00000000 00:33 16123800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7fc64e433000-7fc64e438000 r-xp 00002000 00:33 16123800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7fc64e438000-7fc64e439000 r--p 00007000 00:33 16123800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7fc64e439000-7fc64e43a000 ---p 00008000 00:33 16123800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7fc64e43a000-7fc64e43b000 r--p 00008000 00:33 16123800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7fc64e43b000-7fc64e43c000 rw-p 00009000 00:33 16123800                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7fc64e43c000-7fc64e442000 r--p 00000000 00:33 16020242                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7fc64e442000-7fc64e464000 r-xp 00006000 00:33 16020242                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7fc64e464000-7fc64e47d000 r--p 00028000 00:33 16020242                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7fc64e47d000-7fc64e47f000 r--p 00040000 00:33 16020242                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7fc64e47f000-7fc64e480000 rw-p 00042000 00:33 16020242                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7fc64e480000-7fc64e4a0000 rw-p 00000000 00:00 0 
| 7fc64e4a0000-7fc64e4a1000 r--p 00000000 00:33 16019753                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
| 7fc64e4a1000-7fc64e4a2000 r-xp 00001000 00:33 16019753                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
| 7fc64e4a2000-7fc64e4a3000 r--p 00002000 00:33 16019753                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
| 7fc64e4a3000-7fc64e4a4000 r--p 00002000 00:33 16019753                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
| 7fc64e4a4000-7fc64e4a5000 rw-p 00003000 00:33 16019753                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/windows_1251.so
| 7fc64e4a5000-7fc64e4a6000 r--p 00000000 00:33 16126013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fc64e4a6000-7fc64e4a8000 r-xp 00001000 00:33 16126013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fc64e4a8000-7fc64e4a9000 r--p 00003000 00:33 16126013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fc64e4a9000-7fc64e4aa000 r--p 00003000 00:33 16126013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fc64e4aa000-7fc64e4ab000 rw-p 00004000 00:33 16126013                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7fc64e4ab000-7fc64e4ac000 r--p 00000000 00:33 16018275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fc64e4ac000-7fc64e4ad000 r-xp 00001000 00:33 16018275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fc64e4ad000-7fc64e4ae000 r--p 00002000 00:33 16018275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fc64e4ae000-7fc64e4af000 r--p 00002000 00:33 16018275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fc64e4af000-7fc64e4b0000 rw-p 00003000 00:33 16018275                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7fc64e4b0000-7fc64e4b1000 ---p 00000000 00:00 0 
| 7fc64e4b1000-7fc64e4f2000 rw-p 00000000 00:00 0 
| 7fc64e4f2000-7fc64e4f3000 ---p 00000000 00:00 0 
| 7fc64e4f3000-7fc64e534000 rw-p 00000000 00:00 0 
| 7fc64e534000-7fc64e535000 ---p 00000000 00:00 0 
| 7fc64e535000-7fc64e576000 rw-p 00000000 00:00 0 
| 7fc64e576000-7fc64e577000 ---p 00000000 00:00 0 
| 7fc64e577000-7fc64e5b8000 rw-p 00000000 00:00 0 
| 7fc64e5b8000-7fc64e5b9000 ---p 00000000 00:00 0 
| 7fc64e5b9000-7fc64e5fa000 rw-p 00000000 00:00 0 
| 7fc64e5fa000-7fc64e5fb000 ---p 00000000 00:00 0 
| 7fc64e5fb000-7fc64e63c000 rw-p 00000000 00:00 0 
| 7fc64e63c000-7fc64e63d000 ---p 00000000 00:00 0 
| 7fc64e63d000-7fc64e67e000 rw-p 00000000 00:00 0 
| 7fc64e67e000-7fc64e67f000 ---p 00000000 00:00 0 
| 7fc64e67f000-7fc64e6c0000 rw-p 00000000 00:00 0 
| 7fc64e6c0000-7fc64e6c1000 ---p 00000000 00:00 0 
| 7fc64e6c1000-7fc64e702000 rw-p 00000000 00:00 0 
| 7fc64e702000-7fc64e703000 ---p 00000000 00:00 0 
| 7fc64e703000-7fc64e744000 rw-p 00000000 00:00 0 
| 7fc64e744000-7fc64e745000 ---p 00000000 00:00 0 
| 7fc64e745000-7fc64e786000 rw-p 00000000 00:00 0 
| 7fc64e786000-7fc64e787000 ---p 00000000 00:00 0 
| 7fc64e787000-7fc64e7c8000 rw-p 00000000 00:00 0 
| 7fc64e7c8000-7fc64e7c9000 ---p 00000000 00:00 0 
| 7fc64e7c9000-7fc64e80a000 rw-p 00000000 00:00 0 
| 7fc64e80a000-7fc64e80b000 ---p 00000000 00:00 0 
| 7fc64e80b000-7fc64e84c000 rw-p 00000000 00:00 0 
| 7fc64e84c000-7fc64e84d000 ---p 00000000 00:00 0 
| 7fc64e84d000-7fc64e88e000 rw-p 00000000 00:00 0 
| 7fc64e88e000-7fc64e88f000 ---p 00000000 00:00 0 
| 7fc64e88f000-7fc64e8d0000 rw-p 00000000 00:00 0 
| 7fc64e8d0000-7fc64e8d1000 ---p 00000000 00:00 0 
| 7fc64e8d1000-7fc64e912000 rw-p 00000000 00:00 0 
| 7fc64e912000-7fc64e913000 ---p 00000000 00:00 0 
| 7fc64e913000-7fc64e954000 rw-p 00000000 00:00 0 
| 7fc64e954000-7fc64e955000 ---p 00000000 00:00 0 
| 7fc64e955000-7fc64e996000 rw-p 00000000 00:00 0 
| 7fc64e996000-7fc64e997000 ---p 00000000 00:00 0 
| 7fc64e997000-7fc64e9d8000 rw-p 00000000 00:00 0 
| 7fc64e9d8000-7fc64e9d9000 ---p 00000000 00:00 0 
| 7fc64e9d9000-7fc64ea1a000 rw-p 00000000 00:00 0 
| 7fc64ea1a000-7fc64ea1b000 ---p 00000000 00:00 0 
| 7fc64ea1b000-7fc64ea5c000 rw-p 00000000 00:00 0 
| 7fc64ea5c000-7fc64ea5d000 ---p 00000000 00:00 0 
| 7fc64ea5d000-7fc64ea9e000 rw-p 00000000 00:00 0 
| 7fc64ea9e000-7fc64ea9f000 ---p 00000000 00:00 0 
| 7fc64ea9f000-7fc64eae0000 rw-p 00000000 00:00 0 
| 7fc64eae0000-7fc64eae1000 ---p 00000000 00:00 0 
| 7fc64eae1000-7fc64eb22000 rw-p 00000000 00:00 0 
| 7fc64eb22000-7fc64eb23000 ---p 00000000 00:00 0 
| 7fc64eb23000-7fc64eb64000 rw-p 00000000 00:00 0 
| 7fc64eb64000-7fc64eb65000 ---p 00000000 00:00 0 
| 7fc64eb65000-7fc64eba6000 rw-p 00000000 00:00 0 
| 7fc64eba6000-7fc64eba7000 ---p 00000000 00:00 0 
| 7fc64eba7000-7fc64ebe8000 rw-p 00000000 00:00 0 
| 7fc64ebe8000-7fc64ebe9000 ---p 00000000 00:00 0 
| 7fc64ebe9000-7fc64ec2a000 rw-p 00000000 00:00 0 
| 7fc64ec2a000-7fc64ec2b000 ---p 00000000 00:00 0 
| 7fc64ec2b000-7fc64ec6c000 rw-p 00000000 00:00 0 
| 7fc64ec6c000-7fc64ec6d000 ---p 00000000 00:00 0 
| 7fc64ec6d000-7fc64ecae000 rw-p 00000000 00:00 0 
| 7fc64ecae000-7fc64ecaf000 ---p 00000000 00:00 0 
| 7fc64ecaf000-7fc64ed20000 rw-p 00000000 00:00 0 
| 7fc64ed21000-7fc64ed22000 r--p 00000000 00:33 16019507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fc64ed22000-7fc64ed23000 r-xp 00001000 00:33 16019507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fc64ed23000-7fc64ed24000 r--p 00002000 00:33 16019507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fc64ed24000-7fc64ed25000 r--p 00002000 00:33 16019507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fc64ed25000-7fc64ed26000 rw-p 00003000 00:33 16019507                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7fc64ed26000-7fc651df0000 rw-p 00000000 00:00 0 
| 7fc651df4000-7fc651ef7000 rw-p 00000000 00:00 0 
| 7fc651ef7000-7fc651efa000 r--p 00000000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fc651efa000-7fc651f11000 r-xp 00003000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fc651f11000-7fc651f15000 r--p 0001a000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fc651f15000-7fc651f16000 r--p 0001d000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fc651f16000-7fc651f17000 rw-p 0001e000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7fc651f17000-7fc651f3f000 r--p 00000000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fc651f3f000-7fc6520d4000 r-xp 00028000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fc6520d4000-7fc65212c000 r--p 001bd000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fc65212c000-7fc652130000 r--p 00214000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fc652130000-7fc652132000 rw-p 00218000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7fc652132000-7fc652141000 rw-p 00000000 00:00 0 
| 7fc652141000-7fc65214f000 r--p 00000000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fc65214f000-7fc6521cb000 r-xp 0000e000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fc6521cb000-7fc652226000 r--p 0008a000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fc652226000-7fc652227000 r--p 000e4000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fc652227000-7fc652228000 rw-p 000e5000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7fc652228000-7fc65222a000 r--p 00000000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fc65222a000-7fc65223e000 r-xp 00002000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fc65223e000-7fc652257000 r--p 00016000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fc652257000-7fc652258000 ---p 0002f000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fc652258000-7fc652259000 r--p 0002f000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fc652259000-7fc65225a000 rw-p 00030000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7fc65225a000-7fc652262000 rw-p 00000000 00:00 0 
| 7fc652262000-7fc65226c000 r--p 00000000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fc65226c000-7fc6522cb000 r-xp 0000a000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fc6522cb000-7fc6522e2000 r--p 00069000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fc6522e2000-7fc6522e3000 r--p 0007f000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fc6522e3000-7fc6522e4000 rw-p 00080000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7fc6522e4000-7fc6522e6000 r--p 00000000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fc6522e6000-7fc6522f7000 r-xp 00002000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fc6522f7000-7fc6522fd000 r--p 00013000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fc6522fd000-7fc6522fe000 ---p 00019000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fc6522fe000-7fc6522ff000 r--p 00019000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fc6522ff000-7fc652300000 rw-p 0001a000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7fc652304000-7fc652348000 r--p 00000000 00:33 16012095                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fc652348000-7fc6526a7000 r-xp 00044000 00:33 16012095                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fc6526a7000-7fc652808000 r--p 003a3000 00:33 16012095                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fc652808000-7fc652809000 ---p 00504000 00:33 16012095                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fc652809000-7fc65281d000 r--p 00504000 00:33 16012095                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fc65281d000-7fc652820000 rw-p 00518000 00:33 16012095                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7fc652820000-7fc652836000 rw-p 00000000 00:00 0 
| 7fc652836000-7fc652838000 r--p 00000000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fc652838000-7fc652862000 r-xp 00002000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fc652862000-7fc65286d000 r--p 0002c000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fc65286e000-7fc652870000 r--p 00037000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7fc652870000-7fc652872000 rw-p 00039000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffd6fa34000-7ffd70233000 rw-p 00000000 00:00 0                          [stack]
| 7ffd7033d000-7ffd70341000 r--p 00000000 00:00 0                          [vvar]
| 7ffd70341000-7ffd70343000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


Finished(11/20)  tests in 1100.036660s, 21.5984 tests/s, 8105.0662 assertions/s.
261349 tests, 98064813 assertions, 1 failures, 0 errors, 853 skips

ruby -v: ruby 3.3.0dev (2023-03-28T08:17:51Z master 6b05f125bb) [x86_64-linux]
make: *** [uncommon.mk:828: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20
$ /tmp/ruby/build/trunk-repeat20/miniruby -I/tmp/ruby/src/trunk-repeat20/lib /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20 --extout=.ext -- /tmp/ruby/src/trunk-repeat20/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-03-28T08:17:51Z master 6b05f125bb) [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 117.577940 seconds

3841 files, 31577 examples, 164849 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-repeat20/ruby -c /tmp/cores/core.1001.2128603.ruby -x gdbscript
[New LWP 2128603]
[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-repeat20/ruby -w --disable=gems -I/tmp/ruby/src/trunk-rep'.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140489754893312) at ./nptl/pthread_kill.c:44

>>> Threads

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

>>> Machine level backtrace


Thread 1 (Thread 0x7fc651ef5c00 (LWP 2128603)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140489754893312) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7fc651ef5c00
        old_mask = {__val = {93844686625552, 140489755706579, 93844687164160, 5805120761672802816, 51, 18446744073709551344, 2, 0, 93844687164160, 1, 93844686625552, 140489755706579, 0, 140489755602925, 140489754893312, 140489757218304}}
        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=140489754893312) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140489754893312, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007fc651f59476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007fc651f3f7f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x3134333037646666, sa_sigaction = 0x3134333037646666}, sa_mask = {__val = {2, 140489757234848, 3432, 140489763215958, 140489755600976, 2, 2314885530818453536, 2314885530818453536, 140489757234848, 2, 2, 1, 140489763215958, 140489757218304, 140489755553879, 140489754885520}}, sa_flags = 0, sa_restorer = 0x7fc6521316a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 2314885530818453536, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7220170909785810534, 7234582238584647728, 3472328300589953079, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 140489755598701}}
#5  0x00007fc65234e97a in die () at /tmp/ruby/src/trunk-repeat20/error.c:776
No locals.
#6  rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x5559eb3e1580, fmt=fmt@entry=0x7fc6526dd351 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20/error.c:817
        file = <optimized out>
        line = 1
#7  0x00007fc652539c5d in sigsegv (sig=11, info=0x5559eb3e16b0, ctx=0x5559eb3e1580) at /tmp/ruby/src/trunk-repeat20/signal.c:964
No locals.
#8  <signal handler called>
No locals.
#9  0x00007fc652415708 in RVALUE_WB_UNPROTECTED (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:1650
No locals.
#10 rgengc_check_relation (objspace=0x5559eb3600e0, obj=93844690736200) at /tmp/ruby/src/trunk-repeat20/gc.c:6983
        old_parent = <optimized out>
        __func__ = <optimized out>
#11 0x00007fc65241b7ad in rgengc_check_relation (obj=93844690736200, objspace=0x5559eb3600e0) at /tmp/ruby/src/trunk-repeat20/gc.c:7078
        old_parent = <optimized out>
        old_parent = <optimized out>
        __func__ = <optimized out>
#12 gc_mark_ptr (objspace=0x5559eb3600e0, obj=93844690736200) at /tmp/ruby/src/trunk-repeat20/gc.c:7059
        __func__ = "gc_mark_ptr"
#13 0x00007fc65247fc4c in mark_ast_value (node=0x5559eb73f708, ctx=0x0) at /tmp/ruby/src/trunk-repeat20/node.c:1379
        args = <optimized out>
#14 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=23, nbe=0x5559eb73f6c0) at /tmp/ruby/src/trunk-repeat20/node.c:1338
        cursor = 1
        cursor = <optimized out>
#15 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-repeat20/node.c:1348
        nbe = 0x5559eb73f6c0
        nbe = <optimized out>
#16 rb_ast_mark (ast=0x7fc64dfc5858) at /tmp/ruby/src/trunk-repeat20/node.c:1436
        nb = <optimized out>
#17 0x00007fc65241ea78 in gc_mark_stacked_objects (count=<optimized out>, incremental=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:7512
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = 0
        mstack = <optimized out>
        obj = <optimized out>
        marked_slots_at_the_beginning = <optimized out>
        popped_count = <optimized out>
#18 gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:7550
No locals.
#19 gc_marks_rest (objspace=0x5559eb3600e0) at /tmp/ruby/src/trunk-repeat20/gc.c:8717
No locals.
#20 0x00007fc65241fa32 in gc_marks (full_mark=<optimized out>, objspace=0x5559eb3600e0) at /tmp/ruby/src/trunk-repeat20/gc.c:8774
        marking_finished = false
        marking_finished = <optimized out>
#21 gc_start (objspace=0x5559eb3600e0, reason=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:9557
        do_full_mark = <optimized out>
        immediate_mark = <optimized out>
        __func__ = <optimized out>
        lock_lev = 15149
#22 0x00007fc65242294d in heap_prepare (heap=0x5559eb360140, size_pool=0x5559eb360108, objspace=0x5559eb3600e0) at /tmp/ruby/src/trunk-repeat20/gc.c:2416
        __func__ = <optimized out>
#23 heap_next_free_page (heap=0x5559eb360140, size_pool=0x5559eb360108, objspace=0x5559eb3600e0) at /tmp/ruby/src/trunk-repeat20/gc.c:2685
        page = <optimized out>
        page = <optimized out>
        __func__ = <optimized out>
#24 newobj_alloc (objspace=0x5559eb3600e0, cr=0x5559eb360df0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:2791
        page = <optimized out>
        lev = 1
        unlock_vm = <optimized out>
        size_pool = 0x5559eb360108
        heap = 0x5559eb360140
        cache = 0x5559eb361068
        obj = <optimized out>
        __func__ = <optimized out>
#25 0x00007fc652423091 in newobj_of0 (alloc_size=93844686635232, cr=<optimized out>, wb_protected=1, flags=8199, klass=140489702511800) at /tmp/ruby/src/trunk-repeat20/gc.c:2893
        obj = <optimized out>
        objspace = 0x5559eb3600e0
        size_pool_idx = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
#26 newobj_of (alloc_size=93844686635232, wb_protected=1, v3=0, v2=0, v1=0, flags=8199, klass=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:2913
        obj = <optimized out>
        obj = <optimized out>
#27 rb_wb_protected_newobj_of (klass=klass@entry=140489702511800, flags=flags@entry=8199, size=size@entry=24) at /tmp/ruby/src/trunk-repeat20/gc.c:2935
        __func__ = <optimized out>
#28 0x00007fc652361f20 in ary_alloc_embed (capa=1, klass=140489702511800) at /tmp/ruby/src/trunk-repeat20/array.c:797
        size = 24
        ary = <optimized out>
#29 ary_new (capa=1, klass=140489702511800) at /tmp/ruby/src/trunk-repeat20/array.c:838
        ary = <optimized out>
        ptr = <optimized out>
        ary = <optimized out>
        ptr = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#30 rb_ary_tmp_new_from_values (elts=0x7fc651df41c8, n=1, klass=140489702511800) at /tmp/ruby/src/trunk-repeat20/array.c:889
        ary = <optimized out>
        ary = <optimized out>
        tmp_n = <optimized out>
#31 rb_ary_new_from_values (n=n@entry=1, elts=elts@entry=0x7fc651df41c8) at /tmp/ruby/src/trunk-repeat20/array.c:901
No locals.
#32 0x00007fc6525cb64f in args_copy (args=<synthetic pointer>) at /tmp/ruby/src/trunk-repeat20/vm_args.c:158
No locals.
#33 setup_parameters_complex (ec=<optimized out>, iseq=<optimized out>, calling=<optimized out>, ci=<optimized out>, locals=<optimized out>, arg_setup_type=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_args.c:684
        min_argc = <optimized out>
        max_argc = <optimized out>
        given_argc = <optimized out>
        kw_flag = <optimized out>
        opt_pc = 0
        allow_autosplat = <optimized out>
        args_body = {argv = 0x7fc651df41c8, argc = <optimized out>, rest_index = 0, rest_dupped = <optimized out>, kw_arg = 0x0, kw_argv = <optimized out>, rest = <optimized out>}
        args = <synthetic pointer>
        keyword_hash = <optimized out>
        orig_sp = <optimized out>
        i = <optimized out>
        flag_keyword_hash = <optimized out>
        splat_flagged_keyword_hash = <optimized out>
        converted_keyword_hash = <optimized out>
        rest_last = <optimized out>
#34 0x00007fc6525cc18f in vm_callee_setup_arg (ec=0x5559eb361120, calling=<optimized out>, iseq=0x7fc64e312920, argv=<optimized out>, param_size=1, local_size=2) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2906
        ci = 0x7ffd7022d990
        cc = 0x7fc64e32c5f0
        cacheable_ci = <optimized out>
#35 0x00007fc6525cc608 in vm_call_iseq_setup (ec=ec@entry=0x5559eb361120, cfp=0x7fc651ef3d50, calling=calling@entry=0x7ffd7022d960) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:2918
        cc = <optimized out>
        iseq = <optimized out>
        param_size = 1
        local_size = 2
        opt_pc = <optimized out>
#36 0x00007fc6525dd57d in vm_call0_body (ec=0x5559eb361120, calling=0x7ffd7022d960, argv=0x7ffd7022da00) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:202
        reg_cfp = <optimized out>
        i = <optimized out>
        ci = <optimized out>
        cc = 0x7fc64e32c5f0
        ret = <optimized out>
#37 0x00007fc6525e188f in vm_call0_cc (kw_splat=0, cc=0x7fc64e32c5f0, argv=0x7ffd7022da00, argc=1, id=52001, recv=140489688636000, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:85
        calling = {ci = 0x7ffd7022d990, cc = 0x7fc64e32c5f0, block_handler = 0, recv = 140489688636000, argc = 1, kw_splat = false}
#38 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7ffd7022da00, argc=1, mid=52001, recv=140489688636000) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1040
        ec = 0x5559eb361120
        cc = 0x7fc64e32c5f0
        self = <optimized out>
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#39 rb_funcallv (recv=140489688636000, mid=52001, argc=argc@entry=1, argv=argv@entry=0x7ffd7022da00) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1055
No locals.
#40 0x00007fc64e447f4a in ripper_dispatch1 (a=<optimized out>, mid=<optimized out>, p=0x5559eb622170) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14192
        rb_funcall_argc = 1
        rb_funcall_args = {140489753759640}
        rb_funcall_nargs = 1
#41 ripper_scan_event_val (t=tSP, p=0x5559eb622170) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6272
        str = <optimized out>
        rval = <optimized out>
        str = <optimized out>
        rval = <optimized out>
#42 ripper_dispatch_scan_event (p=0x5559eb622170, t=tSP) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6282
No locals.
#43 0x00007fc64e450677 in parser_yylex (p=0x5559eb622170) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10432
        prevline = <optimized out>
        last_state = EXPR_BEG
        token_seen = <optimized out>
        fallthru = 0
        retry = <optimized out>
        c = <optimized out>
        space_seen = 1
        cmd_state = <optimized out>
        label = <optimized out>
        c = <optimized out>
        space_seen = <optimized out>
        cmd_state = <optimized out>
        label = <optimized out>
        last_state = <optimized out>
        fallthru = <optimized out>
        token_seen = <optimized out>
        retry = <optimized out>
        outofloop = <optimized out>
        normal_newline = <optimized out>
        prevline = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        first_p = <optimized out>
        token = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        is_beg = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        prev = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
#44 yylex (p=0x5559eb622170, yylloc=0x7ffd7022db30, lval=0x7ffd7022db08) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10485
        t = <optimized out>
        t = <optimized out>
#45 ripper_yyparse (p=0x5559eb622170) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.c:10528
        yychar = <optimized out>
        yylval = {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}}
        yyloc_default = {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}
        yylloc = {beg_pos = {lineno = 693, column = 14}, end_pos = {lineno = 693, column = 14}}
        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, 97, 387, 634, 810, 980, 1097, 1178, 629, 1137, 957, 1300, 1093, 480, 1231, 1270, 1292, 1300, 1093, 480, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 0, 0, 957, 298, 509, 706, 859, 1009, -8848, 28706, 32765, 0, 0, 0, 32710, 0, 32, 0, 0, 0, 22818, 19964, 32710, 0, 3, 0, 0, 0, -3648, 28706, 32765, 0, 3, 0, 0, 0, -3632, 28706, 32765, 0, -8976, 28706, 32765, 0, -8944, 28706, 32765, 0, 0, 0, 0, 512, -8976, 28706, 32765, 0, -3680, 28706, 32765, 0, 128, 0, 0, 0, 36, 0, 0, 0, 16920, -5270, 21849, 0, 36, 0, 0, 0, 22512, 19979, 32710, 0, -3632, 28706, 32765, 0, 128, 0, 0, 0, 1, 0, 5, 0, 1, 0, 5, 0, 1, 0, 0, 0, 1, 0, 5, 0, 0, 1, 3, 311, 565, 749, 893, 970, 0, 1, 3, 311, 565, 749, 893, 970, 378, 624, 794, 666, 842, 0, 0, 0, 0, 1, 3, 311, 0, 0, 1, 0, 0, 1, 3, 311, 0, 0, 0, 0, 36, 0, 0, 0, -29856, 20030, 32710, 0}
        yyss = <optimized out>
        yyssp = <optimized out>
        yyvsa = {{val = 140489692974280, node = 0x7fc64e3e8cc8, id = 140489692974280, num = 1312722120, tbl = 0x7fc64e3e8cc8, vars = 0x7fc64e3e8cc8, strterm = 0x7fc64e3e8cc8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140489692191880, node = 0x7fc64e329c88, id = 140489692191880, num = 1311939720, tbl = 0x7fc64e329c88, vars = 0x7fc64e329c88, strterm = 0x7fc64e329c88, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489688629200, node = 0x7fc64dfc3fd0, id = 140489688629200, num = 1308377040, tbl = 0x7fc64dfc3fd0, vars = 0x7fc64dfc3fd0, strterm = 0x7fc64dfc3fd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140489688631400, node = 0x7fc64dfc4868, id = 140489688631400, num = 1308379240, tbl = 0x7fc64dfc4868, vars = 0x7fc64dfc4868, strterm = 0x7fc64dfc4868, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140488380252160, node = 0x7fc600000000, id = 140488380252160, num = 0, tbl = 0x7fc600000000, vars = 0x7fc600000000, strterm = 0x7fc600000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489688626560, node = 0x7fc64dfc3580, id = 140489688626560, num = 1308374400, tbl = 0x7fc64dfc3580, vars = 0x7fc64dfc3580, strterm = 0x7fc64dfc3580, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489688622720, node = 0x7fc64dfc2680, id = 140489688622720, num = 1308370560, tbl = 0x7fc64dfc2680, vars = 0x7fc64dfc2680, strterm = 0x7fc64dfc2680, 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 = 140489691747920, node = 0x7fc64e2bd650, id = 140489691747920, num = 1311495760, tbl = 0x7fc64e2bd650, vars = 0x7fc64e2bd650, strterm = 0x7fc64e2bd650, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140489691754040, node = 0x7fc64e2bee38, id = 140489691754040, num = 1311501880, tbl = 0x7fc64e2bee38, vars = 0x7fc64e2bee38, strterm = 0x7fc64e2bee38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 93844690733400, node = 0x5559eb748958, id = 93844690733400, num = -344684200, tbl = 0x5559eb748958, vars = 0x5559eb748958, strterm = 0x5559eb748958, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140489691716600, node = 0x7fc64e2b5bf8, id = 140489691716600, num = 1311464440, tbl = 0x7fc64e2b5bf8, vars = 0x7fc64e2b5bf8, strterm = 0x7fc64e2b5bf8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489691716600, node = 0x7fc64e2b5bf8, id = 140489691716600, num = 1311464440, tbl = 0x7fc64e2b5bf8, vars = 0x7fc64e2b5bf8, strterm = 0x7fc64e2b5bf8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489690807560, node = 0x7fc64e1d7d08, id = 140489690807560, num = 1310555400, tbl = 0x7fc64e1d7d08, vars = 0x7fc64e1d7d08, strterm = 0x7fc64e1d7d08, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489690808920, node = 0x7fc64e1d8258, id = 140489690808920, num = 1310556760, tbl = 0x7fc64e1d8258, vars = 0x7fc64e1d8258, strterm = 0x7fc64e1d8258, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93844690743368, node = 0x5559eb74b048, id = 93844690743368, num = -344674232, tbl = 0x5559eb74b048, vars = 0x5559eb74b048, strterm = 0x5559eb74b048, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140489690799440, node = 0x7fc64e1d5d50, id = 140489690799440, num = 1310547280, tbl = 0x7fc64e1d5d50, vars = 0x7fc64e1d5d50, strterm = 0x7fc64e1d5d50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93844689909008, node = 0x5559eb67f510, id = 93844689909008, num = -345508592, tbl = 0x5559eb67f510, vars = 0x5559eb67f510, strterm = 0x5559eb67f510, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140492675219455, node = 0x7fc6ffffffff, id = 140492675219455, num = -1, tbl = 0x7fc6ffffffff, vars = 0x7fc6ffffffff, strterm = 0x7fc6ffffffff, 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 = 140489690794080, node = 0x7fc64e1d4860, id = 140489690794080, num = 1310541920, tbl = 0x7fc64e1d4860, vars = 0x7fc64e1d4860, strterm = 0x7fc64e1d4860, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140489690786520, node = 0x7fc64e1d2ad8, id = 140489690786520, num = 1310534360, tbl = 0x7fc64e1d2ad8, vars = 0x7fc64e1d2ad8, strterm = 0x7fc64e1d2ad8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140489690785040, node = 0x7fc64e1d2510, id = 140489690785040, num = 1310532880, tbl = 0x7fc64e1d2510, vars = 0x7fc64e1d2510, strterm = 0x7fc64e1d2510, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140488380252184, node = 0x7fc600000018, id = 140488380252184, num = 24, tbl = 0x7fc600000018, vars = 0x7fc600000018, strterm = 0x7fc600000018, 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 = 140489753792440, node = 0x7fc651de8fb8, id = 140489753792440, num = 1373540280, tbl = 0x7fc651de8fb8, vars = 0x7fc651de8fb8, strterm = 0x7fc651de8fb8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140489753776040, node = 0x7fc651de4fa8, id = 140489753776040, num = 1373523880, tbl = 0x7fc651de4fa8, vars = 0x7fc651de4fa8, strterm = 0x7fc651de4fa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140489690775800, node = 0x7fc64e1d00f8, id = 140489690775800, num = 1310523640, tbl = 0x7fc64e1d00f8, vars = 0x7fc64e1d00f8, strterm = 0x7fc64e1d00f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489753805320, node = 0x7fc651dec208, id = 140489753805320, num = 1373553160, tbl = 0x7fc651dec208, vars = 0x7fc651dec208, strterm = 0x7fc651dec208, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 140489689380360, node = 0x7fc64e07b608, id = 140489689380360, num = 1309128200, tbl = 0x7fc64e07b608, vars = 0x7fc64e07b608, strterm = 0x7fc64e07b608, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489689381400, node = 0x7fc64e07ba18, id = 140489689381400, num = 1309129240, tbl = 0x7fc64e07ba18, vars = 0x7fc64e07ba18, strterm = 0x7fc64e07ba18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140489688756600, node = 0x7fc64dfe3178, id = 140489688756600, num = 1308504440, tbl = 0x7fc64dfe3178, vars = 0x7fc64dfe3178, strterm = 0x7fc64dfe3178, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489688758080, node = 0x7fc64dfe3740, id = 140489688758080, num = 1308505920, tbl = 0x7fc64dfe3740, vars = 0x7fc64dfe3740, strterm = 0x7fc64dfe3740, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140489688753320, node = 0x7fc64dfe24a8, id = 140489688753320, num = 1308501160, tbl = 0x7fc64dfe24a8, vars = 0x7fc64dfe24a8, strterm = 0x7fc64dfe24a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 140489688661360, node = 0x7fc64dfcbd70, id = 140489688661360, num = 1308409200, tbl = 0x7fc64dfcbd70, vars = 0x7fc64dfcbd70, strterm = 0x7fc64dfcbd70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489688662600, node = 0x7fc64dfcc248, id = 140489688662600, num = 1308410440, tbl = 0x7fc64dfcc248, vars = 0x7fc64dfcc248, strterm = 0x7fc64dfcc248, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140489688883720, node = 0x7fc64e002208, id = 140489688883720, num = 1308631560, tbl = 0x7fc64e002208, vars = 0x7fc64e002208, strterm = 0x7fc64e002208, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489691214280, node = 0x7fc64e23b1c8, id = 140489691214280, num = 1310962120, tbl = 0x7fc64e23b1c8, vars = 0x7fc64e23b1c8, strterm = 0x7fc64e23b1c8, 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 = 93844690788760, node = 0x5559eb756198, id = 93844690788760, num = -344628840, tbl = 0x5559eb756198, vars = 0x5559eb756198, strterm = 0x5559eb756198, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140489691217960, node = 0x7fc64e23c028, id = 140489691217960, num = 1310965800, tbl = 0x7fc64e23c028, vars = 0x7fc64e23c028, strterm = 0x7fc64e23c028, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140489689009520, node = 0x7fc64e020d70, id = 140489689009520, num = 1308757360, tbl = 0x7fc64e020d70, vars = 0x7fc64e020d70, strterm = 0x7fc64e020d70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489691215200, node = 0x7fc64e23b560, id = 140489691215200, num = 1310963040, tbl = 0x7fc64e23b560, vars = 0x7fc64e23b560, strterm = 0x7fc64e23b560, 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 = 140489689330360, node = 0x7fc64e06f2b8, id = 140489689330360, num = 1309078200, tbl = 0x7fc64e06f2b8, vars = 0x7fc64e06f2b8, strterm = 0x7fc64e06f2b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140489691055640, node = 0x7fc64e214618, id = 140489691055640, num = 1310803480, tbl = 0x7fc64e214618, vars = 0x7fc64e214618, strterm = 0x7fc64e214618, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140489691053800, node = 0x7fc64e213ee8, id = 140489691053800, num = 1310801640, tbl = 0x7fc64e213ee8, vars = 0x7fc64e213ee8, strterm = 0x7fc64e213ee8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {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 = 140489691076520, node = 0x7fc64e2197a8, id = 140489691076520, num = 1310824360, tbl = 0x7fc64e2197a8, vars = 0x7fc64e2197a8, strterm = 0x7fc64e2197a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 2064, node = 0x810, id = 2064, num = 2064, tbl = 0x810, vars = 0x810, strterm = 0x810, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, 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 = 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 = 140489691063160, node = 0x7fc64e216378, id = 140489691063160, num = 1310811000, tbl = 0x7fc64e216378, vars = 0x7fc64e216378, strterm = 0x7fc64e216378, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489691069120, node = 0x7fc64e217ac0, id = 140489691069120, num = 1310816960, tbl = 0x7fc64e217ac0, vars = 0x7fc64e217ac0, strterm = 0x7fc64e217ac0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 93844688295808, node = 0x5559eb4f5780, id = 93844688295808, num = -347121792, tbl = 0x5559eb4f5780, vars = 0x5559eb4f5780, strterm = 0x5559eb4f5780, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140726484789120, node = 0x7ffd7022e780, id = 140726484789120, num = 1881335680, tbl = 0x7ffd7022e780, vars = 0x7ffd7022e780, strterm = 0x7ffd7022e780, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844687692615, node = 0x5559eb462347, id = 93844687692615, num = -347724985, tbl = 0x5559eb462347, vars = 0x5559eb462347, strterm = 0x5559eb462347, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637976727552, node = 0x7f0000000000, id = 139637976727552, num = 0, tbl = 0x7f0000000000, vars = 0x7f0000000000, strterm = 0x7f0000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140726484786592, node = 0x7ffd7022dda0, id = 140726484786592, num = 1881333152, tbl = 0x7ffd7022dda0, vars = 0x7ffd7022dda0, strterm = 0x7ffd7022dda0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 93844687692622, node = 0x5559eb46234e, id = 93844687692622, num = -347724978, tbl = 0x5559eb46234e, vars = 0x5559eb46234e, strterm = 0x5559eb46234e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, 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 = 24, node = 0x18, id = 24, num = 24, tbl = 0x18, vars = 0x18, strterm = 0x18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}} <repeats 17 times>, {val = 93844687692622, node = 0x5559eb46234e, id = 93844687692622, num = -347724978, tbl = 0x5559eb46234e, vars = 0x5559eb46234e, strterm = 0x5559eb46234e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 93844687692622, node = 0x5559eb46234e, id = 93844687692622, num = -347724978, tbl = 0x5559eb46234e, vars = 0x5559eb46234e, strterm = 0x5559eb46234e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 5805120761672802816, node = 0x508fee936dc0a200, id = 5805120761672802816, num = 1841340928, tbl = 0x508fee936dc0a200, vars = 0x508fee936dc0a200, strterm = 0x508fee936dc0a200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844687413248, node = 0x5559eb41e000, id = 93844687413248, num = -348004352, tbl = 0x5559eb41e000, vars = 0x5559eb41e000, strterm = 0x5559eb41e000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844687413248, node = 0x5559eb41e000, id = 93844687413248, num = -348004352, tbl = 0x5559eb41e000, vars = 0x5559eb41e000, strterm = 0x5559eb41e000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140726484787680, node = 0x7ffd7022e1e0, id = 140726484787680, num = 1881334240, tbl = 0x7ffd7022e1e0, vars = 0x7ffd7022e1e0, strterm = 0x7ffd7022e1e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140726484788384, node = 0x7ffd7022e4a0, id = 140726484788384, num = 1881334944, tbl = 0x7ffd7022e4a0, vars = 0x7ffd7022e4a0, strterm = 0x7ffd7022e4a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140489763163712, node = 0x7fc6526d8e40 <clean_info>, id = 140489763163712, num = 1382911552, tbl = 0x7fc6526d8e40 <clean_info>, vars = 0x7fc6526d8e40 <clean_info>, strterm = 0x7fc6526d8e40 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140726484788432, node = 0x7ffd7022e4d0, id = 140726484788432, num = 1881334992, tbl = 0x7ffd7022e4d0, vars = 0x7ffd7022e4d0, strterm = 0x7ffd7022e4d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140489761280914, node = 0x7fc65250d392 <optimize_node_left+450>, id = 140489761280914, num = 1381028754, tbl = 0x7fc65250d392 <optimize_node_left+450>, vars = 0x7fc65250d392 <optimize_node_left+450>, strterm = 0x7fc65250d392 <optimize_node_left+450>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 1, 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 = 140726484788520, node = 0x7ffd7022e528, id = 140726484788520, num = 1881335080, tbl = 0x7ffd7022e528, vars = 0x7ffd7022e528, strterm = 0x7ffd7022e528, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140726484788456, node = 0x7ffd7022e4e8, id = 140726484788456, num = 1881335016, tbl = 0x7ffd7022e4e8, vars = 0x7ffd7022e4e8, strterm = 0x7ffd7022e4e8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140726484788584, node = 0x7ffd7022e568, id = 140726484788584, num = 1881335144, tbl = 0x7ffd7022e568, vars = 0x7ffd7022e568, strterm = 0x7ffd7022e568, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140724603453440, node = 0x7ffd00000000, id = 140724603453440, num = 0, tbl = 0x7ffd00000000, vars = 0x7ffd00000000, strterm = 0x7ffd00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140726484787704, node = 0x7ffd7022e1f8, id = 140726484787704, num = 1881334264, tbl = 0x7ffd7022e1f8, vars = 0x7ffd7022e1f8, strterm = 0x7ffd7022e1f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140726484788648, node = 0x7ffd7022e5a8, id = 140726484788648, num = 1881335208, tbl = 0x7ffd7022e5a8, vars = 0x7ffd7022e5a8, strterm = 0x7ffd7022e5a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140726484787665, node = 0x7ffd7022e1d1, id = 140726484787665, num = 1881334225, tbl = 0x7ffd7022e1d1, vars = 0x7ffd7022e1d1, strterm = 0x7ffd7022e1d1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140726484787665, node = 0x7ffd7022e1d1, id = 140726484787665, num = 1881334225, tbl = 0x7ffd7022e1d1, vars = 0x7ffd7022e1d1, strterm = 0x7ffd7022e1d1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140489761275514, node = 0x7fc65250be7a <update_string_node_case_fold+298>, id = 140489761275514, num = 1381023354, tbl = 0x7fc65250be7a <update_string_node_case_fold+298>, vars = 0x7fc65250be7a <update_string_node_case_fold+298>, strterm = 0x7fc65250be7a <update_string_node_case_fold+298>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 93844688032337, node = 0x5559eb4b5251, id = 93844688032337, num = -347385263, tbl = 0x5559eb4b5251, vars = 0x5559eb4b5251, strterm = 0x5559eb4b5251, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93844688893792, node = 0x5559eb587760, id = 93844688893792, num = -346523808, tbl = 0x5559eb587760, vars = 0x5559eb587760, strterm = 0x5559eb587760, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140726484787656, node = 0x7ffd7022e1c8, id = 140726484787656, num = 1881334216, tbl = 0x7ffd7022e1c8, vars = 0x7ffd7022e1c8, strterm = 0x7ffd7022e1c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140726484787664, node = 0x7ffd7022e1d0, id = 140726484787664, num = 1881334224, tbl = 0x7ffd7022e1d0, vars = 0x7ffd7022e1d0, strterm = 0x7ffd7022e1d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140726484787665, node = 0x7ffd7022e1d1, id = 140726484787665, num = 1881334225, tbl = 0x7ffd7022e1d1, vars = 0x7ffd7022e1d1, strterm = 0x7ffd7022e1d1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 5805120761672802816, node = 0x508fee936dc0a200, id = 5805120761672802816, num = 1841340928, tbl = 0x508fee936dc0a200, vars = 0x508fee936dc0a200, strterm = 0x508fee936dc0a200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844688032304, node = 0x5559eb4b5230, id = 93844688032304, num = -347385296, tbl = 0x5559eb4b5230, vars = 0x5559eb4b5230, strterm = 0x5559eb4b5230, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 18446744073709551344, node = 0xfffffffffffffef0, id = 18446744073709551344, num = -272, tbl = 0xfffffffffffffef0, vars = 0xfffffffffffffef0, strterm = 0xfffffffffffffef0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 22, node = 0x16, id = 22, num = 22, tbl = 0x16, vars = 0x16, strterm = 0x16, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 93844687300273, node = 0x5559eb4026b1, id = 93844687300273, num = -348117327, tbl = 0x5559eb4026b1, vars = 0x5559eb4026b1, strterm = 0x5559eb4026b1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 3, node = 0x3, id = 3, num = 3, tbl = 0x3, vars = 0x3, strterm = 0x3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551615, node = 0xffffffffffffffff, id = 18446744073709551615, num = -1, tbl = 0xffffffffffffffff, vars = 0xffffffffffffffff, strterm = 0xffffffffffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489755702955, node = 0x7fc651fbb6ab <_int_malloc+3195>, id = 140489755702955, num = 1375450795, tbl = 0x7fc651fbb6ab <_int_malloc+3195>, vars = 0x7fc651fbb6ab <_int_malloc+3195>, strterm = 0x7fc651fbb6ab <_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 = 93844688458512, node = 0x5559eb51d310, id = 93844688458512, num = -346959088, tbl = 0x5559eb51d310, vars = 0x5559eb51d310, strterm = 0x5559eb51d310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140489757232352, node = 0x7fc652130ce0 <main_arena+96>, id = 140489757232352, num = 1376980192, tbl = 0x7fc652130ce0 <main_arena+96>, vars = 0x7fc652130ce0 <main_arena+96>, strterm = 0x7fc652130ce0 <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 = 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 = 175745541808, node = 0x28eb4026b0, id = 175745541808, num = -348117328, tbl = 0x28eb4026b0, vars = 0x28eb4026b0, strterm = 0x28eb4026b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 625, node = 0x271, id = 625, num = 625, tbl = 0x271, vars = 0x271, strterm = 0x271, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 93844687300273, node = 0x5559eb4026b1, id = 93844687300273, num = -348117327, tbl = 0x5559eb4026b1, vars = 0x5559eb4026b1, strterm = 0x5559eb4026b1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 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 = 10, node = 0xa, id = 10, num = 10, tbl = 0xa, vars = 0xa, strterm = 0xa, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 249108103208, node = 0x3a00000028, id = 249108103208, num = 40, tbl = 0x3a00000028, vars = 0x3a00000028, strterm = 0x3a00000028, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 395136991342, node = 0x5c0000006e, id = 395136991342, num = 110, tbl = 0x5c0000006e, vars = 0x5c0000006e, strterm = 0x5c0000006e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 5805120761672802816, node = 0x508fee936dc0a200, id = 5805120761672802816, num = 1841340928, tbl = 0x508fee936dc0a200, vars = 0x508fee936dc0a200, strterm = 0x508fee936dc0a200, 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 = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844690303040, node = 0x5559eb6df840, id = 93844690303040, num = -345114560, tbl = 0x5559eb6df840, vars = 0x5559eb6df840, strterm = 0x5559eb6df840, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140489757232256, node = 0x7fc652130c80 <main_arena>, id = 140489757232256, num = 1376980096, tbl = 0x7fc652130c80 <main_arena>, vars = 0x7fc652130c80 <main_arena>, strterm = 0x7fc652130c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844690303360, node = 0x5559eb6df980, id = 93844690303360, num = -345114240, tbl = 0x5559eb6df980, vars = 0x5559eb6df980, strterm = 0x5559eb6df980, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844688458528, node = 0x5559eb51d320, id = 93844688458528, num = -346959072, tbl = 0x5559eb51d320, vars = 0x5559eb51d320, strterm = 0x5559eb51d320, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140489755704411, node = 0x7fc651fbbc5b <_int_realloc+299>, id = 140489755704411, num = 1375452251, tbl = 0x7fc651fbbc5b <_int_realloc+299>, vars = 0x7fc651fbbc5b <_int_realloc+299>, strterm = 0x7fc651fbbc5b <_int_realloc+299>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 6, node = 0x6, id = 6, num = 6, tbl = 0x6, vars = 0x6, strterm = 0x6, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140489757232256, node = 0x7fc652130c80 <main_arena>, id = 140489757232256, num = 1376980096, tbl = 0x7fc652130c80 <main_arena>, vars = 0x7fc652130c80 <main_arena>, strterm = 0x7fc652130c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844690303056, node = 0x5559eb6df850, id = 93844690303056, num = -345114544, tbl = 0x5559eb6df850, vars = 0x5559eb6df850, strterm = 0x5559eb6df850, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 624, node = 0x270, id = 624, num = 624, tbl = 0x270, vars = 0x270, strterm = 0x270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 93844690303040, node = 0x5559eb6df840, id = 93844690303040, num = -345114560, tbl = 0x5559eb6df840, vars = 0x5559eb6df840, strterm = 0x5559eb6df840, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140489755707785, node = 0x7fc651fbc989 <__GI___libc_realloc+457>, id = 140489755707785, num = 1375455625, tbl = 0x7fc651fbc989 <__GI___libc_realloc+457>, vars = 0x7fc651fbc989 <__GI___libc_realloc+457>, strterm = 0x7fc651fbc989 <__GI___libc_realloc+457>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 338, node = 0x152, id = 338, num = 338, tbl = 0x152, vars = 0x152, strterm = 0x152, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93844688893792, node = 0x5559eb587760, id = 93844688893792, num = -346523808, tbl = 0x5559eb587760, vars = 0x5559eb587760, strterm = 0x5559eb587760, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 93844689145464, node = 0x5559eb5c4e78, id = 93844689145464, num = -346272136, tbl = 0x5559eb5c4e78, vars = 0x5559eb5c4e78, strterm = 0x5559eb5c4e78, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {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 = 93844688893792, node = 0x5559eb587760, id = 93844688893792, num = -346523808, tbl = 0x5559eb587760, vars = 0x5559eb587760, strterm = 0x5559eb587760, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 93844689145456, node = 0x5559eb5c4e70, id = 93844689145456, num = -346272144, tbl = 0x5559eb5c4e70, vars = 0x5559eb5c4e70, strterm = 0x5559eb5c4e70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140489761306918, node = 0x7fc652513926 <compile_tree+5558>, id = 140489761306918, num = 1381054758, tbl = 0x7fc652513926 <compile_tree+5558>, vars = 0x7fc652513926 <compile_tree+5558>, strterm = 0x7fc652513926 <compile_tree+5558>, ctxt = {in_defined = 0, in_kwarg = 1, 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 = 176, node = 0xb0, id = 176, num = 176, tbl = 0xb0, vars = 0xb0, strterm = 0xb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 93844688298192, node = 0x5559eb4f60d0, id = 93844688298192, num = -347119408, tbl = 0x5559eb4f60d0, vars = 0x5559eb4f60d0, strterm = 0x5559eb4f60d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140489757232256, node = 0x7fc652130c80 <main_arena>, id = 140489757232256, num = 1376980096, tbl = 0x7fc652130c80 <main_arena>, vars = 0x7fc652130c80 <main_arena>, strterm = 0x7fc652130c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 5805120761672802816, node = 0x508fee936dc0a200, id = 5805120761672802816, num = 1841340928, tbl = 0x508fee936dc0a200, vars = 0x508fee936dc0a200, strterm = 0x508fee936dc0a200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93844690303056, node = 0x5559eb6df850, id = 93844690303056, num = -345114544, tbl = 0x5559eb6df850, vars = 0x5559eb6df850, strterm = 0x5559eb6df850, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 93844688301584, node = 0x5559eb4f6e10, id = 93844688301584, num = -347116016, tbl = 0x5559eb4f6e10, vars = 0x5559eb4f6e10, strterm = 0x5559eb4f6e10, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, 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 = 12884901917, node = 0x30000001d, id = 12884901917, num = 29, tbl = 0x30000001d, vars = 0x30000001d, strterm = 0x30000001d, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}}
        yyvs = <optimized out>
        yyvsp = <optimized out>
        yylsa = {{beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 2, column = 19}}, {beg_pos = {lineno = 2, column = 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 = 689, column = 7}}, {beg_pos = {lineno = 689, column = 8}, end_pos = {lineno = 689, column = 8}}, {beg_pos = {lineno = 691, column = 4}, end_pos = {lineno = 691, column = 16}}, {beg_pos = {lineno = 691, column = 17}, end_pos = {lineno = 691, column = 19}}, {beg_pos = {lineno = 691, column = 19}, end_pos = {lineno = 691, column = 19}}, {beg_pos = {lineno = 691, column = 19}, end_pos = {lineno = 691, column = 19}}, {beg_pos = {lineno = 691, column = 19}, end_pos = {lineno = 691, column = 19}}, {beg_pos = {lineno = 691, column = 19}, end_pos = {lineno = 691, column = 19}}, {beg_pos = {lineno = 692, column = 6}, end_pos = {lineno = 692, column = 10}}, {beg_pos = {lineno = 692, column = 11}, end_pos = {lineno = 692, column = 14}}, {beg_pos = {lineno = 692, column = 15}, end_pos = {lineno = 692, column = 15}}, {beg_pos = {lineno = 693, column = 6}, end_pos = {lineno = 693, column = 8}}, {beg_pos = {lineno = 693, column = 8}, end_pos = {lineno = 693, column = 8}}, {beg_pos = {lineno = 693, column = 8}, end_pos = {lineno = 693, column = 8}}, {beg_pos = {lineno = 693, column = 9}, end_pos = {lineno = 693, column = 13}}, {beg_pos = {lineno = 693, column = 14}, end_pos = {lineno = 693, column = 14}}, {beg_pos = {lineno = 693, column = 12}, end_pos = {lineno = 693, column = 13}}, {beg_pos = {lineno = 693, column = 12}, end_pos = {lineno = 693, column = 13}}, {beg_pos = {lineno = 687, column = 13}, end_pos = {lineno = 687, column = 13}}, {beg_pos = {lineno = 659, column = 8}, end_pos = {lineno = 659, column = 13}}, {beg_pos = {lineno = 659, column = 13}, end_pos = {lineno = 659, column = 13}}, {beg_pos = {lineno = 597, column = 19}, end_pos = {lineno = 597, column = 19}}, {beg_pos = {lineno = 597, column = 19}, end_pos = {lineno = 597, column = 19}}, {beg_pos = {lineno = 598, column = 10}, end_pos = {lineno = 598, column = 15}}, {beg_pos = {lineno = 598, column = 15}, end_pos = {lineno = 598, 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 = 1382920928, column = 32710}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -347182880, column = 21849}, end_pos = {lineno = 1381663167, column = 32710}}, {beg_pos = {lineno = -348782368, column = 21849}, end_pos = {lineno = 1379990742, column = 32710}}, {beg_pos = {lineno = 136, column = 0}, end_pos = {lineno = 1380038521, column = 32710}}, {beg_pos = {lineno = 1373275640, column = 32710}, end_pos = {lineno = 1373275640, column = 32710}}, {beg_pos = {lineno = -348778208, column = 21849}, end_pos = {lineno = -344950960, column = 21849}}, {beg_pos = {lineno = 71, column = 0}, end_pos = {lineno = 1381743477, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = -344951104, column = 0}, end_pos = {lineno = 1381663167, column = 32710}}, {beg_pos = {lineno = -348782368, column = 21849}, end_pos = {lineno = 1379990742, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1380038521, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 1381663167, column = 32710}}, {beg_pos = {lineno = -348782368, column = 21849}, end_pos = {lineno = 1379990742, column = 32710}}, {beg_pos = {lineno = 208, column = 0}, end_pos = {lineno = 1380038521, column = 32710}}, {beg_pos = {lineno = 1384334080, column = 32710}, end_pos = {lineno = 1378907624, column = 32710}}, {beg_pos = {lineno = 99902649, column = 0}, end_pos = {lineno = 1381663167, column = 32710}}, {beg_pos = {lineno = -348782368, column = 21849}, end_pos = {lineno = 1379990742, column = 32710}}, {beg_pos = {lineno = -348782808, column = 21849}, end_pos = {lineno = 1380038521, column = 32710}}, {beg_pos = {lineno = 5, column = 1}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1312295040, column = 32710}, end_pos = {lineno = 1841340928, column = 1351610003}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1381663167, column = 32710}}, {beg_pos = {lineno = -347746800, column = 21849}, end_pos = {lineno = 1380038521, column = 32710}}, {beg_pos = {lineno = -348109776, column = 21849}, end_pos = {lineno = 1380038521, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = 1881336072, column = 32765}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 28, column = 0}, end_pos = {lineno = 1841340928, column = 1351610003}}, {beg_pos = {lineno = 1373390320, column = 32710}, end_pos = {lineno = 1379975214, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1841340928, column = 1351610003}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1024, column = 0}}, {beg_pos = {lineno = 1381686064, column = 32710}, end_pos = {lineno = 1380043936, column = 32710}}, {beg_pos = {lineno = 1373275720, column = 32710}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = 1881336224, column = 32765}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = -348781064, column = 21849}}, {beg_pos = {lineno = 258, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = -348782328, column = 21849}, end_pos = {lineno = -348782368, column = 21849}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1375717085, column = 32710}}, {beg_pos = {lineno = 1008, column = 0}, end_pos = {lineno = 1379992338, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 77949414, column = 0}}, {beg_pos = {lineno = 1881336400, column = 32765}, end_pos = {lineno = 1881336384, column = 32765}}, {beg_pos = {lineno = -858993459, column = -858993460}, end_pos = {lineno = 1384387452, column = 32710}}, {beg_pos = {lineno = 1377038336, column = 32710}, end_pos = {lineno = 1374796496, column = 32710}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = 1374790044, column = 32710}}, {beg_pos = {lineno = -347162640, column = 21849}, end_pos = {lineno = 1384388585, column = 32710}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = 1384387239, column = 32710}}, {beg_pos = {lineno = 1384334080, column = 32710}, end_pos = {lineno = 1378907624, column = 32710}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = 1378907336, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1384388585, column = 32710}}, {beg_pos = {lineno = 1997, column = 0}, end_pos = {lineno = 1384387239, column = 32710}}, {beg_pos = {lineno = 1384334080, column = 32710}, end_pos = {lineno = 1378907624, column = 32710}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = 1378903000, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1384388585, column = 32710}}, {beg_pos = {lineno = 913, column = 0}, end_pos = {lineno = 1378957256, column = 32710}}, {beg_pos = {lineno = 1384334080, column = 32710}, end_pos = {lineno = 1881336744, column = 32765}}, {beg_pos = {lineno = 1881336740, column = 32765}, end_pos = {lineno = 1313068145, column = 32710}}, {beg_pos = {lineno = 1378957256, column = 32710}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1881336740, column = 32765}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = -348195328, column = 21849}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 0, column = 21849}, end_pos = {lineno = 1313069586, column = 32710}}, {beg_pos = {lineno = 1313067104, column = 32710}, end_pos = {lineno = 1881336944, column = 32765}}, {beg_pos = {lineno = 1881336928, column = 32765}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32765}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = -347141504, column = 21849}, end_pos = {lineno = 1881336864, column = 32765}}, {beg_pos = {lineno = 1881336880, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1881337088, column = 32765}, end_pos = {lineno = 1313069586, column = 32710}}, {beg_pos = {lineno = -347141504, column = 21849}, end_pos = {lineno = 1881336928, column = 32765}}, {beg_pos = {lineno = 1881336944, column = 32765}, end_pos = {lineno = 1384391185, column = 32710}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -347142384, column = 21849}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -347142384, column = 21849}}, {beg_pos = {lineno = 1378955552, column = 1}, end_pos = {lineno = -347141504, column = 21849}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32710}}, {beg_pos = {lineno = 0, column = 32710}, end_pos = {lineno = 0, column = 21849}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 1384419185, column = 32710}}, {beg_pos = {lineno = 1378929536, column = 32710}, end_pos = {lineno = 1384334080, column = 32710}}, {beg_pos = {lineno = -347142384, column = 21849}, end_pos = {lineno = 1313337928, column = 32710}}, {beg_pos = {lineno = 1311830840, column = 32710}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 1311956920, column = 32710}, end_pos = {lineno = 1384419185, column = 32710}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 134, column = 0}}, {beg_pos = {lineno = -347142384, column = 21849}, end_pos = {lineno = 1313338440, column = 32710}}, {beg_pos = {lineno = -347135984, column = 21849}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 1311956920, column = 32710}, end_pos = {lineno = 1384419185, column = 32710}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1378929536, column = 32710}, end_pos = {lineno = 1380449712, column = 32710}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = 1881338080, column = 32765}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = -347135984, column = 21849}, end_pos = {lineno = 1384431022, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1313317728, column = 32710}}, {beg_pos = {lineno = 1881333102, column = 32765}, end_pos = {lineno = 1881337904, column = 32765}}, {beg_pos = {lineno = 1311951880, column = 32710}, end_pos = {lineno = 1881332708, column = 32765}}, {beg_pos = {lineno = 1881332704, column = 32765}, end_pos = {lineno = 1384334080, column = 32710}}, {beg_pos = {lineno = 1384334080, column = 32710}, end_pos = {lineno = 1378907624, column = 32710}}, {beg_pos = {lineno = -1740217531, column = 0}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = 1373515920, column = 32710}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1376980272, column = 32710}, end_pos = {lineno = 1376980272, column = 32710}}, {beg_pos = {lineno = 1376981424, column = 32710}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1919295523, column = 1852144239}, end_pos = {lineno = 1920234335, column = 1600613993}}, {beg_pos = {lineno = 1953066079, column = 1818325605}, end_pos = {lineno = 1634082874, column = 174420844}}, {beg_pos = {lineno = 1376981424, column = 32710}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -348778208, column = 21849}, end_pos = {lineno = 1374633232, column = 32710}}, {beg_pos = {lineno = 29, column = 4}, end_pos = {lineno = 29, column = 4}}, {beg_pos = {lineno = -967593804, column = 172132}, end_pos = {lineno = -345869360, column = 21849}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1374633232, column = 32710}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1376980192, column = 32710}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 29, column = 3}}, {beg_pos = {lineno = 28, column = 6}, end_pos = {lineno = 28, column = 6}}, {beg_pos = {lineno = 0, column = 1138753536}, 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 = 1115639304, column = 1066705181}, end_pos = {lineno = 32, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 2}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1115639304, column = 1066705181}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1375439259, column = 32710}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1376980192, column = 32710}}, {beg_pos = {lineno = 1436464804, column = 5}, end_pos = {lineno = 33, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 32, column = 0}}, {beg_pos = {lineno = -348778648, column = 21849}, end_pos = {lineno = 1376980096, column = 32710}}, {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 = 1375448155, column = 32710}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = -272, column = -1}}, {beg_pos = {lineno = 0, column = 78}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1115639304, column = 1066705181}}, {beg_pos = {lineno = 134, column = 0}, end_pos = {lineno = 1952, column = 0}}, {beg_pos = {lineno = 30, column = 0}, end_pos = {lineno = 120, column = 78}}, {beg_pos = {lineno = 3, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 124, column = 119}}}
        yyls = <optimized out>
        yylsp = <optimized out>
        yyn = <optimized out>
        yyresult = <optimized out>
        yytoken = <optimized out>
        yyval = {val = 140489753776040, node = 0x7fc651de4fa8, id = 140489753776040, num = 1373523880, tbl = 0x7fc651de4fa8, vars = 0x7fc651de4fa8, strterm = 0x7fc651de4fa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}
        yyloc = {beg_pos = {lineno = 693, column = 14}, end_pos = {lineno = 693, column = 14}}
        yyerror_range = <optimized out>
        yymsgbuf = "n\000\000\000^\000\000\000\210Z\374M\306\177\000\000\310h5N\306\177\000\000\200\f\023R\306\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=\357Q\306\177\000\000\000\000\000\000\000\000\000\000\342\302\373Q\306\177\000\000\220Hj\353YU\000\000\210Z\374M\306\177\000\000p!b\353YU\000\000\340\000\066\353YU\000\000\004\000\000\000\000\000\000\000\240\030BR\306\177\000"
        yymsg = 0x7ffd7022f050 "n"
        yymsg_alloc = 128
        yylen = 0
        yyabortlab = <optimized out>
        yyerrorlab = <optimized out>
#46 0x00007fc64e4615b2 in ripper_parse0 (parser_v=parser_v@entry=140489688636000) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371
        p = 0x5559eb622170
#47 0x00007fc6523fdfd6 in rb_ensure (b_proc=b_proc@entry=0x7fc64e4614d0 <ripper_parse0>, data1=data1@entry=140489688636000, e_proc=e_proc@entry=0x7fc64e443ae0 <ripper_ensure>, data2=data2@entry=140489688636000) at /tmp/ruby/src/trunk-repeat20/eval.c:1005
        _ec = 0x5559eb361120
        _tag = {tag = 36, retval = 93840740450365, buf = {0x7fc64dfc5a60, 0x7fc6523fe0c0 <rb_ensure+528>, 0x0, 0x7ffd7022f140, 0x0}, prev = 0x7ffd7022f4c0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x5559eb361120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7fc64e443ae0 <ripper_ensure>, data2 = 140489688636000}}
#48 0x00007fc64e444315 in ripper_parse (self=140489688636000) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409
        p = 0x5559eb622170
#49 0x00007fc6525c1ec4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fc651ef3d90, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
        ci = 0x8601001c0001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fc651de3090
        cfunc = 0x5559eb4f2018
        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>
#50 vm_call_cfunc_with_frame (ec=0x5559eb361120, reg_cfp=0x7fc651ef3d90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#51 0x00007fc6525d124d 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-repeat20/vm_callinfo.h:368
        val = 96
        ci = 0x1da8
        cc = <optimized out>
        recv = 93844686635232
        argc = <optimized out>
        calling = {ci = 0x8601001c0001, cc = 0x7fc64e32cc30, block_handler = 0, recv = 140489688636000, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#52 vm_exec_core (ec=0x5559eb361120, initial=96) at ../../src/trunk-repeat20/insns.def:835
        bh = <optimized out>
        cd = 0x60
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5559eb69ed78
        reg_cfp = 0x7fc651ef3d90
        insns_address_table = {0x7fc6525d39bf <vm_exec_core+10351>, 0x7fc6525d13c9 <vm_exec_core+633>, 0x7fc6525d357e <vm_exec_core+9262>, 0x7fc6525d3504 <vm_exec_core+9140>, 0x7fc6525d348d <vm_exec_core+9021>, 0x7fc6525d340e <vm_exec_core+8894>, 0x7fc6525d338e <vm_exec_core+8766>, 0x7fc6525d3332 <vm_exec_core+8674>, 0x7fc6525d32d7 <vm_exec_core+8583>, 0x7fc6525d3287 <vm_exec_core+8503>, 0x7fc6525d310c <vm_exec_core+8124>, 0x7fc6525d2f61 <vm_exec_core+7697>, 0x7fc6525d2e76 <vm_exec_core+7462>, 0x7fc6525d2e07 <vm_exec_core+7351>, 0x7fc6525d2d9a <vm_exec_core+7242>, 0x7fc6525d2d5f <vm_exec_core+7183>, 0x7fc6525d2d29 <vm_exec_core+7129>, 0x7fc6525d2cf6 <vm_exec_core+7078>, 0x7fc6525d35ea <vm_exec_core+9370>, 0x7fc6525d2057 <vm_exec_core+3847>, 0x7fc6525d1fe9 <vm_exec_core+3737>, 0x7fc6525d1fae <vm_exec_core+3678>, 0x7fc6525d1f58 <vm_exec_core+3592>, 0x7fc6525d1f14 <vm_exec_core+3524>, 0x7fc6525d1e8d <vm_exec_core+3389>, 0x7fc6525d1e58 <vm_exec_core+3336>, 0x7fc6525d1dfd <vm_exec_core+3245>, 0x7fc6525d1d85 <vm_exec_core+3125>, 0x7fc6525d1d4d <vm_exec_core+3069>, 0x7fc6525d1d15 <vm_exec_core+3013>, 0x7fc6525d1b20 <vm_exec_core+2512>, 0x7fc6525d1a8f <vm_exec_core+2367>, 0x7fc6525d1a32 <vm_exec_core+2274>, 0x7fc6525d19b9 <vm_exec_core+2153>, 0x7fc6525d26f9 <vm_exec_core+5545>, 0x7fc6525d26d4 <vm_exec_core+5508>, 0x7fc6525d269b <vm_exec_core+5451>, 0x7fc6525d264b <vm_exec_core+5371>, 0x7fc6525d2619 <vm_exec_core+5321>, 0x7fc6525d252e <vm_exec_core+5086>, 0x7fc6525d24e9 <vm_exec_core+5017>, 0x7fc6525d24a3 <vm_exec_core+4947>, 0x7fc6525d2473 <vm_exec_core+4899>, 0x7fc6525d23a8 <vm_exec_core+4696>, 0x7fc6525d2413 <vm_exec_core+4803>, 0x7fc6525d2278 <vm_exec_core+4392>, 0x7fc6525d220b <vm_exec_core+4283>, 0x7fc6525d217e <vm_exec_core+4142>, 0x7fc6525d20c2 <vm_exec_core+3954>, 0x7fc6525d208a <vm_exec_core+3898>, 0x7fc6525d2bf7 <vm_exec_core+6823>, 0x7fc6525d2ae4 <vm_exec_core+6548>, 0x7fc6525d11a8 <vm_exec_core+88>, 0x7fc6525d2c72 <vm_exec_core+6946>, 0x7fc6525d283d <vm_exec_core+5869>, 0x7fc6525d3b07 <vm_exec_core+10679>, 0x7fc6525d27f3 <vm_exec_core+5795>, 0x7fc6525d279a <vm_exec_core+5706>, 0x7fc6525d2741 <vm_exec_core+5617>, 0x7fc6525d29d6 <vm_exec_core+6278>, 0x7fc6525d2900 <vm_exec_core+6064>, 0x7fc6525d2887 <vm_exec_core+5943>, 0x7fc6525d395e <vm_exec_core+10254>, 0x7fc6525d2c3a <vm_exec_core+6890>, 0x7fc6525d2a8d <vm_exec_core+6461>, 0x7fc6525d181a <vm_exec_core+1738>, 0x7fc6525d17e0 <vm_exec_core+1680>, 0x7fc6525d1912 <vm_exec_core+1986>, 0x7fc6525d1871 <vm_exec_core+1825>, 0x7fc6525d3def <vm_exec_core+11423>, 0x7fc6525d3d46 <vm_exec_core+11254>, 0x7fc6525d3fc6 <vm_exec_core+11894>, 0x7fc6525d3f53 <vm_exec_core+11779>, 0x7fc6525d3ead <vm_exec_core+11613>, 0x7fc6525d3e51 <vm_exec_core+11521>, 0x7fc6525d4373 <vm_exec_core+12835>, 0x7fc6525d42d6 <vm_exec_core+12678>, 0x7fc6525d423e <vm_exec_core+12526>, 0x7fc6525d41a1 <vm_exec_core+12369>, 0x7fc6525d4109 <vm_exec_core+12217>, 0x7fc6525d3a48 <vm_exec_core+10488>, 0x7fc6525d40be <vm_exec_core+12142>, 0x7fc6525d4068 <vm_exec_core+12056>, 0x7fc6525d3bd5 <vm_exec_core+10885>, 0x7fc6525d3b4b <vm_exec_core+10747>, 0x7fc6525d1773 <vm_exec_core+1571>, 0x7fc6525d1715 <vm_exec_core+1477>, 0x7fc6525d3d12 <vm_exec_core+11202>, 0x7fc6525d3cde <vm_exec_core+11150>, 0x7fc6525d3c8d <vm_exec_core+11069>, 0x7fc6525d3c3e <vm_exec_core+10990>, 0x7fc6525d3a7b <vm_exec_core+10539>, 0x7fc6525d39d0 <vm_exec_core+10368>, 0x7fc6525d16a8 <vm_exec_core+1368>, 0x7fc6525d1651 <vm_exec_core+1281>, 0x7fc6525d15ce <vm_exec_core+1150>, 0x7fc6525d1589 <vm_exec_core+1081>, 0x7fc6525d153c <vm_exec_core+1004>, 0x7fc6525d14ef <vm_exec_core+927>, 0x7fc6525d149a <vm_exec_core+842>, 0x7fc6525d1467 <vm_exec_core+791>, 0x7fc6525d1434 <vm_exec_core+740>, 0x7fc6525d3aeb <vm_exec_core+10651>, 0x7fc6525d13ba <vm_exec_core+618>, 0x7fc6525d356f <vm_exec_core+9247>, 0x7fc6525d34f5 <vm_exec_core+9125>, 0x7fc6525d347e <vm_exec_core+9006>, 0x7fc6525d33ff <vm_exec_core+8879>, 0x7fc6525d337f <vm_exec_core+8751>, 0x7fc6525d3323 <vm_exec_core+8659>, 0x7fc6525d32c8 <vm_exec_core+8568>, 0x7fc6525d3278 <vm_exec_core+8488>, 0x7fc6525d30fd <vm_exec_core+8109>, 0x7fc6525d2f52 <vm_exec_core+7682>, 0x7fc6525d2e67 <vm_exec_core+7447>, 0x7fc6525d2df8 <vm_exec_core+7336>, 0x7fc6525d2d8b <vm_exec_core+7227>, 0x7fc6525d2d50 <vm_exec_core+7168>, 0x7fc6525d2d1a <vm_exec_core+7114>, 0x7fc6525d2ce7 <vm_exec_core+7063>, 0x7fc6525d35db <vm_exec_core+9355>, 0x7fc6525d2048 <vm_exec_core+3832>, 0x7fc6525d1fda <vm_exec_core+3722>, 0x7fc6525d1f9f <vm_exec_core+3663>, 0x7fc6525d1f49 <vm_exec_core+3577>, 0x7fc6525d1f05 <vm_exec_core+3509>, 0x7fc6525d1e7e <vm_exec_core+3374>, 0x7fc6525d1e49 <vm_exec_core+3321>, 0x7fc6525d1dee <vm_exec_core+3230>, 0x7fc6525d1d76 <vm_exec_core+3110>, 0x7fc6525d1d3e <vm_exec_core+3054>, 0x7fc6525d1d06 <vm_exec_core+2998>, 0x7fc6525d1b11 <vm_exec_core+2497>, 0x7fc6525d1a80 <vm_exec_core+2352>, 0x7fc6525d1a23 <vm_exec_core+2259>, 0x7fc6525d19aa <vm_exec_core+2138>, 0x7fc6525d26ea <vm_exec_core+5530>, 0x7fc6525d26c5 <vm_exec_core+5493>, 0x7fc6525d268c <vm_exec_core+5436>, 0x7fc6525d263c <vm_exec_core+5356>, 0x7fc6525d260a <vm_exec_core+5306>, 0x7fc6525d251f <vm_exec_core+5071>, 0x7fc6525d24da <vm_exec_core+5002>, 0x7fc6525d2494 <vm_exec_core+4932>, 0x7fc6525d2464 <vm_exec_core+4884>, 0x7fc6525d2399 <vm_exec_core+4681>, 0x7fc6525d2404 <vm_exec_core+4788>, 0x7fc6525d2269 <vm_exec_core+4377>, 0x7fc6525d21fc <vm_exec_core+4268>, 0x7fc6525d216f <vm_exec_core+4127>, 0x7fc6525d20b3 <vm_exec_core+3939>, 0x7fc6525d207b <vm_exec_core+3883>, 0x7fc6525d2be8 <vm_exec_core+6808>, 0x7fc6525d2ad5 <vm_exec_core+6533>, 0x7fc6525d4593 <vm_exec_core+13379>, 0x7fc6525d2c63 <vm_exec_core+6931>, 0x7fc6525d282e <vm_exec_core+5854>, 0x7fc6525d457f <vm_exec_core+13359>, 0x7fc6525d27e4 <vm_exec_core+5780>, 0x7fc6525d278b <vm_exec_core+5691>, 0x7fc6525d2732 <vm_exec_core+5602>, 0x7fc6525d29c7 <vm_exec_core+6263>, 0x7fc6525d28f1 <vm_exec_core+6049>, 0x7fc6525d2878 <vm_exec_core+5928>, 0x7fc6525d394f <vm_exec_core+10239>, 0x7fc6525d2c2b <vm_exec_core+6875>, 0x7fc6525d2a7e <vm_exec_core+6446>, 0x7fc6525d180b <vm_exec_core+1723>, 0x7fc6525d17d1 <vm_exec_core+1665>, 0x7fc6525d1903 <vm_exec_core+1971>, 0x7fc6525d1862 <vm_exec_core+1810>, 0x7fc6525d456b <vm_exec_core+13339>, 0x7fc6525d4557 <vm_exec_core+13319>, 0x7fc6525d4543 <vm_exec_core+13299>, 0x7fc6525d452f <vm_exec_core+13279>, 0x7fc6525d451b <vm_exec_core+13259>, 0x7fc6525d4507 <vm_exec_core+13239>, 0x7fc6525d44ec <vm_exec_core+13212>, 0x7fc6525d44d8 <vm_exec_core+13192>, 0x7fc6525d44c4 <vm_exec_core+13172>, 0x7fc6525d44b0 <vm_exec_core+13152>, 0x7fc6525d449c <vm_exec_core+13132>, 0x7fc6525d4488 <vm_exec_core+13112>, 0x7fc6525d4474 <vm_exec_core+13092>, 0x7fc6525d4460 <vm_exec_core+13072>, 0x7fc6525d444c <vm_exec_core+13052>, 0x7fc6525d4438 <vm_exec_core+13032>, 0x7fc6525d1764 <vm_exec_core+1556>, 0x7fc6525d1706 <vm_exec_core+1462>, 0x7fc6525d4424 <vm_exec_core+13012>, 0x7fc6525d4410 <vm_exec_core+12992>, 0x7fc6525d43fc <vm_exec_core+12972>, 0x7fc6525d43e8 <vm_exec_core+12952>, 0x7fc6525d1191 <vm_exec_core+65>, 0x7fc6525d1195 <vm_exec_core+69>, 0x7fc6525d1699 <vm_exec_core+1353>, 0x7fc6525d1642 <vm_exec_core+1266>, 0x7fc6525d15bf <vm_exec_core+1135>, 0x7fc6525d157a <vm_exec_core+1066>, 0x7fc6525d152d <vm_exec_core+989>...}
#53 0x00007fc6525d79eb in rb_vm_exec (ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366
        _ec = 0x5559eb361120
        _tag = {tag = 36, retval = 4, buf = {0x5559eb361120, 0x7fc6525d71e0 <rb_vm_exec+400>, 0x0, 0x7ffd7022f3f0, 0x7fc651df4120}, prev = 0x7ffd7022f8a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#54 0x00007fc6525d7be9 in eval_string_with_cref (self=<optimized out>, src=140489688635920, cref=0x7fc64dfc59e8, file=140489692375480, line=1) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701
        ec = 0x5559eb361120
        block = {as = {captured = {self = 140489688636000, ep = 0x7fc651df4150, code = {iseq = 0x7fc64e3ff3d8, ifunc = 0x7fc64e3ff3d8, val = 140489693066200}}, symbol = 140489688636000, proc = 140489688636000}, type = block_type_iseq}
        iseq = 0x7fc64dfc58a8
        cfp = <optimized out>
#55 0x00007fc6525e7f5a in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=140489688636000) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1946
        cref = 0x7fc64dfc59e8
#56 specific_eval (kw_splat=<optimized out>, singleton=1, self=<optimized out>, argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1970
        file = 140489692375480
        line = <optimized out>
        code = 140489688635920
#57 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=140489688636000) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:2010
No locals.
#58 0x00007fc6525c1ec4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7fc651ef3e10, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
        ci = 0x254100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fc651d96e70
        cfunc = 0x5559eb3a3e08
        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>
#59 vm_call_cfunc_with_frame (ec=0x5559eb361120, reg_cfp=0x7fc651ef3e10, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#60 0x00007fc6525d124d 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-repeat20/vm_callinfo.h:368
        val = 96
        ci = 0x1da8
        cc = <optimized out>
        recv = 93844686635232
        argc = <optimized out>
        calling = {ci = 0x254100100005, cc = 0x7fc64e32dae0, block_handler = 0, recv = 140489688636000, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#61 vm_exec_core (ec=0x5559eb361120, initial=96) at ../../src/trunk-repeat20/insns.def:835
        bh = <optimized out>
        cd = 0x60
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5559eb4b8338
        reg_cfp = 0x7fc651ef3e10
        insns_address_table = {0x7fc6525d39bf <vm_exec_core+10351>, 0x7fc6525d13c9 <vm_exec_core+633>, 0x7fc6525d357e <vm_exec_core+9262>, 0x7fc6525d3504 <vm_exec_core+9140>, 0x7fc6525d348d <vm_exec_core+9021>, 0x7fc6525d340e <vm_exec_core+8894>, 0x7fc6525d338e <vm_exec_core+8766>, 0x7fc6525d3332 <vm_exec_core+8674>, 0x7fc6525d32d7 <vm_exec_core+8583>, 0x7fc6525d3287 <vm_exec_core+8503>, 0x7fc6525d310c <vm_exec_core+8124>, 0x7fc6525d2f61 <vm_exec_core+7697>, 0x7fc6525d2e76 <vm_exec_core+7462>, 0x7fc6525d2e07 <vm_exec_core+7351>, 0x7fc6525d2d9a <vm_exec_core+7242>, 0x7fc6525d2d5f <vm_exec_core+7183>, 0x7fc6525d2d29 <vm_exec_core+7129>, 0x7fc6525d2cf6 <vm_exec_core+7078>, 0x7fc6525d35ea <vm_exec_core+9370>, 0x7fc6525d2057 <vm_exec_core+3847>, 0x7fc6525d1fe9 <vm_exec_core+3737>, 0x7fc6525d1fae <vm_exec_core+3678>, 0x7fc6525d1f58 <vm_exec_core+3592>, 0x7fc6525d1f14 <vm_exec_core+3524>, 0x7fc6525d1e8d <vm_exec_core+3389>, 0x7fc6525d1e58 <vm_exec_core+3336>, 0x7fc6525d1dfd <vm_exec_core+3245>, 0x7fc6525d1d85 <vm_exec_core+3125>, 0x7fc6525d1d4d <vm_exec_core+3069>, 0x7fc6525d1d15 <vm_exec_core+3013>, 0x7fc6525d1b20 <vm_exec_core+2512>, 0x7fc6525d1a8f <vm_exec_core+2367>, 0x7fc6525d1a32 <vm_exec_core+2274>, 0x7fc6525d19b9 <vm_exec_core+2153>, 0x7fc6525d26f9 <vm_exec_core+5545>, 0x7fc6525d26d4 <vm_exec_core+5508>, 0x7fc6525d269b <vm_exec_core+5451>, 0x7fc6525d264b <vm_exec_core+5371>, 0x7fc6525d2619 <vm_exec_core+5321>, 0x7fc6525d252e <vm_exec_core+5086>, 0x7fc6525d24e9 <vm_exec_core+5017>, 0x7fc6525d24a3 <vm_exec_core+4947>, 0x7fc6525d2473 <vm_exec_core+4899>, 0x7fc6525d23a8 <vm_exec_core+4696>, 0x7fc6525d2413 <vm_exec_core+4803>, 0x7fc6525d2278 <vm_exec_core+4392>, 0x7fc6525d220b <vm_exec_core+4283>, 0x7fc6525d217e <vm_exec_core+4142>, 0x7fc6525d20c2 <vm_exec_core+3954>, 0x7fc6525d208a <vm_exec_core+3898>, 0x7fc6525d2bf7 <vm_exec_core+6823>, 0x7fc6525d2ae4 <vm_exec_core+6548>, 0x7fc6525d11a8 <vm_exec_core+88>, 0x7fc6525d2c72 <vm_exec_core+6946>, 0x7fc6525d283d <vm_exec_core+5869>, 0x7fc6525d3b07 <vm_exec_core+10679>, 0x7fc6525d27f3 <vm_exec_core+5795>, 0x7fc6525d279a <vm_exec_core+5706>, 0x7fc6525d2741 <vm_exec_core+5617>, 0x7fc6525d29d6 <vm_exec_core+6278>, 0x7fc6525d2900 <vm_exec_core+6064>, 0x7fc6525d2887 <vm_exec_core+5943>, 0x7fc6525d395e <vm_exec_core+10254>, 0x7fc6525d2c3a <vm_exec_core+6890>, 0x7fc6525d2a8d <vm_exec_core+6461>, 0x7fc6525d181a <vm_exec_core+1738>, 0x7fc6525d17e0 <vm_exec_core+1680>, 0x7fc6525d1912 <vm_exec_core+1986>, 0x7fc6525d1871 <vm_exec_core+1825>, 0x7fc6525d3def <vm_exec_core+11423>, 0x7fc6525d3d46 <vm_exec_core+11254>, 0x7fc6525d3fc6 <vm_exec_core+11894>, 0x7fc6525d3f53 <vm_exec_core+11779>, 0x7fc6525d3ead <vm_exec_core+11613>, 0x7fc6525d3e51 <vm_exec_core+11521>, 0x7fc6525d4373 <vm_exec_core+12835>, 0x7fc6525d42d6 <vm_exec_core+12678>, 0x7fc6525d423e <vm_exec_core+12526>, 0x7fc6525d41a1 <vm_exec_core+12369>, 0x7fc6525d4109 <vm_exec_core+12217>, 0x7fc6525d3a48 <vm_exec_core+10488>, 0x7fc6525d40be <vm_exec_core+12142>, 0x7fc6525d4068 <vm_exec_core+12056>, 0x7fc6525d3bd5 <vm_exec_core+10885>, 0x7fc6525d3b4b <vm_exec_core+10747>, 0x7fc6525d1773 <vm_exec_core+1571>, 0x7fc6525d1715 <vm_exec_core+1477>, 0x7fc6525d3d12 <vm_exec_core+11202>, 0x7fc6525d3cde <vm_exec_core+11150>, 0x7fc6525d3c8d <vm_exec_core+11069>, 0x7fc6525d3c3e <vm_exec_core+10990>, 0x7fc6525d3a7b <vm_exec_core+10539>, 0x7fc6525d39d0 <vm_exec_core+10368>, 0x7fc6525d16a8 <vm_exec_core+1368>, 0x7fc6525d1651 <vm_exec_core+1281>, 0x7fc6525d15ce <vm_exec_core+1150>, 0x7fc6525d1589 <vm_exec_core+1081>, 0x7fc6525d153c <vm_exec_core+1004>, 0x7fc6525d14ef <vm_exec_core+927>, 0x7fc6525d149a <vm_exec_core+842>, 0x7fc6525d1467 <vm_exec_core+791>, 0x7fc6525d1434 <vm_exec_core+740>, 0x7fc6525d3aeb <vm_exec_core+10651>, 0x7fc6525d13ba <vm_exec_core+618>, 0x7fc6525d356f <vm_exec_core+9247>, 0x7fc6525d34f5 <vm_exec_core+9125>, 0x7fc6525d347e <vm_exec_core+9006>, 0x7fc6525d33ff <vm_exec_core+8879>, 0x7fc6525d337f <vm_exec_core+8751>, 0x7fc6525d3323 <vm_exec_core+8659>, 0x7fc6525d32c8 <vm_exec_core+8568>, 0x7fc6525d3278 <vm_exec_core+8488>, 0x7fc6525d30fd <vm_exec_core+8109>, 0x7fc6525d2f52 <vm_exec_core+7682>, 0x7fc6525d2e67 <vm_exec_core+7447>, 0x7fc6525d2df8 <vm_exec_core+7336>, 0x7fc6525d2d8b <vm_exec_core+7227>, 0x7fc6525d2d50 <vm_exec_core+7168>, 0x7fc6525d2d1a <vm_exec_core+7114>, 0x7fc6525d2ce7 <vm_exec_core+7063>, 0x7fc6525d35db <vm_exec_core+9355>, 0x7fc6525d2048 <vm_exec_core+3832>, 0x7fc6525d1fda <vm_exec_core+3722>, 0x7fc6525d1f9f <vm_exec_core+3663>, 0x7fc6525d1f49 <vm_exec_core+3577>, 0x7fc6525d1f05 <vm_exec_core+3509>, 0x7fc6525d1e7e <vm_exec_core+3374>, 0x7fc6525d1e49 <vm_exec_core+3321>, 0x7fc6525d1dee <vm_exec_core+3230>, 0x7fc6525d1d76 <vm_exec_core+3110>, 0x7fc6525d1d3e <vm_exec_core+3054>, 0x7fc6525d1d06 <vm_exec_core+2998>, 0x7fc6525d1b11 <vm_exec_core+2497>, 0x7fc6525d1a80 <vm_exec_core+2352>, 0x7fc6525d1a23 <vm_exec_core+2259>, 0x7fc6525d19aa <vm_exec_core+2138>, 0x7fc6525d26ea <vm_exec_core+5530>, 0x7fc6525d26c5 <vm_exec_core+5493>, 0x7fc6525d268c <vm_exec_core+5436>, 0x7fc6525d263c <vm_exec_core+5356>, 0x7fc6525d260a <vm_exec_core+5306>, 0x7fc6525d251f <vm_exec_core+5071>, 0x7fc6525d24da <vm_exec_core+5002>, 0x7fc6525d2494 <vm_exec_core+4932>, 0x7fc6525d2464 <vm_exec_core+4884>, 0x7fc6525d2399 <vm_exec_core+4681>, 0x7fc6525d2404 <vm_exec_core+4788>, 0x7fc6525d2269 <vm_exec_core+4377>, 0x7fc6525d21fc <vm_exec_core+4268>, 0x7fc6525d216f <vm_exec_core+4127>, 0x7fc6525d20b3 <vm_exec_core+3939>, 0x7fc6525d207b <vm_exec_core+3883>, 0x7fc6525d2be8 <vm_exec_core+6808>, 0x7fc6525d2ad5 <vm_exec_core+6533>, 0x7fc6525d4593 <vm_exec_core+13379>, 0x7fc6525d2c63 <vm_exec_core+6931>, 0x7fc6525d282e <vm_exec_core+5854>, 0x7fc6525d457f <vm_exec_core+13359>, 0x7fc6525d27e4 <vm_exec_core+5780>, 0x7fc6525d278b <vm_exec_core+5691>, 0x7fc6525d2732 <vm_exec_core+5602>, 0x7fc6525d29c7 <vm_exec_core+6263>, 0x7fc6525d28f1 <vm_exec_core+6049>, 0x7fc6525d2878 <vm_exec_core+5928>, 0x7fc6525d394f <vm_exec_core+10239>, 0x7fc6525d2c2b <vm_exec_core+6875>, 0x7fc6525d2a7e <vm_exec_core+6446>, 0x7fc6525d180b <vm_exec_core+1723>, 0x7fc6525d17d1 <vm_exec_core+1665>, 0x7fc6525d1903 <vm_exec_core+1971>, 0x7fc6525d1862 <vm_exec_core+1810>, 0x7fc6525d456b <vm_exec_core+13339>, 0x7fc6525d4557 <vm_exec_core+13319>, 0x7fc6525d4543 <vm_exec_core+13299>, 0x7fc6525d452f <vm_exec_core+13279>, 0x7fc6525d451b <vm_exec_core+13259>, 0x7fc6525d4507 <vm_exec_core+13239>, 0x7fc6525d44ec <vm_exec_core+13212>, 0x7fc6525d44d8 <vm_exec_core+13192>, 0x7fc6525d44c4 <vm_exec_core+13172>, 0x7fc6525d44b0 <vm_exec_core+13152>, 0x7fc6525d449c <vm_exec_core+13132>, 0x7fc6525d4488 <vm_exec_core+13112>, 0x7fc6525d4474 <vm_exec_core+13092>, 0x7fc6525d4460 <vm_exec_core+13072>, 0x7fc6525d444c <vm_exec_core+13052>, 0x7fc6525d4438 <vm_exec_core+13032>, 0x7fc6525d1764 <vm_exec_core+1556>, 0x7fc6525d1706 <vm_exec_core+1462>, 0x7fc6525d4424 <vm_exec_core+13012>, 0x7fc6525d4410 <vm_exec_core+12992>, 0x7fc6525d43fc <vm_exec_core+12972>, 0x7fc6525d43e8 <vm_exec_core+12952>, 0x7fc6525d1191 <vm_exec_core+65>, 0x7fc6525d1195 <vm_exec_core+69>, 0x7fc6525d1699 <vm_exec_core+1353>, 0x7fc6525d1642 <vm_exec_core+1266>, 0x7fc6525d15bf <vm_exec_core+1135>, 0x7fc6525d157a <vm_exec_core+1066>, 0x7fc6525d152d <vm_exec_core+989>...}
#62 0x00007fc6525d79eb in rb_vm_exec (ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366
        _ec = 0x5559eb361120
        _tag = {tag = 36, retval = 4, buf = {0x7fc651ef3f50, 0x7fc6525d71e0 <rb_vm_exec+400>, 0x0, 0x7ffd7022f7d0, 0x0}, prev = 0x7ffd7022fc20, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#63 0x00007fc6525e6f5b in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140489753480520, iseq=0x7fc64e3ff4f0, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#64 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffd7022f948, argc=1, self=140489753480520, captured=<optimized out>, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm.c:1440
        iseq = 0x7fc64e3ff4f0
        i = 1
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7fc651df40a0
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#65 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-repeat20/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#66 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffd7022f948, argc=1, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm.c:1495
No locals.
#67 vm_yield (kw_splat=0, argv=0x7ffd7022f948, argc=1, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm.c:1503
No locals.
#68 rb_yield_0 (argv=0x7ffd7022f948, argc=1) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1337
No locals.
#69 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1353
No locals.
#70 0x00007fc65235a2fc in rb_ary_each (ary=140489692083400) at /tmp/ruby/src/trunk-repeat20/array.c:2747
        i = 4
#71 0x00007fc6525c1ec4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7fc651ef3f90, ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
        ci = 0xbd100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7fc651d904a8
        cfunc = 0x5559eb3b8348
        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>
#72 vm_call_cfunc_with_frame (ec=0x5559eb361120, reg_cfp=0x7fc651ef3f90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#73 0x00007fc6525d2bc9 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-repeat20/vm_callinfo.h:368
        val = 96
        ci = <optimized out>
        cc = <optimized out>
        recv = 93844686635232
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7fc651dcb7b0, block_handler = 140489754886057, recv = 140489692083400, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#74 vm_exec_core (ec=0x5559eb361120, initial=96) at ../../src/trunk-repeat20/insns.def:815
        bh = <optimized out>
        cd = 0x5559eb4a34f0
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5559eb4a1688
        reg_cfp = 0x7fc651ef3f90
        insns_address_table = {0x7fc6525d39bf <vm_exec_core+10351>, 0x7fc6525d13c9 <vm_exec_core+633>, 0x7fc6525d357e <vm_exec_core+9262>, 0x7fc6525d3504 <vm_exec_core+9140>, 0x7fc6525d348d <vm_exec_core+9021>, 0x7fc6525d340e <vm_exec_core+8894>, 0x7fc6525d338e <vm_exec_core+8766>, 0x7fc6525d3332 <vm_exec_core+8674>, 0x7fc6525d32d7 <vm_exec_core+8583>, 0x7fc6525d3287 <vm_exec_core+8503>, 0x7fc6525d310c <vm_exec_core+8124>, 0x7fc6525d2f61 <vm_exec_core+7697>, 0x7fc6525d2e76 <vm_exec_core+7462>, 0x7fc6525d2e07 <vm_exec_core+7351>, 0x7fc6525d2d9a <vm_exec_core+7242>, 0x7fc6525d2d5f <vm_exec_core+7183>, 0x7fc6525d2d29 <vm_exec_core+7129>, 0x7fc6525d2cf6 <vm_exec_core+7078>, 0x7fc6525d35ea <vm_exec_core+9370>, 0x7fc6525d2057 <vm_exec_core+3847>, 0x7fc6525d1fe9 <vm_exec_core+3737>, 0x7fc6525d1fae <vm_exec_core+3678>, 0x7fc6525d1f58 <vm_exec_core+3592>, 0x7fc6525d1f14 <vm_exec_core+3524>, 0x7fc6525d1e8d <vm_exec_core+3389>, 0x7fc6525d1e58 <vm_exec_core+3336>, 0x7fc6525d1dfd <vm_exec_core+3245>, 0x7fc6525d1d85 <vm_exec_core+3125>, 0x7fc6525d1d4d <vm_exec_core+3069>, 0x7fc6525d1d15 <vm_exec_core+3013>, 0x7fc6525d1b20 <vm_exec_core+2512>, 0x7fc6525d1a8f <vm_exec_core+2367>, 0x7fc6525d1a32 <vm_exec_core+2274>, 0x7fc6525d19b9 <vm_exec_core+2153>, 0x7fc6525d26f9 <vm_exec_core+5545>, 0x7fc6525d26d4 <vm_exec_core+5508>, 0x7fc6525d269b <vm_exec_core+5451>, 0x7fc6525d264b <vm_exec_core+5371>, 0x7fc6525d2619 <vm_exec_core+5321>, 0x7fc6525d252e <vm_exec_core+5086>, 0x7fc6525d24e9 <vm_exec_core+5017>, 0x7fc6525d24a3 <vm_exec_core+4947>, 0x7fc6525d2473 <vm_exec_core+4899>, 0x7fc6525d23a8 <vm_exec_core+4696>, 0x7fc6525d2413 <vm_exec_core+4803>, 0x7fc6525d2278 <vm_exec_core+4392>, 0x7fc6525d220b <vm_exec_core+4283>, 0x7fc6525d217e <vm_exec_core+4142>, 0x7fc6525d20c2 <vm_exec_core+3954>, 0x7fc6525d208a <vm_exec_core+3898>, 0x7fc6525d2bf7 <vm_exec_core+6823>, 0x7fc6525d2ae4 <vm_exec_core+6548>, 0x7fc6525d11a8 <vm_exec_core+88>, 0x7fc6525d2c72 <vm_exec_core+6946>, 0x7fc6525d283d <vm_exec_core+5869>, 0x7fc6525d3b07 <vm_exec_core+10679>, 0x7fc6525d27f3 <vm_exec_core+5795>, 0x7fc6525d279a <vm_exec_core+5706>, 0x7fc6525d2741 <vm_exec_core+5617>, 0x7fc6525d29d6 <vm_exec_core+6278>, 0x7fc6525d2900 <vm_exec_core+6064>, 0x7fc6525d2887 <vm_exec_core+5943>, 0x7fc6525d395e <vm_exec_core+10254>, 0x7fc6525d2c3a <vm_exec_core+6890>, 0x7fc6525d2a8d <vm_exec_core+6461>, 0x7fc6525d181a <vm_exec_core+1738>, 0x7fc6525d17e0 <vm_exec_core+1680>, 0x7fc6525d1912 <vm_exec_core+1986>, 0x7fc6525d1871 <vm_exec_core+1825>, 0x7fc6525d3def <vm_exec_core+11423>, 0x7fc6525d3d46 <vm_exec_core+11254>, 0x7fc6525d3fc6 <vm_exec_core+11894>, 0x7fc6525d3f53 <vm_exec_core+11779>, 0x7fc6525d3ead <vm_exec_core+11613>, 0x7fc6525d3e51 <vm_exec_core+11521>, 0x7fc6525d4373 <vm_exec_core+12835>, 0x7fc6525d42d6 <vm_exec_core+12678>, 0x7fc6525d423e <vm_exec_core+12526>, 0x7fc6525d41a1 <vm_exec_core+12369>, 0x7fc6525d4109 <vm_exec_core+12217>, 0x7fc6525d3a48 <vm_exec_core+10488>, 0x7fc6525d40be <vm_exec_core+12142>, 0x7fc6525d4068 <vm_exec_core+12056>, 0x7fc6525d3bd5 <vm_exec_core+10885>, 0x7fc6525d3b4b <vm_exec_core+10747>, 0x7fc6525d1773 <vm_exec_core+1571>, 0x7fc6525d1715 <vm_exec_core+1477>, 0x7fc6525d3d12 <vm_exec_core+11202>, 0x7fc6525d3cde <vm_exec_core+11150>, 0x7fc6525d3c8d <vm_exec_core+11069>, 0x7fc6525d3c3e <vm_exec_core+10990>, 0x7fc6525d3a7b <vm_exec_core+10539>, 0x7fc6525d39d0 <vm_exec_core+10368>, 0x7fc6525d16a8 <vm_exec_core+1368>, 0x7fc6525d1651 <vm_exec_core+1281>, 0x7fc6525d15ce <vm_exec_core+1150>, 0x7fc6525d1589 <vm_exec_core+1081>, 0x7fc6525d153c <vm_exec_core+1004>, 0x7fc6525d14ef <vm_exec_core+927>, 0x7fc6525d149a <vm_exec_core+842>, 0x7fc6525d1467 <vm_exec_core+791>, 0x7fc6525d1434 <vm_exec_core+740>, 0x7fc6525d3aeb <vm_exec_core+10651>, 0x7fc6525d13ba <vm_exec_core+618>, 0x7fc6525d356f <vm_exec_core+9247>, 0x7fc6525d34f5 <vm_exec_core+9125>, 0x7fc6525d347e <vm_exec_core+9006>, 0x7fc6525d33ff <vm_exec_core+8879>, 0x7fc6525d337f <vm_exec_core+8751>, 0x7fc6525d3323 <vm_exec_core+8659>, 0x7fc6525d32c8 <vm_exec_core+8568>, 0x7fc6525d3278 <vm_exec_core+8488>, 0x7fc6525d30fd <vm_exec_core+8109>, 0x7fc6525d2f52 <vm_exec_core+7682>, 0x7fc6525d2e67 <vm_exec_core+7447>, 0x7fc6525d2df8 <vm_exec_core+7336>, 0x7fc6525d2d8b <vm_exec_core+7227>, 0x7fc6525d2d50 <vm_exec_core+7168>, 0x7fc6525d2d1a <vm_exec_core+7114>, 0x7fc6525d2ce7 <vm_exec_core+7063>, 0x7fc6525d35db <vm_exec_core+9355>, 0x7fc6525d2048 <vm_exec_core+3832>, 0x7fc6525d1fda <vm_exec_core+3722>, 0x7fc6525d1f9f <vm_exec_core+3663>, 0x7fc6525d1f49 <vm_exec_core+3577>, 0x7fc6525d1f05 <vm_exec_core+3509>, 0x7fc6525d1e7e <vm_exec_core+3374>, 0x7fc6525d1e49 <vm_exec_core+3321>, 0x7fc6525d1dee <vm_exec_core+3230>, 0x7fc6525d1d76 <vm_exec_core+3110>, 0x7fc6525d1d3e <vm_exec_core+3054>, 0x7fc6525d1d06 <vm_exec_core+2998>, 0x7fc6525d1b11 <vm_exec_core+2497>, 0x7fc6525d1a80 <vm_exec_core+2352>, 0x7fc6525d1a23 <vm_exec_core+2259>, 0x7fc6525d19aa <vm_exec_core+2138>, 0x7fc6525d26ea <vm_exec_core+5530>, 0x7fc6525d26c5 <vm_exec_core+5493>, 0x7fc6525d268c <vm_exec_core+5436>, 0x7fc6525d263c <vm_exec_core+5356>, 0x7fc6525d260a <vm_exec_core+5306>, 0x7fc6525d251f <vm_exec_core+5071>, 0x7fc6525d24da <vm_exec_core+5002>, 0x7fc6525d2494 <vm_exec_core+4932>, 0x7fc6525d2464 <vm_exec_core+4884>, 0x7fc6525d2399 <vm_exec_core+4681>, 0x7fc6525d2404 <vm_exec_core+4788>, 0x7fc6525d2269 <vm_exec_core+4377>, 0x7fc6525d21fc <vm_exec_core+4268>, 0x7fc6525d216f <vm_exec_core+4127>, 0x7fc6525d20b3 <vm_exec_core+3939>, 0x7fc6525d207b <vm_exec_core+3883>, 0x7fc6525d2be8 <vm_exec_core+6808>, 0x7fc6525d2ad5 <vm_exec_core+6533>, 0x7fc6525d4593 <vm_exec_core+13379>, 0x7fc6525d2c63 <vm_exec_core+6931>, 0x7fc6525d282e <vm_exec_core+5854>, 0x7fc6525d457f <vm_exec_core+13359>, 0x7fc6525d27e4 <vm_exec_core+5780>, 0x7fc6525d278b <vm_exec_core+5691>, 0x7fc6525d2732 <vm_exec_core+5602>, 0x7fc6525d29c7 <vm_exec_core+6263>, 0x7fc6525d28f1 <vm_exec_core+6049>, 0x7fc6525d2878 <vm_exec_core+5928>, 0x7fc6525d394f <vm_exec_core+10239>, 0x7fc6525d2c2b <vm_exec_core+6875>, 0x7fc6525d2a7e <vm_exec_core+6446>, 0x7fc6525d180b <vm_exec_core+1723>, 0x7fc6525d17d1 <vm_exec_core+1665>, 0x7fc6525d1903 <vm_exec_core+1971>, 0x7fc6525d1862 <vm_exec_core+1810>, 0x7fc6525d456b <vm_exec_core+13339>, 0x7fc6525d4557 <vm_exec_core+13319>, 0x7fc6525d4543 <vm_exec_core+13299>, 0x7fc6525d452f <vm_exec_core+13279>, 0x7fc6525d451b <vm_exec_core+13259>, 0x7fc6525d4507 <vm_exec_core+13239>, 0x7fc6525d44ec <vm_exec_core+13212>, 0x7fc6525d44d8 <vm_exec_core+13192>, 0x7fc6525d44c4 <vm_exec_core+13172>, 0x7fc6525d44b0 <vm_exec_core+13152>, 0x7fc6525d449c <vm_exec_core+13132>, 0x7fc6525d4488 <vm_exec_core+13112>, 0x7fc6525d4474 <vm_exec_core+13092>, 0x7fc6525d4460 <vm_exec_core+13072>, 0x7fc6525d444c <vm_exec_core+13052>, 0x7fc6525d4438 <vm_exec_core+13032>, 0x7fc6525d1764 <vm_exec_core+1556>, 0x7fc6525d1706 <vm_exec_core+1462>, 0x7fc6525d4424 <vm_exec_core+13012>, 0x7fc6525d4410 <vm_exec_core+12992>, 0x7fc6525d43fc <vm_exec_core+12972>, 0x7fc6525d43e8 <vm_exec_core+12952>, 0x7fc6525d1191 <vm_exec_core+65>, 0x7fc6525d1195 <vm_exec_core+69>, 0x7fc6525d1699 <vm_exec_core+1353>, 0x7fc6525d1642 <vm_exec_core+1266>, 0x7fc6525d15bf <vm_exec_core+1135>, 0x7fc6525d157a <vm_exec_core+1066>, 0x7fc6525d152d <vm_exec_core+989>...}
#75 0x00007fc6525d79eb in rb_vm_exec (ec=0x5559eb361120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366
        _ec = 0x5559eb361120
        _tag = {tag = 36, retval = 4, buf = {0x7fc64e3ff9c8, 0x7fc6525d71e0 <rb_vm_exec+400>, 0x0, 0x7ffd7022fb50, 0x5559eb3efc80}, prev = 0x7ffd7022fce0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#76 0x00007fc6523f9891 in rb_ec_exec_node (ec=ec@entry=0x5559eb361120, n=n@entry=0x7fc64e3ff9c8) at /tmp/ruby/src/trunk-repeat20/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 140489761759796, buf = {0x7fc64e3ff9c8, 0x7fc6523f98e2 <rb_ec_exec_node+258>, 0x0, 0x7ffd7022fcb0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fc64e3ff9c8
#77 0x00007fc6523ffd53 in ruby_run_node (n=0x7fc64e3ff9c8) at /tmp/ruby/src/trunk-repeat20/eval.c:328
        ec = 0x5559eb361120
        status = 0
#78 0x00005559eaf6e187 in rb_main (argv=0x7ffd7022fee8, argc=141) at /tmp/ruby/src/trunk-repeat20/main.c:39
        variable_in_this_stack_frame = 140726484796889
#79 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20/main.c:58
No locals.

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