# Logfile created on 2023-03-30 09:35:56 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000560ce96762a8 @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-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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-yjit.20230330-093556", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000560ce970b510 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000560ce970b3a8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000560ce970b1f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20230330-093556", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20230330-093556>, @binmode=false, @mon_data=#<Monitor:0x0000560ce970b128>, @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-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-yjit/.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 = f5b824c745
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-yjit/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-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
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-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-yjit/.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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0
CPPFLAGS = -DYJIT_FORCE_ENABLE
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0
CPPFLAGS = -DYJIT_FORCE_ENABLE
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/builtin.c
linking static-library libruby-static.a
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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0
CPPFLAGS = -DYJIT_FORCE_ENABLE
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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 encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
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-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0
CPPFLAGS = -DYJIT_FORCE_ENABLE
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
generating encdb.h
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
From https://github.com/ruby/rbs
* branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD
transdb.h unchanged
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-yjit/tool/ifchange /tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision -
generating makefiles ext/configure-ext.mk
making trans
/tmp/ruby/src/trunk-yjit/.bundle/.timestamp/rbs.revision unchanged
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.7.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.0.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/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-yjit/bin
installing base libraries: /tmp/ruby/install/trunk-yjit/lib
installing arch files: /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-yjit/bin
installing library scripts: /tmp/ruby/install/trunk-yjit/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-yjit/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-yjit/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-yjit/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-yjit/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-yjit/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='-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
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0
CPPFLAGS = -DYJIT_FORCE_ENABLE
DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie
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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
Run options:
--seed=13315
"--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-yjit/test/excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
# Running tests:
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_io_error: 9 : #<TCPServer:fd 9, AF_INET, 0.0.0.0, 43993>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_io_error: 10 : #<TCPServer:fd 10, AF_INET6, ::, 43993>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_io_error: 11 : #<IO:fd 11>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_io_error: 12 : #<IO:fd 12>
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 9
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 10
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 11
Closed file descriptor: TestGemRemoteFetcher#test_no_proxy: 12
/tmp/ruby/src/trunk-yjit/lib/yaml.rb:20: warning: already initialized constant YAML
/tmp/ruby/src/trunk-yjit/lib/rubygems/specification.rb:1316: warning: previous definition of YAML was here
Retrying...
Finished tests in 169.550951s, 139.9461 tests/s, 52564.3292 assertions/s.
23728 tests, 8912332 assertions, 0 failures, 0 errors, 148 skips
ruby -v: ruby 3.3.0dev (2023-03-30T05:56:37Z master f5b824c745) +YJIT [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'
$ /tmp/ruby/build/trunk-yjit/miniruby -I/tmp/ruby/src/trunk-yjit/lib /tmp/ruby/src/trunk-yjit/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-yjit --extout=.ext -- /tmp/ruby/src/trunk-yjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-yjit/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-03-30T05:56:37Z master f5b824c745) +YJIT [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 91.050570 seconds
3841 files, 31576 examples, 203556 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-yjit/ruby -c /tmp/cores/core.1001.3761845.ruby -x gdbscript
[New LWP 3761845]
[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-yjit/ruby -w --disable=gems -I/tmp/ruby/src/trunk-yjit/te'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139983549605824) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f5075bfa7c0 (LWP 3761845) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139983549605824) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f5075bfa7c0 (LWP 3761845)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139983549605824) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f5075bfa7c0
old_mask = {__val = {24, 139983550293203, 94631046050560, 16279775543609813248, 12, 18446744073709551344, 2, 0, 94631026334615, 94631045511952, 24, 139983550293203, 0, 139983550189549, 139983549605824, 139983551804928}}
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=139983549605824) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139983549605824, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f5075c3f476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f5075c257f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x20302030303a3030, sa_sigaction = 0x20302030303a3030}, sa_mask = {__val = {2, 139983551821472, 3432, 94631026334854, 139983550187600, 2, 7378697629483820589, 3472329395843524198, 139983551821472, 2, 2, 1, 94631026334854, 139983551804928, 139983550140503, 139983549598992}}, sa_flags = 0, sa_restorer = 0x7f5075e176a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 7292283510241781303, 7378645706714656867, 3472328528209721189, 3467895052413575216, 2319406791620833328, 2319389199435444272, 2314885530818453536, 2314885530818453536, 2314885530818453536, 746878876138232608, 7364341104279709239, 7378645706714656816, 3472330727232976741, 3467895374536122416, 139983550185325}}
#5 0x00005611007b8de6 in die () at /tmp/ruby/src/trunk-yjit/error.c:776
No locals.
#6 rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x561101e27580, fmt=fmt@entry=0x561100b516d1 "Segmentation fault at %p") at /tmp/ruby/src/trunk-yjit/error.c:817
file = <optimized out>
line = 1
#7 0x000056110090835d in sigsegv (sig=11, info=0x561101e276b0, ctx=0x561101e27580) at /tmp/ruby/src/trunk-yjit/signal.c:964
No locals.
#8 <signal handler called>
No locals.
#9 0x00005611007d9e58 in RVALUE_WB_UNPROTECTED (obj=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:1650
No locals.
#10 rgengc_check_relation (objspace=0x561101da60e0, obj=139983485489848) at /tmp/ruby/src/trunk-yjit/gc.c:6983
old_parent = <optimized out>
__func__ = <optimized out>
#11 0x00005611007dda5d in rgengc_check_relation (obj=139983485489848, objspace=0x561101da60e0) at /tmp/ruby/src/trunk-yjit/gc.c:7078
old_parent = <optimized out>
old_parent = <optimized out>
__func__ = <optimized out>
#12 gc_mark_ptr (objspace=0x561101da60e0, obj=139983485489848) at /tmp/ruby/src/trunk-yjit/gc.c:7059
__func__ = "gc_mark_ptr"
#13 0x000056110084a2ac in mark_ast_value (node=0x56110217d5a8, ctx=0x0) at /tmp/ruby/src/trunk-yjit/node.c:1379
args = <optimized out>
#14 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=11, nbe=0x56110217d560) at /tmp/ruby/src/trunk-yjit/node.c:1338
cursor = 1
cursor = <optimized out>
#15 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-yjit/node.c:1348
nbe = 0x56110217d560
nbe = <optimized out>
#16 rb_ast_mark (ast=0x7f5071e14448) at /tmp/ruby/src/trunk-yjit/node.c:1436
nb = <optimized out>
#17 0x00005611007e0db8 in gc_mark_stacked_objects (count=<optimized out>, incremental=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:7512
mstack = <optimized out>
obj = <optimized out>
marked_slots_at_the_beginning = <optimized out>
popped_count = 0
mstack = <optimized out>
obj = <optimized out>
marked_slots_at_the_beginning = <optimized out>
popped_count = <optimized out>
#18 gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:7550
No locals.
#19 gc_marks_rest (objspace=0x561101da60e0) at /tmp/ruby/src/trunk-yjit/gc.c:8717
No locals.
#20 0x00005611007e1d62 in gc_marks (full_mark=<optimized out>, objspace=0x561101da60e0) at /tmp/ruby/src/trunk-yjit/gc.c:8774
marking_finished = false
marking_finished = <optimized out>
#21 gc_start (objspace=0x561101da60e0, reason=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:9557
do_full_mark = <optimized out>
immediate_mark = <optimized out>
__func__ = <optimized out>
lock_lev = 32592
#22 0x00005611007e540d in heap_prepare (heap=0x561101da6140, size_pool=0x561101da6108, objspace=0x561101da60e0) at /tmp/ruby/src/trunk-yjit/gc.c:2416
__func__ = <optimized out>
#23 heap_next_free_page (heap=0x561101da6140, size_pool=0x561101da6108, objspace=0x561101da60e0) at /tmp/ruby/src/trunk-yjit/gc.c:2685
page = <optimized out>
page = <optimized out>
__func__ = <optimized out>
#24 newobj_alloc (objspace=0x561101da60e0, cr=0x561101da6df0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:2791
page = <optimized out>
lev = 1
unlock_vm = <optimized out>
size_pool = 0x561101da6108
heap = 0x561101da6140
cache = 0x561101da7068
obj = <optimized out>
__func__ = <optimized out>
#25 0x00005611007e62f8 in newobj_of0 (alloc_size=<optimized out>, cr=<optimized out>, wb_protected=1, flags=5, klass=139983497260440) at /tmp/ruby/src/trunk-yjit/gc.c:2893
obj = <optimized out>
objspace = 0x561101da60e0
size_pool_idx = <optimized out>
obj = <optimized out>
objspace = <optimized out>
size_pool_idx = <optimized out>
#26 newobj_of (alloc_size=<optimized out>, wb_protected=1, v3=0, v2=0, v1=0, flags=5, klass=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:2913
obj = <optimized out>
obj = <optimized out>
#27 rb_wb_protected_newobj_of (klass=139983497260440, flags=5, size=<optimized out>) at /tmp/ruby/src/trunk-yjit/gc.c:2935
__func__ = <optimized out>
#28 0x00005611009372fa in rb_str_inspect (str=139983548450800) at /tmp/ruby/src/trunk-yjit/string.c:6734
encidx = <optimized out>
enc = 0x561101dade50
p = <optimized out>
pend = <optimized out>
prev = <optimized out>
buf = "\257\000\021V\000\000\321\n\000\000\000\000\000"
result = <optimized out>
resenc = <optimized out>
unicode_p = <optimized out>
asciicompat = <optimized out>
#29 0x00005611009a64a1 in vm_call0_cfunc_with_frame (argv=0x0, calling=<optimized out>, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:148
reg_cfp = 0x7f5075bf8cd0
ci = <optimized out>
me = 0x7f5075a9a688
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>
#30 vm_call0_cfunc (argv=0x0, calling=<optimized out>, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:162
No locals.
#31 vm_call0_body (ec=0x561101da7120, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk-yjit/vm_eval.c:208
ci = <optimized out>
cc = <optimized out>
ret = <optimized out>
#32 0x00005611009aa9d3 in vm_call0_cc (kw_splat=0, cc=<optimized out>, argv=0x0, argc=0, id=2769, recv=139983548450800, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:85
calling = {ci = 0x7ffe7e3c13b0, cc = 0x7f507203b4b0, block_handler = 0, recv = 139983548450800, argc = 0, kw_splat = false}
#33 rb_funcallv_scope (recv=139983548450800, mid=2769, argc=0, argv=0x0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1040
ec = 0x561101da7120
cc = <optimized out>
self = <optimized out>
#34 0x000056110085fdd9 in rb_inspect (obj=<optimized out>) at /tmp/ruby/src/trunk-yjit/object.c:659
str = <optimized out>
enc = <optimized out>
#35 0x0000561100a78111 in inspect_ary (dummy=0, recur=0, ary=139983548449480) at /tmp/ruby/src/trunk-yjit/array.c:3105
i = 1
s = <optimized out>
str = 139983548449120
i = <optimized out>
s = <optimized out>
str = <optimized out>
#36 inspect_ary (ary=ary@entry=139983548449480, dummy=dummy@entry=0, recur=recur@entry=0) at /tmp/ruby/src/trunk-yjit/array.c:3097
i = <optimized out>
s = <optimized out>
str = <optimized out>
#37 0x000056110094b629 in exec_recursive (func=0x561100a780b0 <inspect_ary>, obj=139983548449480, pairid=<optimized out>, arg=0, outer=0, mid=<optimized out>) at /tmp/ruby/src/trunk-yjit/thread.c:5154
_ec = 0x561101da7120
_tag = {tag = 36, retval = 94631025443993, buf = {0x7f5071e14628, 0x56110094b478 <exec_recursive+584>, 0x0, 0x7ffe7e3c1470, 0x7f5071e14628}, prev = 0x7ffe7e3c16a0, state = RUBY_TAG_NONE, lock_rec = 0}
ret = 36
state = RUBY_TAG_NONE
result = <optimized out>
sym = 708876
p = {func = 0x561100a780b0 <inspect_ary>, list = 139983486878800, obj = 139983548449480, pairid = 0, arg = 0}
outermost = <optimized out>
#38 0x00005611021cb70a in ?? ()
No symbol table info available.
#39 0x0000000000000001 in ?? ()
No symbol table info available.
#40 0x000000000000c961 in ?? ()
No symbol table info available.
#41 0x0000561101da7120 in ?? ()
No symbol table info available.
#42 0x00005611009a070d in jit_exec (ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:411
func = <optimized out>
func = <optimized out>
#43 rb_vm_exec (ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:2365
_ec = 0x561101da7120
_tag = {tag = 36, retval = 4, buf = {0x7f5071e14628, 0x5611009a0748 <rb_vm_exec+392>, 0x0, 0x7ffe7e3c15d0, 0x0}, prev = 0x7ffe7e3c2fa0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#44 0x00005611009aa9d3 in vm_call0_cc (kw_splat=0, cc=<optimized out>, argv=0x7ffe7e3c17f0, argc=1, id=51553, recv=139983484700200, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm_eval.c:85
calling = {ci = 0x7ffe7e3c1780, cc = 0x7f507203a920, block_handler = 0, recv = 139983484700200, argc = 1, kw_splat = false}
#45 rb_funcallv_scope (recv=139983484700200, mid=51553, argc=1, argv=0x7ffe7e3c17f0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1040
ec = 0x561101da7120
cc = <optimized out>
self = <optimized out>
#46 0x00007f507215d997 in ripper_dispatch1 (a=<optimized out>, mid=<optimized out>, p=0x561102182e10) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14192
rb_funcall_argc = 1
rb_funcall_args = {139983548450800}
rb_funcall_nargs = 1
#47 ripper_dispatch_delayed_token (p=p@entry=0x561102182e10, t=t@entry=10) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:6295
saved_line = 607
saved_tokp = 0x7f5075ae7022 ""
#48 0x00007f507215fce8 in yylex (p=0x561102182e10, yylloc=0x7ffe7e3c1930, lval=0x7ffe7e3c1908) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:10488
t = <optimized out>
t = <optimized out>
#49 ripper_yyparse (p=0x561102182e10) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.c:10528
yychar = <optimized out>
yylval = {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}
yyloc_default = {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}
yylloc = {beg_pos = {lineno = 607, column = 10}, end_pos = {lineno = 607, column = 10}}
yynerrs = <optimized out>
yystate = <optimized out>
yyerrstatus = <optimized out>
yystacksize = <optimized out>
yyssa = {0, 2, 71, 313, 99, 403, 646, 824, 265, 481, 76, 324, 565, 265, 481, 80, 333, 574, 760, 897, 1032, 90, 387, 634, 812, 982, 1097, 1178, 1231, 1270, 1292, 1300, 1097, 1178, 1231, 1270, 1292, 1300, 1093, 480, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 0, 0, 0, 0, 32, 0, 0, 0, 0, 0, 0, 0, 32, 0, 0, 0, 34, 0, 32592, 0, 26880, 23540, 24986, -7699, 3, 0, 0, 0, 6912, 32316, 32766, 0, 3, 0, 0, 0, 6928, 32316, 32766, 0, 0, 0, 32766, 512, 12240, 32316, 32766, 0, 6896, 32316, 32766, 0, 6928, 32316, 32766, 0, 6896, 32316, 32766, 0, 364, 0, 0, 0, 36, 0, 0, 0, -6600, 526, 22033, 0, 36, 0, 0, 0, 0, 0, 0, 0, 12240, 32316, 32766, 0, 128, 0, 0, 0, 1, 0, 5, 0, 1, 0, 5, 0, 1, 0, 0, 0, 1, 0, 5, 0, 0, 0, 0, 0, 16144, 137, 22033, 0, 7776, 32316, 32766, 0, 565, 749, 893, 970, -2, -1, 32592, 0, 842, 0, 0, 0, 0, 1, 3, 311, 0, 0, 0, 0, 0, 1, 3, 311, 0, 0, 0, 0, 36, 0, 0, 0, -7880, 29182, 32592, 0}
yyss = <optimized out>
yyssp = <optimized out>
yyvsa = {{val = 200, node = 0xc8, id = 200, num = 200, tbl = 0xc8, vars = 0xc8, strterm = 0xc8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983486641160, node = 0x7f5071fee408, id = 139983486641160, num = 1912529928, tbl = 0x7f5071fee408, vars = 0x7f5071fee408, strterm = 0x7f5071fee408, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139983484693840, node = 0x7f5071e12d50, id = 139983484693840, num = 1910582608, tbl = 0x7f5071e12d50, vars = 0x7f5071e12d50, strterm = 0x7f5071e12d50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139983484695840, node = 0x7f5071e13520, id = 139983484695840, num = 1910584608, tbl = 0x7f5071e13520, vars = 0x7f5071e13520, strterm = 0x7f5071e13520, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139981574111232, node = 0x7f5000000000, id = 139981574111232, num = 0, tbl = 0x7f5000000000, vars = 0x7f5000000000, strterm = 0x7f5000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139983484691560, node = 0x7f5071e12468, id = 139983484691560, num = 1910580328, tbl = 0x7f5071e12468, vars = 0x7f5071e12468, strterm = 0x7f5071e12468, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139983484688080, node = 0x7f5071e116d0, id = 139983484688080, num = 1910576848, tbl = 0x7f5071e116d0, vars = 0x7f5071e116d0, strterm = 0x7f5071e116d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139983485390600, node = 0x7f5071ebcf08, id = 139983485390600, num = 1911279368, tbl = 0x7f5071ebcf08, vars = 0x7f5071ebcf08, strterm = 0x7f5071ebcf08, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139983485391160, node = 0x7f5071ebd138, id = 139983485391160, num = 1911279928, tbl = 0x7f5071ebd138, vars = 0x7f5071ebd138, strterm = 0x7f5071ebd138, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139983485487048, node = 0x7f5071ed47c8, id = 139983485487048, num = 1911375816, tbl = 0x7f5071ed47c8, vars = 0x7f5071ed47c8, strterm = 0x7f5071ed47c8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983485386160, node = 0x7f5071ebbdb0, id = 139983485386160, num = 1911274928, tbl = 0x7f5071ebbdb0, vars = 0x7f5071ebbdb0, strterm = 0x7f5071ebbdb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139983485386160, node = 0x7f5071ebbdb0, id = 139983485386160, num = 1911274928, tbl = 0x7f5071ebbdb0, vars = 0x7f5071ebbdb0, strterm = 0x7f5071ebbdb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139983487186880, node = 0x7f50720737c0, id = 139983487186880, num = 1913075648, tbl = 0x7f50720737c0, vars = 0x7f50720737c0, strterm = 0x7f50720737c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983487188840, node = 0x7f5072073f68, id = 139983487188840, num = 1913077608, tbl = 0x7f5072073f68, vars = 0x7f5072073f68, strterm = 0x7f5072073f68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139983485494104, node = 0x7f5071ed6358, id = 139983485494104, num = 1911382872, tbl = 0x7f5071ed6358, vars = 0x7f5071ed6358, strterm = 0x7f5071ed6358, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139983487178720, node = 0x7f50720717e0, id = 139983487178720, num = 1913067488, tbl = 0x7f50720717e0, vars = 0x7f50720717e0, strterm = 0x7f50720717e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94631048930912, node = 0x5611020e6660, id = 94631048930912, num = 34498144, tbl = 0x5611020e6660, vars = 0x5611020e6660, strterm = 0x5611020e6660, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139985869078527, node = 0x7f50ffffffff, id = 139985869078527, num = -1, tbl = 0x7f50ffffffff, vars = 0x7f50ffffffff, strterm = 0x7f50ffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139983548468040, node = 0x7f5075ae4b48, id = 139983548468040, num = 1974356808, tbl = 0x7f5075ae4b48, vars = 0x7f5075ae4b48, strterm = 0x7f5075ae4b48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983548491080, node = 0x7f5075aea548, id = 139983548491080, num = 1974379848, tbl = 0x7f5075aea548, vars = 0x7f5075aea548, strterm = 0x7f5075aea548, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983548490280, node = 0x7f5075aea228, id = 139983548490280, num = 1974379048, tbl = 0x7f5075aea228, vars = 0x7f5075aea228, strterm = 0x7f5075aea228, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139983548470200, node = 0x7f5075ae53b8, id = 139983548470200, num = 1974358968, tbl = 0x7f5075ae53b8, vars = 0x7f5075ae53b8, strterm = 0x7f5075ae53b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139983548471720, node = 0x7f5075ae59a8, id = 139983548471720, num = 1974360488, tbl = 0x7f5075ae59a8, vars = 0x7f5075ae59a8, strterm = 0x7f5075ae59a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139983548481480, node = 0x7f5075ae7fc8, id = 139983548481480, num = 1974370248, tbl = 0x7f5075ae7fc8, vars = 0x7f5075ae7fc8, strterm = 0x7f5075ae7fc8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983548480360, node = 0x7f5075ae7b68, id = 139983548480360, num = 1974369128, tbl = 0x7f5075ae7b68, vars = 0x7f5075ae7b68, strterm = 0x7f5075ae7b68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94631049549728, node = 0x56110217d7a0, id = 94631049549728, num = 35116960, tbl = 0x56110217d7a0, vars = 0x56110217d7a0, strterm = 0x56110217d7a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139983548473760, node = 0x7f5075ae61a0, id = 139983548473760, num = 1974362528, tbl = 0x7f5075ae61a0, vars = 0x7f5075ae61a0, strterm = 0x7f5075ae61a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 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 = 139983486586840, node = 0x7f5071fe0fd8, id = 139983486586840, num = 1912475608, tbl = 0x7f5071fe0fd8, vars = 0x7f5071fe0fd8, strterm = 0x7f5071fe0fd8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139983486587680, node = 0x7f5071fe1320, id = 139983486587680, num = 1912476448, tbl = 0x7f5071fe1320, vars = 0x7f5071fe1320, strterm = 0x7f5071fe1320, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139983486589400, node = 0x7f5071fe19d8, id = 139983486589400, num = 1912478168, tbl = 0x7f5071fe19d8, vars = 0x7f5071fe19d8, strterm = 0x7f5071fe19d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139983486583400, node = 0x7f5071fe0268, id = 139983486583400, num = 1912472168, tbl = 0x7f5071fe0268, vars = 0x7f5071fe0268, strterm = 0x7f5071fe0268, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139983485331520, node = 0x7f5071eae840, id = 139983485331520, num = 1911220288, tbl = 0x7f5071eae840, vars = 0x7f5071eae840, strterm = 0x7f5071eae840, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983485332960, node = 0x7f5071eaede0, id = 139983485332960, num = 1911221728, tbl = 0x7f5071eaede0, vars = 0x7f5071eaede0, strterm = 0x7f5071eaede0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139983484979760, node = 0x7f5071e58a30, id = 139983484979760, num = 1910868528, tbl = 0x7f5071e58a30, vars = 0x7f5071e58a30, strterm = 0x7f5071e58a30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139983485340760, node = 0x7f5071eb0c58, id = 139983485340760, num = 1911229528, tbl = 0x7f5071eb0c58, vars = 0x7f5071eb0c58, strterm = 0x7f5071eb0c58, 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 = 94631049508936, node = 0x561102173848, id = 94631049508936, num = 35076168, tbl = 0x561102173848, vars = 0x561102173848, strterm = 0x561102173848, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139983485344720, node = 0x7f5071eb1bd0, id = 139983485344720, num = 1911233488, tbl = 0x7f5071eb1bd0, vars = 0x7f5071eb1bd0, strterm = 0x7f5071eb1bd0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139983487732600, node = 0x7f50720f8b78, id = 139983487732600, num = 1913621368, tbl = 0x7f50720f8b78, vars = 0x7f50720f8b78, strterm = 0x7f50720f8b78, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139983485341840, node = 0x7f5071eb1090, id = 139983485341840, num = 1911230608, tbl = 0x7f5071eb1090, vars = 0x7f5071eb1090, strterm = 0x7f5071eb1090, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, 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 = 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 = 94631048963416, node = 0x5611020ee558, id = 94631048963416, num = 34530648, tbl = 0x5611020ee558, vars = 0x5611020ee558, strterm = 0x5611020ee558, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {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 = 94631045553744, node = 0x561101dade50, id = 94631045553744, num = 31120976, tbl = 0x561101dade50, vars = 0x561101dade50, strterm = 0x561101dade50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 4611686018427445249, node = 0x400000000000e001, id = 4611686018427445249, num = 57345, tbl = 0x400000000000e001, vars = 0x400000000000e001, strterm = 0x400000000000e001, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140731016291808, node = 0x7ffe7e3c25e0, id = 140731016291808, num = 2117871072, tbl = 0x7ffe7e3c25e0, vars = 0x7ffe7e3c25e0, strterm = 0x7ffe7e3c25e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139983550293203, node = 0x7f5075ca24d3 <__GI___libc_free+115>, id = 139983550293203, num = 1976181971, tbl = 0x7f5075ca24d3 <__GI___libc_free+115>, vars = 0x7f5075ca24d3 <__GI___libc_free+115>, strterm = 0x7f5075ca24d3 <__GI___libc_free+115>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {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 = 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 = 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 = 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 = 140731016291600, node = 0x7ffe7e3c2510, id = 140731016291600, num = 2117870864, tbl = 0x7ffe7e3c2510, vars = 0x7ffe7e3c2510, strterm = 0x7ffe7e3c2510, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140731016289304, node = 0x7ffe7e3c1c18, id = 140731016289304, num = 2117868568, tbl = 0x7ffe7e3c1c18, vars = 0x7ffe7e3c1c18, strterm = 0x7ffe7e3c1c18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 15, node = 0xf, id = 15, num = 15, tbl = 0xf, vars = 0xf, strterm = 0xf, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 94978906783744, node = 0x566200000000, id = 94978906783744, num = 0, tbl = 0x566200000000, vars = 0x566200000000, strterm = 0x566200000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94631026292960, node = 0x561100b4f8e0 <OnigSyntaxRuby>, id = 94631026292960, num = 11860192, tbl = 0x561100b4f8e0 <OnigSyntaxRuby>, vars = 0x561100b4f8e0 <OnigSyntaxRuby>, strterm = 0x561100b4f8e0 <OnigSyntaxRuby>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94631023822077, node = 0x5611008f44fd <next_state_val+589>, id = 94631023822077, num = 9389309, tbl = 0x5611008f44fd <next_state_val+589>, vars = 0x5611008f44fd <next_state_val+589>, strterm = 0x5611008f44fd <next_state_val+589>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140731016286952, node = 0x7ffe7e3c12e8, id = 140731016286952, num = 2117866216, tbl = 0x7ffe7e3c12e8, vars = 0x7ffe7e3c12e8, strterm = 0x7ffe7e3c12e8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, 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 = 94557999988736, node = 0x560000000000, id = 94557999988736, num = 0, tbl = 0x560000000000, vars = 0x560000000000, strterm = 0x560000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 140731016291808, node = 0x7ffe7e3c25e0, id = 140731016291808, num = 2117871072, tbl = 0x7ffe7e3c25e0, vars = 0x7ffe7e3c25e0, strterm = 0x7ffe7e3c25e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140731016289808, node = 0x7ffe7e3c1e10, id = 140731016289808, num = 2117869072, tbl = 0x7ffe7e3c1e10, vars = 0x7ffe7e3c1e10, strterm = 0x7ffe7e3c1e10, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 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 = 94631049032280, node = 0x5611020ff258, id = 94631049032280, num = 34599512, tbl = 0x5611020ff258, vars = 0x5611020ff258, strterm = 0x5611020ff258, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94631049032280, node = 0x5611020ff258, id = 94631049032280, num = 34599512, tbl = 0x5611020ff258, vars = 0x5611020ff258, strterm = 0x5611020ff258, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94631049031816, node = 0x5611020ff088, id = 94631049031816, num = 34599048, tbl = 0x5611020ff088, vars = 0x5611020ff088, strterm = 0x5611020ff088, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 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 = 46, node = 0x2e, id = 46, num = 46, tbl = 0x2e, vars = 0x2e, strterm = 0x2e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, 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 = 94631049031592, node = 0x5611020fefa8, id = 94631049031592, num = 34598824, tbl = 0x5611020fefa8, vars = 0x5611020fefa8, strterm = 0x5611020fefa8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 16279775543609813248, node = 0xe1ed619a5bf46900, id = 16279775543609813248, num = 1542744320, tbl = 0xe1ed619a5bf46900, vars = 0xe1ed619a5bf46900, strterm = 0xe1ed619a5bf46900, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94631047520558, node = 0x561101f8e12e, id = 94631047520558, num = 33087790, tbl = 0x561101f8e12e, vars = 0x561101f8e12e, strterm = 0x561101f8e12e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 16279775543609813248, node = 0xe1ed619a5bf46900, id = 16279775543609813248, num = 1542744320, tbl = 0xe1ed619a5bf46900, vars = 0xe1ed619a5bf46900, strterm = 0xe1ed619a5bf46900, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140731016291808, node = 0x7ffe7e3c25e0, id = 140731016291808, num = 2117871072, tbl = 0x7ffe7e3c25e0, vars = 0x7ffe7e3c25e0, strterm = 0x7ffe7e3c25e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94631046000672, node = 0x561101e1b020, id = 94631046000672, num = 31567904, tbl = 0x561101e1b020, vars = 0x561101e1b020, strterm = 0x561101e1b020, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94631046000672, node = 0x561101e1b020, id = 94631046000672, num = 31567904, tbl = 0x561101e1b020, vars = 0x561101e1b020, strterm = 0x561101e1b020, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140731016290384, node = 0x7ffe7e3c2050, id = 140731016290384, num = 2117869648, tbl = 0x7ffe7e3c2050, vars = 0x7ffe7e3c2050, strterm = 0x7ffe7e3c2050, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140731016291088, node = 0x7ffe7e3c2310, id = 140731016291088, num = 2117870352, tbl = 0x7ffe7e3c2310, vars = 0x7ffe7e3c2310, strterm = 0x7ffe7e3c2310, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94631026283520, node = 0x561100b4d400 <clean_info>, id = 94631026283520, num = 11850752, tbl = 0x561100b4d400 <clean_info>, vars = 0x561100b4d400 <clean_info>, strterm = 0x561100b4d400 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140731016291136, node = 0x7ffe7e3c2340, id = 140731016291136, num = 2117870400, tbl = 0x7ffe7e3c2340, vars = 0x7ffe7e3c2340, strterm = 0x7ffe7e3c2340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94631023716226, node = 0x5611008da782 <optimize_node_left+450>, id = 94631023716226, num = 9283458, tbl = 0x5611008da782 <optimize_node_left+450>, vars = 0x5611008da782 <optimize_node_left+450>, strterm = 0x5611008da782 <optimize_node_left+450>, ctxt = {in_defined = 0, in_kwarg = 1, 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 = 140731016291224, node = 0x7ffe7e3c2398, id = 140731016291224, num = 2117870488, tbl = 0x7ffe7e3c2398, vars = 0x7ffe7e3c2398, strterm = 0x7ffe7e3c2398, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140731016291160, node = 0x7ffe7e3c2358, id = 140731016291160, num = 2117870424, tbl = 0x7ffe7e3c2358, vars = 0x7ffe7e3c2358, strterm = 0x7ffe7e3c2358, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140731016291288, node = 0x7ffe7e3c23d8, id = 140731016291288, num = 2117870552, tbl = 0x7ffe7e3c23d8, vars = 0x7ffe7e3c23d8, strterm = 0x7ffe7e3c23d8, 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 = 140731016290408, node = 0x7ffe7e3c2068, id = 140731016290408, num = 2117869672, tbl = 0x7ffe7e3c2068, vars = 0x7ffe7e3c2068, strterm = 0x7ffe7e3c2068, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140731016291352, node = 0x7ffe7e3c2418, id = 140731016291352, num = 2117870616, tbl = 0x7ffe7e3c2418, vars = 0x7ffe7e3c2418, strterm = 0x7ffe7e3c2418, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140731016290369, node = 0x7ffe7e3c2041, id = 140731016290369, num = 2117869633, tbl = 0x7ffe7e3c2041, vars = 0x7ffe7e3c2041, strterm = 0x7ffe7e3c2041, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140731016290369, node = 0x7ffe7e3c2041, id = 140731016290369, num = 2117869633, tbl = 0x7ffe7e3c2041, vars = 0x7ffe7e3c2041, strterm = 0x7ffe7e3c2041, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94631023710826, node = 0x5611008d926a <update_string_node_case_fold+298>, id = 94631023710826, num = 9278058, tbl = 0x5611008d926a <update_string_node_case_fold+298>, vars = 0x5611008d926a <update_string_node_case_fold+298>, strterm = 0x5611008d926a <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_everything}}, {val = 94631046742017, node = 0x561101ed0001, id = 94631046742017, num = 32309249, tbl = 0x561101ed0001, vars = 0x561101ed0001, strterm = 0x561101ed0001, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94631047843104, node = 0x561101fdcd20, id = 94631047843104, num = 33410336, tbl = 0x561101fdcd20, vars = 0x561101fdcd20, strterm = 0x561101fdcd20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140731016290360, node = 0x7ffe7e3c2038, id = 140731016290360, num = 2117869624, tbl = 0x7ffe7e3c2038, vars = 0x7ffe7e3c2038, strterm = 0x7ffe7e3c2038, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140731016290368, node = 0x7ffe7e3c2040, id = 140731016290368, num = 2117869632, tbl = 0x7ffe7e3c2040, vars = 0x7ffe7e3c2040, strterm = 0x7ffe7e3c2040, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140731016290369, node = 0x7ffe7e3c2041, id = 140731016290369, num = 2117869633, tbl = 0x7ffe7e3c2041, vars = 0x7ffe7e3c2041, strterm = 0x7ffe7e3c2041, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 16279775543609813248, node = 0xe1ed619a5bf46900, id = 16279775543609813248, num = 1542744320, tbl = 0xe1ed619a5bf46900, vars = 0xe1ed619a5bf46900, strterm = 0xe1ed619a5bf46900, 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 = 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 = 139983550289579, node = 0x7f5075ca16ab <_int_malloc+3195>, id = 139983550289579, num = 1976178347, tbl = 0x7f5075ca16ab <_int_malloc+3195>, vars = 0x7f5075ca16ab <_int_malloc+3195>, strterm = 0x7f5075ca16ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94631048971360, node = 0x5611020f0460, id = 94631048971360, num = 34538592, tbl = 0x5611020f0460, vars = 0x5611020f0460, strterm = 0x5611020f0460, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139983551818976, node = 0x7f5075e16ce0 <main_arena+96>, id = 139983551818976, num = 1977707744, tbl = 0x7f5075e16ce0 <main_arena+96>, vars = 0x7f5075e16ce0 <main_arena+96>, strterm = 0x7f5075e16ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, 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 = 15228527765, node = 0x38bb0e495, id = 15228527765, num = -1951341419, tbl = 0x38bb0e495, vars = 0x38bb0e495, strterm = 0x38bb0e495, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {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 = 3489018403236144277, node = 0x306b7bc08bb0e495, id = 3489018403236144277, num = -1951341419, tbl = 0x306b7bc08bb0e495, vars = 0x306b7bc08bb0e495, strterm = 0x306b7bc08bb0e495, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 17, node = 0x11, id = 17, num = 17, tbl = 0x11, vars = 0x11, strterm = 0x11, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139983550289579, node = 0x7f5075ca16ab <_int_malloc+3195>, id = 139983550289579, num = 1976178347, tbl = 0x7f5075ca16ab <_int_malloc+3195>, vars = 0x7f5075ca16ab <_int_malloc+3195>, strterm = 0x7f5075ca16ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94631048974848, node = 0x5611020f1200, id = 94631048974848, num = 34542080, tbl = 0x5611020f1200, vars = 0x5611020f1200, strterm = 0x5611020f1200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139983551818976, node = 0x7f5075e16ce0 <main_arena+96>, id = 139983551818976, num = 1977707744, tbl = 0x7f5075e16ce0 <main_arena+96>, vars = 0x7f5075e16ce0 <main_arena+96>, strterm = 0x7f5075e16ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, 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 = 12884901888, node = 0x300000000, id = 12884901888, num = 0, tbl = 0x300000000, vars = 0x300000000, strterm = 0x300000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 390842023936, node = 0x5b00000000, id = 390842023936, num = 0, tbl = 0x5b00000000, vars = 0x5b00000000, strterm = 0x5b00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 3489018403236144277, node = 0x306b7bc08bb0e495, id = 3489018403236144277, num = -1951341419, tbl = 0x306b7bc08bb0e495, vars = 0x306b7bc08bb0e495, strterm = 0x306b7bc08bb0e495, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 17, node = 0x11, id = 17, num = 17, tbl = 0x11, vars = 0x11, strterm = 0x11, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 80, node = 0x50, id = 80, num = 80, tbl = 0x50, vars = 0x50, strterm = 0x50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 206158430211, node = 0x3000000003, id = 206158430211, num = 3, tbl = 0x3000000003, vars = 0x3000000003, strterm = 0x3000000003, 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 = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 511101108348, node = 0x770000007c, id = 511101108348, num = 124, tbl = 0x770000007c, vars = 0x770000007c, strterm = 0x770000007c, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 390842024046, node = 0x5b0000006e, id = 390842024046, num = 110, tbl = 0x5b0000006e, vars = 0x5b0000006e, strterm = 0x5b0000006e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 3489018403236144277, node = 0x306b7bc08bb0e495, id = 3489018403236144277, num = -1951341419, tbl = 0x306b7bc08bb0e495, vars = 0x306b7bc08bb0e495, strterm = 0x306b7bc08bb0e495, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 8, node = 0x8, id = 8, num = 8, tbl = 0x8, vars = 0x8, strterm = 0x8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139983550289579, node = 0x7f5075ca16ab <_int_malloc+3195>, id = 139983550289579, num = 1976178347, tbl = 0x7f5075ca16ab <_int_malloc+3195>, vars = 0x7f5075ca16ab <_int_malloc+3195>, strterm = 0x7f5075ca16ab <_int_malloc+3195>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94631048974896, node = 0x5611020f1230, id = 94631048974896, num = 34542128, tbl = 0x5611020f1230, vars = 0x5611020f1230, strterm = 0x5611020f1230, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139983551818976, node = 0x7f5075e16ce0 <main_arena+96>, id = 139983551818976, num = 1977707744, tbl = 0x7f5075e16ce0 <main_arena+96>, vars = 0x7f5075e16ce0 <main_arena+96>, strterm = 0x7f5075e16ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 15002771936, node = 0x37e3c21e0, id = 15002771936, num = 2117870048, tbl = 0x37e3c21e0, vars = 0x37e3c21e0, strterm = 0x37e3c21e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140731016291584, node = 0x7ffe7e3c2500, id = 140731016291584, num = 2117870848, tbl = 0x7ffe7e3c2500, vars = 0x7ffe7e3c2500, strterm = 0x7ffe7e3c2500, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 3489018403236144277, node = 0x306b7bc08bb0e495, id = 3489018403236144277, num = -1951341419, tbl = 0x306b7bc08bb0e495, vars = 0x306b7bc08bb0e495, strterm = 0x306b7bc08bb0e495, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 8, node = 0x8, id = 8, num = 8, tbl = 0x8, vars = 0x8, strterm = 0x8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140731016290864, node = 0x7ffe7e3c2230, id = 140731016290864, num = 2117870128, tbl = 0x7ffe7e3c2230, vars = 0x7ffe7e3c2230, strterm = 0x7ffe7e3c2230, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94631025277153, node = 0x561100a578e1 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, id = 94631025277153, num = 10844385, tbl = 0x561100a578e1 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, vars = 0x561100a578e1 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, strterm = 0x561100a578e1 <alloc::raw_vec::finish_grow<alloc::alloc::Global>+145>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 8, node = 0x8, id = 8, num = 8, tbl = 0x8, vars = 0x8, strterm = 0x8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, 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 = 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 = 12884901991, node = 0x300000067, id = 12884901991, num = 103, tbl = 0x300000067, vars = 0x300000067, strterm = 0x300000067, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, 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 = 469, column = 5}}, {beg_pos = {lineno = 469, column = 6}, end_pos = {lineno = 469, column = 6}}, {beg_pos = {lineno = 471, column = 2}, end_pos = {lineno = 471, column = 24}}, {beg_pos = {lineno = 471, column = 24}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 471, column = 25}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 472, column = 4}, end_pos = {lineno = 601, column = 7}}, {beg_pos = {lineno = 601, column = 8}, end_pos = {lineno = 601, column = 8}}, {beg_pos = {lineno = 603, column = 4}, end_pos = {lineno = 603, column = 16}}, {beg_pos = {lineno = 603, column = 17}, end_pos = {lineno = 603, column = 19}}, {beg_pos = {lineno = 603, column = 19}, end_pos = {lineno = 603, column = 19}}, {beg_pos = {lineno = 603, column = 19}, end_pos = {lineno = 603, column = 19}}, {beg_pos = {lineno = 603, column = 19}, end_pos = {lineno = 603, column = 19}}, {beg_pos = {lineno = 603, column = 19}, end_pos = {lineno = 603, column = 19}}, {beg_pos = {lineno = 604, column = 6}, end_pos = {lineno = 607, column = 9}}, {beg_pos = {lineno = 604, column = 11}, end_pos = {lineno = 604, column = 21}}, {beg_pos = {lineno = 604, column = 22}, end_pos = {lineno = 604, column = 22}}, {beg_pos = {lineno = 605, column = 6}, end_pos = {lineno = 606, column = 13}}, {beg_pos = {lineno = 607, column = 6}, end_pos = {lineno = 607, column = 9}}, {beg_pos = {lineno = 605, column = 8}, end_pos = {lineno = 605, column = 8}}, {beg_pos = {lineno = 605, column = 9}, end_pos = {lineno = 605, column = 13}}, {beg_pos = {lineno = 605, column = 14}, end_pos = {lineno = 605, column = 14}}, {beg_pos = {lineno = 605, column = 14}, end_pos = {lineno = 605, column = 14}}, {beg_pos = {lineno = 606, column = 8}, end_pos = {lineno = 606, column = 13}}, {beg_pos = {lineno = 606, column = 13}, end_pos = {lineno = 606, column = 13}}, {beg_pos = {lineno = 597, column = 10}, end_pos = {lineno = 597, column = 10}}, {beg_pos = {lineno = 597, column = 11}, end_pos = {lineno = 597, column = 18}}, {beg_pos = {lineno = 597, column = 19}, end_pos = {lineno = 597, column = 19}}, {beg_pos = {lineno = 597, column = 19}, end_pos = {lineno = 597, column = 19}}, {beg_pos = {lineno = 598, column = 10}, end_pos = {lineno = 598, column = 15}}, {beg_pos = {lineno = 598, column = 15}, end_pos = {lineno = 598, column = 15}}, {beg_pos = {lineno = 580, column = 10}, end_pos = {lineno = 580, column = 15}}, {beg_pos = {lineno = 580, column = 15}, end_pos = {lineno = 580, column = 15}}, {beg_pos = {lineno = 561, column = 17}, end_pos = {lineno = 561, column = 18}}, {beg_pos = {lineno = 270, column = 32}, end_pos = {lineno = 270, column = 35}}, {beg_pos = {lineno = 270, column = 25}, end_pos = {lineno = 270, column = 25}}, {beg_pos = {lineno = 270, column = 26}, end_pos = {lineno = 270, column = 27}}, {beg_pos = {lineno = 270, column = 27}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 28}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 29}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 270, column = 31}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 1, column = 24}, end_pos = {lineno = 1, column = 24}}, {beg_pos = {lineno = 1, column = 25}, end_pos = {lineno = 1, column = 72}}, {beg_pos = {lineno = 1, column = 73}, end_pos = {lineno = 1, column = 76}}, {beg_pos = {lineno = 1, column = 72}, end_pos = {lineno = 1, column = 72}}, {beg_pos = {lineno = 1, column = 68}, end_pos = {lineno = 1, column = 69}}, {beg_pos = {lineno = 1, column = 69}, end_pos = {lineno = 1, column = 72}}, {beg_pos = {lineno = 1, column = 72}, end_pos = {lineno = 1, column = 72}}, {beg_pos = {lineno = 1, column = 43}, end_pos = {lineno = 1, column = 44}}, {beg_pos = {lineno = 1, column = 44}, end_pos = {lineno = 1, column = 48}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 16378, column = 0}}, {beg_pos = {lineno = 13210248, column = 22033}, end_pos = {lineno = 2117871296, column = 32766}}, {beg_pos = {lineno = 31574432, column = 22033}, end_pos = {lineno = 26211, column = 0}}, {beg_pos = {lineno = 13210367, column = 22033}, end_pos = {lineno = 10901574, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 13210248, column = 22033}}, {beg_pos = {lineno = 2117871328, column = 32766}, end_pos = {lineno = 31785536, column = 22033}}, {beg_pos = {lineno = 31785608, column = 22033}, end_pos = {lineno = 10865152, column = 22033}}, {beg_pos = {lineno = 64, column = 0}, end_pos = {lineno = 2117871088, column = 32766}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 128, column = 4194304}}, {beg_pos = {lineno = 2117871241, column = 32766}, end_pos = {lineno = 10844305, column = 22033}}, {beg_pos = {lineno = 16387, column = 22033}, end_pos = {lineno = 31785608, column = 22033}}, {beg_pos = {lineno = 64, column = 0}, end_pos = {lineno = 16378, column = 0}}, {beg_pos = {lineno = 16388, column = 0}, end_pos = {lineno = 16378, column = 0}}, {beg_pos = {lineno = 13210248, column = 22033}, end_pos = {lineno = 13210248, column = 22033}}, {beg_pos = {lineno = 31574432, column = 22033}, end_pos = {lineno = 26220, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1976171947, column = 32592}}, {beg_pos = {lineno = 35438594, column = 22033}, end_pos = {lineno = 34548408, column = 22033}}, {beg_pos = {lineno = 0, column = 1}, end_pos = {lineno = 1542744320, column = -504536678}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = 31088864, column = 22033}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 47, column = 0}, end_pos = {lineno = 8282872, column = 22033}}, {beg_pos = {lineno = 1912856728, column = 32592}, end_pos = {lineno = 1923149208, column = 32592}}, {beg_pos = {lineno = 2117871380, column = 32766}, end_pos = {lineno = 1912856728, column = 32592}}, {beg_pos = {lineno = 31088864, column = 22033}, end_pos = {lineno = 28, column = 0}}, {beg_pos = {lineno = 31120800, column = 22033}, end_pos = {lineno = 8233565, column = 22033}}, {beg_pos = {lineno = 1913193808, column = 32592}, end_pos = {lineno = 11518150, column = 22033}}, {beg_pos = {lineno = 31093024, column = 22033}, end_pos = {lineno = 1542744320, column = -504536678}}, {beg_pos = {lineno = 28, column = 0}, end_pos = {lineno = 1913193808, column = 32592}}, {beg_pos = {lineno = 1912856728, column = 32592}, end_pos = {lineno = 11000427, column = 22033}}, {beg_pos = {lineno = 1912856728, column = 32592}, end_pos = {lineno = 31093024, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 34537746, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 11443657, column = 22033}}, {beg_pos = {lineno = 1680, column = 0}, end_pos = {lineno = 8123364, column = 22033}}, {beg_pos = {lineno = 94, column = 0}, end_pos = {lineno = 31093024, column = 22033}}, {beg_pos = {lineno = 11443632, column = 22033}, end_pos = {lineno = 2117875536, column = 32766}}, {beg_pos = {lineno = 2117871716, column = 32766}, end_pos = {lineno = 560, column = 0}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 31093024, column = 22033}, end_pos = {lineno = 1975488336, column = 32592}}, {beg_pos = {lineno = 36, column = 0}, end_pos = {lineno = 8186, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 8123466, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 2117871488, column = 32766}}, {beg_pos = {lineno = 2117871872, column = 32766}, end_pos = {lineno = 2117876224, column = 32766}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1542744320, column = -504536678}}, {beg_pos = {lineno = 2117871856, column = 32766}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1979806588, column = 32592}}, {beg_pos = {lineno = 1977765888, column = 32592}, end_pos = {lineno = 1975524048, column = 32592}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = 1975517596, column = 32592}}, {beg_pos = {lineno = 32716416, column = 22033}, end_pos = {lineno = 1979807721, column = 32592}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = 1979806375, column = 32592}}, {beg_pos = {lineno = 1980003040, column = 32592}, end_pos = {lineno = 7817104, column = 22033}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = 7816820, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1979807721, column = 32592}}, {beg_pos = {lineno = 1983, column = 0}, end_pos = {lineno = 1979806375, column = 32592}}, {beg_pos = {lineno = 1980003040, column = 32592}, end_pos = {lineno = 7817104, column = 22033}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = 7812452, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1979807721, column = 32592}}, {beg_pos = {lineno = 891, column = 0}, end_pos = {lineno = 7866400, column = 22033}}, {beg_pos = {lineno = 1980003040, column = 32592}, end_pos = {lineno = 2117872040, column = 32766}}, {beg_pos = {lineno = 2117872036, column = 32766}, end_pos = {lineno = 1913967729, column = 32592}}, {beg_pos = {lineno = 7866400, column = 22033}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 2117872036, column = 32766}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = 31681952, column = 22033}, end_pos = {lineno = 13, column = 0}}, {beg_pos = {lineno = 0, column = 22033}, end_pos = {lineno = 1913969170, column = 32592}}, {beg_pos = {lineno = 1913963664, column = 32592}, end_pos = {lineno = 2117872240, column = 32766}}, {beg_pos = {lineno = 2117872224, column = 32766}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32766}, end_pos = {lineno = 13, column = 0}}, {beg_pos = {lineno = 32737232, column = 22033}, end_pos = {lineno = 2117872160, column = 32766}}, {beg_pos = {lineno = 2117872176, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 2117872384, column = 32766}, end_pos = {lineno = 1913969170, column = 32592}}, {beg_pos = {lineno = 32737232, column = 22033}, end_pos = {lineno = 2117872224, column = 32766}}, {beg_pos = {lineno = 2117872240, column = 32766}, end_pos = {lineno = 1979810321, column = 32592}}, {beg_pos = {lineno = 0, 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 = 32736352, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 32736352, column = 22033}}, {beg_pos = {lineno = 7864696, column = 1}, end_pos = {lineno = 32737232, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32592}}, {beg_pos = {lineno = 0, column = 22033}, end_pos = {lineno = 0, column = 22033}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = 1979838321, column = 32592}}, {beg_pos = {lineno = 7838488, column = 22033}, end_pos = {lineno = 1980003040, column = 32592}}, {beg_pos = {lineno = 32736352, column = 22033}, end_pos = {lineno = 1914237368, column = 32592}}, {beg_pos = {lineno = 1912729688, column = 32592}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 1912847408, column = 32592}, end_pos = {lineno = 1979838321, column = 32592}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 12, column = 0}}, {beg_pos = {lineno = 32736352, column = 22033}, end_pos = {lineno = 1914237048, column = 32592}}, {beg_pos = {lineno = 32742592, column = 22033}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = 1912847408, column = 32592}, end_pos = {lineno = 1979838321, column = 32592}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 7838488, column = 22033}, end_pos = {lineno = 8692752, column = 22033}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = 2117873376, column = 32766}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 32742592, column = 22033}, end_pos = {lineno = 1979850158, column = 32592}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1914217312, column = 32592}}, {beg_pos = {lineno = 2117868398, column = 32766}, end_pos = {lineno = 2117873200, column = 32766}}, {beg_pos = {lineno = 1912846168, column = 32592}, end_pos = {lineno = 2117868004, column = 32766}}, {beg_pos = {lineno = 2117868000, column = 32766}, end_pos = {lineno = 1980003040, column = 32592}}, {beg_pos = {lineno = 1980003040, column = 32592}, end_pos = {lineno = 7817104, column = 22033}}, {beg_pos = {lineno = -1740217531, column = 0}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = 1974349968, column = 32592}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 49178, column = 0}, end_pos = {lineno = 1913294808, column = 32592}}, {beg_pos = {lineno = 1974440352, column = 32592}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1919295523, column = 1852144239}, end_pos = {lineno = 1920234335, column = 1600613993}}, {beg_pos = {lineno = 1953066079, column = 1818325605}, end_pos = {lineno = 1634082874, column = 174420844}}, {beg_pos = {lineno = 1974440352, column = 32592}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 31093024, column = 22033}, end_pos = {lineno = 1975487760, column = 32592}}, {beg_pos = {lineno = 103, column = 4}, end_pos = {lineno = 103, column = 4}}, {beg_pos = {lineno = -232471457, column = 178760}, end_pos = {lineno = 34126400, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1975487760, column = 32592}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1977707744, column = 32592}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 103, column = 3}}, {beg_pos = {lineno = 102, column = 6}, end_pos = {lineno = 102, column = 6}}, {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 = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1951341419, column = 812350400}, end_pos = {lineno = 8385288, column = 22033}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 31088528, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 11206690, column = 22033}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1977707744, column = 32592}}, {beg_pos = {lineno = 34943848, column = 22033}, end_pos = {lineno = 31088528, column = 22033}}, {beg_pos = {lineno = 8192, column = 0}, end_pos = {lineno = 1542744320, column = -504536678}}, {beg_pos = {lineno = 1911372599, column = 32592}, end_pos = {lineno = 1977707648, column = 32592}}, {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 = 1976175707, column = 32592}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 5, column = 78}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1951341419, column = 812350400}}, {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 = 139983548468040, node = 0x7f5075ae4b48, id = 139983548468040, num = 1974356808, tbl = 0x7f5075ae4b48, vars = 0x7f5075ae4b48, strterm = 0x7f5075ae4b48, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}
yyloc = {beg_pos = {lineno = 604, column = 6}, end_pos = {lineno = 607, column = 9}}
yyerror_range = <optimized out>
yymsgbuf = "n\000\000\000^", '\000' <repeats 11 times>, "\240\311\354qP\177\000\000\200l\341uP\177\000\000x\a\000\000\000\000\000\000v\000\000\000\000\000\000\000x\a\000\000\000\000\000\000\220\215\277uP\177\000\000\000\000\000\000\000\000\000\000\342\"\312uP\177\000\000\300\360\r\002\021V\000\000\020.\030\002\021V\000\000\020.\030\002\021V\000\000\340`\332\001\021V\000\000\004\000\000\000\000\000\000\000\260A~\000\021V\000"
yymsg = 0x7ffe7e3c2e50 "n"
yymsg_alloc = 128
yylen = 0
yyabortlab = <optimized out>
yyerrorlab = <optimized out>
#50 0x00007f50721715b2 in ripper_parse0 (parser_v=parser_v@entry=139983484700200) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14371
p = 0x561102182e10
#51 0x00005611007bf5ac in rb_ensure (b_proc=b_proc@entry=0x7f50721714d0 <ripper_parse0>, data1=data1@entry=139983484700200, e_proc=e_proc@entry=0x7f5072153ae0 <ripper_ensure>, data2=data2@entry=139983484700200) at /tmp/ruby/src/trunk-yjit/eval.c:1005
_ec = 0x561101da7120
_tag = {tag = 36, retval = 140731016294656, buf = {0x7f5071e14628, 0x5611007bf690 <rb_ensure+496>, 0x0, 0x7ffe7e3c2f40, 0x0}, prev = 0x7ffe7e3c32c0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x561101da7120
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f5072153ae0 <ripper_ensure>, data2 = 139983484700200}}
#52 0x00007f5072154315 in ripper_parse (self=139983484700200) at /tmp/ruby/build/trunk-yjit/ext/ripper/ripper.y:14409
p = 0x561102182e10
#53 0x0000561100993764 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f5075bf8d90, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
ci = 0x8601001c0001
cc = <optimized out>
val = <optimized out>
me = 0x7f5075ae3090
cfunc = 0x561101f39cc8
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>
#54 vm_call_cfunc_with_frame (ec=0x561101da7120, reg_cfp=0x7f5075bf8d90, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
argc = 0
stack_bottom = <optimized out>
argv = <optimized out>
#55 0x00005611009af2dd 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-yjit/vm_callinfo.h:368
val = 96
ci = 0xccccccccccccdd58
cc = <optimized out>
recv = 94631045521632
argc = <optimized out>
calling = {ci = 0x8601001c0001, cc = 0x7f507203b7f8, block_handler = 0, recv = 139983484700200, argc = 0, kw_splat = false}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#56 vm_exec_core (ec=0x561101da7120, initial=7810684451094011936) at ../../src/trunk-yjit/insns.def:835
bh = <optimized out>
cd = 0x6c65202020202020
leaf = <optimized out>
val = 96
reg_pc = 0x561102180a68
reg_cfp = 0x7f5075bf8d90
insns_address_table = {0x5611009b1cd3 <vm_exec_core+10995>, 0x5611009af451 <vm_exec_core+625>, 0x5611009b16d6 <vm_exec_core+9462>, 0x5611009b165b <vm_exec_core+9339>, 0x5611009b14c5 <vm_exec_core+8933>, 0x5611009b1447 <vm_exec_core+8807>, 0x5611009b1596 <vm_exec_core+9142>, 0x5611009b153c <vm_exec_core+9052>, 0x5611009b10e7 <vm_exec_core+7943>, 0x5611009b1097 <vm_exec_core+7863>, 0x5611009b12dc <vm_exec_core+8444>, 0x5611009b1142 <vm_exec_core+8034>, 0x5611009b0f7f <vm_exec_core+7583>, 0x5611009b0f10 <vm_exec_core+7472>, 0x5611009b0ea3 <vm_exec_core+7363>, 0x5611009b0e68 <vm_exec_core+7304>, 0x5611009b0e32 <vm_exec_core+7250>, 0x5611009b0dff <vm_exec_core+7199>, 0x5611009b1064 <vm_exec_core+7812>, 0x5611009b00df <vm_exec_core+3839>, 0x5611009b0071 <vm_exec_core+3729>, 0x5611009b0036 <vm_exec_core+3670>, 0x5611009affe0 <vm_exec_core+3584>, 0x5611009aff9c <vm_exec_core+3516>, 0x5611009aff15 <vm_exec_core+3381>, 0x5611009afee0 <vm_exec_core+3328>, 0x5611009afe85 <vm_exec_core+3237>, 0x5611009afe0d <vm_exec_core+3117>, 0x5611009afdd5 <vm_exec_core+3061>, 0x5611009afd9d <vm_exec_core+3005>, 0x5611009afba8 <vm_exec_core+2504>, 0x5611009afb17 <vm_exec_core+2359>, 0x5611009afaba <vm_exec_core+2266>, 0x5611009afa41 <vm_exec_core+2145>, 0x5611009b0779 <vm_exec_core+5529>, 0x5611009b0754 <vm_exec_core+5492>, 0x5611009b071b <vm_exec_core+5435>, 0x5611009b06cb <vm_exec_core+5355>, 0x5611009b0699 <vm_exec_core+5305>, 0x5611009b05ab <vm_exec_core+5067>, 0x5611009b0566 <vm_exec_core+4998>, 0x5611009b0520 <vm_exec_core+4928>, 0x5611009b04f0 <vm_exec_core+4880>, 0x5611009b0425 <vm_exec_core+4677>, 0x5611009b0490 <vm_exec_core+4784>, 0x5611009b0300 <vm_exec_core+4384>, 0x5611009b0293 <vm_exec_core+4275>, 0x5611009b0206 <vm_exec_core+4134>, 0x5611009b014a <vm_exec_core+3946>, 0x5611009b0112 <vm_exec_core+3890>, 0x5611009b0d38 <vm_exec_core+7000>, 0x5611009b0c3d <vm_exec_core+6749>, 0x5611009af238 <vm_exec_core+88>, 0x5611009b0d7b <vm_exec_core+7067>, 0x5611009b08eb <vm_exec_core+5899>, 0x5611009b1ef7 <vm_exec_core+11543>, 0x5611009b08a1 <vm_exec_core+5825>, 0x5611009b0831 <vm_exec_core+5713>, 0x5611009b07c1 <vm_exec_core+5601>, 0x5611009b0ac1 <vm_exec_core+6369>, 0x5611009b09ae <vm_exec_core+6094>, 0x5611009b0935 <vm_exec_core+5973>, 0x5611009b1a5c <vm_exec_core+10364>, 0x5611009b0c05 <vm_exec_core+6693>, 0x5611009b0bae <vm_exec_core+6606>, 0x5611009af8a2 <vm_exec_core+1730>, 0x5611009af868 <vm_exec_core+1672>, 0x5611009af99a <vm_exec_core+1978>, 0x5611009af8f9 <vm_exec_core+1817>, 0x5611009b1e95 <vm_exec_core+11445>, 0x5611009b1dec <vm_exec_core+11276>, 0x5611009b20b0 <vm_exec_core+11984>, 0x5611009b203d <vm_exec_core+11869>, 0x5611009b1f97 <vm_exec_core+11703>, 0x5611009b1f3b <vm_exec_core+11611>, 0x5611009b245d <vm_exec_core+12925>, 0x5611009b23c0 <vm_exec_core+12768>, 0x5611009b2328 <vm_exec_core+12616>, 0x5611009b228b <vm_exec_core+12459>, 0x5611009b21f3 <vm_exec_core+12307>, 0x5611009b1b4b <vm_exec_core+10603>, 0x5611009b21a8 <vm_exec_core+12232>, 0x5611009b2152 <vm_exec_core+12146>, 0x5611009b1c6a <vm_exec_core+10890>, 0x5611009b1be6 <vm_exec_core+10758>, 0x5611009af7f3 <vm_exec_core+1555>, 0x5611009af795 <vm_exec_core+1461>, 0x5611009b1db8 <vm_exec_core+11224>, 0x5611009b1d84 <vm_exec_core+11172>, 0x5611009b1d33 <vm_exec_core+11091>, 0x5611009b1ce4 <vm_exec_core+11012>, 0x5611009b1b83 <vm_exec_core+10659>, 0x5611009b1ad9 <vm_exec_core+10489>, 0x5611009af728 <vm_exec_core+1352>, 0x5611009af6d1 <vm_exec_core+1265>, 0x5611009af64e <vm_exec_core+1134>, 0x5611009af609 <vm_exec_core+1065>, 0x5611009af5bc <vm_exec_core+988>, 0x5611009af56f <vm_exec_core+911>, 0x5611009af51a <vm_exec_core+826>, 0x5611009af4e7 <vm_exec_core+775>, 0x5611009af4b4 <vm_exec_core+724>, 0x5611009b1abd <vm_exec_core+10461>, 0x5611009af442 <vm_exec_core+610>, 0x5611009b16c7 <vm_exec_core+9447>, 0x5611009b164c <vm_exec_core+9324>, 0x5611009b14b6 <vm_exec_core+8918>, 0x5611009b1438 <vm_exec_core+8792>, 0x5611009b1587 <vm_exec_core+9127>, 0x5611009b152d <vm_exec_core+9037>, 0x5611009b10d8 <vm_exec_core+7928>, 0x5611009b1088 <vm_exec_core+7848>, 0x5611009b12cd <vm_exec_core+8429>, 0x5611009b1133 <vm_exec_core+8019>, 0x5611009b0f70 <vm_exec_core+7568>, 0x5611009b0f01 <vm_exec_core+7457>, 0x5611009b0e94 <vm_exec_core+7348>, 0x5611009b0e59 <vm_exec_core+7289>, 0x5611009b0e23 <vm_exec_core+7235>, 0x5611009b0df0 <vm_exec_core+7184>, 0x5611009b1055 <vm_exec_core+7797>, 0x5611009b00d0 <vm_exec_core+3824>, 0x5611009b0062 <vm_exec_core+3714>, 0x5611009b0027 <vm_exec_core+3655>, 0x5611009affd1 <vm_exec_core+3569>, 0x5611009aff8d <vm_exec_core+3501>, 0x5611009aff06 <vm_exec_core+3366>, 0x5611009afed1 <vm_exec_core+3313>, 0x5611009afe76 <vm_exec_core+3222>, 0x5611009afdfe <vm_exec_core+3102>, 0x5611009afdc6 <vm_exec_core+3046>, 0x5611009afd8e <vm_exec_core+2990>, 0x5611009afb99 <vm_exec_core+2489>, 0x5611009afb08 <vm_exec_core+2344>, 0x5611009afaab <vm_exec_core+2251>, 0x5611009afa32 <vm_exec_core+2130>, 0x5611009b076a <vm_exec_core+5514>, 0x5611009b0745 <vm_exec_core+5477>, 0x5611009b070c <vm_exec_core+5420>, 0x5611009b06bc <vm_exec_core+5340>, 0x5611009b068a <vm_exec_core+5290>, 0x5611009b059c <vm_exec_core+5052>, 0x5611009b0557 <vm_exec_core+4983>, 0x5611009b0511 <vm_exec_core+4913>, 0x5611009b04e1 <vm_exec_core+4865>, 0x5611009b0416 <vm_exec_core+4662>, 0x5611009b0481 <vm_exec_core+4769>, 0x5611009b02f1 <vm_exec_core+4369>, 0x5611009b0284 <vm_exec_core+4260>, 0x5611009b01f7 <vm_exec_core+4119>, 0x5611009b013b <vm_exec_core+3931>, 0x5611009b0103 <vm_exec_core+3875>, 0x5611009b0d29 <vm_exec_core+6985>, 0x5611009b0c2e <vm_exec_core+6734>, 0x5611009b26c1 <vm_exec_core+13537>, 0x5611009b0d6c <vm_exec_core+7052>, 0x5611009b08dc <vm_exec_core+5884>, 0x5611009b26ad <vm_exec_core+13517>, 0x5611009b0892 <vm_exec_core+5810>, 0x5611009b0822 <vm_exec_core+5698>, 0x5611009b07b2 <vm_exec_core+5586>, 0x5611009b0ab2 <vm_exec_core+6354>, 0x5611009b099f <vm_exec_core+6079>, 0x5611009b0926 <vm_exec_core+5958>, 0x5611009b1a4d <vm_exec_core+10349>, 0x5611009b0bf6 <vm_exec_core+6678>, 0x5611009b0b9f <vm_exec_core+6591>, 0x5611009af893 <vm_exec_core+1715>, 0x5611009af859 <vm_exec_core+1657>, 0x5611009af98b <vm_exec_core+1963>, 0x5611009af8ea <vm_exec_core+1802>, 0x5611009b2699 <vm_exec_core+13497>, 0x5611009b2685 <vm_exec_core+13477>, 0x5611009b2671 <vm_exec_core+13457>, 0x5611009b265d <vm_exec_core+13437>, 0x5611009b2649 <vm_exec_core+13417>, 0x5611009b2635 <vm_exec_core+13397>, 0x5611009b261a <vm_exec_core+13370>, 0x5611009b2606 <vm_exec_core+13350>, 0x5611009b25f2 <vm_exec_core+13330>, 0x5611009b25de <vm_exec_core+13310>, 0x5611009b25ca <vm_exec_core+13290>, 0x5611009b25b6 <vm_exec_core+13270>, 0x5611009b25a2 <vm_exec_core+13250>, 0x5611009b258e <vm_exec_core+13230>, 0x5611009b257a <vm_exec_core+13210>, 0x5611009b2566 <vm_exec_core+13190>, 0x5611009af7e4 <vm_exec_core+1540>, 0x5611009af786 <vm_exec_core+1446>, 0x5611009b2552 <vm_exec_core+13170>, 0x5611009b253e <vm_exec_core+13150>, 0x5611009b252a <vm_exec_core+13130>, 0x5611009b2516 <vm_exec_core+13110>, 0x5611009af221 <vm_exec_core+65>, 0x5611009af225 <vm_exec_core+69>, 0x5611009af719 <vm_exec_core+1337>, 0x5611009af6c2 <vm_exec_core+1250>, 0x5611009af63f <vm_exec_core+1119>, 0x5611009af5fa <vm_exec_core+1050>, 0x5611009af5ad <vm_exec_core+973>...}
#57 0x00005611009a0f5b in rb_vm_exec (ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
_ec = 0x561101da7120
_tag = {tag = 36, retval = 4, buf = {0x561101da7120, 0x5611009a0748 <rb_vm_exec+392>, 0x0, 0x7ffe7e3c31f0, 0x7f5075af9120}, prev = 0x7ffe7e3c3680, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#58 0x00005611009a113c in eval_string_with_cref (self=<optimized out>, src=<optimized out>, cref=0x7f5071e145d8, file=<optimized out>, line=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1701
ec = 0x561101da7120
block = {as = {captured = {self = 139983484700200, ep = 0x7f5075af9150, code = {iseq = 0x7f507211ccd0, ifunc = 0x7f507211ccd0, val = 139983487880400}}, symbol = 139983484700200, proc = 139983484700200}, type = block_type_iseq}
iseq = 0x7f5071e144c0
cfp = <optimized out>
#59 0x00005611009b5ee0 in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=139983484700200) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1946
cref = 0x7f5071e145d8
cref = <optimized out>
#60 specific_eval (kw_splat=<optimized out>, singleton=1, self=<optimized out>, argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1970
file = 139983487142280
line = <optimized out>
code = 139983484700160
#61 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=139983484700200) at /tmp/ruby/src/trunk-yjit/vm_eval.c:2010
No locals.
#62 0x0000561100993764 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7f5075bf8e10, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
ci = 0x254100100005
cc = <optimized out>
val = <optimized out>
me = 0x7f5075a96e70
cfunc = 0x561101de9e08
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>
#63 vm_call_cfunc_with_frame (ec=0x561101da7120, reg_cfp=0x7f5075bf8e10, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
argc = 2
stack_bottom = <optimized out>
argv = <optimized out>
#64 0x00005611009af2dd 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-yjit/vm_callinfo.h:368
val = 96
ci = 0xccccccccccccdd58
cc = <optimized out>
recv = 94631045521632
argc = <optimized out>
calling = {ci = 0x254100100005, cc = 0x7f507203b988, block_handler = 0, recv = 139983484700200, argc = 2, kw_splat = false}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#65 vm_exec_core (ec=0x561101da7120, initial=7810684451094011936) at ../../src/trunk-yjit/insns.def:835
bh = <optimized out>
cd = 0x6c65202020202020
leaf = <optimized out>
val = 96
reg_pc = 0x561101eec4f8
reg_cfp = 0x7f5075bf8e10
insns_address_table = {0x5611009b1cd3 <vm_exec_core+10995>, 0x5611009af451 <vm_exec_core+625>, 0x5611009b16d6 <vm_exec_core+9462>, 0x5611009b165b <vm_exec_core+9339>, 0x5611009b14c5 <vm_exec_core+8933>, 0x5611009b1447 <vm_exec_core+8807>, 0x5611009b1596 <vm_exec_core+9142>, 0x5611009b153c <vm_exec_core+9052>, 0x5611009b10e7 <vm_exec_core+7943>, 0x5611009b1097 <vm_exec_core+7863>, 0x5611009b12dc <vm_exec_core+8444>, 0x5611009b1142 <vm_exec_core+8034>, 0x5611009b0f7f <vm_exec_core+7583>, 0x5611009b0f10 <vm_exec_core+7472>, 0x5611009b0ea3 <vm_exec_core+7363>, 0x5611009b0e68 <vm_exec_core+7304>, 0x5611009b0e32 <vm_exec_core+7250>, 0x5611009b0dff <vm_exec_core+7199>, 0x5611009b1064 <vm_exec_core+7812>, 0x5611009b00df <vm_exec_core+3839>, 0x5611009b0071 <vm_exec_core+3729>, 0x5611009b0036 <vm_exec_core+3670>, 0x5611009affe0 <vm_exec_core+3584>, 0x5611009aff9c <vm_exec_core+3516>, 0x5611009aff15 <vm_exec_core+3381>, 0x5611009afee0 <vm_exec_core+3328>, 0x5611009afe85 <vm_exec_core+3237>, 0x5611009afe0d <vm_exec_core+3117>, 0x5611009afdd5 <vm_exec_core+3061>, 0x5611009afd9d <vm_exec_core+3005>, 0x5611009afba8 <vm_exec_core+2504>, 0x5611009afb17 <vm_exec_core+2359>, 0x5611009afaba <vm_exec_core+2266>, 0x5611009afa41 <vm_exec_core+2145>, 0x5611009b0779 <vm_exec_core+5529>, 0x5611009b0754 <vm_exec_core+5492>, 0x5611009b071b <vm_exec_core+5435>, 0x5611009b06cb <vm_exec_core+5355>, 0x5611009b0699 <vm_exec_core+5305>, 0x5611009b05ab <vm_exec_core+5067>, 0x5611009b0566 <vm_exec_core+4998>, 0x5611009b0520 <vm_exec_core+4928>, 0x5611009b04f0 <vm_exec_core+4880>, 0x5611009b0425 <vm_exec_core+4677>, 0x5611009b0490 <vm_exec_core+4784>, 0x5611009b0300 <vm_exec_core+4384>, 0x5611009b0293 <vm_exec_core+4275>, 0x5611009b0206 <vm_exec_core+4134>, 0x5611009b014a <vm_exec_core+3946>, 0x5611009b0112 <vm_exec_core+3890>, 0x5611009b0d38 <vm_exec_core+7000>, 0x5611009b0c3d <vm_exec_core+6749>, 0x5611009af238 <vm_exec_core+88>, 0x5611009b0d7b <vm_exec_core+7067>, 0x5611009b08eb <vm_exec_core+5899>, 0x5611009b1ef7 <vm_exec_core+11543>, 0x5611009b08a1 <vm_exec_core+5825>, 0x5611009b0831 <vm_exec_core+5713>, 0x5611009b07c1 <vm_exec_core+5601>, 0x5611009b0ac1 <vm_exec_core+6369>, 0x5611009b09ae <vm_exec_core+6094>, 0x5611009b0935 <vm_exec_core+5973>, 0x5611009b1a5c <vm_exec_core+10364>, 0x5611009b0c05 <vm_exec_core+6693>, 0x5611009b0bae <vm_exec_core+6606>, 0x5611009af8a2 <vm_exec_core+1730>, 0x5611009af868 <vm_exec_core+1672>, 0x5611009af99a <vm_exec_core+1978>, 0x5611009af8f9 <vm_exec_core+1817>, 0x5611009b1e95 <vm_exec_core+11445>, 0x5611009b1dec <vm_exec_core+11276>, 0x5611009b20b0 <vm_exec_core+11984>, 0x5611009b203d <vm_exec_core+11869>, 0x5611009b1f97 <vm_exec_core+11703>, 0x5611009b1f3b <vm_exec_core+11611>, 0x5611009b245d <vm_exec_core+12925>, 0x5611009b23c0 <vm_exec_core+12768>, 0x5611009b2328 <vm_exec_core+12616>, 0x5611009b228b <vm_exec_core+12459>, 0x5611009b21f3 <vm_exec_core+12307>, 0x5611009b1b4b <vm_exec_core+10603>, 0x5611009b21a8 <vm_exec_core+12232>, 0x5611009b2152 <vm_exec_core+12146>, 0x5611009b1c6a <vm_exec_core+10890>, 0x5611009b1be6 <vm_exec_core+10758>, 0x5611009af7f3 <vm_exec_core+1555>, 0x5611009af795 <vm_exec_core+1461>, 0x5611009b1db8 <vm_exec_core+11224>, 0x5611009b1d84 <vm_exec_core+11172>, 0x5611009b1d33 <vm_exec_core+11091>, 0x5611009b1ce4 <vm_exec_core+11012>, 0x5611009b1b83 <vm_exec_core+10659>, 0x5611009b1ad9 <vm_exec_core+10489>, 0x5611009af728 <vm_exec_core+1352>, 0x5611009af6d1 <vm_exec_core+1265>, 0x5611009af64e <vm_exec_core+1134>, 0x5611009af609 <vm_exec_core+1065>, 0x5611009af5bc <vm_exec_core+988>, 0x5611009af56f <vm_exec_core+911>, 0x5611009af51a <vm_exec_core+826>, 0x5611009af4e7 <vm_exec_core+775>, 0x5611009af4b4 <vm_exec_core+724>, 0x5611009b1abd <vm_exec_core+10461>, 0x5611009af442 <vm_exec_core+610>, 0x5611009b16c7 <vm_exec_core+9447>, 0x5611009b164c <vm_exec_core+9324>, 0x5611009b14b6 <vm_exec_core+8918>, 0x5611009b1438 <vm_exec_core+8792>, 0x5611009b1587 <vm_exec_core+9127>, 0x5611009b152d <vm_exec_core+9037>, 0x5611009b10d8 <vm_exec_core+7928>, 0x5611009b1088 <vm_exec_core+7848>, 0x5611009b12cd <vm_exec_core+8429>, 0x5611009b1133 <vm_exec_core+8019>, 0x5611009b0f70 <vm_exec_core+7568>, 0x5611009b0f01 <vm_exec_core+7457>, 0x5611009b0e94 <vm_exec_core+7348>, 0x5611009b0e59 <vm_exec_core+7289>, 0x5611009b0e23 <vm_exec_core+7235>, 0x5611009b0df0 <vm_exec_core+7184>, 0x5611009b1055 <vm_exec_core+7797>, 0x5611009b00d0 <vm_exec_core+3824>, 0x5611009b0062 <vm_exec_core+3714>, 0x5611009b0027 <vm_exec_core+3655>, 0x5611009affd1 <vm_exec_core+3569>, 0x5611009aff8d <vm_exec_core+3501>, 0x5611009aff06 <vm_exec_core+3366>, 0x5611009afed1 <vm_exec_core+3313>, 0x5611009afe76 <vm_exec_core+3222>, 0x5611009afdfe <vm_exec_core+3102>, 0x5611009afdc6 <vm_exec_core+3046>, 0x5611009afd8e <vm_exec_core+2990>, 0x5611009afb99 <vm_exec_core+2489>, 0x5611009afb08 <vm_exec_core+2344>, 0x5611009afaab <vm_exec_core+2251>, 0x5611009afa32 <vm_exec_core+2130>, 0x5611009b076a <vm_exec_core+5514>, 0x5611009b0745 <vm_exec_core+5477>, 0x5611009b070c <vm_exec_core+5420>, 0x5611009b06bc <vm_exec_core+5340>, 0x5611009b068a <vm_exec_core+5290>, 0x5611009b059c <vm_exec_core+5052>, 0x5611009b0557 <vm_exec_core+4983>, 0x5611009b0511 <vm_exec_core+4913>, 0x5611009b04e1 <vm_exec_core+4865>, 0x5611009b0416 <vm_exec_core+4662>, 0x5611009b0481 <vm_exec_core+4769>, 0x5611009b02f1 <vm_exec_core+4369>, 0x5611009b0284 <vm_exec_core+4260>, 0x5611009b01f7 <vm_exec_core+4119>, 0x5611009b013b <vm_exec_core+3931>, 0x5611009b0103 <vm_exec_core+3875>, 0x5611009b0d29 <vm_exec_core+6985>, 0x5611009b0c2e <vm_exec_core+6734>, 0x5611009b26c1 <vm_exec_core+13537>, 0x5611009b0d6c <vm_exec_core+7052>, 0x5611009b08dc <vm_exec_core+5884>, 0x5611009b26ad <vm_exec_core+13517>, 0x5611009b0892 <vm_exec_core+5810>, 0x5611009b0822 <vm_exec_core+5698>, 0x5611009b07b2 <vm_exec_core+5586>, 0x5611009b0ab2 <vm_exec_core+6354>, 0x5611009b099f <vm_exec_core+6079>, 0x5611009b0926 <vm_exec_core+5958>, 0x5611009b1a4d <vm_exec_core+10349>, 0x5611009b0bf6 <vm_exec_core+6678>, 0x5611009b0b9f <vm_exec_core+6591>, 0x5611009af893 <vm_exec_core+1715>, 0x5611009af859 <vm_exec_core+1657>, 0x5611009af98b <vm_exec_core+1963>, 0x5611009af8ea <vm_exec_core+1802>, 0x5611009b2699 <vm_exec_core+13497>, 0x5611009b2685 <vm_exec_core+13477>, 0x5611009b2671 <vm_exec_core+13457>, 0x5611009b265d <vm_exec_core+13437>, 0x5611009b2649 <vm_exec_core+13417>, 0x5611009b2635 <vm_exec_core+13397>, 0x5611009b261a <vm_exec_core+13370>, 0x5611009b2606 <vm_exec_core+13350>, 0x5611009b25f2 <vm_exec_core+13330>, 0x5611009b25de <vm_exec_core+13310>, 0x5611009b25ca <vm_exec_core+13290>, 0x5611009b25b6 <vm_exec_core+13270>, 0x5611009b25a2 <vm_exec_core+13250>, 0x5611009b258e <vm_exec_core+13230>, 0x5611009b257a <vm_exec_core+13210>, 0x5611009b2566 <vm_exec_core+13190>, 0x5611009af7e4 <vm_exec_core+1540>, 0x5611009af786 <vm_exec_core+1446>, 0x5611009b2552 <vm_exec_core+13170>, 0x5611009b253e <vm_exec_core+13150>, 0x5611009b252a <vm_exec_core+13130>, 0x5611009b2516 <vm_exec_core+13110>, 0x5611009af221 <vm_exec_core+65>, 0x5611009af225 <vm_exec_core+69>, 0x5611009af719 <vm_exec_core+1337>, 0x5611009af6c2 <vm_exec_core+1250>, 0x5611009af63f <vm_exec_core+1119>, 0x5611009af5fa <vm_exec_core+1050>, 0x5611009af5ad <vm_exec_core+973>...}
#66 0x00005611009a0f5b in rb_vm_exec (ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
_ec = 0x561101da7120
_tag = {tag = 36, retval = 4, buf = {0x7f5075bf8f50, 0x5611009a0748 <rb_vm_exec+392>, 0x0, 0x7ffe7e3c35b0, 0x0}, prev = 0x7ffe7e3c3a00, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#67 0x00005611009b537b in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=139983548173640, iseq=0x7f507211cde8, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:1384
arg_size = <optimized out>
arg_size = <optimized out>
#68 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffe7e3c3728, argc=1, self=139983548173640, captured=<optimized out>, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:1440
iseq = 0x7f507211cde8
i = 1
type = <optimized out>
cfp = <optimized out>
opt_pc = <optimized out>
sp = 0x7f5075af90a0
iseq = <optimized out>
i = <optimized out>
opt_pc = <optimized out>
type = <optimized out>
cfp = <optimized out>
sp = <optimized out>
bound = <optimized out>
#69 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-yjit/vm.c:1458
captured = <optimized out>
again = <optimized out>
again = <optimized out>
captured = <optimized out>
#70 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffe7e3c3728, argc=1, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:1495
No locals.
#71 vm_yield (kw_splat=0, argv=0x7ffe7e3c3728, argc=1, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:1503
No locals.
#72 rb_yield_0 (argv=0x7ffe7e3c3728, argc=1) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1337
No locals.
#73 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_eval.c:1353
No locals.
#74 0x0000561100a7a44c in rb_ary_each (ary=139983486841240) at /tmp/ruby/src/trunk-yjit/array.c:2747
i = 5
#75 0x0000561100993764 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7f5075bf8f90, ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3357
ci = 0xbd100000001
cc = <optimized out>
val = <optimized out>
me = 0x7f5075a904a8
cfunc = 0x561101dfe348
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>
#76 vm_call_cfunc_with_frame (ec=0x561101da7120, reg_cfp=0x7f5075bf8f90, calling=<optimized out>) at /tmp/ruby/src/trunk-yjit/vm_insnhelper.c:3385
argc = 0
stack_bottom = <optimized out>
argv = <optimized out>
#77 0x00005611009b0d08 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-yjit/vm_callinfo.h:368
val = 96
ci = 0x8068
cc = <optimized out>
recv = 94631045521632
argc = <optimized out>
calling = {ci = 0xbd100000001, cc = 0x7f5075ac6710, block_handler = 139983549599657, recv = 139983486841240, argc = 0, kw_splat = false}
val = <optimized out>
ci = <optimized out>
cc = <optimized out>
argc = <optimized out>
recv = <optimized out>
calling = <optimized out>
#78 vm_exec_core (ec=0x561101da7120, initial=7810684451094011936) at ../../src/trunk-yjit/insns.def:815
bh = 14757395258967645528
cd = 0x561101f45050
blockiseq = 0x211
leaf = <optimized out>
val = 96
reg_pc = 0x561101f43468
reg_cfp = 0x7f5075bf8f90
insns_address_table = {0x5611009b1cd3 <vm_exec_core+10995>, 0x5611009af451 <vm_exec_core+625>, 0x5611009b16d6 <vm_exec_core+9462>, 0x5611009b165b <vm_exec_core+9339>, 0x5611009b14c5 <vm_exec_core+8933>, 0x5611009b1447 <vm_exec_core+8807>, 0x5611009b1596 <vm_exec_core+9142>, 0x5611009b153c <vm_exec_core+9052>, 0x5611009b10e7 <vm_exec_core+7943>, 0x5611009b1097 <vm_exec_core+7863>, 0x5611009b12dc <vm_exec_core+8444>, 0x5611009b1142 <vm_exec_core+8034>, 0x5611009b0f7f <vm_exec_core+7583>, 0x5611009b0f10 <vm_exec_core+7472>, 0x5611009b0ea3 <vm_exec_core+7363>, 0x5611009b0e68 <vm_exec_core+7304>, 0x5611009b0e32 <vm_exec_core+7250>, 0x5611009b0dff <vm_exec_core+7199>, 0x5611009b1064 <vm_exec_core+7812>, 0x5611009b00df <vm_exec_core+3839>, 0x5611009b0071 <vm_exec_core+3729>, 0x5611009b0036 <vm_exec_core+3670>, 0x5611009affe0 <vm_exec_core+3584>, 0x5611009aff9c <vm_exec_core+3516>, 0x5611009aff15 <vm_exec_core+3381>, 0x5611009afee0 <vm_exec_core+3328>, 0x5611009afe85 <vm_exec_core+3237>, 0x5611009afe0d <vm_exec_core+3117>, 0x5611009afdd5 <vm_exec_core+3061>, 0x5611009afd9d <vm_exec_core+3005>, 0x5611009afba8 <vm_exec_core+2504>, 0x5611009afb17 <vm_exec_core+2359>, 0x5611009afaba <vm_exec_core+2266>, 0x5611009afa41 <vm_exec_core+2145>, 0x5611009b0779 <vm_exec_core+5529>, 0x5611009b0754 <vm_exec_core+5492>, 0x5611009b071b <vm_exec_core+5435>, 0x5611009b06cb <vm_exec_core+5355>, 0x5611009b0699 <vm_exec_core+5305>, 0x5611009b05ab <vm_exec_core+5067>, 0x5611009b0566 <vm_exec_core+4998>, 0x5611009b0520 <vm_exec_core+4928>, 0x5611009b04f0 <vm_exec_core+4880>, 0x5611009b0425 <vm_exec_core+4677>, 0x5611009b0490 <vm_exec_core+4784>, 0x5611009b0300 <vm_exec_core+4384>, 0x5611009b0293 <vm_exec_core+4275>, 0x5611009b0206 <vm_exec_core+4134>, 0x5611009b014a <vm_exec_core+3946>, 0x5611009b0112 <vm_exec_core+3890>, 0x5611009b0d38 <vm_exec_core+7000>, 0x5611009b0c3d <vm_exec_core+6749>, 0x5611009af238 <vm_exec_core+88>, 0x5611009b0d7b <vm_exec_core+7067>, 0x5611009b08eb <vm_exec_core+5899>, 0x5611009b1ef7 <vm_exec_core+11543>, 0x5611009b08a1 <vm_exec_core+5825>, 0x5611009b0831 <vm_exec_core+5713>, 0x5611009b07c1 <vm_exec_core+5601>, 0x5611009b0ac1 <vm_exec_core+6369>, 0x5611009b09ae <vm_exec_core+6094>, 0x5611009b0935 <vm_exec_core+5973>, 0x5611009b1a5c <vm_exec_core+10364>, 0x5611009b0c05 <vm_exec_core+6693>, 0x5611009b0bae <vm_exec_core+6606>, 0x5611009af8a2 <vm_exec_core+1730>, 0x5611009af868 <vm_exec_core+1672>, 0x5611009af99a <vm_exec_core+1978>, 0x5611009af8f9 <vm_exec_core+1817>, 0x5611009b1e95 <vm_exec_core+11445>, 0x5611009b1dec <vm_exec_core+11276>, 0x5611009b20b0 <vm_exec_core+11984>, 0x5611009b203d <vm_exec_core+11869>, 0x5611009b1f97 <vm_exec_core+11703>, 0x5611009b1f3b <vm_exec_core+11611>, 0x5611009b245d <vm_exec_core+12925>, 0x5611009b23c0 <vm_exec_core+12768>, 0x5611009b2328 <vm_exec_core+12616>, 0x5611009b228b <vm_exec_core+12459>, 0x5611009b21f3 <vm_exec_core+12307>, 0x5611009b1b4b <vm_exec_core+10603>, 0x5611009b21a8 <vm_exec_core+12232>, 0x5611009b2152 <vm_exec_core+12146>, 0x5611009b1c6a <vm_exec_core+10890>, 0x5611009b1be6 <vm_exec_core+10758>, 0x5611009af7f3 <vm_exec_core+1555>, 0x5611009af795 <vm_exec_core+1461>, 0x5611009b1db8 <vm_exec_core+11224>, 0x5611009b1d84 <vm_exec_core+11172>, 0x5611009b1d33 <vm_exec_core+11091>, 0x5611009b1ce4 <vm_exec_core+11012>, 0x5611009b1b83 <vm_exec_core+10659>, 0x5611009b1ad9 <vm_exec_core+10489>, 0x5611009af728 <vm_exec_core+1352>, 0x5611009af6d1 <vm_exec_core+1265>, 0x5611009af64e <vm_exec_core+1134>, 0x5611009af609 <vm_exec_core+1065>, 0x5611009af5bc <vm_exec_core+988>, 0x5611009af56f <vm_exec_core+911>, 0x5611009af51a <vm_exec_core+826>, 0x5611009af4e7 <vm_exec_core+775>, 0x5611009af4b4 <vm_exec_core+724>, 0x5611009b1abd <vm_exec_core+10461>, 0x5611009af442 <vm_exec_core+610>, 0x5611009b16c7 <vm_exec_core+9447>, 0x5611009b164c <vm_exec_core+9324>, 0x5611009b14b6 <vm_exec_core+8918>, 0x5611009b1438 <vm_exec_core+8792>, 0x5611009b1587 <vm_exec_core+9127>, 0x5611009b152d <vm_exec_core+9037>, 0x5611009b10d8 <vm_exec_core+7928>, 0x5611009b1088 <vm_exec_core+7848>, 0x5611009b12cd <vm_exec_core+8429>, 0x5611009b1133 <vm_exec_core+8019>, 0x5611009b0f70 <vm_exec_core+7568>, 0x5611009b0f01 <vm_exec_core+7457>, 0x5611009b0e94 <vm_exec_core+7348>, 0x5611009b0e59 <vm_exec_core+7289>, 0x5611009b0e23 <vm_exec_core+7235>, 0x5611009b0df0 <vm_exec_core+7184>, 0x5611009b1055 <vm_exec_core+7797>, 0x5611009b00d0 <vm_exec_core+3824>, 0x5611009b0062 <vm_exec_core+3714>, 0x5611009b0027 <vm_exec_core+3655>, 0x5611009affd1 <vm_exec_core+3569>, 0x5611009aff8d <vm_exec_core+3501>, 0x5611009aff06 <vm_exec_core+3366>, 0x5611009afed1 <vm_exec_core+3313>, 0x5611009afe76 <vm_exec_core+3222>, 0x5611009afdfe <vm_exec_core+3102>, 0x5611009afdc6 <vm_exec_core+3046>, 0x5611009afd8e <vm_exec_core+2990>, 0x5611009afb99 <vm_exec_core+2489>, 0x5611009afb08 <vm_exec_core+2344>, 0x5611009afaab <vm_exec_core+2251>, 0x5611009afa32 <vm_exec_core+2130>, 0x5611009b076a <vm_exec_core+5514>, 0x5611009b0745 <vm_exec_core+5477>, 0x5611009b070c <vm_exec_core+5420>, 0x5611009b06bc <vm_exec_core+5340>, 0x5611009b068a <vm_exec_core+5290>, 0x5611009b059c <vm_exec_core+5052>, 0x5611009b0557 <vm_exec_core+4983>, 0x5611009b0511 <vm_exec_core+4913>, 0x5611009b04e1 <vm_exec_core+4865>, 0x5611009b0416 <vm_exec_core+4662>, 0x5611009b0481 <vm_exec_core+4769>, 0x5611009b02f1 <vm_exec_core+4369>, 0x5611009b0284 <vm_exec_core+4260>, 0x5611009b01f7 <vm_exec_core+4119>, 0x5611009b013b <vm_exec_core+3931>, 0x5611009b0103 <vm_exec_core+3875>, 0x5611009b0d29 <vm_exec_core+6985>, 0x5611009b0c2e <vm_exec_core+6734>, 0x5611009b26c1 <vm_exec_core+13537>, 0x5611009b0d6c <vm_exec_core+7052>, 0x5611009b08dc <vm_exec_core+5884>, 0x5611009b26ad <vm_exec_core+13517>, 0x5611009b0892 <vm_exec_core+5810>, 0x5611009b0822 <vm_exec_core+5698>, 0x5611009b07b2 <vm_exec_core+5586>, 0x5611009b0ab2 <vm_exec_core+6354>, 0x5611009b099f <vm_exec_core+6079>, 0x5611009b0926 <vm_exec_core+5958>, 0x5611009b1a4d <vm_exec_core+10349>, 0x5611009b0bf6 <vm_exec_core+6678>, 0x5611009b0b9f <vm_exec_core+6591>, 0x5611009af893 <vm_exec_core+1715>, 0x5611009af859 <vm_exec_core+1657>, 0x5611009af98b <vm_exec_core+1963>, 0x5611009af8ea <vm_exec_core+1802>, 0x5611009b2699 <vm_exec_core+13497>, 0x5611009b2685 <vm_exec_core+13477>, 0x5611009b2671 <vm_exec_core+13457>, 0x5611009b265d <vm_exec_core+13437>, 0x5611009b2649 <vm_exec_core+13417>, 0x5611009b2635 <vm_exec_core+13397>, 0x5611009b261a <vm_exec_core+13370>, 0x5611009b2606 <vm_exec_core+13350>, 0x5611009b25f2 <vm_exec_core+13330>, 0x5611009b25de <vm_exec_core+13310>, 0x5611009b25ca <vm_exec_core+13290>, 0x5611009b25b6 <vm_exec_core+13270>, 0x5611009b25a2 <vm_exec_core+13250>, 0x5611009b258e <vm_exec_core+13230>, 0x5611009b257a <vm_exec_core+13210>, 0x5611009b2566 <vm_exec_core+13190>, 0x5611009af7e4 <vm_exec_core+1540>, 0x5611009af786 <vm_exec_core+1446>, 0x5611009b2552 <vm_exec_core+13170>, 0x5611009b253e <vm_exec_core+13150>, 0x5611009b252a <vm_exec_core+13130>, 0x5611009b2516 <vm_exec_core+13110>, 0x5611009af221 <vm_exec_core+65>, 0x5611009af225 <vm_exec_core+69>, 0x5611009af719 <vm_exec_core+1337>, 0x5611009af6c2 <vm_exec_core+1250>, 0x5611009af63f <vm_exec_core+1119>, 0x5611009af5fa <vm_exec_core+1050>, 0x5611009af5ad <vm_exec_core+973>...}
#79 0x00005611009a0f5b in rb_vm_exec (ec=0x561101da7120) at /tmp/ruby/src/trunk-yjit/vm.c:2366
_ec = 0x561101da7120
_tag = {tag = 36, retval = 4, buf = {0x7f507211d2c0, 0x5611009a0748 <rb_vm_exec+392>, 0x0, 0x7ffe7e3c3930, 0x561101e35c80}, prev = 0x7ffe7e3c3ac0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = <optimized out>
initial = <optimized out>
#80 0x00005611007b9361 in rb_ec_exec_node (ec=ec@entry=0x561101da7120, n=n@entry=0x7f507211d2c0) at /tmp/ruby/src/trunk-yjit/eval.c:287
th = <optimized out>
_ec = <optimized out>
_tag = {tag = 36, retval = 94631024188788, buf = {0x7f507211d2c0, 0x5611007b93b2 <rb_ec_exec_node+258>, 0x0, 0x7ffe7e3c3a90, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7f507211d2c0
#81 0x00005611007be4cd in ruby_run_node (n=0x7f507211d2c0) at /tmp/ruby/src/trunk-yjit/eval.c:328
ec = 0x561101da7120
status = 0
#82 0x00005611007b9117 in rb_main (argv=0x7ffe7e3c3cc8, argc=135) at /tmp/ruby/src/trunk-yjit/main.c:39
variable_in_this_stack_frame = 140731016299385
#83 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-yjit/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)