# Logfile created on 2023-03-27 03:27:26 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055f1c69f9f80 @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.20230327-032725", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055f1c6a93478 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055f1c6a93338 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055f1c6a93158 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20230327-032725", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20230327-032725>, @binmode=false, @mon_data=#<Monitor:0x000055f1c6a93090>, @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 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104
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              0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 -> FETCH_HEAD
HEAD is now at 0dd11d38 Merge pull request #1276 from ruby/print-skip-test
echo 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 | /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 update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   ac458f6..67feb78  master     -> origin/master
Updating ac458f6..67feb78
Fast-forward
 lib/ruby_vm/rjit/insn_compiler.rb | 151 +++++++++++++++++++++++++++++++++-----
 rjit_c.c                          |   1 +
 rjit_c.h                          |   8 +-
 rjit_c.rb                         |  14 +++-
 test/lib/jit_support.rb           |  25 -------
 tool/rjit/bindgen.rb              |   4 +
 6 files changed, 153 insertions(+), 50 deletions(-)
 delete mode 100644 test/lib/jit_support.rb
Latest commit hash = 67feb782f9
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
making /tmp/ruby/src/trunk-repeat20/rjit_c.rbinc
generating miniprelude.c
/tmp/ruby/src/trunk-repeat20/revision.h updated
generating x86_64-linux-fake.rb
miniprelude.c updated
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 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
HEAD is now at 6519736 Increase timeout in debug_code
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
From https://github.com/ruby/rbs
 * branch              0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 -> FETCH_HEAD
HEAD is now at 0dd11d38 Merge pull request #1276 from ruby/print-skip-test
echo 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 | /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/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20/rjit.c
compiling /tmp/ruby/src/trunk-repeat20/rjit_c.c
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
making srcs under 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
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]: 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]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest'
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]: 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]: Entering 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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl'
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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper'
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/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
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 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104
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
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
making srcs under enc
making 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
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'
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision -
HEAD is now at 6519736 Increase timeout in debug_code
/tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/debug.revision unchanged
From https://github.com/ruby/rbs
 * branch              0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 -> FETCH_HEAD
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
HEAD is now at 0dd11d38 Merge pull request #1276 from ruby/print-skip-test
echo 0dd11d38c11f55ead0a0d78bb9b19d2eaf3a2104 | /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
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]: 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/bigdecimal'
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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console'
make[2]: Leaving 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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty'
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/openssl'
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]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket'
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/syslog'
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/socket'
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/syslog'
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/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
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.2
                                    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.0
                                    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
/tmp/ruby/src/trunk-repeat20/test/-ext-/bug_reporter/test_bug_reporter.rb: cannot load such file -- /tmp/ruby/src/trunk-repeat20/test/lib/jit_support
Run options: 
  --seed=46697
  "--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 902.685867s, 26.1475 tests/s, 9874.1814 assertions/s.
Finished(2/20)  tests in 1007.578596s, 23.4255 tests/s, 8842.1043 assertions/s.
Finished(3/20)  tests in 1135.725397s, 20.7823 tests/s, 7846.7322 assertions/s.
Finished(4/20)  tests in 993.613003s, 23.7547 tests/s, 8969.3240 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_to_cache: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 38821>
Leaked file descriptor: TestGemRemoteFetcher#test_download_to_cache: 8 : #<TCPServer:fd 8, AF_INET6, ::, 38821>
Leaked file descriptor: TestGemRemoteFetcher#test_download_to_cache: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_download_to_cache: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 10
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 39225>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_remote_array_and_hash: 18
Finished(5/20)  tests in 931.696175s, 25.3334 tests/s, 9565.8373 assertions/s.
Finished(6/20)  tests in 918.160749s, 25.7068 tests/s, 9701.5060 assertions/s.
Finished(7/20)  tests in 941.298859s, 25.0749 tests/s, 9461.8015 assertions/s.
Finished(8/20)  tests in 953.117093s, 24.7640 tests/s, 9352.1195 assertions/s.
Finished(9/20)  tests in 970.624967s, 24.3173 tests/s, 9184.6586 assertions/s.
Finished(10/20)  tests in 1089.335958s, 21.6673 tests/s, 8178.5504 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_request_block: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 33461>
Leaked file descriptor: TestGemRemoteFetcher#test_request_block: 8 : #<TCPServer:fd 8, AF_INET6, ::, 33461>
Leaked file descriptor: TestGemRemoteFetcher#test_request_block: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_request_block: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 7
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 8
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 9
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 10

  1) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20/test/ripper/test_files_test_2.rb:6]:
pid 1326387 killed by SIGABRT (signal 6) (core dumped)
| <test_pattern_matching.rb>:1: [BUG] Segmentation fault at 0x0000000000000000
| ruby 3.3.0dev (2023-03-27T03:24:48Z master 67feb782f9) [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0009 p:---- s:0043 e:000042 CFUNC  :parse
| c:0008 p:0003 s:0039 e:000038 EVAL   <test_pattern_matching.rb>:1 [FINISH]
| c:0007 p:---- s:0036 e:000035 CFUNC  :instance_eval
| c:0006 p:0050 s:0030 e:000029 BLOCK  -:22
| c:0005 p:0033 s:0026 e:000025 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182
| c:0004 p:0009 s:0019 e:000018 BLOCK  -:20 [FINISH]
| c:0003 p:---- s:0015 e:000014 CFUNC  :each
| c:0002 p:0121 s:0011 E:0008c8 EVAL   -:19 [FINISH]
| c:0001 p:0000 s:0003 E:0010b0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:19:in `<main>'
| -:19:in `each'
| -:20:in `block in <main>'
| /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182:in `assert_nothing_raised'
| -:22:in `block (2 levels) in <main>'
| -:22:in `instance_eval'
| <test_pattern_matching.rb>:1:in `block (2 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: 0x00007f26b5388708 RBP: 0x0000559d6d6f6588 RSP: 0x00007ffd6baf6820
|  RAX: 0x999999999999ade8 RBX: 0x0000000000000050 RCX: 0xcccccccccccccccd
|  RDX: 0x0000000000000289 RDI: 0x0000559d6d28a0e0 RSI: 0x627b202c7d323420
|   R8: 0x0000000000002067  R9: 0x0000000000000060 R10: 0x00007f26b4d10010
|  R11: 0x000000000000001a R12: 0x0000559d6d28a0e0 R13: 0x0000559d6d6f0000
|  R14: 0x0000000000000009 R15: 0x0000559d6d6e74a0 EFL: 0x0000000000010206
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f26b556020f] /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) [0x7f26b5367494] /tmp/ruby/src/trunk-repeat20/error.c:813
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4d) [0x7f26b54acc5d] /tmp/ruby/src/trunk-repeat20/signal.c:964
| /lib/x86_64-linux-gnu/libc.so.6(0x7f26b4ecc520) [0x7f26b4ecc520]
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x1a) [0x7f26b5388708] /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) [0x7f26b538e7ad] /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) [0x7f26b53f2c4c] /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) [0x7f26b5391a78] /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) [0x7f26b5392a32] /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) [0x7f26b539594d] /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) [0x7f26b5396091] /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(str_alloc_embed+0x10) [0x7f26b54c81a0] /tmp/ruby/src/trunk-repeat20/string.c:907
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(str_new0) /tmp/ruby/src/trunk-repeat20/string.c:943
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_enc_str_new) /tmp/ruby/src/trunk-repeat20/string.c:1000
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_token2eventid+0x0) [0x7f26b13c7efd] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6271
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_scan_event_val) /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6272
| /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) [0x7f26b13d0677] /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) [0x7f26b13e15b2] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ensure+0x126) [0x7f26b5370fd6] /tmp/ruby/src/trunk-repeat20/eval.c:1005
| /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7f26b13c4315] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f26b5534ec4] /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) [0x7f26b554424d] /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) [0x7f26b554a9eb] /tmp/ruby/src/trunk-repeat20/vm.c:2366
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7f26b554abe9] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_under+0x48) [0x7f26b555af5a] /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) [0x7f26b5534ec4] /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) [0x7f26b554424d] /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) [0x7f26b554a9eb] /tmp/ruby/src/trunk-repeat20/vm.c:2366
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_yield+0x27b) [0x7f26b5559f5b] /tmp/ruby/src/trunk-repeat20/vm.c:1384
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7f26b52cd2fc] /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) [0x7f26b5534ec4] /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) [0x7f26b5545bc9] /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) [0x7f26b554a9eb] /tmp/ruby/src/trunk-repeat20/vm.c:2366
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7f26b536c891] /tmp/ruby/src/trunk-repeat20/eval.c:287
| /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ruby_run_node+0x93) [0x7f26b5372d53] /tmp/ruby/src/trunk-repeat20/eval.c:328
| /tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x559d6cc7d187] /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) [0x7f26b4eb3d90] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f26b4eb3e40] ../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
| [0x559d6cc7d1d5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Process memory map:
| 
| 559d6cc7c000-559d6cc7d000 r--p 00000000 00:33 16012840                   /tmp/ruby/build/trunk-repeat20/ruby
| 559d6cc7d000-559d6cc7e000 r-xp 00001000 00:33 16012840                   /tmp/ruby/build/trunk-repeat20/ruby
| 559d6cc7e000-559d6cc7f000 r--p 00002000 00:33 16012840                   /tmp/ruby/build/trunk-repeat20/ruby
| 559d6cc7f000-559d6cc80000 r--p 00002000 00:33 16012840                   /tmp/ruby/build/trunk-repeat20/ruby
| 559d6cc80000-559d6cc81000 rw-p 00003000 00:33 16012840                   /tmp/ruby/build/trunk-repeat20/ruby
| 559d6d287000-559d6dd85000 rw-p 00000000 00:00 0                          [heap]
| 7f26ae12a000-7f26ae6ff000 rw-p 00000000 00:00 0 
| 7f26ae6ff000-7f26aeb36000 r--s 00000000 00:33 14692161                   /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug
| 7f26aeb36000-7f26aed54000 r--s 00000000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f26aed54000-7f26afef4000 rw-p 00000000 00:00 0 
| 7f26afef4000-7f26b0f40000 r--s 00000000 00:33 16012833                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7f26b0f40000-7f26b1020000 rw-p 00000000 00:00 0 
| 7f26b10da000-7f26b1110000 r--s 00000000 00:33 16012840                   /tmp/ruby/build/trunk-repeat20/ruby
| 7f26b1110000-7f26b11b0000 rw-p 00000000 00:00 0 
| 7f26b11c0000-7f26b1320000 rw-p 00000000 00:00 0 
| 7f26b1325000-7f26b1327000 r--p 00000000 00:33 16126126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7f26b1327000-7f26b132c000 r-xp 00002000 00:33 16126126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7f26b132c000-7f26b132d000 r--p 00007000 00:33 16126126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7f26b132d000-7f26b132e000 ---p 00008000 00:33 16126126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7f26b132e000-7f26b132f000 r--p 00008000 00:33 16126126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7f26b132f000-7f26b1330000 rw-p 00009000 00:33 16126126                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so
| 7f26b1330000-7f26b13b0000 rw-p 00000000 00:00 0 
| 7f26b13b6000-7f26b13b7000 r--p 00000000 00:33 16126265                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f26b13b7000-7f26b13b9000 r-xp 00001000 00:33 16126265                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f26b13b9000-7f26b13ba000 r--p 00003000 00:33 16126265                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f26b13ba000-7f26b13bb000 r--p 00003000 00:33 16126265                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f26b13bb000-7f26b13bc000 rw-p 00004000 00:33 16126265                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f26b13bc000-7f26b13c2000 r--p 00000000 00:33 16019997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7f26b13c2000-7f26b13e4000 r-xp 00006000 00:33 16019997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7f26b13e4000-7f26b13fd000 r--p 00028000 00:33 16019997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7f26b13fd000-7f26b13ff000 r--p 00040000 00:33 16019997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7f26b13ff000-7f26b1400000 rw-p 00042000 00:33 16019997                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so
| 7f26b1400000-7f26b1420000 rw-p 00000000 00:00 0 
| 7f26b1420000-7f26b1421000 ---p 00000000 00:00 0 
| 7f26b1421000-7f26b1462000 rw-p 00000000 00:00 0 
| 7f26b1462000-7f26b1463000 ---p 00000000 00:00 0 
| 7f26b1463000-7f26b14a4000 rw-p 00000000 00:00 0 
| 7f26b14a4000-7f26b14a5000 ---p 00000000 00:00 0 
| 7f26b14a5000-7f26b14e6000 rw-p 00000000 00:00 0 
| 7f26b14e6000-7f26b14e7000 ---p 00000000 00:00 0 
| 7f26b14e7000-7f26b1528000 rw-p 00000000 00:00 0 
| 7f26b1528000-7f26b1529000 ---p 00000000 00:00 0 
| 7f26b1529000-7f26b156a000 rw-p 00000000 00:00 0 
| 7f26b156a000-7f26b156b000 ---p 00000000 00:00 0 
| 7f26b156b000-7f26b15ac000 rw-p 00000000 00:00 0 
| 7f26b15ac000-7f26b15ad000 ---p 00000000 00:00 0 
| 7f26b15ad000-7f26b15ee000 rw-p 00000000 00:00 0 
| 7f26b15ee000-7f26b15ef000 ---p 00000000 00:00 0 
| 7f26b15ef000-7f26b1630000 rw-p 00000000 00:00 0 
| 7f26b1630000-7f26b1631000 ---p 00000000 00:00 0 
| 7f26b1631000-7f26b1672000 rw-p 00000000 00:00 0 
| 7f26b1672000-7f26b1673000 ---p 00000000 00:00 0 
| 7f26b1673000-7f26b16b4000 rw-p 00000000 00:00 0 
| 7f26b16b4000-7f26b16b5000 ---p 00000000 00:00 0 
| 7f26b16b5000-7f26b16f6000 rw-p 00000000 00:00 0 
| 7f26b16f6000-7f26b16f7000 ---p 00000000 00:00 0 
| 7f26b16f7000-7f26b1738000 rw-p 00000000 00:00 0 
| 7f26b1738000-7f26b1739000 ---p 00000000 00:00 0 
| 7f26b1739000-7f26b177a000 rw-p 00000000 00:00 0 
| 7f26b177a000-7f26b177b000 ---p 00000000 00:00 0 
| 7f26b177b000-7f26b17bc000 rw-p 00000000 00:00 0 
| 7f26b17bc000-7f26b17bd000 ---p 00000000 00:00 0 
| 7f26b17bd000-7f26b17fe000 rw-p 00000000 00:00 0 
| 7f26b17fe000-7f26b17ff000 ---p 00000000 00:00 0 
| 7f26b17ff000-7f26b1840000 rw-p 00000000 00:00 0 
| 7f26b1840000-7f26b1841000 ---p 00000000 00:00 0 
| 7f26b1841000-7f26b1882000 rw-p 00000000 00:00 0 
| 7f26b1882000-7f26b1883000 ---p 00000000 00:00 0 
| 7f26b1883000-7f26b18c4000 rw-p 00000000 00:00 0 
| 7f26b18c4000-7f26b18c5000 ---p 00000000 00:00 0 
| 7f26b18c5000-7f26b1906000 rw-p 00000000 00:00 0 
| 7f26b1906000-7f26b1907000 ---p 00000000 00:00 0 
| 7f26b1907000-7f26b1948000 rw-p 00000000 00:00 0 
| 7f26b1948000-7f26b1949000 ---p 00000000 00:00 0 
| 7f26b1949000-7f26b198a000 rw-p 00000000 00:00 0 
| 7f26b198a000-7f26b198b000 ---p 00000000 00:00 0 
| 7f26b198b000-7f26b19cc000 rw-p 00000000 00:00 0 
| 7f26b19cc000-7f26b19cd000 ---p 00000000 00:00 0 
| 7f26b19cd000-7f26b1a0e000 rw-p 00000000 00:00 0 
| 7f26b1a0e000-7f26b1a0f000 ---p 00000000 00:00 0 
| 7f26b1a0f000-7f26b1a50000 rw-p 00000000 00:00 0 
| 7f26b1a50000-7f26b1a51000 ---p 00000000 00:00 0 
| 7f26b1a51000-7f26b1a92000 rw-p 00000000 00:00 0 
| 7f26b1a92000-7f26b1a93000 ---p 00000000 00:00 0 
| 7f26b1a93000-7f26b1ad4000 rw-p 00000000 00:00 0 
| 7f26b1ad4000-7f26b1ad5000 ---p 00000000 00:00 0 
| 7f26b1ad5000-7f26b1b16000 rw-p 00000000 00:00 0 
| 7f26b1b16000-7f26b1b17000 ---p 00000000 00:00 0 
| 7f26b1b17000-7f26b1b58000 rw-p 00000000 00:00 0 
| 7f26b1b58000-7f26b1b59000 ---p 00000000 00:00 0 
| 7f26b1b59000-7f26b1b9a000 rw-p 00000000 00:00 0 
| 7f26b1b9a000-7f26b1b9b000 ---p 00000000 00:00 0 
| 7f26b1b9b000-7f26b1bdc000 rw-p 00000000 00:00 0 
| 7f26b1bdc000-7f26b1bdd000 ---p 00000000 00:00 0 
| 7f26b1bdd000-7f26b1c1e000 rw-p 00000000 00:00 0 
| 7f26b1c1e000-7f26b1c1f000 ---p 00000000 00:00 0 
| 7f26b1c1f000-7f26b1c90000 rw-p 00000000 00:00 0 
| 7f26b1c91000-7f26b1c92000 r--p 00000000 00:33 16018192                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7f26b1c92000-7f26b1c93000 r-xp 00001000 00:33 16018192                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7f26b1c93000-7f26b1c94000 r--p 00002000 00:33 16018192                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7f26b1c94000-7f26b1c95000 r--p 00002000 00:33 16018192                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7f26b1c95000-7f26b1c96000 rw-p 00003000 00:33 16018192                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so
| 7f26b1c96000-7f26b4d60000 rw-p 00000000 00:00 0 
| 7f26b4d62000-7f26b4d63000 r--p 00000000 00:33 16019384                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7f26b4d63000-7f26b4d64000 r-xp 00001000 00:33 16019384                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7f26b4d64000-7f26b4d65000 r--p 00002000 00:33 16019384                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7f26b4d65000-7f26b4d66000 r--p 00002000 00:33 16019384                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7f26b4d66000-7f26b4d67000 rw-p 00003000 00:33 16019384                   /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so
| 7f26b4d67000-7f26b4e6a000 rw-p 00000000 00:00 0 
| 7f26b4e6a000-7f26b4e6d000 r--p 00000000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f26b4e6d000-7f26b4e84000 r-xp 00003000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f26b4e84000-7f26b4e88000 r--p 0001a000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f26b4e88000-7f26b4e89000 r--p 0001d000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f26b4e89000-7f26b4e8a000 rw-p 0001e000 00:33 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f26b4e8a000-7f26b4eb2000 r--p 00000000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f26b4eb2000-7f26b5047000 r-xp 00028000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f26b5047000-7f26b509f000 r--p 001bd000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f26b509f000-7f26b50a3000 r--p 00214000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f26b50a3000-7f26b50a5000 rw-p 00218000 00:33 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f26b50a5000-7f26b50b4000 rw-p 00000000 00:00 0 
| 7f26b50b4000-7f26b50c2000 r--p 00000000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f26b50c2000-7f26b513e000 r-xp 0000e000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f26b513e000-7f26b5199000 r--p 0008a000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f26b5199000-7f26b519a000 r--p 000e4000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f26b519a000-7f26b519b000 rw-p 000e5000 00:33 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f26b519b000-7f26b519d000 r--p 00000000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f26b519d000-7f26b51b1000 r-xp 00002000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f26b51b1000-7f26b51ca000 r--p 00016000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f26b51ca000-7f26b51cb000 ---p 0002f000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f26b51cb000-7f26b51cc000 r--p 0002f000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f26b51cc000-7f26b51cd000 rw-p 00030000 00:33 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f26b51cd000-7f26b51d5000 rw-p 00000000 00:00 0 
| 7f26b51d5000-7f26b51df000 r--p 00000000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f26b51df000-7f26b523e000 r-xp 0000a000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f26b523e000-7f26b5255000 r--p 00069000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f26b5255000-7f26b5256000 r--p 0007f000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f26b5256000-7f26b5257000 rw-p 00080000 00:33 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f26b5257000-7f26b5259000 r--p 00000000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f26b5259000-7f26b526a000 r-xp 00002000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f26b526a000-7f26b5270000 r--p 00013000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f26b5270000-7f26b5271000 ---p 00019000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f26b5271000-7f26b5272000 r--p 00019000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f26b5272000-7f26b5273000 rw-p 0001a000 00:33 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f26b5277000-7f26b52bb000 r--p 00000000 00:33 16012833                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7f26b52bb000-7f26b561a000 r-xp 00044000 00:33 16012833                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7f26b561a000-7f26b577b000 r--p 003a3000 00:33 16012833                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7f26b577b000-7f26b577c000 ---p 00504000 00:33 16012833                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7f26b577c000-7f26b5790000 r--p 00504000 00:33 16012833                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7f26b5790000-7f26b5793000 rw-p 00518000 00:33 16012833                   /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0
| 7f26b5793000-7f26b57a9000 rw-p 00000000 00:00 0 
| 7f26b57a9000-7f26b57ab000 r--p 00000000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f26b57ab000-7f26b57d5000 r-xp 00002000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f26b57d5000-7f26b57e0000 r--p 0002c000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f26b57e1000-7f26b57e3000 r--p 00037000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f26b57e3000-7f26b57e5000 rw-p 00039000 00:33 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffd6b2fe000-7ffd6bafd000 rw-p 00000000 00:00 0                          [stack]
| 7ffd6bb7c000-7ffd6bb80000 r--p 00000000 00:00 0                          [vvar]
| 7ffd6bb80000-7ffd6bb82000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


Finished(11/20)  tests in 972.657964s, 24.2665 tests/s, 9163.2180 assertions/s.
259633 tests, 98022938 assertions, 1 failures, 0 errors, 865 skips

ruby -v: ruby 3.3.0dev (2023-03-27T03:24:48Z master 67feb782f9) [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-27T03:24:48Z master 67feb782f9) [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 79.666299 seconds

3841 files, 31577 examples, 185869 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.1326387.ruby -x gdbscript
[New LWP 1326387]
[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=139804220492800) at ./nptl/pthread_kill.c:44

>>> Threads

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

>>> Machine level backtrace


Thread 1 (Thread 0x7f26b4e68c00 (LWP 1326387)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139804220492800) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f26b4e68c00
        old_mask = {__val = {94134629595920, 139804221306067, 94134630134528, 1691330172637064704, 109, 18446744073709551344, 2, 0, 94134630134528, 1, 94134629595920, 139804221306067, 0, 139804221202413, 139804220492800, 139804222817792}}
        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=139804220492800) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139804220492800, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f26b4ecc476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f26b4eb27f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x20702d2d72203030, sa_sigaction = 0x20702d2d72203030}, sa_mask = {__val = {2, 139804222834336, 3432, 139804228815446, 139804221200464, 2, 7089288568277186314, 7365405400577880120, 139804222834336, 2, 2, 1, 139804228815446, 139804222817792, 139804221153367, 139804220485136}}, sa_flags = 0, sa_restorer = 0x7f26b50a46a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 7378697629483820554, 3472328296331896422, 7378697629483806000, 3472609797883717222, 2337500342031233072, 3472328296227680304, 3467824696768081952, 2314885530818453536, 2314885530818453536, 7166204968890474528, 2314885437357583457, 6731583338252032800, 7089288568277186314, 7365405400577893175, 139804221198189}}
#5  0x00007f26b52c197a 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=0x559d6d30b580, fmt=fmt@entry=0x7f26b5650351 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20/error.c:817
        file = <optimized out>
        line = 1
#7  0x00007f26b54acc5d in sigsegv (sig=11, info=0x559d6d30b6b0, ctx=0x559d6d30b580) at /tmp/ruby/src/trunk-repeat20/signal.c:964
No locals.
#8  <signal handler called>
No locals.
#9  0x00007f26b5388708 in RVALUE_WB_UNPROTECTED (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:1650
No locals.
#10 rgengc_check_relation (objspace=0x559d6d28a0e0, obj=94134634243464) at /tmp/ruby/src/trunk-repeat20/gc.c:6983
        old_parent = <optimized out>
        __func__ = <optimized out>
#11 0x00007f26b538e7ad in rgengc_check_relation (obj=94134634243464, objspace=0x559d6d28a0e0) 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=0x559d6d28a0e0, obj=94134634243464) at /tmp/ruby/src/trunk-repeat20/gc.c:7059
        __func__ = "gc_mark_ptr"
#13 0x00007f26b53f2c4c in mark_ast_value (node=0x559d6d6e74b0, ctx=0x0) at /tmp/ruby/src/trunk-repeat20/node.c:1379
        args = <optimized out>
#14 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=6, nbe=0x559d6d6e74a0) at /tmp/ruby/src/trunk-repeat20/node.c:1338
        cursor = 0
        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 = 0x559d6d6e74a0
        nbe = <optimized out>
#16 rb_ast_mark (ast=0x7f26b0f7c0f0) at /tmp/ruby/src/trunk-repeat20/node.c:1436
        nb = <optimized out>
#17 0x00007f26b5391a78 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=0x559d6d28a0e0) at /tmp/ruby/src/trunk-repeat20/gc.c:8717
No locals.
#20 0x00007f26b5392a32 in gc_marks (full_mark=<optimized out>, objspace=0x559d6d28a0e0) at /tmp/ruby/src/trunk-repeat20/gc.c:8774
        marking_finished = false
        marking_finished = <optimized out>
#21 gc_start (objspace=0x559d6d28a0e0, 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 = 393793492
#22 0x00007f26b539594d in heap_prepare (heap=0x559d6d28a140, size_pool=0x559d6d28a108, objspace=0x559d6d28a0e0) at /tmp/ruby/src/trunk-repeat20/gc.c:2416
        __func__ = <optimized out>
#23 heap_next_free_page (heap=0x559d6d28a140, size_pool=0x559d6d28a108, objspace=0x559d6d28a0e0) at /tmp/ruby/src/trunk-repeat20/gc.c:2685
        page = <optimized out>
        page = <optimized out>
        __func__ = <optimized out>
#24 newobj_alloc (objspace=0x559d6d28a0e0, cr=0x559d6d28adf0, 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 = 0x559d6d28a108
        heap = 0x559d6d28a140
        cache = 0x559d6d28b068
        obj = <optimized out>
        __func__ = <optimized out>
#25 0x00007f26b5396091 in newobj_of0 (alloc_size=5, cr=<optimized out>, wb_protected=1, flags=5, klass=139804168154520) at /tmp/ruby/src/trunk-repeat20/gc.c:2893
        obj = <optimized out>
        objspace = 0x559d6d28a0e0
        size_pool_idx = <optimized out>
        obj = <optimized out>
        objspace = <optimized out>
        size_pool_idx = <optimized out>
#26 newobj_of (alloc_size=5, wb_protected=1, v3=0, v2=0, v1=0, flags=5, 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=139804168154520, flags=flags@entry=5, size=size@entry=26) at /tmp/ruby/src/trunk-repeat20/gc.c:2935
        __func__ = <optimized out>
#28 0x00007f26b54c81a0 in str_alloc_embed (capa=2, klass=139804168154520) at /tmp/ruby/src/trunk-repeat20/string.c:907
        size = 26
        str = <optimized out>
#29 str_new0 (termlen=1, len=1, ptr=0x7f26b13599e8 " [*a, 1 => b, *c]\n", klass=139804168154520) at /tmp/ruby/src/trunk-repeat20/string.c:943
        str = <optimized out>
        str = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        term_fill_ptr = <optimized out>
        term_fill_len = <optimized out>
#30 rb_enc_str_new (ptr=0x7f26b13599e8 " [*a, 1 => b, *c]\n", len=1, enc=0x559d6d291e50) at /tmp/ruby/src/trunk-repeat20/string.c:1000
        str = <optimized out>
#31 0x00007f26b13c7efd in ripper_scan_event_val (t=tSP, p=0x559d6d69c180) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6271
        str = <optimized out>
        rval = <optimized out>
        str = <optimized out>
        rval = <optimized out>
#32 ripper_dispatch_scan_event (p=0x559d6d69c180, t=tSP) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6282
No locals.
#33 0x00007f26b13d0677 in parser_yylex (p=0x559d6d69c180) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10432
        prevline = <optimized out>
        last_state = 1025
        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>
#34 yylex (p=0x559d6d69c180, yylloc=0x7ffd6baf6e20, lval=0x7ffd6baf6df8) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10485
        t = <optimized out>
        t = <optimized out>
#35 ripper_yyparse (p=0x559d6d69c180) 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 = 813, column = 14}, end_pos = {lineno = 813, column = 16}}
        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, 88, 360, 597, 782, 679, 957, 1217, 1261, 970, 812, 982, 1097, 1178, 1231, 1270, 1292, 1300, 1093, 480, 485, 1270, 1292, 1300, 1093, 480, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 0, 0, 1175, 1228, 1268, 457, 680, 679, 28768, 27567, 32765, 0, 0, 0, 455, 443, 32, 0, 0, 0, -15838, -20233, 32550, 0, 3, 0, 0, 0, -31568, 27567, 32765, 0, 3, 0, 0, 0, -31552, 27567, 32765, 0, 28640, 27567, 32765, 0, 28672, 27567, 32765, 0, 0, 0, 0, 512, 28640, 27567, 32765, 0, -31600, 27567, 32765, 0, 128, 0, 0, 0, 36, 0, 0, 0, -11960, 27998, 21917, 0, 36, 0, 0, 0, 10160, -20236, 32550, 0, -31552, 27567, 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, 6152, -20183, 32550, 0}
        yyss = <optimized out>
        yyssp = <optimized out>
        yyvsa = {{val = 139804157745720, node = 0x7f26b1291a38, id = 139804157745720, num = -1322706376, tbl = 0x7f26b1291a38, vars = 0x7f26b1291a38, strterm = 0x7f26b1291a38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139804157839400, node = 0x7f26b12a8828, id = 139804157839400, num = -1322612696, tbl = 0x7f26b12a8828, vars = 0x7f26b12a8828, strterm = 0x7f26b12a8828, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804154500160, node = 0x7f26b0f79440, id = 139804154500160, num = -1325951936, tbl = 0x7f26b0f79440, vars = 0x7f26b0f79440, strterm = 0x7f26b0f79440, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139804154503680, node = 0x7f26b0f7a200, id = 139804154503680, num = -1325948416, tbl = 0x7f26b0f7a200, vars = 0x7f26b0f7a200, strterm = 0x7f26b0f7a200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139801185484800, node = 0x7f2600000000, id = 139801185484800, num = 0, tbl = 0x7f2600000000, vars = 0x7f2600000000, strterm = 0x7f2600000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139804154495280, node = 0x7f26b0f78130, id = 139804154495280, num = -1325956816, tbl = 0x7f26b0f78130, vars = 0x7f26b0f78130, strterm = 0x7f26b0f78130, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139804154488800, node = 0x7f26b0f767e0, id = 139804154488800, num = -1325963296, tbl = 0x7f26b0f767e0, vars = 0x7f26b0f767e0, strterm = 0x7f26b0f767e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139804154274600, node = 0x7f26b0f42328, id = 139804154274600, num = -1326177496, tbl = 0x7f26b0f42328, vars = 0x7f26b0f42328, strterm = 0x7f26b0f42328, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804157422560, node = 0x7f26b1242be0, id = 139804157422560, num = -1323029536, tbl = 0x7f26b1242be0, vars = 0x7f26b1242be0, strterm = 0x7f26b1242be0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139804157423400, node = 0x7f26b1242f28, id = 139804157423400, num = -1323028696, tbl = 0x7f26b1242f28, vars = 0x7f26b1242f28, strterm = 0x7f26b1242f28, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94134634244976, node = 0x559d6d6f6b70, id = 94134634244976, num = 1836018544, tbl = 0x559d6d6f6b70, vars = 0x559d6d6f6b70, strterm = 0x559d6d6f6b70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139804157416360, node = 0x7f26b12413a8, id = 139804157416360, num = -1323035736, tbl = 0x7f26b12413a8, vars = 0x7f26b12413a8, strterm = 0x7f26b12413a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804157416360, node = 0x7f26b12413a8, id = 139804157416360, num = -1323035736, tbl = 0x7f26b12413a8, vars = 0x7f26b12413a8, strterm = 0x7f26b12413a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804157742000, node = 0x7f26b1290bb0, id = 139804157742000, num = -1322710096, tbl = 0x7f26b1290bb0, vars = 0x7f26b1290bb0, strterm = 0x7f26b1290bb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139804157743760, node = 0x7f26b1291290, id = 139804157743760, num = -1322708336, tbl = 0x7f26b1291290, vars = 0x7f26b1291290, strterm = 0x7f26b1291290, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139804219364480, node = 0x7f26b4d55480, id = 139804219364480, num = -1261087616, tbl = 0x7f26b4d55480, vars = 0x7f26b4d55480, strterm = 0x7f26b4d55480, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139801185484824, node = 0x7f2600000018, id = 139801185484824, num = 24, tbl = 0x7f2600000018, vars = 0x7f2600000018, strterm = 0x7f2600000018, 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 = 139804157753440, node = 0x7f26b1293860, id = 139804157753440, num = -1322698656, tbl = 0x7f26b1293860, vars = 0x7f26b1293860, strterm = 0x7f26b1293860, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139804157772600, node = 0x7f26b1298338, id = 139804157772600, num = -1322679496, tbl = 0x7f26b1298338, vars = 0x7f26b1298338, strterm = 0x7f26b1298338, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139804157776400, node = 0x7f26b1299210, id = 139804157776400, num = -1322675696, tbl = 0x7f26b1299210, vars = 0x7f26b1299210, strterm = 0x7f26b1299210, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 4, node = 0x4, id = 4, num = 4, tbl = 0x4, vars = 0x4, strterm = 0x4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 139804157462360, node = 0x7f26b124c758, id = 139804157462360, num = -1322989736, tbl = 0x7f26b124c758, vars = 0x7f26b124c758, strterm = 0x7f26b124c758, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139804157463360, node = 0x7f26b124cb40, id = 139804157463360, num = -1322988736, tbl = 0x7f26b124cb40, vars = 0x7f26b124cb40, strterm = 0x7f26b124cb40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139804157471400, node = 0x7f26b124eaa8, id = 139804157471400, num = -1322980696, tbl = 0x7f26b124eaa8, vars = 0x7f26b124eaa8, strterm = 0x7f26b124eaa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804157470240, node = 0x7f26b124e620, id = 139804157470240, num = -1322981856, tbl = 0x7f26b124e620, vars = 0x7f26b124e620, strterm = 0x7f26b124e620, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4, node = 0x4, id = 4, num = 4, tbl = 0x4, vars = 0x4, strterm = 0x4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139804157464680, node = 0x7f26b124d068, id = 139804157464680, num = -1322987416, tbl = 0x7f26b124d068, vars = 0x7f26b124d068, strterm = 0x7f26b124d068, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 139804156659000, node = 0x7f26b1188538, id = 139804156659000, num = -1323793096, tbl = 0x7f26b1188538, vars = 0x7f26b1188538, strterm = 0x7f26b1188538, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139804156660760, node = 0x7f26b1188c18, id = 139804156660760, num = -1323791336, tbl = 0x7f26b1188c18, vars = 0x7f26b1188c18, strterm = 0x7f26b1188c18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139804157101240, node = 0x7f26b11f44b8, id = 139804157101240, num = -1323350856, tbl = 0x7f26b11f44b8, vars = 0x7f26b11f44b8, strterm = 0x7f26b11f44b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139804157259200, node = 0x7f26b121adc0, id = 139804157259200, num = -1323192896, tbl = 0x7f26b121adc0, vars = 0x7f26b121adc0, strterm = 0x7f26b121adc0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139804157251040, node = 0x7f26b1218de0, id = 139804157251040, num = -1323201056, tbl = 0x7f26b1218de0, vars = 0x7f26b1218de0, strterm = 0x7f26b1218de0, 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 = 139804157295520, node = 0x7f26b1223ba0, id = 139804157295520, num = -1323156576, tbl = 0x7f26b1223ba0, vars = 0x7f26b1223ba0, strterm = 0x7f26b1223ba0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804157297040, node = 0x7f26b1224190, id = 139804157297040, num = -1323155056, tbl = 0x7f26b1224190, vars = 0x7f26b1224190, strterm = 0x7f26b1224190, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139804156729760, node = 0x7f26b11999a0, id = 139804156729760, num = -1323722336, tbl = 0x7f26b11999a0, vars = 0x7f26b11999a0, strterm = 0x7f26b11999a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804157406320, node = 0x7f26b123ec70, id = 139804157406320, num = -1323045776, tbl = 0x7f26b123ec70, vars = 0x7f26b123ec70, strterm = 0x7f26b123ec70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94134634120568, node = 0x559d6d6d8578, id = 94134634120568, num = 1835894136, tbl = 0x559d6d6d8578, vars = 0x559d6d6d8578, strterm = 0x559d6d6d8578, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139804157281040, node = 0x7f26b1220310, id = 139804157281040, num = -1323171056, tbl = 0x7f26b1220310, vars = 0x7f26b1220310, strterm = 0x7f26b1220310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139804157407920, node = 0x7f26b123f2b0, id = 139804157407920, num = -1323044176, tbl = 0x7f26b123f2b0, vars = 0x7f26b123f2b0, strterm = 0x7f26b123f2b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804154277480, node = 0x7f26b0f42e68, id = 139804154277480, num = -1326174616, tbl = 0x7f26b0f42e68, vars = 0x7f26b0f42e68, strterm = 0x7f26b0f42e68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139804154844400, node = 0x7f26b0fcd4f0, id = 139804154844400, num = -1325607696, tbl = 0x7f26b0fcd4f0, vars = 0x7f26b0fcd4f0, strterm = 0x7f26b0fcd4f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139804154841200, node = 0x7f26b0fcc870, id = 139804154841200, num = -1325610896, tbl = 0x7f26b0fcc870, vars = 0x7f26b0fcc870, strterm = 0x7f26b0fcc870, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804155071800, node = 0x7f26b1004d38, id = 139804155071800, num = -1325380296, tbl = 0x7f26b1004d38, vars = 0x7f26b1004d38, strterm = 0x7f26b1004d38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 139804155073360, node = 0x7f26b1005350, id = 139804155073360, num = -1325378736, tbl = 0x7f26b1005350, vars = 0x7f26b1005350, strterm = 0x7f26b1005350, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139804154923040, node = 0x7f26b0fe0820, id = 139804154923040, num = -1325529056, tbl = 0x7f26b0fe0820, vars = 0x7f26b0fe0820, strterm = 0x7f26b0fe0820, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804155111080, node = 0x7f26b100e6a8, id = 139804155111080, num = -1325341016, tbl = 0x7f26b100e6a8, vars = 0x7f26b100e6a8, strterm = 0x7f26b100e6a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804155111360, node = 0x7f26b100e7c0, id = 139804155111360, num = -1325340736, tbl = 0x7f26b100e7c0, vars = 0x7f26b100e7c0, strterm = 0x7f26b100e7c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139804155113960, node = 0x7f26b100f1e8, id = 139804155113960, num = -1325338136, tbl = 0x7f26b100f1e8, vars = 0x7f26b100f1e8, strterm = 0x7f26b100f1e8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139804155112840, node = 0x7f26b100ed88, id = 139804155112840, num = -1325339256, tbl = 0x7f26b100ed88, vars = 0x7f26b100ed88, strterm = 0x7f26b100ed88, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139804155123600, node = 0x7f26b1011790, id = 139804155123600, num = -1325328496, tbl = 0x7f26b1011790, vars = 0x7f26b1011790, strterm = 0x7f26b1011790, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139804155127920, node = 0x7f26b1012870, id = 139804155127920, num = -1325324176, tbl = 0x7f26b1012870, vars = 0x7f26b1012870, strterm = 0x7f26b1012870, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, 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 = 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 = 140726410113168, node = 0x7ffd6baf7090, id = 140726410113168, num = 1806659728, tbl = 0x7ffd6baf7090, vars = 0x7ffd6baf7090, strterm = 0x7ffd6baf7090, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94134632043518, node = 0x559d6d4dd3fe, id = 94134632043518, num = 1833817086, tbl = 0x559d6d4dd3fe, vars = 0x559d6d4dd3fe, strterm = 0x559d6d4dd3fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, 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 = 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 = 94134632043518, node = 0x559d6d4dd3fe, id = 94134632043518, num = 1833817086, tbl = 0x559d6d4dd3fe, vars = 0x559d6d4dd3fe, strterm = 0x559d6d4dd3fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94134632043518, node = 0x559d6d4dd3fe, id = 94134632043518, num = 1833817086, tbl = 0x559d6d4dd3fe, vars = 0x559d6d4dd3fe, strterm = 0x559d6d4dd3fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 1691330172637064704, node = 0x1778cfd4b9eeae00, id = 1691330172637064704, num = -1175540224, tbl = 0x1778cfd4b9eeae00, vars = 0x1778cfd4b9eeae00, strterm = 0x1778cfd4b9eeae00, 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 = 94134633291760, node = 0x559d6d60dff0, id = 94134633291760, num = 1835065328, tbl = 0x559d6d60dff0, vars = 0x559d6d60dff0, strterm = 0x559d6d60dff0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94134633291760, node = 0x559d6d60dff0, id = 94134633291760, num = 1835065328, tbl = 0x559d6d60dff0, vars = 0x559d6d60dff0, strterm = 0x559d6d60dff0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140726410114256, node = 0x7ffd6baf74d0, id = 140726410114256, num = 1806660816, tbl = 0x7ffd6baf74d0, vars = 0x7ffd6baf74d0, strterm = 0x7ffd6baf74d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140726410114960, node = 0x7ffd6baf7790, id = 140726410114960, num = 1806661520, tbl = 0x7ffd6baf7790, vars = 0x7ffd6baf7790, strterm = 0x7ffd6baf7790, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139804228763200, node = 0x7f26b564be40 <clean_info>, id = 139804228763200, num = -1251688896, tbl = 0x7f26b564be40 <clean_info>, vars = 0x7f26b564be40 <clean_info>, strterm = 0x7f26b564be40 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140726410115008, node = 0x7ffd6baf77c0, id = 140726410115008, num = 1806661568, tbl = 0x7ffd6baf77c0, vars = 0x7ffd6baf77c0, strterm = 0x7ffd6baf77c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139804226880402, node = 0x7f26b5480392 <optimize_node_left+450>, id = 139804226880402, num = -1253571694, tbl = 0x7f26b5480392 <optimize_node_left+450>, vars = 0x7f26b5480392 <optimize_node_left+450>, strterm = 0x7f26b5480392 <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 = 140726410115096, node = 0x7ffd6baf7818, id = 140726410115096, num = 1806661656, tbl = 0x7ffd6baf7818, vars = 0x7ffd6baf7818, strterm = 0x7ffd6baf7818, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140726410115032, node = 0x7ffd6baf77d8, id = 140726410115032, num = 1806661592, tbl = 0x7ffd6baf77d8, vars = 0x7ffd6baf77d8, strterm = 0x7ffd6baf77d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140726410115160, node = 0x7ffd6baf7858, id = 140726410115160, num = 1806661720, tbl = 0x7ffd6baf7858, vars = 0x7ffd6baf7858, strterm = 0x7ffd6baf7858, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {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 = 140726410114280, node = 0x7ffd6baf74e8, id = 140726410114280, num = 1806660840, tbl = 0x7ffd6baf74e8, vars = 0x7ffd6baf74e8, strterm = 0x7ffd6baf74e8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140726410115224, node = 0x7ffd6baf7898, id = 140726410115224, num = 1806661784, tbl = 0x7ffd6baf7898, vars = 0x7ffd6baf7898, strterm = 0x7ffd6baf7898, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140726410114241, node = 0x7ffd6baf74c1, id = 140726410114241, num = 1806660801, tbl = 0x7ffd6baf74c1, vars = 0x7ffd6baf74c1, strterm = 0x7ffd6baf74c1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140726410114241, node = 0x7ffd6baf74c1, id = 140726410114241, num = 1806660801, tbl = 0x7ffd6baf74c1, vars = 0x7ffd6baf74c1, strterm = 0x7ffd6baf74c1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139804226875002, node = 0x7f26b547ee7a <update_string_node_case_fold+298>, id = 139804226875002, num = -1253577094, tbl = 0x7f26b547ee7a <update_string_node_case_fold+298>, vars = 0x7f26b547ee7a <update_string_node_case_fold+298>, strterm = 0x7f26b547ee7a <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 = 94134632028241, node = 0x559d6d4d9851, id = 94134632028241, num = 1833801809, tbl = 0x559d6d4d9851, vars = 0x559d6d4d9851, strterm = 0x559d6d4d9851, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94134630920816, node = 0x559d6d3cb270, id = 94134630920816, num = 1832694384, tbl = 0x559d6d3cb270, vars = 0x559d6d3cb270, strterm = 0x559d6d3cb270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140726410114232, node = 0x7ffd6baf74b8, id = 140726410114232, num = 1806660792, tbl = 0x7ffd6baf74b8, vars = 0x7ffd6baf74b8, strterm = 0x7ffd6baf74b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140726410114240, node = 0x7ffd6baf74c0, id = 140726410114240, num = 1806660800, tbl = 0x7ffd6baf74c0, vars = 0x7ffd6baf74c0, strterm = 0x7ffd6baf74c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140726410114241, node = 0x7ffd6baf74c1, id = 140726410114241, num = 1806660801, tbl = 0x7ffd6baf74c1, vars = 0x7ffd6baf74c1, strterm = 0x7ffd6baf74c1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 1691330172637064704, node = 0x1778cfd4b9eeae00, id = 1691330172637064704, num = -1175540224, tbl = 0x1778cfd4b9eeae00, vars = 0x1778cfd4b9eeae00, strterm = 0x1778cfd4b9eeae00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94134632028208, node = 0x559d6d4d9830, id = 94134632028208, num = 1833801776, tbl = 0x559d6d4d9830, vars = 0x559d6d4d9830, strterm = 0x559d6d4d9830, 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 = 94134632051841, node = 0x559d6d4df481, id = 94134632051841, num = 1833825409, tbl = 0x559d6d4df481, vars = 0x559d6d4df481, strterm = 0x559d6d4df481, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {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 = 139804221302443, node = 0x7f26b4f2e6ab <_int_malloc+3195>, id = 139804221302443, num = -1259149653, tbl = 0x7f26b4f2e6ab <_int_malloc+3195>, vars = 0x7f26b4f2e6ab <_int_malloc+3195>, strterm = 0x7f26b4f2e6ab <_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 = 94134632018896, node = 0x559d6d4d73d0, id = 94134632018896, num = 1833792464, tbl = 0x559d6d4d73d0, vars = 0x559d6d4d73d0, strterm = 0x559d6d4d73d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139804222831840, node = 0x7f26b50a3ce0 <main_arena+96>, id = 139804222831840, num = -1257620256, tbl = 0x7f26b50a3ce0 <main_arena+96>, vars = 0x7f26b50a3ce0 <main_arena+96>, strterm = 0x7f26b50a3ce0 <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 = 173632517248, node = 0x286d4df480, id = 173632517248, num = 1833825408, tbl = 0x286d4df480, vars = 0x286d4df480, strterm = 0x286d4df480, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {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 = 94134632051841, node = 0x559d6d4df481, id = 94134632051841, num = 1833825409, tbl = 0x559d6d4df481, vars = 0x559d6d4df481, strterm = 0x559d6d4df481, 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 = 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 = 1691330172637064704, node = 0x1778cfd4b9eeae00, id = 1691330172637064704, num = -1175540224, tbl = 0x1778cfd4b9eeae00, vars = 0x1778cfd4b9eeae00, strterm = 0x1778cfd4b9eeae00, 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 = 94134630035648, node = 0x559d6d2f30c0, id = 94134630035648, num = 1831809216, tbl = 0x559d6d2f30c0, vars = 0x559d6d2f30c0, strterm = 0x559d6d2f30c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139804222831744, node = 0x7f26b50a3c80 <main_arena>, id = 139804222831744, num = -1257620352, tbl = 0x7f26b50a3c80 <main_arena>, vars = 0x7f26b50a3c80 <main_arena>, strterm = 0x7f26b50a3c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94134630035968, node = 0x559d6d2f3200, id = 94134630035968, num = 1831809536, tbl = 0x559d6d2f3200, vars = 0x559d6d2f3200, strterm = 0x559d6d2f3200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94134632018912, node = 0x559d6d4d73e0, id = 94134632018912, num = 1833792480, tbl = 0x559d6d4d73e0, vars = 0x559d6d4d73e0, strterm = 0x559d6d4d73e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139804221303899, node = 0x7f26b4f2ec5b <_int_realloc+299>, id = 139804221303899, num = -1259148197, tbl = 0x7f26b4f2ec5b <_int_realloc+299>, vars = 0x7f26b4f2ec5b <_int_realloc+299>, strterm = 0x7f26b4f2ec5b <_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 = 139804222831744, node = 0x7f26b50a3c80 <main_arena>, id = 139804222831744, num = -1257620352, tbl = 0x7f26b50a3c80 <main_arena>, vars = 0x7f26b50a3c80 <main_arena>, strterm = 0x7f26b50a3c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94134630035664, node = 0x559d6d2f30d0, id = 94134630035664, num = 1831809232, tbl = 0x559d6d2f30d0, vars = 0x559d6d2f30d0, strterm = 0x559d6d2f30d0, 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 = 94134630035648, node = 0x559d6d2f30c0, id = 94134630035648, num = 1831809216, tbl = 0x559d6d2f30c0, vars = 0x559d6d2f30c0, strterm = 0x559d6d2f30c0, 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 = 139804221307273, node = 0x7f26b4f2f989 <__GI___libc_realloc+457>, id = 139804221307273, num = -1259144823, tbl = 0x7f26b4f2f989 <__GI___libc_realloc+457>, vars = 0x7f26b4f2f989 <__GI___libc_realloc+457>, strterm = 0x7f26b4f2f989 <__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 = 94134630920816, node = 0x559d6d3cb270, id = 94134630920816, num = 1832694384, tbl = 0x559d6d3cb270, vars = 0x559d6d3cb270, strterm = 0x559d6d3cb270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94134632052648, node = 0x559d6d4df7a8, id = 94134632052648, num = 1833826216, tbl = 0x559d6d4df7a8, vars = 0x559d6d4df7a8, strterm = 0x559d6d4df7a8, 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 = 94134630920816, node = 0x559d6d3cb270, id = 94134630920816, num = 1832694384, tbl = 0x559d6d3cb270, vars = 0x559d6d3cb270, strterm = 0x559d6d3cb270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94134632052640, node = 0x559d6d4df7a0, id = 94134632052640, num = 1833826208, tbl = 0x559d6d4df7a0, vars = 0x559d6d4df7a0, strterm = 0x559d6d4df7a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139804226906406, node = 0x7f26b5486926 <compile_tree+5558>, id = 139804226906406, num = -1253545690, tbl = 0x7f26b5486926 <compile_tree+5558>, vars = 0x7f26b5486926 <compile_tree+5558>, strterm = 0x7f26b5486926 <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 = 1168, node = 0x490, id = 1168, num = 1168, tbl = 0x490, vars = 0x490, strterm = 0x490, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 321, node = 0x141, id = 321, num = 321, tbl = 0x141, vars = 0x141, strterm = 0x141, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94134630035648, node = 0x559d6d2f30c0, id = 94134630035648, num = 1831809216, tbl = 0x559d6d2f30c0, vars = 0x559d6d2f30c0, strterm = 0x559d6d2f30c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139804222831744, node = 0x7f26b50a3c80 <main_arena>, id = 139804222831744, num = -1257620352, tbl = 0x7f26b50a3c80 <main_arena>, vars = 0x7f26b50a3c80 <main_arena>, strterm = 0x7f26b50a3c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1691330172637064704, node = 0x1778cfd4b9eeae00, id = 1691330172637064704, num = -1175540224, tbl = 0x1778cfd4b9eeae00, vars = 0x1778cfd4b9eeae00, strterm = 0x1778cfd4b9eeae00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1168, node = 0x490, id = 1168, num = 1168, tbl = 0x490, vars = 0x490, strterm = 0x490, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94134632028592, node = 0x559d6d4d99b0, id = 94134632028592, num = 1833802160, tbl = 0x559d6d4d99b0, vars = 0x559d6d4d99b0, strterm = 0x559d6d4d99b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 12884902008, node = 0x300000078, id = 12884902008, num = 120, tbl = 0x300000078, vars = 0x300000078, strterm = 0x300000078, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}}
        yyvs = <optimized out>
        yyvsp = <optimized out>
        yylsa = {{beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 2, column = 19}}, {beg_pos = {lineno = 2, column = 20}, end_pos = {lineno = 2, column = 20}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 4, column = 5}}, {beg_pos = {lineno = 4, column = 6}, end_pos = {lineno = 4, column = 25}}, {beg_pos = {lineno = 4, column = 26}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 4, column = 49}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 5, column = 2}, end_pos = {lineno = 807, column = 5}}, {beg_pos = {lineno = 807, column = 6}, end_pos = {lineno = 807, column = 6}}, {beg_pos = {lineno = 809, column = 2}, end_pos = {lineno = 809, column = 23}}, {beg_pos = {lineno = 809, column = 23}, end_pos = {lineno = 809, column = 24}}, {beg_pos = {lineno = 809, column = 24}, end_pos = {lineno = 809, column = 24}}, {beg_pos = {lineno = 810, column = 4}, end_pos = {lineno = 811, column = 22}}, {beg_pos = {lineno = 811, column = 23}, end_pos = {lineno = 811, column = 23}}, {beg_pos = {lineno = 813, column = 4}, end_pos = {lineno = 813, column = 13}}, {beg_pos = {lineno = 813, column = 14}, end_pos = {lineno = 813, column = 16}}, {beg_pos = {lineno = 813, column = 16}, end_pos = {lineno = 813, column = 16}}, {beg_pos = {lineno = 813, column = 16}, end_pos = {lineno = 813, column = 16}}, {beg_pos = {lineno = 811, column = 21}, end_pos = {lineno = 811, column = 22}}, {beg_pos = {lineno = 810, column = 30}, end_pos = {lineno = 810, column = 31}}, {beg_pos = {lineno = 810, column = 27}, end_pos = {lineno = 810, column = 28}}, {beg_pos = {lineno = 810, column = 29}, end_pos = {lineno = 810, column = 30}}, {beg_pos = {lineno = 801, column = 10}, end_pos = {lineno = 801, column = 10}}, {beg_pos = {lineno = 799, column = 6}, end_pos = {lineno = 800, column = 13}}, {beg_pos = {lineno = 801, column = 6}, end_pos = {lineno = 801, column = 9}}, {beg_pos = {lineno = 799, column = 8}, end_pos = {lineno = 799, column = 8}}, {beg_pos = {lineno = 799, column = 9}, end_pos = {lineno = 799, column = 18}}, {beg_pos = {lineno = 799, column = 19}, end_pos = {lineno = 799, column = 19}}, {beg_pos = {lineno = 799, column = 19}, end_pos = {lineno = 799, column = 19}}, {beg_pos = {lineno = 800, column = 8}, end_pos = {lineno = 800, column = 13}}, {beg_pos = {lineno = 800, column = 13}, end_pos = {lineno = 800, column = 13}}, {beg_pos = {lineno = 793, column = 8}, end_pos = {lineno = 793, column = 13}}, {beg_pos = {lineno = 793, column = 13}, end_pos = {lineno = 793, column = 13}}, {beg_pos = {lineno = 785, column = 15}, end_pos = {lineno = 785, column = 16}}, {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 = 1782, column = 42}, end_pos = {lineno = 1782, column = 43}}, {beg_pos = {lineno = 1782, column = 42}, end_pos = {lineno = 1782, column = 43}}, {beg_pos = {lineno = 4032, column = 32}, end_pos = {lineno = 4032, column = 32}}, {beg_pos = {lineno = 4033, column = 14}, end_pos = {lineno = 4033, column = 16}}, {beg_pos = {lineno = 4033, column = 16}, end_pos = {lineno = 4033, column = 16}}, {beg_pos = {lineno = 4017, column = 37}, end_pos = {lineno = 4017, column = 38}}, {beg_pos = {lineno = 4017, column = 38}, end_pos = {lineno = 4017, column = 39}}, {beg_pos = {lineno = 4017, column = 38}, end_pos = {lineno = 4017, column = 39}}, {beg_pos = {lineno = 3077, column = 86}, end_pos = {lineno = 3077, column = 87}}, {beg_pos = {lineno = 3077, column = 86}, end_pos = {lineno = 3077, column = 87}}, {beg_pos = {lineno = 3077, column = 86}, end_pos = {lineno = 3077, column = 86}}, {beg_pos = {lineno = 3042, column = 16}, end_pos = {lineno = 3043, column = 26}}, {beg_pos = {lineno = 3044, column = 16}, end_pos = {lineno = 3044, column = 19}}, {beg_pos = {lineno = 3043, column = 26}, end_pos = {lineno = 3043, column = 26}}, {beg_pos = {lineno = 3043, column = 24}, end_pos = {lineno = 3043, column = 25}}, {beg_pos = {lineno = 3043, column = 25}, end_pos = {lineno = 3043, column = 25}}, {beg_pos = {lineno = 3040, column = 98}, end_pos = {lineno = 3040, column = 99}}, {beg_pos = {lineno = 3040, column = 89}, end_pos = {lineno = 3040, column = 90}}, {beg_pos = {lineno = 2066, column = 0}, end_pos = {lineno = 32864, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1253099651, column = 32550}}, {beg_pos = {lineno = 64, column = 0}, end_pos = {lineno = -1252651802, column = 32550}}, {beg_pos = {lineno = 1831369488, column = 21917}, end_pos = {lineno = 1831382512, column = 21917}}, {beg_pos = {lineno = 1806662532, column = 32765}, end_pos = {lineno = -1175540224, column = 393793492}}, {beg_pos = {lineno = 1831369536, column = 21917}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1831379168, column = 21917}, end_pos = {lineno = 1831382512, column = 21917}}, {beg_pos = {lineno = 1831382512, column = 21917}, end_pos = {lineno = -1253099603, column = 32550}}, {beg_pos = {lineno = 1831379264, column = 21917}, end_pos = {lineno = -1254533072, column = 32550}}, {beg_pos = {lineno = -1322599016, column = 32550}, end_pos = {lineno = -1175540224, column = 393793492}}, {beg_pos = {lineno = 32768, column = 0}, end_pos = {lineno = -1175540224, column = 393793492}}, {beg_pos = {lineno = 1806662592, column = 32765}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = -1322600976, column = 32550}, end_pos = {lineno = -1254819095, column = 32550}}, {beg_pos = {lineno = -1250284000, column = 32550}, end_pos = {lineno = -1322597376, column = 32550}}, {beg_pos = {lineno = 1831379168, column = 21917}, end_pos = {lineno = 1806662660, column = 32765}}, {beg_pos = {lineno = -1322597376, column = 32550}, end_pos = {lineno = -1254585587, column = 32550}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1253277323, column = 32550}}, {beg_pos = {lineno = 1831411104, column = 21917}, end_pos = {lineno = -1175540224, column = 393793492}}, {beg_pos = {lineno = 163, column = 0}, end_pos = {lineno = 163, column = 0}}, {beg_pos = {lineno = -1322600976, column = 32550}, end_pos = {lineno = -1322597376, column = 32550}}, {beg_pos = {lineno = 163, column = 0}, end_pos = {lineno = -1255335737, column = 32550}}, {beg_pos = {lineno = 1831383328, column = 21917}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1834972416, column = 21917}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1831411104, column = 21917}, end_pos = {lineno = -1254887575, column = 32550}}, {beg_pos = {lineno = 1834972758, column = 21917}, end_pos = {lineno = -1254683156, column = 32550}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1831383328, column = 21917}}, {beg_pos = {lineno = -1254887600, column = 32550}, end_pos = {lineno = 1806665760, column = 32765}}, {beg_pos = {lineno = 1806663012, column = 32765}, end_pos = {lineno = 1806662960, column = 32765}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 1831383328, column = 21917}, end_pos = {lineno = -1259966768, column = 32550}}, {beg_pos = {lineno = 36, column = 0}, end_pos = {lineno = 1831411104, column = 21917}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1254683046, column = 32550}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1806662784, column = 32765}}, {beg_pos = {lineno = 1835116656, column = 21917}, end_pos = {lineno = 1806666352, column = 32765}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1175540224, column = 393793492}}, {beg_pos = {lineno = 25, column = 0}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1250212996, column = 32550}}, {beg_pos = {lineno = -1257562112, column = 32550}, end_pos = {lineno = -1259803952, column = 32550}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = -1259810404, column = 32550}}, {beg_pos = {lineno = 1832998896, column = 21917}, end_pos = {lineno = -1250211863, column = 32550}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = -1250213209, column = 32550}}, {beg_pos = {lineno = -1250266368, column = 32550}, end_pos = {lineno = -1255692824, column = 32550}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = -1255693112, column = 32550}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1250211863, column = 32550}}, {beg_pos = {lineno = 1997, column = 0}, end_pos = {lineno = -1250213209, column = 32550}}, {beg_pos = {lineno = -1250266368, column = 32550}, end_pos = {lineno = -1255692824, column = 32550}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = -1255697448, column = 32550}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1250211863, column = 32550}}, {beg_pos = {lineno = 913, column = 0}, end_pos = {lineno = -1255643192, column = 32550}}, {beg_pos = {lineno = -1250266368, column = 32550}, end_pos = {lineno = 1806663336, column = 32765}}, {beg_pos = {lineno = 1806663332, column = 32765}, end_pos = {lineno = -1321479055, column = 32550}}, {beg_pos = {lineno = -1255643192, column = 32550}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1806663332, column = 32765}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = 1831966208, column = 21917}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 0, column = 21917}, end_pos = {lineno = -1321477614, column = 32550}}, {beg_pos = {lineno = -1321480096, column = 32550}, end_pos = {lineno = 1806663536, column = 32765}}, {beg_pos = {lineno = 1806663520, column = 32765}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32765}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 1833020032, column = 21917}, end_pos = {lineno = 1806663456, column = 32765}}, {beg_pos = {lineno = 1806663472, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1806663680, column = 32765}, end_pos = {lineno = -1321477614, column = 32550}}, {beg_pos = {lineno = 1833020032, column = 21917}, end_pos = {lineno = 1806663520, column = 32765}}, {beg_pos = {lineno = 1806663536, column = 32765}, end_pos = {lineno = -1250209263, column = 32550}}, {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 = 1833019152, column = 21917}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1833019152, column = 21917}}, {beg_pos = {lineno = -1255644896, column = 1}, end_pos = {lineno = 1833020032, column = 21917}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32550}}, {beg_pos = {lineno = 0, column = 21917}, end_pos = {lineno = 0, column = 21917}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -1250181263, column = 32550}}, {beg_pos = {lineno = -1255670912, column = 32550}, end_pos = {lineno = -1250266368, column = 32550}}, {beg_pos = {lineno = 1833019152, column = 21917}, end_pos = {lineno = -1321209272, column = 32550}}, {beg_pos = {lineno = -1321658736, column = 32550}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = -1322602016, column = 32550}, end_pos = {lineno = -1250181263, column = 32550}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 134, column = 0}}, {beg_pos = {lineno = 1833019152, column = 21917}, end_pos = {lineno = -1321208760, column = 32550}}, {beg_pos = {lineno = 1833025552, column = 21917}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = -1322602016, column = 32550}, end_pos = {lineno = -1250181263, column = 32550}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1255670912, column = 32550}, end_pos = {lineno = -1254150736, column = 32550}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = 1806664656, column = 32765}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 1833025552, column = 21917}, end_pos = {lineno = -1250169426, column = 32550}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1321229472, column = 32550}}, {beg_pos = {lineno = 1806659678, column = 32765}, end_pos = {lineno = 1806664480, column = 32765}}, {beg_pos = {lineno = -1322602576, column = 32550}, end_pos = {lineno = 1806659284, column = 32765}}, {beg_pos = {lineno = 1806659280, column = 32765}, end_pos = {lineno = -1250266368, column = 32550}}, {beg_pos = {lineno = -1250266368, column = 32550}, end_pos = {lineno = 1806663976, column = 32765}}, {beg_pos = {lineno = 1806663972, column = 32765}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = -1261096816, column = 32550}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 49178, column = 0}, end_pos = {lineno = -1322184776, column = 32550}}, {beg_pos = {lineno = -1261014712, column = 32550}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1866670115, column = 1769109872}, end_pos = {lineno = 544499815, column = 1768778059}}, {beg_pos = {lineno = 546683620, column = -461259804}, end_pos = {lineno = 539605690, column = 543452769}}, {beg_pos = {lineno = 1924973380, column = 673215603}, end_pos = {lineno = 1919251812, column = 1765831795}}, {beg_pos = {lineno = -433577879, column = -1159414115}, end_pos = {lineno = -1142677355, column = -1162156927}}, {beg_pos = {lineno = 1831383328, column = 21917}, end_pos = {lineno = -1259967088, column = 32550}}, {beg_pos = {lineno = 120, column = 4}, end_pos = {lineno = 120, column = 4}}, {beg_pos = {lineno = 1448395720, column = 173656}, end_pos = {lineno = 1834697984, column = 21917}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1259967088, column = 32550}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = -1}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 120, column = 3}}, {beg_pos = {lineno = 119, column = 34}, end_pos = {lineno = 119, column = 34}}, {beg_pos = {lineno = 0, column = 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 = -832573058, column = 408379864}, 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 = -1255128797, column = 32550}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1257620256, column = 32550}}, {beg_pos = {lineno = 1835072968, column = 21917}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -832573058, column = 408379864}, end_pos = {lineno = 1832396704, column = 21917}}, {beg_pos = {lineno = 1831382888, column = 21917}, end_pos = {lineno = -1257620352, column = 32550}}, {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 = -1259152293, column = 32550}}, {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 = -832573058, column = 408379864}}, {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 = 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}}
        yyloc = {beg_pos = {lineno = 813, column = 16}, end_pos = {lineno = 813, column = 16}}
        yyerror_range = <optimized out>
        yymsgbuf = "n\000\000\000^\000\000\000\210\304\367\260&\177\000\000p\250\065\261&\177\000\000\200<\n\265&\177\000\000x\a\000\000\000\000\000\000v\000\000\000\000\000\000\000x\a\000\000\000\000\000\000\020n\346\264&\177\000\000\000\000\000\000\000\000\000\000\342\362\362\264&\177\000\000\300l_m\235U\000\000\210\304\367\260&\177\000\000\200\301im\235U\000\000\340\240(m\235U\000\000\004\000\000\000\000\000\000\000\240H9\265&\177\000"
        yymsg = 0x7ffd6baf8340 "n"
        yymsg_alloc = 128
        yylen = 0
        yyabortlab = <optimized out>
        yyerrorlab = <optimized out>
#36 0x00007f26b13e15b2 in ripper_parse0 (parser_v=parser_v@entry=139804154512480) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371
        p = 0x559d6d69c180
#37 0x00007f26b5370fd6 in rb_ensure (b_proc=b_proc@entry=0x7f26b13e14d0 <ripper_parse0>, data1=data1@entry=139804154512480, e_proc=e_proc@entry=0x7f26b13c3ae0 <ripper_ensure>, data2=data2@entry=139804154512480) at /tmp/ruby/src/trunk-repeat20/eval.c:1005
        _ec = 0x559d6d28b120
        _tag = {tag = 36, retval = 94132798226493, buf = {0x7f26b0f7c460, 0x7f26b53710c0 <rb_ensure+528>, 0x0, 0x7ffd6baf8430, 0x0}, prev = 0x7ffd6baf87b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x559d6d28b120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f26b13c3ae0 <ripper_ensure>, data2 = 139804154512480}}
#38 0x00007f26b13c4315 in ripper_parse (self=139804154512480) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409
        p = 0x559d6d69c180
#39 0x00007f26b5534ec4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f26b4e66e10, ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
        ci = 0x8601001c0001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f26b4d53090
        cfunc = 0x559d6d41c018
        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>
#40 vm_call_cfunc_with_frame (ec=0x559d6d28b120, reg_cfp=0x7f26b4e66e10, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#41 0x00007f26b554424d 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 = 0x999999999999ade8
        cc = <optimized out>
        recv = 94134629605600
        argc = <optimized out>
        calling = {ci = 0x8601001c0001, cc = 0x7f26b12aafd8, block_handler = 0, recv = 139804154512480, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#42 vm_exec_core (ec=0x559d6d28b120, initial=7096301013303440416) at ../../src/trunk-repeat20/insns.def:835
        bh = <optimized out>
        cd = 0x627b202c7d323420
        leaf = <optimized out>
        val = 96
        reg_pc = 0x559d6d55e5e8
        reg_cfp = 0x7f26b4e66e10
        insns_address_table = {0x7f26b55469bf <vm_exec_core+10351>, 0x7f26b55443c9 <vm_exec_core+633>, 0x7f26b554657e <vm_exec_core+9262>, 0x7f26b5546504 <vm_exec_core+9140>, 0x7f26b554648d <vm_exec_core+9021>, 0x7f26b554640e <vm_exec_core+8894>, 0x7f26b554638e <vm_exec_core+8766>, 0x7f26b5546332 <vm_exec_core+8674>, 0x7f26b55462d7 <vm_exec_core+8583>, 0x7f26b5546287 <vm_exec_core+8503>, 0x7f26b554610c <vm_exec_core+8124>, 0x7f26b5545f61 <vm_exec_core+7697>, 0x7f26b5545e76 <vm_exec_core+7462>, 0x7f26b5545e07 <vm_exec_core+7351>, 0x7f26b5545d9a <vm_exec_core+7242>, 0x7f26b5545d5f <vm_exec_core+7183>, 0x7f26b5545d29 <vm_exec_core+7129>, 0x7f26b5545cf6 <vm_exec_core+7078>, 0x7f26b55465ea <vm_exec_core+9370>, 0x7f26b5545057 <vm_exec_core+3847>, 0x7f26b5544fe9 <vm_exec_core+3737>, 0x7f26b5544fae <vm_exec_core+3678>, 0x7f26b5544f58 <vm_exec_core+3592>, 0x7f26b5544f14 <vm_exec_core+3524>, 0x7f26b5544e8d <vm_exec_core+3389>, 0x7f26b5544e58 <vm_exec_core+3336>, 0x7f26b5544dfd <vm_exec_core+3245>, 0x7f26b5544d85 <vm_exec_core+3125>, 0x7f26b5544d4d <vm_exec_core+3069>, 0x7f26b5544d15 <vm_exec_core+3013>, 0x7f26b5544b20 <vm_exec_core+2512>, 0x7f26b5544a8f <vm_exec_core+2367>, 0x7f26b5544a32 <vm_exec_core+2274>, 0x7f26b55449b9 <vm_exec_core+2153>, 0x7f26b55456f9 <vm_exec_core+5545>, 0x7f26b55456d4 <vm_exec_core+5508>, 0x7f26b554569b <vm_exec_core+5451>, 0x7f26b554564b <vm_exec_core+5371>, 0x7f26b5545619 <vm_exec_core+5321>, 0x7f26b554552e <vm_exec_core+5086>, 0x7f26b55454e9 <vm_exec_core+5017>, 0x7f26b55454a3 <vm_exec_core+4947>, 0x7f26b5545473 <vm_exec_core+4899>, 0x7f26b55453a8 <vm_exec_core+4696>, 0x7f26b5545413 <vm_exec_core+4803>, 0x7f26b5545278 <vm_exec_core+4392>, 0x7f26b554520b <vm_exec_core+4283>, 0x7f26b554517e <vm_exec_core+4142>, 0x7f26b55450c2 <vm_exec_core+3954>, 0x7f26b554508a <vm_exec_core+3898>, 0x7f26b5545bf7 <vm_exec_core+6823>, 0x7f26b5545ae4 <vm_exec_core+6548>, 0x7f26b55441a8 <vm_exec_core+88>, 0x7f26b5545c72 <vm_exec_core+6946>, 0x7f26b554583d <vm_exec_core+5869>, 0x7f26b5546b07 <vm_exec_core+10679>, 0x7f26b55457f3 <vm_exec_core+5795>, 0x7f26b554579a <vm_exec_core+5706>, 0x7f26b5545741 <vm_exec_core+5617>, 0x7f26b55459d6 <vm_exec_core+6278>, 0x7f26b5545900 <vm_exec_core+6064>, 0x7f26b5545887 <vm_exec_core+5943>, 0x7f26b554695e <vm_exec_core+10254>, 0x7f26b5545c3a <vm_exec_core+6890>, 0x7f26b5545a8d <vm_exec_core+6461>, 0x7f26b554481a <vm_exec_core+1738>, 0x7f26b55447e0 <vm_exec_core+1680>, 0x7f26b5544912 <vm_exec_core+1986>, 0x7f26b5544871 <vm_exec_core+1825>, 0x7f26b5546def <vm_exec_core+11423>, 0x7f26b5546d46 <vm_exec_core+11254>, 0x7f26b5546fc6 <vm_exec_core+11894>, 0x7f26b5546f53 <vm_exec_core+11779>, 0x7f26b5546ead <vm_exec_core+11613>, 0x7f26b5546e51 <vm_exec_core+11521>, 0x7f26b5547373 <vm_exec_core+12835>, 0x7f26b55472d6 <vm_exec_core+12678>, 0x7f26b554723e <vm_exec_core+12526>, 0x7f26b55471a1 <vm_exec_core+12369>, 0x7f26b5547109 <vm_exec_core+12217>, 0x7f26b5546a48 <vm_exec_core+10488>, 0x7f26b55470be <vm_exec_core+12142>, 0x7f26b5547068 <vm_exec_core+12056>, 0x7f26b5546bd5 <vm_exec_core+10885>, 0x7f26b5546b4b <vm_exec_core+10747>, 0x7f26b5544773 <vm_exec_core+1571>, 0x7f26b5544715 <vm_exec_core+1477>, 0x7f26b5546d12 <vm_exec_core+11202>, 0x7f26b5546cde <vm_exec_core+11150>, 0x7f26b5546c8d <vm_exec_core+11069>, 0x7f26b5546c3e <vm_exec_core+10990>, 0x7f26b5546a7b <vm_exec_core+10539>, 0x7f26b55469d0 <vm_exec_core+10368>, 0x7f26b55446a8 <vm_exec_core+1368>, 0x7f26b5544651 <vm_exec_core+1281>, 0x7f26b55445ce <vm_exec_core+1150>, 0x7f26b5544589 <vm_exec_core+1081>, 0x7f26b554453c <vm_exec_core+1004>, 0x7f26b55444ef <vm_exec_core+927>, 0x7f26b554449a <vm_exec_core+842>, 0x7f26b5544467 <vm_exec_core+791>, 0x7f26b5544434 <vm_exec_core+740>, 0x7f26b5546aeb <vm_exec_core+10651>, 0x7f26b55443ba <vm_exec_core+618>, 0x7f26b554656f <vm_exec_core+9247>, 0x7f26b55464f5 <vm_exec_core+9125>, 0x7f26b554647e <vm_exec_core+9006>, 0x7f26b55463ff <vm_exec_core+8879>, 0x7f26b554637f <vm_exec_core+8751>, 0x7f26b5546323 <vm_exec_core+8659>, 0x7f26b55462c8 <vm_exec_core+8568>, 0x7f26b5546278 <vm_exec_core+8488>, 0x7f26b55460fd <vm_exec_core+8109>, 0x7f26b5545f52 <vm_exec_core+7682>, 0x7f26b5545e67 <vm_exec_core+7447>, 0x7f26b5545df8 <vm_exec_core+7336>, 0x7f26b5545d8b <vm_exec_core+7227>, 0x7f26b5545d50 <vm_exec_core+7168>, 0x7f26b5545d1a <vm_exec_core+7114>, 0x7f26b5545ce7 <vm_exec_core+7063>, 0x7f26b55465db <vm_exec_core+9355>, 0x7f26b5545048 <vm_exec_core+3832>, 0x7f26b5544fda <vm_exec_core+3722>, 0x7f26b5544f9f <vm_exec_core+3663>, 0x7f26b5544f49 <vm_exec_core+3577>, 0x7f26b5544f05 <vm_exec_core+3509>, 0x7f26b5544e7e <vm_exec_core+3374>, 0x7f26b5544e49 <vm_exec_core+3321>, 0x7f26b5544dee <vm_exec_core+3230>, 0x7f26b5544d76 <vm_exec_core+3110>, 0x7f26b5544d3e <vm_exec_core+3054>, 0x7f26b5544d06 <vm_exec_core+2998>, 0x7f26b5544b11 <vm_exec_core+2497>, 0x7f26b5544a80 <vm_exec_core+2352>, 0x7f26b5544a23 <vm_exec_core+2259>, 0x7f26b55449aa <vm_exec_core+2138>, 0x7f26b55456ea <vm_exec_core+5530>, 0x7f26b55456c5 <vm_exec_core+5493>, 0x7f26b554568c <vm_exec_core+5436>, 0x7f26b554563c <vm_exec_core+5356>, 0x7f26b554560a <vm_exec_core+5306>, 0x7f26b554551f <vm_exec_core+5071>, 0x7f26b55454da <vm_exec_core+5002>, 0x7f26b5545494 <vm_exec_core+4932>, 0x7f26b5545464 <vm_exec_core+4884>, 0x7f26b5545399 <vm_exec_core+4681>, 0x7f26b5545404 <vm_exec_core+4788>, 0x7f26b5545269 <vm_exec_core+4377>, 0x7f26b55451fc <vm_exec_core+4268>, 0x7f26b554516f <vm_exec_core+4127>, 0x7f26b55450b3 <vm_exec_core+3939>, 0x7f26b554507b <vm_exec_core+3883>, 0x7f26b5545be8 <vm_exec_core+6808>, 0x7f26b5545ad5 <vm_exec_core+6533>, 0x7f26b5547593 <vm_exec_core+13379>, 0x7f26b5545c63 <vm_exec_core+6931>, 0x7f26b554582e <vm_exec_core+5854>, 0x7f26b554757f <vm_exec_core+13359>, 0x7f26b55457e4 <vm_exec_core+5780>, 0x7f26b554578b <vm_exec_core+5691>, 0x7f26b5545732 <vm_exec_core+5602>, 0x7f26b55459c7 <vm_exec_core+6263>, 0x7f26b55458f1 <vm_exec_core+6049>, 0x7f26b5545878 <vm_exec_core+5928>, 0x7f26b554694f <vm_exec_core+10239>, 0x7f26b5545c2b <vm_exec_core+6875>, 0x7f26b5545a7e <vm_exec_core+6446>, 0x7f26b554480b <vm_exec_core+1723>, 0x7f26b55447d1 <vm_exec_core+1665>, 0x7f26b5544903 <vm_exec_core+1971>, 0x7f26b5544862 <vm_exec_core+1810>, 0x7f26b554756b <vm_exec_core+13339>, 0x7f26b5547557 <vm_exec_core+13319>, 0x7f26b5547543 <vm_exec_core+13299>, 0x7f26b554752f <vm_exec_core+13279>, 0x7f26b554751b <vm_exec_core+13259>, 0x7f26b5547507 <vm_exec_core+13239>, 0x7f26b55474ec <vm_exec_core+13212>, 0x7f26b55474d8 <vm_exec_core+13192>, 0x7f26b55474c4 <vm_exec_core+13172>, 0x7f26b55474b0 <vm_exec_core+13152>, 0x7f26b554749c <vm_exec_core+13132>, 0x7f26b5547488 <vm_exec_core+13112>, 0x7f26b5547474 <vm_exec_core+13092>, 0x7f26b5547460 <vm_exec_core+13072>, 0x7f26b554744c <vm_exec_core+13052>, 0x7f26b5547438 <vm_exec_core+13032>, 0x7f26b5544764 <vm_exec_core+1556>, 0x7f26b5544706 <vm_exec_core+1462>, 0x7f26b5547424 <vm_exec_core+13012>, 0x7f26b5547410 <vm_exec_core+12992>, 0x7f26b55473fc <vm_exec_core+12972>, 0x7f26b55473e8 <vm_exec_core+12952>, 0x7f26b5544191 <vm_exec_core+65>, 0x7f26b5544195 <vm_exec_core+69>, 0x7f26b5544699 <vm_exec_core+1353>, 0x7f26b5544642 <vm_exec_core+1266>, 0x7f26b55445bf <vm_exec_core+1135>, 0x7f26b554457a <vm_exec_core+1066>, 0x7f26b554452d <vm_exec_core+989>...}
#43 0x00007f26b554a9eb in rb_vm_exec (ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366
        _ec = 0x559d6d28b120
        _tag = {tag = 36, retval = 4, buf = {0x559d6d28b120, 0x7f26b554a1e0 <rb_vm_exec+400>, 0x0, 0x7ffd6baf86e0, 0x7f26b4d67108}, prev = 0x7ffd6baf8b90, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#44 0x00007f26b554abe9 in eval_string_with_cref (self=<optimized out>, src=139804154512280, cref=0x7f26b0f7c370, file=139804158568800, line=1) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701
        ec = 0x559d6d28b120
        block = {as = {captured = {self = 139804154512480, ep = 0x7f26b4d670f8, code = {iseq = 0x7f26b137f738, ifunc = 0x7f26b137f738, val = 139804158719800}}, symbol = 139804154512480, proc = 139804154512480}, type = block_type_iseq}
        iseq = 0x7f26b0f7c1e0
        cfp = <optimized out>
#45 0x00007f26b555af5a in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=139804154512480) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1946
        cref = 0x7f26b0f7c370
#46 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 = 139804158568800
        line = <optimized out>
        code = 139804154512280
#47 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=139804154512480) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:2010
No locals.
#48 0x00007f26b5534ec4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7f26b4e66e90, ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
        ci = 0x254100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f26b4d06e70
        cfunc = 0x559d6d2cde08
        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>
#49 vm_call_cfunc_with_frame (ec=0x559d6d28b120, reg_cfp=0x7f26b4e66e90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#50 0x00007f26b554424d 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 = 0x999999999999ade8
        cc = <optimized out>
        recv = 94134629605600
        argc = <optimized out>
        calling = {ci = 0x254100100005, cc = 0x7f26b12ab140, block_handler = 0, recv = 139804154512480, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#51 vm_exec_core (ec=0x559d6d28b120, initial=7096301013303440416) at ../../src/trunk-repeat20/insns.def:835
        bh = <optimized out>
        cd = 0x627b202c7d323420
        leaf = <optimized out>
        val = 96
        reg_pc = 0x559d6d3f6800
        reg_cfp = 0x7f26b4e66e90
        insns_address_table = {0x7f26b55469bf <vm_exec_core+10351>, 0x7f26b55443c9 <vm_exec_core+633>, 0x7f26b554657e <vm_exec_core+9262>, 0x7f26b5546504 <vm_exec_core+9140>, 0x7f26b554648d <vm_exec_core+9021>, 0x7f26b554640e <vm_exec_core+8894>, 0x7f26b554638e <vm_exec_core+8766>, 0x7f26b5546332 <vm_exec_core+8674>, 0x7f26b55462d7 <vm_exec_core+8583>, 0x7f26b5546287 <vm_exec_core+8503>, 0x7f26b554610c <vm_exec_core+8124>, 0x7f26b5545f61 <vm_exec_core+7697>, 0x7f26b5545e76 <vm_exec_core+7462>, 0x7f26b5545e07 <vm_exec_core+7351>, 0x7f26b5545d9a <vm_exec_core+7242>, 0x7f26b5545d5f <vm_exec_core+7183>, 0x7f26b5545d29 <vm_exec_core+7129>, 0x7f26b5545cf6 <vm_exec_core+7078>, 0x7f26b55465ea <vm_exec_core+9370>, 0x7f26b5545057 <vm_exec_core+3847>, 0x7f26b5544fe9 <vm_exec_core+3737>, 0x7f26b5544fae <vm_exec_core+3678>, 0x7f26b5544f58 <vm_exec_core+3592>, 0x7f26b5544f14 <vm_exec_core+3524>, 0x7f26b5544e8d <vm_exec_core+3389>, 0x7f26b5544e58 <vm_exec_core+3336>, 0x7f26b5544dfd <vm_exec_core+3245>, 0x7f26b5544d85 <vm_exec_core+3125>, 0x7f26b5544d4d <vm_exec_core+3069>, 0x7f26b5544d15 <vm_exec_core+3013>, 0x7f26b5544b20 <vm_exec_core+2512>, 0x7f26b5544a8f <vm_exec_core+2367>, 0x7f26b5544a32 <vm_exec_core+2274>, 0x7f26b55449b9 <vm_exec_core+2153>, 0x7f26b55456f9 <vm_exec_core+5545>, 0x7f26b55456d4 <vm_exec_core+5508>, 0x7f26b554569b <vm_exec_core+5451>, 0x7f26b554564b <vm_exec_core+5371>, 0x7f26b5545619 <vm_exec_core+5321>, 0x7f26b554552e <vm_exec_core+5086>, 0x7f26b55454e9 <vm_exec_core+5017>, 0x7f26b55454a3 <vm_exec_core+4947>, 0x7f26b5545473 <vm_exec_core+4899>, 0x7f26b55453a8 <vm_exec_core+4696>, 0x7f26b5545413 <vm_exec_core+4803>, 0x7f26b5545278 <vm_exec_core+4392>, 0x7f26b554520b <vm_exec_core+4283>, 0x7f26b554517e <vm_exec_core+4142>, 0x7f26b55450c2 <vm_exec_core+3954>, 0x7f26b554508a <vm_exec_core+3898>, 0x7f26b5545bf7 <vm_exec_core+6823>, 0x7f26b5545ae4 <vm_exec_core+6548>, 0x7f26b55441a8 <vm_exec_core+88>, 0x7f26b5545c72 <vm_exec_core+6946>, 0x7f26b554583d <vm_exec_core+5869>, 0x7f26b5546b07 <vm_exec_core+10679>, 0x7f26b55457f3 <vm_exec_core+5795>, 0x7f26b554579a <vm_exec_core+5706>, 0x7f26b5545741 <vm_exec_core+5617>, 0x7f26b55459d6 <vm_exec_core+6278>, 0x7f26b5545900 <vm_exec_core+6064>, 0x7f26b5545887 <vm_exec_core+5943>, 0x7f26b554695e <vm_exec_core+10254>, 0x7f26b5545c3a <vm_exec_core+6890>, 0x7f26b5545a8d <vm_exec_core+6461>, 0x7f26b554481a <vm_exec_core+1738>, 0x7f26b55447e0 <vm_exec_core+1680>, 0x7f26b5544912 <vm_exec_core+1986>, 0x7f26b5544871 <vm_exec_core+1825>, 0x7f26b5546def <vm_exec_core+11423>, 0x7f26b5546d46 <vm_exec_core+11254>, 0x7f26b5546fc6 <vm_exec_core+11894>, 0x7f26b5546f53 <vm_exec_core+11779>, 0x7f26b5546ead <vm_exec_core+11613>, 0x7f26b5546e51 <vm_exec_core+11521>, 0x7f26b5547373 <vm_exec_core+12835>, 0x7f26b55472d6 <vm_exec_core+12678>, 0x7f26b554723e <vm_exec_core+12526>, 0x7f26b55471a1 <vm_exec_core+12369>, 0x7f26b5547109 <vm_exec_core+12217>, 0x7f26b5546a48 <vm_exec_core+10488>, 0x7f26b55470be <vm_exec_core+12142>, 0x7f26b5547068 <vm_exec_core+12056>, 0x7f26b5546bd5 <vm_exec_core+10885>, 0x7f26b5546b4b <vm_exec_core+10747>, 0x7f26b5544773 <vm_exec_core+1571>, 0x7f26b5544715 <vm_exec_core+1477>, 0x7f26b5546d12 <vm_exec_core+11202>, 0x7f26b5546cde <vm_exec_core+11150>, 0x7f26b5546c8d <vm_exec_core+11069>, 0x7f26b5546c3e <vm_exec_core+10990>, 0x7f26b5546a7b <vm_exec_core+10539>, 0x7f26b55469d0 <vm_exec_core+10368>, 0x7f26b55446a8 <vm_exec_core+1368>, 0x7f26b5544651 <vm_exec_core+1281>, 0x7f26b55445ce <vm_exec_core+1150>, 0x7f26b5544589 <vm_exec_core+1081>, 0x7f26b554453c <vm_exec_core+1004>, 0x7f26b55444ef <vm_exec_core+927>, 0x7f26b554449a <vm_exec_core+842>, 0x7f26b5544467 <vm_exec_core+791>, 0x7f26b5544434 <vm_exec_core+740>, 0x7f26b5546aeb <vm_exec_core+10651>, 0x7f26b55443ba <vm_exec_core+618>, 0x7f26b554656f <vm_exec_core+9247>, 0x7f26b55464f5 <vm_exec_core+9125>, 0x7f26b554647e <vm_exec_core+9006>, 0x7f26b55463ff <vm_exec_core+8879>, 0x7f26b554637f <vm_exec_core+8751>, 0x7f26b5546323 <vm_exec_core+8659>, 0x7f26b55462c8 <vm_exec_core+8568>, 0x7f26b5546278 <vm_exec_core+8488>, 0x7f26b55460fd <vm_exec_core+8109>, 0x7f26b5545f52 <vm_exec_core+7682>, 0x7f26b5545e67 <vm_exec_core+7447>, 0x7f26b5545df8 <vm_exec_core+7336>, 0x7f26b5545d8b <vm_exec_core+7227>, 0x7f26b5545d50 <vm_exec_core+7168>, 0x7f26b5545d1a <vm_exec_core+7114>, 0x7f26b5545ce7 <vm_exec_core+7063>, 0x7f26b55465db <vm_exec_core+9355>, 0x7f26b5545048 <vm_exec_core+3832>, 0x7f26b5544fda <vm_exec_core+3722>, 0x7f26b5544f9f <vm_exec_core+3663>, 0x7f26b5544f49 <vm_exec_core+3577>, 0x7f26b5544f05 <vm_exec_core+3509>, 0x7f26b5544e7e <vm_exec_core+3374>, 0x7f26b5544e49 <vm_exec_core+3321>, 0x7f26b5544dee <vm_exec_core+3230>, 0x7f26b5544d76 <vm_exec_core+3110>, 0x7f26b5544d3e <vm_exec_core+3054>, 0x7f26b5544d06 <vm_exec_core+2998>, 0x7f26b5544b11 <vm_exec_core+2497>, 0x7f26b5544a80 <vm_exec_core+2352>, 0x7f26b5544a23 <vm_exec_core+2259>, 0x7f26b55449aa <vm_exec_core+2138>, 0x7f26b55456ea <vm_exec_core+5530>, 0x7f26b55456c5 <vm_exec_core+5493>, 0x7f26b554568c <vm_exec_core+5436>, 0x7f26b554563c <vm_exec_core+5356>, 0x7f26b554560a <vm_exec_core+5306>, 0x7f26b554551f <vm_exec_core+5071>, 0x7f26b55454da <vm_exec_core+5002>, 0x7f26b5545494 <vm_exec_core+4932>, 0x7f26b5545464 <vm_exec_core+4884>, 0x7f26b5545399 <vm_exec_core+4681>, 0x7f26b5545404 <vm_exec_core+4788>, 0x7f26b5545269 <vm_exec_core+4377>, 0x7f26b55451fc <vm_exec_core+4268>, 0x7f26b554516f <vm_exec_core+4127>, 0x7f26b55450b3 <vm_exec_core+3939>, 0x7f26b554507b <vm_exec_core+3883>, 0x7f26b5545be8 <vm_exec_core+6808>, 0x7f26b5545ad5 <vm_exec_core+6533>, 0x7f26b5547593 <vm_exec_core+13379>, 0x7f26b5545c63 <vm_exec_core+6931>, 0x7f26b554582e <vm_exec_core+5854>, 0x7f26b554757f <vm_exec_core+13359>, 0x7f26b55457e4 <vm_exec_core+5780>, 0x7f26b554578b <vm_exec_core+5691>, 0x7f26b5545732 <vm_exec_core+5602>, 0x7f26b55459c7 <vm_exec_core+6263>, 0x7f26b55458f1 <vm_exec_core+6049>, 0x7f26b5545878 <vm_exec_core+5928>, 0x7f26b554694f <vm_exec_core+10239>, 0x7f26b5545c2b <vm_exec_core+6875>, 0x7f26b5545a7e <vm_exec_core+6446>, 0x7f26b554480b <vm_exec_core+1723>, 0x7f26b55447d1 <vm_exec_core+1665>, 0x7f26b5544903 <vm_exec_core+1971>, 0x7f26b5544862 <vm_exec_core+1810>, 0x7f26b554756b <vm_exec_core+13339>, 0x7f26b5547557 <vm_exec_core+13319>, 0x7f26b5547543 <vm_exec_core+13299>, 0x7f26b554752f <vm_exec_core+13279>, 0x7f26b554751b <vm_exec_core+13259>, 0x7f26b5547507 <vm_exec_core+13239>, 0x7f26b55474ec <vm_exec_core+13212>, 0x7f26b55474d8 <vm_exec_core+13192>, 0x7f26b55474c4 <vm_exec_core+13172>, 0x7f26b55474b0 <vm_exec_core+13152>, 0x7f26b554749c <vm_exec_core+13132>, 0x7f26b5547488 <vm_exec_core+13112>, 0x7f26b5547474 <vm_exec_core+13092>, 0x7f26b5547460 <vm_exec_core+13072>, 0x7f26b554744c <vm_exec_core+13052>, 0x7f26b5547438 <vm_exec_core+13032>, 0x7f26b5544764 <vm_exec_core+1556>, 0x7f26b5544706 <vm_exec_core+1462>, 0x7f26b5547424 <vm_exec_core+13012>, 0x7f26b5547410 <vm_exec_core+12992>, 0x7f26b55473fc <vm_exec_core+12972>, 0x7f26b55473e8 <vm_exec_core+12952>, 0x7f26b5544191 <vm_exec_core+65>, 0x7f26b5544195 <vm_exec_core+69>, 0x7f26b5544699 <vm_exec_core+1353>, 0x7f26b5544642 <vm_exec_core+1266>, 0x7f26b55445bf <vm_exec_core+1135>, 0x7f26b554457a <vm_exec_core+1066>, 0x7f26b554452d <vm_exec_core+989>...}
#52 0x00007f26b554a9eb in rb_vm_exec (ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366
        _ec = 0x559d6d28b120
        _tag = {tag = 36, retval = 4, buf = {0x7f26b4e66f50, 0x7f26b554a1e0 <rb_vm_exec+400>, 0x0, 0x7ffd6baf8ac0, 0x0}, prev = 0x7ffd6baf8f10, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#53 0x00007f26b5559f5b in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=139804219067720, iseq=0x7f26b137f788, ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#54 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffd6baf8c38, argc=1, self=139804219067720, captured=<optimized out>, ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm.c:1440
        iseq = 0x7f26b137f788
        i = 1
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7f26b4d67088
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#55 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>
#56 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffd6baf8c38, argc=1, ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm.c:1495
No locals.
#57 vm_yield (kw_splat=0, argv=0x7ffd6baf8c38, argc=1, ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm.c:1503
No locals.
#58 rb_yield_0 (argv=0x7ffd6baf8c38, argc=1) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1337
No locals.
#59 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1353
No locals.
#60 0x00007f26b52cd2fc in rb_ary_each (ary=139804158877120) at /tmp/ruby/src/trunk-repeat20/array.c:2747
        i = 5
#61 0x00007f26b5534ec4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f26b4e66f90, ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357
        ci = 0xbd100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f26b4d004a8
        cfunc = 0x559d6d2e2348
        recv = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        block_handler = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        recv = <optimized out>
        block_handler = <optimized out>
        frame_type = <optimized out>
        len = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#62 vm_call_cfunc_with_frame (ec=0x559d6d28b120, reg_cfp=0x7f26b4e66f90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#63 0x00007f26b5545bc9 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 = 94134629605600
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7f26b4d3b7b0, block_handler = 139804220485545, recv = 139804158877120, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#64 vm_exec_core (ec=0x559d6d28b120, initial=7096301013303440416) at ../../src/trunk-repeat20/insns.def:815
        bh = <optimized out>
        cd = 0x559d6d3ccd90
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 96
        reg_pc = 0x559d6d3ccae8
        reg_cfp = 0x7f26b4e66f90
        insns_address_table = {0x7f26b55469bf <vm_exec_core+10351>, 0x7f26b55443c9 <vm_exec_core+633>, 0x7f26b554657e <vm_exec_core+9262>, 0x7f26b5546504 <vm_exec_core+9140>, 0x7f26b554648d <vm_exec_core+9021>, 0x7f26b554640e <vm_exec_core+8894>, 0x7f26b554638e <vm_exec_core+8766>, 0x7f26b5546332 <vm_exec_core+8674>, 0x7f26b55462d7 <vm_exec_core+8583>, 0x7f26b5546287 <vm_exec_core+8503>, 0x7f26b554610c <vm_exec_core+8124>, 0x7f26b5545f61 <vm_exec_core+7697>, 0x7f26b5545e76 <vm_exec_core+7462>, 0x7f26b5545e07 <vm_exec_core+7351>, 0x7f26b5545d9a <vm_exec_core+7242>, 0x7f26b5545d5f <vm_exec_core+7183>, 0x7f26b5545d29 <vm_exec_core+7129>, 0x7f26b5545cf6 <vm_exec_core+7078>, 0x7f26b55465ea <vm_exec_core+9370>, 0x7f26b5545057 <vm_exec_core+3847>, 0x7f26b5544fe9 <vm_exec_core+3737>, 0x7f26b5544fae <vm_exec_core+3678>, 0x7f26b5544f58 <vm_exec_core+3592>, 0x7f26b5544f14 <vm_exec_core+3524>, 0x7f26b5544e8d <vm_exec_core+3389>, 0x7f26b5544e58 <vm_exec_core+3336>, 0x7f26b5544dfd <vm_exec_core+3245>, 0x7f26b5544d85 <vm_exec_core+3125>, 0x7f26b5544d4d <vm_exec_core+3069>, 0x7f26b5544d15 <vm_exec_core+3013>, 0x7f26b5544b20 <vm_exec_core+2512>, 0x7f26b5544a8f <vm_exec_core+2367>, 0x7f26b5544a32 <vm_exec_core+2274>, 0x7f26b55449b9 <vm_exec_core+2153>, 0x7f26b55456f9 <vm_exec_core+5545>, 0x7f26b55456d4 <vm_exec_core+5508>, 0x7f26b554569b <vm_exec_core+5451>, 0x7f26b554564b <vm_exec_core+5371>, 0x7f26b5545619 <vm_exec_core+5321>, 0x7f26b554552e <vm_exec_core+5086>, 0x7f26b55454e9 <vm_exec_core+5017>, 0x7f26b55454a3 <vm_exec_core+4947>, 0x7f26b5545473 <vm_exec_core+4899>, 0x7f26b55453a8 <vm_exec_core+4696>, 0x7f26b5545413 <vm_exec_core+4803>, 0x7f26b5545278 <vm_exec_core+4392>, 0x7f26b554520b <vm_exec_core+4283>, 0x7f26b554517e <vm_exec_core+4142>, 0x7f26b55450c2 <vm_exec_core+3954>, 0x7f26b554508a <vm_exec_core+3898>, 0x7f26b5545bf7 <vm_exec_core+6823>, 0x7f26b5545ae4 <vm_exec_core+6548>, 0x7f26b55441a8 <vm_exec_core+88>, 0x7f26b5545c72 <vm_exec_core+6946>, 0x7f26b554583d <vm_exec_core+5869>, 0x7f26b5546b07 <vm_exec_core+10679>, 0x7f26b55457f3 <vm_exec_core+5795>, 0x7f26b554579a <vm_exec_core+5706>, 0x7f26b5545741 <vm_exec_core+5617>, 0x7f26b55459d6 <vm_exec_core+6278>, 0x7f26b5545900 <vm_exec_core+6064>, 0x7f26b5545887 <vm_exec_core+5943>, 0x7f26b554695e <vm_exec_core+10254>, 0x7f26b5545c3a <vm_exec_core+6890>, 0x7f26b5545a8d <vm_exec_core+6461>, 0x7f26b554481a <vm_exec_core+1738>, 0x7f26b55447e0 <vm_exec_core+1680>, 0x7f26b5544912 <vm_exec_core+1986>, 0x7f26b5544871 <vm_exec_core+1825>, 0x7f26b5546def <vm_exec_core+11423>, 0x7f26b5546d46 <vm_exec_core+11254>, 0x7f26b5546fc6 <vm_exec_core+11894>, 0x7f26b5546f53 <vm_exec_core+11779>, 0x7f26b5546ead <vm_exec_core+11613>, 0x7f26b5546e51 <vm_exec_core+11521>, 0x7f26b5547373 <vm_exec_core+12835>, 0x7f26b55472d6 <vm_exec_core+12678>, 0x7f26b554723e <vm_exec_core+12526>, 0x7f26b55471a1 <vm_exec_core+12369>, 0x7f26b5547109 <vm_exec_core+12217>, 0x7f26b5546a48 <vm_exec_core+10488>, 0x7f26b55470be <vm_exec_core+12142>, 0x7f26b5547068 <vm_exec_core+12056>, 0x7f26b5546bd5 <vm_exec_core+10885>, 0x7f26b5546b4b <vm_exec_core+10747>, 0x7f26b5544773 <vm_exec_core+1571>, 0x7f26b5544715 <vm_exec_core+1477>, 0x7f26b5546d12 <vm_exec_core+11202>, 0x7f26b5546cde <vm_exec_core+11150>, 0x7f26b5546c8d <vm_exec_core+11069>, 0x7f26b5546c3e <vm_exec_core+10990>, 0x7f26b5546a7b <vm_exec_core+10539>, 0x7f26b55469d0 <vm_exec_core+10368>, 0x7f26b55446a8 <vm_exec_core+1368>, 0x7f26b5544651 <vm_exec_core+1281>, 0x7f26b55445ce <vm_exec_core+1150>, 0x7f26b5544589 <vm_exec_core+1081>, 0x7f26b554453c <vm_exec_core+1004>, 0x7f26b55444ef <vm_exec_core+927>, 0x7f26b554449a <vm_exec_core+842>, 0x7f26b5544467 <vm_exec_core+791>, 0x7f26b5544434 <vm_exec_core+740>, 0x7f26b5546aeb <vm_exec_core+10651>, 0x7f26b55443ba <vm_exec_core+618>, 0x7f26b554656f <vm_exec_core+9247>, 0x7f26b55464f5 <vm_exec_core+9125>, 0x7f26b554647e <vm_exec_core+9006>, 0x7f26b55463ff <vm_exec_core+8879>, 0x7f26b554637f <vm_exec_core+8751>, 0x7f26b5546323 <vm_exec_core+8659>, 0x7f26b55462c8 <vm_exec_core+8568>, 0x7f26b5546278 <vm_exec_core+8488>, 0x7f26b55460fd <vm_exec_core+8109>, 0x7f26b5545f52 <vm_exec_core+7682>, 0x7f26b5545e67 <vm_exec_core+7447>, 0x7f26b5545df8 <vm_exec_core+7336>, 0x7f26b5545d8b <vm_exec_core+7227>, 0x7f26b5545d50 <vm_exec_core+7168>, 0x7f26b5545d1a <vm_exec_core+7114>, 0x7f26b5545ce7 <vm_exec_core+7063>, 0x7f26b55465db <vm_exec_core+9355>, 0x7f26b5545048 <vm_exec_core+3832>, 0x7f26b5544fda <vm_exec_core+3722>, 0x7f26b5544f9f <vm_exec_core+3663>, 0x7f26b5544f49 <vm_exec_core+3577>, 0x7f26b5544f05 <vm_exec_core+3509>, 0x7f26b5544e7e <vm_exec_core+3374>, 0x7f26b5544e49 <vm_exec_core+3321>, 0x7f26b5544dee <vm_exec_core+3230>, 0x7f26b5544d76 <vm_exec_core+3110>, 0x7f26b5544d3e <vm_exec_core+3054>, 0x7f26b5544d06 <vm_exec_core+2998>, 0x7f26b5544b11 <vm_exec_core+2497>, 0x7f26b5544a80 <vm_exec_core+2352>, 0x7f26b5544a23 <vm_exec_core+2259>, 0x7f26b55449aa <vm_exec_core+2138>, 0x7f26b55456ea <vm_exec_core+5530>, 0x7f26b55456c5 <vm_exec_core+5493>, 0x7f26b554568c <vm_exec_core+5436>, 0x7f26b554563c <vm_exec_core+5356>, 0x7f26b554560a <vm_exec_core+5306>, 0x7f26b554551f <vm_exec_core+5071>, 0x7f26b55454da <vm_exec_core+5002>, 0x7f26b5545494 <vm_exec_core+4932>, 0x7f26b5545464 <vm_exec_core+4884>, 0x7f26b5545399 <vm_exec_core+4681>, 0x7f26b5545404 <vm_exec_core+4788>, 0x7f26b5545269 <vm_exec_core+4377>, 0x7f26b55451fc <vm_exec_core+4268>, 0x7f26b554516f <vm_exec_core+4127>, 0x7f26b55450b3 <vm_exec_core+3939>, 0x7f26b554507b <vm_exec_core+3883>, 0x7f26b5545be8 <vm_exec_core+6808>, 0x7f26b5545ad5 <vm_exec_core+6533>, 0x7f26b5547593 <vm_exec_core+13379>, 0x7f26b5545c63 <vm_exec_core+6931>, 0x7f26b554582e <vm_exec_core+5854>, 0x7f26b554757f <vm_exec_core+13359>, 0x7f26b55457e4 <vm_exec_core+5780>, 0x7f26b554578b <vm_exec_core+5691>, 0x7f26b5545732 <vm_exec_core+5602>, 0x7f26b55459c7 <vm_exec_core+6263>, 0x7f26b55458f1 <vm_exec_core+6049>, 0x7f26b5545878 <vm_exec_core+5928>, 0x7f26b554694f <vm_exec_core+10239>, 0x7f26b5545c2b <vm_exec_core+6875>, 0x7f26b5545a7e <vm_exec_core+6446>, 0x7f26b554480b <vm_exec_core+1723>, 0x7f26b55447d1 <vm_exec_core+1665>, 0x7f26b5544903 <vm_exec_core+1971>, 0x7f26b5544862 <vm_exec_core+1810>, 0x7f26b554756b <vm_exec_core+13339>, 0x7f26b5547557 <vm_exec_core+13319>, 0x7f26b5547543 <vm_exec_core+13299>, 0x7f26b554752f <vm_exec_core+13279>, 0x7f26b554751b <vm_exec_core+13259>, 0x7f26b5547507 <vm_exec_core+13239>, 0x7f26b55474ec <vm_exec_core+13212>, 0x7f26b55474d8 <vm_exec_core+13192>, 0x7f26b55474c4 <vm_exec_core+13172>, 0x7f26b55474b0 <vm_exec_core+13152>, 0x7f26b554749c <vm_exec_core+13132>, 0x7f26b5547488 <vm_exec_core+13112>, 0x7f26b5547474 <vm_exec_core+13092>, 0x7f26b5547460 <vm_exec_core+13072>, 0x7f26b554744c <vm_exec_core+13052>, 0x7f26b5547438 <vm_exec_core+13032>, 0x7f26b5544764 <vm_exec_core+1556>, 0x7f26b5544706 <vm_exec_core+1462>, 0x7f26b5547424 <vm_exec_core+13012>, 0x7f26b5547410 <vm_exec_core+12992>, 0x7f26b55473fc <vm_exec_core+12972>, 0x7f26b55473e8 <vm_exec_core+12952>, 0x7f26b5544191 <vm_exec_core+65>, 0x7f26b5544195 <vm_exec_core+69>, 0x7f26b5544699 <vm_exec_core+1353>, 0x7f26b5544642 <vm_exec_core+1266>, 0x7f26b55445bf <vm_exec_core+1135>, 0x7f26b554457a <vm_exec_core+1066>, 0x7f26b554452d <vm_exec_core+989>...}
#65 0x00007f26b554a9eb in rb_vm_exec (ec=0x559d6d28b120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366
        _ec = 0x559d6d28b120
        _tag = {tag = 36, retval = 4, buf = {0x7f26b137fcb0, 0x7f26b554a1e0 <rb_vm_exec+400>, 0x0, 0x7ffd6baf8e40, 0x559d6d319c80}, prev = 0x7ffd6baf8fd0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#66 0x00007f26b536c891 in rb_ec_exec_node (ec=ec@entry=0x559d6d28b120, n=n@entry=0x7f26b137fcb0) at /tmp/ruby/src/trunk-repeat20/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 139804227359284, buf = {0x7f26b137fcb0, 0x7f26b536c8e2 <rb_ec_exec_node+258>, 0x0, 0x7ffd6baf8fa0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f26b137fcb0
#67 0x00007f26b5372d53 in ruby_run_node (n=0x7f26b137fcb0) at /tmp/ruby/src/trunk-repeat20/eval.c:328
        ec = 0x559d6d28b120
        status = 0
#68 0x0000559d6cc7d187 in rb_main (argv=0x7ffd6baf91d8, argc=141) at /tmp/ruby/src/trunk-repeat20/main.c:39
        variable_in_this_stack_frame = 140726410123465
#69 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