# Logfile created on 2023-03-29 17:06:53 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055c7759c60c0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat20", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=41600, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20230329-170653", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055c775a5f4c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055c775a5f388 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055c775a5f1a8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20230329-170653", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20230329-170653>, @binmode=false, @mon_data=#<Monitor:0x000055c775a5f0e0>, @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-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-rubyspec -j4 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 02ecdf8..a8c6ba2 master -> origin/master Updating 02ecdf8..a8c6ba2 Fast-forward bootstraptest/test_yjit.rb | 15 ++++ lib/reline/line_editor.rb | 18 ++--- yjit/src/codegen.rs | 176 ++++++++++++++++++++++----------------------- yjit/src/stats.rs | 2 +- 4 files changed, 113 insertions(+), 98 deletions(-) Latest commit hash = a8c6ba23a6 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 /tmp/ruby/src/trunk-repeat20/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-repeat20' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' 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-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-repeat20/version.c building Rust YJIT (release mode) warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1369:17 | 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { | --------------------------------------------------------------- because it's nested under this `unsafe` fn 1368 | // SAFETY: caller ensures initialization 1369 | let block = unsafe { blockref.as_ref() }; | ^^^^^^ unnecessary `unsafe` block | = note: `#[warn(unused_unsafe)]` on by default = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` = note: `#[allow(unsafe_op_in_unsafe_fn)]` on by default warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/cruby.rs:617:9 | 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; | ^^^^^^ unnecessary `unsafe` block | ::: /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1367:1 | 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { | --------------------------------------------------------------- because it's nested under this `unsafe` fn ... 1383 | obj_written!(iseq, dep.into()); | ------------------------------ in this macro invocation | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1392:22 | 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { | --------------------------------------------------------------- because it's nested under this `unsafe` fn ... 1392 | let object = unsafe { value_address.read_unaligned() }; | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/cruby.rs:617:9 | 617 | unsafe { rb_yjit_obj_written(old, young, src_loc.file.as_ptr(), src_loc.line) }; | ^^^^^^ unnecessary `unsafe` block | ::: /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:1367:1 | 1367 | unsafe fn add_block_version(blockref: BlockRef, cb: &CodeBlock) { | --------------------------------------------------------------- because it's nested under this `unsafe` fn ... 1393 | obj_written!(iseq, object); | -------------------------- in this macro invocation | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` = note: this warning originates in the macro `obj_written` (in Nightly builds, run with -Z macro-backtrace for more info) warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2689:17 | 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { | ----------------------------------------------- because it's nested under this `unsafe` fn 2689 | let block = unsafe { blockref.as_ref() }; | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2694:27 | 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { | ----------------------------------------------- because it's nested under this `unsafe` fn ... 2694 | let pred_branch = unsafe { pred_branchref.as_ref() }; | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2699:32 | 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { | ----------------------------------------------- because it's nested under this `unsafe` fn ... 2699 | let target_is_us = unsafe { | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2716:26 | 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { | ----------------------------------------------- because it's nested under this `unsafe` fn ... 2716 | let out_branch = unsafe { out_branchref.as_ref() }; | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2720:48 | 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { | ----------------------------------------------- because it's nested under this `unsafe` fn ... 2720 | let succ_block: Option<BlockRef> = unsafe { | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2727:34 | 2688 | unsafe fn remove_from_graph(blockref: BlockRef) { | ----------------------------------------------- because it's nested under this `unsafe` fn ... 2727 | let succ_block = unsafe { succ_block.as_ref() }; | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2753:5 | 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { | ---------------------------------------------------------------- because it's nested under this `unsafe` fn ... 2753 | unsafe { | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2762:5 | 2750 | pub unsafe fn free_block(blockref: BlockRef, graph_intact: bool) { | ---------------------------------------------------------------- because it's nested under this `unsafe` fn ... 2762 | unsafe { dealloc_block(blockref) } | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2768:5 | 2767 | unsafe fn dealloc_block(blockref: BlockRef) { | ------------------------------------------- because it's nested under this `unsafe` fn 2768 | unsafe { | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:2776:5 | 2767 | unsafe fn dealloc_block(blockref: BlockRef) { | ------------------------------------------- because it's nested under this `unsafe` fn ... 2776 | unsafe { | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20/yjit/src/core.rs:3001:9 | 2997 | unsafe fn ref_unchecked(&self) -> &Self::Contained { | -------------------------------------------------- because it's nested under this `unsafe` fn ... 3001 | unsafe { self.as_ptr().as_ref().unwrap() } | ^^^^^^ unnecessary `unsafe` block | = note: this `unsafe` block does contain unsafe operations, but those are already allowed in an `unsafe fn` warning: 15 warnings emitted touch yjit/target/release/libyjit.a partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated compiling /tmp/ruby/src/trunk-repeat20/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.3.0 linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update rbs to c24c65ce867c7d1cc3cc1ca871fc002579bd8854 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs 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. making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' generating transdb.h From https://github.com/ruby/rbs * branch c24c65ce867c7d1cc3cc1ca871fc002579bd8854 -> FETCH_HEAD transdb.h unchanged generating makefiles ext/configure-ext.mk making trans 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-repeat20/tool/ifchange /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-repeat20/.bundle/.timestamp/rbs.revision unchanged ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/debug-1.7.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20' ./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc Installing to installing binary commands: /tmp/ruby/install/trunk-repeat20/bin installing base libraries: /tmp/ruby/install/trunk-repeat20/lib installing arch files: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-repeat20/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/site_ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/vendor_ruby/3.3.0+0 installing extension headers: /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-repeat20/bin installing library scripts: /tmp/ruby/install/trunk-repeat20/lib/ruby/3.3.0+0 installing common headers: /tmp/ruby/install/trunk-repeat20/include/ruby-3.3.0+0 installing manpages: /tmp/ruby/install/trunk-repeat20/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.3.0+0 abbrev 0.1.1 base64 0.1.1 benchmark 0.2.1 bundler 2.5.0.dev cgi 0.3.6 csv 3.2.7 delegate 0.3.0 did_you_mean 1.6.3 drb 2.1.1 english 0.7.2 erb 4.0.2 error_highlight 0.5.1 fileutils 1.7.0 find 0.1.1 forwardable 1.3.3 getoptlong 0.2.0 ipaddr 1.2.5 irb 1.6.3 logger 1.5.3 mutex_m 0.1.2 net-http 0.3.2 net-protocol 0.2.1 observer 0.1.1 open-uri 0.3.0 open3 0.1.2 optparse 0.4.0.pre.1 ostruct 0.5.5 pp 0.4.0 prettyprint 0.1.1 pstore 0.1.2 racc 1.6.2 rdoc 6.5.0 readline 0.0.3 reline 0.3.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-repeat20/lib/ruby/gems/3.3.0+0 bigdecimal 3.1.4 date 3.3.3 digest 3.1.1 etc 1.4.2 fcntl 1.0.2 fiddle 1.1.2 io-console 0.6.0 io-nonblock 0.2.0 io-wait 0.3.0 json 2.6.3 nkf 0.1.2 openssl 3.1.0 pathname 0.2.1 psych 5.1.0 readline-ext 0.1.5 stringio 3.0.6 strscan 3.0.7 syslog 0.1.1 zlib 3.0.0 installing bundled gems: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.3.0+0 minitest 5.18.0 power_assert 2.0.3 rake 13.0.6 test-unit 3.5.7 rexml 3.2.5 rss 0.2.9 net-ftp 0.2.0 net-imap 0.3.4 net-pop 0.1.2 net-smtp 0.3.3 matrix 0.4.2 prime 0.1.2 rbs 3.0.4 typeprof 0.21.7 debug 1.7.2 installing bundled gem cache: /tmp/ruby/install/trunk-repeat20/lib/ruby/gems/3.3.0+0/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1825 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS=--repeat-count=20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20/include -I/tmp/ruby/src/trunk-repeat20 -I/tmp/ruby/src/trunk-repeat20/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat20/yjit/target/release/' /tmp/ruby/src/trunk-repeat20/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. /tmp/ruby/src/trunk-repeat20/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-repeat20/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20 Run options: --seed=57378 "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-repeat20/test/excludes --name=!/memory_leak/ --stderr-on-failure --repeat-count=20 # Running tests: Finished(1/20) tests in 825.318375s, 28.7925 tests/s, 10800.8234 assertions/s. Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 42435> Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 8 : #<TCPServer:fd 8, AF_INET6, ::, 42435> Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 9 : #<IO:fd 9> Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 10 : #<IO:fd 10> Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 38003> Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 12 : #<TCPServer:fd 12, AF_INET6, ::, 38003> Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 13 : #<IO:fd 13> Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 14 : #<IO:fd 14> Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 7 Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 8 Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 9 Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 10 Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 11 Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 12 Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 13 Closed file descriptor: TestGemRemoteFetcher#test_download_with_x_oauth_basic: 14 Finished(2/20) tests in 990.331573s, 23.9950 tests/s, 9004.6629 assertions/s. Finished(3/20) tests in 1031.142127s, 23.0453 tests/s, 8645.1235 assertions/s. Finished(4/20) tests in 1088.755160s, 21.8258 tests/s, 8192.5527 assertions/s. Finished(5/20) tests in 1092.164214s, 21.7577 tests/s, 8164.7923 assertions/s. Finished(6/20) tests in 997.024057s, 23.8339 tests/s, 8942.7722 assertions/s. Leaked file descriptor: TestGemRemoteFetcher#test_download_same_file: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 43191> Leaked file descriptor: TestGemRemoteFetcher#test_download_same_file: 8 : #<TCPServer:fd 8, AF_INET6, ::, 43191> Leaked file descriptor: TestGemRemoteFetcher#test_download_same_file: 9 : #<IO:fd 9> Leaked file descriptor: TestGemRemoteFetcher#test_download_same_file: 10 : #<IO:fd 10> Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 7 Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 8 Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 9 Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 10 Finished(7/20) tests in 964.684068s, 24.6329 tests/s, 9238.2836 assertions/s. Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 35403> Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 8 : #<TCPServer:fd 8, AF_INET6, ::, 35403> Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 9 : #<IO:fd 9> Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 10 : #<IO:fd 10> Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_unmodified: 7 Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_unmodified: 8 Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_unmodified: 9 Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_unmodified: 10 Finished(8/20) tests in 997.057064s, 23.8331 tests/s, 8943.9535 assertions/s. Closed file descriptor: TestGemRemoteFetcher#test_implicit_proxy: 11 Closed file descriptor: TestGemRemoteFetcher#test_implicit_proxy: 12 Closed file descriptor: TestGemRemoteFetcher#test_implicit_proxy: 13 Closed file descriptor: TestGemRemoteFetcher#test_implicit_proxy: 14 Finished(9/20) tests in 993.830660s, 23.9105 tests/s, 8973.6998 assertions/s. Finished(10/20) tests in 1011.295137s, 23.4976 tests/s, 8819.9603 assertions/s. Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 34695> Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 12 : #<TCPServer:fd 12, AF_INET6, ::, 34695> Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 13 : #<IO:fd 13> Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 14 : #<IO:fd 14> Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 11 Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 12 Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 13 Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 14 Finished(11/20) tests in 1059.079912s, 22.4374 tests/s, 8420.2768 assertions/s. Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 35525> Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17> Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18> Closed file descriptor: Rinda::TupleSpaceProxyTest#test_symbol_tuple: 16 Closed file descriptor: Rinda::TupleSpaceProxyTest#test_symbol_tuple: 17 Closed file descriptor: Rinda::TupleSpaceProxyTest#test_symbol_tuple: 18 1) Failure: TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20/test/ripper/test_files_test_2.rb:6]: pid 2882634 killed by SIGABRT (signal 6) (core dumped) | (eval):1: [BUG] Segmentation fault at 0x000000000000063d | ruby 3.3.0dev (2023-03-29T16:31:41Z master a8c6ba23a6) [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0013 p:---- s:0064 e:000063 CFUNC :inspect | c:0012 p:0011 s:0060 e:000059 METHOD (eval):1 [FINISH] | c:0011 p:---- s:0054 e:000053 CFUNC :parse | c:0010 p:0003 s:0050 e:000049 EVAL <test_pattern_matching.rb>:1 [FINISH] | c:0009 p:---- s:0047 e:000046 CFUNC :instance_eval | c:0008 p:0019 s:0041 e:000040 BLOCK -:33 | c:0007 p:0024 s:0038 e:000037 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243 | c:0006 p:0039 s:0033 e:000032 BLOCK -:32 | c:0005 p:0033 s:0029 e:000028 METHOD /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182 | c:0004 p:0009 s:0022 e:000021 BLOCK -:30 [FINISH] | c:0003 p:---- s:0018 e:000017 CFUNC :each | c:0002 p:0129 s:0014 E:000040 EVAL -:29 [FINISH] | c:0001 p:0000 s:0003 E:002240 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:29:in `<main>' | -:29:in `each' | -:30:in `block in <main>' | /tmp/ruby/src/trunk-repeat20/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' | -:32:in `block (2 levels) in <main>' | /tmp/ruby/src/trunk-repeat20/tool/lib/envutil.rb:243:in `under_gc_stress' | -:33:in `block (3 levels) in <main>' | -:33:in `instance_eval' | <test_pattern_matching.rb>:1:in `block (3 levels) in <main>' | <test_pattern_matching.rb>:1:in `parse' | (eval):1:in `on_nl' | (eval):1:in `inspect' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- Machine register context ------------------------------------------------ | RIP: 0x00007effea689718 RBP: 0x000055b69f63aa18 RSP: 0x00007fffcff59ce0 | RAX: 0x3333333333335538 RBX: 0x0000000000000088 RCX: 0xcccccccccccccccd | RDX: 0x0000000000000440 RDI: 0x000055b69f2d60e0 RSI: 0x0000000000000575 | R8: 0x0000000000008068 R9: 0x0000000000000060 R10: 0x00007effea010018 | R11: 0x0000000000000008 R12: 0x000055b69f2d60e0 R13: 0x000055b69f630000 | R14: 0x0000000000000000 R15: 0x000055b69f625b60 EFL: 0x0000000000010246 | | -- C level backtrace information ------------------------------------------- | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_print_backtrace+0xd) [0x7effea86121f] /tmp/ruby/src/trunk-repeat20/vm_dump.c:785 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20/vm_dump.c:1101 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_bug_for_fatal_signal+0xf4) [0x7effea6684a4] /tmp/ruby/src/trunk-repeat20/error.c:813 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(sigsegv+0x4d) [0x7effea7adc6d] /tmp/ruby/src/trunk-repeat20/signal.c:964 | /lib/x86_64-linux-gnu/libc.so.6(0x7effea1cd520) [0x7effea1cd520] | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RVALUE_WB_UNPROTECTED+0x1a) [0x7effea689718] /tmp/ruby/src/trunk-repeat20/gc.c:1650 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rgengc_check_relation) /tmp/ruby/src/trunk-repeat20/gc.c:6983 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rgengc_check_relation+0x5) [0x7effea68f7bd] /tmp/ruby/src/trunk-repeat20/gc.c:7078 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat20/gc.c:7059 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(mark_ast_value+0x9) [0x7effea6f3c5c] /tmp/ruby/src/trunk-repeat20/node.c:1379 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat20/node.c:1338 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat20/node.c:1348 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat20/node.c:1436 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects+0x78) [0x7effea692a88] /tmp/ruby/src/trunk-repeat20/gc.c:7512 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat20/gc.c:7550 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20/gc.c:8717 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marking_exit+0x0) [0x7effea693a42] /tmp/ruby/src/trunk-repeat20/gc.c:8774 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_marks) /tmp/ruby/src/trunk-repeat20/gc.c:8785 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat20/gc.c:9557 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_prepare+0x26) [0x7effea69695d] /tmp/ruby/src/trunk-repeat20/gc.c:2416 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat20/gc.c:2685 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20/gc.c:2791 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of0+0x66) [0x7effea6970a1] /tmp/ruby/src/trunk-repeat20/gc.c:2893 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2913 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat20/gc.c:2935 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rbimpl_str_buf_new_cstr+0x5) [0x7effea5ce50a] /tmp/ruby/src/trunk-repeat20/include/ruby/internal/intern/string.h:1447 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-repeat20/array.c:3103 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(inspect_ary) /tmp/ruby/src/trunk-repeat20/array.c:3097 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(exec_recursive+0x3e8) [0x7effea7f9778] /tmp/ruby/src/trunk-repeat20/thread.c:5149 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7effea835ed4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7effea84525d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call0_cc+0x6e) [0x7effea85589f] /tmp/ruby/src/trunk-repeat20/vm_eval.c:85 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_funcallv) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1040 | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_dispatch_delayed_token+0xb7) [0x7effe66cd997] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14192 | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(yylex+0x16c) [0x7effe66cfce8] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10488 | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.c:10528 | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7effe66e15b2] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ensure+0x126) [0x7effea671fe6] /tmp/ruby/src/trunk-repeat20/eval.c:1005 | /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7effe66c4315] /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7effea835ed4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7effea84525d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_string_with_cref+0xd9) [0x7effea84bbf9] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(eval_under+0x48) [0x7effea85bf6a] /tmp/ruby/src/trunk-repeat20/vm_eval.c:1946 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_obj_instance_eval_internal) /tmp/ruby/src/trunk-repeat20/vm_eval.c:1970 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7effea835ed4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x90) [0x7effea84525d] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:835 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_yield+0x27b) [0x7effea85af6b] /tmp/ruby/src/trunk-repeat20/vm.c:1384 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_TEST_RAW+0x0) [0x7effea5ce30c] /tmp/ruby/src/trunk-repeat20/array.c:2747 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/fl_type.h:552 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_array_len) /tmp/ruby/src/trunk-repeat20/include/ruby/internal/core/rarray.h:321 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ary_each) /tmp/ruby/src/trunk-repeat20/array.c:2746 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_cfp_consistent_p+0x0) [0x7effea835ed4] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3359 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_sendish+0x98) [0x7effea846bd9] /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:5225 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(vm_exec_core) ../../src/trunk-repeat20/insns.def:815 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_vm_exec+0x99b) [0x7effea84b9fb] /tmp/ruby/src/trunk-repeat20/vm.c:2366 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(rb_ec_exec_node+0xb1) [0x7effea66d8a1] /tmp/ruby/src/trunk-repeat20/eval.c:287 | /tmp/ruby/build/trunk-repeat20/libruby.so.3.3(ruby_run_node+0x93) [0x7effea673d63] /tmp/ruby/src/trunk-repeat20/eval.c:328 | /tmp/ruby/build/trunk-repeat20/ruby(rb_main+0x21) [0x55b69ee0e187] /tmp/ruby/src/trunk-repeat20/main.c:39 | /tmp/ruby/build/trunk-repeat20/ruby(main) /tmp/ruby/src/trunk-repeat20/main.c:58 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7effea1b4d90] ../sysdeps/nptl/libc_start_call_main.h:58 | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7effea1b4e40] ../csu/libc-start.c:392 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 | [0x55b69ee0e1d5] | | -- Other runtime information ----------------------------------------------- | | * Process memory map: | | 55b69ee0d000-55b69ee0e000 r--p 00000000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby | 55b69ee0e000-55b69ee0f000 r-xp 00001000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby | 55b69ee0f000-55b69ee10000 r--p 00002000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby | 55b69ee10000-55b69ee11000 r--p 00002000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby | 55b69ee11000-55b69ee12000 rw-p 00003000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby | 55b69f2d3000-55b69f76c000 rw-p 00000000 00:00 0 [heap] | 7effe3216000-7effe3a3e000 rw-p 00000000 00:00 0 | 7effe3a3e000-7effe3e75000 r--s 00000000 00:33 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug | 7effe3e75000-7effe4093000 r--s 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7effe4093000-7effe5403000 rw-p 00000000 00:00 0 | 7effe5403000-7effe6450000 r--s 00000000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 | 7effe6450000-7effe64a0000 rw-p 00000000 00:00 0 | 7effe64aa000-7effe64e0000 r--s 00000000 00:33 16003783 /tmp/ruby/build/trunk-repeat20/ruby | 7effe64e0000-7effe6620000 rw-p 00000000 00:00 0 | 7effe6625000-7effe6627000 r--p 00000000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so | 7effe6627000-7effe662c000 r-xp 00002000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so | 7effe662c000-7effe662d000 r--p 00007000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so | 7effe662d000-7effe662e000 ---p 00008000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so | 7effe662e000-7effe662f000 r--p 00008000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so | 7effe662f000-7effe6630000 rw-p 00009000 00:33 16258132 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/io/console.so | 7effe6630000-7effe66b0000 rw-p 00000000 00:00 0 | 7effe66b6000-7effe66b7000 r--p 00000000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so | 7effe66b7000-7effe66b9000 r-xp 00001000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so | 7effe66b9000-7effe66ba000 r--p 00003000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so | 7effe66ba000-7effe66bb000 r--p 00003000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so | 7effe66bb000-7effe66bc000 rw-p 00004000 00:33 16258310 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/rbconfig/sizeof.so | 7effe66bc000-7effe66c2000 r--p 00000000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so | 7effe66c2000-7effe66e4000 r-xp 00006000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so | 7effe66e4000-7effe66fd000 r--p 00028000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so | 7effe66fd000-7effe66ff000 r--p 00040000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so | 7effe66ff000-7effe6700000 rw-p 00042000 00:33 16258376 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/ripper.so | 7effe6700000-7effe6720000 rw-p 00000000 00:00 0 | 7effe6720000-7effe6721000 ---p 00000000 00:00 0 | 7effe6721000-7effe6762000 rw-p 00000000 00:00 0 | 7effe6762000-7effe6763000 ---p 00000000 00:00 0 | 7effe6763000-7effe67a4000 rw-p 00000000 00:00 0 | 7effe67a4000-7effe67a5000 ---p 00000000 00:00 0 | 7effe67a5000-7effe67e6000 rw-p 00000000 00:00 0 | 7effe67e6000-7effe67e7000 ---p 00000000 00:00 0 | 7effe67e7000-7effe6828000 rw-p 00000000 00:00 0 | 7effe6828000-7effe6829000 ---p 00000000 00:00 0 | 7effe6829000-7effe686a000 rw-p 00000000 00:00 0 | 7effe686a000-7effe686b000 ---p 00000000 00:00 0 | 7effe686b000-7effe68ac000 rw-p 00000000 00:00 0 | 7effe68ac000-7effe68ad000 ---p 00000000 00:00 0 | 7effe68ad000-7effe68ee000 rw-p 00000000 00:00 0 | 7effe68ee000-7effe68ef000 ---p 00000000 00:00 0 | 7effe68ef000-7effe6930000 rw-p 00000000 00:00 0 | 7effe6930000-7effe6931000 ---p 00000000 00:00 0 | 7effe6931000-7effe6972000 rw-p 00000000 00:00 0 | 7effe6972000-7effe6973000 ---p 00000000 00:00 0 | 7effe6973000-7effe69b4000 rw-p 00000000 00:00 0 | 7effe69b4000-7effe69b5000 ---p 00000000 00:00 0 | 7effe69b5000-7effe69f6000 rw-p 00000000 00:00 0 | 7effe69f6000-7effe69f7000 ---p 00000000 00:00 0 | 7effe69f7000-7effe6a38000 rw-p 00000000 00:00 0 | 7effe6a38000-7effe6a39000 ---p 00000000 00:00 0 | 7effe6a39000-7effe6a7a000 rw-p 00000000 00:00 0 | 7effe6a7a000-7effe6a7b000 ---p 00000000 00:00 0 | 7effe6a7b000-7effe6abc000 rw-p 00000000 00:00 0 | 7effe6abc000-7effe6abd000 ---p 00000000 00:00 0 | 7effe6abd000-7effe6afe000 rw-p 00000000 00:00 0 | 7effe6afe000-7effe6aff000 ---p 00000000 00:00 0 | 7effe6aff000-7effe6b40000 rw-p 00000000 00:00 0 | 7effe6b40000-7effe6b41000 ---p 00000000 00:00 0 | 7effe6b41000-7effe6b82000 rw-p 00000000 00:00 0 | 7effe6b82000-7effe6b83000 ---p 00000000 00:00 0 | 7effe6b83000-7effe6bc4000 rw-p 00000000 00:00 0 | 7effe6bc4000-7effe6bc5000 ---p 00000000 00:00 0 | 7effe6bc5000-7effe6c06000 rw-p 00000000 00:00 0 | 7effe6c06000-7effe6c07000 ---p 00000000 00:00 0 | 7effe6c07000-7effe6c48000 rw-p 00000000 00:00 0 | 7effe6c48000-7effe6c49000 ---p 00000000 00:00 0 | 7effe6c49000-7effe6c8a000 rw-p 00000000 00:00 0 | 7effe6c8a000-7effe6c8b000 ---p 00000000 00:00 0 | 7effe6c8b000-7effe6ccc000 rw-p 00000000 00:00 0 | 7effe6ccc000-7effe6ccd000 ---p 00000000 00:00 0 | 7effe6ccd000-7effe6d0e000 rw-p 00000000 00:00 0 | 7effe6d0e000-7effe6d0f000 ---p 00000000 00:00 0 | 7effe6d0f000-7effe6d50000 rw-p 00000000 00:00 0 | 7effe6d50000-7effe6d51000 ---p 00000000 00:00 0 | 7effe6d51000-7effe6d92000 rw-p 00000000 00:00 0 | 7effe6d92000-7effe6d93000 ---p 00000000 00:00 0 | 7effe6d93000-7effe6dd4000 rw-p 00000000 00:00 0 | 7effe6dd4000-7effe6dd5000 ---p 00000000 00:00 0 | 7effe6dd5000-7effe6e16000 rw-p 00000000 00:00 0 | 7effe6e16000-7effe6e17000 ---p 00000000 00:00 0 | 7effe6e17000-7effe6e58000 rw-p 00000000 00:00 0 | 7effe6e58000-7effe6e59000 ---p 00000000 00:00 0 | 7effe6e59000-7effe6e9a000 rw-p 00000000 00:00 0 | 7effe6e9a000-7effe6e9b000 ---p 00000000 00:00 0 | 7effe6e9b000-7effe6edc000 rw-p 00000000 00:00 0 | 7effe6edc000-7effe6edd000 ---p 00000000 00:00 0 | 7effe6edd000-7effe6f1e000 rw-p 00000000 00:00 0 | 7effe6f1e000-7effe6f1f000 ---p 00000000 00:00 0 | 7effe6f1f000-7effe6f90000 rw-p 00000000 00:00 0 | 7effe6f91000-7effe6f92000 r--p 00000000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so | 7effe6f92000-7effe6f93000 r-xp 00001000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so | 7effe6f93000-7effe6f94000 r--p 00002000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so | 7effe6f94000-7effe6f95000 r--p 00002000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so | 7effe6f95000-7effe6f96000 rw-p 00003000 00:33 16257273 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/trans/transdb.so | 7effe6f96000-7effea060000 rw-p 00000000 00:00 0 | 7effea063000-7effea064000 r--p 00000000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so | 7effea064000-7effea065000 r-xp 00001000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so | 7effea065000-7effea066000 r--p 00002000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so | 7effea066000-7effea067000 r--p 00002000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so | 7effea067000-7effea068000 rw-p 00003000 00:33 16256830 /tmp/ruby/build/trunk-repeat20/.ext/x86_64-linux/enc/encdb.so | 7effea068000-7effea16b000 rw-p 00000000 00:00 0 | 7effea16b000-7effea16e000 r--p 00000000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7effea16e000-7effea185000 r-xp 00003000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7effea185000-7effea189000 r--p 0001a000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7effea189000-7effea18a000 r--p 0001d000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7effea18a000-7effea18b000 rw-p 0001e000 00:33 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7effea18b000-7effea1b3000 r--p 00000000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7effea1b3000-7effea348000 r-xp 00028000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7effea348000-7effea3a0000 r--p 001bd000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7effea3a0000-7effea3a4000 r--p 00214000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7effea3a4000-7effea3a6000 rw-p 00218000 00:33 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7effea3a6000-7effea3b5000 rw-p 00000000 00:00 0 | 7effea3b5000-7effea3c3000 r--p 00000000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7effea3c3000-7effea43f000 r-xp 0000e000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7effea43f000-7effea49a000 r--p 0008a000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7effea49a000-7effea49b000 r--p 000e4000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7effea49b000-7effea49c000 rw-p 000e5000 00:33 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7effea49c000-7effea49e000 r--p 00000000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7effea49e000-7effea4b2000 r-xp 00002000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7effea4b2000-7effea4cb000 r--p 00016000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7effea4cb000-7effea4cc000 ---p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7effea4cc000-7effea4cd000 r--p 0002f000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7effea4cd000-7effea4ce000 rw-p 00030000 00:33 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7effea4ce000-7effea4d6000 rw-p 00000000 00:00 0 | 7effea4d6000-7effea4e0000 r--p 00000000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7effea4e0000-7effea53f000 r-xp 0000a000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7effea53f000-7effea556000 r--p 00069000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7effea556000-7effea557000 r--p 0007f000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7effea557000-7effea558000 rw-p 00080000 00:33 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7effea558000-7effea55a000 r--p 00000000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7effea55a000-7effea56b000 r-xp 00002000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7effea56b000-7effea571000 r--p 00013000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7effea571000-7effea572000 ---p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7effea572000-7effea573000 r--p 00019000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7effea573000-7effea574000 rw-p 0001a000 00:33 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7effea578000-7effea5bc000 r--p 00000000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 | 7effea5bc000-7effea91b000 r-xp 00044000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 | 7effea91b000-7effeaa7d000 r--p 003a3000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 | 7effeaa7d000-7effeaa91000 r--p 00504000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 | 7effeaa91000-7effeaa94000 rw-p 00518000 00:33 16003787 /tmp/ruby/build/trunk-repeat20/libruby.so.3.3.0 | 7effeaa94000-7effeaaaa000 rw-p 00000000 00:00 0 | 7effeaaaa000-7effeaaac000 r--p 00000000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7effeaaac000-7effeaad6000 r-xp 00002000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7effeaad6000-7effeaae1000 r--p 0002c000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7effeaae2000-7effeaae4000 r--p 00037000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7effeaae4000-7effeaae6000 rw-p 00039000 00:33 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fffcf761000-7fffcff60000 rw-p 00000000 00:00 0 [stack] | 7fffcffd1000-7fffcffd5000 r--p 00000000 00:00 0 [vvar] | 7fffcffd5000-7fffcffd7000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | | Finished(12/20) tests in 1136.724680s, 20.9048 tests/s, 7844.3199 assertions/s. 285156 tests, 107001364 assertions, 1 failures, 0 errors, 932 skips ruby -v: ruby 3.3.0dev (2023-03-29T16:31:41Z master a8c6ba23a6) [x86_64-linux] make: *** [uncommon.mk:828: yes-test-all] Error 1 $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 512. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20 $ /tmp/ruby/build/trunk-repeat20/miniruby -I/tmp/ruby/src/trunk-repeat20/lib /tmp/ruby/src/trunk-repeat20/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20 --extout=.ext -- /tmp/ruby/src/trunk-repeat20/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20/spec/default.mspec --error-output stderr ruby 3.3.0dev (2023-03-29T16:31:41Z master a8c6ba23a6) [x86_64-linux] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Finished in 102.534372 seconds 3841 files, 31577 examples, 179011 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=20" exit with 0. $ gdb -batch -se /tmp/ruby/build/trunk-repeat20/ruby -c /tmp/cores/core.1001.2882634.ruby -x gdbscript [New LWP 2882634] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `/tmp/ruby/build/trunk-repeat20/ruby -w --disable=gems -I/tmp/ruby/src/trunk-rep'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139637609110528) at ./nptl/pthread_kill.c:44 >>> Threads Id Target Id Frame * 1 Thread 0x7effea169c00 (LWP 2882634) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139637609110528) at ./nptl/pthread_kill.c:44 >>> Machine level backtrace Thread 1 (Thread 0x7effea169c00 (LWP 2882634)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139637609110528) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7effea169c00 old_mask = {__val = {94242842950416, 139637609923795, 94242843489024, 3362147949703524608, 195, 18446744073709551344, 2, 0, 94242843489024, 1, 94242842950416, 139637609923795, 0, 139637609820141, 139637609110528, 139637611435520}} 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=139637609110528) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=139637609110528, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007effea1cd476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007effea1b37f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x30302070782d2d20, sa_sigaction = 0x30302070782d2d20}, sa_mask = {__val = {2, 139637611452064, 3432, 139637617433174, 139637609818192, 2, 3966085137663358067, 3559082195469887078, 139637611452064, 2, 2, 1, 139637617433174, 139637611435520, 139637609771095, 139637609102608}}, sa_flags = 0, sa_restorer = 0x7effea3a56a0 <_IO_2_1_stderr_>} sigs = {__val = {32, 3966085167695951451, 3847312571621598822, 7378697426660503600, 3472328327168419427, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 139637609815917}} #5 0x00007effea5c298a in die () at /tmp/ruby/src/trunk-repeat20/error.c:776 No locals. #6 rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x55b69f357580, fmt=fmt@entry=0x7effea951351 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20/error.c:817 file = <optimized out> line = 1 #7 0x00007effea7adc6d in sigsegv (sig=11, info=0x55b69f3576b0, ctx=0x55b69f357580) at /tmp/ruby/src/trunk-repeat20/signal.c:964 No locals. #8 <signal handler called> No locals. #9 0x00007effea689718 in RVALUE_WB_UNPROTECTED (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:1650 No locals. #10 rgengc_check_relation (objspace=0x55b69f2d60e0, obj=94242846517784) at /tmp/ruby/src/trunk-repeat20/gc.c:6983 old_parent = <optimized out> __func__ = <optimized out> #11 0x00007effea68f7bd in rgengc_check_relation (obj=94242846517784, objspace=0x55b69f2d60e0) at /tmp/ruby/src/trunk-repeat20/gc.c:7078 old_parent = <optimized out> old_parent = <optimized out> __func__ = <optimized out> #12 gc_mark_ptr (objspace=0x55b69f2d60e0, obj=94242846517784) at /tmp/ruby/src/trunk-repeat20/gc.c:7059 __func__ = "gc_mark_ptr" #13 0x00007effea6f3c5c in mark_ast_value (node=0x55b69f625ba8, ctx=0x0) at /tmp/ruby/src/trunk-repeat20/node.c:1379 args = <optimized out> #14 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=7, nbe=0x55b69f625b60) at /tmp/ruby/src/trunk-repeat20/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-repeat20/node.c:1348 nbe = 0x55b69f625b60 nbe = <optimized out> #16 rb_ast_mark (ast=0x7effe647c218) at /tmp/ruby/src/trunk-repeat20/node.c:1436 nb = <optimized out> #17 0x00007effea692a88 in gc_mark_stacked_objects (count=<optimized out>, incremental=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:7512 mstack = <optimized out> obj = <optimized out> marked_slots_at_the_beginning = <optimized out> popped_count = 0 mstack = <optimized out> obj = <optimized out> marked_slots_at_the_beginning = <optimized out> popped_count = <optimized out> #18 gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:7550 No locals. #19 gc_marks_rest (objspace=0x55b69f2d60e0) at /tmp/ruby/src/trunk-repeat20/gc.c:8717 No locals. #20 0x00007effea693a42 in gc_marks (full_mark=<optimized out>, objspace=0x55b69f2d60e0) at /tmp/ruby/src/trunk-repeat20/gc.c:8774 marking_finished = false marking_finished = <optimized out> #21 gc_start (objspace=0x55b69f2d60e0, reason=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:9557 do_full_mark = <optimized out> immediate_mark = <optimized out> __func__ = <optimized out> lock_lev = 32511 #22 0x00007effea69695d in heap_prepare (heap=0x55b69f2d6140, size_pool=0x55b69f2d6108, objspace=0x55b69f2d60e0) at /tmp/ruby/src/trunk-repeat20/gc.c:2416 __func__ = <optimized out> #23 heap_next_free_page (heap=0x55b69f2d6140, size_pool=0x55b69f2d6108, objspace=0x55b69f2d60e0) at /tmp/ruby/src/trunk-repeat20/gc.c:2685 page = <optimized out> page = <optimized out> __func__ = <optimized out> #24 newobj_alloc (objspace=0x55b69f2d60e0, cr=0x55b69f2d6df0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-repeat20/gc.c:2791 page = <optimized out> lev = 1 unlock_vm = <optimized out> size_pool = 0x55b69f2d6108 heap = 0x55b69f2d6140 cache = 0x55b69f2d7068 obj = <optimized out> __func__ = <optimized out> #25 0x00007effea6970a1 in newobj_of0 (alloc_size=<optimized out>, cr=<optimized out>, wb_protected=1, flags=5, klass=139637556768160) at /tmp/ruby/src/trunk-repeat20/gc.c:2893 obj = <optimized out> objspace = 0x55b69f2d60e0 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-repeat20/gc.c:2913 obj = <optimized out> obj = <optimized out> #27 rb_wb_protected_newobj_of (klass=139637556768160, flags=flags@entry=5, size=size@entry=26) at /tmp/ruby/src/trunk-repeat20/gc.c:2935 __func__ = <optimized out> #28 0x00007effea7cd4be in str_alloc_embed (capa=2, klass=<optimized out>) at /tmp/ruby/src/trunk-repeat20/string.c:907 size = 26 str = <optimized out> size = <optimized out> str = <optimized out> #29 0x00007effea5ce50a in rbimpl_str_buf_new_cstr (str=0x7effea91b337 "[", str=0x7effea91b337 "[") at /tmp/ruby/src/trunk-repeat20/include/ruby/internal/intern/string.h:1447 len = 1 buf = <optimized out> len = <optimized out> buf = <optimized out> #30 inspect_ary (dummy=0, recur=0, ary=139637545631760) at /tmp/ruby/src/trunk-repeat20/array.c:3103 i = <optimized out> s = <optimized out> str = <optimized out> i = <optimized out> s = <optimized out> str = <optimized out> #31 inspect_ary (ary=ary@entry=139637545631760, dummy=dummy@entry=0, recur=recur@entry=0) at /tmp/ruby/src/trunk-repeat20/array.c:3097 i = <optimized out> s = <optimized out> str = <optimized out> #32 0x00007effea7f9778 in exec_recursive (func=0x7effea5ce4e0 <inspect_ary>, obj=139637545631760, pairid=<optimized out>, arg=0, outer=0, mid=<optimized out>) at /tmp/ruby/src/trunk-repeat20/thread.c:5149 _ec = 0x55b69f2d7120 _tag = {tag = 36, retval = 3121, buf = {0x55b69f326720, 0x7effea7f95c0 <exec_recursive+560>, 0x0, 0x7fffcff5a190, 0x7effe6f7fe80}, prev = 0x7fffcff5a530, state = RUBY_TAG_NONE, lock_rec = 0} ret = 36 state = RUBY_TAG_NONE result = <optimized out> sym = 708876 p = {func = 0x7effea5ce4e0 <inspect_ary>, list = 139637546386440, obj = 139637545631760, pairid = 0, arg = 0} outermost = <optimized out> #33 0x00007effea835ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7effea167d10, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 ci = 0xad100100001 cc = <optimized out> val = <optimized out> me = 0x7effea000a50 cfunc = 0x55b69f326728 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> #34 vm_call_cfunc_with_frame (ec=0x55b69f2d7120, reg_cfp=0x7effea167d10, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 argc = 0 stack_bottom = <optimized out> argv = <optimized out> #35 0x00007effea84525d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_callinfo.h:368 val = 96 ci = 0x3333333333335538 cc = <optimized out> recv = 94242842960096 argc = <optimized out> calling = {ci = 0xad100100001, cc = 0x7effe65acac0, block_handler = 0, recv = 139637545631760, argc = 0, kw_splat = false} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #36 vm_exec_core (ec=0x55b69f2d7120, initial=1397) at ../../src/trunk-repeat20/insns.def:835 bh = <optimized out> cd = 0x575 leaf = <optimized out> val = 96 reg_pc = 0x55b69f60d318 reg_cfp = 0x7effea167d10 insns_address_table = {0x7effea8479cf <vm_exec_core+10351>, 0x7effea8453d9 <vm_exec_core+633>, 0x7effea84758e <vm_exec_core+9262>, 0x7effea847514 <vm_exec_core+9140>, 0x7effea84749d <vm_exec_core+9021>, 0x7effea84741e <vm_exec_core+8894>, 0x7effea84739e <vm_exec_core+8766>, 0x7effea847342 <vm_exec_core+8674>, 0x7effea8472e7 <vm_exec_core+8583>, 0x7effea847297 <vm_exec_core+8503>, 0x7effea84711c <vm_exec_core+8124>, 0x7effea846f71 <vm_exec_core+7697>, 0x7effea846e86 <vm_exec_core+7462>, 0x7effea846e17 <vm_exec_core+7351>, 0x7effea846daa <vm_exec_core+7242>, 0x7effea846d6f <vm_exec_core+7183>, 0x7effea846d39 <vm_exec_core+7129>, 0x7effea846d06 <vm_exec_core+7078>, 0x7effea8475fa <vm_exec_core+9370>, 0x7effea846067 <vm_exec_core+3847>, 0x7effea845ff9 <vm_exec_core+3737>, 0x7effea845fbe <vm_exec_core+3678>, 0x7effea845f68 <vm_exec_core+3592>, 0x7effea845f24 <vm_exec_core+3524>, 0x7effea845e9d <vm_exec_core+3389>, 0x7effea845e68 <vm_exec_core+3336>, 0x7effea845e0d <vm_exec_core+3245>, 0x7effea845d95 <vm_exec_core+3125>, 0x7effea845d5d <vm_exec_core+3069>, 0x7effea845d25 <vm_exec_core+3013>, 0x7effea845b30 <vm_exec_core+2512>, 0x7effea845a9f <vm_exec_core+2367>, 0x7effea845a42 <vm_exec_core+2274>, 0x7effea8459c9 <vm_exec_core+2153>, 0x7effea846709 <vm_exec_core+5545>, 0x7effea8466e4 <vm_exec_core+5508>, 0x7effea8466ab <vm_exec_core+5451>, 0x7effea84665b <vm_exec_core+5371>, 0x7effea846629 <vm_exec_core+5321>, 0x7effea84653e <vm_exec_core+5086>, 0x7effea8464f9 <vm_exec_core+5017>, 0x7effea8464b3 <vm_exec_core+4947>, 0x7effea846483 <vm_exec_core+4899>, 0x7effea8463b8 <vm_exec_core+4696>, 0x7effea846423 <vm_exec_core+4803>, 0x7effea846288 <vm_exec_core+4392>, 0x7effea84621b <vm_exec_core+4283>, 0x7effea84618e <vm_exec_core+4142>, 0x7effea8460d2 <vm_exec_core+3954>, 0x7effea84609a <vm_exec_core+3898>, 0x7effea846c07 <vm_exec_core+6823>, 0x7effea846af4 <vm_exec_core+6548>, 0x7effea8451b8 <vm_exec_core+88>, 0x7effea846c82 <vm_exec_core+6946>, 0x7effea84684d <vm_exec_core+5869>, 0x7effea847b17 <vm_exec_core+10679>, 0x7effea846803 <vm_exec_core+5795>, 0x7effea8467aa <vm_exec_core+5706>, 0x7effea846751 <vm_exec_core+5617>, 0x7effea8469e6 <vm_exec_core+6278>, 0x7effea846910 <vm_exec_core+6064>, 0x7effea846897 <vm_exec_core+5943>, 0x7effea84796e <vm_exec_core+10254>, 0x7effea846c4a <vm_exec_core+6890>, 0x7effea846a9d <vm_exec_core+6461>, 0x7effea84582a <vm_exec_core+1738>, 0x7effea8457f0 <vm_exec_core+1680>, 0x7effea845922 <vm_exec_core+1986>, 0x7effea845881 <vm_exec_core+1825>, 0x7effea847dff <vm_exec_core+11423>, 0x7effea847d56 <vm_exec_core+11254>, 0x7effea847fd6 <vm_exec_core+11894>, 0x7effea847f63 <vm_exec_core+11779>, 0x7effea847ebd <vm_exec_core+11613>, 0x7effea847e61 <vm_exec_core+11521>, 0x7effea848383 <vm_exec_core+12835>, 0x7effea8482e6 <vm_exec_core+12678>, 0x7effea84824e <vm_exec_core+12526>, 0x7effea8481b1 <vm_exec_core+12369>, 0x7effea848119 <vm_exec_core+12217>, 0x7effea847a58 <vm_exec_core+10488>, 0x7effea8480ce <vm_exec_core+12142>, 0x7effea848078 <vm_exec_core+12056>, 0x7effea847be5 <vm_exec_core+10885>, 0x7effea847b5b <vm_exec_core+10747>, 0x7effea845783 <vm_exec_core+1571>, 0x7effea845725 <vm_exec_core+1477>, 0x7effea847d22 <vm_exec_core+11202>, 0x7effea847cee <vm_exec_core+11150>, 0x7effea847c9d <vm_exec_core+11069>, 0x7effea847c4e <vm_exec_core+10990>, 0x7effea847a8b <vm_exec_core+10539>, 0x7effea8479e0 <vm_exec_core+10368>, 0x7effea8456b8 <vm_exec_core+1368>, 0x7effea845661 <vm_exec_core+1281>, 0x7effea8455de <vm_exec_core+1150>, 0x7effea845599 <vm_exec_core+1081>, 0x7effea84554c <vm_exec_core+1004>, 0x7effea8454ff <vm_exec_core+927>, 0x7effea8454aa <vm_exec_core+842>, 0x7effea845477 <vm_exec_core+791>, 0x7effea845444 <vm_exec_core+740>, 0x7effea847afb <vm_exec_core+10651>, 0x7effea8453ca <vm_exec_core+618>, 0x7effea84757f <vm_exec_core+9247>, 0x7effea847505 <vm_exec_core+9125>, 0x7effea84748e <vm_exec_core+9006>, 0x7effea84740f <vm_exec_core+8879>, 0x7effea84738f <vm_exec_core+8751>, 0x7effea847333 <vm_exec_core+8659>, 0x7effea8472d8 <vm_exec_core+8568>, 0x7effea847288 <vm_exec_core+8488>, 0x7effea84710d <vm_exec_core+8109>, 0x7effea846f62 <vm_exec_core+7682>, 0x7effea846e77 <vm_exec_core+7447>, 0x7effea846e08 <vm_exec_core+7336>, 0x7effea846d9b <vm_exec_core+7227>, 0x7effea846d60 <vm_exec_core+7168>, 0x7effea846d2a <vm_exec_core+7114>, 0x7effea846cf7 <vm_exec_core+7063>, 0x7effea8475eb <vm_exec_core+9355>, 0x7effea846058 <vm_exec_core+3832>, 0x7effea845fea <vm_exec_core+3722>, 0x7effea845faf <vm_exec_core+3663>, 0x7effea845f59 <vm_exec_core+3577>, 0x7effea845f15 <vm_exec_core+3509>, 0x7effea845e8e <vm_exec_core+3374>, 0x7effea845e59 <vm_exec_core+3321>, 0x7effea845dfe <vm_exec_core+3230>, 0x7effea845d86 <vm_exec_core+3110>, 0x7effea845d4e <vm_exec_core+3054>, 0x7effea845d16 <vm_exec_core+2998>, 0x7effea845b21 <vm_exec_core+2497>, 0x7effea845a90 <vm_exec_core+2352>, 0x7effea845a33 <vm_exec_core+2259>, 0x7effea8459ba <vm_exec_core+2138>, 0x7effea8466fa <vm_exec_core+5530>, 0x7effea8466d5 <vm_exec_core+5493>, 0x7effea84669c <vm_exec_core+5436>, 0x7effea84664c <vm_exec_core+5356>, 0x7effea84661a <vm_exec_core+5306>, 0x7effea84652f <vm_exec_core+5071>, 0x7effea8464ea <vm_exec_core+5002>, 0x7effea8464a4 <vm_exec_core+4932>, 0x7effea846474 <vm_exec_core+4884>, 0x7effea8463a9 <vm_exec_core+4681>, 0x7effea846414 <vm_exec_core+4788>, 0x7effea846279 <vm_exec_core+4377>, 0x7effea84620c <vm_exec_core+4268>, 0x7effea84617f <vm_exec_core+4127>, 0x7effea8460c3 <vm_exec_core+3939>, 0x7effea84608b <vm_exec_core+3883>, 0x7effea846bf8 <vm_exec_core+6808>, 0x7effea846ae5 <vm_exec_core+6533>, 0x7effea8485a3 <vm_exec_core+13379>, 0x7effea846c73 <vm_exec_core+6931>, 0x7effea84683e <vm_exec_core+5854>, 0x7effea84858f <vm_exec_core+13359>, 0x7effea8467f4 <vm_exec_core+5780>, 0x7effea84679b <vm_exec_core+5691>, 0x7effea846742 <vm_exec_core+5602>, 0x7effea8469d7 <vm_exec_core+6263>, 0x7effea846901 <vm_exec_core+6049>, 0x7effea846888 <vm_exec_core+5928>, 0x7effea84795f <vm_exec_core+10239>, 0x7effea846c3b <vm_exec_core+6875>, 0x7effea846a8e <vm_exec_core+6446>, 0x7effea84581b <vm_exec_core+1723>, 0x7effea8457e1 <vm_exec_core+1665>, 0x7effea845913 <vm_exec_core+1971>, 0x7effea845872 <vm_exec_core+1810>, 0x7effea84857b <vm_exec_core+13339>, 0x7effea848567 <vm_exec_core+13319>, 0x7effea848553 <vm_exec_core+13299>, 0x7effea84853f <vm_exec_core+13279>, 0x7effea84852b <vm_exec_core+13259>, 0x7effea848517 <vm_exec_core+13239>, 0x7effea8484fc <vm_exec_core+13212>, 0x7effea8484e8 <vm_exec_core+13192>, 0x7effea8484d4 <vm_exec_core+13172>, 0x7effea8484c0 <vm_exec_core+13152>, 0x7effea8484ac <vm_exec_core+13132>, 0x7effea848498 <vm_exec_core+13112>, 0x7effea848484 <vm_exec_core+13092>, 0x7effea848470 <vm_exec_core+13072>, 0x7effea84845c <vm_exec_core+13052>, 0x7effea848448 <vm_exec_core+13032>, 0x7effea845774 <vm_exec_core+1556>, 0x7effea845716 <vm_exec_core+1462>, 0x7effea848434 <vm_exec_core+13012>, 0x7effea848420 <vm_exec_core+12992>, 0x7effea84840c <vm_exec_core+12972>, 0x7effea8483f8 <vm_exec_core+12952>, 0x7effea8451a1 <vm_exec_core+65>, 0x7effea8451a5 <vm_exec_core+69>, 0x7effea8456a9 <vm_exec_core+1353>, 0x7effea845652 <vm_exec_core+1266>, 0x7effea8455cf <vm_exec_core+1135>, 0x7effea84558a <vm_exec_core+1066>, 0x7effea84553d <vm_exec_core+989>...} #37 0x00007effea84b9fb in rb_vm_exec (ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366 _ec = 0x55b69f2d7120 _tag = {tag = 36, retval = 4, buf = {0x7effe647c3f8, 0x7effea84b1f0 <rb_vm_exec+400>, 0x0, 0x7fffcff5a460, 0x7effea69c830 <tbl_update_modify>}, prev = 0x7fffcff5be30, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> #38 0x00007effea85589f in vm_call0_cc (kw_splat=0, cc=0x7effe65ab698, argv=0x7fffcff5a680, argc=1, id=51553, recv=139637545223160, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:85 calling = {ci = 0x7fffcff5a610, cc = 0x7effe65ab698, block_handler = 0, recv = 139637545223160, argc = 1, kw_splat = false} #39 rb_funcallv_scope (scope=CALL_FCALL, argv=0x7fffcff5a680, argc=1, mid=51553, recv=139637545223160) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1040 ec = 0x55b69f2d7120 cc = 0x7effe65ab698 self = <optimized out> ec = <optimized out> cc = <optimized out> self = <optimized out> #40 rb_funcallv (recv=139637545223160, mid=51553, argc=argc@entry=1, argv=argv@entry=0x7fffcff5a680) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1055 No locals. #41 0x00007effe66cd997 in ripper_dispatch1 (a=<optimized out>, mid=<optimized out>, p=0x55b69f625730) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14192 rb_funcall_argc = 1 rb_funcall_args = {139637545631880} rb_funcall_nargs = 1 #42 ripper_dispatch_delayed_token (p=p@entry=0x55b69f625730, t=t@entry=10) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:6295 saved_line = 570 saved_tokp = 0x7effe64e037f "" #43 0x00007effe66cfce8 in yylex (p=0x55b69f625730, yylloc=0x7fffcff5a7c0, lval=0x7fffcff5a798) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:10488 t = <optimized out> t = <optimized out> #44 ripper_yyparse (p=0x55b69f625730) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.c:10528 yychar = <optimized out> yylval = {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}} yyloc_default = {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}} yylloc = {beg_pos = {lineno = 570, column = 15}, end_pos = {lineno = 570, column = 15}} yynerrs = <optimized out> yystate = <optimized out> yyerrstatus = <optimized out> yystacksize = <optimized out> yyssa = {0, 2, 71, 313, 99, 403, 646, 824, 265, 481, 76, 324, 565, 265, 481, 80, 333, 574, 760, 897, 1032, 105, 333, 574, 760, 897, 1032, 97, 387, 634, 810, 980, 1097, 1178, 1231, 1270, 123, 1300, 586, 273, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 0, 0, 32767, 0, 0, 0, 32767, 0, -22016, -12299, 32767, 0, 0, 0, 32511, 0, 32, 0, 0, 0, -15838, -6585, 32511, 0, 3, 0, 0, 0, -16816, -12299, 32767, 0, 3, 0, 0, 0, -16800, -12299, 32767, 0, -22144, -12299, 32767, 0, -22112, -12299, 32767, 0, 0, 0, 0, 512, -22144, -12299, 32767, 0, -16848, -12299, 32767, 0, 128, 0, 0, 0, 36, 0, 0, 0, -24856, -24735, 21942, 0, 36, 0, 0, 0, 0, 0, 0, 0, -16800, -12299, 32767, 0, 128, 0, 0, 0, 1, 0, 5, 0, 1, 0, 5, 0, 1, 0, 0, 0, 1, 0, 5, 0, 0, 1, 3, 311, 565, 749, 893, 970, 0, 1, 3, 311, 565, 749, 893, 970, 378, 624, 794, 666, 842, 0, 0, 0, 0, 1, 3, 311, 0, 0, 1, 0, 0, 1, 3, 311, 0, 0, 0, 0, 36, 0, 0, 0, 28944, -6561, 32511, 0} yyss = <optimized out> yyssp = <optimized out> yyvsa = {{val = 139637546775200, node = 0x7effe65f72a0, id = 139637546775200, num = -429952352, tbl = 0x7effe65f72a0, vars = 0x7effe65f72a0, strterm = 0x7effe65f72a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139637546458040, node = 0x7effe65a9bb8, id = 139637546458040, num = -430269512, tbl = 0x7effe65a9bb8, vars = 0x7effe65a9bb8, strterm = 0x7effe65a9bb8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139637545215320, node = 0x7effe647a558, id = 139637545215320, num = -431512232, tbl = 0x7effe647a558, vars = 0x7effe647a558, strterm = 0x7effe647a558, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139637545217400, node = 0x7effe647ad78, id = 139637545217400, num = -431510152, tbl = 0x7effe647ad78, vars = 0x7effe647ad78, strterm = 0x7effe647ad78, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139633681760256, node = 0x7eff00000000, id = 139633681760256, num = 0, tbl = 0x7eff00000000, vars = 0x7eff00000000, strterm = 0x7eff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637545211960, node = 0x7effe6479838, id = 139637545211960, num = -431515592, tbl = 0x7effe6479838, vars = 0x7effe6479838, strterm = 0x7effe6479838, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139637545207520, node = 0x7effe64786e0, id = 139637545207520, num = -431520032, tbl = 0x7effe64786e0, vars = 0x7effe64786e0, strterm = 0x7effe64786e0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, 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 = 139637545076080, node = 0x7effe6458570, id = 139637545076080, num = -431651472, tbl = 0x7effe6458570, vars = 0x7effe6458570, strterm = 0x7effe6458570, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139637545076440, node = 0x7effe64586d8, id = 139637545076440, num = -431651112, tbl = 0x7effe64586d8, vars = 0x7effe64586d8, strterm = 0x7effe64586d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94242846514984, node = 0x55b69f639f28, id = 94242846514984, num = -1620861144, tbl = 0x55b69f639f28, vars = 0x55b69f639f28, strterm = 0x55b69f639f28, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139637545073280, node = 0x7effe6457a80, id = 139637545073280, num = -431654272, tbl = 0x7effe6457a80, vars = 0x7effe6457a80, strterm = 0x7effe6457a80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637545073280, node = 0x7effe6457a80, id = 139637545073280, num = -431654272, tbl = 0x7effe6457a80, vars = 0x7effe6457a80, strterm = 0x7effe6457a80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637545651160, node = 0x7effe64e4bd8, id = 139637545651160, num = -431076392, tbl = 0x7effe64e4bd8, vars = 0x7effe64e4bd8, strterm = 0x7effe64e4bd8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139637545651480, node = 0x7effe64e4d18, id = 139637545651480, num = -431076072, tbl = 0x7effe64e4d18, vars = 0x7effe64e4d18, strterm = 0x7effe64e4d18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94242846520248, node = 0x55b69f63b3b8, id = 94242846520248, num = -1620855880, tbl = 0x55b69f63b3b8, vars = 0x55b69f63b3b8, strterm = 0x55b69f63b3b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139637545649560, node = 0x7effe64e4598, id = 139637545649560, num = -431077992, tbl = 0x7effe64e4598, vars = 0x7effe64e4598, strterm = 0x7effe64e4598, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94242845897200, node = 0x55b69f5a31f0, id = 94242845897200, num = -1621478928, tbl = 0x55b69f5a31f0, vars = 0x55b69f5a31f0, strterm = 0x55b69f5a31f0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139637976727551, node = 0x7effffffffff, id = 139637976727551, num = -1, tbl = 0x7effffffffff, vars = 0x7effffffffff, strterm = 0x7effffffffff, 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 = 139637545639320, node = 0x7effe64e1d98, id = 139637545639320, num = -431088232, tbl = 0x7effe64e1d98, vars = 0x7effe64e1d98, strterm = 0x7effe64e1d98, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139637545639680, node = 0x7effe64e1f00, id = 139637545639680, num = -431087872, tbl = 0x7effe64e1f00, vars = 0x7effe64e1f00, strterm = 0x7effe64e1f00, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242846341584, node = 0x55b69f60f9d0, id = 94242846341584, num = -1621034544, tbl = 0x55b69f60f9d0, vars = 0x55b69f60f9d0, strterm = 0x55b69f60f9d0, 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 = 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 = 139637545637200, node = 0x7effe64e1550, id = 139637545637200, num = -431090352, tbl = 0x7effe64e1550, vars = 0x7effe64e1550, strterm = 0x7effe64e1550, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139637545636200, node = 0x7effe64e1168, id = 139637545636200, num = -431091352, tbl = 0x7effe64e1168, vars = 0x7effe64e1168, strterm = 0x7effe64e1168, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139637545634920, node = 0x7effe64e0c68, id = 139637545634920, num = -431092632, tbl = 0x7effe64e0c68, vars = 0x7effe64e0c68, strterm = 0x7effe64e0c68, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139637545635200, node = 0x7effe64e0d80, id = 139637545635200, num = -431092352, tbl = 0x7effe64e0d80, vars = 0x7effe64e0d80, strterm = 0x7effe64e0d80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139633681760280, node = 0x7eff00000018, id = 139633681760280, num = 24, tbl = 0x7eff00000018, vars = 0x7eff00000018, strterm = 0x7eff00000018, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637545632960, node = 0x7effe64e04c0, id = 139637545632960, num = -431094592, tbl = 0x7effe64e04c0, vars = 0x7effe64e04c0, strterm = 0x7effe64e04c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139637545633320, node = 0x7effe64e0628, id = 139637545633320, num = -431094232, tbl = 0x7effe64e0628, vars = 0x7effe64e0628, strterm = 0x7effe64e0628, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139637545665440, node = 0x7effe64e83a0, id = 139637545665440, num = -431062112, tbl = 0x7effe64e83a0, vars = 0x7effe64e83a0, strterm = 0x7effe64e83a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94242846520640, node = 0x55b69f63b540, id = 94242846520640, num = -1620855488, tbl = 0x55b69f63b540, vars = 0x55b69f63b540, strterm = 0x55b69f63b540, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139637545660320, node = 0x7effe64e6fa0, id = 139637545660320, num = -431067232, tbl = 0x7effe64e6fa0, vars = 0x7effe64e6fa0, strterm = 0x7effe64e6fa0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139637545660600, node = 0x7effe64e70b8, id = 139637545660600, num = -431066952, tbl = 0x7effe64e70b8, vars = 0x7effe64e70b8, strterm = 0x7effe64e70b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139637545661160, node = 0x7effe64e72e8, id = 139637545661160, num = -431066392, tbl = 0x7effe64e72e8, vars = 0x7effe64e72e8, strterm = 0x7effe64e72e8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139637547279200, node = 0x7effe6672360, id = 139637547279200, num = -429448352, tbl = 0x7effe6672360, vars = 0x7effe6672360, strterm = 0x7effe6672360, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, 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 = 94242846862360, node = 0x55b69f68ec18, id = 94242846862360, num = -1620513768, tbl = 0x55b69f68ec18, vars = 0x55b69f68ec18, strterm = 0x55b69f68ec18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139637547282240, node = 0x7effe6672f40, id = 139637547282240, num = -429445312, tbl = 0x7effe6672f40, vars = 0x7effe6672f40, strterm = 0x7effe6672f40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94242847166608, node = 0x55b69f6d9090, id = 94242847166608, num = -1620209520, tbl = 0x55b69f6d9090, vars = 0x55b69f6d9090, strterm = 0x55b69f6d9090, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139637547280040, node = 0x7effe66726a8, id = 139637547280040, num = -429447512, tbl = 0x7effe66726a8, vars = 0x7effe66726a8, strterm = 0x7effe66726a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 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 = 94242846383624, node = 0x55b69f619e08, id = 94242846383624, num = -1620992504, tbl = 0x55b69f619e08, vars = 0x55b69f619e08, strterm = 0x55b69f619e08, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, 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 = 140736682373936, node = 0x7fffcff5b330, id = 140736682373936, num = -805981392, tbl = 0x7fffcff5b330, vars = 0x7fffcff5b330, strterm = 0x7fffcff5b330, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 420906795008, node = 0x6200000000, id = 420906795008, num = 0, tbl = 0x6200000000, vars = 0x6200000000, strterm = 0x6200000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242844485328, node = 0x55b69f44a6d0, id = 94242844485328, num = -1622890800, tbl = 0x55b69f44a6d0, vars = 0x55b69f44a6d0, strterm = 0x55b69f44a6d0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140736682374160, node = 0x7fffcff5b410, id = 140736682374160, num = -805981168, tbl = 0x7fffcff5b410, vars = 0x7fffcff5b410, strterm = 0x7fffcff5b410, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94242844856247, node = 0x55b69f4a4fb7, id = 94242844856247, num = -1622519881, tbl = 0x55b69f4a4fb7, vars = 0x55b69f4a4fb7, strterm = 0x55b69f4a4fb7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637976727552, node = 0x7f0000000000, id = 139637976727552, num = 0, tbl = 0x7f0000000000, vars = 0x7f0000000000, strterm = 0x7f0000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140736682371632, node = 0x7fffcff5aa30, id = 140736682371632, num = -805983696, tbl = 0x7fffcff5aa30, vars = 0x7fffcff5aa30, strterm = 0x7fffcff5aa30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94242844856254, node = 0x55b69f4a4fbe, id = 94242844856254, num = -1622519874, tbl = 0x55b69f4a4fbe, vars = 0x55b69f4a4fbe, strterm = 0x55b69f4a4fbe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 15, node = 0xf, id = 15, num = 15, tbl = 0xf, vars = 0xf, strterm = 0xf, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 24, node = 0x18, id = 24, num = 24, tbl = 0x18, vars = 0x18, strterm = 0x18, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 281474976710656, node = 0x1000000000000, id = 281474976710656, num = 0, tbl = 0x1000000000000, vars = 0x1000000000000, strterm = 0x1000000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 4294967296, node = 0x100000000, id = 4294967296, num = 0, tbl = 0x100000000, vars = 0x100000000, strterm = 0x100000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}} <repeats 17 times>, {val = 94242844856254, node = 0x55b69f4a4fbe, id = 94242844856254, num = -1622519874, tbl = 0x55b69f4a4fbe, vars = 0x55b69f4a4fbe, strterm = 0x55b69f4a4fbe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94242844856254, node = 0x55b69f4a4fbe, id = 94242844856254, num = -1622519874, tbl = 0x55b69f4a4fbe, vars = 0x55b69f4a4fbe, strterm = 0x55b69f4a4fbe, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 3362147949703524608, node = 0x2ea8bfbf3062f100, id = 3362147949703524608, num = 811790592, tbl = 0x2ea8bfbf3062f100, vars = 0x2ea8bfbf3062f100, strterm = 0x2ea8bfbf3062f100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242843784256, node = 0x55b69f39f440, id = 94242843784256, num = -1623591872, tbl = 0x55b69f39f440, vars = 0x55b69f39f440, strterm = 0x55b69f39f440, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94242843784256, node = 0x55b69f39f440, id = 94242843784256, num = -1623591872, tbl = 0x55b69f39f440, vars = 0x55b69f39f440, strterm = 0x55b69f39f440, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140736682372720, node = 0x7fffcff5ae70, id = 140736682372720, num = -805982608, tbl = 0x7fffcff5ae70, vars = 0x7fffcff5ae70, strterm = 0x7fffcff5ae70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140736682373424, node = 0x7fffcff5b130, id = 140736682373424, num = -805981904, tbl = 0x7fffcff5b130, vars = 0x7fffcff5b130, strterm = 0x7fffcff5b130, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 139637617380928, node = 0x7effea94ce40 <clean_info>, id = 139637617380928, num = -359346624, tbl = 0x7effea94ce40 <clean_info>, vars = 0x7effea94ce40 <clean_info>, strterm = 0x7effea94ce40 <clean_info>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140736682373472, node = 0x7fffcff5b160, id = 140736682373472, num = -805981856, tbl = 0x7fffcff5b160, vars = 0x7fffcff5b160, strterm = 0x7fffcff5b160, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139637615498146, node = 0x7effea7813a2 <optimize_node_left+450>, id = 139637615498146, num = -361229406, tbl = 0x7effea7813a2 <optimize_node_left+450>, vars = 0x7effea7813a2 <optimize_node_left+450>, strterm = 0x7effea7813a2 <optimize_node_left+450>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 2, node = 0x2, id = 2, num = 2, tbl = 0x2, vars = 0x2, strterm = 0x2, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140736682373560, node = 0x7fffcff5b1b8, id = 140736682373560, num = -805981768, tbl = 0x7fffcff5b1b8, vars = 0x7fffcff5b1b8, strterm = 0x7fffcff5b1b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140736682373496, node = 0x7fffcff5b178, id = 140736682373496, num = -805981832, tbl = 0x7fffcff5b178, vars = 0x7fffcff5b178, strterm = 0x7fffcff5b178, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140736682373624, node = 0x7fffcff5b1f8, id = 140736682373624, num = -805981704, tbl = 0x7fffcff5b1f8, vars = 0x7fffcff5b1f8, strterm = 0x7fffcff5b1f8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140733193388032, node = 0x7fff00000000, id = 140733193388032, num = 0, tbl = 0x7fff00000000, vars = 0x7fff00000000, strterm = 0x7fff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140736682372744, node = 0x7fffcff5ae88, id = 140736682372744, num = -805982584, tbl = 0x7fffcff5ae88, vars = 0x7fffcff5ae88, strterm = 0x7fffcff5ae88, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140736682373688, node = 0x7fffcff5b238, id = 140736682373688, num = -805981640, tbl = 0x7fffcff5b238, vars = 0x7fffcff5b238, strterm = 0x7fffcff5b238, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140736682372705, node = 0x7fffcff5ae61, id = 140736682372705, num = -805982623, tbl = 0x7fffcff5ae61, vars = 0x7fffcff5ae61, strterm = 0x7fffcff5ae61, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140736682372705, node = 0x7fffcff5ae61, id = 140736682372705, num = -805982623, tbl = 0x7fffcff5ae61, vars = 0x7fffcff5ae61, strterm = 0x7fffcff5ae61, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 139637615492746, node = 0x7effea77fe8a <update_string_node_case_fold+298>, id = 139637615492746, num = -361234806, tbl = 0x7effea77fe8a <update_string_node_case_fold+298>, vars = 0x7effea77fe8a <update_string_node_case_fold+298>, strterm = 0x7effea77fe8a <update_string_node_case_fold+298>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242844688497, node = 0x55b69f47c071, id = 94242844688497, num = -1622687631, tbl = 0x55b69f47c071, vars = 0x55b69f47c071, strterm = 0x55b69f47c071, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94242845232992, node = 0x55b69f500f60, id = 94242845232992, num = -1622143136, tbl = 0x55b69f500f60, vars = 0x55b69f500f60, strterm = 0x55b69f500f60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140736682372696, node = 0x7fffcff5ae58, id = 140736682372696, num = -805982632, tbl = 0x7fffcff5ae58, vars = 0x7fffcff5ae58, strterm = 0x7fffcff5ae58, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 140736682372704, node = 0x7fffcff5ae60, id = 140736682372704, num = -805982624, tbl = 0x7fffcff5ae60, vars = 0x7fffcff5ae60, strterm = 0x7fffcff5ae60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140736682372705, node = 0x7fffcff5ae61, id = 140736682372705, num = -805982623, tbl = 0x7fffcff5ae61, vars = 0x7fffcff5ae61, strterm = 0x7fffcff5ae61, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 3362147949703524608, node = 0x2ea8bfbf3062f100, id = 3362147949703524608, num = 811790592, tbl = 0x2ea8bfbf3062f100, vars = 0x2ea8bfbf3062f100, strterm = 0x2ea8bfbf3062f100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242844688464, node = 0x55b69f47c050, id = 94242844688464, num = -1622687664, tbl = 0x55b69f47c050, vars = 0x55b69f47c050, strterm = 0x55b69f47c050, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {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 = 94242844071729, node = 0x55b69f3e5731, id = 94242844071729, num = -1623304399, tbl = 0x55b69f3e5731, vars = 0x55b69f3e5731, strterm = 0x55b69f3e5731, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 3, node = 0x3, id = 3, num = 3, tbl = 0x3, vars = 0x3, strterm = 0x3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551615, node = 0xffffffffffffffff, id = 18446744073709551615, num = -1, tbl = 0xffffffffffffffff, vars = 0xffffffffffffffff, strterm = 0xffffffffffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637609920171, node = 0x7effea22f6ab <_int_malloc+3195>, id = 139637609920171, num = -366807381, tbl = 0x7effea22f6ab <_int_malloc+3195>, vars = 0x7effea22f6ab <_int_malloc+3195>, strterm = 0x7effea22f6ab <_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 = 94242846766480, node = 0x55b69f677590, id = 94242846766480, num = -1620609648, tbl = 0x55b69f677590, vars = 0x55b69f677590, strterm = 0x55b69f677590, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 139637611449568, node = 0x7effea3a4ce0 <main_arena+96>, id = 139637611449568, num = -365277984, tbl = 0x7effea3a4ce0 <main_arena+96>, vars = 0x7effea3a4ce0 <main_arena+96>, strterm = 0x7effea3a4ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 93458488360960, node = 0x550000000000, id = 93458488360960, num = 0, tbl = 0x550000000000, vars = 0x550000000000, strterm = 0x550000000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 174470354736, node = 0x289f3e5730, id = 174470354736, num = -1623304400, tbl = 0x289f3e5730, vars = 0x289f3e5730, strterm = 0x289f3e5730, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 625, node = 0x271, id = 625, num = 625, tbl = 0x271, vars = 0x271, strterm = 0x271, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94242844071729, node = 0x55b69f3e5731, id = 94242844071729, num = -1623304399, tbl = 0x55b69f3e5731, vars = 0x55b69f3e5731, strterm = 0x55b69f3e5731, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 10, node = 0xa, id = 10, num = 10, tbl = 0xa, vars = 0xa, strterm = 0xa, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 249108103208, node = 0x3a00000028, id = 249108103208, num = 40, tbl = 0x3a00000028, vars = 0x3a00000028, strterm = 0x3a00000028, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 511101108348, node = 0x770000007c, id = 511101108348, num = 124, tbl = 0x770000007c, vars = 0x770000007c, strterm = 0x770000007c, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 395136991342, node = 0x5c0000006e, id = 395136991342, num = 110, tbl = 0x5c0000006e, vars = 0x5c0000006e, strterm = 0x5c0000006e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 3362147949703524608, node = 0x2ea8bfbf3062f100, id = 3362147949703524608, num = 811790592, tbl = 0x2ea8bfbf3062f100, vars = 0x2ea8bfbf3062f100, strterm = 0x2ea8bfbf3062f100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744069414584320, node = 0xffffffff00000000, id = 18446744069414584320, num = 0, tbl = 0xffffffff00000000, vars = 0xffffffff00000000, strterm = 0xffffffff00000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242846684480, node = 0x55b69f663540, id = 94242846684480, num = -1620691648, tbl = 0x55b69f663540, vars = 0x55b69f663540, strterm = 0x55b69f663540, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139637611449472, node = 0x7effea3a4c80 <main_arena>, id = 139637611449472, num = -365278080, tbl = 0x7effea3a4c80 <main_arena>, vars = 0x7effea3a4c80 <main_arena>, strterm = 0x7effea3a4c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242846684800, node = 0x55b69f663680, id = 94242846684800, num = -1620691328, tbl = 0x55b69f663680, vars = 0x55b69f663680, strterm = 0x55b69f663680, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242846766496, node = 0x55b69f6775a0, id = 94242846766496, num = -1620609632, tbl = 0x55b69f6775a0, vars = 0x55b69f6775a0, strterm = 0x55b69f6775a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 139637609921627, node = 0x7effea22fc5b <_int_realloc+299>, id = 139637609921627, num = -366805925, tbl = 0x7effea22fc5b <_int_realloc+299>, vars = 0x7effea22fc5b <_int_realloc+299>, strterm = 0x7effea22fc5b <_int_realloc+299>, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 6, node = 0x6, id = 6, num = 6, tbl = 0x6, vars = 0x6, strterm = 0x6, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 139637611449472, node = 0x7effea3a4c80 <main_arena>, id = 139637611449472, num = -365278080, tbl = 0x7effea3a4c80 <main_arena>, vars = 0x7effea3a4c80 <main_arena>, strterm = 0x7effea3a4c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242846684496, node = 0x55b69f663550, id = 94242846684496, num = -1620691632, tbl = 0x55b69f663550, vars = 0x55b69f663550, strterm = 0x55b69f663550, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 624, node = 0x270, id = 624, num = 624, tbl = 0x270, vars = 0x270, strterm = 0x270, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94242846684480, node = 0x55b69f663540, id = 94242846684480, num = -1620691648, tbl = 0x55b69f663540, vars = 0x55b69f663540, strterm = 0x55b69f663540, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 640, node = 0x280, id = 640, num = 640, tbl = 0x280, vars = 0x280, strterm = 0x280, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 139637609925001, node = 0x7effea230989 <__GI___libc_realloc+457>, id = 139637609925001, num = -366802551, tbl = 0x7effea230989 <__GI___libc_realloc+457>, vars = 0x7effea230989 <__GI___libc_realloc+457>, strterm = 0x7effea230989 <__GI___libc_realloc+457>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 338, node = 0x152, id = 338, num = 338, tbl = 0x152, vars = 0x152, strterm = 0x152, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94242845232992, node = 0x55b69f500f60, id = 94242845232992, num = -1622143136, tbl = 0x55b69f500f60, vars = 0x55b69f500f60, strterm = 0x55b69f500f60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94242844267096, node = 0x55b69f415258, id = 94242844267096, num = -1623109032, tbl = 0x55b69f415258, vars = 0x55b69f415258, strterm = 0x55b69f415258, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242845232992, node = 0x55b69f500f60, id = 94242845232992, num = -1622143136, tbl = 0x55b69f500f60, vars = 0x55b69f500f60, strterm = 0x55b69f500f60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94242844267088, node = 0x55b69f415250, id = 94242844267088, num = -1623109040, tbl = 0x55b69f415250, vars = 0x55b69f415250, strterm = 0x55b69f415250, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 139637615524150, node = 0x7effea787936 <compile_tree+5558>, id = 139637615524150, num = -361203402, tbl = 0x7effea787936 <compile_tree+5558>, vars = 0x7effea787936 <compile_tree+5558>, strterm = 0x7effea787936 <compile_tree+5558>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 176, node = 0xb0, id = 176, num = 176, tbl = 0xb0, vars = 0xb0, strterm = 0xb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 320, node = 0x140, id = 320, num = 320, tbl = 0x140, vars = 0x140, strterm = 0x140, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94242844417776, node = 0x55b69f439ef0, id = 94242844417776, num = -1622958352, tbl = 0x55b69f439ef0, vars = 0x55b69f439ef0, strterm = 0x55b69f439ef0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 139637611449472, node = 0x7effea3a4c80 <main_arena>, id = 139637611449472, num = -365278080, tbl = 0x7effea3a4c80 <main_arena>, vars = 0x7effea3a4c80 <main_arena>, strterm = 0x7effea3a4c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 3362147949703524608, node = 0x2ea8bfbf3062f100, id = 3362147949703524608, num = 811790592, tbl = 0x2ea8bfbf3062f100, vars = 0x2ea8bfbf3062f100, strterm = 0x2ea8bfbf3062f100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94242846684496, node = 0x55b69f663550, id = 94242846684496, num = -1620691632, tbl = 0x55b69f663550, vars = 0x55b69f663550, strterm = 0x55b69f663550, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94242845288544, node = 0x55b69f50e860, id = 94242845288544, num = -1622087584, tbl = 0x55b69f50e860, vars = 0x55b69f50e860, strterm = 0x55b69f50e860, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 12884901911, node = 0x300000017, id = 12884901911, num = 23, tbl = 0x300000017, vars = 0x300000017, strterm = 0x300000017, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}} 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 = 564, column = 7}}, {beg_pos = {lineno = 564, column = 8}, end_pos = {lineno = 564, column = 8}}, {beg_pos = {lineno = 566, column = 4}, end_pos = {lineno = 566, column = 16}}, {beg_pos = {lineno = 566, column = 17}, end_pos = {lineno = 566, column = 19}}, {beg_pos = {lineno = 566, column = 19}, end_pos = {lineno = 566, column = 19}}, {beg_pos = {lineno = 566, column = 19}, end_pos = {lineno = 566, column = 19}}, {beg_pos = {lineno = 566, column = 19}, end_pos = {lineno = 566, column = 19}}, {beg_pos = {lineno = 566, column = 19}, end_pos = {lineno = 566, column = 19}}, {beg_pos = {lineno = 567, column = 6}, end_pos = {lineno = 567, column = 26}}, {beg_pos = {lineno = 567, column = 27}, end_pos = {lineno = 567, column = 29}}, {beg_pos = {lineno = 567, column = 29}, end_pos = {lineno = 567, column = 29}}, {beg_pos = {lineno = 567, column = 29}, end_pos = {lineno = 567, column = 29}}, {beg_pos = {lineno = 567, column = 29}, end_pos = {lineno = 567, column = 29}}, {beg_pos = {lineno = 567, column = 30}, end_pos = {lineno = 567, column = 33}}, {beg_pos = {lineno = 568, column = 8}, end_pos = {lineno = 568, column = 12}}, {beg_pos = {lineno = 568, column = 13}, end_pos = {lineno = 568, column = 14}}, {beg_pos = {lineno = 568, column = 15}, end_pos = {lineno = 568, column = 15}}, {beg_pos = {lineno = 569, column = 8}, end_pos = {lineno = 569, column = 10}}, {beg_pos = {lineno = 569, column = 10}, end_pos = {lineno = 569, column = 10}}, {beg_pos = {lineno = 569, column = 10}, end_pos = {lineno = 569, column = 10}}, {beg_pos = {lineno = 569, column = 11}, end_pos = {lineno = 569, column = 12}}, {beg_pos = {lineno = 569, column = 12}, end_pos = {lineno = 569, column = 13}}, {beg_pos = {lineno = 569, column = 13}, end_pos = {lineno = 569, column = 13}}, {beg_pos = {lineno = 570, column = 10}, end_pos = {lineno = 570, column = 14}}, {beg_pos = {lineno = 561, column = 19}, end_pos = {lineno = 561, column = 19}}, {beg_pos = {lineno = 561, column = 15}, end_pos = {lineno = 561, column = 18}}, {beg_pos = {lineno = 561, column = 16}, end_pos = {lineno = 561, column = 17}}, {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 = 0}, end_pos = {lineno = -1624225200, column = 21942}}, {beg_pos = {lineno = -1623246208, column = 21942}, end_pos = {lineno = 582835787, column = 260128}}, {beg_pos = {lineno = -360570192, column = 32511}, end_pos = {lineno = -805981136, column = 32767}}, {beg_pos = {lineno = -368998952, column = 32511}, end_pos = {lineno = -360995168, column = 32511}}, {beg_pos = {lineno = 582835787, column = 260128}, end_pos = {lineno = -368998952, column = 32511}}, {beg_pos = {lineno = 0, column = 32511}, end_pos = {lineno = 10, column = 2}}, {beg_pos = {lineno = -357924096, column = 32511}, end_pos = {lineno = -368998952, column = 32511}}, {beg_pos = {lineno = -1623246208, column = 21942}, end_pos = {lineno = 811790592, column = 782811071}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -368998952, column = 32511}, end_pos = {lineno = -360552636, column = 32511}}, {beg_pos = {lineno = -386271008, column = 32511}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -368998952, column = 32511}, end_pos = {lineno = -360530214, column = 32511}}, {beg_pos = {lineno = -359337248, column = 32511}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1623246208, column = 21942}, end_pos = {lineno = -360594993, column = 32511}}, {beg_pos = {lineno = -1624416032, column = 21942}, end_pos = {lineno = -362267418, column = 32511}}, {beg_pos = {lineno = 246, column = 0}, end_pos = {lineno = -362219639, column = 32511}}, {beg_pos = {lineno = -368998952, column = 32511}, end_pos = {lineno = -368998952, column = 32511}}, {beg_pos = {lineno = -1624411872, column = 21942}, end_pos = {lineno = -1620581760, column = 21942}}, {beg_pos = {lineno = 71, column = 0}, end_pos = {lineno = -360514683, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = -1620581904, column = 0}, end_pos = {lineno = -360594993, column = 32511}}, {beg_pos = {lineno = -1624416032, column = 21942}, end_pos = {lineno = -362267418, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -362219639, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 74691, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = -360594993, column = 32511}}, {beg_pos = {lineno = -1624416032, column = 21942}, end_pos = {lineno = -362267418, column = 32511}}, {beg_pos = {lineno = 208, column = 0}, end_pos = {lineno = -362219639, column = 32511}}, {beg_pos = {lineno = 99902649, column = 0}, end_pos = {lineno = -363352104, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -360594993, column = 32511}}, {beg_pos = {lineno = -1624416032, column = 21942}, end_pos = {lineno = -362267418, column = 32511}}, {beg_pos = {lineno = -1624416592, column = 21942}, end_pos = {lineno = -362219639, column = 32511}}, {beg_pos = {lineno = 5, column = 1}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = -429913992, column = 32511}, end_pos = {lineno = 811790592, column = 782811071}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -360594993, column = 32511}}, {beg_pos = {lineno = -1623381664, column = 21942}, end_pos = {lineno = -362219639, column = 32511}}, {beg_pos = {lineno = -1623743440, column = 21942}, end_pos = {lineno = -362219639, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = -805980776, column = 32767}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 28, column = 0}, end_pos = {lineno = 811790592, column = 782811071}}, {beg_pos = {lineno = -368884232, column = 32511}, end_pos = {lineno = -362282946, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 811790592, column = 782811071}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1024, column = 0}}, {beg_pos = {lineno = -360572096, column = 32511}, end_pos = {lineno = -362214224, column = 32511}}, {beg_pos = {lineno = -368998872, column = 32511}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = -805980624, column = 32767}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = -1624414728, column = 21942}}, {beg_pos = {lineno = 258, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = -1624415992, column = 21942}, end_pos = {lineno = -1624416032, column = 21942}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -366541091, column = 32511}}, {beg_pos = {lineno = 1008, column = 0}, end_pos = {lineno = -362265822, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 78483545, column = 0}}, {beg_pos = {lineno = -805980448, column = 32767}, end_pos = {lineno = -805980464, column = 32767}}, {beg_pos = {lineno = -858993459, column = -858993460}, end_pos = {lineno = -362214961, column = 32511}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236546, column = 0}, end_pos = {lineno = -805980464, column = 32767}}, {beg_pos = {lineno = 8, column = 0}, end_pos = {lineno = -357870724, column = 32511}}, {beg_pos = {lineno = -365219840, column = 32511}, end_pos = {lineno = -367461680, column = 32511}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = -367468132, column = 32511}}, {beg_pos = {lineno = -1622795744, column = 21942}, end_pos = {lineno = -357869591, column = 32511}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = -357870937, column = 32511}}, {beg_pos = {lineno = -357924096, column = 32511}, end_pos = {lineno = -363350544, column = 32511}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = -363355176, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -357869591, column = 32511}}, {beg_pos = {lineno = 913, column = 0}, end_pos = {lineno = -363300864, column = 32511}}, {beg_pos = {lineno = -357924096, column = 32511}, end_pos = {lineno = -805980120, column = 32767}}, {beg_pos = {lineno = -805980124, column = 32767}, end_pos = {lineno = -429141319, column = 32511}}, {beg_pos = {lineno = -363300864, column = 32511}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -805980124, column = 32767}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = -1623828992, column = 21942}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 0, column = 21942}, end_pos = {lineno = -429139438, column = 32511}}, {beg_pos = {lineno = -429141920, column = 32511}, end_pos = {lineno = -805979920, column = 32767}}, {beg_pos = {lineno = -805979936, column = 32767}, end_pos = {lineno = 226653313, column = 0}}, {beg_pos = {lineno = 1, column = 32767}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = -1622774608, column = 21942}, end_pos = {lineno = -805980000, column = 32767}}, {beg_pos = {lineno = -805979984, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = -805979776, column = 32767}, end_pos = {lineno = -429139438, column = 32511}}, {beg_pos = {lineno = -1622774608, column = 21942}, end_pos = {lineno = -805979936, column = 32767}}, {beg_pos = {lineno = -805979920, column = 32767}, end_pos = {lineno = -357866991, column = 32511}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -1622775488, column = 21942}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -1622775488, column = 21942}}, {beg_pos = {lineno = -367427792, column = 1}, end_pos = {lineno = -1622774608, column = 21942}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32767}}, {beg_pos = {lineno = 0, column = 32767}, end_pos = {lineno = 0, column = 119}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -952662486, column = 0}}, {beg_pos = {lineno = -363328632, column = 32511}, end_pos = {lineno = -357924096, column = 32511}}, {beg_pos = {lineno = -1622775488, column = 21942}, end_pos = {lineno = -428871552, column = 32511}}, {beg_pos = {lineno = -430116808, column = 32511}, end_pos = {lineno = -1620953408, column = 21942}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -357838991, column = 32511}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 134, column = 0}}, {beg_pos = {lineno = -1622775488, column = 21942}, end_pos = {lineno = -428870584, column = 32511}}, {beg_pos = {lineno = -1622769088, column = 21942}, end_pos = {lineno = 1431634051, column = 0}}, {beg_pos = {lineno = -430252192, column = 32511}, end_pos = {lineno = -357838991, column = 32511}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -363328632, column = 32511}, end_pos = {lineno = -361808448, column = 32511}}, {beg_pos = {lineno = 590, column = 0}, end_pos = {lineno = -805978768, column = 32767}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = -1622769088, column = 21942}, end_pos = {lineno = -357827154, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -428891296, column = 32511}}, {beg_pos = {lineno = -805983746, column = 32767}, end_pos = {lineno = -805978944, column = 32767}}, {beg_pos = {lineno = -430257192, column = 32511}, end_pos = {lineno = -805984140, column = 32767}}, {beg_pos = {lineno = -805984144, column = 32767}, end_pos = {lineno = -1622774608, column = 21942}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -357869591, column = 32511}}, {beg_pos = {lineno = -363312048, column = 32511}, end_pos = {lineno = -357924096, column = 32511}}, {beg_pos = {lineno = -357924096, column = 32511}, end_pos = {lineno = -805979416, column = 32767}}, {beg_pos = {lineno = -805979420, column = 32767}, end_pos = {lineno = -357924096, column = 32511}}, {beg_pos = {lineno = -368758832, column = 32511}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -365277904, column = 32511}, end_pos = {lineno = -365277904, column = 32511}}, {beg_pos = {lineno = -365276752, column = 32511}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -1624411872, column = 21942}, end_pos = {lineno = -367624944, column = 32511}}, {beg_pos = {lineno = 23, column = 4}, end_pos = {lineno = 23, column = 4}}, {beg_pos = {lineno = 758436503, column = 173832}, end_pos = {lineno = -1621505680, column = 21942}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -367624944, column = 32511}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 23, column = 3}}, {beg_pos = {lineno = 22, column = 6}, end_pos = {lineno = 22, column = 6}}, {beg_pos = {lineno = 696066098, column = 607214684}, end_pos = {lineno = 539781423, column = 723530083}}, {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 = 486804691, column = -1983587623}, end_pos = {lineno = 32, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 2, column = 2}, end_pos = {lineno = 8, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 486804691, column = -1983587623}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -362786509, column = 32511}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -365277984, column = 32511}}, {beg_pos = {lineno = -1620601800, column = 21942}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 486804691, column = -1983587623}, end_pos = {lineno = -1620952768, column = 21942}}, {beg_pos = {lineno = -1624412312, column = 21942}, end_pos = {lineno = -365278080, column = 32511}}, {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 = -366807381, column = 32511}}, {beg_pos = {lineno = -1620990640, column = 21942}, end_pos = {lineno = -365277984, column = 32511}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = -272, column = -1}}, {beg_pos = {lineno = 0, column = 78}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 486804691, column = -1983587623}}, {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 = 94242846520640, node = 0x55b69f63b540, id = 94242846520640, num = -1620855488, tbl = 0x55b69f63b540, vars = 0x55b69f63b540, strterm = 0x55b69f63b540, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}} yyloc = {beg_pos = {lineno = 570, column = 10}, end_pos = {lineno = 570, column = 14}} yyerror_range = <optimized out> yymsgbuf = "n\000\000\000^\000\000\000\021\b\000\000\000\000\000\000 m]\346\377~\000\000\200L:\352\377~\000\000x\a\000\000\000\000\000\000v\000\000\000\000\000\000\000x\a\000\000\000\000\000\000\220}\026\352\377~\000\000\000\000\000\000\000\000\000\000\342\002#\352\377~\000\000`\245a\237\266U\000\000 \304G\346\377~\000\000\060Wb\237\266U\000\000\340`-\237\266U\000\000\004\000\000\000\000\000\000\000\260Xi\352\377~\000" yymsg = 0x7fffcff5bce0 "n" yymsg_alloc = 128 yylen = 0 yyabortlab = <optimized out> yyerrorlab = <optimized out> #45 0x00007effe66e15b2 in ripper_parse0 (parser_v=parser_v@entry=139637545223160) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14371 p = 0x55b69f625730 #46 0x00007effea671fe6 in rb_ensure (b_proc=b_proc@entry=0x7effe66e14d0 <ripper_parse0>, data1=data1@entry=139637545223160, e_proc=e_proc@entry=0x7effe66c3ae0 <ripper_ensure>, data2=data2@entry=139637545223160) at /tmp/ruby/src/trunk-repeat20/eval.c:1005 _ec = 0x55b69f2d7120 _tag = {tag = 36, retval = 94240172408893, buf = {0x7effe647c3f8, 0x7effea6720d0 <rb_ensure+528>, 0x0, 0x7fffcff5bdd0, 0x0}, prev = 0x7fffcff5c150, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = 4 errinfo = <optimized out> ec = 0x55b69f2d7120 ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7effe66c3ae0 <ripper_ensure>, data2 = 139637545223160}} #47 0x00007effe66c4315 in ripper_parse (self=139637545223160) at /tmp/ruby/build/trunk-repeat20/ext/ripper/ripper.y:14409 p = 0x55b69f625730 #48 0x00007effea835ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7effea167d90, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 ci = 0x8601001c0001 cc = <optimized out> val = <optimized out> me = 0x7effea052fd0 cfunc = 0x55b69f468248 recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #49 vm_call_cfunc_with_frame (ec=0x55b69f2d7120, reg_cfp=0x7effea167d90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 argc = 0 stack_bottom = <optimized out> argv = <optimized out> #50 0x00007effea84525d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_callinfo.h:368 val = 96 ci = 0x3333333333335538 cc = <optimized out> recv = 94242842960096 argc = <optimized out> calling = {ci = 0x8601001c0001, cc = 0x7effe65acc00, block_handler = 0, recv = 139637545223160, argc = 0, kw_splat = false} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #51 vm_exec_core (ec=0x55b69f2d7120, initial=1397) at ../../src/trunk-repeat20/insns.def:835 bh = <optimized out> cd = 0x575 leaf = <optimized out> val = 96 reg_pc = 0x55b69f5ac228 reg_cfp = 0x7effea167d90 insns_address_table = {0x7effea8479cf <vm_exec_core+10351>, 0x7effea8453d9 <vm_exec_core+633>, 0x7effea84758e <vm_exec_core+9262>, 0x7effea847514 <vm_exec_core+9140>, 0x7effea84749d <vm_exec_core+9021>, 0x7effea84741e <vm_exec_core+8894>, 0x7effea84739e <vm_exec_core+8766>, 0x7effea847342 <vm_exec_core+8674>, 0x7effea8472e7 <vm_exec_core+8583>, 0x7effea847297 <vm_exec_core+8503>, 0x7effea84711c <vm_exec_core+8124>, 0x7effea846f71 <vm_exec_core+7697>, 0x7effea846e86 <vm_exec_core+7462>, 0x7effea846e17 <vm_exec_core+7351>, 0x7effea846daa <vm_exec_core+7242>, 0x7effea846d6f <vm_exec_core+7183>, 0x7effea846d39 <vm_exec_core+7129>, 0x7effea846d06 <vm_exec_core+7078>, 0x7effea8475fa <vm_exec_core+9370>, 0x7effea846067 <vm_exec_core+3847>, 0x7effea845ff9 <vm_exec_core+3737>, 0x7effea845fbe <vm_exec_core+3678>, 0x7effea845f68 <vm_exec_core+3592>, 0x7effea845f24 <vm_exec_core+3524>, 0x7effea845e9d <vm_exec_core+3389>, 0x7effea845e68 <vm_exec_core+3336>, 0x7effea845e0d <vm_exec_core+3245>, 0x7effea845d95 <vm_exec_core+3125>, 0x7effea845d5d <vm_exec_core+3069>, 0x7effea845d25 <vm_exec_core+3013>, 0x7effea845b30 <vm_exec_core+2512>, 0x7effea845a9f <vm_exec_core+2367>, 0x7effea845a42 <vm_exec_core+2274>, 0x7effea8459c9 <vm_exec_core+2153>, 0x7effea846709 <vm_exec_core+5545>, 0x7effea8466e4 <vm_exec_core+5508>, 0x7effea8466ab <vm_exec_core+5451>, 0x7effea84665b <vm_exec_core+5371>, 0x7effea846629 <vm_exec_core+5321>, 0x7effea84653e <vm_exec_core+5086>, 0x7effea8464f9 <vm_exec_core+5017>, 0x7effea8464b3 <vm_exec_core+4947>, 0x7effea846483 <vm_exec_core+4899>, 0x7effea8463b8 <vm_exec_core+4696>, 0x7effea846423 <vm_exec_core+4803>, 0x7effea846288 <vm_exec_core+4392>, 0x7effea84621b <vm_exec_core+4283>, 0x7effea84618e <vm_exec_core+4142>, 0x7effea8460d2 <vm_exec_core+3954>, 0x7effea84609a <vm_exec_core+3898>, 0x7effea846c07 <vm_exec_core+6823>, 0x7effea846af4 <vm_exec_core+6548>, 0x7effea8451b8 <vm_exec_core+88>, 0x7effea846c82 <vm_exec_core+6946>, 0x7effea84684d <vm_exec_core+5869>, 0x7effea847b17 <vm_exec_core+10679>, 0x7effea846803 <vm_exec_core+5795>, 0x7effea8467aa <vm_exec_core+5706>, 0x7effea846751 <vm_exec_core+5617>, 0x7effea8469e6 <vm_exec_core+6278>, 0x7effea846910 <vm_exec_core+6064>, 0x7effea846897 <vm_exec_core+5943>, 0x7effea84796e <vm_exec_core+10254>, 0x7effea846c4a <vm_exec_core+6890>, 0x7effea846a9d <vm_exec_core+6461>, 0x7effea84582a <vm_exec_core+1738>, 0x7effea8457f0 <vm_exec_core+1680>, 0x7effea845922 <vm_exec_core+1986>, 0x7effea845881 <vm_exec_core+1825>, 0x7effea847dff <vm_exec_core+11423>, 0x7effea847d56 <vm_exec_core+11254>, 0x7effea847fd6 <vm_exec_core+11894>, 0x7effea847f63 <vm_exec_core+11779>, 0x7effea847ebd <vm_exec_core+11613>, 0x7effea847e61 <vm_exec_core+11521>, 0x7effea848383 <vm_exec_core+12835>, 0x7effea8482e6 <vm_exec_core+12678>, 0x7effea84824e <vm_exec_core+12526>, 0x7effea8481b1 <vm_exec_core+12369>, 0x7effea848119 <vm_exec_core+12217>, 0x7effea847a58 <vm_exec_core+10488>, 0x7effea8480ce <vm_exec_core+12142>, 0x7effea848078 <vm_exec_core+12056>, 0x7effea847be5 <vm_exec_core+10885>, 0x7effea847b5b <vm_exec_core+10747>, 0x7effea845783 <vm_exec_core+1571>, 0x7effea845725 <vm_exec_core+1477>, 0x7effea847d22 <vm_exec_core+11202>, 0x7effea847cee <vm_exec_core+11150>, 0x7effea847c9d <vm_exec_core+11069>, 0x7effea847c4e <vm_exec_core+10990>, 0x7effea847a8b <vm_exec_core+10539>, 0x7effea8479e0 <vm_exec_core+10368>, 0x7effea8456b8 <vm_exec_core+1368>, 0x7effea845661 <vm_exec_core+1281>, 0x7effea8455de <vm_exec_core+1150>, 0x7effea845599 <vm_exec_core+1081>, 0x7effea84554c <vm_exec_core+1004>, 0x7effea8454ff <vm_exec_core+927>, 0x7effea8454aa <vm_exec_core+842>, 0x7effea845477 <vm_exec_core+791>, 0x7effea845444 <vm_exec_core+740>, 0x7effea847afb <vm_exec_core+10651>, 0x7effea8453ca <vm_exec_core+618>, 0x7effea84757f <vm_exec_core+9247>, 0x7effea847505 <vm_exec_core+9125>, 0x7effea84748e <vm_exec_core+9006>, 0x7effea84740f <vm_exec_core+8879>, 0x7effea84738f <vm_exec_core+8751>, 0x7effea847333 <vm_exec_core+8659>, 0x7effea8472d8 <vm_exec_core+8568>, 0x7effea847288 <vm_exec_core+8488>, 0x7effea84710d <vm_exec_core+8109>, 0x7effea846f62 <vm_exec_core+7682>, 0x7effea846e77 <vm_exec_core+7447>, 0x7effea846e08 <vm_exec_core+7336>, 0x7effea846d9b <vm_exec_core+7227>, 0x7effea846d60 <vm_exec_core+7168>, 0x7effea846d2a <vm_exec_core+7114>, 0x7effea846cf7 <vm_exec_core+7063>, 0x7effea8475eb <vm_exec_core+9355>, 0x7effea846058 <vm_exec_core+3832>, 0x7effea845fea <vm_exec_core+3722>, 0x7effea845faf <vm_exec_core+3663>, 0x7effea845f59 <vm_exec_core+3577>, 0x7effea845f15 <vm_exec_core+3509>, 0x7effea845e8e <vm_exec_core+3374>, 0x7effea845e59 <vm_exec_core+3321>, 0x7effea845dfe <vm_exec_core+3230>, 0x7effea845d86 <vm_exec_core+3110>, 0x7effea845d4e <vm_exec_core+3054>, 0x7effea845d16 <vm_exec_core+2998>, 0x7effea845b21 <vm_exec_core+2497>, 0x7effea845a90 <vm_exec_core+2352>, 0x7effea845a33 <vm_exec_core+2259>, 0x7effea8459ba <vm_exec_core+2138>, 0x7effea8466fa <vm_exec_core+5530>, 0x7effea8466d5 <vm_exec_core+5493>, 0x7effea84669c <vm_exec_core+5436>, 0x7effea84664c <vm_exec_core+5356>, 0x7effea84661a <vm_exec_core+5306>, 0x7effea84652f <vm_exec_core+5071>, 0x7effea8464ea <vm_exec_core+5002>, 0x7effea8464a4 <vm_exec_core+4932>, 0x7effea846474 <vm_exec_core+4884>, 0x7effea8463a9 <vm_exec_core+4681>, 0x7effea846414 <vm_exec_core+4788>, 0x7effea846279 <vm_exec_core+4377>, 0x7effea84620c <vm_exec_core+4268>, 0x7effea84617f <vm_exec_core+4127>, 0x7effea8460c3 <vm_exec_core+3939>, 0x7effea84608b <vm_exec_core+3883>, 0x7effea846bf8 <vm_exec_core+6808>, 0x7effea846ae5 <vm_exec_core+6533>, 0x7effea8485a3 <vm_exec_core+13379>, 0x7effea846c73 <vm_exec_core+6931>, 0x7effea84683e <vm_exec_core+5854>, 0x7effea84858f <vm_exec_core+13359>, 0x7effea8467f4 <vm_exec_core+5780>, 0x7effea84679b <vm_exec_core+5691>, 0x7effea846742 <vm_exec_core+5602>, 0x7effea8469d7 <vm_exec_core+6263>, 0x7effea846901 <vm_exec_core+6049>, 0x7effea846888 <vm_exec_core+5928>, 0x7effea84795f <vm_exec_core+10239>, 0x7effea846c3b <vm_exec_core+6875>, 0x7effea846a8e <vm_exec_core+6446>, 0x7effea84581b <vm_exec_core+1723>, 0x7effea8457e1 <vm_exec_core+1665>, 0x7effea845913 <vm_exec_core+1971>, 0x7effea845872 <vm_exec_core+1810>, 0x7effea84857b <vm_exec_core+13339>, 0x7effea848567 <vm_exec_core+13319>, 0x7effea848553 <vm_exec_core+13299>, 0x7effea84853f <vm_exec_core+13279>, 0x7effea84852b <vm_exec_core+13259>, 0x7effea848517 <vm_exec_core+13239>, 0x7effea8484fc <vm_exec_core+13212>, 0x7effea8484e8 <vm_exec_core+13192>, 0x7effea8484d4 <vm_exec_core+13172>, 0x7effea8484c0 <vm_exec_core+13152>, 0x7effea8484ac <vm_exec_core+13132>, 0x7effea848498 <vm_exec_core+13112>, 0x7effea848484 <vm_exec_core+13092>, 0x7effea848470 <vm_exec_core+13072>, 0x7effea84845c <vm_exec_core+13052>, 0x7effea848448 <vm_exec_core+13032>, 0x7effea845774 <vm_exec_core+1556>, 0x7effea845716 <vm_exec_core+1462>, 0x7effea848434 <vm_exec_core+13012>, 0x7effea848420 <vm_exec_core+12992>, 0x7effea84840c <vm_exec_core+12972>, 0x7effea8483f8 <vm_exec_core+12952>, 0x7effea8451a1 <vm_exec_core+65>, 0x7effea8451a5 <vm_exec_core+69>, 0x7effea8456a9 <vm_exec_core+1353>, 0x7effea845652 <vm_exec_core+1266>, 0x7effea8455cf <vm_exec_core+1135>, 0x7effea84558a <vm_exec_core+1066>, 0x7effea84553d <vm_exec_core+989>...} #52 0x00007effea84b9fb in rb_vm_exec (ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366 _ec = 0x55b69f2d7120 _tag = {tag = 36, retval = 4, buf = {0x55b69f2d7120, 0x7effea84b1f0 <rb_vm_exec+400>, 0x0, 0x7fffcff5c080, 0x7effea068120}, prev = 0x7fffcff5c530, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> #53 0x00007effea84bbf9 in eval_string_with_cref (self=<optimized out>, src=139637545223120, cref=0x7effe647c380, file=139637546643520, line=1) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1701 ec = 0x55b69f2d7120 block = {as = {captured = {self = 139637545223160, ep = 0x7effea068150, code = {iseq = 0x7effe667f560, ifunc = 0x7effe667f560, val = 139637547332960}}, symbol = 139637545223160, proc = 139637545223160}, type = block_type_iseq} iseq = 0x7effe647c268 cfp = <optimized out> #54 0x00007effea85bf6a in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=139637545223160) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1946 cref = 0x7effe647c380 #55 specific_eval (kw_splat=<optimized out>, singleton=1, self=<optimized out>, argv=<optimized out>, argc=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1970 file = 139637546643520 line = <optimized out> code = 139637545223120 #56 rb_obj_instance_eval_internal (argc=<optimized out>, argv=<optimized out>, self=139637545223160) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:2010 No locals. #57 0x00007effea835ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=2, calling=<optimized out>, reg_cfp=0x7effea167e10, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 ci = 0x254100100005 cc = <optimized out> val = <optimized out> me = 0x7effea006e78 cfunc = 0x55b69f319e08 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> #58 vm_call_cfunc_with_frame (ec=0x55b69f2d7120, reg_cfp=0x7effea167e10, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 argc = 2 stack_bottom = <optimized out> argv = <optimized out> #59 0x00007effea84525d in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_callinfo.h:368 val = 96 ci = 0x3333333333335538 cc = <optimized out> recv = 94242842960096 argc = <optimized out> calling = {ci = 0x254100100005, cc = 0x7effe65acd68, block_handler = 0, recv = 139637545223160, argc = 2, kw_splat = false} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #60 vm_exec_core (ec=0x55b69f2d7120, initial=1397) at ../../src/trunk-repeat20/insns.def:835 bh = <optimized out> cd = 0x575 leaf = <optimized out> val = 96 reg_pc = 0x55b69f446d18 reg_cfp = 0x7effea167e10 insns_address_table = {0x7effea8479cf <vm_exec_core+10351>, 0x7effea8453d9 <vm_exec_core+633>, 0x7effea84758e <vm_exec_core+9262>, 0x7effea847514 <vm_exec_core+9140>, 0x7effea84749d <vm_exec_core+9021>, 0x7effea84741e <vm_exec_core+8894>, 0x7effea84739e <vm_exec_core+8766>, 0x7effea847342 <vm_exec_core+8674>, 0x7effea8472e7 <vm_exec_core+8583>, 0x7effea847297 <vm_exec_core+8503>, 0x7effea84711c <vm_exec_core+8124>, 0x7effea846f71 <vm_exec_core+7697>, 0x7effea846e86 <vm_exec_core+7462>, 0x7effea846e17 <vm_exec_core+7351>, 0x7effea846daa <vm_exec_core+7242>, 0x7effea846d6f <vm_exec_core+7183>, 0x7effea846d39 <vm_exec_core+7129>, 0x7effea846d06 <vm_exec_core+7078>, 0x7effea8475fa <vm_exec_core+9370>, 0x7effea846067 <vm_exec_core+3847>, 0x7effea845ff9 <vm_exec_core+3737>, 0x7effea845fbe <vm_exec_core+3678>, 0x7effea845f68 <vm_exec_core+3592>, 0x7effea845f24 <vm_exec_core+3524>, 0x7effea845e9d <vm_exec_core+3389>, 0x7effea845e68 <vm_exec_core+3336>, 0x7effea845e0d <vm_exec_core+3245>, 0x7effea845d95 <vm_exec_core+3125>, 0x7effea845d5d <vm_exec_core+3069>, 0x7effea845d25 <vm_exec_core+3013>, 0x7effea845b30 <vm_exec_core+2512>, 0x7effea845a9f <vm_exec_core+2367>, 0x7effea845a42 <vm_exec_core+2274>, 0x7effea8459c9 <vm_exec_core+2153>, 0x7effea846709 <vm_exec_core+5545>, 0x7effea8466e4 <vm_exec_core+5508>, 0x7effea8466ab <vm_exec_core+5451>, 0x7effea84665b <vm_exec_core+5371>, 0x7effea846629 <vm_exec_core+5321>, 0x7effea84653e <vm_exec_core+5086>, 0x7effea8464f9 <vm_exec_core+5017>, 0x7effea8464b3 <vm_exec_core+4947>, 0x7effea846483 <vm_exec_core+4899>, 0x7effea8463b8 <vm_exec_core+4696>, 0x7effea846423 <vm_exec_core+4803>, 0x7effea846288 <vm_exec_core+4392>, 0x7effea84621b <vm_exec_core+4283>, 0x7effea84618e <vm_exec_core+4142>, 0x7effea8460d2 <vm_exec_core+3954>, 0x7effea84609a <vm_exec_core+3898>, 0x7effea846c07 <vm_exec_core+6823>, 0x7effea846af4 <vm_exec_core+6548>, 0x7effea8451b8 <vm_exec_core+88>, 0x7effea846c82 <vm_exec_core+6946>, 0x7effea84684d <vm_exec_core+5869>, 0x7effea847b17 <vm_exec_core+10679>, 0x7effea846803 <vm_exec_core+5795>, 0x7effea8467aa <vm_exec_core+5706>, 0x7effea846751 <vm_exec_core+5617>, 0x7effea8469e6 <vm_exec_core+6278>, 0x7effea846910 <vm_exec_core+6064>, 0x7effea846897 <vm_exec_core+5943>, 0x7effea84796e <vm_exec_core+10254>, 0x7effea846c4a <vm_exec_core+6890>, 0x7effea846a9d <vm_exec_core+6461>, 0x7effea84582a <vm_exec_core+1738>, 0x7effea8457f0 <vm_exec_core+1680>, 0x7effea845922 <vm_exec_core+1986>, 0x7effea845881 <vm_exec_core+1825>, 0x7effea847dff <vm_exec_core+11423>, 0x7effea847d56 <vm_exec_core+11254>, 0x7effea847fd6 <vm_exec_core+11894>, 0x7effea847f63 <vm_exec_core+11779>, 0x7effea847ebd <vm_exec_core+11613>, 0x7effea847e61 <vm_exec_core+11521>, 0x7effea848383 <vm_exec_core+12835>, 0x7effea8482e6 <vm_exec_core+12678>, 0x7effea84824e <vm_exec_core+12526>, 0x7effea8481b1 <vm_exec_core+12369>, 0x7effea848119 <vm_exec_core+12217>, 0x7effea847a58 <vm_exec_core+10488>, 0x7effea8480ce <vm_exec_core+12142>, 0x7effea848078 <vm_exec_core+12056>, 0x7effea847be5 <vm_exec_core+10885>, 0x7effea847b5b <vm_exec_core+10747>, 0x7effea845783 <vm_exec_core+1571>, 0x7effea845725 <vm_exec_core+1477>, 0x7effea847d22 <vm_exec_core+11202>, 0x7effea847cee <vm_exec_core+11150>, 0x7effea847c9d <vm_exec_core+11069>, 0x7effea847c4e <vm_exec_core+10990>, 0x7effea847a8b <vm_exec_core+10539>, 0x7effea8479e0 <vm_exec_core+10368>, 0x7effea8456b8 <vm_exec_core+1368>, 0x7effea845661 <vm_exec_core+1281>, 0x7effea8455de <vm_exec_core+1150>, 0x7effea845599 <vm_exec_core+1081>, 0x7effea84554c <vm_exec_core+1004>, 0x7effea8454ff <vm_exec_core+927>, 0x7effea8454aa <vm_exec_core+842>, 0x7effea845477 <vm_exec_core+791>, 0x7effea845444 <vm_exec_core+740>, 0x7effea847afb <vm_exec_core+10651>, 0x7effea8453ca <vm_exec_core+618>, 0x7effea84757f <vm_exec_core+9247>, 0x7effea847505 <vm_exec_core+9125>, 0x7effea84748e <vm_exec_core+9006>, 0x7effea84740f <vm_exec_core+8879>, 0x7effea84738f <vm_exec_core+8751>, 0x7effea847333 <vm_exec_core+8659>, 0x7effea8472d8 <vm_exec_core+8568>, 0x7effea847288 <vm_exec_core+8488>, 0x7effea84710d <vm_exec_core+8109>, 0x7effea846f62 <vm_exec_core+7682>, 0x7effea846e77 <vm_exec_core+7447>, 0x7effea846e08 <vm_exec_core+7336>, 0x7effea846d9b <vm_exec_core+7227>, 0x7effea846d60 <vm_exec_core+7168>, 0x7effea846d2a <vm_exec_core+7114>, 0x7effea846cf7 <vm_exec_core+7063>, 0x7effea8475eb <vm_exec_core+9355>, 0x7effea846058 <vm_exec_core+3832>, 0x7effea845fea <vm_exec_core+3722>, 0x7effea845faf <vm_exec_core+3663>, 0x7effea845f59 <vm_exec_core+3577>, 0x7effea845f15 <vm_exec_core+3509>, 0x7effea845e8e <vm_exec_core+3374>, 0x7effea845e59 <vm_exec_core+3321>, 0x7effea845dfe <vm_exec_core+3230>, 0x7effea845d86 <vm_exec_core+3110>, 0x7effea845d4e <vm_exec_core+3054>, 0x7effea845d16 <vm_exec_core+2998>, 0x7effea845b21 <vm_exec_core+2497>, 0x7effea845a90 <vm_exec_core+2352>, 0x7effea845a33 <vm_exec_core+2259>, 0x7effea8459ba <vm_exec_core+2138>, 0x7effea8466fa <vm_exec_core+5530>, 0x7effea8466d5 <vm_exec_core+5493>, 0x7effea84669c <vm_exec_core+5436>, 0x7effea84664c <vm_exec_core+5356>, 0x7effea84661a <vm_exec_core+5306>, 0x7effea84652f <vm_exec_core+5071>, 0x7effea8464ea <vm_exec_core+5002>, 0x7effea8464a4 <vm_exec_core+4932>, 0x7effea846474 <vm_exec_core+4884>, 0x7effea8463a9 <vm_exec_core+4681>, 0x7effea846414 <vm_exec_core+4788>, 0x7effea846279 <vm_exec_core+4377>, 0x7effea84620c <vm_exec_core+4268>, 0x7effea84617f <vm_exec_core+4127>, 0x7effea8460c3 <vm_exec_core+3939>, 0x7effea84608b <vm_exec_core+3883>, 0x7effea846bf8 <vm_exec_core+6808>, 0x7effea846ae5 <vm_exec_core+6533>, 0x7effea8485a3 <vm_exec_core+13379>, 0x7effea846c73 <vm_exec_core+6931>, 0x7effea84683e <vm_exec_core+5854>, 0x7effea84858f <vm_exec_core+13359>, 0x7effea8467f4 <vm_exec_core+5780>, 0x7effea84679b <vm_exec_core+5691>, 0x7effea846742 <vm_exec_core+5602>, 0x7effea8469d7 <vm_exec_core+6263>, 0x7effea846901 <vm_exec_core+6049>, 0x7effea846888 <vm_exec_core+5928>, 0x7effea84795f <vm_exec_core+10239>, 0x7effea846c3b <vm_exec_core+6875>, 0x7effea846a8e <vm_exec_core+6446>, 0x7effea84581b <vm_exec_core+1723>, 0x7effea8457e1 <vm_exec_core+1665>, 0x7effea845913 <vm_exec_core+1971>, 0x7effea845872 <vm_exec_core+1810>, 0x7effea84857b <vm_exec_core+13339>, 0x7effea848567 <vm_exec_core+13319>, 0x7effea848553 <vm_exec_core+13299>, 0x7effea84853f <vm_exec_core+13279>, 0x7effea84852b <vm_exec_core+13259>, 0x7effea848517 <vm_exec_core+13239>, 0x7effea8484fc <vm_exec_core+13212>, 0x7effea8484e8 <vm_exec_core+13192>, 0x7effea8484d4 <vm_exec_core+13172>, 0x7effea8484c0 <vm_exec_core+13152>, 0x7effea8484ac <vm_exec_core+13132>, 0x7effea848498 <vm_exec_core+13112>, 0x7effea848484 <vm_exec_core+13092>, 0x7effea848470 <vm_exec_core+13072>, 0x7effea84845c <vm_exec_core+13052>, 0x7effea848448 <vm_exec_core+13032>, 0x7effea845774 <vm_exec_core+1556>, 0x7effea845716 <vm_exec_core+1462>, 0x7effea848434 <vm_exec_core+13012>, 0x7effea848420 <vm_exec_core+12992>, 0x7effea84840c <vm_exec_core+12972>, 0x7effea8483f8 <vm_exec_core+12952>, 0x7effea8451a1 <vm_exec_core+65>, 0x7effea8451a5 <vm_exec_core+69>, 0x7effea8456a9 <vm_exec_core+1353>, 0x7effea845652 <vm_exec_core+1266>, 0x7effea8455cf <vm_exec_core+1135>, 0x7effea84558a <vm_exec_core+1066>, 0x7effea84553d <vm_exec_core+989>...} #61 0x00007effea84b9fb in rb_vm_exec (ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366 _ec = 0x55b69f2d7120 _tag = {tag = 36, retval = 4, buf = {0x7effea167f50, 0x7effea84b1f0 <rb_vm_exec+400>, 0x0, 0x7fffcff5c460, 0x0}, prev = 0x7fffcff5c8b0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> #62 0x00007effea85af6b in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=139637607681360, iseq=0x7effe667f678, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:1384 arg_size = <optimized out> arg_size = <optimized out> #63 invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7fffcff5c5d8, argc=1, self=139637607681360, captured=<optimized out>, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:1440 iseq = 0x7effe667f678 i = 1 type = <optimized out> cfp = <optimized out> opt_pc = <optimized out> sp = 0x7effea0680a0 iseq = <optimized out> i = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> bound = <optimized out> #64 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=<optimized out>, cref=<optimized out>, passed_block_handler=<optimized out>, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, block_handler=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm.c:1458 captured = <optimized out> again = <optimized out> again = <optimized out> captured = <optimized out> #65 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7fffcff5c5d8, argc=1, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:1495 No locals. #66 vm_yield (kw_splat=0, argv=0x7fffcff5c5d8, argc=1, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:1503 No locals. #67 rb_yield_0 (argv=0x7fffcff5c5d8, argc=1) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1337 No locals. #68 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_eval.c:1353 No locals. #69 0x00007effea5ce30c in rb_ary_each (ary=139637546349680) at /tmp/ruby/src/trunk-repeat20/array.c:2747 i = 5 #70 0x00007effea835ed4 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=0, calling=<optimized out>, reg_cfp=0x7effea167f90, ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3357 ci = 0xbd100000001 cc = <optimized out> val = <optimized out> me = 0x7effea0004b0 cfunc = 0x55b69f32e348 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> #71 vm_call_cfunc_with_frame (ec=0x55b69f2d7120, reg_cfp=0x7effea167f90, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_insnhelper.c:3385 argc = 0 stack_bottom = <optimized out> argv = <optimized out> #72 0x00007effea846bd9 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20/vm_callinfo.h:368 val = 96 ci = <optimized out> cc = <optimized out> recv = 94242842960096 argc = <optimized out> calling = {ci = 0xbd100000001, cc = 0x7effea03b6c8, block_handler = 139637609103273, recv = 139637546349680, argc = 0, kw_splat = false} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #73 vm_exec_core (ec=0x55b69f2d7120, initial=1397) at ../../src/trunk-repeat20/insns.def:815 bh = <optimized out> cd = 0x55b69f418a20 blockiseq = <optimized out> leaf = <optimized out> val = 96 reg_pc = 0x55b69f416bf8 reg_cfp = 0x7effea167f90 insns_address_table = {0x7effea8479cf <vm_exec_core+10351>, 0x7effea8453d9 <vm_exec_core+633>, 0x7effea84758e <vm_exec_core+9262>, 0x7effea847514 <vm_exec_core+9140>, 0x7effea84749d <vm_exec_core+9021>, 0x7effea84741e <vm_exec_core+8894>, 0x7effea84739e <vm_exec_core+8766>, 0x7effea847342 <vm_exec_core+8674>, 0x7effea8472e7 <vm_exec_core+8583>, 0x7effea847297 <vm_exec_core+8503>, 0x7effea84711c <vm_exec_core+8124>, 0x7effea846f71 <vm_exec_core+7697>, 0x7effea846e86 <vm_exec_core+7462>, 0x7effea846e17 <vm_exec_core+7351>, 0x7effea846daa <vm_exec_core+7242>, 0x7effea846d6f <vm_exec_core+7183>, 0x7effea846d39 <vm_exec_core+7129>, 0x7effea846d06 <vm_exec_core+7078>, 0x7effea8475fa <vm_exec_core+9370>, 0x7effea846067 <vm_exec_core+3847>, 0x7effea845ff9 <vm_exec_core+3737>, 0x7effea845fbe <vm_exec_core+3678>, 0x7effea845f68 <vm_exec_core+3592>, 0x7effea845f24 <vm_exec_core+3524>, 0x7effea845e9d <vm_exec_core+3389>, 0x7effea845e68 <vm_exec_core+3336>, 0x7effea845e0d <vm_exec_core+3245>, 0x7effea845d95 <vm_exec_core+3125>, 0x7effea845d5d <vm_exec_core+3069>, 0x7effea845d25 <vm_exec_core+3013>, 0x7effea845b30 <vm_exec_core+2512>, 0x7effea845a9f <vm_exec_core+2367>, 0x7effea845a42 <vm_exec_core+2274>, 0x7effea8459c9 <vm_exec_core+2153>, 0x7effea846709 <vm_exec_core+5545>, 0x7effea8466e4 <vm_exec_core+5508>, 0x7effea8466ab <vm_exec_core+5451>, 0x7effea84665b <vm_exec_core+5371>, 0x7effea846629 <vm_exec_core+5321>, 0x7effea84653e <vm_exec_core+5086>, 0x7effea8464f9 <vm_exec_core+5017>, 0x7effea8464b3 <vm_exec_core+4947>, 0x7effea846483 <vm_exec_core+4899>, 0x7effea8463b8 <vm_exec_core+4696>, 0x7effea846423 <vm_exec_core+4803>, 0x7effea846288 <vm_exec_core+4392>, 0x7effea84621b <vm_exec_core+4283>, 0x7effea84618e <vm_exec_core+4142>, 0x7effea8460d2 <vm_exec_core+3954>, 0x7effea84609a <vm_exec_core+3898>, 0x7effea846c07 <vm_exec_core+6823>, 0x7effea846af4 <vm_exec_core+6548>, 0x7effea8451b8 <vm_exec_core+88>, 0x7effea846c82 <vm_exec_core+6946>, 0x7effea84684d <vm_exec_core+5869>, 0x7effea847b17 <vm_exec_core+10679>, 0x7effea846803 <vm_exec_core+5795>, 0x7effea8467aa <vm_exec_core+5706>, 0x7effea846751 <vm_exec_core+5617>, 0x7effea8469e6 <vm_exec_core+6278>, 0x7effea846910 <vm_exec_core+6064>, 0x7effea846897 <vm_exec_core+5943>, 0x7effea84796e <vm_exec_core+10254>, 0x7effea846c4a <vm_exec_core+6890>, 0x7effea846a9d <vm_exec_core+6461>, 0x7effea84582a <vm_exec_core+1738>, 0x7effea8457f0 <vm_exec_core+1680>, 0x7effea845922 <vm_exec_core+1986>, 0x7effea845881 <vm_exec_core+1825>, 0x7effea847dff <vm_exec_core+11423>, 0x7effea847d56 <vm_exec_core+11254>, 0x7effea847fd6 <vm_exec_core+11894>, 0x7effea847f63 <vm_exec_core+11779>, 0x7effea847ebd <vm_exec_core+11613>, 0x7effea847e61 <vm_exec_core+11521>, 0x7effea848383 <vm_exec_core+12835>, 0x7effea8482e6 <vm_exec_core+12678>, 0x7effea84824e <vm_exec_core+12526>, 0x7effea8481b1 <vm_exec_core+12369>, 0x7effea848119 <vm_exec_core+12217>, 0x7effea847a58 <vm_exec_core+10488>, 0x7effea8480ce <vm_exec_core+12142>, 0x7effea848078 <vm_exec_core+12056>, 0x7effea847be5 <vm_exec_core+10885>, 0x7effea847b5b <vm_exec_core+10747>, 0x7effea845783 <vm_exec_core+1571>, 0x7effea845725 <vm_exec_core+1477>, 0x7effea847d22 <vm_exec_core+11202>, 0x7effea847cee <vm_exec_core+11150>, 0x7effea847c9d <vm_exec_core+11069>, 0x7effea847c4e <vm_exec_core+10990>, 0x7effea847a8b <vm_exec_core+10539>, 0x7effea8479e0 <vm_exec_core+10368>, 0x7effea8456b8 <vm_exec_core+1368>, 0x7effea845661 <vm_exec_core+1281>, 0x7effea8455de <vm_exec_core+1150>, 0x7effea845599 <vm_exec_core+1081>, 0x7effea84554c <vm_exec_core+1004>, 0x7effea8454ff <vm_exec_core+927>, 0x7effea8454aa <vm_exec_core+842>, 0x7effea845477 <vm_exec_core+791>, 0x7effea845444 <vm_exec_core+740>, 0x7effea847afb <vm_exec_core+10651>, 0x7effea8453ca <vm_exec_core+618>, 0x7effea84757f <vm_exec_core+9247>, 0x7effea847505 <vm_exec_core+9125>, 0x7effea84748e <vm_exec_core+9006>, 0x7effea84740f <vm_exec_core+8879>, 0x7effea84738f <vm_exec_core+8751>, 0x7effea847333 <vm_exec_core+8659>, 0x7effea8472d8 <vm_exec_core+8568>, 0x7effea847288 <vm_exec_core+8488>, 0x7effea84710d <vm_exec_core+8109>, 0x7effea846f62 <vm_exec_core+7682>, 0x7effea846e77 <vm_exec_core+7447>, 0x7effea846e08 <vm_exec_core+7336>, 0x7effea846d9b <vm_exec_core+7227>, 0x7effea846d60 <vm_exec_core+7168>, 0x7effea846d2a <vm_exec_core+7114>, 0x7effea846cf7 <vm_exec_core+7063>, 0x7effea8475eb <vm_exec_core+9355>, 0x7effea846058 <vm_exec_core+3832>, 0x7effea845fea <vm_exec_core+3722>, 0x7effea845faf <vm_exec_core+3663>, 0x7effea845f59 <vm_exec_core+3577>, 0x7effea845f15 <vm_exec_core+3509>, 0x7effea845e8e <vm_exec_core+3374>, 0x7effea845e59 <vm_exec_core+3321>, 0x7effea845dfe <vm_exec_core+3230>, 0x7effea845d86 <vm_exec_core+3110>, 0x7effea845d4e <vm_exec_core+3054>, 0x7effea845d16 <vm_exec_core+2998>, 0x7effea845b21 <vm_exec_core+2497>, 0x7effea845a90 <vm_exec_core+2352>, 0x7effea845a33 <vm_exec_core+2259>, 0x7effea8459ba <vm_exec_core+2138>, 0x7effea8466fa <vm_exec_core+5530>, 0x7effea8466d5 <vm_exec_core+5493>, 0x7effea84669c <vm_exec_core+5436>, 0x7effea84664c <vm_exec_core+5356>, 0x7effea84661a <vm_exec_core+5306>, 0x7effea84652f <vm_exec_core+5071>, 0x7effea8464ea <vm_exec_core+5002>, 0x7effea8464a4 <vm_exec_core+4932>, 0x7effea846474 <vm_exec_core+4884>, 0x7effea8463a9 <vm_exec_core+4681>, 0x7effea846414 <vm_exec_core+4788>, 0x7effea846279 <vm_exec_core+4377>, 0x7effea84620c <vm_exec_core+4268>, 0x7effea84617f <vm_exec_core+4127>, 0x7effea8460c3 <vm_exec_core+3939>, 0x7effea84608b <vm_exec_core+3883>, 0x7effea846bf8 <vm_exec_core+6808>, 0x7effea846ae5 <vm_exec_core+6533>, 0x7effea8485a3 <vm_exec_core+13379>, 0x7effea846c73 <vm_exec_core+6931>, 0x7effea84683e <vm_exec_core+5854>, 0x7effea84858f <vm_exec_core+13359>, 0x7effea8467f4 <vm_exec_core+5780>, 0x7effea84679b <vm_exec_core+5691>, 0x7effea846742 <vm_exec_core+5602>, 0x7effea8469d7 <vm_exec_core+6263>, 0x7effea846901 <vm_exec_core+6049>, 0x7effea846888 <vm_exec_core+5928>, 0x7effea84795f <vm_exec_core+10239>, 0x7effea846c3b <vm_exec_core+6875>, 0x7effea846a8e <vm_exec_core+6446>, 0x7effea84581b <vm_exec_core+1723>, 0x7effea8457e1 <vm_exec_core+1665>, 0x7effea845913 <vm_exec_core+1971>, 0x7effea845872 <vm_exec_core+1810>, 0x7effea84857b <vm_exec_core+13339>, 0x7effea848567 <vm_exec_core+13319>, 0x7effea848553 <vm_exec_core+13299>, 0x7effea84853f <vm_exec_core+13279>, 0x7effea84852b <vm_exec_core+13259>, 0x7effea848517 <vm_exec_core+13239>, 0x7effea8484fc <vm_exec_core+13212>, 0x7effea8484e8 <vm_exec_core+13192>, 0x7effea8484d4 <vm_exec_core+13172>, 0x7effea8484c0 <vm_exec_core+13152>, 0x7effea8484ac <vm_exec_core+13132>, 0x7effea848498 <vm_exec_core+13112>, 0x7effea848484 <vm_exec_core+13092>, 0x7effea848470 <vm_exec_core+13072>, 0x7effea84845c <vm_exec_core+13052>, 0x7effea848448 <vm_exec_core+13032>, 0x7effea845774 <vm_exec_core+1556>, 0x7effea845716 <vm_exec_core+1462>, 0x7effea848434 <vm_exec_core+13012>, 0x7effea848420 <vm_exec_core+12992>, 0x7effea84840c <vm_exec_core+12972>, 0x7effea8483f8 <vm_exec_core+12952>, 0x7effea8451a1 <vm_exec_core+65>, 0x7effea8451a5 <vm_exec_core+69>, 0x7effea8456a9 <vm_exec_core+1353>, 0x7effea845652 <vm_exec_core+1266>, 0x7effea8455cf <vm_exec_core+1135>, 0x7effea84558a <vm_exec_core+1066>, 0x7effea84553d <vm_exec_core+989>...} #74 0x00007effea84b9fb in rb_vm_exec (ec=0x55b69f2d7120) at /tmp/ruby/src/trunk-repeat20/vm.c:2366 _ec = 0x55b69f2d7120 _tag = {tag = 36, retval = 4, buf = {0x7effe667fb50, 0x7effea84b1f0 <rb_vm_exec+400>, 0x0, 0x7fffcff5c7e0, 0x55b69f365c80}, prev = 0x7fffcff5c970, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> #75 0x00007effea66d8a1 in rb_ec_exec_node (ec=ec@entry=0x55b69f2d7120, n=n@entry=0x7effe667fb50) at /tmp/ruby/src/trunk-repeat20/eval.c:287 th = <optimized out> _ec = <optimized out> _tag = {tag = 36, retval = 139637615977028, buf = {0x7effe667fb50, 0x7effea66d8f2 <rb_ec_exec_node+258>, 0x0, 0x7fffcff5c940, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7effe667fb50 #76 0x00007effea673d63 in ruby_run_node (n=0x7effe667fb50) at /tmp/ruby/src/trunk-repeat20/eval.c:328 ec = 0x55b69f2d7120 status = 0 #77 0x000055b69ee0e187 in rb_main (argv=0x7fffcff5cb78, argc=141) at /tmp/ruby/src/trunk-repeat20/main.c:39 variable_in_this_stack_frame = 140736682381929 #78 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20/main.c:58 No locals. >>> Dump Ruby level backtrace (if possible)