# Logfile created on 2023-03-28 20:57:06 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561ffecee590 @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-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @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=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230328-205706", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000561ffed87510 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561ffed87380 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561ffed871f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230328-205706", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20230328-205706>, @binmode=false, @mon_data=#<Monitor:0x0000561ffed87128>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
/tmp/ruby/src/trunk-repeat50/.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
   298cb57..39a3469  master     -> origin/master
Updating 298cb57..39a3469
Fast-forward
 .github/workflows/annocheck.yml                    |   8 +-
 .github/workflows/baseruby.yml                     |   9 +-
 .github/workflows/bundled_gems.yml                 |   9 +-
 .github/workflows/check_dependencies.yml           |   9 +-
 .github/workflows/check_misc.yml                   |  10 +-
 .github/workflows/codeql-analysis.yml              |   2 +-
 .github/workflows/compilers.yml                    |   8 +-
 .github/workflows/macos.yml                        |   9 +-
 .github/workflows/mingw.yml                        |   9 +-
 .github/workflows/rjit-bindgen.yml                 |   9 +-
 .github/workflows/rjit.yml                         |  10 +-
 .github/workflows/scorecards.yml                   |   2 +-
 .github/workflows/spec_guards.yml                  |   6 +-
 .github/workflows/ubuntu.yml                       |   9 +-
 .github/workflows/wasm.yml                         |   9 +-
 .github/workflows/windows.yml                      |   9 +-
 .github/workflows/yjit-ubuntu.yml                  |  13 +-
 gc.c                                               |   2 +-
 lib/bundler.rb                                     |   4 +-
 lib/bundler/definition.rb                          |   6 +-
 lib/bundler/lazy_specification.rb                  |   2 +-
 lib/bundler/plugin/installer.rb                    |   7 +-
 lib/bundler/resolver/base.rb                       |  38 +++++-
 lib/bundler/ruby_version.rb                        |   2 +-
 lib/bundler/rubygems_ext.rb                        |   8 +-
 lib/bundler/templates/newgem/rubocop.yml.tt        |   4 -
 lib/bundler/vendor/uri/lib/uri/rfc3986_parser.rb   |   4 +-
 lib/bundler/vendor/uri/lib/uri/version.rb          |   2 +-
 lib/reline/unicode.rb                              |  54 ++++----
 lib/rubygems/command_manager.rb                    |   4 +-
 lib/rubygems/installer.rb                          |   2 +-
 lib/rubygems/request_set.rb                        |   4 +-
 lib/rubygems/specification.rb                      |   4 +-
 lib/rubygems/specification_policy.rb               |  10 +-
 lib/rubygems/stub_specification.rb                 |   3 +-
 spec/bundler/bundler/ruby_version_spec.rb          |  10 +-
 spec/bundler/commands/lock_spec.rb                 |  83 +++++++++++++
 .../install/gemfile/specific_platform_spec.rb      |  50 ++++++++
 spec/bundler/plugins/install_spec.rb               |   7 ++
 test/reline/test_unicode.rb                        |  20 +++
 test/ripper/assert_parse_files.rb                  |  23 +++-
 test/ruby/test_module.rb                           |  15 +++
 test/ruby/test_yjit.rb                             |  23 ++++
 .../rust_ruby_example/Cargo.lock                   |   8 +-
 .../rust_ruby_example/Cargo.toml                   |   2 +-
 test/rubygems/test_gem_specification.rb            |  14 +--
 tool/lib/leakchecker.rb                            |   2 +-
 tool/merger.rb                                     |   4 +-
 tool/rbs_skip_tests                                |   2 -
 tool/sync_default_gems.rb                          |  22 +++-
 tool/test/test_sync_default_gems.rb                |  73 +++++++++++
 vm.c                                               |   2 +-
 yjit.c                                             |   1 +
 yjit.h                                             |   2 +
 yjit.rb                                            |   5 +
 yjit/src/codegen.rs                                | 136 ++++++++++-----------
 yjit/src/options.rs                                |   9 ++
 yjit/src/yjit.rs                                   |  19 +++
 58 files changed, 645 insertions(+), 187 deletions(-)
Latest commit hash = 39a34694a0
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
making /tmp/ruby/src/trunk-repeat50/yjit.rbinc
generating miniprelude.c
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
miniprelude.c updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/cont.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/rjit.c
compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat50/proc.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/vm.c
compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat50/yjit.c
building Rust YJIT (release mode)
warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:1369:17
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
1368 |     // SAFETY: caller ensures initialization
1369 |     let block = unsafe { blockref.as_ref() };
     |                 ^^^^^^ unnecessary `unsafe` block
     |
     = note: `#[warn(unused_unsafe)]` on by default
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`
     = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/cruby.rs:617:9
     |
617  |         unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) };
     |         ^^^^^^ unnecessary `unsafe` block
     |
    ::: /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:1367:1
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
...
1383 |         obj_written!(iseq, dep.into());
     |         ------------------------------ in this macro invocation
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`
     = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:1392:22
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
...
1392 |         let object = unsafe { value_address.read_unaligned() };
     |                      ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/cruby.rs:617:9
     |
617  |         unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) };
     |         ^^^^^^ unnecessary `unsafe` block
     |
    ::: /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:1367:1
     |
1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) {
     | --------------------------------------------------------------- because it's nested under this `unsafe` fn
...
1393 |         obj_written!(iseq, object);
     |         -------------------------- in this macro invocation
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`
     = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info)

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2689:17
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
2689 |     let block = unsafe { blockref.as_ref() };
     |                 ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2694:27
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2694 |         let pred_branch = unsafe { pred_branchref.as_ref() };
     |                           ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2699:32
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2699 |             let target_is_us = unsafe {
     |                                ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2716:26
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2716 |         let out_branch = unsafe { out_branchref.as_ref() };
     |                          ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2720:48
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2720 |             let succ_block: Option<BlockRef> = unsafe {
     |                                                ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2727:34
     |
2688 | unsafe fn remove_from_graph(blockref: BlockRef) {
     | ----------------------------------------------- because it's nested under this `unsafe` fn
...
2727 |                 let succ_block = unsafe { succ_block.as_ref() };
     |                                  ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2753:5
     |
2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) {
     | ---------------------------------------------------------------- because it's nested under this `unsafe` fn
...
2753 |     unsafe {
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2762:5
     |
2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) {
     | ---------------------------------------------------------------- because it's nested under this `unsafe` fn
...
2762 |     unsafe { dealloc_block(blockref) }
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2768:5
     |
2767 | unsafe fn dealloc_block(blockref: BlockRef) {
     | ------------------------------------------- because it's nested under this `unsafe` fn
2768 |     unsafe {
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:2776:5
     |
2767 | unsafe fn dealloc_block(blockref: BlockRef) {
     | ------------------------------------------- because it's nested under this `unsafe` fn
...
2776 |     unsafe {
     |     ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: unnecessary `unsafe` block
    --> /tmp/ruby/src/trunk-repeat50/yjit/src/core.rs:3001:9
     |
2997 |     unsafe fn ref_unchecked(&self) -> &Self::Contained {
     |     -------------------------------------------------- because it's nested under this `unsafe` fn
...
3001 |         unsafe { self.as_ptr().as_ref().unwrap() }
     |         ^^^^^^ unnecessary `unsafe` block
     |
     = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn`

warning: 15 warnings emitted

touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
From https://github.com/ruby/debug
 * branch            65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
HEAD is now at 6519736 Increase timeout in debug_code
echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
From https://github.com/ruby/rbs
 * branch              c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/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-repeat50/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.7
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.2
                                    error_highlight 0.5.1
                                    fileutils 1.7.0
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.6.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    racc 1.6.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.3
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.0.2
                                    tempfile 0.1.3
                                    time 0.2.1
                                    timeout 0.3.2
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.1
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /tmp/ruby/install/trunk-repeat50/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-repeat50/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-repeat50/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=50
	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-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4

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

# Running tests:

Finished(1/50)  tests in 855.590107s, 27.7750 tests/s, 10417.6438 assertions/s.
Finished(2/50)  tests in 942.730932s, 25.2076 tests/s, 9457.6593 assertions/s.

  1) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat50/test/ripper/test_files_test_2.rb:6]:
pid 1865401 killed by SIGABRT (signal 6) (core dumped)
| (eval):1: [BUG] Segmentation fault at 0x0000000000000cce
| ruby 3.3.0dev (2023-03-28T19:21:19Z master 39a34694a0) [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0014 p:---- s:0067 e:000066 CFUNC  :inspect
| c:0013 p:---- s:0064 e:000063 CFUNC  :inspect
| c:0012 p:0011 s:0060 e:000059 METHOD (eval):1 [FINISH]
| c:0011 p:---- s:0054 e:000053 CFUNC  :parse
| c:0010 p:0003 s:0050 e:000049 EVAL   <test_pattern_matching.rb>:1 [FINISH]
| c:0009 p:---- s:0047 e:000046 CFUNC  :instance_eval
| c:0008 p:0019 s:0041 e:000040 BLOCK  -:33
| c:0007 p:0024 s:0038 e:000037 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/envutil.rb:243
| c:0006 p:0039 s:0033 e:000032 BLOCK  -:32
| c:0005 p:0033 s:0029 e:000028 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:182
| c:0004 p:0009 s:0022 e:000021 BLOCK  -:30 [FINISH]
| c:0003 p:---- s:0018 e:000017 CFUNC  :each
| c:0002 p:0129 s:0014 E:001db0 EVAL   -:29 [FINISH]
| c:0001 p:0000 s:0003 E:001050 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -:29:in `<main>'
| -:29:in `each'
| -:30:in `block in <main>'
| /tmp/ruby/src/trunk-repeat50/tool/lib/core_assertions.rb:182:in `assert_nothing_raised'
| -:32:in `block (2 levels) in <main>'
| /tmp/ruby/src/trunk-repeat50/tool/lib/envutil.rb:243:in `under_gc_stress'
| -:33:in `block (3 levels) in <main>'
| -:33:in `instance_eval'
| <test_pattern_matching.rb>:1:in `block (3 levels) in <main>'
| <test_pattern_matching.rb>:1:in `parse'
| (eval):1:in `on_sp'
| (eval):1:in `inspect'
| (eval):1:in `inspect'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00007f80631ba718 RBP: 0x0000561520484038 RSP: 0x00007ffc43f08ad0
|  RAX: 0x0000000000000cd8 RBX: 0x0000000000000030 RCX: 0xcccccccccccccccd
|  RDX: 0x000000000000019b RDI: 0x00005615201280e0 RSI: 0x0000000000000c5e
|   R8: 0x0000000000008068  R9: 0x0000000000000060 R10: 0x00007f8062b40020
|  R11: 0x0000000000000008 R12: 0x00005615201280e0 R13: 0x0000561520480000
|  R14: 0x000000000000001b R15: 0x0000561520529580 EFL: 0x0000000000010206
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f806339221f] /tmp/ruby/src/trunk-repeat50/vm_dump.c:785
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat50/vm_dump.c:1101
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_bug_for_fatal_signal+0xf4) [0x7f80631994a4] /tmp/ruby/src/trunk-repeat50/error.c:813
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(sigsegv+0x4d) [0x7f80632dec6d] /tmp/ruby/src/trunk-repeat50/signal.c:964
| /lib/x86_64-linux-gnu/libc.so.6(0x7f8062cfe520) [0x7f8062cfe520]
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x1a) [0x7f80631ba718] /tmp/ruby/src/trunk-repeat50/gc.c:1650
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rgengc_check_relation) /tmp/ruby/src/trunk-repeat50/gc.c:6983
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rgengc_check_relation+0x5) [0x7f80631c07bd] /tmp/ruby/src/trunk-repeat50/gc.c:7078
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat50/gc.c:7059
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(mark_ast_value+0x9) [0x7f8063224c5c] /tmp/ruby/src/trunk-repeat50/node.c:1379
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat50/node.c:1338
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat50/node.c:1348
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat50/node.c:1436
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects+0x78) [0x7f80631c3a88] /tmp/ruby/src/trunk-repeat50/gc.c:7512
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat50/gc.c:7550
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat50/gc.c:8717
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marking_exit+0x0) [0x7f80631c4a42] /tmp/ruby/src/trunk-repeat50/gc.c:8774
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_marks) /tmp/ruby/src/trunk-repeat50/gc.c:8785
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat50/gc.c:9557
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(heap_prepare+0x26) [0x7f80631c795d] /tmp/ruby/src/trunk-repeat50/gc.c:2416
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat50/gc.c:2685
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat50/gc.c:2791
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of0+0x66) [0x7f80631c80a1] /tmp/ruby/src/trunk-repeat50/gc.c:2893
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2913
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat50/gc.c:2935
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(str_alloc_embed+0x10) [0x7f80632fa1b0] /tmp/ruby/src/trunk-repeat50/string.c:907
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(str_new0) /tmp/ruby/src/trunk-repeat50/string.c:943
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_enc_str_new) /tmp/ruby/src/trunk-repeat50/string.c:1000
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(sym_inspect+0xb8) [0x7f8063313f48] /tmp/ruby/src/trunk-repeat50/string.c:11559
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cfunc_with_frame+0x111) [0x7f8063382241] /tmp/ruby/src/trunk-repeat50/vm_eval.c:148
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cfunc) /tmp/ruby/src/trunk-repeat50/vm_eval.c:162
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_body) /tmp/ruby/src/trunk-repeat50/vm_eval.c:208
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f806338689f] /tmp/ruby/src/trunk-repeat50/vm_eval.c:85
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_inspect+0x19) [0x7f80632399b9] /tmp/ruby/src/trunk-repeat50/object.c:659
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(inspect_ary+0x3e) [0x7f80630ff541] /tmp/ruby/src/trunk-repeat50/array.c:3105
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-repeat50/array.c:3097
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(exec_recursive+0x3e8) [0x7f806332a778] /tmp/ruby/src/trunk-repeat50/thread.c:5149
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8063366ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f806337625d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f806337c9fb] /tmp/ruby/src/trunk-repeat50/vm.c:2366
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f806338689f] /tmp/ruby/src/trunk-repeat50/vm_eval.c:85
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040
| /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_scan_event_val+0x5c) [0x7f805f1f7f4a] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14192
| /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_dispatch_scan_event) /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:6282
| /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(parser_yylex+0x273) [0x7f805f200677] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:10432
| /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(yylex) /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:10485
| /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.c:10528
| /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7f805f2115b2] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14371
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ensure+0x126) [0x7f80631a2fe6] /tmp/ruby/src/trunk-repeat50/eval.c:1005
| /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7f805f1f4315] /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14409
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8063366ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f806337625d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f806337c9fb] /tmp/ruby/src/trunk-repeat50/vm.c:2366
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7f806337cbf9] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1701
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(eval_under+0x48) [0x7f806338cf6a] /tmp/ruby/src/trunk-repeat50/vm_eval.c:1946
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1970
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8063366ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x90) [0x7f806337625d] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:835
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f806337c9fb] /tmp/ruby/src/trunk-repeat50/vm.c:2366
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_yield+0x27b) [0x7f806338bf6b] /tmp/ruby/src/trunk-repeat50/vm.c:1384
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7f80630ff30c] /tmp/ruby/src/trunk-repeat50/array.c:2747
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:552
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:321
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2746
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f8063366ed4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_sendish+0x98) [0x7f8063377bd9] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat50/insns.def:815
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f806337c9fb] /tmp/ruby/src/trunk-repeat50/vm.c:2366
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7f806319e8a1] /tmp/ruby/src/trunk-repeat50/eval.c:287
| /tmp/ruby/build/trunk-repeat50/libruby.so.3.3(ruby_run_node+0x93) [0x7f80631a4d63] /tmp/ruby/src/trunk-repeat50/eval.c:328
| /tmp/ruby/build/trunk-repeat50/ruby(rb_main+0x21) [0x56151f20a187] /tmp/ruby/src/trunk-repeat50/main.c:39
| /tmp/ruby/build/trunk-repeat50/ruby(main) /tmp/ruby/src/trunk-repeat50/main.c:58
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f8062ce5d90] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f8062ce5e40] ../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
| [0x56151f20a1d5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Process memory map:
| 
| 56151f209000-56151f20a000 r--p 00000000 00:71 14428096                   /tmp/ruby/build/trunk-repeat50/ruby
| 56151f20a000-56151f20b000 r-xp 00001000 00:71 14428096                   /tmp/ruby/build/trunk-repeat50/ruby
| 56151f20b000-56151f20c000 r--p 00002000 00:71 14428096                   /tmp/ruby/build/trunk-repeat50/ruby
| 56151f20c000-56151f20d000 r--p 00002000 00:71 14428096                   /tmp/ruby/build/trunk-repeat50/ruby
| 56151f20d000-56151f20e000 rw-p 00003000 00:71 14428096                   /tmp/ruby/build/trunk-repeat50/ruby
| 561520125000-5615205d0000 rw-p 00000000 00:00 0                          [heap]
| 7f805bc9c000-7f805c4c4000 rw-p 00000000 00:00 0 
| 7f805c4c4000-7f805c8fb000 r--s 00000000 00:71 14692161                   /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug
| 7f805c8fb000-7f805cb19000 r--s 00000000 00:71 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f805cb19000-7f805decc000 rw-p 00000000 00:00 0 
| 7f805decc000-7f805ef19000 r--s 00000000 00:71 14428080                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0
| 7f805ef19000-7f805ef4f000 r--s 00000000 00:71 14428096                   /tmp/ruby/build/trunk-repeat50/ruby
| 7f805ef4f000-7f805f150000 rw-p 00000000 00:00 0 
| 7f805f155000-7f805f157000 r--p 00000000 00:71 16525678                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
| 7f805f157000-7f805f15c000 r-xp 00002000 00:71 16525678                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
| 7f805f15c000-7f805f15d000 r--p 00007000 00:71 16525678                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
| 7f805f15d000-7f805f15e000 ---p 00008000 00:71 16525678                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
| 7f805f15e000-7f805f15f000 r--p 00008000 00:71 16525678                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
| 7f805f15f000-7f805f160000 rw-p 00009000 00:71 16525678                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
| 7f805f160000-7f805f1e0000 rw-p 00000000 00:00 0 
| 7f805f1e6000-7f805f1e7000 r--p 00000000 00:71 16525832                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f805f1e7000-7f805f1e9000 r-xp 00001000 00:71 16525832                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f805f1e9000-7f805f1ea000 r--p 00003000 00:71 16525832                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f805f1ea000-7f805f1eb000 r--p 00003000 00:71 16525832                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f805f1eb000-7f805f1ec000 rw-p 00004000 00:71 16525832                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f805f1ec000-7f805f1f2000 r--p 00000000 00:71 16525885                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
| 7f805f1f2000-7f805f214000 r-xp 00006000 00:71 16525885                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
| 7f805f214000-7f805f22d000 r--p 00028000 00:71 16525885                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
| 7f805f22d000-7f805f22f000 r--p 00040000 00:71 16525885                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
| 7f805f22f000-7f805f230000 rw-p 00042000 00:71 16525885                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
| 7f805f230000-7f805f250000 rw-p 00000000 00:00 0 
| 7f805f250000-7f805f251000 ---p 00000000 00:00 0 
| 7f805f251000-7f805f292000 rw-p 00000000 00:00 0 
| 7f805f292000-7f805f293000 ---p 00000000 00:00 0 
| 7f805f293000-7f805f2d4000 rw-p 00000000 00:00 0 
| 7f805f2d4000-7f805f2d5000 ---p 00000000 00:00 0 
| 7f805f2d5000-7f805f316000 rw-p 00000000 00:00 0 
| 7f805f316000-7f805f317000 ---p 00000000 00:00 0 
| 7f805f317000-7f805f358000 rw-p 00000000 00:00 0 
| 7f805f358000-7f805f359000 ---p 00000000 00:00 0 
| 7f805f359000-7f805f39a000 rw-p 00000000 00:00 0 
| 7f805f39a000-7f805f39b000 ---p 00000000 00:00 0 
| 7f805f39b000-7f805f3dc000 rw-p 00000000 00:00 0 
| 7f805f3dc000-7f805f3dd000 ---p 00000000 00:00 0 
| 7f805f3dd000-7f805f41e000 rw-p 00000000 00:00 0 
| 7f805f41e000-7f805f41f000 ---p 00000000 00:00 0 
| 7f805f41f000-7f805f460000 rw-p 00000000 00:00 0 
| 7f805f460000-7f805f461000 ---p 00000000 00:00 0 
| 7f805f461000-7f805f4a2000 rw-p 00000000 00:00 0 
| 7f805f4a2000-7f805f4a3000 ---p 00000000 00:00 0 
| 7f805f4a3000-7f805f4e4000 rw-p 00000000 00:00 0 
| 7f805f4e4000-7f805f4e5000 ---p 00000000 00:00 0 
| 7f805f4e5000-7f805f526000 rw-p 00000000 00:00 0 
| 7f805f526000-7f805f527000 ---p 00000000 00:00 0 
| 7f805f527000-7f805f568000 rw-p 00000000 00:00 0 
| 7f805f568000-7f805f569000 ---p 00000000 00:00 0 
| 7f805f569000-7f805f5aa000 rw-p 00000000 00:00 0 
| 7f805f5aa000-7f805f5ab000 ---p 00000000 00:00 0 
| 7f805f5ab000-7f805f5ec000 rw-p 00000000 00:00 0 
| 7f805f5ec000-7f805f5ed000 ---p 00000000 00:00 0 
| 7f805f5ed000-7f805f62e000 rw-p 00000000 00:00 0 
| 7f805f62e000-7f805f62f000 ---p 00000000 00:00 0 
| 7f805f62f000-7f805f670000 rw-p 00000000 00:00 0 
| 7f805f670000-7f805f671000 ---p 00000000 00:00 0 
| 7f805f671000-7f805f6b2000 rw-p 00000000 00:00 0 
| 7f805f6b2000-7f805f6b3000 ---p 00000000 00:00 0 
| 7f805f6b3000-7f805f6f4000 rw-p 00000000 00:00 0 
| 7f805f6f4000-7f805f6f5000 ---p 00000000 00:00 0 
| 7f805f6f5000-7f805f736000 rw-p 00000000 00:00 0 
| 7f805f736000-7f805f737000 ---p 00000000 00:00 0 
| 7f805f737000-7f805f778000 rw-p 00000000 00:00 0 
| 7f805f778000-7f805f779000 ---p 00000000 00:00 0 
| 7f805f779000-7f805f7ba000 rw-p 00000000 00:00 0 
| 7f805f7ba000-7f805f7bb000 ---p 00000000 00:00 0 
| 7f805f7bb000-7f805f7fc000 rw-p 00000000 00:00 0 
| 7f805f7fc000-7f805f7fd000 ---p 00000000 00:00 0 
| 7f805f7fd000-7f805f83e000 rw-p 00000000 00:00 0 
| 7f805f83e000-7f805f83f000 ---p 00000000 00:00 0 
| 7f805f83f000-7f805f880000 rw-p 00000000 00:00 0 
| 7f805f880000-7f805f881000 ---p 00000000 00:00 0 
| 7f805f881000-7f805f8c2000 rw-p 00000000 00:00 0 
| 7f805f8c2000-7f805f8c3000 ---p 00000000 00:00 0 
| 7f805f8c3000-7f805f904000 rw-p 00000000 00:00 0 
| 7f805f904000-7f805f905000 ---p 00000000 00:00 0 
| 7f805f905000-7f805f946000 rw-p 00000000 00:00 0 
| 7f805f946000-7f805f947000 ---p 00000000 00:00 0 
| 7f805f947000-7f805f988000 rw-p 00000000 00:00 0 
| 7f805f988000-7f805f989000 ---p 00000000 00:00 0 
| 7f805f989000-7f805f9ca000 rw-p 00000000 00:00 0 
| 7f805f9ca000-7f805f9cb000 ---p 00000000 00:00 0 
| 7f805f9cb000-7f805fa0c000 rw-p 00000000 00:00 0 
| 7f805fa0c000-7f805fa0d000 ---p 00000000 00:00 0 
| 7f805fa0d000-7f805fa4e000 rw-p 00000000 00:00 0 
| 7f805fa4e000-7f805fa4f000 ---p 00000000 00:00 0 
| 7f805fa4f000-7f805fac0000 rw-p 00000000 00:00 0 
| 7f805fac1000-7f805fac2000 r--p 00000000 00:71 16526000                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
| 7f805fac2000-7f805fac3000 r-xp 00001000 00:71 16526000                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
| 7f805fac3000-7f805fac4000 r--p 00002000 00:71 16526000                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
| 7f805fac4000-7f805fac5000 r--p 00002000 00:71 16526000                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
| 7f805fac5000-7f805fac6000 rw-p 00003000 00:71 16526000                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
| 7f805fac6000-7f8062b90000 rw-p 00000000 00:00 0 
| 7f8062b94000-7f8062b95000 r--p 00000000 00:71 16540794                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
| 7f8062b95000-7f8062b96000 r-xp 00001000 00:71 16540794                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
| 7f8062b96000-7f8062b97000 r--p 00002000 00:71 16540794                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
| 7f8062b97000-7f8062b98000 r--p 00002000 00:71 16540794                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
| 7f8062b98000-7f8062b99000 rw-p 00003000 00:71 16540794                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
| 7f8062b99000-7f8062c9c000 rw-p 00000000 00:00 0 
| 7f8062c9c000-7f8062c9f000 r--p 00000000 00:71 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8062c9f000-7f8062cb6000 r-xp 00003000 00:71 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8062cb6000-7f8062cba000 r--p 0001a000 00:71 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8062cba000-7f8062cbb000 r--p 0001d000 00:71 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8062cbb000-7f8062cbc000 rw-p 0001e000 00:71 13112828                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f8062cbc000-7f8062ce4000 r--p 00000000 00:71 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8062ce4000-7f8062e79000 r-xp 00028000 00:71 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8062e79000-7f8062ed1000 r--p 001bd000 00:71 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8062ed1000-7f8062ed5000 r--p 00214000 00:71 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8062ed5000-7f8062ed7000 rw-p 00218000 00:71 13112803                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f8062ed7000-7f8062ee6000 rw-p 00000000 00:00 0 
| 7f8062ee6000-7f8062ef4000 r--p 00000000 00:71 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8062ef4000-7f8062f70000 r-xp 0000e000 00:71 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8062f70000-7f8062fcb000 r--p 0008a000 00:71 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8062fcb000-7f8062fcc000 r--p 000e4000 00:71 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8062fcc000-7f8062fcd000 rw-p 000e5000 00:71 13112855                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f8062fcd000-7f8062fcf000 r--p 00000000 00:71 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8062fcf000-7f8062fe3000 r-xp 00002000 00:71 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8062fe3000-7f8062ffc000 r--p 00016000 00:71 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8062ffc000-7f8062ffd000 ---p 0002f000 00:71 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8062ffd000-7f8062ffe000 r--p 0002f000 00:71 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8062ffe000-7f8062fff000 rw-p 00030000 00:71 13112812                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f8062fff000-7f8063007000 rw-p 00000000 00:00 0 
| 7f8063007000-7f8063011000 r--p 00000000 00:71 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8063011000-7f8063070000 r-xp 0000a000 00:71 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8063070000-7f8063087000 r--p 00069000 00:71 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8063087000-7f8063088000 r--p 0007f000 00:71 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8063088000-7f8063089000 rw-p 00080000 00:71 13112832                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f8063089000-7f806308b000 r--p 00000000 00:71 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f806308b000-7f806309c000 r-xp 00002000 00:71 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f806309c000-7f80630a2000 r--p 00013000 00:71 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f80630a2000-7f80630a3000 ---p 00019000 00:71 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f80630a3000-7f80630a4000 r--p 00019000 00:71 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f80630a4000-7f80630a5000 rw-p 0001a000 00:71 13112934                   /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f80630a9000-7f80630ed000 r--p 00000000 00:71 14428080                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0
| 7f80630ed000-7f806344c000 r-xp 00044000 00:71 14428080                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0
| 7f806344c000-7f80635ae000 r--p 003a3000 00:71 14428080                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0
| 7f80635ae000-7f80635c2000 r--p 00504000 00:71 14428080                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0
| 7f80635c2000-7f80635c5000 rw-p 00518000 00:71 14428080                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.3.0
| 7f80635c5000-7f80635db000 rw-p 00000000 00:00 0 
| 7f80635db000-7f80635dd000 r--p 00000000 00:71 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f80635dd000-7f8063607000 r-xp 00002000 00:71 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f8063607000-7f8063612000 r--p 0002c000 00:71 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f8063613000-7f8063615000 r--p 00037000 00:71 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f8063615000-7f8063617000 rw-p 00039000 00:71 13112785                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffc43710000-7ffc43f0f000 rw-p 00000000 00:00 0                          [stack]
| 7ffc43fb5000-7ffc43fb9000 r--p 00000000 00:00 0                          [vvar]
| 7ffc43fb9000-7ffc43fbb000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 


Finished(3/50)  tests in 884.953230s, 26.8534 tests/s, 10075.4037 assertions/s.
71292 tests, 26745522 assertions, 1 failures, 0 errors, 241 skips

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

Finished in 87.109690 seconds

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

$ gdb -batch -se /tmp/ruby/build/trunk-repeat50/ruby -c /tmp/cores/core.1001.1865401.ruby -x gdbscript
[New LWP 1865401]
[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-repeat50/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=140189389925376) at ./nptl/pthread_kill.c:44

>>> Threads

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

>>> Machine level backtrace


Thread 1 (Thread 0x7f8062c9ac00 (LWP 1865401)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=140189389925376) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f8062c9ac00
        old_mask = {__val = {94648732375824, 140189390738643, 94648732914432, 6375831985155812608, 146, 18446744073709551344, 2, 0, 94648732914432, 1, 94648732375824, 140189390738643, 0, 140189390634989, 140189389925376, 140189392250368}}
        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=140189389925376) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=140189389925376, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f8062cfe476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f8062ce47f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x735b202020200a5d, sa_sigaction = 0x735b202020200a5d}, sa_mask = {__val = {2, 140189392266912, 3432, 140189398248022, 140189390633040, 2, 2314885599538982970, 2314885530818453536, 140189392266912, 2, 2, 1, 140189398248022, 140189392250368, 140189390585943, 140189389917456}}, sa_flags = 0, sa_restorer = 0x7f8062ed66a0 <_IO_2_1_stderr_>}
        sigs = {__val = {32, 2314885599538982970, 2314885530818453536, 2314885530818453536, 6566283579056201760, 7378596435911206006, 7378697629483820646, 7362593949345656886, 7378697629483820646, 2319406791637612134, 3472328228586663213, 3472310704041635888, 2314885599538982970, 2314885530818453536, 6566283579056201760, 140189390630765}}
#5  0x00007f80630f398a in die () at /tmp/ruby/src/trunk-repeat50/error.c:776
No locals.
#6  rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x5615201a9580, fmt=fmt@entry=0x7f8063482351 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat50/error.c:817
        file = <optimized out>
        line = 1
#7  0x00007f80632dec6d in sigsegv (sig=11, info=0x5615201a96b0, ctx=0x5615201a9580) at /tmp/ruby/src/trunk-repeat50/signal.c:964
No locals.
#8  <signal handler called>
No locals.
#9  0x00007f80631ba718 in RVALUE_WB_UNPROTECTED (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat50/gc.c:1650
No locals.
#10 rgengc_check_relation (objspace=0x5615201280e0, obj=94648735907896) at /tmp/ruby/src/trunk-repeat50/gc.c:6983
        old_parent = <optimized out>
        __func__ = <optimized out>
#11 0x00007f80631c07bd in rgengc_check_relation (obj=94648735907896, objspace=0x5615201280e0) at /tmp/ruby/src/trunk-repeat50/gc.c:7078
        old_parent = <optimized out>
        old_parent = <optimized out>
        __func__ = <optimized out>
#12 gc_mark_ptr (objspace=0x5615201280e0, obj=94648735907896) at /tmp/ruby/src/trunk-repeat50/gc.c:7059
        __func__ = "gc_mark_ptr"
#13 0x00007f8063224c5c in mark_ast_value (node=0x5615205295c8, ctx=0x0) at /tmp/ruby/src/trunk-repeat50/node.c:1379
        args = <optimized out>
#14 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=4, nbe=0x561520529580) at /tmp/ruby/src/trunk-repeat50/node.c:1338
        cursor = 1
        cursor = <optimized out>
#15 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-repeat50/node.c:1348
        nbe = 0x561520529580
        nbe = <optimized out>
#16 rb_ast_mark (ast=0x7f805f08eb20) at /tmp/ruby/src/trunk-repeat50/node.c:1436
        nb = <optimized out>
#17 0x00007f80631c3a88 in gc_mark_stacked_objects (count=<optimized out>, incremental=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-repeat50/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-repeat50/gc.c:7550
No locals.
#19 gc_marks_rest (objspace=0x5615201280e0) at /tmp/ruby/src/trunk-repeat50/gc.c:8717
No locals.
#20 0x00007f80631c4a42 in gc_marks (full_mark=<optimized out>, objspace=0x5615201280e0) at /tmp/ruby/src/trunk-repeat50/gc.c:8774
        marking_finished = false
        marking_finished = <optimized out>
#21 gc_start (objspace=0x5615201280e0, reason=<optimized out>) at /tmp/ruby/src/trunk-repeat50/gc.c:9557
        do_full_mark = <optimized out>
        immediate_mark = <optimized out>
        __func__ = <optimized out>
        lock_lev = 0
#22 0x00007f80631c795d in heap_prepare (heap=0x561520128140, size_pool=0x561520128108, objspace=0x5615201280e0) at /tmp/ruby/src/trunk-repeat50/gc.c:2416
        __func__ = <optimized out>
#23 heap_next_free_page (heap=0x561520128140, size_pool=0x561520128108, objspace=0x5615201280e0) at /tmp/ruby/src/trunk-repeat50/gc.c:2685
        page = <optimized out>
        page = <optimized out>
        __func__ = <optimized out>
#24 newobj_alloc (objspace=0x5615201280e0, cr=0x561520128df0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-repeat50/gc.c:2791
        page = <optimized out>
        lev = 1
        unlock_vm = <optimized out>
        size_pool = 0x561520128108
        heap = 0x561520128140
        cache = 0x561520129068
        obj = <optimized out>
        __func__ = <optimized out>
#25 0x00007f80631c80a1 in newobj_of0 (alloc_size=5, cr=<optimized out>, wb_protected=1, flags=5, klass=140189337578880) at /tmp/ruby/src/trunk-repeat50/gc.c:2893
        obj = <optimized out>
        objspace = 0x5615201280e0
        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-repeat50/gc.c:2913
        obj = <optimized out>
        obj = <optimized out>
#27 rb_wb_protected_newobj_of (klass=klass@entry=140189337578880, flags=flags@entry=5, size=size@entry=28) at /tmp/ruby/src/trunk-repeat50/gc.c:2935
        __func__ = <optimized out>
#28 0x00007f80632fa1b0 in str_alloc_embed (capa=4, klass=140189337578880) at /tmp/ruby/src/trunk-repeat50/string.c:907
        size = 28
        str = <optimized out>
#29 str_new0 (termlen=1, len=3, ptr=0x0, klass=140189337578880) at /tmp/ruby/src/trunk-repeat50/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=ptr@entry=0x0, len=len@entry=3, enc=0x56152012fe50) at /tmp/ruby/src/trunk-repeat50/string.c:1000
        str = <optimized out>
#31 0x00007f8063313f48 in sym_inspect (sym=<optimized out>) at /tmp/ruby/src/trunk-repeat50/string.c:11559
        enc = <optimized out>
        str = <optimized out>
        ptr = 0x7f8062b72380 "sp"
        len = 2
        dest = <optimized out>
#32 0x00007f8063382241 in vm_call0_cfunc_with_frame (argv=0x0, calling=<optimized out>, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:148
        reg_cfp = 0x7f8062c98cd0
        ci = <optimized out>
        me = 0x7f8062b38d48
        mid = 2769
        block_handler = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        val = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        frame_flags = <optimized out>
        ci = <optimized out>
        val = <optimized out>
        me = <optimized out>
        cfunc = <optimized out>
        len = <optimized out>
        recv = <optimized out>
        argc = <optimized out>
        mid = <optimized out>
        block_handler = <optimized out>
        frame_flags = <optimized out>
        unaligned_member_ptr_result = <optimized out>
        args = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        reg_cfp = <optimized out>
        flag_arg_ = <optimized out>
        hooks_arg_ = <optimized out>
        args = <optimized out>
#33 vm_call0_cfunc (argv=0x0, calling=<optimized out>, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:162
No locals.
#34 vm_call0_body (ec=0x561520129120, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:208
        ci = <optimized out>
        cc = <optimized out>
        ret = <optimized out>
#35 0x00007f806338689f in vm_call0_cc (kw_splat=0, cc=0x7f805f0dc8e8, argv=0x0, argc=0, id=2769, recv=11063564, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:85
        calling = {ci = 0x7ffc43f090f0, cc = 0x7f805f0dc8e8, block_handler = 0, recv = 11063564, argc = 0, kw_splat = false}
#36 rb_funcallv_scope (scope=CALL_FCALL, argv=0x0, argc=0, mid=2769, recv=11063564) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040
        ec = 0x561520129120
        cc = 0x7f805f0dc8e8
        self = <optimized out>
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#37 rb_funcallv (recv=11063564, mid=mid@entry=2769, argc=argc@entry=0, argv=argv@entry=0x0) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1055
No locals.
#38 0x00007f80632399b9 in rb_inspect (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat50/object.c:659
        str = <optimized out>
        enc = <optimized out>
#39 0x00007f80630ff541 in inspect_ary (dummy=140189397182623, recur=0, ary=140189388768480) at /tmp/ruby/src/trunk-repeat50/array.c:3105
        i = 0
        s = <optimized out>
        str = 140189388767280
        i = <optimized out>
        s = <optimized out>
        str = <optimized out>
#40 inspect_ary (ary=ary@entry=140189388768480, dummy=dummy@entry=0, recur=recur@entry=0) at /tmp/ruby/src/trunk-repeat50/array.c:3097
        i = <optimized out>
        s = <optimized out>
        str = <optimized out>
#41 0x00007f806332a778 in exec_recursive (func=0x7f80630ff4e0 <inspect_ary>, obj=140189388768480, pairid=<optimized out>, arg=0, outer=0, mid=<optimized out>) at /tmp/ruby/src/trunk-repeat50/thread.c:5149
        _ec = 0x561520129120
        _tag = {tag = 36, retval = 140189388870136, buf = {0x561520178720, 0x7f806332a5c0 <exec_recursive+560>, 0x0, 0x7ffc43f091b0, 0x7f805faafe60}, prev = 0x7ffc43f09550, state = RUBY_TAG_NONE, lock_rec = 0}
        ret = 36
        state = RUBY_TAG_NONE
        result = <optimized out>
        sym = 708876
        p = {func = 0x7f80630ff4e0 <inspect_ary>, list = 140189327196960, obj = 140189388768480, pairid = 0, arg = 0}
        outermost = <optimized out>
#42 0x00007f8063366ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f8062c98d10, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
        ci = 0xad100100001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f8062b30a58
        cfunc = 0x561520178728
        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>
#43 vm_call_cfunc_with_frame (ec=0x561520129120, reg_cfp=0x7f8062c98d10, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#44 0x00007f806337625d 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-repeat50/vm_callinfo.h:368
        val = 96
        ci = 0xcd8
        cc = <optimized out>
        recv = 94648732385504
        argc = <optimized out>
        calling = {ci = 0xad100100001, cc = 0x7f805f0dc938, block_handler = 0, recv = 140189388768480, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#45 vm_exec_core (ec=0x561520129120, initial=3166) at ../../src/trunk-repeat50/insns.def:835
        bh = <optimized out>
        cd = 0xc5e
        leaf = <optimized out>
        val = 96
        reg_pc = 0x561520467358
        reg_cfp = 0x7f8062c98d10
        insns_address_table = {0x7f80633789cf <vm_exec_core+10351>, 0x7f80633763d9 <vm_exec_core+633>, 0x7f806337858e <vm_exec_core+9262>, 0x7f8063378514 <vm_exec_core+9140>, 0x7f806337849d <vm_exec_core+9021>, 0x7f806337841e <vm_exec_core+8894>, 0x7f806337839e <vm_exec_core+8766>, 0x7f8063378342 <vm_exec_core+8674>, 0x7f80633782e7 <vm_exec_core+8583>, 0x7f8063378297 <vm_exec_core+8503>, 0x7f806337811c <vm_exec_core+8124>, 0x7f8063377f71 <vm_exec_core+7697>, 0x7f8063377e86 <vm_exec_core+7462>, 0x7f8063377e17 <vm_exec_core+7351>, 0x7f8063377daa <vm_exec_core+7242>, 0x7f8063377d6f <vm_exec_core+7183>, 0x7f8063377d39 <vm_exec_core+7129>, 0x7f8063377d06 <vm_exec_core+7078>, 0x7f80633785fa <vm_exec_core+9370>, 0x7f8063377067 <vm_exec_core+3847>, 0x7f8063376ff9 <vm_exec_core+3737>, 0x7f8063376fbe <vm_exec_core+3678>, 0x7f8063376f68 <vm_exec_core+3592>, 0x7f8063376f24 <vm_exec_core+3524>, 0x7f8063376e9d <vm_exec_core+3389>, 0x7f8063376e68 <vm_exec_core+3336>, 0x7f8063376e0d <vm_exec_core+3245>, 0x7f8063376d95 <vm_exec_core+3125>, 0x7f8063376d5d <vm_exec_core+3069>, 0x7f8063376d25 <vm_exec_core+3013>, 0x7f8063376b30 <vm_exec_core+2512>, 0x7f8063376a9f <vm_exec_core+2367>, 0x7f8063376a42 <vm_exec_core+2274>, 0x7f80633769c9 <vm_exec_core+2153>, 0x7f8063377709 <vm_exec_core+5545>, 0x7f80633776e4 <vm_exec_core+5508>, 0x7f80633776ab <vm_exec_core+5451>, 0x7f806337765b <vm_exec_core+5371>, 0x7f8063377629 <vm_exec_core+5321>, 0x7f806337753e <vm_exec_core+5086>, 0x7f80633774f9 <vm_exec_core+5017>, 0x7f80633774b3 <vm_exec_core+4947>, 0x7f8063377483 <vm_exec_core+4899>, 0x7f80633773b8 <vm_exec_core+4696>, 0x7f8063377423 <vm_exec_core+4803>, 0x7f8063377288 <vm_exec_core+4392>, 0x7f806337721b <vm_exec_core+4283>, 0x7f806337718e <vm_exec_core+4142>, 0x7f80633770d2 <vm_exec_core+3954>, 0x7f806337709a <vm_exec_core+3898>, 0x7f8063377c07 <vm_exec_core+6823>, 0x7f8063377af4 <vm_exec_core+6548>, 0x7f80633761b8 <vm_exec_core+88>, 0x7f8063377c82 <vm_exec_core+6946>, 0x7f806337784d <vm_exec_core+5869>, 0x7f8063378b17 <vm_exec_core+10679>, 0x7f8063377803 <vm_exec_core+5795>, 0x7f80633777aa <vm_exec_core+5706>, 0x7f8063377751 <vm_exec_core+5617>, 0x7f80633779e6 <vm_exec_core+6278>, 0x7f8063377910 <vm_exec_core+6064>, 0x7f8063377897 <vm_exec_core+5943>, 0x7f806337896e <vm_exec_core+10254>, 0x7f8063377c4a <vm_exec_core+6890>, 0x7f8063377a9d <vm_exec_core+6461>, 0x7f806337682a <vm_exec_core+1738>, 0x7f80633767f0 <vm_exec_core+1680>, 0x7f8063376922 <vm_exec_core+1986>, 0x7f8063376881 <vm_exec_core+1825>, 0x7f8063378dff <vm_exec_core+11423>, 0x7f8063378d56 <vm_exec_core+11254>, 0x7f8063378fd6 <vm_exec_core+11894>, 0x7f8063378f63 <vm_exec_core+11779>, 0x7f8063378ebd <vm_exec_core+11613>, 0x7f8063378e61 <vm_exec_core+11521>, 0x7f8063379383 <vm_exec_core+12835>, 0x7f80633792e6 <vm_exec_core+12678>, 0x7f806337924e <vm_exec_core+12526>, 0x7f80633791b1 <vm_exec_core+12369>, 0x7f8063379119 <vm_exec_core+12217>, 0x7f8063378a58 <vm_exec_core+10488>, 0x7f80633790ce <vm_exec_core+12142>, 0x7f8063379078 <vm_exec_core+12056>, 0x7f8063378be5 <vm_exec_core+10885>, 0x7f8063378b5b <vm_exec_core+10747>, 0x7f8063376783 <vm_exec_core+1571>, 0x7f8063376725 <vm_exec_core+1477>, 0x7f8063378d22 <vm_exec_core+11202>, 0x7f8063378cee <vm_exec_core+11150>, 0x7f8063378c9d <vm_exec_core+11069>, 0x7f8063378c4e <vm_exec_core+10990>, 0x7f8063378a8b <vm_exec_core+10539>, 0x7f80633789e0 <vm_exec_core+10368>, 0x7f80633766b8 <vm_exec_core+1368>, 0x7f8063376661 <vm_exec_core+1281>, 0x7f80633765de <vm_exec_core+1150>, 0x7f8063376599 <vm_exec_core+1081>, 0x7f806337654c <vm_exec_core+1004>, 0x7f80633764ff <vm_exec_core+927>, 0x7f80633764aa <vm_exec_core+842>, 0x7f8063376477 <vm_exec_core+791>, 0x7f8063376444 <vm_exec_core+740>, 0x7f8063378afb <vm_exec_core+10651>, 0x7f80633763ca <vm_exec_core+618>, 0x7f806337857f <vm_exec_core+9247>, 0x7f8063378505 <vm_exec_core+9125>, 0x7f806337848e <vm_exec_core+9006>, 0x7f806337840f <vm_exec_core+8879>, 0x7f806337838f <vm_exec_core+8751>, 0x7f8063378333 <vm_exec_core+8659>, 0x7f80633782d8 <vm_exec_core+8568>, 0x7f8063378288 <vm_exec_core+8488>, 0x7f806337810d <vm_exec_core+8109>, 0x7f8063377f62 <vm_exec_core+7682>, 0x7f8063377e77 <vm_exec_core+7447>, 0x7f8063377e08 <vm_exec_core+7336>, 0x7f8063377d9b <vm_exec_core+7227>, 0x7f8063377d60 <vm_exec_core+7168>, 0x7f8063377d2a <vm_exec_core+7114>, 0x7f8063377cf7 <vm_exec_core+7063>, 0x7f80633785eb <vm_exec_core+9355>, 0x7f8063377058 <vm_exec_core+3832>, 0x7f8063376fea <vm_exec_core+3722>, 0x7f8063376faf <vm_exec_core+3663>, 0x7f8063376f59 <vm_exec_core+3577>, 0x7f8063376f15 <vm_exec_core+3509>, 0x7f8063376e8e <vm_exec_core+3374>, 0x7f8063376e59 <vm_exec_core+3321>, 0x7f8063376dfe <vm_exec_core+3230>, 0x7f8063376d86 <vm_exec_core+3110>, 0x7f8063376d4e <vm_exec_core+3054>, 0x7f8063376d16 <vm_exec_core+2998>, 0x7f8063376b21 <vm_exec_core+2497>, 0x7f8063376a90 <vm_exec_core+2352>, 0x7f8063376a33 <vm_exec_core+2259>, 0x7f80633769ba <vm_exec_core+2138>, 0x7f80633776fa <vm_exec_core+5530>, 0x7f80633776d5 <vm_exec_core+5493>, 0x7f806337769c <vm_exec_core+5436>, 0x7f806337764c <vm_exec_core+5356>, 0x7f806337761a <vm_exec_core+5306>, 0x7f806337752f <vm_exec_core+5071>, 0x7f80633774ea <vm_exec_core+5002>, 0x7f80633774a4 <vm_exec_core+4932>, 0x7f8063377474 <vm_exec_core+4884>, 0x7f80633773a9 <vm_exec_core+4681>, 0x7f8063377414 <vm_exec_core+4788>, 0x7f8063377279 <vm_exec_core+4377>, 0x7f806337720c <vm_exec_core+4268>, 0x7f806337717f <vm_exec_core+4127>, 0x7f80633770c3 <vm_exec_core+3939>, 0x7f806337708b <vm_exec_core+3883>, 0x7f8063377bf8 <vm_exec_core+6808>, 0x7f8063377ae5 <vm_exec_core+6533>, 0x7f80633795a3 <vm_exec_core+13379>, 0x7f8063377c73 <vm_exec_core+6931>, 0x7f806337783e <vm_exec_core+5854>, 0x7f806337958f <vm_exec_core+13359>, 0x7f80633777f4 <vm_exec_core+5780>, 0x7f806337779b <vm_exec_core+5691>, 0x7f8063377742 <vm_exec_core+5602>, 0x7f80633779d7 <vm_exec_core+6263>, 0x7f8063377901 <vm_exec_core+6049>, 0x7f8063377888 <vm_exec_core+5928>, 0x7f806337895f <vm_exec_core+10239>, 0x7f8063377c3b <vm_exec_core+6875>, 0x7f8063377a8e <vm_exec_core+6446>, 0x7f806337681b <vm_exec_core+1723>, 0x7f80633767e1 <vm_exec_core+1665>, 0x7f8063376913 <vm_exec_core+1971>, 0x7f8063376872 <vm_exec_core+1810>, 0x7f806337957b <vm_exec_core+13339>, 0x7f8063379567 <vm_exec_core+13319>, 0x7f8063379553 <vm_exec_core+13299>, 0x7f806337953f <vm_exec_core+13279>, 0x7f806337952b <vm_exec_core+13259>, 0x7f8063379517 <vm_exec_core+13239>, 0x7f80633794fc <vm_exec_core+13212>, 0x7f80633794e8 <vm_exec_core+13192>, 0x7f80633794d4 <vm_exec_core+13172>, 0x7f80633794c0 <vm_exec_core+13152>, 0x7f80633794ac <vm_exec_core+13132>, 0x7f8063379498 <vm_exec_core+13112>, 0x7f8063379484 <vm_exec_core+13092>, 0x7f8063379470 <vm_exec_core+13072>, 0x7f806337945c <vm_exec_core+13052>, 0x7f8063379448 <vm_exec_core+13032>, 0x7f8063376774 <vm_exec_core+1556>, 0x7f8063376716 <vm_exec_core+1462>, 0x7f8063379434 <vm_exec_core+13012>, 0x7f8063379420 <vm_exec_core+12992>, 0x7f806337940c <vm_exec_core+12972>, 0x7f80633793f8 <vm_exec_core+12952>, 0x7f80633761a1 <vm_exec_core+65>, 0x7f80633761a5 <vm_exec_core+69>, 0x7f80633766a9 <vm_exec_core+1353>, 0x7f8063376652 <vm_exec_core+1266>, 0x7f80633765cf <vm_exec_core+1135>, 0x7f806337658a <vm_exec_core+1066>, 0x7f806337653d <vm_exec_core+989>...}
#46 0x00007f806337c9fb in rb_vm_exec (ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x561520129120
        _tag = {tag = 36, retval = 4, buf = {0x7f805f08eda0, 0x7f806337c1f0 <rb_vm_exec+400>, 0x0, 0x7ffc43f09480, 0x24}, prev = 0x7ffc43f0ae40, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#47 0x00007f806338689f in vm_call0_cc (kw_splat=0, cc=0x7f805f0dc438, argv=0x7ffc43f096a0, argc=1, id=52001, recv=140189326962080, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:85
        calling = {ci = 0x7ffc43f09630, cc = 0x7f805f0dc438, block_handler = 0, recv = 140189326962080, argc = 1, kw_splat = false}
#48 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7ffc43f096a0, argc=1, mid=52001, recv=140189326962080) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1040
        ec = 0x561520129120
        cc = 0x7f805f0dc438
        self = <optimized out>
        ec = <optimized out>
        cc = <optimized out>
        self = <optimized out>
#49 rb_funcallv (recv=140189326962080, mid=52001, argc=argc@entry=1, argv=argv@entry=0x7ffc43f096a0) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1055
No locals.
#50 0x00007f805f1f7f4a in ripper_dispatch1 (a=<optimized out>, mid=<optimized out>, p=0x5615203e8be0) at /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14192
        rb_funcall_argc = 1
        rb_funcall_args = {140189388786640}
        rb_funcall_nargs = 1
#51 ripper_scan_event_val (t=tSP, p=0x5615203e8be0) at /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:6272
        str = <optimized out>
        rval = <optimized out>
        str = <optimized out>
        rval = <optimized out>
#52 ripper_dispatch_scan_event (p=0x5615203e8be0, t=tSP) at /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:6282
No locals.
#53 0x00007f805f200677 in parser_yylex (p=0x5615203e8be0) at /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:10432
        prevline = <optimized out>
        last_state = EXPR_BEG
        token_seen = <optimized out>
        fallthru = 0
        retry = <optimized out>
        c = <optimized out>
        space_seen = 1
        cmd_state = <optimized out>
        label = <optimized out>
        c = <optimized out>
        space_seen = <optimized out>
        cmd_state = <optimized out>
        label = <optimized out>
        last_state = <optimized out>
        fallthru = <optimized out>
        token_seen = <optimized out>
        retry = <optimized out>
        outofloop = <optimized out>
        normal_newline = <optimized out>
        prevline = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        first_p = <optimized out>
        token = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        is_beg = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
        prev = <optimized out>
        rb_funcall_argc = <optimized out>
        rb_funcall_args = <optimized out>
        rb_funcall_nargs = <optimized out>
#54 yylex (p=0x5615203e8be0, yylloc=0x7ffc43f097d0, lval=0x7ffc43f097a8) at /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:10485
        t = <optimized out>
        t = <optimized out>
#55 ripper_yyparse (p=0x5615203e8be0) at /tmp/ruby/build/trunk-repeat50/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 = 541, column = 58}, end_pos = {lineno = 541, column = 58}}
        yynerrs = <optimized out>
        yystate = <optimized out>
        yyerrstatus = <optimized out>
        yystacksize = <optimized out>
        yyssa = {0, 2, 71, 313, 99, 403, 646, 824, 265, 481, 76, 324, 565, 265, 481, 80, 333, 574, 760, 897, 1032, 105, 333, 574, 760, 897, 1032, 97, 387, 634, 810, 980, 1097, 1178, 1231, 1270, 265, 481, 455, 443, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 0, 0, 32764, 0, 0, 0, 32764, 0, -26096, 17392, 32764, 0, 0, 0, 32640, 0, 32, 0, 0, 0, -5086, 24328, 32640, 0, 3, 0, 0, 0, -20896, 17392, 32764, 0, 3, 0, 0, 0, -20880, 17392, 32764, 0, -26224, 17392, 32764, 0, -26192, 17392, 32764, 0, 0, 0, 0, 512, -26224, 17392, 32764, 0, -20928, 17392, 32764, 0, 128, 0, 0, 0, 36, 0, 0, 0, -13448, 8262, 22037, 0, 36, 0, 0, 0, 36, 0, 0, 0, -20880, 17392, 32764, 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, -8848, 25272, 32640, 0}
        yyss = <optimized out>
        yyssp = <optimized out>
        yyvsa = {{val = 140189388825560, node = 0x7f8062b8e3d8, id = 140189388825560, num = 1656284120, tbl = 0x7f8062b8e3d8, vars = 0x7f8062b8e3d8, strterm = 0x7f8062b8e3d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189327268400, node = 0x7f805f0d9a30, id = 140189327268400, num = 1594726960, tbl = 0x7f805f0d9a30, vars = 0x7f805f0d9a30, strterm = 0x7f805f0d9a30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140189326952600, node = 0x7f805f08c898, id = 140189326952600, num = 1594411160, tbl = 0x7f805f08c898, vars = 0x7f805f08c898, strterm = 0x7f805f08c898, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140189326955840, node = 0x7f805f08d540, id = 140189326955840, num = 1594414400, tbl = 0x7f805f08d540, vars = 0x7f805f08d540, strterm = 0x7f805f08d540, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140187732541440, node = 0x7f8000000000, id = 140187732541440, num = 0, tbl = 0x7f8000000000, vars = 0x7f8000000000, strterm = 0x7f8000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140189326949080, node = 0x7f805f08bad8, id = 140189326949080, num = 1594407640, tbl = 0x7f805f08bad8, vars = 0x7f805f08bad8, strterm = 0x7f805f08bad8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189326943640, node = 0x7f805f08a598, id = 140189326943640, num = 1594402200, tbl = 0x7f805f08a598, vars = 0x7f805f08a598, strterm = 0x7f805f08a598, 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 = 140189326810920, node = 0x7f805f069f28, id = 140189326810920, num = 1594269480, tbl = 0x7f805f069f28, vars = 0x7f805f069f28, strterm = 0x7f805f069f28, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140189326811800, node = 0x7f805f06a298, id = 140189326811800, num = 1594270360, tbl = 0x7f805f06a298, vars = 0x7f805f06a298, strterm = 0x7f805f06a298, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94648735905096, node = 0x561520483548, id = 94648735905096, num = 541603144, tbl = 0x561520483548, vars = 0x561520483548, strterm = 0x561520483548, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140189326805840, node = 0x7f805f068b50, id = 140189326805840, num = 1594264400, tbl = 0x7f805f068b50, vars = 0x7f805f068b50, strterm = 0x7f805f068b50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189326805840, node = 0x7f805f068b50, id = 140189326805840, num = 1594264400, tbl = 0x7f805f068b50, vars = 0x7f805f068b50, strterm = 0x7f805f068b50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189327263360, node = 0x7f805f0d8680, id = 140189327263360, num = 1594721920, tbl = 0x7f805f0d8680, vars = 0x7f805f0d8680, strterm = 0x7f805f0d8680, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140189327263960, node = 0x7f805f0d88d8, id = 140189327263960, num = 1594722520, tbl = 0x7f805f0d88d8, vars = 0x7f805f0d88d8, strterm = 0x7f805f0d88d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94648735908568, node = 0x5615204842d8, id = 94648735908568, num = 541606616, tbl = 0x5615204842d8, vars = 0x5615204842d8, strterm = 0x5615204842d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189327259520, node = 0x7f805f0d7780, id = 140189327259520, num = 1594718080, tbl = 0x7f805f0d7780, vars = 0x7f805f0d7780, strterm = 0x7f805f0d7780, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648735642192, node = 0x561520443250, id = 94648735642192, num = 541340240, tbl = 0x561520443250, vars = 0x561520443250, strterm = 0x561520443250, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140192027508735, node = 0x7f80ffffffff, id = 140192027508735, num = -1, tbl = 0x7f80ffffffff, vars = 0x7f80ffffffff, strterm = 0x7f80ffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140189327233880, node = 0x7f805f0d1358, id = 140189327233880, num = 1594692440, tbl = 0x7f805f0d1358, vars = 0x7f805f0d1358, strterm = 0x7f805f0d1358, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189327234720, node = 0x7f805f0d16a0, id = 140189327234720, num = 1594693280, tbl = 0x7f805f0d16a0, vars = 0x7f805f0d16a0, strterm = 0x7f805f0d16a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94648735799456, node = 0x5615204698a0, id = 94648735799456, num = 541497504, tbl = 0x5615204698a0, vars = 0x5615204698a0, strterm = 0x5615204698a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, 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 = 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 = 140189327229240, node = 0x7f805f0d0138, id = 140189327229240, num = 1594687800, tbl = 0x7f805f0d0138, vars = 0x7f805f0d0138, strterm = 0x7f805f0d0138, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140189388828520, node = 0x7f8062b8ef68, id = 140189388828520, num = 1656287080, tbl = 0x7f8062b8ef68, vars = 0x7f8062b8ef68, strterm = 0x7f8062b8ef68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140189388823200, node = 0x7f8062b8daa0, id = 140189388823200, num = 1656281760, tbl = 0x7f8062b8daa0, vars = 0x7f8062b8daa0, strterm = 0x7f8062b8daa0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140189388825320, node = 0x7f8062b8e2e8, id = 140189388825320, num = 1656283880, tbl = 0x7f8062b8e2e8, vars = 0x7f8062b8e2e8, strterm = 0x7f8062b8e2e8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140187732541464, node = 0x7f8000000018, id = 140187732541464, num = 24, tbl = 0x7f8000000018, vars = 0x7f8000000018, strterm = 0x7f8000000018, 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 = 140189388803920, node = 0x7f8062b88f50, id = 140189388803920, num = 1656262480, tbl = 0x7f8062b88f50, vars = 0x7f8062b88f50, strterm = 0x7f8062b88f50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189388805400, node = 0x7f8062b89518, id = 140189388805400, num = 1656263960, tbl = 0x7f8062b89518, vars = 0x7f8062b89518, strterm = 0x7f8062b89518, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140189388808600, node = 0x7f8062b8a198, id = 140189388808600, num = 1656267160, tbl = 0x7f8062b8a198, vars = 0x7f8062b8a198, strterm = 0x7f8062b8a198, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140189388786880, node = 0x7f8062b84cc0, id = 140189388786880, num = 1656245440, tbl = 0x7f8062b84cc0, vars = 0x7f8062b84cc0, strterm = 0x7f8062b84cc0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140189388795920, node = 0x7f8062b87010, id = 140189388795920, num = 1656254480, tbl = 0x7f8062b87010, vars = 0x7f8062b87010, strterm = 0x7f8062b87010, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140189388791720, node = 0x7f8062b85fa8, id = 140189388791720, num = 1656250280, tbl = 0x7f8062b85fa8, vars = 0x7f8062b85fa8, strterm = 0x7f8062b85fa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140189326841760, node = 0x7f805f0717a0, id = 140189326841760, num = 1594300320, tbl = 0x7f805f0717a0, vars = 0x7f805f0717a0, strterm = 0x7f805f0717a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140189326738680, node = 0x7f805f0584f8, id = 140189326738680, num = 1594197240, tbl = 0x7f805f0584f8, vars = 0x7f805f0584f8, strterm = 0x7f805f0584f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648736666440, node = 0x56152053d348, id = 94648736666440, num = 542364488, tbl = 0x56152053d348, vars = 0x56152053d348, strterm = 0x56152053d348, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140189326743640, node = 0x7f805f059858, id = 140189326743640, num = 1594202200, tbl = 0x7f805f059858, vars = 0x7f805f059858, strterm = 0x7f805f059858, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140189326740040, node = 0x7f805f058a48, id = 140189326740040, num = 1594198600, tbl = 0x7f805f058a48, vars = 0x7f805f058a48, strterm = 0x7f805f058a48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 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 = 140189327012280, node = 0x7f805f09b1b8, id = 140189327012280, num = 1594470840, tbl = 0x7f805f09b1b8, vars = 0x7f805f09b1b8, strterm = 0x7f805f09b1b8, 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 = 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 = 94648735812248, node = 0x56152046ca98, id = 94648735812248, num = 541510296, tbl = 0x56152046ca98, vars = 0x56152046ca98, strterm = 0x56152046ca98, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 15, node = 0xf, id = 15, num = 15, tbl = 0xf, vars = 0xf, strterm = 0xf, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721448330048, node = 0x7ffc43f0a340, id = 140721448330048, num = 1139843904, tbl = 0x7ffc43f0a340, vars = 0x7ffc43f0a340, strterm = 0x7ffc43f0a340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 420906795008, node = 0x6200000000, id = 420906795008, num = 0, tbl = 0x6200000000, vars = 0x6200000000, strterm = 0x6200000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648733250720, node = 0x5615201fb4a0, id = 94648733250720, num = 538948768, tbl = 0x5615201fb4a0, vars = 0x5615201fb4a0, strterm = 0x5615201fb4a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140721448330272, node = 0x7ffc43f0a420, id = 140721448330272, num = 1139844128, tbl = 0x7ffc43f0a420, vars = 0x7ffc43f0a420, strterm = 0x7ffc43f0a420, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94648733448247, node = 0x56152022b837, id = 94648733448247, num = 539146295, tbl = 0x56152022b837, vars = 0x56152022b837, strterm = 0x56152022b837, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637976727552, node = 0x7f0000000000, id = 139637976727552, num = 0, tbl = 0x7f0000000000, vars = 0x7f0000000000, strterm = 0x7f0000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721448327744, node = 0x7ffc43f09a40, id = 140721448327744, num = 1139841600, tbl = 0x7ffc43f09a40, vars = 0x7ffc43f09a40, strterm = 0x7ffc43f09a40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94648733448254, node = 0x56152022b83e, id = 94648733448254, num = 539146302, tbl = 0x56152022b83e, vars = 0x56152022b83e, strterm = 0x56152022b83e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {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 = 94648733448254, node = 0x56152022b83e, id = 94648733448254, num = 539146302, tbl = 0x56152022b83e, vars = 0x56152022b83e, strterm = 0x56152022b83e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94648733448254, node = 0x56152022b83e, id = 94648733448254, num = 539146302, tbl = 0x56152022b83e, vars = 0x56152022b83e, strterm = 0x56152022b83e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 6375831985155812608, node = 0x587b8168eec92d00, id = 6375831985155812608, num = -288805632, tbl = 0x587b8168eec92d00, vars = 0x587b8168eec92d00, strterm = 0x587b8168eec92d00, 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 = 94648733216432, node = 0x5615201f2eb0, id = 94648733216432, num = 538914480, tbl = 0x5615201f2eb0, vars = 0x5615201f2eb0, strterm = 0x5615201f2eb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94648733216432, node = 0x5615201f2eb0, id = 94648733216432, num = 538914480, tbl = 0x5615201f2eb0, vars = 0x5615201f2eb0, strterm = 0x5615201f2eb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140721448328832, node = 0x7ffc43f09e80, id = 140721448328832, num = 1139842688, tbl = 0x7ffc43f09e80, vars = 0x7ffc43f09e80, strterm = 0x7ffc43f09e80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721448329536, node = 0x7ffc43f0a140, id = 140721448329536, num = 1139843392, tbl = 0x7ffc43f0a140, vars = 0x7ffc43f0a140, strterm = 0x7ffc43f0a140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140189398195776, node = 0x7f806347de40 <clean_info>, id = 140189398195776, num = 1665654336, tbl = 0x7f806347de40 <clean_info>, vars = 0x7f806347de40 <clean_info>, strterm = 0x7f806347de40 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140721448329584, node = 0x7ffc43f0a170, id = 140721448329584, num = 1139843440, tbl = 0x7ffc43f0a170, vars = 0x7ffc43f0a170, strterm = 0x7ffc43f0a170, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140189396312994, node = 0x7f80632b23a2 <optimize_node_left+450>, id = 140189396312994, num = 1663771554, tbl = 0x7f80632b23a2 <optimize_node_left+450>, vars = 0x7f80632b23a2 <optimize_node_left+450>, strterm = 0x7f80632b23a2 <optimize_node_left+450>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {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 = 140721448329672, node = 0x7ffc43f0a1c8, id = 140721448329672, num = 1139843528, tbl = 0x7ffc43f0a1c8, vars = 0x7ffc43f0a1c8, strterm = 0x7ffc43f0a1c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140721448329608, node = 0x7ffc43f0a188, id = 140721448329608, num = 1139843464, tbl = 0x7ffc43f0a188, vars = 0x7ffc43f0a188, strterm = 0x7ffc43f0a188, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721448329736, node = 0x7ffc43f0a208, id = 140721448329736, num = 1139843592, tbl = 0x7ffc43f0a208, vars = 0x7ffc43f0a208, strterm = 0x7ffc43f0a208, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140720308486144, node = 0x7ffc00000000, id = 140720308486144, num = 0, tbl = 0x7ffc00000000, vars = 0x7ffc00000000, strterm = 0x7ffc00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140721448328856, node = 0x7ffc43f09e98, id = 140721448328856, num = 1139842712, tbl = 0x7ffc43f09e98, vars = 0x7ffc43f09e98, strterm = 0x7ffc43f09e98, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140721448329800, node = 0x7ffc43f0a248, id = 140721448329800, num = 1139843656, tbl = 0x7ffc43f0a248, vars = 0x7ffc43f0a248, strterm = 0x7ffc43f0a248, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140721448328817, node = 0x7ffc43f09e71, id = 140721448328817, num = 1139842673, tbl = 0x7ffc43f09e71, vars = 0x7ffc43f09e71, strterm = 0x7ffc43f09e71, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140721448328817, node = 0x7ffc43f09e71, id = 140721448328817, num = 1139842673, tbl = 0x7ffc43f09e71, vars = 0x7ffc43f09e71, strterm = 0x7ffc43f09e71, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140189396307594, node = 0x7f80632b0e8a <update_string_node_case_fold+298>, id = 140189396307594, num = 1663766154, tbl = 0x7f80632b0e8a <update_string_node_case_fold+298>, vars = 0x7f80632b0e8a <update_string_node_case_fold+298>, strterm = 0x7f80632b0e8a <update_string_node_case_fold+298>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648733563681, node = 0x561520247b21, id = 94648733563681, num = 539261729, tbl = 0x561520247b21, vars = 0x561520247b21, strterm = 0x561520247b21, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94648734643744, node = 0x56152034f620, id = 94648734643744, num = 540341792, tbl = 0x56152034f620, vars = 0x56152034f620, strterm = 0x56152034f620, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140721448328808, node = 0x7ffc43f09e68, id = 140721448328808, num = 1139842664, tbl = 0x7ffc43f09e68, vars = 0x7ffc43f09e68, strterm = 0x7ffc43f09e68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140721448328816, node = 0x7ffc43f09e70, id = 140721448328816, num = 1139842672, tbl = 0x7ffc43f09e70, vars = 0x7ffc43f09e70, strterm = 0x7ffc43f09e70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140721448328817, node = 0x7ffc43f09e71, id = 140721448328817, num = 1139842673, tbl = 0x7ffc43f09e71, vars = 0x7ffc43f09e71, strterm = 0x7ffc43f09e71, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 6375831985155812608, node = 0x587b8168eec92d00, id = 6375831985155812608, num = -288805632, tbl = 0x587b8168eec92d00, vars = 0x587b8168eec92d00, strterm = 0x587b8168eec92d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648733563648, node = 0x561520247b00, id = 94648733563648, num = 539261696, tbl = 0x561520247b00, vars = 0x561520247b00, strterm = 0x561520247b00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551344, node = 0xfffffffffffffef0, id = 18446744073709551344, num = -272, tbl = 0xfffffffffffffef0, vars = 0xfffffffffffffef0, strterm = 0xfffffffffffffef0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 22, node = 0x16, id = 22, num = 22, tbl = 0x16, vars = 0x16, strterm = 0x16, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94648733522897, node = 0x56152023dbd1, id = 94648733522897, num = 539220945, tbl = 0x56152023dbd1, vars = 0x56152023dbd1, strterm = 0x56152023dbd1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {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 = 140189390735019, node = 0x7f8062d606ab <_int_malloc+3195>, id = 140189390735019, num = 1658193579, tbl = 0x7f8062d606ab <_int_malloc+3195>, vars = 0x7f8062d606ab <_int_malloc+3195>, strterm = 0x7f8062d606ab <_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 = 94648736116464, node = 0x5615204b6ef0, id = 94648736116464, num = 541814512, tbl = 0x5615204b6ef0, vars = 0x5615204b6ef0, strterm = 0x5615204b6ef0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140189392264416, node = 0x7f8062ed5ce0 <main_arena+96>, id = 140189392264416, num = 1659722976, tbl = 0x7f8062ed5ce0 <main_arena+96>, vars = 0x7f8062ed5ce0 <main_arena+96>, strterm = 0x7f8062ed5ce0 <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 = 94557999988736, node = 0x560000000000, id = 94557999988736, num = 0, tbl = 0x560000000000, vars = 0x560000000000, strterm = 0x560000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 172337912784, node = 0x282023dbd0, id = 172337912784, num = 539220944, tbl = 0x282023dbd0, vars = 0x282023dbd0, strterm = 0x282023dbd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {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 = 94648733522897, node = 0x56152023dbd1, id = 94648733522897, num = 539220945, tbl = 0x56152023dbd1, vars = 0x56152023dbd1, strterm = 0x56152023dbd1, ctxt = {in_defined = 1, 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 = 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 = 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 = 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 = 6375831985155812608, node = 0x587b8168eec92d00, id = 6375831985155812608, num = -288805632, tbl = 0x587b8168eec92d00, vars = 0x587b8168eec92d00, strterm = 0x587b8168eec92d00, 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 = 336, node = 0x150, id = 336, num = 336, tbl = 0x150, vars = 0x150, strterm = 0x150, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, 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 = 94648734726240, node = 0x561520363860, id = 94648734726240, num = 540424288, tbl = 0x561520363860, vars = 0x561520363860, strterm = 0x561520363860, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140189392264320, node = 0x7f8062ed5c80 <main_arena>, id = 140189392264320, num = 1659722880, tbl = 0x7f8062ed5c80 <main_arena>, vars = 0x7f8062ed5c80 <main_arena>, strterm = 0x7f8062ed5c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648734726576, node = 0x5615203639b0, id = 94648734726576, num = 540424624, tbl = 0x5615203639b0, vars = 0x5615203639b0, strterm = 0x5615203639b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94648736116480, node = 0x5615204b6f00, id = 94648736116480, num = 541814528, tbl = 0x5615204b6f00, vars = 0x5615204b6f00, strterm = 0x5615204b6f00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140189390736475, node = 0x7f8062d60c5b <_int_realloc+299>, id = 140189390736475, num = 1658195035, tbl = 0x7f8062d60c5b <_int_realloc+299>, vars = 0x7f8062d60c5b <_int_realloc+299>, strterm = 0x7f8062d60c5b <_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 = 140189392264320, node = 0x7f8062ed5c80 <main_arena>, id = 140189392264320, num = 1659722880, tbl = 0x7f8062ed5c80 <main_arena>, vars = 0x7f8062ed5c80 <main_arena>, strterm = 0x7f8062ed5c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648734726256, node = 0x561520363870, id = 94648734726256, num = 540424304, tbl = 0x561520363870, vars = 0x561520363870, strterm = 0x561520363870, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {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 = 94648734726240, node = 0x561520363860, id = 94648734726240, num = 540424288, tbl = 0x561520363860, vars = 0x561520363860, strterm = 0x561520363860, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {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 = 336, node = 0x150, id = 336, num = 336, tbl = 0x150, vars = 0x150, strterm = 0x150, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140189390739849, node = 0x7f8062d61989 <__GI___libc_realloc+457>, id = 140189390739849, num = 1658198409, tbl = 0x7f8062d61989 <__GI___libc_realloc+457>, vars = 0x7f8062d61989 <__GI___libc_realloc+457>, strterm = 0x7f8062d61989 <__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 = 5, node = 0x5, id = 5, num = 5, tbl = 0x5, vars = 0x5, strterm = 0x5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, 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 = 94648734643744, node = 0x56152034f620, id = 94648734643744, num = 540341792, tbl = 0x56152034f620, vars = 0x56152034f620, strterm = 0x56152034f620, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94648733816504, node = 0x5615202856b8, id = 94648733816504, num = 539514552, tbl = 0x5615202856b8, vars = 0x5615202856b8, strterm = 0x5615202856b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 94648734643744, node = 0x56152034f620, id = 94648734643744, num = 540341792, tbl = 0x56152034f620, vars = 0x56152034f620, strterm = 0x56152034f620, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94648733816496, node = 0x5615202856b0, id = 94648733816496, num = 539514544, tbl = 0x5615202856b0, vars = 0x5615202856b0, strterm = 0x5615202856b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140189396338998, node = 0x7f80632b8936 <compile_tree+5558>, id = 140189396338998, num = 1663797558, tbl = 0x7f80632b8936 <compile_tree+5558>, vars = 0x7f80632b8936 <compile_tree+5558>, strterm = 0x7f80632b8936 <compile_tree+5558>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 176, node = 0xb0, id = 176, num = 176, tbl = 0xb0, vars = 0xb0, strterm = 0xb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94648734185136, node = 0x5615202df6b0, id = 94648734185136, num = 539883184, tbl = 0x5615202df6b0, vars = 0x5615202df6b0, strterm = 0x5615202df6b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140189392264320, node = 0x7f8062ed5c80 <main_arena>, id = 140189392264320, num = 1659722880, tbl = 0x7f8062ed5c80 <main_arena>, vars = 0x7f8062ed5c80 <main_arena>, strterm = 0x7f8062ed5c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 6375831985155812608, node = 0x587b8168eec92d00, id = 6375831985155812608, num = -288805632, tbl = 0x587b8168eec92d00, vars = 0x587b8168eec92d00, strterm = 0x587b8168eec92d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94648734726256, node = 0x561520363870, id = 94648734726256, num = 540424304, tbl = 0x561520363870, vars = 0x561520363870, strterm = 0x561520363870, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94648733420976, node = 0x561520224db0, id = 94648733420976, num = 539119024, tbl = 0x561520224db0, vars = 0x561520224db0, strterm = 0x561520224db0, 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 = 12884902183, node = 0x300000127, id = 12884902183, num = 295, tbl = 0x300000127, vars = 0x300000127, strterm = 0x300000127, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}}
        yyvs = <optimized out>
        yyvsp = <optimized out>
        yylsa = {{beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 2, column = 19}}, {beg_pos = {lineno = 2, column = 20}, end_pos = {lineno = 2, column = 20}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 4, column = 5}}, {beg_pos = {lineno = 4, column = 6}, end_pos = {lineno = 4, column = 25}}, {beg_pos = {lineno = 4, column = 26}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 4, column = 49}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 5, column = 2}, end_pos = {lineno = 469, column = 5}}, {beg_pos = {lineno = 469, column = 6}, end_pos = {lineno = 469, column = 6}}, {beg_pos = {lineno = 471, column = 2}, end_pos = {lineno = 471, column = 24}}, {beg_pos = {lineno = 471, column = 24}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 471, column = 25}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 472, column = 4}, end_pos = {lineno = 535, column = 7}}, {beg_pos = {lineno = 535, column = 8}, end_pos = {lineno = 535, column = 8}}, {beg_pos = {lineno = 537, column = 4}, end_pos = {lineno = 537, column = 16}}, {beg_pos = {lineno = 537, column = 17}, end_pos = {lineno = 537, column = 19}}, {beg_pos = {lineno = 537, column = 19}, end_pos = {lineno = 537, column = 19}}, {beg_pos = {lineno = 537, column = 19}, end_pos = {lineno = 537, column = 19}}, {beg_pos = {lineno = 537, column = 19}, end_pos = {lineno = 537, column = 19}}, {beg_pos = {lineno = 537, column = 19}, end_pos = {lineno = 537, column = 19}}, {beg_pos = {lineno = 538, column = 6}, end_pos = {lineno = 538, column = 28}}, {beg_pos = {lineno = 538, column = 29}, end_pos = {lineno = 538, column = 31}}, {beg_pos = {lineno = 538, column = 31}, end_pos = {lineno = 538, column = 31}}, {beg_pos = {lineno = 538, column = 31}, end_pos = {lineno = 538, column = 31}}, {beg_pos = {lineno = 538, column = 31}, end_pos = {lineno = 538, column = 31}}, {beg_pos = {lineno = 538, column = 32}, end_pos = {lineno = 538, column = 35}}, {beg_pos = {lineno = 539, column = 8}, end_pos = {lineno = 539, column = 12}}, {beg_pos = {lineno = 539, column = 13}, end_pos = {lineno = 539, column = 14}}, {beg_pos = {lineno = 539, column = 15}, end_pos = {lineno = 539, column = 15}}, {beg_pos = {lineno = 540, column = 8}, end_pos = {lineno = 540, column = 10}}, {beg_pos = {lineno = 540, column = 10}, end_pos = {lineno = 540, column = 10}}, {beg_pos = {lineno = 540, column = 10}, end_pos = {lineno = 540, column = 10}}, {beg_pos = {lineno = 540, column = 11}, end_pos = {lineno = 540, column = 19}}, {beg_pos = {lineno = 540, column = 20}, end_pos = {lineno = 540, column = 20}}, {beg_pos = {lineno = 540, column = 20}, end_pos = {lineno = 540, column = 20}}, {beg_pos = {lineno = 541, column = 10}, end_pos = {lineno = 541, column = 17}}, {beg_pos = {lineno = 541, column = 58}, end_pos = {lineno = 541, column = 58}}, {beg_pos = {lineno = 541, column = 16}, end_pos = {lineno = 541, column = 17}}, {beg_pos = {lineno = 541, column = 17}, end_pos = {lineno = 541, column = 17}}, {beg_pos = {lineno = 532, column = 17}, end_pos = {lineno = 532, 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 = 64, column = 74}, end_pos = {lineno = 64, column = 86}}, {beg_pos = {lineno = 64, column = 86}, end_pos = {lineno = 64, column = 87}}, {beg_pos = {lineno = 1664430768, column = 32640}, end_pos = {lineno = 1139844160, column = 32764}}, {beg_pos = {lineno = 1655997960, column = 32640}, end_pos = {lineno = 1664005792, column = 32640}}, {beg_pos = {lineno = -100997615, column = 259071}, end_pos = {lineno = 1655997960, column = 32640}}, {beg_pos = {lineno = 0, column = 32640}, end_pos = {lineno = 10, column = 2}}, {beg_pos = {lineno = 0, column = 32640}, end_pos = {lineno = 1655997960, column = 32640}}, {beg_pos = {lineno = 538900336, column = 22037}, end_pos = {lineno = -288805632, column = 1484489064}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1655997960, column = 32640}, end_pos = {lineno = 1664448324, column = 32640}}, {beg_pos = {lineno = 1638725856, column = 32640}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1655997960, column = 32640}, end_pos = {lineno = 1664470746, column = 32640}}, {beg_pos = {lineno = 1665663712, column = 32640}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 538900336, column = 22037}, end_pos = {lineno = 1664405967, column = 32640}}, {beg_pos = {lineno = 538083552, column = 22037}, end_pos = {lineno = 1662733542, column = 32640}}, {beg_pos = {lineno = 244, column = 0}, end_pos = {lineno = 1662781321, column = 32640}}, {beg_pos = {lineno = 1655997960, column = 32640}, end_pos = {lineno = 1655997960, column = 32640}}, {beg_pos = {lineno = 538087712, column = 22037}, end_pos = {lineno = 541917120, column = 22037}}, {beg_pos = {lineno = 71, column = 0}, end_pos = {lineno = 1664486277, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = 541916976, column = 0}, end_pos = {lineno = 1664405967, column = 32640}}, {beg_pos = {lineno = 538083552, column = 22037}, end_pos = {lineno = 1662733542, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1662781321, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 1664405967, column = 32640}}, {beg_pos = {lineno = 538083552, column = 22037}, end_pos = {lineno = 1662733542, column = 32640}}, {beg_pos = {lineno = 208, column = 0}, end_pos = {lineno = 1662781321, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1667131369, column = 32640}}, {beg_pos = {lineno = 1681, column = 0}, end_pos = {lineno = 1664405967, column = 32640}}, {beg_pos = {lineno = 538083552, column = 22037}, end_pos = {lineno = 1662733542, column = 32640}}, {beg_pos = {lineno = 538083168, column = 22037}, end_pos = {lineno = 1662781321, column = 32640}}, {beg_pos = {lineno = 5, column = 1}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1595082640, column = 32640}, end_pos = {lineno = -288805632, column = 1484489064}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1664405967, column = 32640}}, {beg_pos = {lineno = 538896592, column = 22037}, end_pos = {lineno = 1662781321, column = 32640}}, {beg_pos = {lineno = 538756144, column = 22037}, end_pos = {lineno = 1662781321, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = 1139844520, column = 32764}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 28, column = 0}, end_pos = {lineno = -288805632, column = 1484489064}}, {beg_pos = {lineno = 1656112680, column = 32640}, end_pos = {lineno = 1662718014, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -288805632, column = 1484489064}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1024, column = 0}}, {beg_pos = {lineno = 1664428864, column = 32640}, end_pos = {lineno = 1662786736, column = 32640}}, {beg_pos = {lineno = 1655998040, column = 32640}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = 1139844672, column = 32764}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 538084856, column = 22037}}, {beg_pos = {lineno = 258, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 538083592, column = 22037}, end_pos = {lineno = 538083552, column = 22037}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1658459869, column = 32640}}, {beg_pos = {lineno = 1008, column = 0}, end_pos = {lineno = 1662735138, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 53970359, column = 0}}, {beg_pos = {lineno = 1139844848, column = 32764}, end_pos = {lineno = 1139844832, column = 32764}}, {beg_pos = {lineno = -858993459, column = -858993460}, end_pos = {lineno = 1662785999, column = 32640}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = 1667130236, column = 32640}}, {beg_pos = {lineno = 1659781120, column = 32640}, end_pos = {lineno = 1657539280, column = 32640}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = 1657532828, column = 32640}}, {beg_pos = {lineno = 539703840, column = 22037}, end_pos = {lineno = 1667131369, column = 32640}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = 1667130023, column = 32640}}, {beg_pos = {lineno = 1667076864, column = 32640}, end_pos = {lineno = 1661650416, column = 32640}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = 1661650128, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1667131369, column = 32640}}, {beg_pos = {lineno = 1999, column = 0}, end_pos = {lineno = 1667130023, column = 32640}}, {beg_pos = {lineno = 1667076864, column = 32640}, end_pos = {lineno = 1661650416, column = 32640}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = 1661645784, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1667131369, column = 32640}}, {beg_pos = {lineno = 913, column = 0}, end_pos = {lineno = 1661700096, column = 32640}}, {beg_pos = {lineno = 1667076864, column = 32640}, end_pos = {lineno = 1139845224, column = 32764}}, {beg_pos = {lineno = 1139845220, column = 32764}, end_pos = {lineno = 1595855985, column = 32640}}, {beg_pos = {lineno = 1661700096, column = 32640}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1139845220, column = 32764}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = 538670592, column = 22037}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 0, column = 22037}, end_pos = {lineno = 1595857426, column = 32640}}, {beg_pos = {lineno = 1595854944, column = 32640}, end_pos = {lineno = 1139845424, column = 32764}}, {beg_pos = {lineno = 1139845408, column = 32764}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32764}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 539724976, column = 22037}, end_pos = {lineno = 1139845344, column = 32764}}, {beg_pos = {lineno = 1139845360, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1139845568, column = 32764}, end_pos = {lineno = 1595857426, column = 32640}}, {beg_pos = {lineno = 539724976, column = 22037}, end_pos = {lineno = 1139845408, column = 32764}}, {beg_pos = {lineno = 1139845424, column = 32764}, end_pos = {lineno = 1667133969, column = 32640}}, {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 = 539724096, column = 22037}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 539724096, column = 22037}}, {beg_pos = {lineno = 1661698392, column = 1}, end_pos = {lineno = 539724976, column = 22037}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32640}}, {beg_pos = {lineno = 0, column = 22037}, end_pos = {lineno = 0, column = 22037}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 1667161969, column = 32640}}, {beg_pos = {lineno = 1661672328, column = 32640}, end_pos = {lineno = 1667076864, column = 32640}}, {beg_pos = {lineno = 539724096, column = 22037}, end_pos = {lineno = 1596125768, column = 32640}}, {beg_pos = {lineno = 1594618440, column = 32640}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 1594743520, column = 32640}, end_pos = {lineno = 1667161969, column = 32640}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 134, column = 0}}, {beg_pos = {lineno = 539724096, column = 22037}, end_pos = {lineno = 1596126280, column = 32640}}, {beg_pos = {lineno = 539730496, column = 22037}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 1594743520, column = 32640}, end_pos = {lineno = 1667161969, column = 32640}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1661672328, column = 32640}, end_pos = {lineno = 1663192512, column = 32640}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = 1139846528, column = 32764}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 539730496, column = 22037}, end_pos = {lineno = 1667173806, column = 32640}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1596105568, column = 32640}}, {beg_pos = {lineno = 1139841550, column = 32764}, end_pos = {lineno = 1139846352, column = 32764}}, {beg_pos = {lineno = 1594739280, column = 32640}, end_pos = {lineno = 1139841156, column = 32764}}, {beg_pos = {lineno = 1139841152, column = 32764}, end_pos = {lineno = 1667076864, column = 32640}}, {beg_pos = {lineno = 1667076864, column = 32640}, end_pos = {lineno = 1139845864, column = 32764}}, {beg_pos = {lineno = 1139845860, column = 32764}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = 1656238040, column = 32640}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 49178, column = 0}, end_pos = {lineno = 1595183520, column = 32640}}, {beg_pos = {lineno = 1656328608, column = 32640}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1919295523, column = 1852144239}, end_pos = {lineno = 1920234335, column = 1600613993}}, {beg_pos = {lineno = 1953066079, column = 1818325605}, end_pos = {lineno = 1634082874, column = 174420844}}, {beg_pos = {lineno = 1656328608, column = 32640}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 538087712, column = 22037}, end_pos = {lineno = 1657376016, column = 32640}}, {beg_pos = {lineno = 295, column = 4}, end_pos = {lineno = 295, column = 4}}, {beg_pos = {lineno = 1744549553, column = 178793}, end_pos = {lineno = 541002368, column = 22037}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1657376016, column = 32640}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 295, column = 3}}, {beg_pos = {lineno = 294, column = 6}, end_pos = {lineno = 294, column = 6}}, {beg_pos = {lineno = 0, column = 1138753536}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1329458750, column = -645191386}, 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 = 1662214451, column = 32640}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 1659722976, column = 32640}}, {beg_pos = {lineno = 541897080, column = 22037}, end_pos = {lineno = 33, column = 0}}, {beg_pos = {lineno = -1329458750, column = -645191386}, end_pos = {lineno = 541054144, column = 22037}}, {beg_pos = {lineno = 538087272, column = 22037}, end_pos = {lineno = 1659722880, column = 32640}}, {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 = 1658190939, column = 32640}}, {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 = -1329458750, column = -645191386}}, {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 = 140189388795920, node = 0x7f8062b87010, id = 140189388795920, num = 1656254480, tbl = 0x7f8062b87010, vars = 0x7f8062b87010, strterm = 0x7f8062b87010, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}
        yyloc = {beg_pos = {lineno = 541, column = 58}, end_pos = {lineno = 541, column = 58}}
        yyerror_range = <optimized out>
        yymsgbuf = "n\000\000\000^\000\000\000\310\355\b_\200\177\000\000\370o\020_\200\177\000\000\200\\\355b\200\177\000\000x\a\000\000\000\000\000\000v\000\000\000\000\000\000\000x\a\000\000\000\000\000\000\220\215\311b\200\177\000\000\000\000\000\000\000\000\000\000\342\022\326b\200\177\000\000\220ZG \025V\000\000\310\355\b_\200\177\000\000\340\213> \025V\000\000\340\200\022 \025V\000\000\004\000\000\000\000\000\000\000\260h\034c\200\177\000"
        yymsg = 0x7ffc43f0acf0 "n"
        yymsg_alloc = 128
        yylen = 0
        yyabortlab = <optimized out>
        yyerrorlab = <optimized out>
#56 0x00007f805f2115b2 in ripper_parse0 (parser_v=parser_v@entry=140189326962080) at /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14371
        p = 0x5615203e8be0
#57 0x00007f80631a2fe6 in rb_ensure (b_proc=b_proc@entry=0x7f805f2114d0 <ripper_parse0>, data1=data1@entry=140189326962080, e_proc=e_proc@entry=0x7f805f1f3ae0 <ripper_ensure>, data2=data2@entry=140189326962080) at /tmp/ruby/src/trunk-repeat50/eval.c:1005
        _ec = 0x561520129120
        _tag = {tag = 36, retval = 94648194302013, buf = {0x7f805f08eda0, 0x7f80631a30d0 <rb_ensure+528>, 0x0, 0x7ffc43f0ade0, 0x0}, prev = 0x7ffc43f0b160, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = 4
        errinfo = <optimized out>
        ec = 0x561520129120
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f805f1f3ae0 <ripper_ensure>, data2 = 140189326962080}}
#58 0x00007f805f1f4315 in ripper_parse (self=140189326962080) at /tmp/ruby/build/trunk-repeat50/ext/ripper/ripper.y:14409
        p = 0x5615203e8be0
#59 0x00007f8063366ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f8062c98d90, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
        ci = 0x8601001c0001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f8062b82fd8
        cfunc = 0x5615202ba248
        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>
#60 vm_call_cfunc_with_frame (ec=0x561520129120, reg_cfp=0x7f8062c98d90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#61 0x00007f806337625d 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-repeat50/vm_callinfo.h:368
        val = 96
        ci = 0xcd8
        cc = <optimized out>
        recv = 94648732385504
        argc = <optimized out>
        calling = {ci = 0x8601001c0001, cc = 0x7f805f0dca78, block_handler = 0, recv = 140189326962080, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#62 vm_exec_core (ec=0x561520129120, initial=3166) at ../../src/trunk-repeat50/insns.def:835
        bh = <optimized out>
        cd = 0xc5e
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5615202e15a8
        reg_cfp = 0x7f8062c98d90
        insns_address_table = {0x7f80633789cf <vm_exec_core+10351>, 0x7f80633763d9 <vm_exec_core+633>, 0x7f806337858e <vm_exec_core+9262>, 0x7f8063378514 <vm_exec_core+9140>, 0x7f806337849d <vm_exec_core+9021>, 0x7f806337841e <vm_exec_core+8894>, 0x7f806337839e <vm_exec_core+8766>, 0x7f8063378342 <vm_exec_core+8674>, 0x7f80633782e7 <vm_exec_core+8583>, 0x7f8063378297 <vm_exec_core+8503>, 0x7f806337811c <vm_exec_core+8124>, 0x7f8063377f71 <vm_exec_core+7697>, 0x7f8063377e86 <vm_exec_core+7462>, 0x7f8063377e17 <vm_exec_core+7351>, 0x7f8063377daa <vm_exec_core+7242>, 0x7f8063377d6f <vm_exec_core+7183>, 0x7f8063377d39 <vm_exec_core+7129>, 0x7f8063377d06 <vm_exec_core+7078>, 0x7f80633785fa <vm_exec_core+9370>, 0x7f8063377067 <vm_exec_core+3847>, 0x7f8063376ff9 <vm_exec_core+3737>, 0x7f8063376fbe <vm_exec_core+3678>, 0x7f8063376f68 <vm_exec_core+3592>, 0x7f8063376f24 <vm_exec_core+3524>, 0x7f8063376e9d <vm_exec_core+3389>, 0x7f8063376e68 <vm_exec_core+3336>, 0x7f8063376e0d <vm_exec_core+3245>, 0x7f8063376d95 <vm_exec_core+3125>, 0x7f8063376d5d <vm_exec_core+3069>, 0x7f8063376d25 <vm_exec_core+3013>, 0x7f8063376b30 <vm_exec_core+2512>, 0x7f8063376a9f <vm_exec_core+2367>, 0x7f8063376a42 <vm_exec_core+2274>, 0x7f80633769c9 <vm_exec_core+2153>, 0x7f8063377709 <vm_exec_core+5545>, 0x7f80633776e4 <vm_exec_core+5508>, 0x7f80633776ab <vm_exec_core+5451>, 0x7f806337765b <vm_exec_core+5371>, 0x7f8063377629 <vm_exec_core+5321>, 0x7f806337753e <vm_exec_core+5086>, 0x7f80633774f9 <vm_exec_core+5017>, 0x7f80633774b3 <vm_exec_core+4947>, 0x7f8063377483 <vm_exec_core+4899>, 0x7f80633773b8 <vm_exec_core+4696>, 0x7f8063377423 <vm_exec_core+4803>, 0x7f8063377288 <vm_exec_core+4392>, 0x7f806337721b <vm_exec_core+4283>, 0x7f806337718e <vm_exec_core+4142>, 0x7f80633770d2 <vm_exec_core+3954>, 0x7f806337709a <vm_exec_core+3898>, 0x7f8063377c07 <vm_exec_core+6823>, 0x7f8063377af4 <vm_exec_core+6548>, 0x7f80633761b8 <vm_exec_core+88>, 0x7f8063377c82 <vm_exec_core+6946>, 0x7f806337784d <vm_exec_core+5869>, 0x7f8063378b17 <vm_exec_core+10679>, 0x7f8063377803 <vm_exec_core+5795>, 0x7f80633777aa <vm_exec_core+5706>, 0x7f8063377751 <vm_exec_core+5617>, 0x7f80633779e6 <vm_exec_core+6278>, 0x7f8063377910 <vm_exec_core+6064>, 0x7f8063377897 <vm_exec_core+5943>, 0x7f806337896e <vm_exec_core+10254>, 0x7f8063377c4a <vm_exec_core+6890>, 0x7f8063377a9d <vm_exec_core+6461>, 0x7f806337682a <vm_exec_core+1738>, 0x7f80633767f0 <vm_exec_core+1680>, 0x7f8063376922 <vm_exec_core+1986>, 0x7f8063376881 <vm_exec_core+1825>, 0x7f8063378dff <vm_exec_core+11423>, 0x7f8063378d56 <vm_exec_core+11254>, 0x7f8063378fd6 <vm_exec_core+11894>, 0x7f8063378f63 <vm_exec_core+11779>, 0x7f8063378ebd <vm_exec_core+11613>, 0x7f8063378e61 <vm_exec_core+11521>, 0x7f8063379383 <vm_exec_core+12835>, 0x7f80633792e6 <vm_exec_core+12678>, 0x7f806337924e <vm_exec_core+12526>, 0x7f80633791b1 <vm_exec_core+12369>, 0x7f8063379119 <vm_exec_core+12217>, 0x7f8063378a58 <vm_exec_core+10488>, 0x7f80633790ce <vm_exec_core+12142>, 0x7f8063379078 <vm_exec_core+12056>, 0x7f8063378be5 <vm_exec_core+10885>, 0x7f8063378b5b <vm_exec_core+10747>, 0x7f8063376783 <vm_exec_core+1571>, 0x7f8063376725 <vm_exec_core+1477>, 0x7f8063378d22 <vm_exec_core+11202>, 0x7f8063378cee <vm_exec_core+11150>, 0x7f8063378c9d <vm_exec_core+11069>, 0x7f8063378c4e <vm_exec_core+10990>, 0x7f8063378a8b <vm_exec_core+10539>, 0x7f80633789e0 <vm_exec_core+10368>, 0x7f80633766b8 <vm_exec_core+1368>, 0x7f8063376661 <vm_exec_core+1281>, 0x7f80633765de <vm_exec_core+1150>, 0x7f8063376599 <vm_exec_core+1081>, 0x7f806337654c <vm_exec_core+1004>, 0x7f80633764ff <vm_exec_core+927>, 0x7f80633764aa <vm_exec_core+842>, 0x7f8063376477 <vm_exec_core+791>, 0x7f8063376444 <vm_exec_core+740>, 0x7f8063378afb <vm_exec_core+10651>, 0x7f80633763ca <vm_exec_core+618>, 0x7f806337857f <vm_exec_core+9247>, 0x7f8063378505 <vm_exec_core+9125>, 0x7f806337848e <vm_exec_core+9006>, 0x7f806337840f <vm_exec_core+8879>, 0x7f806337838f <vm_exec_core+8751>, 0x7f8063378333 <vm_exec_core+8659>, 0x7f80633782d8 <vm_exec_core+8568>, 0x7f8063378288 <vm_exec_core+8488>, 0x7f806337810d <vm_exec_core+8109>, 0x7f8063377f62 <vm_exec_core+7682>, 0x7f8063377e77 <vm_exec_core+7447>, 0x7f8063377e08 <vm_exec_core+7336>, 0x7f8063377d9b <vm_exec_core+7227>, 0x7f8063377d60 <vm_exec_core+7168>, 0x7f8063377d2a <vm_exec_core+7114>, 0x7f8063377cf7 <vm_exec_core+7063>, 0x7f80633785eb <vm_exec_core+9355>, 0x7f8063377058 <vm_exec_core+3832>, 0x7f8063376fea <vm_exec_core+3722>, 0x7f8063376faf <vm_exec_core+3663>, 0x7f8063376f59 <vm_exec_core+3577>, 0x7f8063376f15 <vm_exec_core+3509>, 0x7f8063376e8e <vm_exec_core+3374>, 0x7f8063376e59 <vm_exec_core+3321>, 0x7f8063376dfe <vm_exec_core+3230>, 0x7f8063376d86 <vm_exec_core+3110>, 0x7f8063376d4e <vm_exec_core+3054>, 0x7f8063376d16 <vm_exec_core+2998>, 0x7f8063376b21 <vm_exec_core+2497>, 0x7f8063376a90 <vm_exec_core+2352>, 0x7f8063376a33 <vm_exec_core+2259>, 0x7f80633769ba <vm_exec_core+2138>, 0x7f80633776fa <vm_exec_core+5530>, 0x7f80633776d5 <vm_exec_core+5493>, 0x7f806337769c <vm_exec_core+5436>, 0x7f806337764c <vm_exec_core+5356>, 0x7f806337761a <vm_exec_core+5306>, 0x7f806337752f <vm_exec_core+5071>, 0x7f80633774ea <vm_exec_core+5002>, 0x7f80633774a4 <vm_exec_core+4932>, 0x7f8063377474 <vm_exec_core+4884>, 0x7f80633773a9 <vm_exec_core+4681>, 0x7f8063377414 <vm_exec_core+4788>, 0x7f8063377279 <vm_exec_core+4377>, 0x7f806337720c <vm_exec_core+4268>, 0x7f806337717f <vm_exec_core+4127>, 0x7f80633770c3 <vm_exec_core+3939>, 0x7f806337708b <vm_exec_core+3883>, 0x7f8063377bf8 <vm_exec_core+6808>, 0x7f8063377ae5 <vm_exec_core+6533>, 0x7f80633795a3 <vm_exec_core+13379>, 0x7f8063377c73 <vm_exec_core+6931>, 0x7f806337783e <vm_exec_core+5854>, 0x7f806337958f <vm_exec_core+13359>, 0x7f80633777f4 <vm_exec_core+5780>, 0x7f806337779b <vm_exec_core+5691>, 0x7f8063377742 <vm_exec_core+5602>, 0x7f80633779d7 <vm_exec_core+6263>, 0x7f8063377901 <vm_exec_core+6049>, 0x7f8063377888 <vm_exec_core+5928>, 0x7f806337895f <vm_exec_core+10239>, 0x7f8063377c3b <vm_exec_core+6875>, 0x7f8063377a8e <vm_exec_core+6446>, 0x7f806337681b <vm_exec_core+1723>, 0x7f80633767e1 <vm_exec_core+1665>, 0x7f8063376913 <vm_exec_core+1971>, 0x7f8063376872 <vm_exec_core+1810>, 0x7f806337957b <vm_exec_core+13339>, 0x7f8063379567 <vm_exec_core+13319>, 0x7f8063379553 <vm_exec_core+13299>, 0x7f806337953f <vm_exec_core+13279>, 0x7f806337952b <vm_exec_core+13259>, 0x7f8063379517 <vm_exec_core+13239>, 0x7f80633794fc <vm_exec_core+13212>, 0x7f80633794e8 <vm_exec_core+13192>, 0x7f80633794d4 <vm_exec_core+13172>, 0x7f80633794c0 <vm_exec_core+13152>, 0x7f80633794ac <vm_exec_core+13132>, 0x7f8063379498 <vm_exec_core+13112>, 0x7f8063379484 <vm_exec_core+13092>, 0x7f8063379470 <vm_exec_core+13072>, 0x7f806337945c <vm_exec_core+13052>, 0x7f8063379448 <vm_exec_core+13032>, 0x7f8063376774 <vm_exec_core+1556>, 0x7f8063376716 <vm_exec_core+1462>, 0x7f8063379434 <vm_exec_core+13012>, 0x7f8063379420 <vm_exec_core+12992>, 0x7f806337940c <vm_exec_core+12972>, 0x7f80633793f8 <vm_exec_core+12952>, 0x7f80633761a1 <vm_exec_core+65>, 0x7f80633761a5 <vm_exec_core+69>, 0x7f80633766a9 <vm_exec_core+1353>, 0x7f8063376652 <vm_exec_core+1266>, 0x7f80633765cf <vm_exec_core+1135>, 0x7f806337658a <vm_exec_core+1066>, 0x7f806337653d <vm_exec_core+989>...}
#63 0x00007f806337c9fb in rb_vm_exec (ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x561520129120
        _tag = {tag = 36, retval = 4, buf = {0x561520129120, 0x7f806337c1f0 <rb_vm_exec+400>, 0x0, 0x7ffc43f0b090, 0x7f8062b99120}, prev = 0x7ffc43f0b540, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#64 0x00007f806337cbf9 in eval_string_with_cref (self=<optimized out>, src=140189326962040, cref=0x7f805f08ed50, file=140189327454760, line=1) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1701
        ec = 0x561520129120
        block = {as = {captured = {self = 140189326962080, ep = 0x7f8062b99150, code = {iseq = 0x7f805f1af388, ifunc = 0x7f805f1af388, val = 140189328143240}}, symbol = 140189326962080, proc = 140189326962080}, type = block_type_iseq}
        iseq = 0x7f805f08ebe8
        cfp = <optimized out>
#65 0x00007f806338cf6a in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=140189326962080) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1946
        cref = 0x7f805f08ed50
#66 specific_eval (kw_splat=<optimized out>, singleton=1, self=<optimized out>, argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1970
        file = 140189327454760
        line = <optimized out>
        code = 140189326962040
#67 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=140189326962080) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:2010
No locals.
#68 0x00007f8063366ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7f8062c98e10, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
        ci = 0x254100100005
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f8062b36e80
        cfunc = 0x56152016be08
        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>
#69 vm_call_cfunc_with_frame (ec=0x561520129120, reg_cfp=0x7f8062c98e10, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
        argc = 2
        stack_bottom = <optimized out>
        argv = <optimized out>
#70 0x00007f806337625d 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-repeat50/vm_callinfo.h:368
        val = 96
        ci = 0xcd8
        cc = <optimized out>
        recv = 94648732385504
        argc = <optimized out>
        calling = {ci = 0x254100100005, cc = 0x7f805f0dcc08, block_handler = 0, recv = 140189326962080, argc = 2, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#71 vm_exec_core (ec=0x561520129120, initial=3166) at ../../src/trunk-repeat50/insns.def:835
        bh = <optimized out>
        cd = 0xc5e
        leaf = <optimized out>
        val = 96
        reg_pc = 0x5615202938c8
        reg_cfp = 0x7f8062c98e10
        insns_address_table = {0x7f80633789cf <vm_exec_core+10351>, 0x7f80633763d9 <vm_exec_core+633>, 0x7f806337858e <vm_exec_core+9262>, 0x7f8063378514 <vm_exec_core+9140>, 0x7f806337849d <vm_exec_core+9021>, 0x7f806337841e <vm_exec_core+8894>, 0x7f806337839e <vm_exec_core+8766>, 0x7f8063378342 <vm_exec_core+8674>, 0x7f80633782e7 <vm_exec_core+8583>, 0x7f8063378297 <vm_exec_core+8503>, 0x7f806337811c <vm_exec_core+8124>, 0x7f8063377f71 <vm_exec_core+7697>, 0x7f8063377e86 <vm_exec_core+7462>, 0x7f8063377e17 <vm_exec_core+7351>, 0x7f8063377daa <vm_exec_core+7242>, 0x7f8063377d6f <vm_exec_core+7183>, 0x7f8063377d39 <vm_exec_core+7129>, 0x7f8063377d06 <vm_exec_core+7078>, 0x7f80633785fa <vm_exec_core+9370>, 0x7f8063377067 <vm_exec_core+3847>, 0x7f8063376ff9 <vm_exec_core+3737>, 0x7f8063376fbe <vm_exec_core+3678>, 0x7f8063376f68 <vm_exec_core+3592>, 0x7f8063376f24 <vm_exec_core+3524>, 0x7f8063376e9d <vm_exec_core+3389>, 0x7f8063376e68 <vm_exec_core+3336>, 0x7f8063376e0d <vm_exec_core+3245>, 0x7f8063376d95 <vm_exec_core+3125>, 0x7f8063376d5d <vm_exec_core+3069>, 0x7f8063376d25 <vm_exec_core+3013>, 0x7f8063376b30 <vm_exec_core+2512>, 0x7f8063376a9f <vm_exec_core+2367>, 0x7f8063376a42 <vm_exec_core+2274>, 0x7f80633769c9 <vm_exec_core+2153>, 0x7f8063377709 <vm_exec_core+5545>, 0x7f80633776e4 <vm_exec_core+5508>, 0x7f80633776ab <vm_exec_core+5451>, 0x7f806337765b <vm_exec_core+5371>, 0x7f8063377629 <vm_exec_core+5321>, 0x7f806337753e <vm_exec_core+5086>, 0x7f80633774f9 <vm_exec_core+5017>, 0x7f80633774b3 <vm_exec_core+4947>, 0x7f8063377483 <vm_exec_core+4899>, 0x7f80633773b8 <vm_exec_core+4696>, 0x7f8063377423 <vm_exec_core+4803>, 0x7f8063377288 <vm_exec_core+4392>, 0x7f806337721b <vm_exec_core+4283>, 0x7f806337718e <vm_exec_core+4142>, 0x7f80633770d2 <vm_exec_core+3954>, 0x7f806337709a <vm_exec_core+3898>, 0x7f8063377c07 <vm_exec_core+6823>, 0x7f8063377af4 <vm_exec_core+6548>, 0x7f80633761b8 <vm_exec_core+88>, 0x7f8063377c82 <vm_exec_core+6946>, 0x7f806337784d <vm_exec_core+5869>, 0x7f8063378b17 <vm_exec_core+10679>, 0x7f8063377803 <vm_exec_core+5795>, 0x7f80633777aa <vm_exec_core+5706>, 0x7f8063377751 <vm_exec_core+5617>, 0x7f80633779e6 <vm_exec_core+6278>, 0x7f8063377910 <vm_exec_core+6064>, 0x7f8063377897 <vm_exec_core+5943>, 0x7f806337896e <vm_exec_core+10254>, 0x7f8063377c4a <vm_exec_core+6890>, 0x7f8063377a9d <vm_exec_core+6461>, 0x7f806337682a <vm_exec_core+1738>, 0x7f80633767f0 <vm_exec_core+1680>, 0x7f8063376922 <vm_exec_core+1986>, 0x7f8063376881 <vm_exec_core+1825>, 0x7f8063378dff <vm_exec_core+11423>, 0x7f8063378d56 <vm_exec_core+11254>, 0x7f8063378fd6 <vm_exec_core+11894>, 0x7f8063378f63 <vm_exec_core+11779>, 0x7f8063378ebd <vm_exec_core+11613>, 0x7f8063378e61 <vm_exec_core+11521>, 0x7f8063379383 <vm_exec_core+12835>, 0x7f80633792e6 <vm_exec_core+12678>, 0x7f806337924e <vm_exec_core+12526>, 0x7f80633791b1 <vm_exec_core+12369>, 0x7f8063379119 <vm_exec_core+12217>, 0x7f8063378a58 <vm_exec_core+10488>, 0x7f80633790ce <vm_exec_core+12142>, 0x7f8063379078 <vm_exec_core+12056>, 0x7f8063378be5 <vm_exec_core+10885>, 0x7f8063378b5b <vm_exec_core+10747>, 0x7f8063376783 <vm_exec_core+1571>, 0x7f8063376725 <vm_exec_core+1477>, 0x7f8063378d22 <vm_exec_core+11202>, 0x7f8063378cee <vm_exec_core+11150>, 0x7f8063378c9d <vm_exec_core+11069>, 0x7f8063378c4e <vm_exec_core+10990>, 0x7f8063378a8b <vm_exec_core+10539>, 0x7f80633789e0 <vm_exec_core+10368>, 0x7f80633766b8 <vm_exec_core+1368>, 0x7f8063376661 <vm_exec_core+1281>, 0x7f80633765de <vm_exec_core+1150>, 0x7f8063376599 <vm_exec_core+1081>, 0x7f806337654c <vm_exec_core+1004>, 0x7f80633764ff <vm_exec_core+927>, 0x7f80633764aa <vm_exec_core+842>, 0x7f8063376477 <vm_exec_core+791>, 0x7f8063376444 <vm_exec_core+740>, 0x7f8063378afb <vm_exec_core+10651>, 0x7f80633763ca <vm_exec_core+618>, 0x7f806337857f <vm_exec_core+9247>, 0x7f8063378505 <vm_exec_core+9125>, 0x7f806337848e <vm_exec_core+9006>, 0x7f806337840f <vm_exec_core+8879>, 0x7f806337838f <vm_exec_core+8751>, 0x7f8063378333 <vm_exec_core+8659>, 0x7f80633782d8 <vm_exec_core+8568>, 0x7f8063378288 <vm_exec_core+8488>, 0x7f806337810d <vm_exec_core+8109>, 0x7f8063377f62 <vm_exec_core+7682>, 0x7f8063377e77 <vm_exec_core+7447>, 0x7f8063377e08 <vm_exec_core+7336>, 0x7f8063377d9b <vm_exec_core+7227>, 0x7f8063377d60 <vm_exec_core+7168>, 0x7f8063377d2a <vm_exec_core+7114>, 0x7f8063377cf7 <vm_exec_core+7063>, 0x7f80633785eb <vm_exec_core+9355>, 0x7f8063377058 <vm_exec_core+3832>, 0x7f8063376fea <vm_exec_core+3722>, 0x7f8063376faf <vm_exec_core+3663>, 0x7f8063376f59 <vm_exec_core+3577>, 0x7f8063376f15 <vm_exec_core+3509>, 0x7f8063376e8e <vm_exec_core+3374>, 0x7f8063376e59 <vm_exec_core+3321>, 0x7f8063376dfe <vm_exec_core+3230>, 0x7f8063376d86 <vm_exec_core+3110>, 0x7f8063376d4e <vm_exec_core+3054>, 0x7f8063376d16 <vm_exec_core+2998>, 0x7f8063376b21 <vm_exec_core+2497>, 0x7f8063376a90 <vm_exec_core+2352>, 0x7f8063376a33 <vm_exec_core+2259>, 0x7f80633769ba <vm_exec_core+2138>, 0x7f80633776fa <vm_exec_core+5530>, 0x7f80633776d5 <vm_exec_core+5493>, 0x7f806337769c <vm_exec_core+5436>, 0x7f806337764c <vm_exec_core+5356>, 0x7f806337761a <vm_exec_core+5306>, 0x7f806337752f <vm_exec_core+5071>, 0x7f80633774ea <vm_exec_core+5002>, 0x7f80633774a4 <vm_exec_core+4932>, 0x7f8063377474 <vm_exec_core+4884>, 0x7f80633773a9 <vm_exec_core+4681>, 0x7f8063377414 <vm_exec_core+4788>, 0x7f8063377279 <vm_exec_core+4377>, 0x7f806337720c <vm_exec_core+4268>, 0x7f806337717f <vm_exec_core+4127>, 0x7f80633770c3 <vm_exec_core+3939>, 0x7f806337708b <vm_exec_core+3883>, 0x7f8063377bf8 <vm_exec_core+6808>, 0x7f8063377ae5 <vm_exec_core+6533>, 0x7f80633795a3 <vm_exec_core+13379>, 0x7f8063377c73 <vm_exec_core+6931>, 0x7f806337783e <vm_exec_core+5854>, 0x7f806337958f <vm_exec_core+13359>, 0x7f80633777f4 <vm_exec_core+5780>, 0x7f806337779b <vm_exec_core+5691>, 0x7f8063377742 <vm_exec_core+5602>, 0x7f80633779d7 <vm_exec_core+6263>, 0x7f8063377901 <vm_exec_core+6049>, 0x7f8063377888 <vm_exec_core+5928>, 0x7f806337895f <vm_exec_core+10239>, 0x7f8063377c3b <vm_exec_core+6875>, 0x7f8063377a8e <vm_exec_core+6446>, 0x7f806337681b <vm_exec_core+1723>, 0x7f80633767e1 <vm_exec_core+1665>, 0x7f8063376913 <vm_exec_core+1971>, 0x7f8063376872 <vm_exec_core+1810>, 0x7f806337957b <vm_exec_core+13339>, 0x7f8063379567 <vm_exec_core+13319>, 0x7f8063379553 <vm_exec_core+13299>, 0x7f806337953f <vm_exec_core+13279>, 0x7f806337952b <vm_exec_core+13259>, 0x7f8063379517 <vm_exec_core+13239>, 0x7f80633794fc <vm_exec_core+13212>, 0x7f80633794e8 <vm_exec_core+13192>, 0x7f80633794d4 <vm_exec_core+13172>, 0x7f80633794c0 <vm_exec_core+13152>, 0x7f80633794ac <vm_exec_core+13132>, 0x7f8063379498 <vm_exec_core+13112>, 0x7f8063379484 <vm_exec_core+13092>, 0x7f8063379470 <vm_exec_core+13072>, 0x7f806337945c <vm_exec_core+13052>, 0x7f8063379448 <vm_exec_core+13032>, 0x7f8063376774 <vm_exec_core+1556>, 0x7f8063376716 <vm_exec_core+1462>, 0x7f8063379434 <vm_exec_core+13012>, 0x7f8063379420 <vm_exec_core+12992>, 0x7f806337940c <vm_exec_core+12972>, 0x7f80633793f8 <vm_exec_core+12952>, 0x7f80633761a1 <vm_exec_core+65>, 0x7f80633761a5 <vm_exec_core+69>, 0x7f80633766a9 <vm_exec_core+1353>, 0x7f8063376652 <vm_exec_core+1266>, 0x7f80633765cf <vm_exec_core+1135>, 0x7f806337658a <vm_exec_core+1066>, 0x7f806337653d <vm_exec_core+989>...}
#72 0x00007f806337c9fb in rb_vm_exec (ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x561520129120
        _tag = {tag = 36, retval = 4, buf = {0x7f8062c98f50, 0x7f806337c1f0 <rb_vm_exec+400>, 0x0, 0x7ffc43f0b470, 0x0}, prev = 0x7ffc43f0b8c0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#73 0x00007f806338bf6b in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140189388492120, iseq=0x7f805f1af4a0, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:1384
        arg_size = <optimized out>
        arg_size = <optimized out>
#74 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffc43f0b5e8, argc=1, self=140189388492120, captured=<optimized out>, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:1440
        iseq = 0x7f805f1af4a0
        i = 1
        type = <optimized out>
        cfp = <optimized out>
        opt_pc = <optimized out>
        sp = 0x7f8062b990a0
        iseq = <optimized out>
        i = <optimized out>
        opt_pc = <optimized out>
        type = <optimized out>
        cfp = <optimized out>
        sp = <optimized out>
        bound = <optimized out>
#75 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-repeat50/vm.c:1458
        captured = <optimized out>
        again = <optimized out>
        again = <optimized out>
        captured = <optimized out>
#76 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffc43f0b5e8, argc=1, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:1495
No locals.
#77 vm_yield (kw_splat=0, argv=0x7ffc43f0b5e8, argc=1, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:1503
No locals.
#78 rb_yield_0 (argv=0x7ffc43f0b5e8, argc=1) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1337
No locals.
#79 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_eval.c:1353
No locals.
#80 0x00007f80630ff30c in rb_ary_each (ary=140189327160280) at /tmp/ruby/src/trunk-repeat50/array.c:2747
        i = 5
#81 0x00007f8063366ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f8062c98f90, ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3357
        ci = 0xbd100000001
        cc = <optimized out>
        val = <optimized out>
        me = 0x7f8062b304b8
        cfunc = 0x561520180348
        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>
#82 vm_call_cfunc_with_frame (ec=0x561520129120, reg_cfp=0x7f8062c98f90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3385
        argc = 0
        stack_bottom = <optimized out>
        argv = <optimized out>
#83 0x00007f8063377bd9 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-repeat50/vm_callinfo.h:368
        val = 96
        ci = <optimized out>
        cc = <optimized out>
        recv = 94648732385504
        argc = <optimized out>
        calling = {ci = 0xbd100000001, cc = 0x7f8062b6b720, block_handler = 140189389918121, recv = 140189327160280, argc = 0, kw_splat = false}
        val = <optimized out>
        ci = <optimized out>
        cc = <optimized out>
        argc = <optimized out>
        recv = <optimized out>
        calling = <optimized out>
#84 vm_exec_core (ec=0x561520129120, initial=3166) at ../../src/trunk-repeat50/insns.def:815
        bh = <optimized out>
        cd = 0x56152026b270
        blockiseq = <optimized out>
        leaf = <optimized out>
        val = 96
        reg_pc = 0x561520269468
        reg_cfp = 0x7f8062c98f90
        insns_address_table = {0x7f80633789cf <vm_exec_core+10351>, 0x7f80633763d9 <vm_exec_core+633>, 0x7f806337858e <vm_exec_core+9262>, 0x7f8063378514 <vm_exec_core+9140>, 0x7f806337849d <vm_exec_core+9021>, 0x7f806337841e <vm_exec_core+8894>, 0x7f806337839e <vm_exec_core+8766>, 0x7f8063378342 <vm_exec_core+8674>, 0x7f80633782e7 <vm_exec_core+8583>, 0x7f8063378297 <vm_exec_core+8503>, 0x7f806337811c <vm_exec_core+8124>, 0x7f8063377f71 <vm_exec_core+7697>, 0x7f8063377e86 <vm_exec_core+7462>, 0x7f8063377e17 <vm_exec_core+7351>, 0x7f8063377daa <vm_exec_core+7242>, 0x7f8063377d6f <vm_exec_core+7183>, 0x7f8063377d39 <vm_exec_core+7129>, 0x7f8063377d06 <vm_exec_core+7078>, 0x7f80633785fa <vm_exec_core+9370>, 0x7f8063377067 <vm_exec_core+3847>, 0x7f8063376ff9 <vm_exec_core+3737>, 0x7f8063376fbe <vm_exec_core+3678>, 0x7f8063376f68 <vm_exec_core+3592>, 0x7f8063376f24 <vm_exec_core+3524>, 0x7f8063376e9d <vm_exec_core+3389>, 0x7f8063376e68 <vm_exec_core+3336>, 0x7f8063376e0d <vm_exec_core+3245>, 0x7f8063376d95 <vm_exec_core+3125>, 0x7f8063376d5d <vm_exec_core+3069>, 0x7f8063376d25 <vm_exec_core+3013>, 0x7f8063376b30 <vm_exec_core+2512>, 0x7f8063376a9f <vm_exec_core+2367>, 0x7f8063376a42 <vm_exec_core+2274>, 0x7f80633769c9 <vm_exec_core+2153>, 0x7f8063377709 <vm_exec_core+5545>, 0x7f80633776e4 <vm_exec_core+5508>, 0x7f80633776ab <vm_exec_core+5451>, 0x7f806337765b <vm_exec_core+5371>, 0x7f8063377629 <vm_exec_core+5321>, 0x7f806337753e <vm_exec_core+5086>, 0x7f80633774f9 <vm_exec_core+5017>, 0x7f80633774b3 <vm_exec_core+4947>, 0x7f8063377483 <vm_exec_core+4899>, 0x7f80633773b8 <vm_exec_core+4696>, 0x7f8063377423 <vm_exec_core+4803>, 0x7f8063377288 <vm_exec_core+4392>, 0x7f806337721b <vm_exec_core+4283>, 0x7f806337718e <vm_exec_core+4142>, 0x7f80633770d2 <vm_exec_core+3954>, 0x7f806337709a <vm_exec_core+3898>, 0x7f8063377c07 <vm_exec_core+6823>, 0x7f8063377af4 <vm_exec_core+6548>, 0x7f80633761b8 <vm_exec_core+88>, 0x7f8063377c82 <vm_exec_core+6946>, 0x7f806337784d <vm_exec_core+5869>, 0x7f8063378b17 <vm_exec_core+10679>, 0x7f8063377803 <vm_exec_core+5795>, 0x7f80633777aa <vm_exec_core+5706>, 0x7f8063377751 <vm_exec_core+5617>, 0x7f80633779e6 <vm_exec_core+6278>, 0x7f8063377910 <vm_exec_core+6064>, 0x7f8063377897 <vm_exec_core+5943>, 0x7f806337896e <vm_exec_core+10254>, 0x7f8063377c4a <vm_exec_core+6890>, 0x7f8063377a9d <vm_exec_core+6461>, 0x7f806337682a <vm_exec_core+1738>, 0x7f80633767f0 <vm_exec_core+1680>, 0x7f8063376922 <vm_exec_core+1986>, 0x7f8063376881 <vm_exec_core+1825>, 0x7f8063378dff <vm_exec_core+11423>, 0x7f8063378d56 <vm_exec_core+11254>, 0x7f8063378fd6 <vm_exec_core+11894>, 0x7f8063378f63 <vm_exec_core+11779>, 0x7f8063378ebd <vm_exec_core+11613>, 0x7f8063378e61 <vm_exec_core+11521>, 0x7f8063379383 <vm_exec_core+12835>, 0x7f80633792e6 <vm_exec_core+12678>, 0x7f806337924e <vm_exec_core+12526>, 0x7f80633791b1 <vm_exec_core+12369>, 0x7f8063379119 <vm_exec_core+12217>, 0x7f8063378a58 <vm_exec_core+10488>, 0x7f80633790ce <vm_exec_core+12142>, 0x7f8063379078 <vm_exec_core+12056>, 0x7f8063378be5 <vm_exec_core+10885>, 0x7f8063378b5b <vm_exec_core+10747>, 0x7f8063376783 <vm_exec_core+1571>, 0x7f8063376725 <vm_exec_core+1477>, 0x7f8063378d22 <vm_exec_core+11202>, 0x7f8063378cee <vm_exec_core+11150>, 0x7f8063378c9d <vm_exec_core+11069>, 0x7f8063378c4e <vm_exec_core+10990>, 0x7f8063378a8b <vm_exec_core+10539>, 0x7f80633789e0 <vm_exec_core+10368>, 0x7f80633766b8 <vm_exec_core+1368>, 0x7f8063376661 <vm_exec_core+1281>, 0x7f80633765de <vm_exec_core+1150>, 0x7f8063376599 <vm_exec_core+1081>, 0x7f806337654c <vm_exec_core+1004>, 0x7f80633764ff <vm_exec_core+927>, 0x7f80633764aa <vm_exec_core+842>, 0x7f8063376477 <vm_exec_core+791>, 0x7f8063376444 <vm_exec_core+740>, 0x7f8063378afb <vm_exec_core+10651>, 0x7f80633763ca <vm_exec_core+618>, 0x7f806337857f <vm_exec_core+9247>, 0x7f8063378505 <vm_exec_core+9125>, 0x7f806337848e <vm_exec_core+9006>, 0x7f806337840f <vm_exec_core+8879>, 0x7f806337838f <vm_exec_core+8751>, 0x7f8063378333 <vm_exec_core+8659>, 0x7f80633782d8 <vm_exec_core+8568>, 0x7f8063378288 <vm_exec_core+8488>, 0x7f806337810d <vm_exec_core+8109>, 0x7f8063377f62 <vm_exec_core+7682>, 0x7f8063377e77 <vm_exec_core+7447>, 0x7f8063377e08 <vm_exec_core+7336>, 0x7f8063377d9b <vm_exec_core+7227>, 0x7f8063377d60 <vm_exec_core+7168>, 0x7f8063377d2a <vm_exec_core+7114>, 0x7f8063377cf7 <vm_exec_core+7063>, 0x7f80633785eb <vm_exec_core+9355>, 0x7f8063377058 <vm_exec_core+3832>, 0x7f8063376fea <vm_exec_core+3722>, 0x7f8063376faf <vm_exec_core+3663>, 0x7f8063376f59 <vm_exec_core+3577>, 0x7f8063376f15 <vm_exec_core+3509>, 0x7f8063376e8e <vm_exec_core+3374>, 0x7f8063376e59 <vm_exec_core+3321>, 0x7f8063376dfe <vm_exec_core+3230>, 0x7f8063376d86 <vm_exec_core+3110>, 0x7f8063376d4e <vm_exec_core+3054>, 0x7f8063376d16 <vm_exec_core+2998>, 0x7f8063376b21 <vm_exec_core+2497>, 0x7f8063376a90 <vm_exec_core+2352>, 0x7f8063376a33 <vm_exec_core+2259>, 0x7f80633769ba <vm_exec_core+2138>, 0x7f80633776fa <vm_exec_core+5530>, 0x7f80633776d5 <vm_exec_core+5493>, 0x7f806337769c <vm_exec_core+5436>, 0x7f806337764c <vm_exec_core+5356>, 0x7f806337761a <vm_exec_core+5306>, 0x7f806337752f <vm_exec_core+5071>, 0x7f80633774ea <vm_exec_core+5002>, 0x7f80633774a4 <vm_exec_core+4932>, 0x7f8063377474 <vm_exec_core+4884>, 0x7f80633773a9 <vm_exec_core+4681>, 0x7f8063377414 <vm_exec_core+4788>, 0x7f8063377279 <vm_exec_core+4377>, 0x7f806337720c <vm_exec_core+4268>, 0x7f806337717f <vm_exec_core+4127>, 0x7f80633770c3 <vm_exec_core+3939>, 0x7f806337708b <vm_exec_core+3883>, 0x7f8063377bf8 <vm_exec_core+6808>, 0x7f8063377ae5 <vm_exec_core+6533>, 0x7f80633795a3 <vm_exec_core+13379>, 0x7f8063377c73 <vm_exec_core+6931>, 0x7f806337783e <vm_exec_core+5854>, 0x7f806337958f <vm_exec_core+13359>, 0x7f80633777f4 <vm_exec_core+5780>, 0x7f806337779b <vm_exec_core+5691>, 0x7f8063377742 <vm_exec_core+5602>, 0x7f80633779d7 <vm_exec_core+6263>, 0x7f8063377901 <vm_exec_core+6049>, 0x7f8063377888 <vm_exec_core+5928>, 0x7f806337895f <vm_exec_core+10239>, 0x7f8063377c3b <vm_exec_core+6875>, 0x7f8063377a8e <vm_exec_core+6446>, 0x7f806337681b <vm_exec_core+1723>, 0x7f80633767e1 <vm_exec_core+1665>, 0x7f8063376913 <vm_exec_core+1971>, 0x7f8063376872 <vm_exec_core+1810>, 0x7f806337957b <vm_exec_core+13339>, 0x7f8063379567 <vm_exec_core+13319>, 0x7f8063379553 <vm_exec_core+13299>, 0x7f806337953f <vm_exec_core+13279>, 0x7f806337952b <vm_exec_core+13259>, 0x7f8063379517 <vm_exec_core+13239>, 0x7f80633794fc <vm_exec_core+13212>, 0x7f80633794e8 <vm_exec_core+13192>, 0x7f80633794d4 <vm_exec_core+13172>, 0x7f80633794c0 <vm_exec_core+13152>, 0x7f80633794ac <vm_exec_core+13132>, 0x7f8063379498 <vm_exec_core+13112>, 0x7f8063379484 <vm_exec_core+13092>, 0x7f8063379470 <vm_exec_core+13072>, 0x7f806337945c <vm_exec_core+13052>, 0x7f8063379448 <vm_exec_core+13032>, 0x7f8063376774 <vm_exec_core+1556>, 0x7f8063376716 <vm_exec_core+1462>, 0x7f8063379434 <vm_exec_core+13012>, 0x7f8063379420 <vm_exec_core+12992>, 0x7f806337940c <vm_exec_core+12972>, 0x7f80633793f8 <vm_exec_core+12952>, 0x7f80633761a1 <vm_exec_core+65>, 0x7f80633761a5 <vm_exec_core+69>, 0x7f80633766a9 <vm_exec_core+1353>, 0x7f8063376652 <vm_exec_core+1266>, 0x7f80633765cf <vm_exec_core+1135>, 0x7f806337658a <vm_exec_core+1066>, 0x7f806337653d <vm_exec_core+989>...}
#85 0x00007f806337c9fb in rb_vm_exec (ec=0x561520129120) at /tmp/ruby/src/trunk-repeat50/vm.c:2366
        _ec = 0x561520129120
        _tag = {tag = 36, retval = 4, buf = {0x7f805f1af978, 0x7f806337c1f0 <rb_vm_exec+400>, 0x0, 0x7ffc43f0b7f0, 0x5615201b7c80}, prev = 0x7ffc43f0b980, state = RUBY_TAG_NONE, lock_rec = 0}
        state = <optimized out>
        result = <optimized out>
        initial = <optimized out>
#86 0x00007f806319e8a1 in rb_ec_exec_node (ec=ec@entry=0x561520129120, n=n@entry=0x7f805f1af978) at /tmp/ruby/src/trunk-repeat50/eval.c:287
        th = <optimized out>
        _ec = <optimized out>
        _tag = {tag = 36, retval = 140189396791876, buf = {0x7f805f1af978, 0x7f806319e8f2 <rb_ec_exec_node+258>, 0x0, 0x7ffc43f0b950, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f805f1af978
#87 0x00007f80631a4d63 in ruby_run_node (n=0x7f805f1af978) at /tmp/ruby/src/trunk-repeat50/eval.c:328
        ec = 0x561520129120
        status = 0
#88 0x000056151f20a187 in rb_main (argv=0x7ffc43f0bb88, argc=141) at /tmp/ruby/src/trunk-repeat50/main.c:39
        variable_in_this_stack_frame = 140721448338041
#89 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat50/main.c:58
No locals.

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