rev: b03aa7dcd7
test-all :
test-spec:
exit statuses:
"git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20" exit with 0.
"autoconf" exit with 0.
"/tmp/ruby/v3/src/trunk-repeat20/configure --prefix=/tmp/ruby/v3/install/trunk-repeat20 --disable-install-doc --enable-shared" exit with 0.
"make update-unicode -j6" exit with 0.
"make update-download -j6" exit with 0.
"make update-rubyspec -j6" exit with 0.
"make update-src -j6" exit with 0.
"make after-update -j6" exit with 0.
"make miniruby -j6" exit with 0.
"make ruby -j6" exit with 0.
"make all -j6" exit with 0.
"make install -j6" exit with 0.
"make yes-btest TESTS=--repeat-count=20" exit with 0.
"make yes-test-basic TESTS=--repeat-count=20" exit with 0.
Logfile: /home/ko1/ruby/logs/brlog.trunk-repeat20.20210202-091238
#<BuildRuby:0x0000557ac66d2400
@BUILD_DIR="/tmp/ruby/v3/build",
@INSTALL_DIR="/tmp/ruby/v3/install",
@REPOSITORY="https://github.com/ruby/ruby.git",
@REPOSITORY_TYPE=:git,
@SRC_DIR="/tmp/ruby/v3/src",
@TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-repeat20",
@TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-repeat20",
@TARGET_NAME="trunk-repeat20",
@TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-repeat20",
@build_opts="-j6",
@configure_opts=["--enable-shared"],
@gist=false,
@git_branch=nil,
@git_worktree=nil,
@incremental=true,
@logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20210202-091238",
@make="make",
@quiet=false,
@ruby_env=[["RUBY_DEBUG", "ci"]],
@steps=
["checkout",
"autoconf",
"configure",
"build_up",
"build_miniruby",
"build_ruby",
"build_all",
"build_install",
"test_btest",
"test_basic",
"test_all",
"test_rubyspec"],
@svn_revision=nil,
@test_opts="TESTS=--repeat-count=20",
@timeout=41600>
user system total real
checkout Cloning into 'trunk-repeat20'...
0.000000 0.000000 3.032000 ( 10.478432)
autoconf 0.000000 0.000000 1.716000 ( 1.744856)
configure 0.116000 0.060000 44.660000 ( 64.397303)
build_up + cp /tmp/ruby/v3/src/trunk-repeat20/enc/jis/props.h.blt /tmp/ruby/v3/src/trunk-repeat20/enc/jis/props.h
0.036000 0.020000 66.196000 ( 46.921596)
build_miniruby 0.000000 0.000000 0.156000 ( 0.177944)
build_ruby 0.004000 0.000000 4.252000 ( 4.186159)
build_all 0.116000 0.036000 241.756000 ( 77.343830)
build_install 0.024000 0.004000 4.460000 ( 3.180057)
test_btest test_attr.rb ..
test_autoload.rb ........
test_block.rb ..........................................................
test_class.rb ................................................
test_env.rb ..
test_eval.rb .....................................
test_exception.rb ..................................
test_fiber.rb .....
test_finalizer.rb .
test_flip.rb .
test_flow.rb ..............................................................
test_fork.rb ....
test_gc.rb ..
test_insns.rb ...............................................................................................................................................................................................................................................................................................................................................................................................
test_io.rb .........
test_jump.rb .............................
test_literal.rb ............................................................................................................................................................
test_literal_suffix.rb ................................................
test_load.rb ..
test_marshal.rb .
test_massign.rb ..................................
test_method.rb ...............................................................................................................................................................................................................................
test_objectspace.rb ......
test_proc.rb .....................................
test_ractor.rb ......................................................................................
test_string.rb .
test_struct.rb .
test_syntax.rb ............................................................................................................................................................
test_thread.rb .................................................
Fiber count: 10000 (skipping)
PASS all 1485 tests
0.000000 0.000000 37.588000 ( 39.930777)
test_basic 0.012000 0.004000 0.480000 ( 0.588467)
test_all Skipping Gem::PackageTask tests. rake not found.
#<Thread:0x00005643291015e0 /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:547 run> terminated with exception (report_on_exception is true):
/tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:199:in `assert': [Net::WriteTimeout] exception expected, not #<SystemStackError: stack level too deep>. (MiniTest::Assertion)
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:503:in `assert'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:559:in `flunk'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:417:in `block in assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:198:in `assert'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:503:in `assert'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:416:in `rescue in assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:404:in `assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:549:in `block (2 levels) in test_timeout_during_HTTP_session_write'
<internal:warning>:51:in `concat': stack level too deep (SystemStackError)
from <internal:warning>:51:in `warn'
from <internal:warning>:51:in `warn'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http/generic_request.rb:303:in `supply_default_content_type'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http/generic_request.rb:186:in `send_request_with_body'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http/generic_request.rb:123:in `exec'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http.rb:1549:in `block in transport_request'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http.rb:1547:in `catch'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http.rb:1547:in `transport_request'
... 11 levels...
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:597:in `assert_warning'
from /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:550:in `block (3 levels) in test_timeout_during_HTTP_session_write'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:403:in `assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:549:in `block (2 levels) in test_timeout_during_HTTP_session_write'
#<Thread:0x0000564331f072b8 /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:547 run> terminated with exception (report_on_exception is true):
/tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:199:in `assert': [Net::WriteTimeout] exception expected, not #<SystemStackError: stack level too deep>. (MiniTest::Assertion)
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:503:in `assert'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:559:in `flunk'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:417:in `block in assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:198:in `assert'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:503:in `assert'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:416:in `rescue in assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:404:in `assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:549:in `block (2 levels) in test_timeout_during_HTTP_session_write'
<internal:warning>:51:in `concat': stack level too deep (SystemStackError)
from <internal:warning>:51:in `warn'
from <internal:warning>:51:in `warn'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http/generic_request.rb:303:in `supply_default_content_type'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http/generic_request.rb:186:in `send_request_with_body'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http/generic_request.rb:123:in `exec'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http.rb:1549:in `block in transport_request'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http.rb:1547:in `catch'
from /tmp/ruby/v3/src/trunk-repeat20/lib/net/http.rb:1547:in `transport_request'
... 11 levels...
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:597:in `assert_warning'
from /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:550:in `block (3 levels) in test_timeout_during_HTTP_session_write'
from /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:403:in `assert_raise'
from /tmp/ruby/v3/src/trunk-repeat20/test/net/http/test_http.rb:549:in `block (2 levels) in test_timeout_during_HTTP_session_write'
$$$ #<Timeout::Error: execution expired>
### enter analyzing mode for stuck processes
$$$ ps jx
PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND
11 12 12 12 ? -1 Ss 1001 0:00 sh build-loop.sh trunk-repeat20 --incremental --process-num=6
28612 11868 12 12 ? -1 S 1001 0:00 make yes-test-all TESTS=--repeat-count=20
11868 11876 12 12 ? -1 Sl 1001 160:40 /tmp/ruby/v3/src/trunk-repeat20/test/runner.rb: TestRequire#test_race_exception
12 28608 12 12 ? -1 Sl 1001 0:00 ruby ./br.rb build_report trunk-repeat20 --incremental --process-num=6
28608 28611 12 12 ? -1 S 1001 0:00 sh -c ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-repeat20 --logfile=/home/ko1/ruby/logs/brlog.trunk-repeat20.20210202-091238 --root_dir=/tmp/ruby --timeout=41600 --test_opts='TESTS=--repeat-count=20' --incremental --process-num=6
28611 28612 12 12 ? -1 Sl 1001 0:00 ruby /home/ko1/ruby/build-ruby/build-ruby.rb --target_name=trunk-repeat20 --logfile=/home/ko1/ruby/logs/brlog.trunk-repeat20.20210202-091238 --root_dir=/tmp/ruby --timeout=41600 --test_opts=TESTS=--repeat-count=20 --incremental --process-num=6
28612 32204 12 12 ? -1 R 1001 0:00 ps jx
{11=>[12], 28612=>[11868, 32204], 11868=>[11876], 12=>[28608], 28608=>[28611], 28611=>[28612]}
"timeout 60 gdb -p 11876 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
[New LWP 32125]
[New LWP 32162]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
39 ../sysdeps/unix/sysv/linux/ppoll.c: No such file or directory.
0x00007f39b36e1cf6 in __GI_ppoll (fds=fds@entry=0x7ffd466ad138, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
>>> Threads Id Target Id Frame
* 1 Thread 0x7f39b41cbd80 (LWP 11876) "ruby" 0x00007f39b36e1cf6 in __GI_ppoll (fds=fds@entry=0x7ffd466ad138, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
2 Thread 0x7f396c8d3700 (LWP 32125) "test_require.r*" 0x00007f39b319eed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f396c7d2040, expected=0, futex_word=0x5643170c39b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
3 Thread 0x7f3955ffe700 (LWP 32162) "test_require.r*" __lll_lock_wait_private () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95
>>> Machine level backtrace
Thread 3 (Thread 0x7f3955ffe700 (LWP 32162)):
#0 __lll_lock_wait_private () at ../sysdeps/unix/sysv/linux/x86_64/lowlevellock.S:95
#1 0x00007f39b3667352 in __libc_calloc (n=n@entry=1, elem_size=elem_size@entry=32) at malloc.c:3407
#2 0x00007f39b3abaaf9 in calloc1 (n=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:1582
#3 objspace_xcalloc (size=<optimized out>, objspace=0x5643100a20d0) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:10886
#4 ruby_xcalloc_body (size=size@entry=32, n=n@entry=1) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:10893
#5 ruby_xcalloc (n=n@entry=1, size=size@entry=32) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:12825
#6 0x00007f39b3abac40 in rb_data_typed_object_zalloc (klass=<optimized out>, size=size@entry=32, type=type@entry=0x7f39b3f99720 <backtrace_data_type>) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:2518
#7 0x00007f39b3c7e4a4 in backtrace_alloc (klass=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_backtrace.c:480
#8 bt_init (size=3, ptr=<synthetic pointer>) at /tmp/ruby/v3/src/trunk-repeat20/vm_backtrace.c:617
#9 backtrace_each (init=<optimized out>, iter_cfunc=<optimized out>, arg=<synthetic pointer>, iter_skip=0x7f39b3c7c440 <bt_iter_skip>, iter_iseq=0x7f39b3c7c400 <bt_iter_iseq>, num_frames=-1, from_last=0, ec=ec@entry=0x7f3955ffdc80) at /tmp/ruby/v3/src/trunk-repeat20/vm_backtrace.c:568
#10 rb_ec_partial_backtrace_object (skip_internal=false, level_too_large=0x0, n=-1, lev=0, ec=ec@entry=0x7f3955ffdc80) at /tmp/ruby/v3/src/trunk-repeat20/vm_backtrace.c:706
#11 rb_ec_backtrace_object (ec=ec@entry=0x5643212c3a60) at /tmp/ruby/v3/src/trunk-repeat20/vm_backtrace.c:723
#12 0x00007f39b3c5ad17 in ec_stack_overflow (ec=ec@entry=0x5643212c3a60, setup=1) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:62
#13 0x00007f39b3c5d94a in rb_ec_stack_overflow (ec=ec@entry=0x5643212c3a60, crit=crit@entry=0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:95
#14 0x00007f39b3bdf648 in check_stack_overflow (sig=sig@entry=11, addr=<optimized out>, ctx=ctx@entry=0x56431ef43ac0) at /tmp/ruby/v3/src/trunk-repeat20/signal.c:889
#15 0x00007f39b3bdf68c in sigsegv (sig=11, info=0x56431ef43bf0, ctx=0x56431ef43ac0) at /tmp/ruby/v3/src/trunk-repeat20/signal.c:959
#16 <signal handler called>
#17 0x00007f39b366130e in _int_malloc (av=av@entry=0x7f3910000020, bytes=bytes@entry=16) at malloc.c:3557
#18 0x00007f39b36642ed in __GI___libc_malloc (bytes=bytes@entry=16) at malloc.c:3065
#19 0x00007f39b3ab7484 in objspace_xmalloc0 (objspace=0x5643100a20d0, size=<optimized out>, size@entry=16) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:10633
#20 0x00007f39b3abaa61 in ruby_xmalloc2_body (size=size@entry=16, n=n@entry=1) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:10877
#21 ruby_xmalloc2 (n=n@entry=1, size=size@entry=16) at /tmp/ruby/v3/src/trunk-repeat20/gc.c:12815
#22 0x00007f39b3c5a15a in vm_ccs_push (klass=klass@entry=94846265267480, ccs=0x56431ec7a950, ci=ci@entry=0x21d100000003, cc=cc@entry=0x56431d44ecb8) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:1583
#23 0x00007f39b3c628d5 in vm_ccs_push (cc=<optimized out>, ci=<optimized out>, ccs=<optimized out>, klass=94846265267480) at /tmp/ruby/v3/src/trunk-repeat20/vm_callinfo.h:244
#24 cc_new (cme=0x56431df314c8, argc=<optimized out>, mid=94846265267400, klass=94846265267480) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:369
#25 gccct_method_search_slowpath (vm=0x56431009fa50, klass=94846265267480, mid=mid@entry=8657, argc=argc@entry=1, index=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:392
#26 0x00007f39b3c757e6 in gccct_method_search (argc=1, mid=8657, recv=94846265267520, ec=0x5643212c3a60) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:437
#27 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7f3955edf248, argc=1, mid=8657, recv=94846265267520) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:997
#28 rb_funcallv (recv=94846265267520, mid=8657, argc=argc@entry=1, argv=argv@entry=0x7f3955edf248) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1023
#29 0x00007f39b3ad0ecf in rb_io_write (io=<optimized out>, str=<optimized out>, str@entry=94846253854120) at /tmp/ruby/v3/src/trunk-repeat20/io.c:1949
#30 0x00007f39b3ad28b0 in rb_write_error_str (mesg=<optimized out>, mesg@entry=94846253854120) at /tmp/ruby/v3/src/trunk-repeat20/io.c:8097
#31 0x00007f39b3a8e3d4 in rb_warning_s_warn (argc=<optimized out>, argv=<optimized out>, mod=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/error.c:274
#32 0x00007f39b3c734ab in vm_call0_cfunc_with_frame (argv=0x7f3955efd4a8, calling=0x7f3955ffdc48, ec=0x5643212c3a60) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:135
#33 vm_call0_cfunc (argv=0x7f3955efd4a8, calling=0x7f3955ffdc48, ec=0x5643212c3a60) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:149
#34 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:180
#35 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#36 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#37 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#38 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#39 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#40 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#41 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#42 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#43 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#44 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#45 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#46 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#47 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#48 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#49 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#50 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#51 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#52 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#53 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#54 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#55 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#56 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#57 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#58 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#59 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#60 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#61 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#62 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#63 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#64 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#65 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#66 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#67 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#68 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#69 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#70 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#71 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#72 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#73 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#74 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#75 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#76 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#77 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#78 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#79 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#80 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#81 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#82 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#83 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#84 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#85 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#86 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#87 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#88 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#89 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#90 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#91 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#92 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#93 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#94 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#95 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#96 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#97 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#98 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#99 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#100 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#101 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#102 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#103 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#104 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#105 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#106 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#107 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#108 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#109 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#110 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#111 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#112 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#113 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#114 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#115 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#116 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#117 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#118 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#119 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#120 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#121 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#122 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#123 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#124 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#125 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#126 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#127 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#128 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#129 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#130 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#131 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#132 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#133 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#134 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#135 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#136 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#137 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#138 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#139 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#140 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#141 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#142 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#143 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#144 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#145 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#146 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#147 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#148 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#149 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#150 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#151 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#152 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#153 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#154 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#155 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#156 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#157 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#158 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#159 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#160 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#161 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#162 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#163 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#164 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#165 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#166 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#167 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#168 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#169 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#170 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#171 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#172 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#173 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#174 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#175 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#176 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#177 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#178 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#179 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#180 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#181 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#182 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#183 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#184 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#185 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#186 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#187 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#188 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#189 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#190 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#191 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#192 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#193 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#194 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#195 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#196 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#197 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#198 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#199 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#200 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#201 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#202 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#203 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#204 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#205 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#206 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#207 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#208 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#209 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#210 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#211 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#212 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#213 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#214 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#215 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#216 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#217 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#218 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#219 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#220 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#221 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#222 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#223 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#224 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#225 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#226 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#227 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#228 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#229 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#230 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#231 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#232 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#233 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#234 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#235 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#236 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#237 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#238 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#239 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#240 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#241 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#242 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#243 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#244 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#245 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#246 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#247 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#248 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#249 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#250 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#251 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#252 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#253 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#254 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#255 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#256 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#257 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#258 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#259 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#260 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#261 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#262 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#263 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#264 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#265 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#266 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#267 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#268 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#269 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#270 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#271 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#272 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#273 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#274 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#275 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#276 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#277 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#278 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#279 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#280 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#281 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#282 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#283 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#284 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#285 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#286 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#287 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#288 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#289 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#290 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#291 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#292 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#293 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#294 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#295 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#296 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#297 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#298 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#299 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#300 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#301 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#302 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#303 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#304 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#305 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#306 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#307 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#308 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#309 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#310 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#311 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#312 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#313 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#314 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#315 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#316 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#317 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#318 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#319 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#320 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#321 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#322 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#323 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#324 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#325 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#326 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#327 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#328 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#329 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#330 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#331 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#332 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#333 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#334 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#335 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#336 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#337 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#338 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#339 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#340 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#341 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#342 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#343 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#344 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#345 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#346 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#347 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#348 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#349 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#350 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#351 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#352 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#353 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#354 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#355 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#356 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#357 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#358 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#359 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#360 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#361 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#362 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#363 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#364 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#365 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#366 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#367 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#368 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#369 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#370 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#371 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#372 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#373 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#374 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#375 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#376 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#377 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#378 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#379 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#380 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#381 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#382 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#383 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#384 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#385 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#386 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#387 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#388 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#389 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#390 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#391 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#392 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#393 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#394 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#395 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#396 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#397 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#398 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#399 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#400 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#401 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#402 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#403 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#404 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#405 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#406 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#407 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#408 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#409 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#410 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#411 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#412 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#413 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#414 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#415 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#416 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#417 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#418 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#419 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#420 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#421 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#422 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#423 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#424 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#425 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#426 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#427 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#428 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#429 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#430 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#431 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#432 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#433 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#434 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#435 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#436 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#437 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#438 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#439 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#440 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#441 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#442 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#443 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#444 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#445 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#446 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#447 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#448 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#449 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#450 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#451 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#452 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#453 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#454 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#455 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#456 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#457 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#458 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#459 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#460 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#461 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#462 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#463 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#464 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#465 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#466 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#467 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#468 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#469 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#470 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#471 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#472 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#473 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#474 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#475 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#476 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#477 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#478 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#479 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#480 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#481 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#482 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#483 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#484 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#485 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#486 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#487 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#488 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#489 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#490 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#491 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#492 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#493 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#494 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#495 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#496 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#497 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#498 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#499 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#500 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#501 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#502 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#503 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#504 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#505 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#506 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#507 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#508 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#509 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#510 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#511 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#512 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#513 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#514 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#515 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#516 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#517 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#518 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#519 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#520 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#521 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#522 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#523 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#524 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#525 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#526 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#527 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#528 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#529 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#530 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#531 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#532 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#533 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#534 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#535 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#536 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#537 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#538 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#539 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#540 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#541 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#542 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#543 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#544 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#545 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#546 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#547 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#548 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#549 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#550 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#551 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#552 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#553 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#554 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#555 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#556 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#557 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#558 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#559 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#560 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#561 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#562 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#563 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#564 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#565 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#566 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#567 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#568 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#569 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#570 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#571 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#572 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#573 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#574 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#575 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#576 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#577 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#578 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#579 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#580 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#581 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#582 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#583 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#584 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#585 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#586 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#587 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#588 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#589 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#590 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#591 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#592 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#593 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#594 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#595 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#596 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#597 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#598 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#599 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#600 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#601 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#602 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#603 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#604 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#605 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#606 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#607 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#608 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#609 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#610 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#611 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#612 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#613 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#614 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#615 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#616 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#617 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#618 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#619 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#620 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#621 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#622 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#623 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#624 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#625 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#626 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#627 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#628 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#629 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#630 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#631 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#632 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#633 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#634 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#635 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#636 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#637 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#638 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#639 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#640 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#641 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#642 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#643 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#644 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#645 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#646 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#647 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#648 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#649 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#650 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#651 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#652 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#653 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#654 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#655 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#656 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#657 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#658 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#659 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#660 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#661 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#662 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#663 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#664 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#665 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#666 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#667 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#668 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#669 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#670 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#671 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#672 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#673 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#674 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#675 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#676 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#677 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#678 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#679 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#680 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#681 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#682 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#683 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#684 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#685 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#686 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#687 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#688 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#689 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#690 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#691 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#692 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#693 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#694 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#695 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#696 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#697 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#698 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#699 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#700 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#701 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#702 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#703 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#704 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#705 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#706 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#707 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#708 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#709 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#710 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#711 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#712 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#713 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#714 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#715 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#716 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#717 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#718 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#719 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#720 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#721 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#722 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#723 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#724 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#725 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#726 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#727 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#728 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#729 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#730 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#731 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#732 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#733 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#734 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#735 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#736 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#737 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#738 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#739 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#740 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#741 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#742 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#743 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#744 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#745 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#746 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#747 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#748 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#749 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#750 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#751 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#752 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#753 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#754 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#755 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#756 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#757 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#758 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#759 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#760 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#761 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#762 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#763 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#764 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#765 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#766 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#767 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#768 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#769 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#770 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#771 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#772 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#773 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#774 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#775 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#776 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#777 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#778 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#779 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#780 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#781 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#782 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#783 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#784 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#785 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#786 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#787 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#788 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#789 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#790 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#791 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#792 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#793 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#794 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#795 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#796 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#797 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#798 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#799 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#800 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#801 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#802 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#803 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#804 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#805 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#806 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#807 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#808 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#809 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#810 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#811 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#812 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#813 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#814 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#815 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#816 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#817 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#818 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#819 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#820 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#821 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#822 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#823 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#824 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#825 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#826 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#827 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#828 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#829 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#830 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#831 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#832 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#833 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#834 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#835 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#836 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#837 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#838 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#839 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#840 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#841 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#842 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#843 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#844 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#845 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#846 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#847 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#848 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#849 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#850 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#851 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#852 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#853 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#854 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#855 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#856 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#857 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#858 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#859 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#860 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#861 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#862 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#863 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#864 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#865 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#866 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#867 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#868 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#869 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#870 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#871 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#872 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#873 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#874 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#875 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#876 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#877 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#878 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#879 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#880 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#881 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#882 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#883 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#884 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#885 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#886 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#887 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#888 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#889 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#890 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#891 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#892 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#893 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#894 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#895 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#896 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#897 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#898 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#899 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#900 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#901 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#902 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#903 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#904 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#905 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#906 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#907 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#908 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#909 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#910 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#911 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#912 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#913 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#914 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#915 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#916 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#917 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#918 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#919 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#920 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#921 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#922 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#923 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#924 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#925 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#926 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#927 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#928 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#929 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#930 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#931 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#932 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#933 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#934 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#935 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#936 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#937 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#938 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#939 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#940 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#941 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#942 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#943 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#944 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#945 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#946 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#947 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#948 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#949 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#950 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#951 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#952 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#953 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#954 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#955 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#956 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#957 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#958 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#959 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#960 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#961 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#962 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#963 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#964 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#965 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#966 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#967 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#968 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#969 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#970 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#971 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#972 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#973 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#974 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#975 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#976 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#977 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#978 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#979 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#980 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#981 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#982 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#983 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#984 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#985 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#986 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#987 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#988 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#989 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#990 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#991 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#992 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#993 0x00007f39b3c736b6 in vm_call0_cme (cme=<optimized out>, argv=<optimized out>, calling=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:79
#994 vm_call0_body (ec=ec@entry=0x5643212c3a60, calling=calling@entry=0x7f3955efd400, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:225
#995 0x00007f39b3c75773 in vm_call0_cc (kw_splat=0, cc=0x56431912d1f0, argv=0x7f3955efd4a8, argc=1, id=8625, recv=94846032602960, ec=0x5643212c3a60) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:72
#996 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7f3955efd4a8, argc=1, mid=8625, recv=94846032602960) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1003
#997 rb_funcallv (recv=94846032602960, mid=8625, argc=argc@entry=1, argv=argv@entry=0x7f3955efd4a8) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1023
#998 0x00007f39b3a8a7b6 in rb_warning_warn (str=<optimized out>, mod=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/error.c:315
#999 rb_write_warning_str (str=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/error.c:347
#1000 rb_warning (fmt=fmt@entry=0x7f39b3cab773 "%li\v") at /tmp/ruby/v3/src/trunk-repeat20/error.c:452
#1001 0x00007f39b3af14ca in load_lock (ftptr=0x7f39101d0bd0 "/tmp/bug575420210202-11876-tm8rg9.rb") at /tmp/ruby/v3/src/trunk-repeat20/load.c:757
#1002 require_internal (ec=ec@entry=0x5643212c3a60, fname=<optimized out>, fname@entry=94846265267720, exception=exception@entry=1) at /tmp/ruby/v3/src/trunk-repeat20/load.c:1056
#1003 0x00007f39b3af26fc in rb_require_string (fname=94846265267720) at /tmp/ruby/v3/src/trunk-repeat20/load.c:1142
#1004 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=ec@entry=0x5643212c3a60, reg_cfp=reg_cfp@entry=0x7f3955ffdc80, calling=calling@entry=0x7f3955efda40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#1005 0x00007f39b3c5de84 in vm_call_cfunc (ec=ec@entry=0x5643212c3a60, reg_cfp=reg_cfp@entry=0x7f3955ffdc80, calling=calling@entry=0x7f3955efda40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2918
#1006 0x00007f39b3c79791 in vm_call_method_each_type (ec=ec@entry=0x5643212c3a60, cfp=cfp@entry=0x7f3955ffdc80, calling=0x7f3955efda40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3387
#1007 0x00007f39b3c79deb in vm_call_method (ec=ec@entry=0x5643212c3a60, cfp=cfp@entry=0x7f3955ffdc80, calling=calling@entry=0x7f3955efda40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#1008 0x00007f39b3c7a2c4 in vm_call_symbol (ec=0x5643212c3a60, reg_cfp=0x7f3955ffdc80, calling=0x7f3955efda40, ci=<optimized out>, symbol=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3111
#1009 0x00007f39b3c6a461 in vm_sendish (block_handler=0, method_explorer=mexp_search_method, cd=<optimized out>, reg_cfp=0x7f3955ffdc80, ec=0x0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#1010 vm_exec_core (ec=ec@entry=0x5643212c3a60, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:789
#1011 0x00007f39b3c704c5 in rb_vm_exec (ec=0x5643212c3a60, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2162
#1012 0x00007f39b3c70f8d in invoke_block (ec=<optimized out>, iseq=iseq@entry=0x56431ad86e00, self=self@entry=139884231645888, cref=cref@entry=0x0, type=<optimized out>, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1262
#1013 0x00007f39b3c72183 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=<optimized out>, kw_splat=1441782848, argv=<optimized out>, argc=<optimized out>, self=139884231645888, captured=0x56431a1f1060, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1334
#1014 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=<optimized out>, kw_splat=1441783008, argv=0x7f3955efdc40, argc=<optimized out>, self=139884231645888, proc=0x56431df312c0, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1434
#1015 vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x56431df312c0, self=139884231645888, argc=argc@entry=1441782848, argv=argv@entry=0x7f3955efdce0, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1463
#1016 0x00007f39b3c7317d in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x56431df312c0, argc=argc@entry=1441782848, argv=argv@entry=0x7f3955efdce0, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1484
#1017 0x00007f39b3c25b83 in thread_do_start_proc (th=0x56431a1f1060) at /tmp/ruby/v3/src/trunk-repeat20/thread.c:745
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 2 (Thread 0x7f396c8d3700 (LWP 32125)):
#0 0x00007f39b319eed9 in futex_reltimed_wait_cancelable (private=<optimized out>, reltime=0x7f396c7d2040, expected=0, futex_word=0x5643170c39b8) at ../sysdeps/unix/sysv/linux/futex-internal.h:142
#1 __pthread_cond_wait_common (abstime=0x7f396c7d2100, mutex=0x5643100a2af8, cond=0x5643170c3990) at pthread_cond_wait.c:533
#2 __pthread_cond_timedwait (cond=0x5643170c3990, mutex=0x5643100a2af8, abstime=0x7f396c7d2100) at pthread_cond_wait.c:667
#3 0x00007f39b3c22873 in native_cond_timedwait (abs=<optimized out>, mutex=<optimized out>, cond=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/thread_pthread.c:523
#4 do_gvl_timer (th=0x5643170c3920, gvl=0x5643100a2af0) at /tmp/ruby/v3/src/trunk-repeat20/thread_pthread.c:209
#5 gvl_acquire_common (gvl=gvl@entry=0x5643100a2af0, th=th@entry=0x5643170c3920) at /tmp/ruby/v3/src/trunk-repeat20/thread_pthread.c:247
#6 0x00007f39b3c24cb2 in gvl_yield (th=0x5643170c3920, gvl=0x5643100a2af0) at /tmp/ruby/v3/src/trunk-repeat20/thread_pthread.c:332
#7 rb_thread_schedule_limits (limits_us=limits_us@entry=0) at /tmp/ruby/v3/src/trunk-repeat20/thread.c:1591
#8 0x00007f39b3c28bfb in rb_thread_schedule () at /tmp/ruby/v3/src/trunk-repeat20/thread.c:1601
#9 0x00007f39b3c28e19 in thread_s_pass (klass=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/thread.c:1932
#10 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=0x564319e9bd30, reg_cfp=0x7f396c8d2c10, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#11 0x00007f39b3c6a461 in vm_sendish (block_handler=0, method_explorer=mexp_search_method, cd=<optimized out>, reg_cfp=0x7f396c8d2c10, ec=0x7f39b319c6e1 <__pthread_mutex_unlock_usercnt+65>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#12 vm_exec_core (ec=ec@entry=0x564319e9bd30, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:789
#13 0x00007f39b3c704c5 in rb_vm_exec (ec=0x564319e9bd30, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2162
#14 0x00007f39b3c7b46c in rb_iseq_eval (iseq=iseq@entry=0x56431d44f410) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2408
#15 0x00007f39b3af1489 in load_iseq_eval (fname=<optimized out>, ec=0x564319e9bd30) at /tmp/ruby/v3/src/trunk-repeat20/load.c:594
#16 require_internal (ec=ec@entry=0x564319e9bd30, fname=<optimized out>, fname@entry=94846265267720, exception=exception@entry=1) at /tmp/ruby/v3/src/trunk-repeat20/load.c:1065
#17 0x00007f39b3af26fc in rb_require_string (fname=94846265267720) at /tmp/ruby/v3/src/trunk-repeat20/load.c:1142
#18 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=ec@entry=0x564319e9bd30, reg_cfp=reg_cfp@entry=0x7f396c8d2c80, calling=calling@entry=0x7f396c7d2a40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#19 0x00007f39b3c5de84 in vm_call_cfunc (ec=ec@entry=0x564319e9bd30, reg_cfp=reg_cfp@entry=0x7f396c8d2c80, calling=calling@entry=0x7f396c7d2a40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2918
#20 0x00007f39b3c79791 in vm_call_method_each_type (ec=ec@entry=0x564319e9bd30, cfp=cfp@entry=0x7f396c8d2c80, calling=0x7f396c7d2a40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3387
#21 0x00007f39b3c79deb in vm_call_method (ec=ec@entry=0x564319e9bd30, cfp=cfp@entry=0x7f396c8d2c80, calling=calling@entry=0x7f396c7d2a40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#22 0x00007f39b3c7a2c4 in vm_call_symbol (ec=ec@entry=0x564319e9bd30, reg_cfp=reg_cfp@entry=0x7f396c8d2c80, calling=calling@entry=0x7f396c7d2a40, ci=<optimized out>, symbol=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3111
#23 0x00007f39b3c7a4ea in vm_call_opt_send (ec=ec@entry=0x564319e9bd30, reg_cfp=reg_cfp@entry=0x7f396c8d2c80, calling=calling@entry=0x7f396c7d2a40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3151
#24 0x00007f39b3c79b51 in vm_call_method_each_type (ec=ec@entry=0x564319e9bd30, cfp=cfp@entry=0x7f396c8d2c80, calling=0x7f396c7d2a40) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3423
#25 0x00007f39b3c79deb in vm_call_method (ec=0x564319e9bd30, cfp=0x7f396c8d2c80, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#26 0x00007f39b3c6a461 in vm_sendish (block_handler=0, method_explorer=mexp_search_method, cd=<optimized out>, reg_cfp=0x7f396c8d2c80, ec=0x0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#27 vm_exec_core (ec=ec@entry=0x564319e9bd30, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:789
#28 0x00007f39b3c704c5 in rb_vm_exec (ec=0x564319e9bd30, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2162
#29 0x00007f39b3c70f8d in invoke_block (ec=<optimized out>, iseq=iseq@entry=0x56431ad87120, self=self@entry=139884610005696, cref=cref@entry=0x0, type=<optimized out>, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1262
#30 0x00007f39b3c72183 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=<optimized out>, kw_splat=1820142656, argv=<optimized out>, argc=<optimized out>, self=139884610005696, captured=0x5643170c3920, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1334
#31 invoke_block_from_c_proc (me=0x0, is_lambda=<optimized out>, passed_block_handler=<optimized out>, kw_splat=1820142816, argv=0x7f396c7d2c40, argc=<optimized out>, self=139884610005696, proc=0x56431df31400, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1434
#32 vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x56431df31400, self=139884610005696, argc=argc@entry=1820142656, argv=argv@entry=0x7f396c7d2ce0, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1463
#33 0x00007f39b3c7317d in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x56431df31400, argc=argc@entry=1820142656, argv=argv@entry=0x7f396c7d2ce0, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1484
#34 0x00007f39b3c25b83 in thread_do_start_proc (th=0x5643170c3920) at /tmp/ruby/v3/src/trunk-repeat20/thread.c:745
Backtrace stopped: previous frame inner to this frame (corrupt stack?)
Thread 1 (Thread 0x7f39b41cbd80 (LWP 11876)):
#0 0x00007f39b36e1cf6 in __GI_ppoll (fds=fds@entry=0x7ffd466ad138, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:39
#1 0x00007f39b3c22fa7 in rb_sigwait_sleep (th=th@entry=0x5643100a1f30, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x0) at /tmp/ruby/v3/src/trunk-repeat20/thread_pthread.c:2034
#2 0x00007f39b3c23b84 in native_sleep (th=th@entry=0x5643100a1f30, rel=0x0) at /tmp/ruby/v3/src/trunk-repeat20/thread_pthread.c:2155
#3 0x00007f39b3c28add in thread_join_sleep (arg=arg@entry=140725784859440) at /tmp/ruby/v3/src/trunk-repeat20/thread.c:1189
#4 0x00007f39b3a9625b in rb_ensure (b_proc=b_proc@entry=0x7f39b3c288c0 <thread_join_sleep>, data1=data1@entry=140725784859440, e_proc=e_proc@entry=0x7f39b3c1d350 <remove_from_join_list>, data2=data2@entry=140725784859440) at /tmp/ruby/v3/src/trunk-repeat20/eval.c:1158
#5 0x00007f39b3c1ea55 in thread_join (target_th=0x5643170c3920, timeout=8) at /tmp/ruby/v3/src/trunk-repeat20/thread.c:1239
#6 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=0x5643100a2790, reg_cfp=0x7f39b41c98a0, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#7 0x00007f39b3c6a461 in vm_sendish (block_handler=0, method_explorer=mexp_search_method, cd=<optimized out>, reg_cfp=0x7f39b41c98a0, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#8 vm_exec_core (ec=<optimized out>, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:789
#9 0x00007f39b3c70c9f in rb_vm_exec (ec=ec@entry=0x5643100a2790, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2171
#10 0x00007f39b3c70f8d in invoke_block (ec=ec@entry=0x5643100a2790, iseq=iseq@entry=0x56431027f5e8, self=self@entry=94846032076440, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1262
#11 0x00007f39b3c728bc in invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1334
#12 invoke_block_from_c_bh (argc=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, argv=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1352
#13 vm_yield (argc=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1397
#14 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1328
#15 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1344
#16 0x00007f39b39fe69c in rb_ary_collect (ary=94846401722640) at /tmp/ruby/v3/src/trunk-repeat20/array.c:3635
#17 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=0x5643100a2790, reg_cfp=0x7f39b41c9ad0, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#18 0x00007f39b3c6a55b in vm_sendish (method_explorer=mexp_search_method, block_handler=<optimized out>, cd=0x5643102d9930, reg_cfp=0x7f39b41c9ad0, ec=0x7f39b40ca578) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#19 vm_exec_core (ec=ec@entry=0x5643100a2790, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:770
#20 0x00007f39b3c704c5 in rb_vm_exec (ec=ec@entry=0x5643100a2790, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2162
#21 0x00007f39b3c70f8d in invoke_block (ec=ec@entry=0x5643100a2790, iseq=iseq@entry=0x5643102a1918, self=self@entry=94846032076440, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1262
#22 0x00007f39b3c728bc in invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1334
#23 invoke_block_from_c_bh (argc=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, argv=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1352
#24 vm_yield (argc=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1397
#25 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1328
#26 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1344
#27 0x00007f39b39f89cc in rb_ary_each (ary=94846162465480) at /tmp/ruby/v3/src/trunk-repeat20/array.c:2523
#28 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=ec@entry=0x5643100a2790, reg_cfp=reg_cfp@entry=0x7f39b41c9be8, calling=calling@entry=0x7ffd466addb0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#29 0x00007f39b3c5de84 in vm_call_cfunc (ec=ec@entry=0x5643100a2790, reg_cfp=reg_cfp@entry=0x7f39b41c9be8, calling=calling@entry=0x7ffd466addb0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2918
#30 0x00007f39b3c79791 in vm_call_method_each_type (ec=ec@entry=0x5643100a2790, cfp=cfp@entry=0x7f39b41c9be8, calling=0x7ffd466addb0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3387
#31 0x00007f39b3c79deb in vm_call_method (ec=ec@entry=0x5643100a2790, cfp=cfp@entry=0x7f39b41c9be8, calling=calling@entry=0x7ffd466addb0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#32 0x00007f39b3c79b30 in vm_call_refined (calling=0x7ffd466addb0, cfp=0x7f39b41c9be8, ec=0x5643100a2790) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3366
#33 vm_call_method_each_type (ec=ec@entry=0x5643100a2790, cfp=cfp@entry=0x7f39b41c9be8, calling=0x7ffd466addb0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3444
#34 0x00007f39b3c79deb in vm_call_method (ec=0x5643100a2790, cfp=0x7f39b41c9be8, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#35 0x00007f39b3c6a55b in vm_sendish (method_explorer=mexp_search_method, block_handler=<optimized out>, cd=0x56431029a8e0, reg_cfp=0x7f39b41c9be8, ec=0x7f39b40ca460) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#36 vm_exec_core (ec=ec@entry=0x5643100a2790, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:770
#37 0x00007f39b3c704c5 in rb_vm_exec (ec=ec@entry=0x5643100a2790, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2162
#38 0x00007f39b3c70f8d in invoke_block (ec=ec@entry=0x5643100a2790, iseq=iseq@entry=0x56431027e328, self=self@entry=94846032076440, cref=cref@entry=0x0, type=type@entry=572653569, opt_pc=0, captured=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1262
#39 0x00007f39b3c728bc in invoke_iseq_block_from_c (me=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1334
#40 invoke_block_from_c_bh (argc=<optimized out>, kw_splat=<optimized out>, passed_block_handler=<optimized out>, cref=<optimized out>, is_lambda=<optimized out>, force_blockarg=<optimized out>, argv=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1352
#41 vm_yield (argc=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:1397
#42 rb_yield_0 (argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1328
#43 rb_yield (val=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_eval.c:1344
#44 0x00007f39b39f89cc in rb_ary_each (ary=94846162466120) at /tmp/ruby/v3/src/trunk-repeat20/array.c:2523
#45 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=ec@entry=0x5643100a2790, reg_cfp=reg_cfp@entry=0x7f39b41c9d70, calling=calling@entry=0x7ffd466ae350) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#46 0x00007f39b3c5de84 in vm_call_cfunc (ec=ec@entry=0x5643100a2790, reg_cfp=reg_cfp@entry=0x7f39b41c9d70, calling=calling@entry=0x7ffd466ae350) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2918
#47 0x00007f39b3c79791 in vm_call_method_each_type (ec=ec@entry=0x5643100a2790, cfp=cfp@entry=0x7f39b41c9d70, calling=0x7ffd466ae350) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3387
#48 0x00007f39b3c79deb in vm_call_method (ec=ec@entry=0x5643100a2790, cfp=cfp@entry=0x7f39b41c9d70, calling=calling@entry=0x7ffd466ae350) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#49 0x00007f39b3c79b30 in vm_call_refined (calling=0x7ffd466ae350, cfp=0x7f39b41c9d70, ec=0x5643100a2790) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3366
#50 vm_call_method_each_type (ec=ec@entry=0x5643100a2790, cfp=cfp@entry=0x7f39b41c9d70, calling=0x7ffd466ae350) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3444
#51 0x00007f39b3c79deb in vm_call_method (ec=0x5643100a2790, cfp=0x7f39b41c9d70, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#52 0x00007f39b3c6a55b in vm_sendish (method_explorer=mexp_search_method, block_handler=<optimized out>, cd=0x5643102e18a0, reg_cfp=0x7f39b41c9d70, ec=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#53 vm_exec_core (ec=<optimized out>, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:770
#54 0x00007f39b3c70c9f in rb_vm_exec (ec=0x5643100a2790, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2171
#55 0x00007f39b3c7b46c in rb_iseq_eval (iseq=iseq@entry=0x5643100dd118) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2408
#56 0x00007f39b3af1489 in load_iseq_eval (fname=<optimized out>, ec=0x5643100a2790) at /tmp/ruby/v3/src/trunk-repeat20/load.c:594
#57 require_internal (ec=ec@entry=0x5643100a2790, fname=<optimized out>, fname@entry=94846032141360, exception=exception@entry=1) at /tmp/ruby/v3/src/trunk-repeat20/load.c:1065
#58 0x00007f39b3af26fc in rb_require_string (fname=94846032141360) at /tmp/ruby/v3/src/trunk-repeat20/load.c:1142
#59 0x00007f39b3c5dc03 in vm_call_cfunc_with_frame (ec=ec@entry=0x5643100a2790, reg_cfp=reg_cfp@entry=0x7f39b41c9fa0, calling=calling@entry=0x7ffd466ae8f0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2897
#60 0x00007f39b3c5de84 in vm_call_cfunc (ec=ec@entry=0x5643100a2790, reg_cfp=reg_cfp@entry=0x7f39b41c9fa0, calling=calling@entry=0x7ffd466ae8f0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:2918
#61 0x00007f39b3c79791 in vm_call_method_each_type (ec=ec@entry=0x5643100a2790, cfp=cfp@entry=0x7f39b41c9fa0, calling=0x7ffd466ae8f0) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3387
#62 0x00007f39b3c79deb in vm_call_method (ec=0x5643100a2790, cfp=0x7f39b41c9fa0, calling=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:3505
#63 0x00007f39b3c6a461 in vm_sendish (block_handler=0, method_explorer=mexp_search_method, cd=<optimized out>, reg_cfp=0x7f39b41c9fa0, ec=0x7f39b40ca128) at /tmp/ruby/v3/src/trunk-repeat20/vm_insnhelper.c:4498
#64 vm_exec_core (ec=ec@entry=0x5643100a2790, initial=initial@entry=0) at ../../src/trunk-repeat20/insns.def:789
#65 0x00007f39b3c704c5 in rb_vm_exec (ec=0x5643100a2790, mjit_enable_p=mjit_enable_p@entry=true) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2162
#66 0x00007f39b3c7b559 in rb_iseq_eval_main (iseq=iseq@entry=0x5643100de450) at /tmp/ruby/v3/src/trunk-repeat20/vm.c:2419
#67 0x00007f39b3a925f6 in rb_ec_exec_node (ec=ec@entry=0x5643100a2790, n=n@entry=0x5643100de450) at /tmp/ruby/v3/src/trunk-repeat20/eval.c:317
#68 0x00007f39b3a98685 in ruby_run_node (n=0x5643100de450) at /tmp/ruby/v3/src/trunk-repeat20/eval.c:375
#69 0x000056430fd52a1f in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/v3/src/trunk-repeat20/main.c:47
>>> Dump Ruby level backtrace
th: 0x5643100a1f30, native_id: 0x7f39b41cbd80
-- Control frame information -----------------------------------------------
c:0035 p:---- s:0213 e:000212 CFUNC :join
me:
called_id: join, type: cfunc
owner class: 0x00005643101152c0 [3LM R ] T_CLASS Thread
self: 0x000056431df31428 [0 U] VM/thread (Thread)VM/thread
c:0034 p:0005 s:0209 e:000208 BLOCK /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_require.rb:500
me:
called_id: test_race_exception, type: iseq
owner class: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
c:0033 p:0044 s:0206 e:000205 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/core_assertions.rb:185
me:
called_id: assert_nothing_raised, type: iseq
owner class: 0x000056432f013650 [3LM ] T_MODULE (Module)Test::Unit::CoreAssertions
defined_class: 0x0000564335134088 [3LM ] T_ICLASS src:Test::Unit::CoreAssertions
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
lvars:
args: 0x000056431df311d0 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
msg: 0x000056431df31c98 [0 ] T_STRING (String)[ruby-core:41618]
line: T_FIXNUM 185
e: T_NIL
bt: T_NIL
as: T_NIL
ans: T_NIL
c:0032 p:0136 s:0195 E:0025e0 BLOCK /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_require.rb:500
me:
called_id: test_race_exception, type: iseq
owner class: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
lvars:
tmp: 0x000056431df31680 [0 U] T_FILE (File)
output: 0x000056431df31540 [0 ] T_STRING
start: T_TRUE
scratch: 0x000056431df31478 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
t1_res: T_NIL
t2_res: T_NIL
t1: 0x000056431df31428 [0 U] VM/thread (Thread)VM/thread
t2: 0x000056431df312e8 [0 U] VM/thread (Thread)VM/thread
c:0031 p:0042 s:0184 e:000183 METHOD /tmp/ruby/v3/src/trunk-repeat20/lib/tempfile.rb:358
me:
called_id: create, type: iseq
owner class: 0x000056433857b760 [3LM R ] T_CLASS (annon)
self: 0x000056433857b7b0 [3LM ] T_CLASS Tempfile
lvars:
basename: 0x000056431df31bd0 [0 ] T_ARRAY (Array)[E ] len: 2 (embed)
tmpdir: T_NIL
mode: T_FIXNUM 194
(null): T_FIXNUM 0
options: 0x000056431df31b80 [0 ] T_HASH (Hash)[A ] 0
tmpfile: 0x000056431df31680 [0 U] T_FILE (File)
unlinked: T_NIL
c:0030 p:0033 s:0173 E:000f10 METHOD /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_require.rb:449
me:
called_id: test_race_exception, type: iseq
owner class: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
lvars:
bug5754: 0x000056431df31c98 [0 ] T_STRING (String)[ruby-core:41618]
path: 0x000056431df31608 [0 ] T_STRING (String) [shared] /tmp/bug575420210202-11876-tm8rg9.rb
stderr: 0x000056431012d8e8 [0LM U] T_FILE (IO)
verbose: T_FALSE
c:0029 p:0052 s:0165 e:000164 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:1283
me:
called_id: run_test, type: iseq
owner class: 0x000056432dcf6540 [3LM R ] T_CLASS MiniTest::Unit::TestCase
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
lvars:
name: 0x0000564326153ca8 [0 ] T_STRING (String)test_race_exception
progname: 0x00005643100fe188 [3LM ] T_STRING (String)/tmp/ruby/v3/src/trunk-repeat20/test/runner.rb
c:0028 p:0064 s:0159 e:000158 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:1320
me:
called_id: run, type: iseq
owner class: 0x000056432dcf6540 [3LM R ] T_CLASS MiniTest::Unit::TestCase
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
lvars:
runner: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
start_time: 0x000056431df31e28 [0 U] time (Time)time
result: 0x00005643100efbd8 [3LM ] T_STRING (String)
time: T_NIL
e: T_NIL
c:0027 p:0013 s:0150 e:000149 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit/testcase.rb:18
me:
called_id: run, type: iseq
owner class: 0x00005643351341f0 [3LM ] T_CLASS Test::Unit::TestCase
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
lvars:
runner: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
c:0026 p:0077 s:0145 e:000144 BLOCK /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:969 [FINISH]
me:
called_id: _run_suite, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
method: 0x0000564326153ca8 [0 ] T_STRING (String)test_race_exception
inst: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
start_time: T_NIL
result: T_NIL
c:0025 p:---- s:0138 e:000137 CFUNC :map
me:
called_id: map, type: cfunc
owner class: 0x000056431013da90 [3LM R ] T_CLASS Array
self: 0x0000564326153910 [0 ] T_ARRAY (Array)[ T] len: 42, capa:56 ptr:0x00007f39b0946a48
c:0024 p:0006 s:0134 e:000133 BLOCK /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:962
me:
called_id: _run_suite, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
assertions: T_NIL
c:0023 p:0161 s:0130 E:002350 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:989
me:
called_id: _run_suite, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
suite: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
type: T_SYMBOL test
header: 0x00005643272c0248 [0 ] T_STRING (String)test_suite_header
filter: 0x0000564310432e30 [3LM ] T_REGEXP
all_test_methods: 0x0000564326153960 [0 ] T_ARRAY (Array)[ ] len: 42, capa:42 ptr:0x000056431bf0c260
filtered_test_methods: 0x0000564326153910 [0 ] T_ARRAY (Array)[ T] len: 42, capa:56 ptr:0x00007f39b0946a48
leakchecker: 0x0000564326153618 [0 ] T_OBJECT (LeakChecker)len:7 ptr:0x00007f39b0946eb8
continuation: 0x0000564326152150 [0 ] proc (Proc) block in _run_suite@/tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:961
c:0022 p:0042 s:0118 e:000117 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:1136
me:
called_id: _run_suite, type: iseq
owner class: 0x000056432f012070 [3LM ] T_MODULE (Module)Test::Unit::ExcludesOption
defined_class: 0x000056432f0103d8 [3LM ] T_ICLASS src:Test::Unit::ExcludesOption
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
suite: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
type: T_SYMBOL test
ex: T_NIL
c:0021 p:0010 s:0111 e:000109 BLOCK /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:627 [FINISH]
me:
called_id: _run_suites, type: iseq
owner class: 0x000056432cdb3bc8 [3LM ] T_MODULE (Module)Test::Unit::Parallel
defined_class: 0x000056432f010950 [3LM R ] T_ICLASS src:Test::Unit::Parallel
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
suite: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
e: T_NIL
c:0020 p:---- s:0105 e:000104 CFUNC :each
me:
called_id: each, type: cfunc
owner class: 0x000056431013da90 [3LM R ] T_CLASS Array
self: 0x0000564317d272c8 [3LM ] T_ARRAY (Array)[ ] len: 958, capa:958 ptr:0x00005643177d0010
c:0019 p:0054 s:0101 E:000708 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:625
me:
called_id: _run_suites, type: iseq
owner class: 0x000056432cdb3bc8 [3LM ] T_MODULE (Module)Test::Unit::Parallel
defined_class: 0x000056432f010950 [3LM R ] T_ICLASS src:Test::Unit::Parallel
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
suites: 0x0000564317d272c8 [3LM ] T_ARRAY (Array)[ ] len: 958, capa:958 ptr:0x00005643177d0010
type: T_SYMBOL test
result: 0x00005643385b2c88 [3LM R ] T_ARRAY (Array)[ ] len: 773, capa:983 ptr:0x0000564334880010
c:0018 p:0008 s:0094 E:0026c8 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:662
me:
called_id: _run_suites, type: iseq
owner class: 0x000056432f0135b0 [3LM ] T_MODULE (Module)Test::Unit::Skipping
defined_class: 0x000056432f010888 [3LM ] T_ICLASS src:Test::Unit::Skipping
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
suites: 0x0000564317d272c8 [3LM ] T_ARRAY (Array)[ ] len: 958, capa:958 ptr:0x00005643177d0010
type: T_SYMBOL test
result: T_NIL
c:0017 p:0140 s:0087 E:000c38 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:904
me:
called_id: _run_anything, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
type: T_SYMBOL test
suites: 0x0000564317d272c8 [3LM ] T_ARRAY (Array)[ ] len: 958, capa:958 ptr:0x00005643177d0010
test_count: T_FIXNUM 320370
assertion_count: T_FIXNUM 85058144
sync: T_TRUE
old_sync: T_FALSE
start: 0x0000564337e123e8 [0LM U] time (Time)time
results: 0x0000564325e08c38 [3LM ] T_ARRAY (Array)[ ] len: 958, capa:983 ptr:0x0000564332a78010
t: T_FLOAT
c:0016 p:0016 s:0074 E:0025c8 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:1073
me:
called_id: _run_anything, type: iseq
owner class: 0x000056432f012228 [3LM ] T_MODULE (Module)Test::Unit::RepeatOption
defined_class: 0x000056432f0106d0 [3LM ] T_ICLASS src:Test::Unit::RepeatOption
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
type: T_SYMBOL test
c:0015 p:0005 s:0069 E:0026c0 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:1137
me:
called_id: run_tests, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
c:0014 p:0006 s:0065 E:001828 BLOCK /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:1124 [FINISH]
me:
called_id: _run, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
plugin: 0x0000564310284200 [3LM ] T_STRING (String)run_tests
c:0013 p:---- s:0061 e:000060 CFUNC :each
me:
called_id: each, type: cfunc
owner class: 0x000056431013da90 [3LM R ] T_CLASS Array
self: 0x0000564317d27548 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0012 p:0047 s:0057 E:002458 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:1123
me:
called_id: _run, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
args: 0x00005643100cc250 [3LM ] T_HASH (Hash)[A ] 8
c:0011 p:0013 s:0052 E:0002f8 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/minitest/unit.rb:1111
me:
called_id: run, type: iseq
owner class: 0x0000564338578100 [3LM ] T_CLASS MiniTest::Unit
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
args: 0x000056431012cdf8 [3LM ] T_ARRAY shared -> 0x0000564311a0ffa0 [3LM ] T_ARRAY [ ] len: 1249, capa:3 ptr:0x00005643290ecf40
c:0010 p:0008 s:0047 E:0014b0 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:847
me:
called_id: run, type: iseq
owner class: 0x000056432f013358 [3LM ] T_MODULE (Module)Test::Unit::StatusLine
defined_class: 0x000056432f010a40 [3LM ] T_ICLASS src:Test::Unit::StatusLine
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
args: 0x0000564317d27ac0 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
result: T_NIL
c:0009 p:0008 s:0041 E:0026e0 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:695
me:
called_id: run, type: iseq
owner class: 0x000056432f013498 [3LM ] T_MODULE (Module)Test::Unit::Statistics
defined_class: 0x000056432f010900 [3LM R ] T_ICLASS src:Test::Unit::Statistics
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
args: 0x0000564317d27b88 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
result: T_NIL
c:0008 p:0015 s:0035 E:001838 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:34
me:
called_id: run, type: iseq
owner class: 0x000056432cdb3ec0 [3LM ] T_MODULE Test::Unit::RunCount
defined_class: 0x000056432f010270 [3LM R ] T_ICLASS src:Test::Unit::RunCount
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
(null): 0x0000564317d27c00 [3LM ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0007 p:0006 s:0030 E:000258 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:1175
me:
called_id: run, type: iseq
owner class: 0x000056432f010c98 [3LM ] T_CLASS Test::Unit::Runner
self: 0x00005643100cde98 [3LM ] T_OBJECT (Test::Unit::AutoRunner::Runner)len:28 ptr:0x000056431b2d5cb0
lvars:
argv: 0x000056431012cdf8 [3LM ] T_ARRAY shared -> 0x0000564311a0ffa0 [3LM ] T_ARRAY [ ] len: 1249, capa:3 ptr:0x00005643290ecf40
c:0006 p:0032 s:0025 E:001ae0 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:1245
me:
called_id: run, type: iseq
owner class: 0x000056431033cee0 [3LM ] T_CLASS Test::Unit::AutoRunner
self: 0x00005643100ce028 [3LM ] T_OBJECT (Test::Unit::AutoRunner)len:5 ptr:0x00005643102c6b30
c:0005 p:0009 s:0021 E:001ee8 METHOD /tmp/ruby/v3/src/trunk-repeat20/tool/lib/test/unit.rb:1249
me:
called_id: run, type: iseq
owner class: 0x0000564335137e18 [3LM ] T_CLASS (annon)
self: 0x000056431033cee0 [3LM ] T_CLASS Test::Unit::AutoRunner
lvars:
args: 0x00005643100ce140 [3LM ] T_ARRAY (Array)[E ] len: 2 (embed)
c:0004 p:0172 s:0016 E:0020e8 TOP /tmp/ruby/v3/src/trunk-repeat20/tool/test/runner.rb:23 [FINISH]
self: 0x000056431015c490 [3LM ] T_OBJECT (embed) len:3
lvars:
dir: 0x00005643100ce7d0 [3LM ] T_STRING (String)/tmp/ruby/v3/src/trunk-repeat20/test
c:0003 p:---- s:0011 e:000010 CFUNC :require_relative
me:
called_id: require_relative, type: cfunc
owner class: 0x000056431015e628 [3LM ] T_MODULE Kernel
defined_class: 0x000056431a5af358 [3LM R ] T_ICLASS src:Kernel
self: 0x000056431015c490 [3LM ] T_OBJECT (embed) len:3
c:0002 p:0090 s:0006 E:002640 EVAL /tmp/ruby/v3/src/trunk-repeat20/test/runner.rb:11 [FINISH]
self: 0x000056431015c490 [3LM ] T_OBJECT (embed) len:3
c:0001 p:0000 s:0003 E:0002d0 (none) [FINISH]
self: 0x000056431015c490 [3LM ] T_OBJECT (embed) len:3
th: 0x5643170c3920, native_id: 0x7f396c8d3700
-- Control frame information -----------------------------------------------
c:0005 p:---- s:0021 e:000020 CFUNC :pass
me:
called_id: pass, type: cfunc
owner class: 0x000056432070cdd0 [3LM R ] T_CLASS (annon)
self: 0x00005643101152c0 [3LM R ] T_CLASS Thread
c:0004 p:0059 s:0017 e:000016 TOP /tmp/bug575420210202-11876-tm8rg9.rb:8 [FINISH]
self: 0x000056431015c490 [3LM ] T_OBJECT (embed) len:3
lvars:
th: 0x000056431df31428 [0 U] VM/thread (Thread)VM/thread
t: 0x000056431df312e8 [0 U] VM/thread (Thread)VM/thread
scratch: 0x000056431df31478 [0 ] T_ARRAY (Array)[E ] len: 1 (embed)
c:0003 p:---- s:0011 e:000010 CFUNC :require
me:
called_id: require, type: cfunc
owner class: 0x000056431a5ae818 [3LM R ] T_CLASS (Class)(annon)
self: 0x000056431015e628 [3LM ] T_MODULE Kernel
c:0002 p:0041 s:0006 e:000005 BLOCK /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_require.rb:481 [FINISH]
me:
called_id: test_race_exception, type: iseq
owner class: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
c:0001 p:---- s:0003 e:000002 (none) [FINISH]
self: T_NIL
th: 0x56431a1f1060, native_id: 0x7f3955ffe700
-- Control frame information -----------------------------------------------
c:0004 p:---- s:0014 e:000013 CFUNC :warn
me:
called_id: warn, type: cfunc
owner class: 0x000056431014e750 [3LM ] T_MODULE Warning
defined_class: 0x000056432a17bce0 [3LM ] T_ICLASS src:Warning
self: 0x000056431014e750 [3LM ] T_MODULE Warning
c:0003 p:---- s:0011 e:000010 CFUNC :require
me:
called_id: require, type: cfunc
owner class: 0x000056431a5ae818 [3LM R ] T_CLASS (Class)(annon)
self: 0x000056431015e628 [3LM ] T_MODULE Kernel
c:0002 p:0044 s:0006 e:000005 BLOCK /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_require.rb:490 [FINISH]
me:
called_id: test_race_exception, type: iseq
owner class: 0x00005643290f2630 [3LM R ] T_CLASS TestRequire
self: 0x000056431df31e78 [0 ] T_OBJECT (TestRequire)len:8 ptr:0x00007f39b16a7c68
c:0001 p:---- s:0003 e:000002 (none) [FINISH]
self: T_NIL
$1 = 0
">>> Finish
"
[nil, 11876]
"timeout 60 gdb -p 11868 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
29 ../sysdeps/unix/sysv/linux/wait.c: No such file or directory.
0x00007fa7d7f805f1 in __libc_wait (stat_loc=0x7ffd973b03f8) at ../sysdeps/unix/sysv/linux/wait.c:29
>>> Threads Id Target Id Frame
* 1 process 11868 "make" 0x00007fa7d7f805f1 in __libc_wait (stat_loc=0x7ffd973b03f8) at ../sysdeps/unix/sysv/linux/wait.c:29
>>> Machine level backtrace
Thread 1 (process 11868):
#0 0x00007fa7d7f805f1 in __libc_wait (stat_loc=0x7ffd973b03f8) at ../sysdeps/unix/sysv/linux/wait.c:29
#1 0x0000561882819458 in reap_children ()
#2 0x0000561882819f1c in new_job ()
#3 0x0000561882825345 in ?? ()
#4 0x0000561882825c31 in update_goal_chain ()
#5 0x000056188280b501 in main ()
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:12: Error in sourced command file:
No symbol "rb_vmdebug_stack_dump_all_threads" in current context.
make: *** [yes-test-all] Killed
[nil, 11868]
"timeout 60 gdb -p 32204 -x /home/ko1/ruby/build-ruby/gdbscript -batch -quiet"
ptrace: No such process.
>>> ThreadsNo threads.
>>> Machine level backtrace
>>> Dump Ruby level backtrace
/home/ko1/ruby/build-ruby/gdbscript:12: Error in sourced command file:
No symbol table is loaded. Use the "file" command.
[nil, 32204]
#<Errno::ESRCH: No such process>
0.016000 0.028000 15814.408000 (41603.070770)
/home/ko1/ruby/build-ruby/build-ruby.rb:174:in `each_line': execution expired (Timeout::Error)
from /home/ko1/ruby/build-ruby/build-ruby.rb:174:in `block (2 levels) in cmd'
from /usr/lib/ruby/2.5.0/timeout.rb:108:in `timeout'
from /home/ko1/ruby/build-ruby/build-ruby.rb:173:in `block in cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:170:in `popen'
from /home/ko1/ruby/build-ruby/build-ruby.rb:170:in `cmd'
from /home/ko1/ruby/build-ruby/build-ruby.rb:320:in `block in test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:243:in `block in builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:242:in `chdir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:242:in `builddir'
from /home/ko1/ruby/build-ruby/build-ruby.rb:319:in `test_all'
from /home/ko1/ruby/build-ruby/build-ruby.rb:382:in `block (4 levels) in run'
from /usr/lib/ruby/2.5.0/benchmark.rb:293:in `measure'
from /usr/lib/ruby/2.5.0/benchmark.rb:375:in `item'
from /home/ko1/ruby/build-ruby/build-ruby.rb:380:in `block (3 levels) in run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:379:in `each'
from /home/ko1/ruby/build-ruby/build-ruby.rb:379:in `block (2 levels) in run'
from /usr/lib/ruby/2.5.0/benchmark.rb:173:in `benchmark'
from /usr/lib/ruby/2.5.0/benchmark.rb:205:in `bm'
from /home/ko1/ruby/build-ruby/build-ruby.rb:378:in `block in run'
from /usr/lib/ruby/2.5.0/benchmark.rb:293:in `measure'
from /home/ko1/ruby/build-ruby/build-ruby.rb:377:in `run'
from /home/ko1/ruby/build-ruby/build-ruby.rb:551:in `<main>'
total: 41852.02 sec