# Logfile created on 2023-03-29 12:33:47 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055c6fc24a0e0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-random2", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-random2", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-random2", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-random2", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=\"--test-order=random\"", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-random2.20230329-123347", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055c6fc2df488 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055c6fc2df320 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055c6fc2df168 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random2.20230329-123347", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random2.20230329-123347>, @binmode=false, @mon_data=#<Monitor:0x000055c6fc2df0a0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
From https://github.com/ruby/rbs
* branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-random2/tool/ifchange /tmp/ruby/src/trunk-random2/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-random2/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src -j4
Already up to date.
Latest commit hash = 02ecdf85c5
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-random2/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
From https://github.com/ruby/rbs
* branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-random2/tool/ifchange /tmp/ruby/src/trunk-random2/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-random2/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-random2/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-random2/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-random2/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
generating transdb.h
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
From https://github.com/ruby/rbs
* branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
HEAD is now at c24c65ce Merge pull request #1291 from pocke/Avoid_to_test__Pathname__taint_untaint___when_it_is_not_defined
echo c24c65ce867c7d1cc3cc1ca871fc002579bd8854 | /bin/sh /tmp/ruby/src/trunk-random2/tool/ifchange /tmp/ruby/src/trunk-random2/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-random2/.bundle/.timestamp/rbs.revision unchanged
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-random2/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-random2'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-random2'
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
make[1]: Entering directory '/tmp/ruby/build/trunk-random2'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-random2'
./miniruby -I/tmp/ruby/src/trunk-random2/lib -I. -I.ext/common /tmp/ruby/src/trunk-random2/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-random2/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-random2/bin
installing base libraries: /tmp/ruby/install/trunk-random2/lib
installing arch files: /tmp/ruby/install/trunk-random2/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-random2/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-random2/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-random2/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-random2/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-random2/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-random2/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-random2/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-random2/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-random2/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-random2/bin
installing library scripts: /tmp/ruby/install/trunk-random2/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-random2/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-random2/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-random2/lib/ruby/gems/3.3.0+0
abbrev 0.1.1
base64 0.1.1
benchmark 0.2.1
bundler 2.5.0.dev
cgi 0.3.6
csv 3.2.7
delegate 0.3.0
did_you_mean 1.6.3
drb 2.1.1
english 0.7.2
erb 4.0.2
error_highlight 0.5.1
fileutils 1.7.0
find 0.1.1
forwardable 1.3.3
getoptlong 0.2.0
ipaddr 1.2.5
irb 1.6.3
logger 1.5.3
mutex_m 0.1.2
net-http 0.3.2
net-protocol 0.2.1
observer 0.1.1
open-uri 0.3.0
open3 0.1.2
optparse 0.4.0.pre.1
ostruct 0.5.5
pp 0.4.0
prettyprint 0.1.1
pstore 0.1.2
racc 1.6.2
rdoc 6.5.0
readline 0.0.3
reline 0.3.3
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.1.1
ruby2_keywords 0.0.5
securerandom 0.2.2
set 1.0.3
shellwords 0.1.0
singleton 0.1.1
syntax_suggest 1.0.2
tempfile 0.1.3
time 0.2.1
timeout 0.3.2
tmpdir 0.1.3
tsort 0.1.1
un 0.2.1
uri 0.12.1
weakref 0.1.2
yaml 0.2.1
installing default gems from ext: /tmp/ruby/install/trunk-random2/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.4
date 3.3.3
digest 3.1.1
etc 1.4.2
fcntl 1.0.2
fiddle 1.1.2
io-console 0.6.0
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.2
openssl 3.1.0
pathname 0.2.1
psych 5.1.0
readline-ext 0.1.5
stringio 3.0.6
strscan 3.0.7
syslog 0.1.1
zlib 3.0.0
installing bundled gems: /tmp/ruby/install/trunk-random2/lib/ruby/gems/3.3.0+0
minitest 5.18.0
power_assert 2.0.3
rake 13.0.6
test-unit 3.5.7
rexml 3.2.5
rss 0.2.9
net-ftp 0.2.0
net-imap 0.3.4
net-pop 0.1.2
net-smtp 0.3.3
matrix 0.4.2
prime 0.1.2
rbs 3.0.4
typeprof 0.21.7
debug 1.7.2
installing bundled gem cache: /tmp/ruby/install/trunk-random2/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1824 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS="--test-order=random"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-random2/include -I/tmp/ruby/src/trunk-random2 -I/tmp/ruby/src/trunk-random2/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-random2/yjit/target/release/' /tmp/ruby/src/trunk-random2/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
/tmp/ruby/src/trunk-random2/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-random2/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-random2/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-random2/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-random2/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-random2/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-random2/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-random2/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-random2/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-random2/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-random2/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-random2/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-random2/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-random2/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-random2/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-random2/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-random2/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-random2/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-random2/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-random2/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-random2/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-random2/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-random2/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-random2/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-random2/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-random2/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-random2/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-random2/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-random2/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-random2/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=\"--test-order=random\"" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS="--test-order=random"
Run options:
--seed=57406
"--ruby=./miniruby -I/tmp/ruby/src/trunk-random2/lib -I. -I.ext/common /tmp/ruby/src/trunk-random2/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-random2/test/excludes
--name=!/memory_leak/
--stderr-on-failure
--test-order=random
# Running tests:
1) Failure:
TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-random2/test/ripper/test_files_test_2.rb:6]:
pid 1754658 killed by SIGABRT (signal 6) (core dumped)
| (eval):1: [BUG] push_mark_stack(): GC does not handle T_NODE 0x1b(0x000055ad6e0d40e8) 0x1d7b
| ruby 3.3.0dev (2023-03-29T10:20:29Z master 02ecdf85c5) [x86_64-linux]
|
| -- Control frame information -----------------------------------------------
| c:0014 p:---- s:0067 e:000066 CFUNC :inspect
| c:0013 p:---- s:0064 e:000063 CFUNC :inspect
| c:0012 p:0011 s:0060 e:000059 METHOD (eval):1 [FINISH]
| c:0011 p:---- s:0054 e:000053 CFUNC :parse
| c:0010 p:0003 s:0050 e:000049 EVAL <test_pattern_matching.rb>:1 [FINISH]
| c:0009 p:---- s:0047 e:000046 CFUNC :instance_eval
| c:0008 p:0019 s:0041 e:000040 BLOCK -:33
| c:0007 p:0024 s:0038 e:000037 METHOD /tmp/ruby/src/trunk-random2/tool/lib/envutil.rb:243
| c:0006 p:0039 s:0033 e:000032 BLOCK -:32
| c:0005 p:0033 s:0029 e:000028 METHOD /tmp/ruby/src/trunk-random2/tool/lib/core_assertions.rb:182
| c:0004 p:0009 s:0022 e:000021 BLOCK -:30 [FINISH]
| c:0003 p:---- s:0018 e:000017 CFUNC :each
| c:0002 p:0129 s:0014 E:002480 EVAL -:29 [FINISH]
| c:0001 p:0000 s:0003 E:001950 DUMMY [FINISH]
|
| -- Ruby level backtrace information ----------------------------------------
| -:29:in `<main>'
| -:29:in `each'
| -:30:in `block in <main>'
| /tmp/ruby/src/trunk-random2/tool/lib/core_assertions.rb:182:in `assert_nothing_raised'
| -:32:in `block (2 levels) in <main>'
| /tmp/ruby/src/trunk-random2/tool/lib/envutil.rb:243:in `under_gc_stress'
| -:33:in `block (3 levels) in <main>'
| -:33:in `instance_eval'
| <test_pattern_matching.rb>:1:in `block (3 levels) in <main>'
| <test_pattern_matching.rb>:1:in `parse'
| (eval):1:in `on_ident'
| (eval):1:in `inspect'
| (eval):1:in `inspect'
|
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 1
|
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_print_backtrace+0xd) [0x7f1057bfe4cb] /tmp/ruby/src/trunk-random2/vm_dump.c:785
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-random2/vm_dump.c:1101
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(bug_report_end+0x0) [0x7f1057a05359] /tmp/ruby/src/trunk-random2/error.c:790
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_bug_without_die) /tmp/ruby/src/trunk-random2/error.c:790
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(die+0x0) [0x7f105795f980] /tmp/ruby/src/trunk-random2/error.c:798
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_bug) /tmp/ruby/src/trunk-random2/error.c:800
| [0x7f1057a266cd]
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(mark_ast_value+0x9) [0x7f1057a90c5c] /tmp/ruby/src/trunk-random2/node.c:1379
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-random2/node.c:1338
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-random2/node.c:1348
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-random2/node.c:1436
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(gc_mark_stacked_objects+0x3f) [0x7f1057a2f9a7] /tmp/ruby/src/trunk-random2/gc.c:7512
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(gc_mark_stacked_objects_incremental) /tmp/ruby/src/trunk-random2/gc.c:7544
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-random2/gc.c:8714
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(gc_marking_exit+0x0) [0x7f1057a33658] /tmp/ruby/src/trunk-random2/gc.c:8754
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(gc_marks_continue) /tmp/ruby/src/trunk-random2/gc.c:8757
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(gc_continue) /tmp/ruby/src/trunk-random2/gc.c:2389
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(ractor_cache_allocate_slot+0x0) [0x7f1057a338dd] /tmp/ruby/src/trunk-random2/gc.c:2782
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-random2/gc.c:2786
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(newobj_of0+0x66) [0x7f1057a340a1] /tmp/ruby/src/trunk-random2/gc.c:2893
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-random2/gc.c:2913
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-random2/gc.c:2935
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(str_alloc_embed+0x10) [0x7f1057b661b0] /tmp/ruby/src/trunk-random2/string.c:907
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(str_new0) /tmp/ruby/src/trunk-random2/string.c:943
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_enc_str_new) /tmp/ruby/src/trunk-random2/string.c:1000
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(sym_inspect+0xb8) [0x7f1057b7ff48] /tmp/ruby/src/trunk-random2/string.c:11559
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call0_cfunc_with_frame+0x111) [0x7f1057bee241] /tmp/ruby/src/trunk-random2/vm_eval.c:148
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call0_cfunc) /tmp/ruby/src/trunk-random2/vm_eval.c:162
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call0_body) /tmp/ruby/src/trunk-random2/vm_eval.c:208
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f1057bf289f] /tmp/ruby/src/trunk-random2/vm_eval.c:85
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-random2/vm_eval.c:1040
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_inspect+0x19) [0x7f1057aa59b9] /tmp/ruby/src/trunk-random2/object.c:659
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(inspect_ary+0x3e) [0x7f105796b541] /tmp/ruby/src/trunk-random2/array.c:3105
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-random2/array.c:3097
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(exec_recursive+0x3e8) [0x7f1057b96778] /tmp/ruby/src/trunk-random2/thread.c:5149
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f1057bd2ed4] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_sendish+0x90) [0x7f1057be225d] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_exec_core) ../../src/trunk-random2/insns.def:835
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f1057be89fb] /tmp/ruby/src/trunk-random2/vm.c:2366
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call0_cc+0x6e) [0x7f1057bf289f] /tmp/ruby/src/trunk-random2/vm_eval.c:85
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-random2/vm_eval.c:1040
| /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so(ripper_scan_event_val+0x5c) [0x7f1053a67f4a] /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:14192
| /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so(ripper_dispatch_scan_event) /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:6282
| /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so(yylex+0x3e) [0x7f1053a6ff85] /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:10490
| /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-random2/ext/ripper/ripper.c:10528
| /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7f1053a815b2] /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:14371
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_ensure+0x126) [0x7f1057a0efe6] /tmp/ruby/src/trunk-random2/eval.c:1005
| /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7f1053a64315] /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:14409
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f1057bd2ed4] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_sendish+0x90) [0x7f1057be225d] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_exec_core) ../../src/trunk-random2/insns.def:835
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f1057be89fb] /tmp/ruby/src/trunk-random2/vm.c:2366
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7f1057be8bf9] /tmp/ruby/src/trunk-random2/vm_eval.c:1701
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(eval_under+0x48) [0x7f1057bf8f6a] /tmp/ruby/src/trunk-random2/vm_eval.c:1946
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-random2/vm_eval.c:1970
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f1057bd2ed4] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_sendish+0x90) [0x7f1057be225d] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_exec_core) ../../src/trunk-random2/insns.def:835
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f1057be89fb] /tmp/ruby/src/trunk-random2/vm.c:2366
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_yield+0x27b) [0x7f1057bf7f6b] /tmp/ruby/src/trunk-random2/vm.c:1384
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7f105796b30c] /tmp/ruby/src/trunk-random2/array.c:2747
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-random2/include/ruby/internal/fl_type.h:552
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-random2/include/ruby/internal/core/rarray.h:321
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-random2/array.c:2746
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7f1057bd2ed4] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3359
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_sendish+0x98) [0x7f1057be3bd9] /tmp/ruby/src/trunk-random2/vm_insnhelper.c:5225
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(vm_exec_core) ../../src/trunk-random2/insns.def:815
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_vm_exec+0x99b) [0x7f1057be89fb] /tmp/ruby/src/trunk-random2/vm.c:2366
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7f1057a0a8a1] /tmp/ruby/src/trunk-random2/eval.c:287
| /tmp/ruby/build/trunk-random2/libruby.so.3.3(ruby_run_node+0x93) [0x7f1057a10d63] /tmp/ruby/src/trunk-random2/eval.c:328
| /tmp/ruby/build/trunk-random2/ruby(rb_main+0x21) [0x55ad6c876187] /tmp/ruby/src/trunk-random2/main.c:39
| /tmp/ruby/build/trunk-random2/ruby(main) /tmp/ruby/src/trunk-random2/main.c:58
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f1057551d90] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f1057551e40] ../csu/libc-start.c:392
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
| [0x55ad6c8761d5]
|
| -- Other runtime information -----------------------------------------------
|
| * Process memory map:
|
| 55ad6c875000-55ad6c876000 r--p 00000000 00:42 15751237 /tmp/ruby/build/trunk-random2/ruby
| 55ad6c876000-55ad6c877000 r-xp 00001000 00:42 15751237 /tmp/ruby/build/trunk-random2/ruby
| 55ad6c877000-55ad6c878000 r--p 00002000 00:42 15751237 /tmp/ruby/build/trunk-random2/ruby
| 55ad6c878000-55ad6c879000 r--p 00002000 00:42 15751237 /tmp/ruby/build/trunk-random2/ruby
| 55ad6c879000-55ad6c87a000 rw-p 00003000 00:42 15751237 /tmp/ruby/build/trunk-random2/ruby
| 55ad6dd01000-55ad6e230000 rw-p 00000000 00:00 0 [heap]
| 7f10510ba000-7f10512d8000 r--s 00000000 00:42 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f10512d8000-7f105136d000 rw-p 00000000 00:00 0
| 7f105136d000-7f105141a000 r--s 00000000 00:42 15897115 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so
| 7f105141a000-7f10527cd000 rw-p 00000000 00:00 0
| 7f10527cd000-7f105381a000 r--s 00000000 00:42 15747499 /tmp/ruby/build/trunk-random2/libruby.so.3.3.0
| 7f105381a000-7f1053850000 r--s 00000000 00:42 15751237 /tmp/ruby/build/trunk-random2/ruby
| 7f1053850000-7f10539c0000 rw-p 00000000 00:00 0
| 7f10539c5000-7f10539c7000 r--p 00000000 00:42 15996828 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/io/console.so
| 7f10539c7000-7f10539cc000 r-xp 00002000 00:42 15996828 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/io/console.so
| 7f10539cc000-7f10539cd000 r--p 00007000 00:42 15996828 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/io/console.so
| 7f10539cd000-7f10539ce000 ---p 00008000 00:42 15996828 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/io/console.so
| 7f10539ce000-7f10539cf000 r--p 00008000 00:42 15996828 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/io/console.so
| 7f10539cf000-7f10539d0000 rw-p 00009000 00:42 15996828 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/io/console.so
| 7f10539d0000-7f1053a50000 rw-p 00000000 00:00 0
| 7f1053a56000-7f1053a57000 r--p 00000000 00:42 15997217 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f1053a57000-7f1053a59000 r-xp 00001000 00:42 15997217 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f1053a59000-7f1053a5a000 r--p 00003000 00:42 15997217 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f1053a5a000-7f1053a5b000 r--p 00003000 00:42 15997217 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f1053a5b000-7f1053a5c000 rw-p 00004000 00:42 15997217 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/rbconfig/sizeof.so
| 7f1053a5c000-7f1053a62000 r--p 00000000 00:42 15897115 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so
| 7f1053a62000-7f1053a84000 r-xp 00006000 00:42 15897115 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so
| 7f1053a84000-7f1053a9d000 r--p 00028000 00:42 15897115 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so
| 7f1053a9d000-7f1053a9f000 r--p 00040000 00:42 15897115 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so
| 7f1053a9f000-7f1053aa0000 rw-p 00042000 00:42 15897115 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/ripper.so
| 7f1053aa0000-7f1053ac0000 rw-p 00000000 00:00 0
| 7f1053ac0000-7f1053ac1000 ---p 00000000 00:00 0
| 7f1053ac1000-7f1053b02000 rw-p 00000000 00:00 0
| 7f1053b02000-7f1053b03000 ---p 00000000 00:00 0
| 7f1053b03000-7f1053b44000 rw-p 00000000 00:00 0
| 7f1053b44000-7f1053b45000 ---p 00000000 00:00 0
| 7f1053b45000-7f1053b86000 rw-p 00000000 00:00 0
| 7f1053b86000-7f1053b87000 ---p 00000000 00:00 0
| 7f1053b87000-7f1053bc8000 rw-p 00000000 00:00 0
| 7f1053bc8000-7f1053bc9000 ---p 00000000 00:00 0
| 7f1053bc9000-7f1053c0a000 rw-p 00000000 00:00 0
| 7f1053c0a000-7f1053c0b000 ---p 00000000 00:00 0
| 7f1053c0b000-7f1053c4c000 rw-p 00000000 00:00 0
| 7f1053c4c000-7f1053c4d000 ---p 00000000 00:00 0
| 7f1053c4d000-7f1053c8e000 rw-p 00000000 00:00 0
| 7f1053c8e000-7f1053c8f000 ---p 00000000 00:00 0
| 7f1053c8f000-7f1053cd0000 rw-p 00000000 00:00 0
| 7f1053cd0000-7f1053cd1000 ---p 00000000 00:00 0
| 7f1053cd1000-7f1053d12000 rw-p 00000000 00:00 0
| 7f1053d12000-7f1053d13000 ---p 00000000 00:00 0
| 7f1053d13000-7f1053d54000 rw-p 00000000 00:00 0
| 7f1053d54000-7f1053d55000 ---p 00000000 00:00 0
| 7f1053d55000-7f1053d96000 rw-p 00000000 00:00 0
| 7f1053d96000-7f1053d97000 ---p 00000000 00:00 0
| 7f1053d97000-7f1053dd8000 rw-p 00000000 00:00 0
| 7f1053dd8000-7f1053dd9000 ---p 00000000 00:00 0
| 7f1053dd9000-7f1053e1a000 rw-p 00000000 00:00 0
| 7f1053e1a000-7f1053e1b000 ---p 00000000 00:00 0
| 7f1053e1b000-7f1053e5c000 rw-p 00000000 00:00 0
| 7f1053e5c000-7f1053e5d000 ---p 00000000 00:00 0
| 7f1053e5d000-7f1053e9e000 rw-p 00000000 00:00 0
| 7f1053e9e000-7f1053e9f000 ---p 00000000 00:00 0
| 7f1053e9f000-7f1053ee0000 rw-p 00000000 00:00 0
| 7f1053ee0000-7f1053ee1000 ---p 00000000 00:00 0
| 7f1053ee1000-7f1053f22000 rw-p 00000000 00:00 0
| 7f1053f22000-7f1053f23000 ---p 00000000 00:00 0
| 7f1053f23000-7f1053f64000 rw-p 00000000 00:00 0
| 7f1053f64000-7f1053f65000 ---p 00000000 00:00 0
| 7f1053f65000-7f1053fa6000 rw-p 00000000 00:00 0
| 7f1053fa6000-7f1053fa7000 ---p 00000000 00:00 0
| 7f1053fa7000-7f1053fe8000 rw-p 00000000 00:00 0
| 7f1053fe8000-7f1053fe9000 ---p 00000000 00:00 0
| 7f1053fe9000-7f105402a000 rw-p 00000000 00:00 0
| 7f105402a000-7f105402b000 ---p 00000000 00:00 0
| 7f105402b000-7f105406c000 rw-p 00000000 00:00 0
| 7f105406c000-7f105406d000 ---p 00000000 00:00 0
| 7f105406d000-7f10540ae000 rw-p 00000000 00:00 0
| 7f10540ae000-7f10540af000 ---p 00000000 00:00 0
| 7f10540af000-7f10540f0000 rw-p 00000000 00:00 0
| 7f10540f0000-7f10540f1000 ---p 00000000 00:00 0
| 7f10540f1000-7f1054132000 rw-p 00000000 00:00 0
| 7f1054132000-7f1054133000 ---p 00000000 00:00 0
| 7f1054133000-7f1054174000 rw-p 00000000 00:00 0
| 7f1054174000-7f1054175000 ---p 00000000 00:00 0
| 7f1054175000-7f10541b6000 rw-p 00000000 00:00 0
| 7f10541b6000-7f10541b7000 ---p 00000000 00:00 0
| 7f10541b7000-7f10541f8000 rw-p 00000000 00:00 0
| 7f10541f8000-7f10541f9000 ---p 00000000 00:00 0
| 7f10541f9000-7f105423a000 rw-p 00000000 00:00 0
| 7f105423a000-7f105423b000 ---p 00000000 00:00 0
| 7f105423b000-7f105427c000 rw-p 00000000 00:00 0
| 7f105427c000-7f105427d000 ---p 00000000 00:00 0
| 7f105427d000-7f10542be000 rw-p 00000000 00:00 0
| 7f10542be000-7f10542bf000 ---p 00000000 00:00 0
| 7f10542bf000-7f1054330000 rw-p 00000000 00:00 0
| 7f1054331000-7f1054332000 r--p 00000000 00:42 15882264 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/trans/transdb.so
| 7f1054332000-7f1054333000 r-xp 00001000 00:42 15882264 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/trans/transdb.so
| 7f1054333000-7f1054334000 r--p 00002000 00:42 15882264 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/trans/transdb.so
| 7f1054334000-7f1054335000 r--p 00002000 00:42 15882264 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/trans/transdb.so
| 7f1054335000-7f1054336000 rw-p 00003000 00:42 15882264 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/trans/transdb.so
| 7f1054336000-7f1057400000 rw-p 00000000 00:00 0
| 7f1057400000-7f1057401000 r--p 00000000 00:42 15893431 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/encdb.so
| 7f1057401000-7f1057402000 r-xp 00001000 00:42 15893431 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/encdb.so
| 7f1057402000-7f1057403000 r--p 00002000 00:42 15893431 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/encdb.so
| 7f1057403000-7f1057404000 r--p 00002000 00:42 15893431 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/encdb.so
| 7f1057404000-7f1057405000 rw-p 00003000 00:42 15893431 /tmp/ruby/build/trunk-random2/.ext/x86_64-linux/enc/encdb.so
| 7f1057405000-7f1057508000 rw-p 00000000 00:00 0
| 7f1057508000-7f105750b000 r--p 00000000 00:42 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f105750b000-7f1057522000 r-xp 00003000 00:42 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f1057522000-7f1057526000 r--p 0001a000 00:42 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f1057526000-7f1057527000 r--p 0001d000 00:42 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f1057527000-7f1057528000 rw-p 0001e000 00:42 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f1057528000-7f1057550000 r--p 00000000 00:42 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f1057550000-7f10576e5000 r-xp 00028000 00:42 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f10576e5000-7f105773d000 r--p 001bd000 00:42 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f105773d000-7f1057741000 r--p 00214000 00:42 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f1057741000-7f1057743000 rw-p 00218000 00:42 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f1057743000-7f1057752000 rw-p 00000000 00:00 0
| 7f1057752000-7f1057760000 r--p 00000000 00:42 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f1057760000-7f10577dc000 r-xp 0000e000 00:42 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f10577dc000-7f1057837000 r--p 0008a000 00:42 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f1057837000-7f1057838000 r--p 000e4000 00:42 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f1057838000-7f1057839000 rw-p 000e5000 00:42 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f1057839000-7f105783b000 r--p 00000000 00:42 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f105783b000-7f105784f000 r-xp 00002000 00:42 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f105784f000-7f1057868000 r--p 00016000 00:42 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f1057868000-7f1057869000 ---p 0002f000 00:42 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f1057869000-7f105786a000 r--p 0002f000 00:42 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f105786a000-7f105786b000 rw-p 00030000 00:42 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f105786b000-7f1057873000 rw-p 00000000 00:00 0
| 7f1057873000-7f105787d000 r--p 00000000 00:42 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f105787d000-7f10578dc000 r-xp 0000a000 00:42 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f10578dc000-7f10578f3000 r--p 00069000 00:42 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f10578f3000-7f10578f4000 r--p 0007f000 00:42 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f10578f4000-7f10578f5000 rw-p 00080000 00:42 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1
| 7f10578f5000-7f10578f7000 r--p 00000000 00:42 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f10578f7000-7f1057908000 r-xp 00002000 00:42 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f1057908000-7f105790e000 r--p 00013000 00:42 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f105790e000-7f105790f000 ---p 00019000 00:42 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f105790f000-7f1057910000 r--p 00019000 00:42 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f1057910000-7f1057911000 rw-p 0001a000 00:42 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11
| 7f1057915000-7f1057959000 r--p 00000000 00:42 15747499 /tmp/ruby/build/trunk-random2/libruby.so.3.3.0
| 7f1057959000-7f1057cb8000 r-xp 00044000 00:42 15747499 /tmp/ruby/build/trunk-random2/libruby.so.3.3.0
| 7f1057cb8000-7f1057e1a000 r--p 003a3000 00:42 15747499 /tmp/ruby/build/trunk-random2/libruby.so.3.3.0
| 7f1057e1a000-7f1057e2e000 r--p 00504000 00:42 15747499 /tmp/ruby/build/trunk-random2/libruby.so.3.3.0
| 7f1057e2e000-7f1057e31000 rw-p 00518000 00:42 15747499 /tmp/ruby/build/trunk-random2/libruby.so.3.3.0
| 7f1057e31000-7f1057e47000 rw-p 00000000 00:00 0
| 7f1057e47000-7f1057e49000 r--p 00000000 00:42 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f1057e49000-7f1057e73000 r-xp 00002000 00:42 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f1057e73000-7f1057e7e000 r--p 0002c000 00:42 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f1057e7f000-7f1057e81000 r--p 00037000 00:42 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f1057e81000-7f1057e83000 rw-p 00039000 00:42 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffcc2ae7000-7ffcc32e6000 rw-p 00000000 00:00 0 [stack]
| 7ffcc3365000-7ffcc3369000 r--p 00000000 00:00 0 [vvar]
| 7ffcc3369000-7ffcc336b000 r-xp 00000000 00:00 0 [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]
|
|
Finished tests in 909.825688s, 26.1248 tests/s, 9799.5551 assertions/s.
23769 tests, 8915887 assertions, 1 failures, 0 errors, 71 skips
ruby -v: ruby 3.3.0dev (2023-03-29T10:20:29Z master 02ecdf85c5) [x86_64-linux]
make: *** [uncommon.mk:828: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=\"--test-order=random\"" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS="--test-order=random"
$ /tmp/ruby/build/trunk-random2/miniruby -I/tmp/ruby/src/trunk-random2/lib /tmp/ruby/src/trunk-random2/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-random2 --extout=.ext -- /tmp/ruby/src/trunk-random2/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-random2/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-03-29T10:20:29Z master 02ecdf85c5) [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 98.828240 seconds
3841 files, 31577 examples, 171197 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=\"--test-order=random\"" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-random2/ruby -c /tmp/cores/core.1001.1754658.ruby -x gdbscript
[New LWP 1754658]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-random2/ruby -w --disable=gems -I/tmp/ruby/src/trunk-rand'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139708161092608) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f1057506c00 (LWP 1754658) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139708161092608) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f1057506c00 (LWP 1754658)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139708161092608) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f1057506c00
old_mask = {__val = {140723583056960, 1, 94203360058128, 139708161905875, 0, 139708161802221, 139708161092608, 139708163417600, 94203362508048, 139708161748391, 93, 139708163434592, 94203362508048, 139708168397557, 139708163434144, 140723583056976}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139708161092608) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139708161092608, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f105756a476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f10575507f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2070782d72203030, sa_sigaction = 0x2070782d72203030}, sa_mask = {__val = {139708163434144, 2, 2, 1, 139708169415222, 139708163417600, 139708161753175, 139708161084688, 94203360067808, 139708169193864, 139708163434144, 140723583057360, 0, 94203363556800, 139708166329177, 4294967312}}, sa_flags = -415232768, sa_restorer = 0x7f1057505010}
sigs = {__val = {32, 2314885437357583457, 6731583338252032800, 3689401798317455114, 7365405400577881398, 3474868181026431846, 2337417879816777776, 139708161797997, 3467824696768081952, 2, 139708163434144, 3432, 139708169415222, 139708161800272, 2, 3486408655071568742}}
#5 0x00007f105795f985 in die () at /tmp/ruby/src/trunk-random2/error.c:776
No locals.
#6 rb_bug (fmt=fmt@entry=0x7f1057cc0988 "push_mark_stack(): GC does not handle T_NODE 0x%x(%p) 0x%lx") at /tmp/ruby/src/trunk-random2/error.c:800
args = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffcc32dfeb0, reg_save_area = 0x7ffcc32dfdf0}}
#7 0x00007f1057a266cd in push_mark_stack (data=94203364065512, stack=0x55ad6dd044f8) at /tmp/ruby/src/trunk-random2/gc.c:6398
obj = 94203364065512
obj = <optimized out>
#8 gc_grey (objspace=0x55ad6dd040e0, obj=94203364065512) at /tmp/ruby/src/trunk-random2/gc.c:7026
No locals.
#9 0x00007f1057a90c5c in mark_ast_value (node=0x55ad6e057dd0, ctx=0x0) at /tmp/ruby/src/trunk-random2/node.c:1379
args = <optimized out>
#10 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=16, nbe=0x55ad6e057dc0) at /tmp/ruby/src/trunk-random2/node.c:1338
cursor = 0
cursor = <optimized out>
#11 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-random2/node.c:1348
nbe = 0x55ad6e057dc0
nbe = <optimized out>
#12 rb_ast_mark (ast=0x7f10538a6960) at /tmp/ruby/src/trunk-random2/node.c:1436
nb = <optimized out>
#13 0x00007f1057a2f9a7 in gc_mark_stacked_objects (incremental=1, count=2147483647, objspace=0x55ad6dd040e0) at /tmp/ruby/src/trunk-random2/gc.c:7512
mstack = 0x55ad6dd044f8
obj = 139708097784160
marked_slots_at_the_beginning = <optimized out>
popped_count = 4933
mstack = <optimized out>
obj = <optimized out>
marked_slots_at_the_beginning = <optimized out>
popped_count = <optimized out>
#14 gc_mark_stacked_objects_incremental (count=2147483647, objspace=0x55ad6dd040e0) at /tmp/ruby/src/trunk-random2/gc.c:7544
No locals.
#15 gc_marks_rest (objspace=0x55ad6dd040e0) at /tmp/ruby/src/trunk-random2/gc.c:8714
No locals.
#16 0x00007f1057a33658 in gc_marks_continue (size_pool=0x55ad6dd04108, heap=0x55ad6dd04140, objspace=0x55ad6dd040e0) at /tmp/ruby/src/trunk-random2/gc.c:8754
marking_finished = true
__func__ = <optimized out>
marking_finished = <optimized out>
#17 gc_continue (objspace=0x55ad6dd040e0, size_pool=0x55ad6dd04108, heap=0x55ad6dd04140) at /tmp/ruby/src/trunk-random2/gc.c:2389
lock_lev = 0
#18 0x00007f1057a338dd in newobj_alloc (objspace=0x55ad6dd040e0, cr=0x55ad6dd04df0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-random2/gc.c:2782
lev = 1
unlock_vm = true
size_pool = 0x55ad6dd04108
heap = 0x55ad6dd04140
cache = 0x55ad6dd05068
obj = <optimized out>
__func__ = <optimized out>
#19 0x00007f1057a340a1 in newobj_of0 (alloc_size=5, cr=<optimized out>, wb_protected=1, flags=5, klass=139708108762520) at /tmp/ruby/src/trunk-random2/gc.c:2893
obj = <optimized out>
objspace = 0x55ad6dd040e0
size_pool_idx = <optimized out>
obj = <optimized out>
objspace = <optimized out>
size_pool_idx = <optimized out>
#20 newobj_of (alloc_size=5, wb_protected=1, v3=0, v2=0, v1=0, flags=5, klass=<optimized out>) at /tmp/ruby/src/trunk-random2/gc.c:2913
obj = <optimized out>
obj = <optimized out>
#21 rb_wb_protected_newobj_of (klass=klass@entry=139708108762520, flags=flags@entry=5, size=size@entry=31) at /tmp/ruby/src/trunk-random2/gc.c:2935
__func__ = <optimized out>
#22 0x00007f1057b661b0 in str_alloc_embed (capa=7, klass=139708108762520) at /tmp/ruby/src/trunk-random2/string.c:907
size = 31
str = <optimized out>
#23 str_new0 (termlen=1, len=6, ptr=0x0, klass=139708108762520) at /tmp/ruby/src/trunk-random2/string.c:943
str = <optimized out>
str = <optimized out>
dtrace_line = <optimized out>
dtrace_file = <optimized out>
term_fill_ptr = <optimized out>
term_fill_len = <optimized out>
#24 rb_enc_str_new (ptr=ptr@entry=0x0, len=len@entry=6, enc=0x55ad6dd0be50) at /tmp/ruby/src/trunk-random2/string.c:1000
str = <optimized out>
#25 0x00007f1057b7ff48 in sym_inspect (sym=<optimized out>) at /tmp/ruby/src/trunk-random2/string.c:11559
enc = <optimized out>
str = <optimized out>
ptr = 0x7f10573f13c0 "ident"
len = 5
dest = <optimized out>
#26 0x00007f1057bee241 in vm_call0_cfunc_with_frame (argv=0x0, calling=<optimized out>, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_eval.c:148
reg_cfp = 0x7f1057504cd0
ci = <optimized out>
me = 0x7f10573a8d38
mid = 2769
block_handler = <optimized out>
recv = <optimized out>
argc = <optimized out>
val = <optimized out>
cfunc = <optimized out>
len = <optimized out>
frame_flags = <optimized out>
ci = <optimized out>
val = <optimized out>
me = <optimized out>
cfunc = <optimized out>
len = <optimized out>
recv = <optimized out>
argc = <optimized out>
mid = <optimized out>
block_handler = <optimized out>
frame_flags = <optimized out>
unaligned_member_ptr_result = <optimized out>
args = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
reg_cfp = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
args = <optimized out>
#27 vm_call0_cfunc (argv=0x0, calling=<optimized out>, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_eval.c:162
No locals.
#28 vm_call0_body (ec=0x55ad6dd05120, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk-random2/vm_eval.c:208
ci = <optimized out>
cc = <optimized out>
ret = <optimized out>
#29 0x00007f1057bf289f in vm_call0_cc (kw_splat=0, cc=0x7f105394ca68, argv=0x0, argc=0, id=2769, recv=14033164, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_eval.c:85
calling = {ci = 0x7ffcc32e02a0, cc = 0x7f105394ca68, block_handler = 0, recv = 14033164, argc = 0, kw_splat = false}
#30 rb_funcallv_scope (scope=CALL_FCALL, argv=0x0, argc=0, mid=2769, recv=14033164) at /tmp/ruby/src/trunk-random2/vm_eval.c:1040
ec = 0x55ad6dd05120
cc = 0x7f105394ca68
self = <optimized out>
ec = <optimized out>
cc = <optimized out>
self = <optimized out>
#31 rb_funcallv (recv=14033164, mid=mid@entry=2769, argc=argc@entry=0, argv=argv@entry=0x0) at /tmp/ruby/src/trunk-random2/vm_eval.c:1055
No locals.
#32 0x00007f1057aa59b9 in rb_inspect (obj=<optimized out>) at /tmp/ruby/src/trunk-random2/object.c:659
str = <optimized out>
enc = <optimized out>
#33 0x00007f105796b541 in inspect_ary (dummy=139708168349855, recur=0, ary=139708159953240) at /tmp/ruby/src/trunk-random2/array.c:3105
i = 0
s = <optimized out>
str = 139708159951560
i = <optimized out>
s = <optimized out>
str = <optimized out>
#34 inspect_ary (ary=ary@entry=139708159953240, dummy=dummy@entry=0, recur=recur@entry=0) at /tmp/ruby/src/trunk-random2/array.c:3097
i = <optimized out>
s = <optimized out>
str = <optimized out>
#35 0x00007f1057b96778 in exec_recursive (func=0x7f105796b4e0 <inspect_ary>, obj=139708159953240, pairid=<optimized out>, arg=0, outer=0, mid=<optimized out>) at /tmp/ruby/src/trunk-random2/thread.c:5149
_ec = 0x55ad6dd05120
_tag = {tag = 36, retval = 139708159953240, buf = {0x55ad6dd54720, 0x7f1057b965c0 <exec_recursive+560>, 0x0, 0x7ffcc32e0360, 0x7f10574051c8}, prev = 0x7ffcc32e0700, state = RUBY_TAG_NONE, lock_rec = 0}
ret = 36
state = RUBY_TAG_NONE
result = <optimized out>
sym = 708876
p = {func = 0x7f105796b4e0 <inspect_ary>, list = 139708098380760, obj = 139708159953240, pairid = 0, arg = 0}
outermost = <optimized out>
#36 0x00007f1057bd2ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f1057504d10, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
ci = 0xad100100001
cc = <optimized out>
val = <optimized out>
me = 0x7f10573a0a48
cfunc = 0x55ad6dd54728
recv = <optimized out>
frame_type = <optimized out>
len = <optimized out>
block_handler = <optimized out>
ci = <optimized out>
cc = <optimized out>
val = <optimized out>
me = <optimized out>
cfunc = <optimized out>
recv = <optimized out>
block_handler = <optimized out>
frame_type = <optimized out>
len = <optimized out>
args = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
args = <optimized out>
#37 vm_call_cfunc_with_frame (ec=0x55ad6dd05120, reg_cfp=0x7f1057504d10, calling=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
argc = 0
stack_bottom = <optimized out>
argv = <optimized out>
#38 0x00007f1057be225d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_callinfo.h:368
val = 1
ci = 0x0
cc = <optimized out>
recv = 1754658
argc = <optimized out>
calling = {ci = 0xad100100001, cc = 0x7f105394cab8, block_handler = 0, recv = 139708159953240, argc = 0, kw_splat = false}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#39 vm_exec_core (ec=0x55ad6dd05120, initial=1754658) at ../../src/trunk-random2/insns.def:835
bh = <optimized out>
cd = 0x1ac622
leaf = <optimized out>
val = 1
reg_pc = 0x55ad6e0359c8
reg_cfp = 0x7f1057504d10
insns_address_table = {0x7f1057be49cf <vm_exec_core+10351>, 0x7f1057be23d9 <vm_exec_core+633>, 0x7f1057be458e <vm_exec_core+9262>, 0x7f1057be4514 <vm_exec_core+9140>, 0x7f1057be449d <vm_exec_core+9021>, 0x7f1057be441e <vm_exec_core+8894>, 0x7f1057be439e <vm_exec_core+8766>, 0x7f1057be4342 <vm_exec_core+8674>, 0x7f1057be42e7 <vm_exec_core+8583>, 0x7f1057be4297 <vm_exec_core+8503>, 0x7f1057be411c <vm_exec_core+8124>, 0x7f1057be3f71 <vm_exec_core+7697>, 0x7f1057be3e86 <vm_exec_core+7462>, 0x7f1057be3e17 <vm_exec_core+7351>, 0x7f1057be3daa <vm_exec_core+7242>, 0x7f1057be3d6f <vm_exec_core+7183>, 0x7f1057be3d39 <vm_exec_core+7129>, 0x7f1057be3d06 <vm_exec_core+7078>, 0x7f1057be45fa <vm_exec_core+9370>, 0x7f1057be3067 <vm_exec_core+3847>, 0x7f1057be2ff9 <vm_exec_core+3737>, 0x7f1057be2fbe <vm_exec_core+3678>, 0x7f1057be2f68 <vm_exec_core+3592>, 0x7f1057be2f24 <vm_exec_core+3524>, 0x7f1057be2e9d <vm_exec_core+3389>, 0x7f1057be2e68 <vm_exec_core+3336>, 0x7f1057be2e0d <vm_exec_core+3245>, 0x7f1057be2d95 <vm_exec_core+3125>, 0x7f1057be2d5d <vm_exec_core+3069>, 0x7f1057be2d25 <vm_exec_core+3013>, 0x7f1057be2b30 <vm_exec_core+2512>, 0x7f1057be2a9f <vm_exec_core+2367>, 0x7f1057be2a42 <vm_exec_core+2274>, 0x7f1057be29c9 <vm_exec_core+2153>, 0x7f1057be3709 <vm_exec_core+5545>, 0x7f1057be36e4 <vm_exec_core+5508>, 0x7f1057be36ab <vm_exec_core+5451>, 0x7f1057be365b <vm_exec_core+5371>, 0x7f1057be3629 <vm_exec_core+5321>, 0x7f1057be353e <vm_exec_core+5086>, 0x7f1057be34f9 <vm_exec_core+5017>, 0x7f1057be34b3 <vm_exec_core+4947>, 0x7f1057be3483 <vm_exec_core+4899>, 0x7f1057be33b8 <vm_exec_core+4696>, 0x7f1057be3423 <vm_exec_core+4803>, 0x7f1057be3288 <vm_exec_core+4392>, 0x7f1057be321b <vm_exec_core+4283>, 0x7f1057be318e <vm_exec_core+4142>, 0x7f1057be30d2 <vm_exec_core+3954>, 0x7f1057be309a <vm_exec_core+3898>, 0x7f1057be3c07 <vm_exec_core+6823>, 0x7f1057be3af4 <vm_exec_core+6548>, 0x7f1057be21b8 <vm_exec_core+88>, 0x7f1057be3c82 <vm_exec_core+6946>, 0x7f1057be384d <vm_exec_core+5869>, 0x7f1057be4b17 <vm_exec_core+10679>, 0x7f1057be3803 <vm_exec_core+5795>, 0x7f1057be37aa <vm_exec_core+5706>, 0x7f1057be3751 <vm_exec_core+5617>, 0x7f1057be39e6 <vm_exec_core+6278>, 0x7f1057be3910 <vm_exec_core+6064>, 0x7f1057be3897 <vm_exec_core+5943>, 0x7f1057be496e <vm_exec_core+10254>, 0x7f1057be3c4a <vm_exec_core+6890>, 0x7f1057be3a9d <vm_exec_core+6461>, 0x7f1057be282a <vm_exec_core+1738>, 0x7f1057be27f0 <vm_exec_core+1680>, 0x7f1057be2922 <vm_exec_core+1986>, 0x7f1057be2881 <vm_exec_core+1825>, 0x7f1057be4dff <vm_exec_core+11423>, 0x7f1057be4d56 <vm_exec_core+11254>, 0x7f1057be4fd6 <vm_exec_core+11894>, 0x7f1057be4f63 <vm_exec_core+11779>, 0x7f1057be4ebd <vm_exec_core+11613>, 0x7f1057be4e61 <vm_exec_core+11521>, 0x7f1057be5383 <vm_exec_core+12835>, 0x7f1057be52e6 <vm_exec_core+12678>, 0x7f1057be524e <vm_exec_core+12526>, 0x7f1057be51b1 <vm_exec_core+12369>, 0x7f1057be5119 <vm_exec_core+12217>, 0x7f1057be4a58 <vm_exec_core+10488>, 0x7f1057be50ce <vm_exec_core+12142>, 0x7f1057be5078 <vm_exec_core+12056>, 0x7f1057be4be5 <vm_exec_core+10885>, 0x7f1057be4b5b <vm_exec_core+10747>, 0x7f1057be2783 <vm_exec_core+1571>, 0x7f1057be2725 <vm_exec_core+1477>, 0x7f1057be4d22 <vm_exec_core+11202>, 0x7f1057be4cee <vm_exec_core+11150>, 0x7f1057be4c9d <vm_exec_core+11069>, 0x7f1057be4c4e <vm_exec_core+10990>, 0x7f1057be4a8b <vm_exec_core+10539>, 0x7f1057be49e0 <vm_exec_core+10368>, 0x7f1057be26b8 <vm_exec_core+1368>, 0x7f1057be2661 <vm_exec_core+1281>, 0x7f1057be25de <vm_exec_core+1150>, 0x7f1057be2599 <vm_exec_core+1081>, 0x7f1057be254c <vm_exec_core+1004>, 0x7f1057be24ff <vm_exec_core+927>, 0x7f1057be24aa <vm_exec_core+842>, 0x7f1057be2477 <vm_exec_core+791>, 0x7f1057be2444 <vm_exec_core+740>, 0x7f1057be4afb <vm_exec_core+10651>, 0x7f1057be23ca <vm_exec_core+618>, 0x7f1057be457f <vm_exec_core+9247>, 0x7f1057be4505 <vm_exec_core+9125>, 0x7f1057be448e <vm_exec_core+9006>, 0x7f1057be440f <vm_exec_core+8879>, 0x7f1057be438f <vm_exec_core+8751>, 0x7f1057be4333 <vm_exec_core+8659>, 0x7f1057be42d8 <vm_exec_core+8568>, 0x7f1057be4288 <vm_exec_core+8488>, 0x7f1057be410d <vm_exec_core+8109>, 0x7f1057be3f62 <vm_exec_core+7682>, 0x7f1057be3e77 <vm_exec_core+7447>, 0x7f1057be3e08 <vm_exec_core+7336>, 0x7f1057be3d9b <vm_exec_core+7227>, 0x7f1057be3d60 <vm_exec_core+7168>, 0x7f1057be3d2a <vm_exec_core+7114>, 0x7f1057be3cf7 <vm_exec_core+7063>, 0x7f1057be45eb <vm_exec_core+9355>, 0x7f1057be3058 <vm_exec_core+3832>, 0x7f1057be2fea <vm_exec_core+3722>, 0x7f1057be2faf <vm_exec_core+3663>, 0x7f1057be2f59 <vm_exec_core+3577>, 0x7f1057be2f15 <vm_exec_core+3509>, 0x7f1057be2e8e <vm_exec_core+3374>, 0x7f1057be2e59 <vm_exec_core+3321>, 0x7f1057be2dfe <vm_exec_core+3230>, 0x7f1057be2d86 <vm_exec_core+3110>, 0x7f1057be2d4e <vm_exec_core+3054>, 0x7f1057be2d16 <vm_exec_core+2998>, 0x7f1057be2b21 <vm_exec_core+2497>, 0x7f1057be2a90 <vm_exec_core+2352>, 0x7f1057be2a33 <vm_exec_core+2259>, 0x7f1057be29ba <vm_exec_core+2138>, 0x7f1057be36fa <vm_exec_core+5530>, 0x7f1057be36d5 <vm_exec_core+5493>, 0x7f1057be369c <vm_exec_core+5436>, 0x7f1057be364c <vm_exec_core+5356>, 0x7f1057be361a <vm_exec_core+5306>, 0x7f1057be352f <vm_exec_core+5071>, 0x7f1057be34ea <vm_exec_core+5002>, 0x7f1057be34a4 <vm_exec_core+4932>, 0x7f1057be3474 <vm_exec_core+4884>, 0x7f1057be33a9 <vm_exec_core+4681>, 0x7f1057be3414 <vm_exec_core+4788>, 0x7f1057be3279 <vm_exec_core+4377>, 0x7f1057be320c <vm_exec_core+4268>, 0x7f1057be317f <vm_exec_core+4127>, 0x7f1057be30c3 <vm_exec_core+3939>, 0x7f1057be308b <vm_exec_core+3883>, 0x7f1057be3bf8 <vm_exec_core+6808>, 0x7f1057be3ae5 <vm_exec_core+6533>, 0x7f1057be55a3 <vm_exec_core+13379>, 0x7f1057be3c73 <vm_exec_core+6931>, 0x7f1057be383e <vm_exec_core+5854>, 0x7f1057be558f <vm_exec_core+13359>, 0x7f1057be37f4 <vm_exec_core+5780>, 0x7f1057be379b <vm_exec_core+5691>, 0x7f1057be3742 <vm_exec_core+5602>, 0x7f1057be39d7 <vm_exec_core+6263>, 0x7f1057be3901 <vm_exec_core+6049>, 0x7f1057be3888 <vm_exec_core+5928>, 0x7f1057be495f <vm_exec_core+10239>, 0x7f1057be3c3b <vm_exec_core+6875>, 0x7f1057be3a8e <vm_exec_core+6446>, 0x7f1057be281b <vm_exec_core+1723>, 0x7f1057be27e1 <vm_exec_core+1665>, 0x7f1057be2913 <vm_exec_core+1971>, 0x7f1057be2872 <vm_exec_core+1810>, 0x7f1057be557b <vm_exec_core+13339>, 0x7f1057be5567 <vm_exec_core+13319>, 0x7f1057be5553 <vm_exec_core+13299>, 0x7f1057be553f <vm_exec_core+13279>, 0x7f1057be552b <vm_exec_core+13259>, 0x7f1057be5517 <vm_exec_core+13239>, 0x7f1057be54fc <vm_exec_core+13212>, 0x7f1057be54e8 <vm_exec_core+13192>, 0x7f1057be54d4 <vm_exec_core+13172>, 0x7f1057be54c0 <vm_exec_core+13152>, 0x7f1057be54ac <vm_exec_core+13132>, 0x7f1057be5498 <vm_exec_core+13112>, 0x7f1057be5484 <vm_exec_core+13092>, 0x7f1057be5470 <vm_exec_core+13072>, 0x7f1057be545c <vm_exec_core+13052>, 0x7f1057be5448 <vm_exec_core+13032>, 0x7f1057be2774 <vm_exec_core+1556>, 0x7f1057be2716 <vm_exec_core+1462>, 0x7f1057be5434 <vm_exec_core+13012>, 0x7f1057be5420 <vm_exec_core+12992>, 0x7f1057be540c <vm_exec_core+12972>, 0x7f1057be53f8 <vm_exec_core+12952>, 0x7f1057be21a1 <vm_exec_core+65>, 0x7f1057be21a5 <vm_exec_core+69>, 0x7f1057be26a9 <vm_exec_core+1353>, 0x7f1057be2652 <vm_exec_core+1266>, 0x7f1057be25cf <vm_exec_core+1135>, 0x7f1057be258a <vm_exec_core+1066>, 0x7f1057be253d <vm_exec_core+989>...}
#40 0x00007f1057be89fb in rb_vm_exec (ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:2366
_ec = 0x55ad6dd05120
_tag = {tag = 36, retval = 4, buf = {0x7f10538a6b18, 0x7f1057be81f0 <rb_vm_exec+400>, 0x0, 0x7ffcc32e0630, 0x2}, prev = 0x7ffcc32e1ff0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#41 0x00007f1057bf289f in vm_call0_cc (kw_splat=0, cc=0x7f105394c748, argv=0x7ffcc32e0850, argc=1, id=51425, recv=139708097784600, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_eval.c:85
calling = {ci = 0x7ffcc32e07e0, cc = 0x7f105394c748, block_handler = 0, recv = 139708097784600, argc = 1, kw_splat = false}
#42 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7ffcc32e0850, argc=1, mid=51425, recv=139708097784600) at /tmp/ruby/src/trunk-random2/vm_eval.c:1040
ec = 0x55ad6dd05120
cc = 0x7f105394c748
self = <optimized out>
ec = <optimized out>
cc = <optimized out>
self = <optimized out>
#43 rb_funcallv (recv=139708097784600, mid=51425, argc=argc@entry=1, argv=argv@entry=0x7ffcc32e0850) at /tmp/ruby/src/trunk-random2/vm_eval.c:1055
No locals.
#44 0x00007f1053a67f4a in ripper_dispatch1 (a=<optimized out>, mid=<optimized out>, p=0x55ad6dfb8b10) at /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:14192
rb_funcall_argc = 1
rb_funcall_args = {139708159960200}
rb_funcall_nargs = 1
#45 ripper_scan_event_val (t=tIDENTIFIER, p=0x55ad6dfb8b10) at /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:6272
str = <optimized out>
rval = <optimized out>
str = <optimized out>
rval = <optimized out>
#46 ripper_dispatch_scan_event (p=0x55ad6dfb8b10, t=tIDENTIFIER) at /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:6282
No locals.
#47 0x00007f1053a6ff85 in yylex (p=0x55ad6dfb8b10, yylloc=0x7ffcc32e0980, lval=0x7ffcc32e0958) at /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:10490
t = <optimized out>
t = <optimized out>
#48 ripper_yyparse (p=0x55ad6dfb8b10) at /tmp/ruby/build/trunk-random2/ext/ripper/ripper.c:10528
yychar = <optimized out>
yylval = {val = 94203363959576, node = 0x55ad6e0ba318, id = 94203363959576, num = 1846256408, tbl = 0x55ad6e0ba318, vars = 0x55ad6e0ba318, strterm = 0x55ad6e0ba318, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}
yyloc_default = {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}
yylloc = {beg_pos = {lineno = 1080, column = 0}, end_pos = {lineno = 1080, column = 4}}
yynerrs = <optimized out>
yystate = <optimized out>
yyerrstatus = <optimized out>
yystacksize = <optimized out>
yyssa = {0, 2, 71, 313, 99, 403, 646, 824, 265, 481, 76, 324, 565, 265, 481, 695, 334, 573, 759, 897, 1032, 1133, 800, 970, 759, 897, 1032, 1133, 800, 970, 812, 982, 1097, 1178, 1231, 1270, 1292, 1300, 695, 680, 679, 278, 491, 1178, 1231, 1270, 1292, 1300, 0, 0, 32764, 0, 0, 0, 32764, 0, 3008, -15570, 32764, 0, 0, 0, 32528, 0, 32, 0, 0, 0, 27170, 21386, 32528, 0, 3, 0, 0, 0, 8208, -15570, 32764, 0, 3, 0, 0, 0, 8224, -15570, 32764, 0, 2880, -15570, 32764, 0, 2912, -15570, 32764, 0, 0, 0, 0, 512, 2880, -15570, 32764, 0, 8176, -15570, 32764, 0, 128, 0, 0, 0, 36, 0, 0, 0, -32104, 28164, 21933, 0, 36, 0, 0, 0, 0, 0, 0, 0, 8224, -15570, 32764, 0, 128, 0, 0, 0, 1, 0, 5, 0, 1, 0, 5, 0, 1, 0, 0, 0, 1, 0, 5, 0, 0, 1, 3, 311, 565, 749, 893, 970, 0, 1, 3, 311, 565, 749, 893, 970, 378, 624, 794, 666, 842, 0, 0, 0, 0, 1, 3, 311, 0, 0, 1, 0, 0, 1, 3, 311, 0, 0, 0, 0, 36, 0, 0, 0, -1808, 21409, 32528, 0}
yyss = <optimized out>
yyssp = <optimized out>
yyvsa = {{val = 139708099329560, node = 0x7f1053a1fe18, id = 139708099329560, num = 1403125272, tbl = 0x7f1053a1fe18, vars = 0x7f1053a1fe18, strterm = 0x7f1053a1fe18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139708098452400, node = 0x7f1053949bb0, id = 139708098452400, num = 1402248112, tbl = 0x7f1053949bb0, vars = 0x7f1053949bb0, strterm = 0x7f1053949bb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139708097777160, node = 0x7f10538a4e08, id = 139708097777160, num = 1401572872, tbl = 0x7f10538a4e08, vars = 0x7f10538a4e08, strterm = 0x7f10538a4e08, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708097779600, node = 0x7f10538a5790, id = 139708097779600, num = 1401575312, tbl = 0x7f10538a5790, vars = 0x7f10538a5790, strterm = 0x7f10538a5790, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139706696204288, node = 0x7f1000000000, id = 139706696204288, num = 0, tbl = 0x7f1000000000, vars = 0x7f1000000000, strterm = 0x7f1000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708097774640, node = 0x7f10538a4430, id = 139708097774640, num = 1401570352, tbl = 0x7f10538a4430, vars = 0x7f10538a4430, strterm = 0x7f10538a4430, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139708097771040, node = 0x7f10538a3620, id = 139708097771040, num = 1401566752, tbl = 0x7f10538a3620, vars = 0x7f10538a3620, strterm = 0x7f10538a3620, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708097892240, node = 0x7f10538c0f90, id = 139708097892240, num = 1401687952, tbl = 0x7f10538c0f90, vars = 0x7f10538c0f90, strterm = 0x7f10538c0f90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139708097893160, node = 0x7f10538c1328, id = 139708097893160, num = 1401688872, tbl = 0x7f10538c1328, vars = 0x7f10538c1328, strterm = 0x7f10538c1328, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94203364071224, node = 0x55ad6e0d5738, id = 94203364071224, num = 1846368056, tbl = 0x55ad6e0d5738, vars = 0x55ad6e0d5738, strterm = 0x55ad6e0d5738, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139708098015280, node = 0x7f10538df030, id = 139708098015280, num = 1401810992, tbl = 0x7f10538df030, vars = 0x7f10538df030, strterm = 0x7f10538df030, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139708098015280, node = 0x7f10538df030, id = 139708098015280, num = 1401810992, tbl = 0x7f10538df030, vars = 0x7f10538df030, strterm = 0x7f10538df030, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139708159978440, node = 0x7f10573f6bc8, id = 139708159978440, num = 1463774152, tbl = 0x7f10573f6bc8, vars = 0x7f10573f6bc8, strterm = 0x7f10573f6bc8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139708159981720, node = 0x7f10573f7898, id = 139708159981720, num = 1463777432, tbl = 0x7f10573f7898, vars = 0x7f10573f7898, strterm = 0x7f10573f7898, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139708159986120, node = 0x7f10573f89c8, id = 139708159986120, num = 1463781832, tbl = 0x7f10573f89c8, vars = 0x7f10573f89c8, strterm = 0x7f10573f89c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139708159999080, node = 0x7f10573fbc68, id = 139708159999080, num = 1463794792, tbl = 0x7f10573fbc68, vars = 0x7f10573fbc68, strterm = 0x7f10573fbc68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139708159999080, node = 0x7f10573fbc68, id = 139708159999080, num = 1463794792, tbl = 0x7f10573fbc68, vars = 0x7f10573fbc68, strterm = 0x7f10573fbc68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139708160008920, node = 0x7f10573fe2d8, id = 139708160008920, num = 1463804632, tbl = 0x7f10573fe2d8, vars = 0x7f10573fe2d8, strterm = 0x7f10573fe2d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139708160003280, node = 0x7f10573fccd0, id = 139708160003280, num = 1463798992, tbl = 0x7f10573fccd0, vars = 0x7f10573fccd0, strterm = 0x7f10573fccd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139708098027960, node = 0x7f10538e21b8, id = 139708098027960, num = 1401823672, tbl = 0x7f10538e21b8, vars = 0x7f10538e21b8, strterm = 0x7f10538e21b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708097698720, node = 0x7f1053891ba0, id = 139708097698720, num = 1401494432, tbl = 0x7f1053891ba0, vars = 0x7f1053891ba0, strterm = 0x7f1053891ba0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139708098026520, node = 0x7f10538e1c18, id = 139708098026520, num = 1401822232, tbl = 0x7f10538e1c18, vars = 0x7f10538e1c18, strterm = 0x7f10538e1c18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139708098036040, node = 0x7f10538e4148, id = 139708098036040, num = 1401831752, tbl = 0x7f10538e4148, vars = 0x7f10538e4148, strterm = 0x7f10538e4148, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139708098037560, node = 0x7f10538e4738, id = 139708098037560, num = 1401833272, tbl = 0x7f10538e4738, vars = 0x7f10538e4738, strterm = 0x7f10538e4738, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708098073440, node = 0x7f10538ed360, id = 139708098073440, num = 1401869152, tbl = 0x7f10538ed360, vars = 0x7f10538ed360, strterm = 0x7f10538ed360, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139708098072080, node = 0x7f10538ece10, id = 139708098072080, num = 1401867792, tbl = 0x7f10538ece10, vars = 0x7f10538ece10, strterm = 0x7f10538ece10, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 921868, node = 0xe110c, id = 921868, num = 921868, tbl = 0xe110c, vars = 0xe110c, strterm = 0xe110c, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708098040640, node = 0x7f10538e5340, id = 139708098040640, num = 1401836352, tbl = 0x7f10538e5340, vars = 0x7f10538e5340, strterm = 0x7f10538e5340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139708098042000, node = 0x7f10538e5890, id = 139708098042000, num = 1401837712, tbl = 0x7f10538e5890, vars = 0x7f10538e5890, strterm = 0x7f10538e5890, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708098058040, node = 0x7f10538e9738, id = 139708098058040, num = 1401853752, tbl = 0x7f10538e9738, vars = 0x7f10538e9738, strterm = 0x7f10538e9738, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139708097434520, node = 0x7f1053851398, id = 139708097434520, num = 1401230232, tbl = 0x7f1053851398, vars = 0x7f1053851398, strterm = 0x7f1053851398, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139708097435200, node = 0x7f1053851640, id = 139708097435200, num = 1401230912, tbl = 0x7f1053851640, vars = 0x7f1053851640, strterm = 0x7f1053851640, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94203364400152, node = 0x55ad6e125c18, id = 94203364400152, num = 1846696984, tbl = 0x55ad6e125c18, vars = 0x55ad6e125c18, strterm = 0x55ad6e125c18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139708097674360, node = 0x7f105388bc78, id = 139708097674360, num = 1401470072, tbl = 0x7f105388bc78, vars = 0x7f105388bc78, strterm = 0x7f105388bc78, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94203363492504, node = 0x55ad6e048298, id = 94203363492504, num = 1845789336, tbl = 0x55ad6e048298, vars = 0x55ad6e048298, strterm = 0x55ad6e048298, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139708097672560, node = 0x7f105388b570, id = 139708097672560, num = 1401468272, tbl = 0x7f105388b570, vars = 0x7f105388b570, strterm = 0x7f105388b570, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4593, node = 0x11f1, id = 4593, num = 4593, tbl = 0x11f1, vars = 0x11f1, strterm = 0x11f1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94203363492280, node = 0x55ad6e0481b8, id = 94203363492280, num = 1845789112, tbl = 0x55ad6e0481b8, vars = 0x55ad6e0481b8, strterm = 0x55ad6e0481b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 15, node = 0xf, id = 15, num = 15, tbl = 0xf, vars = 0xf, strterm = 0xf, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140723583063280, node = 0x7ffcc32e14f0, id = 140723583063280, num = -1020390160, tbl = 0x7ffcc32e14f0, vars = 0x7ffcc32e14f0, strterm = 0x7ffcc32e14f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 420906795008, node = 0x6200000000, id = 420906795008, num = 0, tbl = 0x6200000000, vars = 0x6200000000, strterm = 0x6200000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203361423232, node = 0x55ad6de4ef80, id = 94203361423232, num = 1843720064, tbl = 0x55ad6de4ef80, vars = 0x55ad6de4ef80, strterm = 0x55ad6de4ef80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140723583063504, node = 0x7ffcc32e15d0, id = 140723583063504, num = -1020389936, tbl = 0x7ffcc32e15d0, vars = 0x7ffcc32e15d0, strterm = 0x7ffcc32e15d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94203361823223, node = 0x55ad6deb09f7, id = 94203361823223, num = 1844120055, tbl = 0x55ad6deb09f7, vars = 0x55ad6deb09f7, strterm = 0x55ad6deb09f7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637976727552, node = 0x7f0000000000, id = 139637976727552, num = 0, tbl = 0x7f0000000000, vars = 0x7f0000000000, strterm = 0x7f0000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140723583060976, node = 0x7ffcc32e0bf0, id = 140723583060976, num = -1020392464, tbl = 0x7ffcc32e0bf0, vars = 0x7ffcc32e0bf0, strterm = 0x7ffcc32e0bf0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94203361823230, node = 0x55ad6deb09fe, id = 94203361823230, num = 1844120062, tbl = 0x55ad6deb09fe, vars = 0x55ad6deb09fe, strterm = 0x55ad6deb09fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 15, node = 0xf, id = 15, num = 15, tbl = 0xf, vars = 0xf, strterm = 0xf, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 24, node = 0x18, id = 24, num = 24, tbl = 0x18, vars = 0x18, strterm = 0x18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}} <repeats 17 times>, {val = 94203361823230, node = 0x55ad6deb09fe, id = 94203361823230, num = 1844120062, tbl = 0x55ad6deb09fe, vars = 0x55ad6deb09fe, strterm = 0x55ad6deb09fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94203361823230, node = 0x55ad6deb09fe, id = 94203361823230, num = 1844120062, tbl = 0x55ad6deb09fe, vars = 0x55ad6deb09fe, strterm = 0x55ad6deb09fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 7444467101504376064, node = 0x67500f62e7400d00, id = 7444467101504376064, num = -415232768, tbl = 0x67500f62e7400d00, vars = 0x67500f62e7400d00, strterm = 0x67500f62e7400d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203361839728, node = 0x55ad6deb4a70, id = 94203361839728, num = 1844136560, tbl = 0x55ad6deb4a70, vars = 0x55ad6deb4a70, strterm = 0x55ad6deb4a70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94203361839728, node = 0x55ad6deb4a70, id = 94203361839728, num = 1844136560, tbl = 0x55ad6deb4a70, vars = 0x55ad6deb4a70, strterm = 0x55ad6deb4a70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140723583062064, node = 0x7ffcc32e1030, id = 140723583062064, num = -1020391376, tbl = 0x7ffcc32e1030, vars = 0x7ffcc32e1030, strterm = 0x7ffcc32e1030, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140723583062768, node = 0x7ffcc32e12f0, id = 140723583062768, num = -1020390672, tbl = 0x7ffcc32e12f0, vars = 0x7ffcc32e12f0, strterm = 0x7ffcc32e12f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139708169363008, node = 0x7f1057ce9e40 <clean_info>, id = 139708169363008, num = 1473158720, tbl = 0x7f1057ce9e40 <clean_info>, vars = 0x7f1057ce9e40 <clean_info>, strterm = 0x7f1057ce9e40 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140723583062816, node = 0x7ffcc32e1320, id = 140723583062816, num = -1020390624, tbl = 0x7ffcc32e1320, vars = 0x7ffcc32e1320, strterm = 0x7ffcc32e1320, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139708167480226, node = 0x7f1057b1e3a2 <optimize_node_left+450>, id = 139708167480226, num = 1471275938, tbl = 0x7f1057b1e3a2 <optimize_node_left+450>, vars = 0x7f1057b1e3a2 <optimize_node_left+450>, strterm = 0x7f1057b1e3a2 <optimize_node_left+450>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140723583062904, node = 0x7ffcc32e1378, id = 140723583062904, num = -1020390536, tbl = 0x7ffcc32e1378, vars = 0x7ffcc32e1378, strterm = 0x7ffcc32e1378, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140723583062840, node = 0x7ffcc32e1338, id = 140723583062840, num = -1020390600, tbl = 0x7ffcc32e1338, vars = 0x7ffcc32e1338, strterm = 0x7ffcc32e1338, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140723583062968, node = 0x7ffcc32e13b8, id = 140723583062968, num = -1020390472, tbl = 0x7ffcc32e13b8, vars = 0x7ffcc32e13b8, strterm = 0x7ffcc32e13b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140720308486144, node = 0x7ffc00000000, id = 140720308486144, num = 0, tbl = 0x7ffc00000000, vars = 0x7ffc00000000, strterm = 0x7ffc00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140723583062088, node = 0x7ffcc32e1048, id = 140723583062088, num = -1020391352, tbl = 0x7ffcc32e1048, vars = 0x7ffcc32e1048, strterm = 0x7ffcc32e1048, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140723583063032, node = 0x7ffcc32e13f8, id = 140723583063032, num = -1020390408, tbl = 0x7ffcc32e13f8, vars = 0x7ffcc32e13f8, strterm = 0x7ffcc32e13f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140723583062049, node = 0x7ffcc32e1021, id = 140723583062049, num = -1020391391, tbl = 0x7ffcc32e1021, vars = 0x7ffcc32e1021, strterm = 0x7ffcc32e1021, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140723583062049, node = 0x7ffcc32e1021, id = 140723583062049, num = -1020391391, tbl = 0x7ffcc32e1021, vars = 0x7ffcc32e1021, strterm = 0x7ffcc32e1021, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139708167474826, node = 0x7f1057b1ce8a <update_string_node_case_fold+298>, id = 139708167474826, num = 1471270538, tbl = 0x7f1057b1ce8a <update_string_node_case_fold+298>, vars = 0x7f1057b1ce8a <update_string_node_case_fold+298>, strterm = 0x7f1057b1ce8a <update_string_node_case_fold+298>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203361204881, node = 0x55ad6de19a91, id = 94203361204881, num = 1843501713, tbl = 0x55ad6de19a91, vars = 0x55ad6de19a91, strterm = 0x55ad6de19a91, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94203362316608, node = 0x55ad6df29140, id = 94203362316608, num = 1844613440, tbl = 0x55ad6df29140, vars = 0x55ad6df29140, strterm = 0x55ad6df29140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140723583062040, node = 0x7ffcc32e1018, id = 140723583062040, num = -1020391400, tbl = 0x7ffcc32e1018, vars = 0x7ffcc32e1018, strterm = 0x7ffcc32e1018, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140723583062048, node = 0x7ffcc32e1020, id = 140723583062048, num = -1020391392, tbl = 0x7ffcc32e1020, vars = 0x7ffcc32e1020, strterm = 0x7ffcc32e1020, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140723583062049, node = 0x7ffcc32e1021, id = 140723583062049, num = -1020391391, tbl = 0x7ffcc32e1021, vars = 0x7ffcc32e1021, strterm = 0x7ffcc32e1021, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 7444467101504376064, node = 0x67500f62e7400d00, id = 7444467101504376064, num = -415232768, tbl = 0x67500f62e7400d00, vars = 0x67500f62e7400d00, strterm = 0x67500f62e7400d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203361204848, node = 0x55ad6de19a70, id = 94203361204848, num = 1843501680, tbl = 0x55ad6de19a70, vars = 0x55ad6de19a70, strterm = 0x55ad6de19a70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 18446744073709551344, node = 0xfffffffffffffef0, id = 18446744073709551344, num = -272, tbl = 0xfffffffffffffef0, vars = 0xfffffffffffffef0, strterm = 0xfffffffffffffef0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 22, node = 0x16, id = 22, num = 22, tbl = 0x16, vars = 0x16, strterm = 0x16, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94203360853057, node = 0x55ad6ddc3c41, id = 94203360853057, num = 1843149889, tbl = 0x55ad6ddc3c41, vars = 0x55ad6ddc3c41, strterm = 0x55ad6ddc3c41, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 3, node = 0x3, id = 3, num = 3, tbl = 0x3, vars = 0x3, strterm = 0x3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551615, node = 0xffffffffffffffff, id = 18446744073709551615, num = -1, tbl = 0xffffffffffffffff, vars = 0xffffffffffffffff, strterm = 0xffffffffffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 9113481682366114947, node = 0x7e79974e08762c83, id = 9113481682366114947, num = 141962371, tbl = 0x7e79974e08762c83, vars = 0x7e79974e08762c83, strterm = 0x7e79974e08762c83, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93458488360960, node = 0x550000000000, id = 93458488360960, num = 0, tbl = 0x550000000000, vars = 0x550000000000, strterm = 0x550000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203360853056, node = 0x55ad6ddc3c40, id = 94203360853056, num = 1843149888, tbl = 0x55ad6ddc3c40, vars = 0x55ad6ddc3c40, strterm = 0x55ad6ddc3c40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139708167476549, node = 0x7f1057b1d545 <expand_case_fold_string+1141>, id = 139708167476549, num = 1471272261, tbl = 0x7f1057b1d545 <expand_case_fold_string+1141>, vars = 0x7f1057b1d545 <expand_case_fold_string+1141>, strterm = 0x7f1057b1d545 <expand_case_fold_string+1141>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94203360853057, node = 0x55ad6ddc3c41, id = 94203360853057, num = 1843149889, tbl = 0x55ad6ddc3c41, vars = 0x55ad6ddc3c41, strterm = 0x55ad6ddc3c41, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139844135157761, node = 0x7f3000000001, id = 139844135157761, num = 1, tbl = 0x7f3000000001, vars = 0x7f3000000001, strterm = 0x7f3000000001, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 56, node = 0x38, id = 56, num = 56, tbl = 0x38, vars = 0x38, strterm = 0x38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 6139087358, node = 0x16deb09fe, id = 6139087358, num = 1844120062, tbl = 0x16deb09fe, vars = 0x16deb09fe, strterm = 0x16deb09fe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 7444467101504376064, node = 0x67500f62e7400d00, id = 7444467101504376064, num = -415232768, tbl = 0x67500f62e7400d00, vars = 0x67500f62e7400d00, strterm = 0x67500f62e7400d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 336, node = 0x150, id = 336, num = 336, tbl = 0x150, vars = 0x150, strterm = 0x150, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203362408400, node = 0x55ad6df3f7d0, id = 94203362408400, num = 1844705232, tbl = 0x55ad6df3f7d0, vars = 0x55ad6df3f7d0, strterm = 0x55ad6df3f7d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139708163431552, node = 0x7f1057741c80 <main_arena>, id = 139708163431552, num = 1467227264, tbl = 0x7f1057741c80 <main_arena>, vars = 0x7f1057741c80 <main_arena>, strterm = 0x7f1057741c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203362408736, node = 0x55ad6df3f920, id = 94203362408736, num = 1844705568, tbl = 0x55ad6df3f920, vars = 0x55ad6df3f920, strterm = 0x55ad6df3f920, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94203361788592, node = 0x55ad6dea82b0, id = 94203361788592, num = 1844085424, tbl = 0x55ad6dea82b0, vars = 0x55ad6dea82b0, strterm = 0x55ad6dea82b0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139708161903707, node = 0x7f10575ccc5b <_int_realloc+299>, id = 139708161903707, num = 1465699419, tbl = 0x7f10575ccc5b <_int_realloc+299>, vars = 0x7f10575ccc5b <_int_realloc+299>, strterm = 0x7f10575ccc5b <_int_realloc+299>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 6, node = 0x6, id = 6, num = 6, tbl = 0x6, vars = 0x6, strterm = 0x6, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708163431552, node = 0x7f1057741c80 <main_arena>, id = 139708163431552, num = 1467227264, tbl = 0x7f1057741c80 <main_arena>, vars = 0x7f1057741c80 <main_arena>, strterm = 0x7f1057741c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203362408416, node = 0x55ad6df3f7e0, id = 94203362408416, num = 1844705248, tbl = 0x55ad6df3f7e0, vars = 0x55ad6df3f7e0, strterm = 0x55ad6df3f7e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 624, node = 0x270, id = 624, num = 624, tbl = 0x270, vars = 0x270, strterm = 0x270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94203362408400, node = 0x55ad6df3f7d0, id = 94203362408400, num = 1844705232, tbl = 0x55ad6df3f7d0, vars = 0x55ad6df3f7d0, strterm = 0x55ad6df3f7d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 336, node = 0x150, id = 336, num = 336, tbl = 0x150, vars = 0x150, strterm = 0x150, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139708161907081, node = 0x7f10575cd989 <__GI___libc_realloc+457>, id = 139708161907081, num = 1465702793, tbl = 0x7f10575cd989 <__GI___libc_realloc+457>, vars = 0x7f10575cd989 <__GI___libc_realloc+457>, strterm = 0x7f10575cd989 <__GI___libc_realloc+457>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 5, node = 0x5, id = 5, num = 5, tbl = 0x5, vars = 0x5, strterm = 0x5, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 338, node = 0x152, id = 338, num = 338, tbl = 0x152, vars = 0x152, strterm = 0x152, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94203362316608, node = 0x55ad6df29140, id = 94203362316608, num = 1844613440, tbl = 0x55ad6df29140, vars = 0x55ad6df29140, strterm = 0x55ad6df29140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94203361688824, node = 0x55ad6de8fcf8, id = 94203361688824, num = 1843985656, tbl = 0x55ad6de8fcf8, vars = 0x55ad6de8fcf8, strterm = 0x55ad6de8fcf8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203362316608, node = 0x55ad6df29140, id = 94203362316608, num = 1844613440, tbl = 0x55ad6df29140, vars = 0x55ad6df29140, strterm = 0x55ad6df29140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94203361688816, node = 0x55ad6de8fcf0, id = 94203361688816, num = 1843985648, tbl = 0x55ad6de8fcf0, vars = 0x55ad6de8fcf0, strterm = 0x55ad6de8fcf0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139708167506230, node = 0x7f1057b24936 <compile_tree+5558>, id = 139708167506230, num = 1471301942, tbl = 0x7f1057b24936 <compile_tree+5558>, vars = 0x7f1057b24936 <compile_tree+5558>, strterm = 0x7f1057b24936 <compile_tree+5558>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 176, node = 0xb0, id = 176, num = 176, tbl = 0xb0, vars = 0xb0, strterm = 0xb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94203360878336, node = 0x55ad6ddc9f00, id = 94203360878336, num = 1843175168, tbl = 0x55ad6ddc9f00, vars = 0x55ad6ddc9f00, strterm = 0x55ad6ddc9f00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139708163431552, node = 0x7f1057741c80 <main_arena>, id = 139708163431552, num = 1467227264, tbl = 0x7f1057741c80 <main_arena>, vars = 0x7f1057741c80 <main_arena>, strterm = 0x7f1057741c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 7444467101504376064, node = 0x67500f62e7400d00, id = 7444467101504376064, num = -415232768, tbl = 0x67500f62e7400d00, vars = 0x67500f62e7400d00, strterm = 0x67500f62e7400d00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94203362408416, node = 0x55ad6df3f7e0, id = 94203362408416, num = 1844705248, tbl = 0x55ad6df3f7e0, vars = 0x55ad6df3f7e0, strterm = 0x55ad6df3f7e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94203361375328, node = 0x55ad6de43460, id = 94203361375328, num = 1843672160, tbl = 0x55ad6de43460, vars = 0x55ad6de43460, strterm = 0x55ad6de43460, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 12884902497, node = 0x300000261, id = 12884902497, num = 609, tbl = 0x300000261, vars = 0x300000261, strterm = 0x300000261, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}}
yyvs = <optimized out>
yyvsp = <optimized out>
yylsa = {{beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 2, column = 19}}, {beg_pos = {lineno = 2, column = 20}, end_pos = {lineno = 2, column = 20}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 4, column = 5}}, {beg_pos = {lineno = 4, column = 6}, end_pos = {lineno = 4, column = 25}}, {beg_pos = {lineno = 4, column = 26}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 4, column = 49}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 5, column = 2}, end_pos = {lineno = 879, column = 5}}, {beg_pos = {lineno = 879, column = 6}, end_pos = {lineno = 879, column = 6}}, {beg_pos = {lineno = 881, column = 2}, end_pos = {lineno = 881, column = 23}}, {beg_pos = {lineno = 881, column = 23}, end_pos = {lineno = 881, column = 24}}, {beg_pos = {lineno = 881, column = 24}, end_pos = {lineno = 881, column = 24}}, {beg_pos = {lineno = 882, column = 4}, end_pos = {lineno = 1078, column = 7}}, {beg_pos = {lineno = 1078, column = 8}, end_pos = {lineno = 1078, column = 8}}, {beg_pos = {lineno = 1070, column = 4}, end_pos = {lineno = 1078, column = 7}}, {beg_pos = {lineno = 1070, column = 17}, end_pos = {lineno = 1078, column = 7}}, {beg_pos = {lineno = 1070, column = 19}, end_pos = {lineno = 1077, column = 10}}, {beg_pos = {lineno = 1078, column = 4}, end_pos = {lineno = 1078, column = 7}}, {beg_pos = {lineno = 1070, column = 19}, end_pos = {lineno = 1070, column = 19}}, {beg_pos = {lineno = 1070, column = 19}, end_pos = {lineno = 1070, column = 19}}, {beg_pos = {lineno = 1071, column = 6}, end_pos = {lineno = 1077, column = 10}}, {beg_pos = {lineno = 1077, column = 10}, end_pos = {lineno = 1077, column = 10}}, {beg_pos = {lineno = 1077, column = 10}, end_pos = {lineno = 1077, column = 10}}, {beg_pos = {lineno = 1077, column = 6}, end_pos = {lineno = 1077, column = 9}}, {beg_pos = {lineno = 1071, column = 37}, end_pos = {lineno = 1071, column = 37}}, {beg_pos = {lineno = 1071, column = 38}, end_pos = {lineno = 1071, column = 41}}, {beg_pos = {lineno = 1072, column = 8}, end_pos = {lineno = 1076, column = 12}}, {beg_pos = {lineno = 1076, column = 12}, end_pos = {lineno = 1076, column = 12}}, {beg_pos = {lineno = 1076, column = 12}, end_pos = {lineno = 1076, column = 12}}, {beg_pos = {lineno = 1073, column = 8}, end_pos = {lineno = 1075, column = 15}}, {beg_pos = {lineno = 1076, column = 8}, end_pos = {lineno = 1076, column = 11}}, {beg_pos = {lineno = 1073, column = 10}, end_pos = {lineno = 1073, column = 10}}, {beg_pos = {lineno = 1073, column = 11}, end_pos = {lineno = 1073, column = 20}}, {beg_pos = {lineno = 1073, column = 21}, end_pos = {lineno = 1073, column = 21}}, {beg_pos = {lineno = 1073, column = 21}, end_pos = {lineno = 1073, column = 21}}, {beg_pos = {lineno = 1074, column = 10}, end_pos = {lineno = 1075, column = 15}}, {beg_pos = {lineno = 1075, column = 15}, end_pos = {lineno = 1075, column = 15}}, {beg_pos = {lineno = 1075, column = 10}, end_pos = {lineno = 1075, column = 14}}, {beg_pos = {lineno = 1074, column = 27}, end_pos = {lineno = 1074, column = 28}}, {beg_pos = {lineno = 1074, column = 27}, end_pos = {lineno = 1074, column = 28}}, {beg_pos = {lineno = 1046, column = 26}, end_pos = {lineno = 1046, column = 30}}, {beg_pos = {lineno = 1046, column = 30}, end_pos = {lineno = 1046, column = 31}}, {beg_pos = {lineno = 270, column = 26}, end_pos = {lineno = 270, column = 27}}, {beg_pos = {lineno = 270, column = 27}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 28}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 29}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 270, column = 31}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1842555472, column = 21933}}, {beg_pos = {lineno = 1843675264, column = 21933}, end_pos = {lineno = -247881905, column = 259949}}, {beg_pos = {lineno = 1471935152, column = 32528}, end_pos = {lineno = -1020389904, column = 32764}}, {beg_pos = {lineno = 1463518712, column = 32528}, end_pos = {lineno = 1471510176, column = 32528}}, {beg_pos = {lineno = -247881905, column = 259949}, end_pos = {lineno = 1463518712, column = 32528}}, {beg_pos = {lineno = 0, column = 32528}, end_pos = {lineno = 10, column = 2}}, {beg_pos = {lineno = 1474581248, column = 32528}, end_pos = {lineno = 1463518712, column = 32528}}, {beg_pos = {lineno = 1843675264, column = 21933}, end_pos = {lineno = -415232768, column = 1733300066}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1463518712, column = 32528}, end_pos = {lineno = 1471952708, column = 32528}}, {beg_pos = {lineno = 1446246624, column = 32528}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1463518712, column = 32528}, end_pos = {lineno = 1471975130, column = 32528}}, {beg_pos = {lineno = 1473168096, column = 32528}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1843675264, column = 21933}, end_pos = {lineno = 1471910351, column = 32528}}, {beg_pos = {lineno = 1842364640, column = 21933}, end_pos = {lineno = 1470237926, column = 32528}}, {beg_pos = {lineno = 190, column = 0}, end_pos = {lineno = 1470285705, column = 32528}}, {beg_pos = {lineno = 1463518712, column = 32528}, end_pos = {lineno = 1463518712, column = 32528}}, {beg_pos = {lineno = 1842368800, column = 21933}, end_pos = {lineno = 1846196512, column = 21933}}, {beg_pos = {lineno = 71, column = 0}, end_pos = {lineno = 1471990661, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = 1846196368, column = 0}, end_pos = {lineno = 1471910351, column = 32528}}, {beg_pos = {lineno = 1842364640, column = 21933}, end_pos = {lineno = 1470237926, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1470285705, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 1471910351, column = 32528}}, {beg_pos = {lineno = 1842364640, column = 21933}, end_pos = {lineno = 1470237926, column = 32528}}, {beg_pos = {lineno = 208, column = 0}, end_pos = {lineno = 1470285705, column = 32528}}, {beg_pos = {lineno = 99902649, column = 0}, end_pos = {lineno = 1469153240, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1471910351, column = 32528}}, {beg_pos = {lineno = 1842364640, column = 21933}, end_pos = {lineno = 1470237926, column = 32528}}, {beg_pos = {lineno = 1842364256, column = 21933}, end_pos = {lineno = 1470285705, column = 32528}}, {beg_pos = {lineno = 5, column = 1}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1402603392, column = 32528}, end_pos = {lineno = -415232768, column = 1733300066}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1471910351, column = 32528}}, {beg_pos = {lineno = 1843176368, column = 21933}, end_pos = {lineno = 1470285705, column = 32528}}, {beg_pos = {lineno = 1843036976, column = 21933}, end_pos = {lineno = 1470285705, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = -1020389544, column = 32764}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 28, column = 0}, end_pos = {lineno = -415232768, column = 1733300066}}, {beg_pos = {lineno = 1463633472, column = 32528}, end_pos = {lineno = 1470222398, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -415232768, column = 1733300066}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1024, column = 0}}, {beg_pos = {lineno = 1471933248, column = 32528}, end_pos = {lineno = 1470291120, column = 32528}}, {beg_pos = {lineno = 1463518792, column = 32528}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = -1020389392, column = 32764}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 1842365944, column = 21933}}, {beg_pos = {lineno = 258, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1842364680, column = 21933}, end_pos = {lineno = 1842364640, column = 21933}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1465964253, column = 32528}}, {beg_pos = {lineno = 1008, column = 0}, end_pos = {lineno = 1470239522, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 58238574, column = 0}}, {beg_pos = {lineno = -1020389216, column = 32764}, end_pos = {lineno = -1020389232, column = 32764}}, {beg_pos = {lineno = -858993459, column = -858993460}, end_pos = {lineno = 1470290383, column = 32528}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = -1020389232, column = 32764}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 1474634620, column = 32528}}, {beg_pos = {lineno = 1467285504, column = 32528}, end_pos = {lineno = 1465043664, column = 32528}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = 1465037212, column = 32528}}, {beg_pos = {lineno = 1843984544, column = 21933}, end_pos = {lineno = 1474635753, column = 32528}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = 1474634407, column = 32528}}, {beg_pos = {lineno = 1474581248, column = 32528}, end_pos = {lineno = 1469154800, column = 32528}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = 1469150168, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1474635753, column = 32528}}, {beg_pos = {lineno = 913, column = 0}, end_pos = {lineno = 1469204480, column = 32528}}, {beg_pos = {lineno = 1474581248, column = 32528}, end_pos = {lineno = -1020388888, column = 32764}}, {beg_pos = {lineno = -1020388892, column = 32764}, end_pos = {lineno = 1403376313, column = 32528}}, {beg_pos = {lineno = 1469204480, column = 32528}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -1020388892, column = 32764}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = 1842951680, column = 21933}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 0, column = 21933}, end_pos = {lineno = 1403378194, column = 32528}}, {beg_pos = {lineno = 1403375712, column = 32528}, end_pos = {lineno = -1020388688, column = 32764}}, {beg_pos = {lineno = -1020388704, column = 32764}, end_pos = {lineno = 226653313, column = 0}}, {beg_pos = {lineno = 1, column = 32764}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 1844005680, column = 21933}, end_pos = {lineno = -1020388768, column = 32764}}, {beg_pos = {lineno = -1020388752, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -1020388544, column = 32764}, end_pos = {lineno = 1403378194, column = 32528}}, {beg_pos = {lineno = 1844005680, column = 21933}, end_pos = {lineno = -1020388704, column = 32764}}, {beg_pos = {lineno = -1020388688, column = 32764}, end_pos = {lineno = 1474638353, column = 32528}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1844004800, column = 21933}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1844004800, column = 21933}}, {beg_pos = {lineno = 1465077552, column = 1}, end_pos = {lineno = 1844005680, column = 21933}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32764}}, {beg_pos = {lineno = 0, column = 32764}, end_pos = {lineno = 0, column = 119}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -952662486, column = 0}}, {beg_pos = {lineno = 1469176712, column = 32528}, end_pos = {lineno = 1474581248, column = 32528}}, {beg_pos = {lineno = 1844004800, column = 21933}, end_pos = {lineno = 1403646080, column = 32528}}, {beg_pos = {lineno = 1845828960, column = 21933}, end_pos = {lineno = 1845828208, column = 21933}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1474666353, column = 32528}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 134, column = 0}}, {beg_pos = {lineno = 1844004800, column = 21933}, end_pos = {lineno = 1403647048, column = 32528}}, {beg_pos = {lineno = 1844011200, column = 21933}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 1402265552, column = 32528}, end_pos = {lineno = 1474666353, column = 32528}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1469176712, column = 32528}, end_pos = {lineno = 1470696896, column = 32528}}, {beg_pos = {lineno = 17496, column = 0}, end_pos = {lineno = -1020387536, column = 32764}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 1844011200, column = 21933}, end_pos = {lineno = 1474678190, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1403626336, column = 32528}}, {beg_pos = {lineno = -1020392514, column = 32764}, end_pos = {lineno = -1020387712, column = 32764}}, {beg_pos = {lineno = 1402260432, column = 32528}, end_pos = {lineno = -1020392908, column = 32764}}, {beg_pos = {lineno = -1020392912, column = 32764}, end_pos = {lineno = 1844005680, column = 21933}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 1474635753, column = 32528}}, {beg_pos = {lineno = 1469193296, column = 32528}, end_pos = {lineno = 1474581248, column = 32528}}, {beg_pos = {lineno = 1474581248, column = 32528}, end_pos = {lineno = -1020388184, column = 32764}}, {beg_pos = {lineno = -1020388188, column = 32764}, end_pos = {lineno = 1474581248, column = 32528}}, {beg_pos = {lineno = 1463758872, column = 32528}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 49178, column = 0}, end_pos = {lineno = 1402704632, column = 32528}}, {beg_pos = {lineno = 1463832992, column = 32528}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1842368800, column = 21933}, end_pos = {lineno = 1464880400, column = 32528}}, {beg_pos = {lineno = 609, column = 4}, end_pos = {lineno = 609, column = 4}}, {beg_pos = {lineno = 1381132393, column = 174046}, end_pos = {lineno = 1845280752, column = 21933}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1464880400, column = 32528}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = -1}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 609, column = 3}}, {beg_pos = {lineno = 608, column = 6}, end_pos = {lineno = 608, column = 6}}, {beg_pos = {lineno = 0, column = 1138753536}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 141962371, column = 2121897806}, end_pos = {lineno = 1845820481, column = 21933}}, {beg_pos = {lineno = 1469196152, column = 2}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 6, column = -2147483648}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1469718835, column = 32528}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1467227360, column = 32528}}, {beg_pos = {lineno = 1845607560, column = 21933}, end_pos = {lineno = 6, column = -2147483648}}, {beg_pos = {lineno = 141962371, column = 2121897806}, end_pos = {lineno = 1845326208, column = 21933}}, {beg_pos = {lineno = 1842368360, column = 21933}, end_pos = {lineno = 1467227264, column = 32528}}, {beg_pos = {lineno = 1912, column = 0}, end_pos = {lineno = 118, column = 0}}, {beg_pos = {lineno = 1920, column = 0}, end_pos = {lineno = 120, column = 0}}, {beg_pos = {lineno = 94, column = 0}, end_pos = {lineno = 1465698369, column = 32528}}, {beg_pos = {lineno = 1467227360, column = 32528}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = -272, column = -1}}, {beg_pos = {lineno = 0, column = 78}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 141962371, column = 2121897806}}, {beg_pos = {lineno = 134, column = 0}, end_pos = {lineno = 1952, column = 0}}, {beg_pos = {lineno = 30, column = 0}, end_pos = {lineno = 120, column = 78}}, {beg_pos = {lineno = 3, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 124, column = 119}}}
yyls = <optimized out>
yylsp = <optimized out>
yyn = <optimized out>
yyresult = <optimized out>
yytoken = <optimized out>
yyval = {val = 139708159981720, node = 0x7f10573f7898, id = 139708159981720, num = 1463777432, tbl = 0x7f10573f7898, vars = 0x7f10573f7898, strterm = 0x7f10573f7898, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}
yyloc = {beg_pos = {lineno = 1078, column = 8}, end_pos = {lineno = 1078, column = 8}}
yyerror_range = <optimized out>
yymsgbuf = "n\000\000\000^\000\000\000@k\212S\020\177\000\000x\320\227S\020\177\000\000\200\034tW\020\177\000\000x\a\000\000\000\000\000\000v\000\000\000\000\000\000\000x\a\000\000\000\000\000\000\220MPW\020\177\000\000\000\000\000\000\000\000\000\000\342\322\\W\020\177\000\000\320q\005n\255U\000\000@k\212S\020\177\000\000\020\213\373m\255U\000\000\340@\320m\255U\000\000\004\000\000\000\000\000\000\000\260(\243W\020\177\000"
yymsg = 0x7ffcc32e1ea0 "n"
yymsg_alloc = 128
yylen = 0
yyabortlab = <optimized out>
yyerrorlab = <optimized out>
#49 0x00007f1053a815b2 in ripper_parse0 (parser_v=parser_v@entry=139708097784600) at /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:14371
p = 0x55ad6dfb8b10
#50 0x00007f1057a0efe6 in rb_ensure (b_proc=b_proc@entry=0x7f1053a814d0 <ripper_parse0>, data1=data1@entry=139708097784600, e_proc=e_proc@entry=0x7f1053a63ae0 <ripper_ensure>, data2=data2@entry=139708097784600) at /tmp/ruby/src/trunk-random2/eval.c:1005
_ec = 0x55ad6dd05120
_tag = {tag = 36, retval = 94201517703229, buf = {0x7f10538a6b18, 0x7f1057a0f0d0 <rb_ensure+528>, 0x0, 0x7ffcc32e1f90, 0x0}, prev = 0x7ffcc32e2310, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x55ad6dd05120
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f1053a63ae0 <ripper_ensure>, data2 = 139708097784600}}
#51 0x00007f1053a64315 in ripper_parse (self=139708097784600) at /tmp/ruby/build/trunk-random2/ext/ripper/ripper.y:14409
p = 0x55ad6dfb8b10
#52 0x00007f1057bd2ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f1057504d90, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
ci = 0x8601001c0001
cc = <optimized out>
val = <optimized out>
me = 0x7f10573f3018
cfunc = 0x55ad6de960c8
recv = <optimized out>
frame_type = <optimized out>
len = <optimized out>
block_handler = <optimized out>
ci = <optimized out>
cc = <optimized out>
val = <optimized out>
me = <optimized out>
cfunc = <optimized out>
recv = <optimized out>
block_handler = <optimized out>
frame_type = <optimized out>
len = <optimized out>
args = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
args = <optimized out>
#53 vm_call_cfunc_with_frame (ec=0x55ad6dd05120, reg_cfp=0x7f1057504d90, calling=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
argc = 0
stack_bottom = <optimized out>
argv = <optimized out>
#54 0x00007f1057be225d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_callinfo.h:368
val = 1
ci = 0x0
cc = <optimized out>
recv = 1754658
argc = <optimized out>
calling = {ci = 0x8601001c0001, cc = 0x7f105394cbf8, block_handler = 0, recv = 139708097784600, argc = 0, kw_splat = false}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#55 vm_exec_core (ec=0x55ad6dd05120, initial=1754658) at ../../src/trunk-random2/insns.def:835
bh = <optimized out>
cd = 0x1ac622
leaf = <optimized out>
val = 1
reg_pc = 0x55ad6e0211b8
reg_cfp = 0x7f1057504d90
insns_address_table = {0x7f1057be49cf <vm_exec_core+10351>, 0x7f1057be23d9 <vm_exec_core+633>, 0x7f1057be458e <vm_exec_core+9262>, 0x7f1057be4514 <vm_exec_core+9140>, 0x7f1057be449d <vm_exec_core+9021>, 0x7f1057be441e <vm_exec_core+8894>, 0x7f1057be439e <vm_exec_core+8766>, 0x7f1057be4342 <vm_exec_core+8674>, 0x7f1057be42e7 <vm_exec_core+8583>, 0x7f1057be4297 <vm_exec_core+8503>, 0x7f1057be411c <vm_exec_core+8124>, 0x7f1057be3f71 <vm_exec_core+7697>, 0x7f1057be3e86 <vm_exec_core+7462>, 0x7f1057be3e17 <vm_exec_core+7351>, 0x7f1057be3daa <vm_exec_core+7242>, 0x7f1057be3d6f <vm_exec_core+7183>, 0x7f1057be3d39 <vm_exec_core+7129>, 0x7f1057be3d06 <vm_exec_core+7078>, 0x7f1057be45fa <vm_exec_core+9370>, 0x7f1057be3067 <vm_exec_core+3847>, 0x7f1057be2ff9 <vm_exec_core+3737>, 0x7f1057be2fbe <vm_exec_core+3678>, 0x7f1057be2f68 <vm_exec_core+3592>, 0x7f1057be2f24 <vm_exec_core+3524>, 0x7f1057be2e9d <vm_exec_core+3389>, 0x7f1057be2e68 <vm_exec_core+3336>, 0x7f1057be2e0d <vm_exec_core+3245>, 0x7f1057be2d95 <vm_exec_core+3125>, 0x7f1057be2d5d <vm_exec_core+3069>, 0x7f1057be2d25 <vm_exec_core+3013>, 0x7f1057be2b30 <vm_exec_core+2512>, 0x7f1057be2a9f <vm_exec_core+2367>, 0x7f1057be2a42 <vm_exec_core+2274>, 0x7f1057be29c9 <vm_exec_core+2153>, 0x7f1057be3709 <vm_exec_core+5545>, 0x7f1057be36e4 <vm_exec_core+5508>, 0x7f1057be36ab <vm_exec_core+5451>, 0x7f1057be365b <vm_exec_core+5371>, 0x7f1057be3629 <vm_exec_core+5321>, 0x7f1057be353e <vm_exec_core+5086>, 0x7f1057be34f9 <vm_exec_core+5017>, 0x7f1057be34b3 <vm_exec_core+4947>, 0x7f1057be3483 <vm_exec_core+4899>, 0x7f1057be33b8 <vm_exec_core+4696>, 0x7f1057be3423 <vm_exec_core+4803>, 0x7f1057be3288 <vm_exec_core+4392>, 0x7f1057be321b <vm_exec_core+4283>, 0x7f1057be318e <vm_exec_core+4142>, 0x7f1057be30d2 <vm_exec_core+3954>, 0x7f1057be309a <vm_exec_core+3898>, 0x7f1057be3c07 <vm_exec_core+6823>, 0x7f1057be3af4 <vm_exec_core+6548>, 0x7f1057be21b8 <vm_exec_core+88>, 0x7f1057be3c82 <vm_exec_core+6946>, 0x7f1057be384d <vm_exec_core+5869>, 0x7f1057be4b17 <vm_exec_core+10679>, 0x7f1057be3803 <vm_exec_core+5795>, 0x7f1057be37aa <vm_exec_core+5706>, 0x7f1057be3751 <vm_exec_core+5617>, 0x7f1057be39e6 <vm_exec_core+6278>, 0x7f1057be3910 <vm_exec_core+6064>, 0x7f1057be3897 <vm_exec_core+5943>, 0x7f1057be496e <vm_exec_core+10254>, 0x7f1057be3c4a <vm_exec_core+6890>, 0x7f1057be3a9d <vm_exec_core+6461>, 0x7f1057be282a <vm_exec_core+1738>, 0x7f1057be27f0 <vm_exec_core+1680>, 0x7f1057be2922 <vm_exec_core+1986>, 0x7f1057be2881 <vm_exec_core+1825>, 0x7f1057be4dff <vm_exec_core+11423>, 0x7f1057be4d56 <vm_exec_core+11254>, 0x7f1057be4fd6 <vm_exec_core+11894>, 0x7f1057be4f63 <vm_exec_core+11779>, 0x7f1057be4ebd <vm_exec_core+11613>, 0x7f1057be4e61 <vm_exec_core+11521>, 0x7f1057be5383 <vm_exec_core+12835>, 0x7f1057be52e6 <vm_exec_core+12678>, 0x7f1057be524e <vm_exec_core+12526>, 0x7f1057be51b1 <vm_exec_core+12369>, 0x7f1057be5119 <vm_exec_core+12217>, 0x7f1057be4a58 <vm_exec_core+10488>, 0x7f1057be50ce <vm_exec_core+12142>, 0x7f1057be5078 <vm_exec_core+12056>, 0x7f1057be4be5 <vm_exec_core+10885>, 0x7f1057be4b5b <vm_exec_core+10747>, 0x7f1057be2783 <vm_exec_core+1571>, 0x7f1057be2725 <vm_exec_core+1477>, 0x7f1057be4d22 <vm_exec_core+11202>, 0x7f1057be4cee <vm_exec_core+11150>, 0x7f1057be4c9d <vm_exec_core+11069>, 0x7f1057be4c4e <vm_exec_core+10990>, 0x7f1057be4a8b <vm_exec_core+10539>, 0x7f1057be49e0 <vm_exec_core+10368>, 0x7f1057be26b8 <vm_exec_core+1368>, 0x7f1057be2661 <vm_exec_core+1281>, 0x7f1057be25de <vm_exec_core+1150>, 0x7f1057be2599 <vm_exec_core+1081>, 0x7f1057be254c <vm_exec_core+1004>, 0x7f1057be24ff <vm_exec_core+927>, 0x7f1057be24aa <vm_exec_core+842>, 0x7f1057be2477 <vm_exec_core+791>, 0x7f1057be2444 <vm_exec_core+740>, 0x7f1057be4afb <vm_exec_core+10651>, 0x7f1057be23ca <vm_exec_core+618>, 0x7f1057be457f <vm_exec_core+9247>, 0x7f1057be4505 <vm_exec_core+9125>, 0x7f1057be448e <vm_exec_core+9006>, 0x7f1057be440f <vm_exec_core+8879>, 0x7f1057be438f <vm_exec_core+8751>, 0x7f1057be4333 <vm_exec_core+8659>, 0x7f1057be42d8 <vm_exec_core+8568>, 0x7f1057be4288 <vm_exec_core+8488>, 0x7f1057be410d <vm_exec_core+8109>, 0x7f1057be3f62 <vm_exec_core+7682>, 0x7f1057be3e77 <vm_exec_core+7447>, 0x7f1057be3e08 <vm_exec_core+7336>, 0x7f1057be3d9b <vm_exec_core+7227>, 0x7f1057be3d60 <vm_exec_core+7168>, 0x7f1057be3d2a <vm_exec_core+7114>, 0x7f1057be3cf7 <vm_exec_core+7063>, 0x7f1057be45eb <vm_exec_core+9355>, 0x7f1057be3058 <vm_exec_core+3832>, 0x7f1057be2fea <vm_exec_core+3722>, 0x7f1057be2faf <vm_exec_core+3663>, 0x7f1057be2f59 <vm_exec_core+3577>, 0x7f1057be2f15 <vm_exec_core+3509>, 0x7f1057be2e8e <vm_exec_core+3374>, 0x7f1057be2e59 <vm_exec_core+3321>, 0x7f1057be2dfe <vm_exec_core+3230>, 0x7f1057be2d86 <vm_exec_core+3110>, 0x7f1057be2d4e <vm_exec_core+3054>, 0x7f1057be2d16 <vm_exec_core+2998>, 0x7f1057be2b21 <vm_exec_core+2497>, 0x7f1057be2a90 <vm_exec_core+2352>, 0x7f1057be2a33 <vm_exec_core+2259>, 0x7f1057be29ba <vm_exec_core+2138>, 0x7f1057be36fa <vm_exec_core+5530>, 0x7f1057be36d5 <vm_exec_core+5493>, 0x7f1057be369c <vm_exec_core+5436>, 0x7f1057be364c <vm_exec_core+5356>, 0x7f1057be361a <vm_exec_core+5306>, 0x7f1057be352f <vm_exec_core+5071>, 0x7f1057be34ea <vm_exec_core+5002>, 0x7f1057be34a4 <vm_exec_core+4932>, 0x7f1057be3474 <vm_exec_core+4884>, 0x7f1057be33a9 <vm_exec_core+4681>, 0x7f1057be3414 <vm_exec_core+4788>, 0x7f1057be3279 <vm_exec_core+4377>, 0x7f1057be320c <vm_exec_core+4268>, 0x7f1057be317f <vm_exec_core+4127>, 0x7f1057be30c3 <vm_exec_core+3939>, 0x7f1057be308b <vm_exec_core+3883>, 0x7f1057be3bf8 <vm_exec_core+6808>, 0x7f1057be3ae5 <vm_exec_core+6533>, 0x7f1057be55a3 <vm_exec_core+13379>, 0x7f1057be3c73 <vm_exec_core+6931>, 0x7f1057be383e <vm_exec_core+5854>, 0x7f1057be558f <vm_exec_core+13359>, 0x7f1057be37f4 <vm_exec_core+5780>, 0x7f1057be379b <vm_exec_core+5691>, 0x7f1057be3742 <vm_exec_core+5602>, 0x7f1057be39d7 <vm_exec_core+6263>, 0x7f1057be3901 <vm_exec_core+6049>, 0x7f1057be3888 <vm_exec_core+5928>, 0x7f1057be495f <vm_exec_core+10239>, 0x7f1057be3c3b <vm_exec_core+6875>, 0x7f1057be3a8e <vm_exec_core+6446>, 0x7f1057be281b <vm_exec_core+1723>, 0x7f1057be27e1 <vm_exec_core+1665>, 0x7f1057be2913 <vm_exec_core+1971>, 0x7f1057be2872 <vm_exec_core+1810>, 0x7f1057be557b <vm_exec_core+13339>, 0x7f1057be5567 <vm_exec_core+13319>, 0x7f1057be5553 <vm_exec_core+13299>, 0x7f1057be553f <vm_exec_core+13279>, 0x7f1057be552b <vm_exec_core+13259>, 0x7f1057be5517 <vm_exec_core+13239>, 0x7f1057be54fc <vm_exec_core+13212>, 0x7f1057be54e8 <vm_exec_core+13192>, 0x7f1057be54d4 <vm_exec_core+13172>, 0x7f1057be54c0 <vm_exec_core+13152>, 0x7f1057be54ac <vm_exec_core+13132>, 0x7f1057be5498 <vm_exec_core+13112>, 0x7f1057be5484 <vm_exec_core+13092>, 0x7f1057be5470 <vm_exec_core+13072>, 0x7f1057be545c <vm_exec_core+13052>, 0x7f1057be5448 <vm_exec_core+13032>, 0x7f1057be2774 <vm_exec_core+1556>, 0x7f1057be2716 <vm_exec_core+1462>, 0x7f1057be5434 <vm_exec_core+13012>, 0x7f1057be5420 <vm_exec_core+12992>, 0x7f1057be540c <vm_exec_core+12972>, 0x7f1057be53f8 <vm_exec_core+12952>, 0x7f1057be21a1 <vm_exec_core+65>, 0x7f1057be21a5 <vm_exec_core+69>, 0x7f1057be26a9 <vm_exec_core+1353>, 0x7f1057be2652 <vm_exec_core+1266>, 0x7f1057be25cf <vm_exec_core+1135>, 0x7f1057be258a <vm_exec_core+1066>, 0x7f1057be253d <vm_exec_core+989>...}
#56 0x00007f1057be89fb in rb_vm_exec (ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:2366
_ec = 0x55ad6dd05120
_tag = {tag = 36, retval = 4, buf = {0x55ad6dd05120, 0x7f1057be81f0 <rb_vm_exec+400>, 0x0, 0x7ffcc32e2240, 0x7f1057405120}, prev = 0x7ffcc32e26f0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#57 0x00007f1057be8bf9 in eval_string_with_cref (self=<optimized out>, src=139708097784560, cref=0x7f10538a6ac8, file=139708098662680, line=1) at /tmp/ruby/src/trunk-random2/vm_eval.c:1701
ec = 0x55ad6dd05120
block = {as = {captured = {self = 139708097784600, ep = 0x7f1057405150, code = {iseq = 0x7f1053a1f3c8, ifunc = 0x7f1053a1f3c8, val = 139708099326920}}, symbol = 139708097784600, proc = 139708097784600}, type = block_type_iseq}
iseq = 0x7f10538a69b0
cfp = <optimized out>
#58 0x00007f1057bf8f6a in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=139708097784600) at /tmp/ruby/src/trunk-random2/vm_eval.c:1946
cref = 0x7f10538a6ac8
#59 specific_eval (kw_splat=<optimized out>, singleton=1, self=<optimized out>, argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_eval.c:1970
file = 139708098662680
line = <optimized out>
code = 139708097784560
#60 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=139708097784600) at /tmp/ruby/src/trunk-random2/vm_eval.c:2010
No locals.
#61 0x00007f1057bd2ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7f1057504e10, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
ci = 0x254100100005
cc = <optimized out>
val = <optimized out>
me = 0x7f10573a6e70
cfunc = 0x55ad6dd47e08
recv = <optimized out>
frame_type = <optimized out>
len = <optimized out>
block_handler = <optimized out>
ci = <optimized out>
cc = <optimized out>
val = <optimized out>
me = <optimized out>
cfunc = <optimized out>
recv = <optimized out>
block_handler = <optimized out>
frame_type = <optimized out>
len = <optimized out>
args = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
args = <optimized out>
#62 vm_call_cfunc_with_frame (ec=0x55ad6dd05120, reg_cfp=0x7f1057504e10, calling=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
argc = 2
stack_bottom = <optimized out>
argv = <optimized out>
#63 0x00007f1057be225d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_callinfo.h:368
val = 1
ci = 0x0
cc = <optimized out>
recv = 1754658
argc = <optimized out>
calling = {ci = 0x254100100005, cc = 0x7f105394d850, block_handler = 0, recv = 139708097784600, argc = 2, kw_splat = false}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#64 vm_exec_core (ec=0x55ad6dd05120, initial=1754658) at ../../src/trunk-random2/insns.def:835
bh = <optimized out>
cd = 0x1ac622
leaf = <optimized out>
val = 1
reg_pc = 0x55ad6de2c138
reg_cfp = 0x7f1057504e10
insns_address_table = {0x7f1057be49cf <vm_exec_core+10351>, 0x7f1057be23d9 <vm_exec_core+633>, 0x7f1057be458e <vm_exec_core+9262>, 0x7f1057be4514 <vm_exec_core+9140>, 0x7f1057be449d <vm_exec_core+9021>, 0x7f1057be441e <vm_exec_core+8894>, 0x7f1057be439e <vm_exec_core+8766>, 0x7f1057be4342 <vm_exec_core+8674>, 0x7f1057be42e7 <vm_exec_core+8583>, 0x7f1057be4297 <vm_exec_core+8503>, 0x7f1057be411c <vm_exec_core+8124>, 0x7f1057be3f71 <vm_exec_core+7697>, 0x7f1057be3e86 <vm_exec_core+7462>, 0x7f1057be3e17 <vm_exec_core+7351>, 0x7f1057be3daa <vm_exec_core+7242>, 0x7f1057be3d6f <vm_exec_core+7183>, 0x7f1057be3d39 <vm_exec_core+7129>, 0x7f1057be3d06 <vm_exec_core+7078>, 0x7f1057be45fa <vm_exec_core+9370>, 0x7f1057be3067 <vm_exec_core+3847>, 0x7f1057be2ff9 <vm_exec_core+3737>, 0x7f1057be2fbe <vm_exec_core+3678>, 0x7f1057be2f68 <vm_exec_core+3592>, 0x7f1057be2f24 <vm_exec_core+3524>, 0x7f1057be2e9d <vm_exec_core+3389>, 0x7f1057be2e68 <vm_exec_core+3336>, 0x7f1057be2e0d <vm_exec_core+3245>, 0x7f1057be2d95 <vm_exec_core+3125>, 0x7f1057be2d5d <vm_exec_core+3069>, 0x7f1057be2d25 <vm_exec_core+3013>, 0x7f1057be2b30 <vm_exec_core+2512>, 0x7f1057be2a9f <vm_exec_core+2367>, 0x7f1057be2a42 <vm_exec_core+2274>, 0x7f1057be29c9 <vm_exec_core+2153>, 0x7f1057be3709 <vm_exec_core+5545>, 0x7f1057be36e4 <vm_exec_core+5508>, 0x7f1057be36ab <vm_exec_core+5451>, 0x7f1057be365b <vm_exec_core+5371>, 0x7f1057be3629 <vm_exec_core+5321>, 0x7f1057be353e <vm_exec_core+5086>, 0x7f1057be34f9 <vm_exec_core+5017>, 0x7f1057be34b3 <vm_exec_core+4947>, 0x7f1057be3483 <vm_exec_core+4899>, 0x7f1057be33b8 <vm_exec_core+4696>, 0x7f1057be3423 <vm_exec_core+4803>, 0x7f1057be3288 <vm_exec_core+4392>, 0x7f1057be321b <vm_exec_core+4283>, 0x7f1057be318e <vm_exec_core+4142>, 0x7f1057be30d2 <vm_exec_core+3954>, 0x7f1057be309a <vm_exec_core+3898>, 0x7f1057be3c07 <vm_exec_core+6823>, 0x7f1057be3af4 <vm_exec_core+6548>, 0x7f1057be21b8 <vm_exec_core+88>, 0x7f1057be3c82 <vm_exec_core+6946>, 0x7f1057be384d <vm_exec_core+5869>, 0x7f1057be4b17 <vm_exec_core+10679>, 0x7f1057be3803 <vm_exec_core+5795>, 0x7f1057be37aa <vm_exec_core+5706>, 0x7f1057be3751 <vm_exec_core+5617>, 0x7f1057be39e6 <vm_exec_core+6278>, 0x7f1057be3910 <vm_exec_core+6064>, 0x7f1057be3897 <vm_exec_core+5943>, 0x7f1057be496e <vm_exec_core+10254>, 0x7f1057be3c4a <vm_exec_core+6890>, 0x7f1057be3a9d <vm_exec_core+6461>, 0x7f1057be282a <vm_exec_core+1738>, 0x7f1057be27f0 <vm_exec_core+1680>, 0x7f1057be2922 <vm_exec_core+1986>, 0x7f1057be2881 <vm_exec_core+1825>, 0x7f1057be4dff <vm_exec_core+11423>, 0x7f1057be4d56 <vm_exec_core+11254>, 0x7f1057be4fd6 <vm_exec_core+11894>, 0x7f1057be4f63 <vm_exec_core+11779>, 0x7f1057be4ebd <vm_exec_core+11613>, 0x7f1057be4e61 <vm_exec_core+11521>, 0x7f1057be5383 <vm_exec_core+12835>, 0x7f1057be52e6 <vm_exec_core+12678>, 0x7f1057be524e <vm_exec_core+12526>, 0x7f1057be51b1 <vm_exec_core+12369>, 0x7f1057be5119 <vm_exec_core+12217>, 0x7f1057be4a58 <vm_exec_core+10488>, 0x7f1057be50ce <vm_exec_core+12142>, 0x7f1057be5078 <vm_exec_core+12056>, 0x7f1057be4be5 <vm_exec_core+10885>, 0x7f1057be4b5b <vm_exec_core+10747>, 0x7f1057be2783 <vm_exec_core+1571>, 0x7f1057be2725 <vm_exec_core+1477>, 0x7f1057be4d22 <vm_exec_core+11202>, 0x7f1057be4cee <vm_exec_core+11150>, 0x7f1057be4c9d <vm_exec_core+11069>, 0x7f1057be4c4e <vm_exec_core+10990>, 0x7f1057be4a8b <vm_exec_core+10539>, 0x7f1057be49e0 <vm_exec_core+10368>, 0x7f1057be26b8 <vm_exec_core+1368>, 0x7f1057be2661 <vm_exec_core+1281>, 0x7f1057be25de <vm_exec_core+1150>, 0x7f1057be2599 <vm_exec_core+1081>, 0x7f1057be254c <vm_exec_core+1004>, 0x7f1057be24ff <vm_exec_core+927>, 0x7f1057be24aa <vm_exec_core+842>, 0x7f1057be2477 <vm_exec_core+791>, 0x7f1057be2444 <vm_exec_core+740>, 0x7f1057be4afb <vm_exec_core+10651>, 0x7f1057be23ca <vm_exec_core+618>, 0x7f1057be457f <vm_exec_core+9247>, 0x7f1057be4505 <vm_exec_core+9125>, 0x7f1057be448e <vm_exec_core+9006>, 0x7f1057be440f <vm_exec_core+8879>, 0x7f1057be438f <vm_exec_core+8751>, 0x7f1057be4333 <vm_exec_core+8659>, 0x7f1057be42d8 <vm_exec_core+8568>, 0x7f1057be4288 <vm_exec_core+8488>, 0x7f1057be410d <vm_exec_core+8109>, 0x7f1057be3f62 <vm_exec_core+7682>, 0x7f1057be3e77 <vm_exec_core+7447>, 0x7f1057be3e08 <vm_exec_core+7336>, 0x7f1057be3d9b <vm_exec_core+7227>, 0x7f1057be3d60 <vm_exec_core+7168>, 0x7f1057be3d2a <vm_exec_core+7114>, 0x7f1057be3cf7 <vm_exec_core+7063>, 0x7f1057be45eb <vm_exec_core+9355>, 0x7f1057be3058 <vm_exec_core+3832>, 0x7f1057be2fea <vm_exec_core+3722>, 0x7f1057be2faf <vm_exec_core+3663>, 0x7f1057be2f59 <vm_exec_core+3577>, 0x7f1057be2f15 <vm_exec_core+3509>, 0x7f1057be2e8e <vm_exec_core+3374>, 0x7f1057be2e59 <vm_exec_core+3321>, 0x7f1057be2dfe <vm_exec_core+3230>, 0x7f1057be2d86 <vm_exec_core+3110>, 0x7f1057be2d4e <vm_exec_core+3054>, 0x7f1057be2d16 <vm_exec_core+2998>, 0x7f1057be2b21 <vm_exec_core+2497>, 0x7f1057be2a90 <vm_exec_core+2352>, 0x7f1057be2a33 <vm_exec_core+2259>, 0x7f1057be29ba <vm_exec_core+2138>, 0x7f1057be36fa <vm_exec_core+5530>, 0x7f1057be36d5 <vm_exec_core+5493>, 0x7f1057be369c <vm_exec_core+5436>, 0x7f1057be364c <vm_exec_core+5356>, 0x7f1057be361a <vm_exec_core+5306>, 0x7f1057be352f <vm_exec_core+5071>, 0x7f1057be34ea <vm_exec_core+5002>, 0x7f1057be34a4 <vm_exec_core+4932>, 0x7f1057be3474 <vm_exec_core+4884>, 0x7f1057be33a9 <vm_exec_core+4681>, 0x7f1057be3414 <vm_exec_core+4788>, 0x7f1057be3279 <vm_exec_core+4377>, 0x7f1057be320c <vm_exec_core+4268>, 0x7f1057be317f <vm_exec_core+4127>, 0x7f1057be30c3 <vm_exec_core+3939>, 0x7f1057be308b <vm_exec_core+3883>, 0x7f1057be3bf8 <vm_exec_core+6808>, 0x7f1057be3ae5 <vm_exec_core+6533>, 0x7f1057be55a3 <vm_exec_core+13379>, 0x7f1057be3c73 <vm_exec_core+6931>, 0x7f1057be383e <vm_exec_core+5854>, 0x7f1057be558f <vm_exec_core+13359>, 0x7f1057be37f4 <vm_exec_core+5780>, 0x7f1057be379b <vm_exec_core+5691>, 0x7f1057be3742 <vm_exec_core+5602>, 0x7f1057be39d7 <vm_exec_core+6263>, 0x7f1057be3901 <vm_exec_core+6049>, 0x7f1057be3888 <vm_exec_core+5928>, 0x7f1057be495f <vm_exec_core+10239>, 0x7f1057be3c3b <vm_exec_core+6875>, 0x7f1057be3a8e <vm_exec_core+6446>, 0x7f1057be281b <vm_exec_core+1723>, 0x7f1057be27e1 <vm_exec_core+1665>, 0x7f1057be2913 <vm_exec_core+1971>, 0x7f1057be2872 <vm_exec_core+1810>, 0x7f1057be557b <vm_exec_core+13339>, 0x7f1057be5567 <vm_exec_core+13319>, 0x7f1057be5553 <vm_exec_core+13299>, 0x7f1057be553f <vm_exec_core+13279>, 0x7f1057be552b <vm_exec_core+13259>, 0x7f1057be5517 <vm_exec_core+13239>, 0x7f1057be54fc <vm_exec_core+13212>, 0x7f1057be54e8 <vm_exec_core+13192>, 0x7f1057be54d4 <vm_exec_core+13172>, 0x7f1057be54c0 <vm_exec_core+13152>, 0x7f1057be54ac <vm_exec_core+13132>, 0x7f1057be5498 <vm_exec_core+13112>, 0x7f1057be5484 <vm_exec_core+13092>, 0x7f1057be5470 <vm_exec_core+13072>, 0x7f1057be545c <vm_exec_core+13052>, 0x7f1057be5448 <vm_exec_core+13032>, 0x7f1057be2774 <vm_exec_core+1556>, 0x7f1057be2716 <vm_exec_core+1462>, 0x7f1057be5434 <vm_exec_core+13012>, 0x7f1057be5420 <vm_exec_core+12992>, 0x7f1057be540c <vm_exec_core+12972>, 0x7f1057be53f8 <vm_exec_core+12952>, 0x7f1057be21a1 <vm_exec_core+65>, 0x7f1057be21a5 <vm_exec_core+69>, 0x7f1057be26a9 <vm_exec_core+1353>, 0x7f1057be2652 <vm_exec_core+1266>, 0x7f1057be25cf <vm_exec_core+1135>, 0x7f1057be258a <vm_exec_core+1066>, 0x7f1057be253d <vm_exec_core+989>...}
#65 0x00007f1057be89fb in rb_vm_exec (ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:2366
_ec = 0x55ad6dd05120
_tag = {tag = 36, retval = 4, buf = {0x7f1057504f50, 0x7f1057be81f0 <rb_vm_exec+400>, 0x0, 0x7ffcc32e2620, 0x0}, prev = 0x7ffcc32e2a70, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#66 0x00007f1057bf7f6b in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=139708159675720, iseq=0x7f1053a1f4e0, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:1384
arg_size = <optimized out>
arg_size = <optimized out>
#67 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffcc32e2798, argc=1, self=139708159675720, captured=<optimized out>, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:1440
iseq = 0x7f1053a1f4e0
i = 1
type = <optimized out>
cfp = <optimized out>
opt_pc = <optimized out>
sp = 0x7f10574050a0
iseq = <optimized out>
i = <optimized out>
opt_pc = <optimized out>
type = <optimized out>
cfp = <optimized out>
sp = <optimized out>
bound = <optimized out>
#68 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random2/vm.c:1458
captured = <optimized out>
again = <optimized out>
again = <optimized out>
captured = <optimized out>
#69 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffcc32e2798, argc=1, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:1495
No locals.
#70 vm_yield (kw_splat=0, argv=0x7ffcc32e2798, argc=1, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:1503
No locals.
#71 rb_yield_0 (argv=0x7ffcc32e2798, argc=1) at /tmp/ruby/src/trunk-random2/vm_eval.c:1337
No locals.
#72 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_eval.c:1353
No locals.
#73 0x00007f105796b30c in rb_ary_each (ary=139708098343880) at /tmp/ruby/src/trunk-random2/array.c:2747
i = 4
#74 0x00007f1057bd2ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f1057504f90, ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3357
ci = 0xbd100000001
cc = <optimized out>
val = <optimized out>
me = 0x7f10573a04a8
cfunc = 0x55ad6dd5c348
recv = <optimized out>
frame_type = <optimized out>
len = <optimized out>
block_handler = <optimized out>
ci = <optimized out>
cc = <optimized out>
val = <optimized out>
me = <optimized out>
cfunc = <optimized out>
recv = <optimized out>
block_handler = <optimized out>
frame_type = <optimized out>
len = <optimized out>
args = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
args = <optimized out>
#75 vm_call_cfunc_with_frame (ec=0x55ad6dd05120, reg_cfp=0x7f1057504f90, calling=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_insnhelper.c:3385
argc = 0
stack_bottom = <optimized out>
argv = <optimized out>
#76 0x00007f1057be3bd9 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-random2/vm_callinfo.h:368
val = 1
ci = <optimized out>
cc = <optimized out>
recv = 1754658
argc = <optimized out>
calling = {ci = 0xbd100000001, cc = 0x7f10573db760, block_handler = 139708161085353, recv = 139708098343880, argc = 0, kw_splat = false}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#77 vm_exec_core (ec=0x55ad6dd05120, initial=1754658) at ../../src/trunk-random2/insns.def:815
bh = <optimized out>
cd = 0x55ad6de47040
blockiseq = <optimized out>
leaf = <optimized out>
val = 1
reg_pc = 0x55ad6de451d8
reg_cfp = 0x7f1057504f90
insns_address_table = {0x7f1057be49cf <vm_exec_core+10351>, 0x7f1057be23d9 <vm_exec_core+633>, 0x7f1057be458e <vm_exec_core+9262>, 0x7f1057be4514 <vm_exec_core+9140>, 0x7f1057be449d <vm_exec_core+9021>, 0x7f1057be441e <vm_exec_core+8894>, 0x7f1057be439e <vm_exec_core+8766>, 0x7f1057be4342 <vm_exec_core+8674>, 0x7f1057be42e7 <vm_exec_core+8583>, 0x7f1057be4297 <vm_exec_core+8503>, 0x7f1057be411c <vm_exec_core+8124>, 0x7f1057be3f71 <vm_exec_core+7697>, 0x7f1057be3e86 <vm_exec_core+7462>, 0x7f1057be3e17 <vm_exec_core+7351>, 0x7f1057be3daa <vm_exec_core+7242>, 0x7f1057be3d6f <vm_exec_core+7183>, 0x7f1057be3d39 <vm_exec_core+7129>, 0x7f1057be3d06 <vm_exec_core+7078>, 0x7f1057be45fa <vm_exec_core+9370>, 0x7f1057be3067 <vm_exec_core+3847>, 0x7f1057be2ff9 <vm_exec_core+3737>, 0x7f1057be2fbe <vm_exec_core+3678>, 0x7f1057be2f68 <vm_exec_core+3592>, 0x7f1057be2f24 <vm_exec_core+3524>, 0x7f1057be2e9d <vm_exec_core+3389>, 0x7f1057be2e68 <vm_exec_core+3336>, 0x7f1057be2e0d <vm_exec_core+3245>, 0x7f1057be2d95 <vm_exec_core+3125>, 0x7f1057be2d5d <vm_exec_core+3069>, 0x7f1057be2d25 <vm_exec_core+3013>, 0x7f1057be2b30 <vm_exec_core+2512>, 0x7f1057be2a9f <vm_exec_core+2367>, 0x7f1057be2a42 <vm_exec_core+2274>, 0x7f1057be29c9 <vm_exec_core+2153>, 0x7f1057be3709 <vm_exec_core+5545>, 0x7f1057be36e4 <vm_exec_core+5508>, 0x7f1057be36ab <vm_exec_core+5451>, 0x7f1057be365b <vm_exec_core+5371>, 0x7f1057be3629 <vm_exec_core+5321>, 0x7f1057be353e <vm_exec_core+5086>, 0x7f1057be34f9 <vm_exec_core+5017>, 0x7f1057be34b3 <vm_exec_core+4947>, 0x7f1057be3483 <vm_exec_core+4899>, 0x7f1057be33b8 <vm_exec_core+4696>, 0x7f1057be3423 <vm_exec_core+4803>, 0x7f1057be3288 <vm_exec_core+4392>, 0x7f1057be321b <vm_exec_core+4283>, 0x7f1057be318e <vm_exec_core+4142>, 0x7f1057be30d2 <vm_exec_core+3954>, 0x7f1057be309a <vm_exec_core+3898>, 0x7f1057be3c07 <vm_exec_core+6823>, 0x7f1057be3af4 <vm_exec_core+6548>, 0x7f1057be21b8 <vm_exec_core+88>, 0x7f1057be3c82 <vm_exec_core+6946>, 0x7f1057be384d <vm_exec_core+5869>, 0x7f1057be4b17 <vm_exec_core+10679>, 0x7f1057be3803 <vm_exec_core+5795>, 0x7f1057be37aa <vm_exec_core+5706>, 0x7f1057be3751 <vm_exec_core+5617>, 0x7f1057be39e6 <vm_exec_core+6278>, 0x7f1057be3910 <vm_exec_core+6064>, 0x7f1057be3897 <vm_exec_core+5943>, 0x7f1057be496e <vm_exec_core+10254>, 0x7f1057be3c4a <vm_exec_core+6890>, 0x7f1057be3a9d <vm_exec_core+6461>, 0x7f1057be282a <vm_exec_core+1738>, 0x7f1057be27f0 <vm_exec_core+1680>, 0x7f1057be2922 <vm_exec_core+1986>, 0x7f1057be2881 <vm_exec_core+1825>, 0x7f1057be4dff <vm_exec_core+11423>, 0x7f1057be4d56 <vm_exec_core+11254>, 0x7f1057be4fd6 <vm_exec_core+11894>, 0x7f1057be4f63 <vm_exec_core+11779>, 0x7f1057be4ebd <vm_exec_core+11613>, 0x7f1057be4e61 <vm_exec_core+11521>, 0x7f1057be5383 <vm_exec_core+12835>, 0x7f1057be52e6 <vm_exec_core+12678>, 0x7f1057be524e <vm_exec_core+12526>, 0x7f1057be51b1 <vm_exec_core+12369>, 0x7f1057be5119 <vm_exec_core+12217>, 0x7f1057be4a58 <vm_exec_core+10488>, 0x7f1057be50ce <vm_exec_core+12142>, 0x7f1057be5078 <vm_exec_core+12056>, 0x7f1057be4be5 <vm_exec_core+10885>, 0x7f1057be4b5b <vm_exec_core+10747>, 0x7f1057be2783 <vm_exec_core+1571>, 0x7f1057be2725 <vm_exec_core+1477>, 0x7f1057be4d22 <vm_exec_core+11202>, 0x7f1057be4cee <vm_exec_core+11150>, 0x7f1057be4c9d <vm_exec_core+11069>, 0x7f1057be4c4e <vm_exec_core+10990>, 0x7f1057be4a8b <vm_exec_core+10539>, 0x7f1057be49e0 <vm_exec_core+10368>, 0x7f1057be26b8 <vm_exec_core+1368>, 0x7f1057be2661 <vm_exec_core+1281>, 0x7f1057be25de <vm_exec_core+1150>, 0x7f1057be2599 <vm_exec_core+1081>, 0x7f1057be254c <vm_exec_core+1004>, 0x7f1057be24ff <vm_exec_core+927>, 0x7f1057be24aa <vm_exec_core+842>, 0x7f1057be2477 <vm_exec_core+791>, 0x7f1057be2444 <vm_exec_core+740>, 0x7f1057be4afb <vm_exec_core+10651>, 0x7f1057be23ca <vm_exec_core+618>, 0x7f1057be457f <vm_exec_core+9247>, 0x7f1057be4505 <vm_exec_core+9125>, 0x7f1057be448e <vm_exec_core+9006>, 0x7f1057be440f <vm_exec_core+8879>, 0x7f1057be438f <vm_exec_core+8751>, 0x7f1057be4333 <vm_exec_core+8659>, 0x7f1057be42d8 <vm_exec_core+8568>, 0x7f1057be4288 <vm_exec_core+8488>, 0x7f1057be410d <vm_exec_core+8109>, 0x7f1057be3f62 <vm_exec_core+7682>, 0x7f1057be3e77 <vm_exec_core+7447>, 0x7f1057be3e08 <vm_exec_core+7336>, 0x7f1057be3d9b <vm_exec_core+7227>, 0x7f1057be3d60 <vm_exec_core+7168>, 0x7f1057be3d2a <vm_exec_core+7114>, 0x7f1057be3cf7 <vm_exec_core+7063>, 0x7f1057be45eb <vm_exec_core+9355>, 0x7f1057be3058 <vm_exec_core+3832>, 0x7f1057be2fea <vm_exec_core+3722>, 0x7f1057be2faf <vm_exec_core+3663>, 0x7f1057be2f59 <vm_exec_core+3577>, 0x7f1057be2f15 <vm_exec_core+3509>, 0x7f1057be2e8e <vm_exec_core+3374>, 0x7f1057be2e59 <vm_exec_core+3321>, 0x7f1057be2dfe <vm_exec_core+3230>, 0x7f1057be2d86 <vm_exec_core+3110>, 0x7f1057be2d4e <vm_exec_core+3054>, 0x7f1057be2d16 <vm_exec_core+2998>, 0x7f1057be2b21 <vm_exec_core+2497>, 0x7f1057be2a90 <vm_exec_core+2352>, 0x7f1057be2a33 <vm_exec_core+2259>, 0x7f1057be29ba <vm_exec_core+2138>, 0x7f1057be36fa <vm_exec_core+5530>, 0x7f1057be36d5 <vm_exec_core+5493>, 0x7f1057be369c <vm_exec_core+5436>, 0x7f1057be364c <vm_exec_core+5356>, 0x7f1057be361a <vm_exec_core+5306>, 0x7f1057be352f <vm_exec_core+5071>, 0x7f1057be34ea <vm_exec_core+5002>, 0x7f1057be34a4 <vm_exec_core+4932>, 0x7f1057be3474 <vm_exec_core+4884>, 0x7f1057be33a9 <vm_exec_core+4681>, 0x7f1057be3414 <vm_exec_core+4788>, 0x7f1057be3279 <vm_exec_core+4377>, 0x7f1057be320c <vm_exec_core+4268>, 0x7f1057be317f <vm_exec_core+4127>, 0x7f1057be30c3 <vm_exec_core+3939>, 0x7f1057be308b <vm_exec_core+3883>, 0x7f1057be3bf8 <vm_exec_core+6808>, 0x7f1057be3ae5 <vm_exec_core+6533>, 0x7f1057be55a3 <vm_exec_core+13379>, 0x7f1057be3c73 <vm_exec_core+6931>, 0x7f1057be383e <vm_exec_core+5854>, 0x7f1057be558f <vm_exec_core+13359>, 0x7f1057be37f4 <vm_exec_core+5780>, 0x7f1057be379b <vm_exec_core+5691>, 0x7f1057be3742 <vm_exec_core+5602>, 0x7f1057be39d7 <vm_exec_core+6263>, 0x7f1057be3901 <vm_exec_core+6049>, 0x7f1057be3888 <vm_exec_core+5928>, 0x7f1057be495f <vm_exec_core+10239>, 0x7f1057be3c3b <vm_exec_core+6875>, 0x7f1057be3a8e <vm_exec_core+6446>, 0x7f1057be281b <vm_exec_core+1723>, 0x7f1057be27e1 <vm_exec_core+1665>, 0x7f1057be2913 <vm_exec_core+1971>, 0x7f1057be2872 <vm_exec_core+1810>, 0x7f1057be557b <vm_exec_core+13339>, 0x7f1057be5567 <vm_exec_core+13319>, 0x7f1057be5553 <vm_exec_core+13299>, 0x7f1057be553f <vm_exec_core+13279>, 0x7f1057be552b <vm_exec_core+13259>, 0x7f1057be5517 <vm_exec_core+13239>, 0x7f1057be54fc <vm_exec_core+13212>, 0x7f1057be54e8 <vm_exec_core+13192>, 0x7f1057be54d4 <vm_exec_core+13172>, 0x7f1057be54c0 <vm_exec_core+13152>, 0x7f1057be54ac <vm_exec_core+13132>, 0x7f1057be5498 <vm_exec_core+13112>, 0x7f1057be5484 <vm_exec_core+13092>, 0x7f1057be5470 <vm_exec_core+13072>, 0x7f1057be545c <vm_exec_core+13052>, 0x7f1057be5448 <vm_exec_core+13032>, 0x7f1057be2774 <vm_exec_core+1556>, 0x7f1057be2716 <vm_exec_core+1462>, 0x7f1057be5434 <vm_exec_core+13012>, 0x7f1057be5420 <vm_exec_core+12992>, 0x7f1057be540c <vm_exec_core+12972>, 0x7f1057be53f8 <vm_exec_core+12952>, 0x7f1057be21a1 <vm_exec_core+65>, 0x7f1057be21a5 <vm_exec_core+69>, 0x7f1057be26a9 <vm_exec_core+1353>, 0x7f1057be2652 <vm_exec_core+1266>, 0x7f1057be25cf <vm_exec_core+1135>, 0x7f1057be258a <vm_exec_core+1066>, 0x7f1057be253d <vm_exec_core+989>...}
#78 0x00007f1057be89fb in rb_vm_exec (ec=0x55ad6dd05120) at /tmp/ruby/src/trunk-random2/vm.c:2366
_ec = 0x55ad6dd05120
_tag = {tag = 36, retval = 4, buf = {0x7f1053a1f9b8, 0x7f1057be81f0 <rb_vm_exec+400>, 0x0, 0x7ffcc32e29a0, 0x55ad6dd93c80}, prev = 0x7ffcc32e2b30, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#79 0x00007f1057a0a8a1 in rb_ec_exec_node (ec=ec@entry=0x55ad6dd05120, n=n@entry=0x7f1053a1f9b8) at /tmp/ruby/src/trunk-random2/eval.c:287
th = <optimized out>
_ec = <optimized out>
_tag = {tag = 36, retval = 139708167959108, buf = {0x7f1053a1f9b8, 0x7f1057a0a8f2 <rb_ec_exec_node+258>, 0x0, 0x7ffcc32e2b00, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7f1053a1f9b8
#80 0x00007f1057a10d63 in ruby_run_node (n=0x7f1053a1f9b8) at /tmp/ruby/src/trunk-random2/eval.c:328
ec = 0x55ad6dd05120
status = 0
#81 0x000055ad6c876187 in rb_main (argv=0x7ffcc32e2d38, argc=139) at /tmp/ruby/src/trunk-random2/main.c:39
variable_in_this_stack_frame = 140723583071257
#82 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-random2/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)