# Logfile created on 2023-03-30 00:43:58 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055bfc3c91d90 @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-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @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=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230330-004357", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055bfc3d1b270 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055bfc3d1b130 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055bfc3d1af50 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230330-004357", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20230330-004357>, @binmode=false, @mon_data=#<Monitor:0x000055bfc3d1ae10>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode DEFS="-DRUBY_DEBUG=1" make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make update-download DEFS="-DRUBY_DEBUG=1" 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-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged $$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make update-rubyspec DEFS="-DRUBY_DEBUG=1" make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make update-src DEFS="-DRUBY_DEBUG=1" From https://github.com/ruby/ruby a8c6ba2..1b06422 master -> origin/master Updating a8c6ba2..1b06422 Fast-forward vm.c | 2 +- yjit/src/asm/mod.rs | 25 ++++++++++++------------- yjit/src/codegen.rs | 6 +++++- yjit/src/core.rs | 6 +++--- yjit/src/yjit.rs | 8 ++++++-- 5 files changed, 27 insertions(+), 20 deletions(-) Latest commit hash = 1b06422767 $$$[end] "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make after-update DEFS="-DRUBY_DEBUG=1" /tmp/ruby/src/trunk-repeat20-asserts/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-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' 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-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged $$$[end] "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1" 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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-asserts/version.c compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c building Rust YJIT (release mode) warning: unnecessary `unsafe` block --> /tmp/ruby/src/trunk-repeat20-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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-asserts/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 DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make ruby DEFS="-DRUBY_DEBUG=1" 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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-asserts/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.3.0 linking ruby $$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make all DEFS="-DRUBY_DEBUG=1" 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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' $$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make install DEFS="-DRUBY_DEBUG=1" 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-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged 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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.7.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.0.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' ./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --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-asserts/bin installing base libraries: /tmp/ruby/install/trunk-repeat20-asserts/lib installing arch files: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0 installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-repeat20-asserts/bin installing library scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0 installing common headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0 installing manpages: /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-repeat20-asserts/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-asserts/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-asserts/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-asserts/lib/ruby/gems/3.3.0+0/cache $$$[end] "make install DEFS=\"-DRUBY_DEBUG=1\"" 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-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/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-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-repeat20-asserts/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=16988 "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/excludes --name=!/memory_leak/ --stderr-on-failure --repeat-count=20 # Running tests: Finished(1/20) tests in 1253.208658s, 18.9984 tests/s, 7118.8863 assertions/s. Finished(2/20) tests in 1407.494088s, 16.9159 tests/s, 6338.8707 assertions/s. Finished(3/20) tests in 1422.193196s, 16.7410 tests/s, 6274.7227 assertions/s. Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 40197> 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_00_tuple: 16 Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17 Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18 Finished(4/20) tests in 1487.696462s, 16.0039 tests/s, 5994.5010 assertions/s. Finished(5/20) tests in 1361.129741s, 17.4921 tests/s, 6553.2761 assertions/s. Finished(6/20) tests in 1441.330947s, 16.5188 tests/s, 6191.0806 assertions/s. Finished(7/20) tests in 1442.668819s, 16.5034 tests/s, 6181.8186 assertions/s. Finished(8/20) tests in 1441.314023s, 16.5190 tests/s, 6190.2013 assertions/s. Finished(9/20) tests in 1592.099088s, 14.9545 tests/s, 5604.0231 assertions/s. Finished(10/20) tests in 1519.134128s, 15.6727 tests/s, 5874.6432 assertions/s. 1) Failure: TestRipper::Generic#test_parse_files:test/ruby [/tmp/ruby/src/trunk-repeat20-asserts/test/ripper/test_files_test_2.rb:6]: pid 138784 killed by SIGABRT (signal 6) (core dumped) | <test_pattern_matching.rb>:1: [BUG] Segmentation fault at 0x0000000000000000 | ruby 3.3.0dev (2023-03-29T21:57:52Z master 1b06422767) [x86_64-linux] | | -- Control frame information ----------------------------------------------- | 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-asserts/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-asserts/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:000460 EVAL -:29 [FINISH] | c:0001 p:0000 s:0003 E:001460 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:29:in `<main>' | -:29:in `each' | -:30:in `block in <main>' | /tmp/ruby/src/trunk-repeat20-asserts/tool/lib/core_assertions.rb:182:in `assert_nothing_raised' | -:32:in `block (2 levels) in <main>' | /tmp/ruby/src/trunk-repeat20-asserts/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' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- Machine register context ------------------------------------------------ | RIP: 0x00007ff2cc0ea5b8 RBP: 0x000055bd7e78e0a8 RSP: 0x00007ffc45d85610 | RAX: 0x6c69662065737520 RBX: 0x000000000000002e RCX: 0xaaaaaaaaaaaaaaab | RDX: 0x6c696620657376a0 RDI: 0x000055bd7e3c60e0 RSI: 0x000055bd7e78e0a8 | R8: 0x000000000000001a R9: 0x0000000000000040 R10: 0x00007ff2cbdf30e0 | R11: 0x0000000000000007 R12: 0x000055bd7e3c60e0 R13: 0x0000000000000090 | R14: 0x000055bd7e780000 R15: 0x0000000000000000 EFL: 0x0000000000010246 | | -- C level backtrace information ------------------------------------------- | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_print_backtrace+0xd) [0x7ff2cc2ae516] /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:785 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1101 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_bug_for_fatal_signal+0xf6) [0x7ff2cc0c0e56] /tmp/ruby/src/trunk-repeat20-asserts/error.c:813 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(sigsegv+0x4d) [0x7ff2cc20097d] /tmp/ruby/src/trunk-repeat20-asserts/signal.c:964 | /lib/x86_64-linux-gnu/libc.so.6(0x7ff2cbc1b520) [0x7ff2cbc1b520] | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(RVALUE_MARKED+0xb) [0x7ff2cc0ea5b8] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:1636 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_set) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:6948 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_ptr) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7060 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(mark_ast_value+0x9) [0x7ff2cc14c8cc] /tmp/ruby/src/trunk-repeat20-asserts/node.c:1379 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(iterate_buffer_elements) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1338 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(iterate_node_values) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1348 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ast_mark) /tmp/ruby/src/trunk-repeat20-asserts/node.c:1436 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_stacked_objects+0x2e) [0x7ff2cc0edb7e] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7512 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7550 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_marks_rest) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8717 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_marks+0x445) [0x7ff2cc0f01d0] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8774 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(gc_start) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:9557 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(heap_prepare+0x64) [0x7ff2cc0f195d] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2416 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(heap_next_free_page) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2685 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_alloc) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2791 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_of0+0x6b) [0x7ff2cc0f2681] /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2893 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2913 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2935 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(str_alloc_embed+0x29) [0x7ff2cc219311] /tmp/ruby/src/trunk-repeat20-asserts/string.c:907 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(str_new0) /tmp/ruby/src/trunk-repeat20-asserts/string.c:943 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_enc_str_new+0x2b) [0x7ff2cc21c72b] /tmp/ruby/src/trunk-repeat20-asserts/string.c:1000 | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_scan_event_val+0xf) [0x7ff2c80e9d90] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6271 | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_dispatch_scan_event) /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6282 | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(yylex+0xc) [0x7ff2c80f154e] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:10490 | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_yyparse) /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.c:10528 | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_parse0+0xe2) [0x7ff2c8100ab2] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14371 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ensure+0x145) [0x7ff2cc0cb615] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 | /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so(ripper_parse+0x95) [0x7ff2c80e6ec5] /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14409 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7ff2cc281f8a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7ff2cc2864b8] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0xa6) [0x7ff2cc2924d6] ../../src/trunk-repeat20-asserts/insns.def:835 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7ff2cc29a9b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(eval_string_with_cref+0x16b) [0x7ff2cc29b47b] /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1701 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(eval_under+0x4e) [0x7ff2cc29e70c] /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1946 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(specific_eval) /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1970 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7ff2cc281f8a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7ff2cc2864b8] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0xa6) [0x7ff2cc2924d6] ../../src/trunk-repeat20-asserts/insns.def:835 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7ff2cc29a9b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_yield+0x30a) [0x7ff2cc2a146a] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1384 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ary_each+0x9a) [0x7ff2cc03447a] /tmp/ruby/src/trunk-repeat20-asserts/array.c:2747 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame_+0xc7) [0x7ff2cc281f8a] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_sendish+0x168) [0x7ff2cc2864b8] /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:5225 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(vm_exec_core+0x137) [0x7ff2cc292567] ../../src/trunk-repeat20-asserts/insns.def:815 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_vm_exec+0x421) [0x7ff2cc29a9b1] /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(rb_ec_exec_node+0xc1) [0x7ff2cc0c6e61] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:287 | /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3(ruby_run_node+0xa3) [0x7ff2cc0cd6b3] /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328 | /tmp/ruby/build/trunk-repeat20-asserts/ruby(rb_main+0x21) [0x55bd7d2c6187] /tmp/ruby/src/trunk-repeat20-asserts/main.c:39 | /tmp/ruby/build/trunk-repeat20-asserts/ruby(main) /tmp/ruby/src/trunk-repeat20-asserts/main.c:58 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7ff2cbc02d90] ../sysdeps/nptl/libc_start_call_main.h:58 | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7ff2cbc02e40] ../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 | [0x55bd7d2c61d5] | | -- Other runtime information ----------------------------------------------- | | * Process memory map: | | 55bd7d2c5000-55bd7d2c6000 r--p 00000000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby | 55bd7d2c6000-55bd7d2c7000 r-xp 00001000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby | 55bd7d2c7000-55bd7d2c8000 r--p 00002000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby | 55bd7d2c8000-55bd7d2c9000 r--p 00002000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby | 55bd7d2c9000-55bd7d2ca000 rw-p 00003000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby | 55bd7e3c3000-55bd7e8bd000 rw-p 00000000 00:00 0 [heap] | 7ff2c4c1c000-7ff2c5444000 rw-p 00000000 00:00 0 | 7ff2c5444000-7ff2c587b000 r--s 00000000 00:65 14692161 /usr/lib/debug/.build-id/69/389d485a9793dbe873f0ea2c93e02efaa9aa3d.debug | 7ff2c587b000-7ff2c5a99000 r--s 00000000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7ff2c5a99000-7ff2c6db5000 rw-p 00000000 00:00 0 | 7ff2c6db5000-7ff2c7e20000 r--s 00000000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 | 7ff2c7e20000-7ff2c7e90000 rw-p 00000000 00:00 0 | 7ff2c7e9a000-7ff2c7ed0000 r--s 00000000 00:65 15868817 /tmp/ruby/build/trunk-repeat20-asserts/ruby | 7ff2c7ed0000-7ff2c8040000 rw-p 00000000 00:00 0 | 7ff2c8045000-7ff2c8047000 r--p 00000000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so | 7ff2c8047000-7ff2c804c000 r-xp 00002000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so | 7ff2c804c000-7ff2c804e000 r--p 00007000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so | 7ff2c804e000-7ff2c804f000 r--p 00008000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so | 7ff2c804f000-7ff2c8050000 rw-p 00009000 00:65 16671871 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/io/console.so | 7ff2c8050000-7ff2c80d0000 rw-p 00000000 00:00 0 | 7ff2c80d9000-7ff2c80da000 r--p 00000000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so | 7ff2c80da000-7ff2c80dc000 r-xp 00001000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so | 7ff2c80dc000-7ff2c80dd000 r--p 00003000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so | 7ff2c80dd000-7ff2c80de000 r--p 00003000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so | 7ff2c80de000-7ff2c80df000 rw-p 00004000 00:65 16789511 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/rbconfig/sizeof.so | 7ff2c80df000-7ff2c80e5000 r--p 00000000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so | 7ff2c80e5000-7ff2c8103000 r-xp 00006000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so | 7ff2c8103000-7ff2c811c000 r--p 00024000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so | 7ff2c811c000-7ff2c811d000 ---p 0003d000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so | 7ff2c811d000-7ff2c811f000 r--p 0003d000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so | 7ff2c811f000-7ff2c8120000 rw-p 0003f000 00:65 16672200 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/ripper.so | 7ff2c8120000-7ff2c8160000 rw-p 00000000 00:00 0 | 7ff2c8160000-7ff2c8161000 ---p 00000000 00:00 0 | 7ff2c8161000-7ff2c81a2000 rw-p 00000000 00:00 0 | 7ff2c81a2000-7ff2c81a3000 ---p 00000000 00:00 0 | 7ff2c81a3000-7ff2c81e4000 rw-p 00000000 00:00 0 | 7ff2c81e4000-7ff2c81e5000 ---p 00000000 00:00 0 | 7ff2c81e5000-7ff2c8226000 rw-p 00000000 00:00 0 | 7ff2c8226000-7ff2c8227000 ---p 00000000 00:00 0 | 7ff2c8227000-7ff2c8268000 rw-p 00000000 00:00 0 | 7ff2c8268000-7ff2c8269000 ---p 00000000 00:00 0 | 7ff2c8269000-7ff2c82aa000 rw-p 00000000 00:00 0 | 7ff2c82aa000-7ff2c82ab000 ---p 00000000 00:00 0 | 7ff2c82ab000-7ff2c82ec000 rw-p 00000000 00:00 0 | 7ff2c82ec000-7ff2c82ed000 ---p 00000000 00:00 0 | 7ff2c82ed000-7ff2c832e000 rw-p 00000000 00:00 0 | 7ff2c832e000-7ff2c832f000 ---p 00000000 00:00 0 | 7ff2c832f000-7ff2c8370000 rw-p 00000000 00:00 0 | 7ff2c8370000-7ff2c8371000 ---p 00000000 00:00 0 | 7ff2c8371000-7ff2c83b2000 rw-p 00000000 00:00 0 | 7ff2c83b2000-7ff2c83b3000 ---p 00000000 00:00 0 | 7ff2c83b3000-7ff2c83f4000 rw-p 00000000 00:00 0 | 7ff2c83f4000-7ff2c83f5000 ---p 00000000 00:00 0 | 7ff2c83f5000-7ff2c8436000 rw-p 00000000 00:00 0 | 7ff2c8436000-7ff2c8437000 ---p 00000000 00:00 0 | 7ff2c8437000-7ff2c8478000 rw-p 00000000 00:00 0 | 7ff2c8478000-7ff2c8479000 ---p 00000000 00:00 0 | 7ff2c8479000-7ff2c84ba000 rw-p 00000000 00:00 0 | 7ff2c84ba000-7ff2c84bb000 ---p 00000000 00:00 0 | 7ff2c84bb000-7ff2c84fc000 rw-p 00000000 00:00 0 | 7ff2c84fc000-7ff2c84fd000 ---p 00000000 00:00 0 | 7ff2c84fd000-7ff2c853e000 rw-p 00000000 00:00 0 | 7ff2c853e000-7ff2c853f000 ---p 00000000 00:00 0 | 7ff2c853f000-7ff2c8580000 rw-p 00000000 00:00 0 | 7ff2c8580000-7ff2c8581000 ---p 00000000 00:00 0 | 7ff2c8581000-7ff2c85c2000 rw-p 00000000 00:00 0 | 7ff2c85c2000-7ff2c85c3000 ---p 00000000 00:00 0 | 7ff2c85c3000-7ff2c8604000 rw-p 00000000 00:00 0 | 7ff2c8604000-7ff2c8605000 ---p 00000000 00:00 0 | 7ff2c8605000-7ff2c8646000 rw-p 00000000 00:00 0 | 7ff2c8646000-7ff2c8647000 ---p 00000000 00:00 0 | 7ff2c8647000-7ff2c8688000 rw-p 00000000 00:00 0 | 7ff2c8688000-7ff2c8689000 ---p 00000000 00:00 0 | 7ff2c8689000-7ff2c86ca000 rw-p 00000000 00:00 0 | 7ff2c86ca000-7ff2c86cb000 ---p 00000000 00:00 0 | 7ff2c86cb000-7ff2c870c000 rw-p 00000000 00:00 0 | 7ff2c870c000-7ff2c870d000 ---p 00000000 00:00 0 | 7ff2c870d000-7ff2c874e000 rw-p 00000000 00:00 0 | 7ff2c874e000-7ff2c874f000 ---p 00000000 00:00 0 | 7ff2c874f000-7ff2c8790000 rw-p 00000000 00:00 0 | 7ff2c8790000-7ff2c8791000 ---p 00000000 00:00 0 | 7ff2c8791000-7ff2c87d2000 rw-p 00000000 00:00 0 | 7ff2c87d2000-7ff2c87d3000 ---p 00000000 00:00 0 | 7ff2c87d3000-7ff2c8814000 rw-p 00000000 00:00 0 | 7ff2c8814000-7ff2c8815000 ---p 00000000 00:00 0 | 7ff2c8815000-7ff2c8856000 rw-p 00000000 00:00 0 | 7ff2c8856000-7ff2c8857000 ---p 00000000 00:00 0 | 7ff2c8857000-7ff2c8898000 rw-p 00000000 00:00 0 | 7ff2c8898000-7ff2c8899000 ---p 00000000 00:00 0 | 7ff2c8899000-7ff2c88da000 rw-p 00000000 00:00 0 | 7ff2c88da000-7ff2c88db000 ---p 00000000 00:00 0 | 7ff2c88db000-7ff2c891c000 rw-p 00000000 00:00 0 | 7ff2c891c000-7ff2c891d000 ---p 00000000 00:00 0 | 7ff2c891d000-7ff2c895e000 rw-p 00000000 00:00 0 | 7ff2c895e000-7ff2c895f000 ---p 00000000 00:00 0 | 7ff2c895f000-7ff2c89d0000 rw-p 00000000 00:00 0 | 7ff2c89d1000-7ff2c89d2000 r--p 00000000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7ff2c89d2000-7ff2c89d3000 r-xp 00001000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7ff2c89d3000-7ff2c89d4000 r--p 00002000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7ff2c89d4000-7ff2c89d5000 r--p 00002000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7ff2c89d5000-7ff2c89d6000 rw-p 00003000 00:65 16792493 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7ff2c89d6000-7ff2cbab0000 rw-p 00000000 00:00 0 | 7ff2cbab1000-7ff2cbab2000 r--p 00000000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so | 7ff2cbab2000-7ff2cbab3000 r-xp 00001000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so | 7ff2cbab3000-7ff2cbab4000 r--p 00002000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so | 7ff2cbab4000-7ff2cbab5000 r--p 00002000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so | 7ff2cbab5000-7ff2cbab6000 rw-p 00003000 00:65 16792337 /tmp/ruby/build/trunk-repeat20-asserts/.ext/x86_64-linux/enc/encdb.so | 7ff2cbab6000-7ff2cbbb9000 rw-p 00000000 00:00 0 | 7ff2cbbb9000-7ff2cbbbc000 r--p 00000000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7ff2cbbbc000-7ff2cbbd3000 r-xp 00003000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7ff2cbbd3000-7ff2cbbd7000 r--p 0001a000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7ff2cbbd7000-7ff2cbbd8000 r--p 0001d000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7ff2cbbd8000-7ff2cbbd9000 rw-p 0001e000 00:65 13112828 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7ff2cbbd9000-7ff2cbc01000 r--p 00000000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7ff2cbc01000-7ff2cbd96000 r-xp 00028000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7ff2cbd96000-7ff2cbdee000 r--p 001bd000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7ff2cbdee000-7ff2cbdf2000 r--p 00214000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7ff2cbdf2000-7ff2cbdf4000 rw-p 00218000 00:65 13112803 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7ff2cbdf4000-7ff2cbe03000 rw-p 00000000 00:00 0 | 7ff2cbe03000-7ff2cbe11000 r--p 00000000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7ff2cbe11000-7ff2cbe8d000 r-xp 0000e000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7ff2cbe8d000-7ff2cbee8000 r--p 0008a000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7ff2cbee8000-7ff2cbee9000 r--p 000e4000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7ff2cbee9000-7ff2cbeea000 rw-p 000e5000 00:65 13112855 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7ff2cbeea000-7ff2cbeec000 r--p 00000000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7ff2cbeec000-7ff2cbf00000 r-xp 00002000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7ff2cbf00000-7ff2cbf19000 r--p 00016000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7ff2cbf19000-7ff2cbf1a000 ---p 0002f000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7ff2cbf1a000-7ff2cbf1b000 r--p 0002f000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7ff2cbf1b000-7ff2cbf1c000 rw-p 00030000 00:65 13112812 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7ff2cbf1c000-7ff2cbf24000 rw-p 00000000 00:00 0 | 7ff2cbf24000-7ff2cbf2e000 r--p 00000000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7ff2cbf2e000-7ff2cbf8d000 r-xp 0000a000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7ff2cbf8d000-7ff2cbfa4000 r--p 00069000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7ff2cbfa4000-7ff2cbfa5000 r--p 0007f000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7ff2cbfa5000-7ff2cbfa6000 rw-p 00080000 00:65 13112832 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7ff2cbfa6000-7ff2cbfa8000 r--p 00000000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7ff2cbfa8000-7ff2cbfb9000 r-xp 00002000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7ff2cbfb9000-7ff2cbfbf000 r--p 00013000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7ff2cbfbf000-7ff2cbfc0000 ---p 00019000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7ff2cbfc0000-7ff2cbfc1000 r--p 00019000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7ff2cbfc1000-7ff2cbfc2000 rw-p 0001a000 00:65 13112934 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7ff2cbfc6000-7ff2cc00a000 r--p 00000000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 | 7ff2cc00a000-7ff2cc369000 r-xp 00044000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 | 7ff2cc369000-7ff2cc4f1000 r--p 003a3000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 | 7ff2cc4f1000-7ff2cc505000 r--p 0052a000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 | 7ff2cc505000-7ff2cc508000 rw-p 0053e000 00:65 15868815 /tmp/ruby/build/trunk-repeat20-asserts/libruby.so.3.3.0 | 7ff2cc508000-7ff2cc51e000 rw-p 00000000 00:00 0 | 7ff2cc51e000-7ff2cc520000 r--p 00000000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ff2cc520000-7ff2cc54a000 r-xp 00002000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ff2cc54a000-7ff2cc555000 r--p 0002c000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ff2cc556000-7ff2cc558000 r--p 00037000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ff2cc558000-7ff2cc55a000 rw-p 00039000 00:65 13112785 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffc4558d000-7ffc45d8c000 rw-p 00000000 00:00 0 [stack] | 7ffc45df0000-7ffc45df4000 r--p 00000000 00:00 0 [vvar] | 7ffc45df4000-7ffc45df6000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | | Finished(11/20) tests in 1459.850541s, 16.3092 tests/s, 6110.7899 assertions/s. 261899 tests, 98136206 assertions, 1 failures, 0 errors, 886 skips ruby -v: ruby 3.3.0dev (2023-03-29T21:57:52Z master 1b06422767) [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-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr ruby 3.3.0dev (2023-03-29T21:57:52Z master 1b06422767) [x86_64-linux] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................. Finished in 125.306107 seconds 3841 files, 31577 examples, 147564 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-asserts/ruby -c /tmp/cores/core.1001.138784.ruby -x gdbscript [New LWP 138784] [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-asserts/ruby -w --disable=gems -I/tmp/ruby/src/t'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140680776875008) at ./nptl/pthread_kill.c:44 >>> Threads Id Target Id Frame * 1 Thread 0x7ff2cbbb7c00 (LWP 138784) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140680776875008) at ./nptl/pthread_kill.c:44 >>> Machine level backtrace Thread 1 (Thread 0x7ff2cbbb7c00 (LWP 138784)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140680776875008) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7ff2cbbb7c00 old_mask = {__val = {94272355056400, 140680777688275, 94272355595264, 14024162712072069120, 239, 18446744073709551344, 2, 0, 94272355595264, 1, 94272355056400, 140680777688275, 0, 140680777584621, 140680776875008, 140680779200000}} 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=140680776875008) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=140680776875008, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007ff2cbc1b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007ff2cbc017f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x7364765b20202020, sa_sigaction = 0x7364765b20202020}, sa_mask = {__val = {2, 140680779216544, 3432, 140680785250414, 140680777582672, 2, 3472339291342909488, 2314885530818457632, 140680779216544, 2, 2, 1, 140680785250414, 140680779200000, 140680777535575, 0}}, sa_flags = 0, sa_restorer = 0x7ff2cbdf36a0 <_IO_2_1_stderr_>} sigs = {__val = {32, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 7022930802683944992, 3774973501862731122, 3256155514184557621, 7378080588661941815, 8659703141076316214, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 140680777580397}} #5 0x00007ff2cc0153da in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:776 No locals. #6 rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x55bd7e447680, fmt=fmt@entry=0x7ff2cc3a7166 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:817 file = <optimized out> line = 1 #7 0x00007ff2cc20097d in sigsegv (sig=11, info=0x55bd7e4477b0, ctx=0x55bd7e447680) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:964 No locals. #8 <signal handler called> No locals. #9 0x00007ff2cc0ea5b8 in RVALUE_MARKED (obj=94272359030952) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:1636 No locals. #10 gc_mark_set (objspace=0x55bd7e3c60e0, obj=94272359030952) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:6948 No locals. #11 gc_mark_ptr (objspace=0x55bd7e3c60e0, obj=94272359030952) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7060 __func__ = "gc_mark_ptr" #12 0x00007ff2cc14c8cc in mark_ast_value (node=0x55bd7e74a588, ctx=0x0) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1379 args = <optimized out> #13 iterate_buffer_elements (ctx=0x0, func=<optimized out>, len=9, nbe=0x55bd7e74a540) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1338 cursor = 1 cursor = <optimized out> #14 iterate_node_values (nb=<optimized out>, nb=<optimized out>, ctx=0x0, func=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1348 nbe = 0x55bd7e74a540 nbe = <optimized out> #15 rb_ast_mark (ast=0x7ff2c7fbe0a0) at /tmp/ruby/src/trunk-repeat20-asserts/node.c:1436 nb = <optimized out> #16 0x00007ff2cc0edb7e in gc_mark_stacked_objects (incremental=<optimized out>, count=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/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> #17 gc_mark_stacked_objects_all (objspace=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:7550 No locals. #18 gc_marks_rest (objspace=0x55bd7e3c60e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8717 No locals. #19 0x00007ff2cc0f01d0 in gc_marks (full_mark=<optimized out>, objspace=0x55bd7e3c60e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:8774 marking_finished = false marking_finished = <optimized out> #20 gc_start (objspace=0x55bd7e3c60e0, reason=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:9557 do_full_mark = <optimized out> immediate_mark = <optimized out> __func__ = "gc_start" lock_lev = 0 #21 0x00007ff2cc0f195d in heap_prepare (heap=0x55bd7e3c6140, size_pool=0x55bd7e3c6108, objspace=0x55bd7e3c60e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2416 __func__ = "heap_prepare" #22 heap_next_free_page (heap=0x55bd7e3c6140, size_pool=0x55bd7e3c6108, objspace=0x55bd7e3c60e0) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2685 page = <optimized out> page = <optimized out> __func__ = "heap_next_free_page" #23 newobj_alloc (objspace=0x55bd7e3c60e0, cr=0x55bd7e3c6df0, size_pool_idx=0, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2791 page = <optimized out> lev = 1 unlock_vm = true size_pool = 0x55bd7e3c6108 heap = 0x55bd7e3c6140 cache = 0x55bd7e3c7070 obj = <optimized out> __func__ = "newobj_alloc" #24 0x00007ff2cc0f2681 in newobj_of0 (alloc_size=26, cr=<optimized out>, wb_protected=1, flags=5, klass=140680724474400) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2893 obj = <optimized out> objspace = 0x55bd7e3c60e0 size_pool_idx = <optimized out> obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> #25 newobj_of (alloc_size=26, wb_protected=1, v3=0, v2=0, v1=0, flags=5, klass=140680724474400) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2913 obj = <optimized out> obj = <optimized out> #26 rb_wb_protected_newobj_of (klass=klass@entry=140680724474400, flags=flags@entry=5, size=size@entry=26) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:2935 __func__ = "rb_wb_protected_newobj_of" #27 0x00007ff2cc219311 in str_alloc_embed (capa=2, klass=140680724474400) at /tmp/ruby/src/trunk-repeat20-asserts/string.c:907 size = 26 str = <optimized out> size = <optimized out> __PRETTY_FUNCTION__ = "str_alloc_embed" str = <optimized out> #28 str_new0 (klass=140680724474400, ptr=0x7ff2c80580f5 ", 2])].all? do |i|\n", len=1, termlen=1) at /tmp/ruby/src/trunk-repeat20-asserts/string.c:943 str = <optimized out> __PRETTY_FUNCTION__ = "str_new0" dtrace_line = <optimized out> dtrace_file = <optimized out> #29 0x00007ff2cc21c72b in rb_enc_str_new (ptr=<optimized out>, len=<optimized out>, enc=0x55bd7e3cdf90) at /tmp/ruby/src/trunk-repeat20-asserts/string.c:1000 str = <optimized out> #30 0x00007ff2c80e9d90 in ripper_scan_event_val (t=44, p=0x55bd7e7204a0) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6271 str = <optimized out> rval = <optimized out> str = <optimized out> rval = <optimized out> #31 ripper_dispatch_scan_event (p=0x55bd7e7204a0, t=44) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:6282 No locals. #32 0x00007ff2c80f154e in yylex (p=0x55bd7e7204a0, yylloc=0x7ffc45d85c20, lval=0x7ffc45d85bf8) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:10490 t = <optimized out> t = <optimized out> #33 ripper_yyparse (p=0x55bd7e7204a0) at /tmp/ruby/build/trunk-repeat20-asserts/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 = 595, column = 28}, end_pos = {lineno = 595, column = 29}} 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, 55, 274, 486, 256, 475, 691, 238, 55, 274, 486, 90, 1097, 1178, 1231, 1270, 1292, 1300, 1093, 480, 485, 982, 1097, 1178, 1231, 1270, 1292, 1300, 5, 0, 0, 0, -8480, 32316, 21949, 0, -16336, 32363, 21949, 0, -25485, -13277, 32754, 0, 427, 569, 754, 895, -24576, -2731, -10834, -15713, -16336, 32363, 21949, 0, -272, -1, -1, -1, 0, 0, 0, 0, 26848, 32343, 21949, 0, 10536, 32355, 21949, 0, 25280, 17880, 32764, 0, -16336, 32363, 21949, 0, -6957, -13369, 32754, 0, 5, 0, 0, 0, -16984, -13277, 32754, 0, 10245, -16304, 10, 0, 56, 0, 0, 0, 24800, 32316, 21949, 0, 20533, -13298, 32754, 0, -16336, 32363, 21949, 0, 20688, 32363, 21949, 0, 0, 0, 0, 0, -24447, -13289, 32754, 0, -1, -1, -1, -1, 25272, 17880, 32764, 0, 10536, 32355, 21949, 0, 2223, -13287, 32754, 0, 0, 0, 32764, 0, 24864, 17880, 32764, 0, -2, -1, 32764, 0, -1, -1, -1, -1, 0, 0, 32764, 0, 26864, 17880, 32764, 0, 2, 0, 32764, 0, 1, 0, 0, 0, 25280, 17880, 32764, 0, 26896, 17880, 32764, 0} yyss = <optimized out> yyssp = <optimized out> yyvsa = {{val = 200, node = 0xc8, id = 200, num = 200, tbl = 0xc8, vars = 0xc8, strterm = 0xc8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 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 = 140680713972528, node = 0x7ff2c7fbab30, id = 140680713972528, num = -939807952, tbl = 0x7ff2c7fbab30, vars = 0x7ff2c7fbab30, strterm = 0x7ff2c7fbab30, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680713976704, node = 0x7ff2c7fbbb80, id = 140680713976704, num = -939803776, tbl = 0x7ff2c7fbbb80, vars = 0x7ff2c7fbbb80, strterm = 0x7ff2c7fbbb80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140677358813184, node = 0x7ff200000000, id = 140677358813184, num = 0, tbl = 0x7ff200000000, vars = 0x7ff200000000, strterm = 0x7ff200000000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680713967728, node = 0x7ff2c7fb9870, id = 140680713967728, num = -939812752, tbl = 0x7ff2c7fb9870, vars = 0x7ff2c7fb9870, strterm = 0x7ff2c7fb9870, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680713960624, node = 0x7ff2c7fb7cb0, id = 140680713960624, num = -939819856, tbl = 0x7ff2c7fb7cb0, vars = 0x7ff2c7fb7cb0, strterm = 0x7ff2c7fb7cb0, 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 = 140680712720688, node = 0x7ff2c7e89130, id = 140680712720688, num = -941059792, tbl = 0x7ff2c7e89130, vars = 0x7ff2c7e89130, strterm = 0x7ff2c7e89130, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680712721216, node = 0x7ff2c7e89340, id = 140680712721216, num = -941059264, tbl = 0x7ff2c7e89340, vars = 0x7ff2c7e89340, strterm = 0x7ff2c7e89340, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94272359028152, node = 0x55bd7e78d5b8, id = 94272359028152, num = 2121848248, tbl = 0x55bd7e78d5b8, vars = 0x55bd7e78d5b8, strterm = 0x55bd7e78d5b8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680712716800, node = 0x7ff2c7e88200, id = 140680712716800, num = -941063680, tbl = 0x7ff2c7e88200, vars = 0x7ff2c7e88200, strterm = 0x7ff2c7e88200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680712716800, node = 0x7ff2c7e88200, id = 140680712716800, num = -941063680, tbl = 0x7ff2c7e88200, vars = 0x7ff2c7e88200, strterm = 0x7ff2c7e88200, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680775787360, node = 0x7ff2cbaae360, id = 140680775787360, num = -877993120, tbl = 0x7ff2cbaae360, vars = 0x7ff2cbaae360, strterm = 0x7ff2cbaae360, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140680775789136, node = 0x7ff2cbaaea50, id = 140680775789136, num = -877991344, tbl = 0x7ff2cbaaea50, vars = 0x7ff2cbaaea50, strterm = 0x7ff2cbaaea50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94272359034760, node = 0x55bd7e78ef88, id = 94272359034760, num = 2121854856, tbl = 0x55bd7e78ef88, vars = 0x55bd7e78ef88, strterm = 0x55bd7e78ef88, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680775777424, node = 0x7ff2cbaabc90, id = 140680775777424, num = -878003056, tbl = 0x7ff2cbaabc90, vars = 0x7ff2cbaabc90, strterm = 0x7ff2cbaabc90, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94272356855152, node = 0x55bd7e57ad70, id = 94272356855152, num = 2119675248, tbl = 0x55bd7e57ad70, vars = 0x55bd7e57ad70, strterm = 0x55bd7e57ad70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140681653780479, node = 0x7ff2ffffffff, id = 140681653780479, num = -1, tbl = 0x7ff2ffffffff, vars = 0x7ff2ffffffff, strterm = 0x7ff2ffffffff, 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 = 140680775770032, node = 0x7ff2cbaa9fb0, id = 140680775770032, num = -878010448, tbl = 0x7ff2cbaa9fb0, vars = 0x7ff2cbaa9fb0, strterm = 0x7ff2cbaa9fb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680775750304, node = 0x7ff2cbaa52a0, id = 140680775750304, num = -878030176, tbl = 0x7ff2cbaa52a0, vars = 0x7ff2cbaa52a0, strterm = 0x7ff2cbaa52a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680775752224, node = 0x7ff2cbaa5a20, id = 140680775752224, num = -878028256, tbl = 0x7ff2cbaa5a20, vars = 0x7ff2cbaa5a20, strterm = 0x7ff2cbaa5a20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680775745792, node = 0x7ff2cbaa4100, id = 140680775745792, num = -878034688, tbl = 0x7ff2cbaa4100, vars = 0x7ff2cbaa4100, strterm = 0x7ff2cbaa4100, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680775746416, node = 0x7ff2cbaa4370, id = 140680775746416, num = -878034064, tbl = 0x7ff2cbaa4370, vars = 0x7ff2cbaa4370, strterm = 0x7ff2cbaa4370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272359034872, node = 0x55bd7e78eff8, id = 94272359034872, num = 2121854968, tbl = 0x55bd7e78eff8, vars = 0x55bd7e78eff8, strterm = 0x55bd7e78eff8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680775743680, node = 0x7ff2cbaa38c0, id = 140680775743680, num = -878036800, tbl = 0x7ff2cbaa38c0, vars = 0x7ff2cbaa38c0, strterm = 0x7ff2cbaa38c0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140680775743008, node = 0x7ff2cbaa3620, id = 140680775743008, num = -878037472, tbl = 0x7ff2cbaa3620, vars = 0x7ff2cbaa3620, strterm = 0x7ff2cbaa3620, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680775738928, node = 0x7ff2cbaa2630, id = 140680775738928, num = -878041552, tbl = 0x7ff2cbaa2630, vars = 0x7ff2cbaa2630, strterm = 0x7ff2cbaa2630, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680775740704, node = 0x7ff2cbaa2d20, id = 140680775740704, num = -878039776, tbl = 0x7ff2cbaa2d20, vars = 0x7ff2cbaa2d20, strterm = 0x7ff2cbaa2d20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680775735904, node = 0x7ff2cbaa1a60, id = 140680775735904, num = -878044576, tbl = 0x7ff2cbaa1a60, vars = 0x7ff2cbaa1a60, strterm = 0x7ff2cbaa1a60, 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 = 140680714364832, node = 0x7ff2c801a7a0, id = 140680714364832, num = -939415648, tbl = 0x7ff2c801a7a0, vars = 0x7ff2c801a7a0, strterm = 0x7ff2c801a7a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680714366368, node = 0x7ff2c801ada0, id = 140680714366368, num = -939414112, tbl = 0x7ff2c801ada0, vars = 0x7ff2c801ada0, strterm = 0x7ff2c801ada0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680714369056, node = 0x7ff2c801b820, id = 140680714369056, num = -939411424, tbl = 0x7ff2c801b820, vars = 0x7ff2c801b820, strterm = 0x7ff2c801b820, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680714357584, node = 0x7ff2c8018b50, id = 140680714357584, num = -939422896, tbl = 0x7ff2c8018b50, vars = 0x7ff2c8018b50, strterm = 0x7ff2c8018b50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680713773664, node = 0x7ff2c7f8a260, id = 140680713773664, num = -940006816, tbl = 0x7ff2c7f8a260, vars = 0x7ff2c7f8a260, strterm = 0x7ff2c7f8a260, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140680713774864, node = 0x7ff2c7f8a710, id = 140680713774864, num = -940005616, tbl = 0x7ff2c7f8a710, vars = 0x7ff2c7f8a710, strterm = 0x7ff2c7f8a710, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140680713280608, node = 0x7ff2c7f11c60, id = 140680713280608, num = -940499872, tbl = 0x7ff2c7f11c60, vars = 0x7ff2c7f11c60, strterm = 0x7ff2c7f11c60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140680712531520, node = 0x7ff2c7e5ae40, id = 140680712531520, num = -941248960, tbl = 0x7ff2c7e5ae40, vars = 0x7ff2c7e5ae40, strterm = 0x7ff2c7e5ae40, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272358987176, node = 0x55bd7e7835a8, id = 94272358987176, num = 2121807272, tbl = 0x55bd7e7835a8, vars = 0x55bd7e7835a8, strterm = 0x55bd7e7835a8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680712535168, node = 0x7ff2c7e5bc80, id = 140680712535168, num = -941245312, tbl = 0x7ff2c7e5bc80, vars = 0x7ff2c7e5bc80, strterm = 0x7ff2c7e5bc80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680712535648, node = 0x7ff2c7e5be60, id = 140680712535648, num = -941244832, tbl = 0x7ff2c7e5be60, vars = 0x7ff2c7e5be60, strterm = 0x7ff2c7e5be60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 140680712532480, node = 0x7ff2c7e5b200, id = 140680712532480, num = -941248000, tbl = 0x7ff2c7e5b200, vars = 0x7ff2c7e5b200, strterm = 0x7ff2c7e5b200, 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 = 87538730641981440, node = 0x137000300010000, id = 87538730641981440, num = 65536, tbl = 0x137000300010000, vars = 0x137000300010000, strterm = 0x137000300010000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680713472368, node = 0x7ff2c7f40970, id = 140680713472368, num = -940308112, tbl = 0x7ff2c7f40970, vars = 0x7ff2c7f40970, strterm = 0x7ff2c7f40970, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680713474720, node = 0x7ff2c7f412a0, id = 140680713474720, num = -940305760, tbl = 0x7ff2c7f412a0, vars = 0x7ff2c7f412a0, strterm = 0x7ff2c7f412a0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 140680713473760, node = 0x7ff2c7f40ee0, id = 140680713473760, num = -940306720, tbl = 0x7ff2c7f40ee0, vars = 0x7ff2c7f40ee0, strterm = 0x7ff2c7f40ee0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 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 = 140680713484176, node = 0x7ff2c7f43790, id = 140680713484176, num = -940296304, tbl = 0x7ff2c7f43790, vars = 0x7ff2c7f43790, strterm = 0x7ff2c7f43790, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140680713484896, node = 0x7ff2c7f43a60, id = 140680713484896, num = -940295584, tbl = 0x7ff2c7f43a60, vars = 0x7ff2c7f43a60, strterm = 0x7ff2c7f43a60, 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 = 140680713489744, node = 0x7ff2c7f44d50, id = 140680713489744, num = -940290736, tbl = 0x7ff2c7f44d50, vars = 0x7ff2c7f44d50, strterm = 0x7ff2c7f44d50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680713501936, node = 0x7ff2c7f47cf0, id = 140680713501936, num = -940278544, tbl = 0x7ff2c7f47cf0, vars = 0x7ff2c7f47cf0, strterm = 0x7ff2c7f47cf0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140680713509616, node = 0x7ff2c7f49af0, id = 140680713509616, num = -940270864, tbl = 0x7ff2c7f49af0, vars = 0x7ff2c7f49af0, strterm = 0x7ff2c7f49af0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680713509616, node = 0x7ff2c7f49af0, id = 140680713509616, num = -940270864, tbl = 0x7ff2c7f49af0, vars = 0x7ff2c7f49af0, strterm = 0x7ff2c7f49af0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680713515280, node = 0x7ff2c7f4b110, id = 140680713515280, num = -940265200, tbl = 0x7ff2c7f4b110, vars = 0x7ff2c7f4b110, strterm = 0x7ff2c7f4b110, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 140680713510912, node = 0x7ff2c7f4a000, id = 140680713510912, num = -940269568, tbl = 0x7ff2c7f4a000, vars = 0x7ff2c7f4a000, strterm = 0x7ff2c7f4a000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680713519456, node = 0x7ff2c7f4c160, id = 140680713519456, num = -940261024, tbl = 0x7ff2c7f4c160, vars = 0x7ff2c7f4c160, strterm = 0x7ff2c7f4c160, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 94272359000592, node = 0x55bd7e786a10, id = 94272359000592, num = 2121820688, tbl = 0x55bd7e786a10, vars = 0x55bd7e786a10, strterm = 0x55bd7e786a10, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 140721480294977, node = 0x7ffc45d86241, id = 140721480294977, num = 1171808833, tbl = 0x7ffc45d86241, vars = 0x7ffc45d86241, strterm = 0x7ffc45d86241, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140721480294977, node = 0x7ffc45d86241, id = 140721480294977, num = 1171808833, tbl = 0x7ffc45d86241, vars = 0x7ffc45d86241, strterm = 0x7ffc45d86241, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140680783274362, node = 0x7ff2cc1d217a <update_string_node_case_fold+298>, id = 140680783274362, num = -870506118, tbl = 0x7ff2cc1d217a <update_string_node_case_fold+298>, vars = 0x7ff2cc1d217a <update_string_node_case_fold+298>, strterm = 0x7ff2cc1d217a <update_string_node_case_fold+298>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272358907089, node = 0x55bd7e76fcd1, id = 94272358907089, num = 2121727185, tbl = 0x55bd7e76fcd1, vars = 0x55bd7e76fcd1, strterm = 0x55bd7e76fcd1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140721480294968, node = 0x7ffc45d86238, id = 140721480294968, num = 1171808824, tbl = 0x7ffc45d86238, vars = 0x7ffc45d86238, strterm = 0x7ffc45d86238, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140721480294976, node = 0x7ffc45d86240, id = 140721480294976, num = 1171808832, tbl = 0x7ffc45d86240, vars = 0x7ffc45d86240, strterm = 0x7ffc45d86240, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 140721480294977, node = 0x7ffc45d86241, id = 140721480294977, num = 1171808833, tbl = 0x7ffc45d86241, vars = 0x7ffc45d86241, strterm = 0x7ffc45d86241, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 14024162712072069120, node = 0xc29fd5aef555a000, id = 14024162712072069120, num = -178937856, tbl = 0xc29fd5aef555a000, vars = 0xc29fd5aef555a000, strterm = 0xc29fd5aef555a000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272358907056, node = 0x55bd7e76fcb0, id = 94272358907056, num = 2121727152, tbl = 0x55bd7e76fcb0, vars = 0x55bd7e76fcb0, strterm = 0x55bd7e76fcb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {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 = 94272358915409, node = 0x55bd7e771d51, id = 94272358915409, num = 2121735505, tbl = 0x55bd7e771d51, vars = 0x55bd7e771d51, strterm = 0x55bd7e771d51, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 3, node = 0x3, id = 3, num = 3, tbl = 0x3, vars = 0x3, strterm = 0x3, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 18446744073709551615, node = 0xffffffffffffffff, id = 18446744073709551615, num = -1, tbl = 0xffffffffffffffff, vars = 0xffffffffffffffff, strterm = 0xffffffffffffffff, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680777684651, node = 0x7ff2cbc7d6ab <_int_malloc+3195>, id = 140680777684651, num = -876095829, tbl = 0x7ff2cbc7d6ab <_int_malloc+3195>, vars = 0x7ff2cbc7d6ab <_int_malloc+3195>, strterm = 0x7ff2cbc7d6ab <_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 = 94272355495536, node = 0x55bd7e42ee70, id = 94272355495536, num = 2118315632, tbl = 0x55bd7e42ee70, vars = 0x55bd7e42ee70, strterm = 0x55bd7e42ee70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680779214048, node = 0x7ff2cbdf2ce0 <main_arena+96>, id = 140680779214048, num = -874566432, tbl = 0x7ff2cbdf2ce0 <main_arena+96>, vars = 0x7ff2cbdf2ce0 <main_arena+96>, strterm = 0x7ff2cbdf2ce0 <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 = 173920427344, node = 0x287e771d50, id = 173920427344, num = 2121735504, tbl = 0x287e771d50, vars = 0x287e771d50, strterm = 0x287e771d50, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 625, node = 0x271, id = 625, num = 625, tbl = 0x271, vars = 0x271, strterm = 0x271, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 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 = 94272357603800, node = 0x55bd7e6319d8, id = 94272357603800, num = 2120423896, tbl = 0x55bd7e6319d8, vars = 0x55bd7e6319d8, strterm = 0x55bd7e6319d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94272357603800, node = 0x55bd7e6319d8, id = 94272357603800, num = 2120423896, tbl = 0x55bd7e6319d8, vars = 0x55bd7e6319d8, strterm = 0x55bd7e6319d8, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_copy}}, {val = 94272357603336, node = 0x55bd7e631808, id = 94272357603336, num = 2120423432, tbl = 0x55bd7e631808, vars = 0x55bd7e631808, strterm = 0x55bd7e631808, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 46, node = 0x2e, id = 46, num = 46, tbl = 0x2e, vars = 0x2e, strterm = 0x2e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 4593, node = 0x11f1, id = 4593, num = 4593, tbl = 0x11f1, vars = 0x11f1, strterm = 0x11f1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 36, node = 0x24, id = 36, num = 36, tbl = 0x24, vars = 0x24, strterm = 0x24, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 94272357603112, node = 0x55bd7e631728, id = 94272357603112, num = 2120423208, tbl = 0x55bd7e631728, vars = 0x55bd7e631728, strterm = 0x55bd7e631728, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 14024162712072069120, node = 0xc29fd5aef555a000, id = 14024162712072069120, num = -178937856, tbl = 0xc29fd5aef555a000, vars = 0xc29fd5aef555a000, strterm = 0xc29fd5aef555a000, 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 = 94272357528880, node = 0x55bd7e61f530, id = 94272357528880, num = 2120348976, tbl = 0x55bd7e61f530, vars = 0x55bd7e61f530, strterm = 0x55bd7e61f530, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680779213952, node = 0x7ff2cbdf2c80 <main_arena>, id = 140680779213952, num = -874566528, tbl = 0x7ff2cbdf2c80 <main_arena>, vars = 0x7ff2cbdf2c80 <main_arena>, strterm = 0x7ff2cbdf2c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272357529200, node = 0x55bd7e61f670, id = 94272357529200, num = 2120349296, tbl = 0x55bd7e61f670, vars = 0x55bd7e61f670, strterm = 0x55bd7e61f670, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272355495552, node = 0x55bd7e42ee80, id = 94272355495552, num = 2118315648, tbl = 0x55bd7e42ee80, vars = 0x55bd7e42ee80, strterm = 0x55bd7e42ee80, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680777686107, node = 0x7ff2cbc7dc5b <_int_realloc+299>, id = 140680777686107, num = -876094373, tbl = 0x7ff2cbc7dc5b <_int_realloc+299>, vars = 0x7ff2cbc7dc5b <_int_realloc+299>, strterm = 0x7ff2cbc7dc5b <_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 = 140680779213952, node = 0x7ff2cbdf2c80 <main_arena>, id = 140680779213952, num = -874566528, tbl = 0x7ff2cbdf2c80 <main_arena>, vars = 0x7ff2cbdf2c80 <main_arena>, strterm = 0x7ff2cbdf2c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272357528896, node = 0x55bd7e61f540, id = 94272357528896, num = 2120348992, tbl = 0x55bd7e61f540, vars = 0x55bd7e61f540, strterm = 0x55bd7e61f540, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, 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 = 94272357528880, node = 0x55bd7e61f530, id = 94272357528880, num = 2120348976, tbl = 0x55bd7e61f530, vars = 0x55bd7e61f530, strterm = 0x55bd7e61f530, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {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 = 140680777689481, node = 0x7ff2cbc7e989 <__GI___libc_realloc+457>, id = 140680777689481, num = -876090999, tbl = 0x7ff2cbc7e989 <__GI___libc_realloc+457>, vars = 0x7ff2cbc7e989 <__GI___libc_realloc+457>, strterm = 0x7ff2cbc7e989 <__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 = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272358429240, node = 0x55bd7e6fb238, id = 94272358429240, num = 2121249336, tbl = 0x55bd7e6fb238, vars = 0x55bd7e6fb238, strterm = 0x55bd7e6fb238, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272358429232, node = 0x55bd7e6fb230, id = 94272358429232, num = 2121249328, tbl = 0x55bd7e6fb230, vars = 0x55bd7e6fb230, strterm = 0x55bd7e6fb230, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680783305766, node = 0x7ff2cc1d9c26 <compile_tree+5558>, id = 140680783305766, num = -870474714, tbl = 0x7ff2cc1d9c26 <compile_tree+5558>, vars = 0x7ff2cc1d9c26 <compile_tree+5558>, strterm = 0x7ff2cc1d9c26 <compile_tree+5558>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 816, node = 0x330, id = 816, num = 816, tbl = 0x330, vars = 0x330, strterm = 0x330, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 321, node = 0x141, id = 321, num = 321, tbl = 0x141, vars = 0x141, strterm = 0x141, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 94272357528880, node = 0x55bd7e61f530, id = 94272357528880, num = 2120348976, tbl = 0x55bd7e61f530, vars = 0x55bd7e61f530, strterm = 0x55bd7e61f530, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680779213952, node = 0x7ff2cbdf2c80 <main_arena>, id = 140680779213952, num = -874566528, tbl = 0x7ff2cbdf2c80 <main_arena>, vars = 0x7ff2cbdf2c80 <main_arena>, strterm = 0x7ff2cbdf2c80 <main_arena>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 14024162712072069120, node = 0xc29fd5aef555a000, id = 14024162712072069120, num = -178937856, tbl = 0xc29fd5aef555a000, vars = 0xc29fd5aef555a000, strterm = 0xc29fd5aef555a000, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 816, node = 0x330, id = 816, num = 816, tbl = 0x330, vars = 0x330, strterm = 0x330, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94272358915056, node = 0x55bd7e771bf0, id = 94272358915056, num = 2121735152, tbl = 0x55bd7e771bf0, vars = 0x55bd7e771bf0, strterm = 0x55bd7e771bf0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 1, node = 0x1, id = 1, num = 1, tbl = 0x1, vars = 0x1, strterm = 0x1, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272358907376, node = 0x55bd7e76fdf0, id = 94272358907376, num = 2121727472, tbl = 0x55bd7e76fdf0, vars = 0x55bd7e76fdf0, strterm = 0x55bd7e76fdf0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680783310856, node = 0x7ff2cc1db008 <compile_quantifier_node+1624>, id = 140680783310856, num = -870469624, tbl = 0x7ff2cc1db008 <compile_quantifier_node+1624>, vars = 0x7ff2cc1db008 <compile_quantifier_node+1624>, strterm = 0x7ff2cc1db008 <compile_quantifier_node+1624>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 141733920768, node = 0x2100000000, id = 141733920768, num = 0, tbl = 0x2100000000, vars = 0x2100000000, strterm = 0x2100000000, 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 = 140680785174936, node = 0x7ff2cc3a2198, id = 140680785174936, num = -868605544, tbl = 0x7ff2cc3a2198, vars = 0x7ff2cc3a2198, strterm = 0x7ff2cc3a2198, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680785174936, node = 0x7ff2cc3a2198, id = 140680785174936, num = -868605544, tbl = 0x7ff2cc3a2198, vars = 0x7ff2cc3a2198, strterm = 0x7ff2cc3a2198, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272358915120, node = 0x55bd7e771c30, id = 94272358915120, num = 2121735216, tbl = 0x55bd7e771c30, vars = 0x55bd7e771c30, strterm = 0x55bd7e771c30, ctxt = {in_defined = 0, 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 = 140680783300293, node = 0x7ff2cc1d86c5 <compile_tree+85>, id = 140680783300293, num = -870480187, tbl = 0x7ff2cc1d86c5 <compile_tree+85>, vars = 0x7ff2cc1d86c5 <compile_tree+85>, strterm = 0x7ff2cc1d86c5 <compile_tree+85>, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680783278142, node = 0x7ff2cc1d303e <compile_length_tree+638>, id = 140680783278142, num = -870502338, tbl = 0x7ff2cc1d303e <compile_length_tree+638>, vars = 0x7ff2cc1d303e <compile_length_tree+638>, strterm = 0x7ff2cc1d303e <compile_length_tree+638>, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, 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 = 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 = 14024162712072069120, node = 0xc29fd5aef555a000, id = 14024162712072069120, num = -178937856, tbl = 0xc29fd5aef555a000, vars = 0xc29fd5aef555a000, strterm = 0xc29fd5aef555a000, 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 = 94272358915184, node = 0x55bd7e771c70, id = 94272358915184, num = 2121735280, tbl = 0x55bd7e771c70, vars = 0x55bd7e771c70, strterm = 0x55bd7e771c70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 78, node = 0x4e, id = 78, num = 78, tbl = 0x4e, vars = 0x4e, strterm = 0x4e, ctxt = {in_defined = 0, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 0, shareable_constant_value = shareable_copy}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 94272358907312, node = 0x55bd7e76fdb0, id = 94272358907312, num = 2121727408, tbl = 0x55bd7e76fdb0, vars = 0x55bd7e76fdb0, strterm = 0x55bd7e76fdb0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 140680783310856, node = 0x7ff2cc1db008 <compile_quantifier_node+1624>, id = 140680783310856, num = -870469624, tbl = 0x7ff2cc1db008 <compile_quantifier_node+1624>, vars = 0x7ff2cc1db008 <compile_quantifier_node+1624>, strterm = 0x7ff2cc1db008 <compile_quantifier_node+1624>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272357528432, node = 0x55bd7e61f370, id = 94272357528432, num = 2120348528, tbl = 0x55bd7e61f370, vars = 0x55bd7e61f370, strterm = 0x55bd7e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680777684651, node = 0x7ff2cbc7d6ab <_int_malloc+3195>, id = 140680777684651, num = -876095829, tbl = 0x7ff2cbc7d6ab <_int_malloc+3195>, vars = 0x7ff2cbc7d6ab <_int_malloc+3195>, strterm = 0x7ff2cbc7d6ab <_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 = 94272358804080, node = 0x55bd7e756a70, id = 94272358804080, num = 2121624176, tbl = 0x55bd7e756a70, vars = 0x55bd7e756a70, strterm = 0x55bd7e756a70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 140680779214048, node = 0x7ff2cbdf2ce0 <main_arena+96>, id = 140680779214048, num = -874566432, tbl = 0x7ff2cbdf2ce0 <main_arena+96>, vars = 0x7ff2cbdf2ce0 <main_arena+96>, strterm = 0x7ff2cbdf2ce0 <main_arena+96>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 140680785174936, node = 0x7ff2cc3a2198, id = 140680785174936, num = -868605544, tbl = 0x7ff2cc3a2198, vars = 0x7ff2cc3a2198, strterm = 0x7ff2cc3a2198, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 75134792560, node = 0x117e61f370, id = 75134792560, num = 2120348528, tbl = 0x117e61f370, vars = 0x117e61f370, strterm = 0x117e61f370, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 256, node = 0x100, id = 256, num = 256, tbl = 0x100, vars = 0x100, strterm = 0x100, 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 = 17983294549158288184, node = 0xf9917f1ce5cc5b38, id = 17983294549158288184, num = -439592136, tbl = 0xf9917f1ce5cc5b38, vars = 0xf9917f1ce5cc5b38, strterm = 0xf9917f1ce5cc5b38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 31, node = 0x1f, id = 31, num = 31, tbl = 0x1f, vars = 0x1f, strterm = 0x1f, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 1, in_class = 1, shareable_constant_value = shareable_none}}, {val = 304, node = 0x130, id = 304, num = 304, tbl = 0x130, vars = 0x130, strterm = 0x130, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_literal}}, {val = 4, node = 0x4, id = 4, num = 4, tbl = 0x4, vars = 0x4, strterm = 0x4, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 223338299409, node = 0x3400000011, id = 223338299409, num = 17, tbl = 0x3400000011, vars = 0x3400000011, strterm = 0x3400000011, ctxt = {in_defined = 1, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 0, node = 0x0, id = 0, num = 0, tbl = 0x0, vars = 0x0, strterm = 0x0, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 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 = 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 = 32, node = 0x20, id = 32, num = 32, tbl = 0x20, vars = 0x20, strterm = 0x20, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_literal}}, {val = 7, node = 0x7, id = 7, num = 7, tbl = 0x7, vars = 0x7, strterm = 0x7, ctxt = {in_defined = 1, in_kwarg = 1, in_argdef = 1, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 94272358948720, node = 0x55bd7e779f70, id = 94272358948720, num = 2121768816, tbl = 0x55bd7e779f70, vars = 0x55bd7e779f70, strterm = 0x55bd7e779f70, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_everything}}, {val = 8590033040, node = 0x200018090, id = 8590033040, num = 98448, tbl = 0x200018090, vars = 0x200018090, strterm = 0x200018090, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 16, node = 0x10, id = 16, num = 16, tbl = 0x10, vars = 0x10, strterm = 0x10, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 1, shareable_constant_value = shareable_none}}, {val = 140680779213824, node = 0x7ff2cbdf2c00 <_IO_wide_data_0+128>, id = 140680779213824, num = -874566656, tbl = 0x7ff2cbdf2c00 <_IO_wide_data_0+128>, vars = 0x7ff2cbdf2c00 <_IO_wide_data_0+128>, strterm = 0x7ff2cbdf2c00 <_IO_wide_data_0+128>, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_none}}, {val = 17983294549158288184, node = 0xf9917f1ce5cc5b38, id = 17983294549158288184, num = -439592136, tbl = 0xf9917f1ce5cc5b38, vars = 0xf9917f1ce5cc5b38, strterm = 0xf9917f1ce5cc5b38, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 1, in_class = 1, shareable_constant_value = shareable_literal}}} yyvs = <optimized out> yyvsp = <optimized out> yylsa = {{beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 2, column = 19}}, {beg_pos = {lineno = 2, column = 20}, end_pos = {lineno = 2, column = 20}}, {beg_pos = {lineno = 4, column = 0}, end_pos = {lineno = 4, column = 5}}, {beg_pos = {lineno = 4, column = 6}, end_pos = {lineno = 4, column = 25}}, {beg_pos = {lineno = 4, column = 26}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 4, column = 49}, end_pos = {lineno = 4, column = 49}}, {beg_pos = {lineno = 5, column = 2}, end_pos = {lineno = 469, column = 5}}, {beg_pos = {lineno = 469, column = 6}, end_pos = {lineno = 469, column = 6}}, {beg_pos = {lineno = 471, column = 2}, end_pos = {lineno = 471, column = 24}}, {beg_pos = {lineno = 471, column = 24}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 471, column = 25}, end_pos = {lineno = 471, column = 25}}, {beg_pos = {lineno = 472, column = 4}, end_pos = {lineno = 592, column = 7}}, {beg_pos = {lineno = 592, column = 8}, end_pos = {lineno = 592, column = 8}}, {beg_pos = {lineno = 594, column = 4}, end_pos = {lineno = 594, column = 16}}, {beg_pos = {lineno = 594, column = 17}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 594, column = 19}, end_pos = {lineno = 594, column = 19}}, {beg_pos = {lineno = 595, column = 6}, end_pos = {lineno = 595, column = 7}}, {beg_pos = {lineno = 595, column = 7}, end_pos = {lineno = 595, column = 16}}, {beg_pos = {lineno = 595, column = 16}, end_pos = {lineno = 595, column = 17}}, {beg_pos = {lineno = 595, column = 18}, end_pos = {lineno = 595, column = 19}}, {beg_pos = {lineno = 595, column = 19}, end_pos = {lineno = 595, column = 20}}, {beg_pos = {lineno = 595, column = 20}, end_pos = {lineno = 595, column = 23}}, {beg_pos = {lineno = 595, column = 23}, end_pos = {lineno = 595, column = 24}}, {beg_pos = {lineno = 595, column = 24}, end_pos = {lineno = 595, column = 25}}, {beg_pos = {lineno = 595, column = 25}, end_pos = {lineno = 595, column = 26}}, {beg_pos = {lineno = 595, column = 26}, end_pos = {lineno = 595, column = 27}}, {beg_pos = {lineno = 595, column = 28}, end_pos = {lineno = 595, column = 29}}, {beg_pos = {lineno = 588, column = 10}, end_pos = {lineno = 588, column = 10}}, {beg_pos = {lineno = 588, column = 11}, end_pos = {lineno = 588, column = 18}}, {beg_pos = {lineno = 588, column = 19}, end_pos = {lineno = 588, column = 19}}, {beg_pos = {lineno = 588, column = 19}, end_pos = {lineno = 588, column = 19}}, {beg_pos = {lineno = 589, column = 10}, end_pos = {lineno = 589, column = 15}}, {beg_pos = {lineno = 589, column = 15}, end_pos = {lineno = 589, column = 15}}, {beg_pos = {lineno = 580, column = 10}, end_pos = {lineno = 580, column = 15}}, {beg_pos = {lineno = 580, column = 15}, end_pos = {lineno = 580, column = 15}}, {beg_pos = {lineno = 561, column = 17}, end_pos = {lineno = 561, column = 18}}, {beg_pos = {lineno = 270, column = 32}, end_pos = {lineno = 270, column = 35}}, {beg_pos = {lineno = 270, column = 25}, end_pos = {lineno = 270, column = 25}}, {beg_pos = {lineno = 270, column = 26}, end_pos = {lineno = 270, column = 27}}, {beg_pos = {lineno = 270, column = 27}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 28}, end_pos = {lineno = 270, column = 28}}, {beg_pos = {lineno = 270, column = 29}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 270, column = 31}, end_pos = {lineno = 270, column = 31}}, {beg_pos = {lineno = 392, column = 24}, end_pos = {lineno = 400, column = 15}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 1, column = 5}}, {beg_pos = {lineno = 1, column = 5}, end_pos = {lineno = 1, column = 5}}, {beg_pos = {lineno = 1, column = 5}, end_pos = {lineno = 1, column = 5}}, {beg_pos = {lineno = 394, column = 14}, end_pos = {lineno = 399, column = 26}}, {beg_pos = {lineno = 399, column = 26}, end_pos = {lineno = 399, column = 26}}, {beg_pos = {lineno = 399, column = 26}, end_pos = {lineno = 399, column = 26}}, {beg_pos = {lineno = 399, column = 19}, end_pos = {lineno = 399, column = 25}}, {beg_pos = {lineno = 399, column = 20}, end_pos = {lineno = 399, column = 24}}, {beg_pos = {lineno = 399, column = 24}, end_pos = {lineno = 399, column = 25}}, {beg_pos = {lineno = 399, column = 24}, end_pos = {lineno = 399, column = 25}}, {beg_pos = {lineno = 395, column = 28}, end_pos = {lineno = 395, column = 28}}, {beg_pos = {lineno = 396, column = 16}, end_pos = {lineno = 397, column = 42}}, {beg_pos = {lineno = 397, column = 42}, end_pos = {lineno = 397, column = 42}}, {beg_pos = {lineno = 397, column = 42}, end_pos = {lineno = 397, column = 42}}, {beg_pos = {lineno = 397, column = 26}, end_pos = {lineno = 397, column = 41}}, {beg_pos = {lineno = 397, column = 27}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 40}, end_pos = {lineno = 397, column = 41}}, {beg_pos = {lineno = 397, column = 27}, end_pos = {lineno = 397, column = 27}}, {beg_pos = {lineno = 397, column = 27}, end_pos = {lineno = 397, column = 27}}, {beg_pos = {lineno = 397, column = 28}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 39}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 34}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 397, column = 39}, end_pos = {lineno = 397, column = 39}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -871469997, column = 32754}}, {beg_pos = {lineno = 7576, column = 0}, end_pos = {lineno = 1, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 2117886176, column = 21949}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -939787264, column = 32754}}, {beg_pos = {lineno = 2120907256, column = 21949}, end_pos = {lineno = 1, column = 32764}}, {beg_pos = {lineno = 2117887072, column = 21949}, end_pos = {lineno = 2120907088, column = 21949}}, {beg_pos = {lineno = 1007, column = 1007}, end_pos = {lineno = 2117887016, column = 21949}}, {beg_pos = {lineno = 1171811120, column = 32764}, end_pos = {lineno = 2, column = 3}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236545, column = 0}, end_pos = {lineno = -939850864, column = 32754}}, {beg_pos = {lineno = 48, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1296236545, column = 0}, end_pos = {lineno = -939786304, column = 32754}}, {beg_pos = {lineno = 48, 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 = 2117886272, column = 21949}}, {beg_pos = {lineno = 2117886176, column = 21949}, end_pos = {lineno = 2117886216, column = 21949}}, {beg_pos = {lineno = 2117887216, column = 21949}, end_pos = {lineno = 2117887216, column = 21949}}, {beg_pos = {lineno = 2117886216, column = 21949}, end_pos = {lineno = -875829539, column = 32754}}, {beg_pos = {lineno = 2117887016, column = 21949}, end_pos = {lineno = -871436327, column = 32754}}, {beg_pos = {lineno = 1171811265, column = 32764}, end_pos = {lineno = -872216999, column = 32754}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -872207756, column = 32754}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -872002509, column = 32754}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -872216999, column = 32754}}, {beg_pos = {lineno = 32, column = 0}, end_pos = {lineno = 1171811456, column = 32764}}, {beg_pos = {lineno = 1171811344, column = 32764}, end_pos = {lineno = -178937856, column = -1029712466}}, {beg_pos = {lineno = -938892736, column = 32754}, end_pos = {lineno = -870320403, column = 32754}}, {beg_pos = {lineno = 14323980, column = 0}, end_pos = {lineno = -870319241, column = 32754}}, {beg_pos = {lineno = -938892832, column = 32754}, end_pos = {lineno = -178937856, column = -1029712466}}, {beg_pos = {lineno = -938892832, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1171813104, column = 32764}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -870051827, column = 32754}}, {beg_pos = {lineno = -938892736, column = 32754}, end_pos = {lineno = -867003524, column = 32754}}, {beg_pos = {lineno = -874508288, column = 32754}, end_pos = {lineno = -876750128, column = 32754}}, {beg_pos = {lineno = 226653313, column = 0}, end_pos = {lineno = -876756580, column = 32754}}, {beg_pos = {lineno = 2119553088, column = 21949}, end_pos = {lineno = -867002391, column = 32754}}, {beg_pos = {lineno = 1412, column = 0}, end_pos = {lineno = -867003737, column = 32754}}, {beg_pos = {lineno = -867056848, column = 32754}, end_pos = {lineno = -872638992, column = 32754}}, {beg_pos = {lineno = 955912232, column = 0}, end_pos = {lineno = -872639280, column = 32754}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -867002391, column = 32754}}, {beg_pos = {lineno = 1999, column = 0}, end_pos = {lineno = -867003737, column = 32754}}, {beg_pos = {lineno = -867056848, column = 32754}, end_pos = {lineno = -872638992, column = 32754}}, {beg_pos = {lineno = -663766410, column = 0}, end_pos = {lineno = -872643624, column = 32754}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -867002391, column = 32754}}, {beg_pos = {lineno = 913, column = 0}, end_pos = {lineno = -872589312, column = 32754}}, {beg_pos = {lineno = -867056848, column = 32754}, end_pos = {lineno = 1171811816, column = 32764}}, {beg_pos = {lineno = 1171811812, column = 32764}, end_pos = {lineno = -938605641, column = 32754}}, {beg_pos = {lineno = -872589312, column = 32754}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1171811812, column = 32764}, end_pos = {lineno = 56737513, column = 0}}, {beg_pos = {lineno = 2118473600, column = 21949}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 0, column = 21949}, end_pos = {lineno = -938603929, column = 32754}}, {beg_pos = {lineno = -938606448, column = 32754}, end_pos = {lineno = 1171812016, column = 32764}}, {beg_pos = {lineno = 1171812000, column = 32764}, end_pos = {lineno = 955912232, column = 0}}, {beg_pos = {lineno = 1, column = 32764}, end_pos = {lineno = 14, column = 0}}, {beg_pos = {lineno = 2119556848, column = 21949}, end_pos = {lineno = 1171811936, column = 32764}}, {beg_pos = {lineno = 1171811952, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -663766410, column = 0}}, {beg_pos = {lineno = 1171812160, column = 32764}, end_pos = {lineno = -938603929, column = 32754}}, {beg_pos = {lineno = 2119556848, column = 21949}, end_pos = {lineno = 1171812000, column = 32764}}, {beg_pos = {lineno = 1171812016, column = 32764}, end_pos = {lineno = -866999791, column = 32754}}, {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 = 2119555968, column = 21949}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 2119555968, column = 21949}}, {beg_pos = {lineno = -872591016, column = 1}, end_pos = {lineno = 2119556848, column = 21949}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 32754}}, {beg_pos = {lineno = 0, column = 21949}, end_pos = {lineno = 0, column = 21949}}, {beg_pos = {lineno = -1, column = 0}, end_pos = {lineno = -866971791, column = 32754}}, {beg_pos = {lineno = -872617080, column = 32754}, end_pos = {lineno = -867056848, column = 32754}}, {beg_pos = {lineno = 2119555968, column = 21949}, end_pos = {lineno = -938347944, column = 32754}}, {beg_pos = {lineno = 1431634051, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -938899408, column = 32754}, end_pos = {lineno = -866971791, column = 32754}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 136, column = 0}}, {beg_pos = {lineno = 2119555968, column = 21949}, end_pos = {lineno = -938347432, column = 32754}}, {beg_pos = {lineno = 1431634051, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -938899408, column = 32754}, end_pos = {lineno = -866971791, column = 32754}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -872617080, column = 32754}, end_pos = {lineno = -871052752, column = 32754}}, {beg_pos = {lineno = 6, column = 0}, end_pos = {lineno = 1171813136, column = 32764}}, {beg_pos = {lineno = 35, column = 0}, end_pos = {lineno = 4, column = 0}}, {beg_pos = {lineno = 1431634051, column = 0}, end_pos = {lineno = -866959954, column = 32754}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 1171807760, column = 32764}}, {beg_pos = {lineno = 1171808158, column = 32764}, end_pos = {lineno = 1171812960, column = 32764}}, {beg_pos = {lineno = -938900896, column = 32754}, end_pos = {lineno = 1171809792, column = 32764}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -867056848, column = 32754}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 21949}}, {beg_pos = {lineno = 0, column = 32754}, end_pos = {lineno = 8096, column = 196607}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -877960768, column = 32754}}, {beg_pos = {lineno = -878290624, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -878290624, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -877960768, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 1919295523, column = 1852144239}, end_pos = {lineno = 1920234335, column = 1600613993}}, {beg_pos = {lineno = 1953066079, column = 1818325605}, end_pos = {lineno = 1634082874, column = 174420844}}, {beg_pos = {lineno = -878290624, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -877960768, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -877960664, column = 32754}}, {beg_pos = {lineno = -878385808, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -878385808, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -877960664, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 53274, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = -874566432, column = 32754}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 705, column = 4}, end_pos = {lineno = 705, column = 4}}, {beg_pos = {lineno = 1171807224, column = 32764}, end_pos = {lineno = 1171807264, column = 32764}}, {beg_pos = {lineno = 1713381408, column = 1818439283}, end_pos = {lineno = 1550999909, column = 538976366}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 2117889520, column = 21949}, end_pos = {lineno = -870678403, column = 32754}}, {beg_pos = {lineno = 2117889520, column = 21949}, end_pos = {lineno = -870678403, column = 32754}}, {beg_pos = {lineno = 2117889904, column = 21949}, end_pos = {lineno = -178937856, column = -1029712466}}, {beg_pos = {lineno = 2117889520, column = 21949}, end_pos = {lineno = 0, column = 1}}, {beg_pos = {lineno = 5, column = 0}, end_pos = {lineno = 2117886176, column = 21949}}, {beg_pos = {lineno = 1, column = 0}, end_pos = {lineno = -870659784, column = 32754}}, {beg_pos = {lineno = 55, column = 0}, end_pos = {lineno = -871422264, column = 32754}}, {beg_pos = {lineno = 2121934071, column = 21949}, end_pos = {lineno = -929306080, column = 32754}}, {beg_pos = {lineno = 2117885896, column = 21949}, end_pos = {lineno = -870230186, column = 32754}}, {beg_pos = {lineno = 30, column = 0}, end_pos = {lineno = 2121904992, column = 21949}}, {beg_pos = {lineno = -939003712, column = 32754}, end_pos = {lineno = -870215011, column = 32754}}, {beg_pos = {lineno = 8192, column = 0}, end_pos = {lineno = -870016027, column = 32754}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -939003688, column = 32754}}, {beg_pos = {lineno = 0, column = 32764}, end_pos = {lineno = -870230186, column = 32754}}, {beg_pos = {lineno = 2, column = 0}, end_pos = {lineno = 0, column = 0}}, {beg_pos = {lineno = 7, column = 0}, end_pos = {lineno = -870226399, column = 32754}}, {beg_pos = {lineno = 0, column = 78}, end_pos = {lineno = 1912, column = 0}}, {beg_pos = {lineno = 0, column = 0}, end_pos = {lineno = -439592136, column = -107905252}}, {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 = 140680775735904, node = 0x7ff2cbaa1a60, id = 140680775735904, num = -878044576, tbl = 0x7ff2cbaa1a60, vars = 0x7ff2cbaa1a60, strterm = 0x7ff2cbaa1a60, ctxt = {in_defined = 0, in_kwarg = 0, in_argdef = 0, in_def = 0, in_class = 0, shareable_constant_value = shareable_everything}} yyloc = {beg_pos = {lineno = 595, column = 28}, end_pos = {lineno = 595, column = 29}} yyerror_range = <optimized out> yymsgbuf = "n\000\000\000^\000\000\000 \352\233\310\362\177\000\000\227q\000\000\000\000\000\000\200,\337\313\362\177\000\000x\a\000\000\000\000\000\000\000\240U\365\256\325\237\302x\a", '\000' <repeats 14 times>, "#\000\000\000\000\000\000\000\032\220\000\000\000\000\000\000\340`<~\275U\000\000\070\311\032\314\362\177\000\000\300\344\373\307\362\177\000\000&$\017\314\362\177\000\000\004\000\000\000\000\000\000\000\300(c~\275U\000" yymsg = 0x7ffc45d87260 "n" yymsg_alloc = 128 yylen = 0 yyabortlab = <optimized out> yyerrorlab = <optimized out> #34 0x00007ff2c8100ab2 in ripper_parse0 (parser_v=parser_v@entry=140680713987264) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14371 p = 0x55bd7e7204a0 #35 0x00007ff2cc0cb615 in rb_ensure (b_proc=b_proc@entry=0x7ff2c81009d0 <ripper_parse0>, data1=data1@entry=140680713987264, e_proc=e_proc@entry=0x7ff2c80e6a40 <ripper_ensure>, data2=data2@entry=140680713987264) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:1005 _ec = 0x55bd7e3c7130 _tag = {tag = 36, retval = 0, buf = {0x7ff2c7fbe4c0, 0x7ff2cc0cb71a <rb_ensure+586>, 0x0, 0x7ffc45d87350, 0x7ff2cba65940}, prev = 0x7ffc45d87820, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = 4 errinfo = <optimized out> ec = 0x55bd7e3c7130 ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7ff2c80e6a40 <ripper_ensure>, data2 = 140680713987264}} #36 0x00007ff2c80e6ec5 in ripper_parse (self=140680713987264) at /tmp/ruby/build/trunk-repeat20-asserts/ext/ripper/ripper.y:14409 p = 0x55bd7e7204a0 #37 0x00007ff2cc281f8a in vm_call_cfunc_with_frame_ (stack_bottom=0x7ff2cbab61a0, argv=0x7ff2cbab61a8, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x55bd7e3c7130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 ci = 0x8801001c0001 cc = <optimized out> val = <optimized out> me = 0x7ff2cba65940 cfunc = <optimized out> recv = 140680713987264 frame_type = <optimized out> len = <optimized out> block_handler = 0 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> __func__ = "vm_call_cfunc_with_frame_" 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> #38 vm_call_cfunc_with_frame (ec=0x55bd7e3c7130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 argc = <optimized out> stack_bottom = 0x7ff2cbab61a0 argv = 0x7ff2cbab61a8 #39 0x00007ff2cc2864b8 in vm_sendish (ec=0x55bd7e3c7130, reg_cfp=0x7ff2cbbb5d90, cd=0x55bd7e576990, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:368 val = 36 ci = 0x8801001c0001 cc = 0x7ff2c80982c0 argc = <optimized out> recv = <optimized out> calling = {ci = 0x8801001c0001, cc = 0x7ff2c80982c0, block_handler = 0, recv = 140680713987264, argc = 0, kw_splat = false} #40 0x00007ff2cc2924d6 in vm_exec_core (ec=0x55bd7e3c7130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:835 bh = 0 cd = 0x55bd7e576990 leaf = false val = <optimized out> canary = 0x0 reg_pc = 0x55bd7e6ae008 reg_cfp = 0x7ff2cbbb5d90 insns_address_table = {0x7ff2cc29497a <vm_exec_core+9546>, 0x7ff2cc2948ad <vm_exec_core+9341>, 0x7ff2cc2947ff <vm_exec_core+9167>, 0x7ff2cc29470b <vm_exec_core+8923>, 0x7ff2cc2943b3 <vm_exec_core+8067>, 0x7ff2cc2942b7 <vm_exec_core+7815>, 0x7ff2cc2941d7 <vm_exec_core+7591>, 0x7ff2cc29414c <vm_exec_core+7452>, 0x7ff2cc2944f8 <vm_exec_core+8392>, 0x7ff2cc294489 <vm_exec_core+8281>, 0x7ff2cc2945a3 <vm_exec_core+8563>, 0x7ff2cc293fc0 <vm_exec_core+7056>, 0x7ff2cc293e98 <vm_exec_core+6760>, 0x7ff2cc293e19 <vm_exec_core+6633>, 0x7ff2cc293d87 <vm_exec_core+6487>, 0x7ff2cc293cff <vm_exec_core+6351>, 0x7ff2cc293ca6 <vm_exec_core+6262>, 0x7ff2cc293c31 <vm_exec_core+6145>, 0x7ff2cc293b95 <vm_exec_core+5989>, 0x7ff2cc293b26 <vm_exec_core+5878>, 0x7ff2cc293a99 <vm_exec_core+5737>, 0x7ff2cc2939ee <vm_exec_core+5566>, 0x7ff2cc29394e <vm_exec_core+5406>, 0x7ff2cc2938a2 <vm_exec_core+5234>, 0x7ff2cc2937d8 <vm_exec_core+5032>, 0x7ff2cc293737 <vm_exec_core+4871>, 0x7ff2cc293677 <vm_exec_core+4679>, 0x7ff2cc2935a0 <vm_exec_core+4464>, 0x7ff2cc2934f9 <vm_exec_core+4297>, 0x7ff2cc293452 <vm_exec_core+4130>, 0x7ff2cc293358 <vm_exec_core+3880>, 0x7ff2cc29328d <vm_exec_core+3677>, 0x7ff2cc2931e8 <vm_exec_core+3512>, 0x7ff2cc29314c <vm_exec_core+3356>, 0x7ff2cc2930af <vm_exec_core+3199>, 0x7ff2cc293048 <vm_exec_core+3096>, 0x7ff2cc292a02 <vm_exec_core+1490>, 0x7ff2cc29299d <vm_exec_core+1389>, 0x7ff2cc292902 <vm_exec_core+1234>, 0x7ff2cc2927f9 <vm_exec_core+969>, 0x7ff2cc29274f <vm_exec_core+799>, 0x7ff2cc2926a4 <vm_exec_core+628>, 0x7ff2cc292663 <vm_exec_core+563>, 0x7ff2cc29259c <vm_exec_core+364>, 0x7ff2cc292d1e <vm_exec_core+2286>, 0x7ff2cc292c52 <vm_exec_core+2082>, 0x7ff2cc292b7e <vm_exec_core+1870>, 0x7ff2cc292acd <vm_exec_core+1693>, 0x7ff2cc292ea5 <vm_exec_core+2677>, 0x7ff2cc292dd4 <vm_exec_core+2468>, 0x7ff2cc292e37 <vm_exec_core+2567>, 0x7ff2cc29250b <vm_exec_core+219>, 0x7ff2cc292490 <vm_exec_core+96>, 0x7ff2cc29585e <vm_exec_core+13358>, 0x7ff2cc2957a8 <vm_exec_core+13176>, 0x7ff2cc2968bc <vm_exec_core+17548>, 0x7ff2cc2958f5 <vm_exec_core+13509>, 0x7ff2cc295409 <vm_exec_core+12249>, 0x7ff2cc295af4 <vm_exec_core+14020>, 0x7ff2cc2954c5 <vm_exec_core+12437>, 0x7ff2cc2959ab <vm_exec_core+13691>, 0x7ff2cc294fea <vm_exec_core+11194>, 0x7ff2cc295bb5 <vm_exec_core+14213>, 0x7ff2cc295145 <vm_exec_core+11541>, 0x7ff2cc2950e5 <vm_exec_core+11445>, 0x7ff2cc295085 <vm_exec_core+11349>, 0x7ff2cc29529a <vm_exec_core+11882>, 0x7ff2cc295197 <vm_exec_core+11623>, 0x7ff2cc2952f7 <vm_exec_core+11975>, 0x7ff2cc2967a5 <vm_exec_core+17269>, 0x7ff2cc297b1d <vm_exec_core+22253>, 0x7ff2cc297a06 <vm_exec_core+21974>, 0x7ff2cc297945 <vm_exec_core+21781>, 0x7ff2cc29785a <vm_exec_core+21546>, 0x7ff2cc297767 <vm_exec_core+21303>, 0x7ff2cc297652 <vm_exec_core+21026>, 0x7ff2cc29753e <vm_exec_core+20750>, 0x7ff2cc29742f <vm_exec_core+20479>, 0x7ff2cc29731b <vm_exec_core+20203>, 0x7ff2cc29720c <vm_exec_core+19932>, 0x7ff2cc29713b <vm_exec_core+19723>, 0x7ff2cc29707f <vm_exec_core+19535>, 0x7ff2cc296fab <vm_exec_core+19323>, 0x7ff2cc296ef4 <vm_exec_core+19140>, 0x7ff2cc296e1a <vm_exec_core+18922>, 0x7ff2cc294f50 <vm_exec_core+11040>, 0x7ff2cc294ecf <vm_exec_core+10911>, 0x7ff2cc296d78 <vm_exec_core+18760>, 0x7ff2cc296cda <vm_exec_core+18602>, 0x7ff2cc296bf2 <vm_exec_core+18370>, 0x7ff2cc296b28 <vm_exec_core+18168>, 0x7ff2cc296a4f <vm_exec_core+17951>, 0x7ff2cc29697e <vm_exec_core+17742>, 0x7ff2cc294e25 <vm_exec_core+10741>, 0x7ff2cc294d81 <vm_exec_core+10577>, 0x7ff2cc294c9d <vm_exec_core+10349>, 0x7ff2cc294bf3 <vm_exec_core+10179>, 0x7ff2cc294b41 <vm_exec_core+10001>, 0x7ff2cc294ac1 <vm_exec_core+9873>, 0x7ff2cc294a39 <vm_exec_core+9737>, 0x7ff2cc2949f1 <vm_exec_core+9665>, 0x7ff2cc2949a9 <vm_exec_core+9593>, 0x7ff2cc29496a <vm_exec_core+9530>, 0x7ff2cc29489d <vm_exec_core+9325>, 0x7ff2cc2947ef <vm_exec_core+9151>, 0x7ff2cc2946fb <vm_exec_core+8907>, 0x7ff2cc2943a3 <vm_exec_core+8051>, 0x7ff2cc2942a7 <vm_exec_core+7799>, 0x7ff2cc2941c7 <vm_exec_core+7575>, 0x7ff2cc29413c <vm_exec_core+7436>, 0x7ff2cc2944e8 <vm_exec_core+8376>, 0x7ff2cc294479 <vm_exec_core+8265>, 0x7ff2cc294593 <vm_exec_core+8547>, 0x7ff2cc293fb0 <vm_exec_core+7040>, 0x7ff2cc293e88 <vm_exec_core+6744>, 0x7ff2cc293e09 <vm_exec_core+6617>, 0x7ff2cc293d77 <vm_exec_core+6471>, 0x7ff2cc293cef <vm_exec_core+6335>, 0x7ff2cc293c96 <vm_exec_core+6246>, 0x7ff2cc293c21 <vm_exec_core+6129>, 0x7ff2cc293b85 <vm_exec_core+5973>, 0x7ff2cc293b16 <vm_exec_core+5862>, 0x7ff2cc293a89 <vm_exec_core+5721>, 0x7ff2cc2939de <vm_exec_core+5550>, 0x7ff2cc29393e <vm_exec_core+5390>, 0x7ff2cc293892 <vm_exec_core+5218>, 0x7ff2cc2937c8 <vm_exec_core+5016>, 0x7ff2cc293727 <vm_exec_core+4855>, 0x7ff2cc293667 <vm_exec_core+4663>, 0x7ff2cc293590 <vm_exec_core+4448>, 0x7ff2cc2934e9 <vm_exec_core+4281>, 0x7ff2cc293442 <vm_exec_core+4114>, 0x7ff2cc293348 <vm_exec_core+3864>, 0x7ff2cc29327d <vm_exec_core+3661>, 0x7ff2cc2931d8 <vm_exec_core+3496>, 0x7ff2cc29313c <vm_exec_core+3340>, 0x7ff2cc29309f <vm_exec_core+3183>, 0x7ff2cc293038 <vm_exec_core+3080>, 0x7ff2cc2929f2 <vm_exec_core+1474>, 0x7ff2cc29298d <vm_exec_core+1373>, 0x7ff2cc2928f2 <vm_exec_core+1218>, 0x7ff2cc2927e9 <vm_exec_core+953>, 0x7ff2cc29273f <vm_exec_core+783>, 0x7ff2cc292694 <vm_exec_core+612>, 0x7ff2cc292653 <vm_exec_core+547>, 0x7ff2cc29258c <vm_exec_core+348>, 0x7ff2cc292d0e <vm_exec_core+2270>, 0x7ff2cc292c42 <vm_exec_core+2066>, 0x7ff2cc292b6e <vm_exec_core+1854>, 0x7ff2cc292abd <vm_exec_core+1677>, 0x7ff2cc292e95 <vm_exec_core+2661>, 0x7ff2cc292dc4 <vm_exec_core+2452>, 0x7ff2cc292e27 <vm_exec_core+2551>, 0x7ff2cc2924fb <vm_exec_core+203>, 0x7ff2cc297ccb <vm_exec_core+22683>, 0x7ff2cc29584e <vm_exec_core+13342>, 0x7ff2cc295798 <vm_exec_core+13160>, 0x7ff2cc297cb6 <vm_exec_core+22662>, 0x7ff2cc2958e5 <vm_exec_core+13493>, 0x7ff2cc2953f9 <vm_exec_core+12233>, 0x7ff2cc295ae4 <vm_exec_core+14004>, 0x7ff2cc2954b5 <vm_exec_core+12421>, 0x7ff2cc29599b <vm_exec_core+13675>, 0x7ff2cc294fda <vm_exec_core+11178>, 0x7ff2cc295ba5 <vm_exec_core+14197>, 0x7ff2cc295135 <vm_exec_core+11525>, 0x7ff2cc2950d5 <vm_exec_core+11429>, 0x7ff2cc295075 <vm_exec_core+11333>, 0x7ff2cc29528a <vm_exec_core+11866>, 0x7ff2cc295187 <vm_exec_core+11607>, 0x7ff2cc2952e7 <vm_exec_core+11959>, 0x7ff2cc297ca1 <vm_exec_core+22641>, 0x7ff2cc297c8c <vm_exec_core+22620>, 0x7ff2cc297c77 <vm_exec_core+22599>, 0x7ff2cc297c62 <vm_exec_core+22578>, 0x7ff2cc297c4d <vm_exec_core+22557>, 0x7ff2cc297c38 <vm_exec_core+22536>, 0x7ff2cc296789 <vm_exec_core+17241>, 0x7ff2cc296774 <vm_exec_core+17220>, 0x7ff2cc29675f <vm_exec_core+17199>, 0x7ff2cc29674a <vm_exec_core+17178>, 0x7ff2cc296735 <vm_exec_core+17157>, 0x7ff2cc296720 <vm_exec_core+17136>, 0x7ff2cc29670b <vm_exec_core+17115>, 0x7ff2cc2966f6 <vm_exec_core+17094>, 0x7ff2cc2966e1 <vm_exec_core+17073>, 0x7ff2cc2966cc <vm_exec_core+17052>, 0x7ff2cc294f40 <vm_exec_core+11024>, 0x7ff2cc294ebf <vm_exec_core+10895>, 0x7ff2cc2966b7 <vm_exec_core+17031>, 0x7ff2cc2966a2 <vm_exec_core+17010>, 0x7ff2cc29668d <vm_exec_core+16989>, 0x7ff2cc296678 <vm_exec_core+16968>, 0x7ff2cc292472 <vm_exec_core+66>, 0x7ff2cc292476 <vm_exec_core+70>, 0x7ff2cc294e15 <vm_exec_core+10725>, 0x7ff2cc294d71 <vm_exec_core+10561>, 0x7ff2cc294c8d <vm_exec_core+10333>, 0x7ff2cc294be3 <vm_exec_core+10163>, 0x7ff2cc294b31 <vm_exec_core+9985>...} __func__ = "vm_exec_core" #41 0x00007ff2cc29a9b1 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 _ec = <optimized out> _tag = {tag = 36, retval = 4, buf = {0x7ffc45d878a0, 0x7ff2cc29b1f5 <rb_vm_exec+3173>, 0x0, 0x7ffc45d87730, 0x55bd7e3c60e0}, prev = 0x7ffc45d87d40, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #42 0x00007ff2cc29b47b in eval_string_with_cref (self=<optimized out>, src=<optimized out>, cref=0x7ff2c7fbe460, file=140680714777536, line=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1701 ec = 0x55bd7e3c7130 block = {as = {captured = {self = 140680713987264, ep = 0x7ff2cbab6150, code = {iseq = 0x7ff2c80cb5c0, ifunc = 0x7ff2c80cb5c0, val = 140680715089344}}, symbol = 140680713987264, proc = 140680713987264}, type = block_type_iseq} iseq = 0x7ff2c7fbe250 cfp = <optimized out> #43 0x00007ff2cc29e70c in eval_under (line=1, file=<optimized out>, src=<optimized out>, singleton=1, self=140680713987264) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1946 cref = 0x7ff2c7fbe460 cref = <optimized out> #44 specific_eval (argc=<optimized out>, argv=<optimized out>, self=<optimized out>, singleton=1, kw_splat=0) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1970 file = 140680714777536 line = <optimized out> code = 140680713987216 #45 0x00007ff2cc281f8a in vm_call_cfunc_with_frame_ (stack_bottom=0x7ff2cbab6158, argv=0x7ff2cbab6160, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x55bd7e3c7130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 ci = 0x254100100005 cc = <optimized out> val = <optimized out> me = 0x7ff2cba45150 cfunc = <optimized out> recv = 140680713987264 frame_type = <optimized out> len = <optimized out> block_handler = 0 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> __func__ = "vm_call_cfunc_with_frame_" 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> #46 vm_call_cfunc_with_frame (ec=0x55bd7e3c7130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 argc = <optimized out> stack_bottom = 0x7ff2cbab6158 argv = 0x7ff2cbab6160 #47 0x00007ff2cc2864b8 in vm_sendish (ec=0x55bd7e3c7130, reg_cfp=0x7ff2cbbb5e10, cd=0x55bd7e50d4b0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:368 val = 36 ci = 0x254100100005 cc = 0x7ff2c80985f0 argc = <optimized out> recv = <optimized out> calling = {ci = 0x254100100005, cc = 0x7ff2c80985f0, block_handler = 0, recv = 140680713987264, argc = 2, kw_splat = false} #48 0x00007ff2cc2924d6 in vm_exec_core (ec=0x55bd7e3c7130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:835 bh = 0 cd = 0x55bd7e50d4b0 leaf = false val = <optimized out> canary = 0x0 reg_pc = 0x55bd7e48ff88 reg_cfp = 0x7ff2cbbb5e10 insns_address_table = {0x7ff2cc29497a <vm_exec_core+9546>, 0x7ff2cc2948ad <vm_exec_core+9341>, 0x7ff2cc2947ff <vm_exec_core+9167>, 0x7ff2cc29470b <vm_exec_core+8923>, 0x7ff2cc2943b3 <vm_exec_core+8067>, 0x7ff2cc2942b7 <vm_exec_core+7815>, 0x7ff2cc2941d7 <vm_exec_core+7591>, 0x7ff2cc29414c <vm_exec_core+7452>, 0x7ff2cc2944f8 <vm_exec_core+8392>, 0x7ff2cc294489 <vm_exec_core+8281>, 0x7ff2cc2945a3 <vm_exec_core+8563>, 0x7ff2cc293fc0 <vm_exec_core+7056>, 0x7ff2cc293e98 <vm_exec_core+6760>, 0x7ff2cc293e19 <vm_exec_core+6633>, 0x7ff2cc293d87 <vm_exec_core+6487>, 0x7ff2cc293cff <vm_exec_core+6351>, 0x7ff2cc293ca6 <vm_exec_core+6262>, 0x7ff2cc293c31 <vm_exec_core+6145>, 0x7ff2cc293b95 <vm_exec_core+5989>, 0x7ff2cc293b26 <vm_exec_core+5878>, 0x7ff2cc293a99 <vm_exec_core+5737>, 0x7ff2cc2939ee <vm_exec_core+5566>, 0x7ff2cc29394e <vm_exec_core+5406>, 0x7ff2cc2938a2 <vm_exec_core+5234>, 0x7ff2cc2937d8 <vm_exec_core+5032>, 0x7ff2cc293737 <vm_exec_core+4871>, 0x7ff2cc293677 <vm_exec_core+4679>, 0x7ff2cc2935a0 <vm_exec_core+4464>, 0x7ff2cc2934f9 <vm_exec_core+4297>, 0x7ff2cc293452 <vm_exec_core+4130>, 0x7ff2cc293358 <vm_exec_core+3880>, 0x7ff2cc29328d <vm_exec_core+3677>, 0x7ff2cc2931e8 <vm_exec_core+3512>, 0x7ff2cc29314c <vm_exec_core+3356>, 0x7ff2cc2930af <vm_exec_core+3199>, 0x7ff2cc293048 <vm_exec_core+3096>, 0x7ff2cc292a02 <vm_exec_core+1490>, 0x7ff2cc29299d <vm_exec_core+1389>, 0x7ff2cc292902 <vm_exec_core+1234>, 0x7ff2cc2927f9 <vm_exec_core+969>, 0x7ff2cc29274f <vm_exec_core+799>, 0x7ff2cc2926a4 <vm_exec_core+628>, 0x7ff2cc292663 <vm_exec_core+563>, 0x7ff2cc29259c <vm_exec_core+364>, 0x7ff2cc292d1e <vm_exec_core+2286>, 0x7ff2cc292c52 <vm_exec_core+2082>, 0x7ff2cc292b7e <vm_exec_core+1870>, 0x7ff2cc292acd <vm_exec_core+1693>, 0x7ff2cc292ea5 <vm_exec_core+2677>, 0x7ff2cc292dd4 <vm_exec_core+2468>, 0x7ff2cc292e37 <vm_exec_core+2567>, 0x7ff2cc29250b <vm_exec_core+219>, 0x7ff2cc292490 <vm_exec_core+96>, 0x7ff2cc29585e <vm_exec_core+13358>, 0x7ff2cc2957a8 <vm_exec_core+13176>, 0x7ff2cc2968bc <vm_exec_core+17548>, 0x7ff2cc2958f5 <vm_exec_core+13509>, 0x7ff2cc295409 <vm_exec_core+12249>, 0x7ff2cc295af4 <vm_exec_core+14020>, 0x7ff2cc2954c5 <vm_exec_core+12437>, 0x7ff2cc2959ab <vm_exec_core+13691>, 0x7ff2cc294fea <vm_exec_core+11194>, 0x7ff2cc295bb5 <vm_exec_core+14213>, 0x7ff2cc295145 <vm_exec_core+11541>, 0x7ff2cc2950e5 <vm_exec_core+11445>, 0x7ff2cc295085 <vm_exec_core+11349>, 0x7ff2cc29529a <vm_exec_core+11882>, 0x7ff2cc295197 <vm_exec_core+11623>, 0x7ff2cc2952f7 <vm_exec_core+11975>, 0x7ff2cc2967a5 <vm_exec_core+17269>, 0x7ff2cc297b1d <vm_exec_core+22253>, 0x7ff2cc297a06 <vm_exec_core+21974>, 0x7ff2cc297945 <vm_exec_core+21781>, 0x7ff2cc29785a <vm_exec_core+21546>, 0x7ff2cc297767 <vm_exec_core+21303>, 0x7ff2cc297652 <vm_exec_core+21026>, 0x7ff2cc29753e <vm_exec_core+20750>, 0x7ff2cc29742f <vm_exec_core+20479>, 0x7ff2cc29731b <vm_exec_core+20203>, 0x7ff2cc29720c <vm_exec_core+19932>, 0x7ff2cc29713b <vm_exec_core+19723>, 0x7ff2cc29707f <vm_exec_core+19535>, 0x7ff2cc296fab <vm_exec_core+19323>, 0x7ff2cc296ef4 <vm_exec_core+19140>, 0x7ff2cc296e1a <vm_exec_core+18922>, 0x7ff2cc294f50 <vm_exec_core+11040>, 0x7ff2cc294ecf <vm_exec_core+10911>, 0x7ff2cc296d78 <vm_exec_core+18760>, 0x7ff2cc296cda <vm_exec_core+18602>, 0x7ff2cc296bf2 <vm_exec_core+18370>, 0x7ff2cc296b28 <vm_exec_core+18168>, 0x7ff2cc296a4f <vm_exec_core+17951>, 0x7ff2cc29697e <vm_exec_core+17742>, 0x7ff2cc294e25 <vm_exec_core+10741>, 0x7ff2cc294d81 <vm_exec_core+10577>, 0x7ff2cc294c9d <vm_exec_core+10349>, 0x7ff2cc294bf3 <vm_exec_core+10179>, 0x7ff2cc294b41 <vm_exec_core+10001>, 0x7ff2cc294ac1 <vm_exec_core+9873>, 0x7ff2cc294a39 <vm_exec_core+9737>, 0x7ff2cc2949f1 <vm_exec_core+9665>, 0x7ff2cc2949a9 <vm_exec_core+9593>, 0x7ff2cc29496a <vm_exec_core+9530>, 0x7ff2cc29489d <vm_exec_core+9325>, 0x7ff2cc2947ef <vm_exec_core+9151>, 0x7ff2cc2946fb <vm_exec_core+8907>, 0x7ff2cc2943a3 <vm_exec_core+8051>, 0x7ff2cc2942a7 <vm_exec_core+7799>, 0x7ff2cc2941c7 <vm_exec_core+7575>, 0x7ff2cc29413c <vm_exec_core+7436>, 0x7ff2cc2944e8 <vm_exec_core+8376>, 0x7ff2cc294479 <vm_exec_core+8265>, 0x7ff2cc294593 <vm_exec_core+8547>, 0x7ff2cc293fb0 <vm_exec_core+7040>, 0x7ff2cc293e88 <vm_exec_core+6744>, 0x7ff2cc293e09 <vm_exec_core+6617>, 0x7ff2cc293d77 <vm_exec_core+6471>, 0x7ff2cc293cef <vm_exec_core+6335>, 0x7ff2cc293c96 <vm_exec_core+6246>, 0x7ff2cc293c21 <vm_exec_core+6129>, 0x7ff2cc293b85 <vm_exec_core+5973>, 0x7ff2cc293b16 <vm_exec_core+5862>, 0x7ff2cc293a89 <vm_exec_core+5721>, 0x7ff2cc2939de <vm_exec_core+5550>, 0x7ff2cc29393e <vm_exec_core+5390>, 0x7ff2cc293892 <vm_exec_core+5218>, 0x7ff2cc2937c8 <vm_exec_core+5016>, 0x7ff2cc293727 <vm_exec_core+4855>, 0x7ff2cc293667 <vm_exec_core+4663>, 0x7ff2cc293590 <vm_exec_core+4448>, 0x7ff2cc2934e9 <vm_exec_core+4281>, 0x7ff2cc293442 <vm_exec_core+4114>, 0x7ff2cc293348 <vm_exec_core+3864>, 0x7ff2cc29327d <vm_exec_core+3661>, 0x7ff2cc2931d8 <vm_exec_core+3496>, 0x7ff2cc29313c <vm_exec_core+3340>, 0x7ff2cc29309f <vm_exec_core+3183>, 0x7ff2cc293038 <vm_exec_core+3080>, 0x7ff2cc2929f2 <vm_exec_core+1474>, 0x7ff2cc29298d <vm_exec_core+1373>, 0x7ff2cc2928f2 <vm_exec_core+1218>, 0x7ff2cc2927e9 <vm_exec_core+953>, 0x7ff2cc29273f <vm_exec_core+783>, 0x7ff2cc292694 <vm_exec_core+612>, 0x7ff2cc292653 <vm_exec_core+547>, 0x7ff2cc29258c <vm_exec_core+348>, 0x7ff2cc292d0e <vm_exec_core+2270>, 0x7ff2cc292c42 <vm_exec_core+2066>, 0x7ff2cc292b6e <vm_exec_core+1854>, 0x7ff2cc292abd <vm_exec_core+1677>, 0x7ff2cc292e95 <vm_exec_core+2661>, 0x7ff2cc292dc4 <vm_exec_core+2452>, 0x7ff2cc292e27 <vm_exec_core+2551>, 0x7ff2cc2924fb <vm_exec_core+203>, 0x7ff2cc297ccb <vm_exec_core+22683>, 0x7ff2cc29584e <vm_exec_core+13342>, 0x7ff2cc295798 <vm_exec_core+13160>, 0x7ff2cc297cb6 <vm_exec_core+22662>, 0x7ff2cc2958e5 <vm_exec_core+13493>, 0x7ff2cc2953f9 <vm_exec_core+12233>, 0x7ff2cc295ae4 <vm_exec_core+14004>, 0x7ff2cc2954b5 <vm_exec_core+12421>, 0x7ff2cc29599b <vm_exec_core+13675>, 0x7ff2cc294fda <vm_exec_core+11178>, 0x7ff2cc295ba5 <vm_exec_core+14197>, 0x7ff2cc295135 <vm_exec_core+11525>, 0x7ff2cc2950d5 <vm_exec_core+11429>, 0x7ff2cc295075 <vm_exec_core+11333>, 0x7ff2cc29528a <vm_exec_core+11866>, 0x7ff2cc295187 <vm_exec_core+11607>, 0x7ff2cc2952e7 <vm_exec_core+11959>, 0x7ff2cc297ca1 <vm_exec_core+22641>, 0x7ff2cc297c8c <vm_exec_core+22620>, 0x7ff2cc297c77 <vm_exec_core+22599>, 0x7ff2cc297c62 <vm_exec_core+22578>, 0x7ff2cc297c4d <vm_exec_core+22557>, 0x7ff2cc297c38 <vm_exec_core+22536>, 0x7ff2cc296789 <vm_exec_core+17241>, 0x7ff2cc296774 <vm_exec_core+17220>, 0x7ff2cc29675f <vm_exec_core+17199>, 0x7ff2cc29674a <vm_exec_core+17178>, 0x7ff2cc296735 <vm_exec_core+17157>, 0x7ff2cc296720 <vm_exec_core+17136>, 0x7ff2cc29670b <vm_exec_core+17115>, 0x7ff2cc2966f6 <vm_exec_core+17094>, 0x7ff2cc2966e1 <vm_exec_core+17073>, 0x7ff2cc2966cc <vm_exec_core+17052>, 0x7ff2cc294f40 <vm_exec_core+11024>, 0x7ff2cc294ebf <vm_exec_core+10895>, 0x7ff2cc2966b7 <vm_exec_core+17031>, 0x7ff2cc2966a2 <vm_exec_core+17010>, 0x7ff2cc29668d <vm_exec_core+16989>, 0x7ff2cc296678 <vm_exec_core+16968>, 0x7ff2cc292472 <vm_exec_core+66>, 0x7ff2cc292476 <vm_exec_core+70>, 0x7ff2cc294e15 <vm_exec_core+10725>, 0x7ff2cc294d71 <vm_exec_core+10561>, 0x7ff2cc294c8d <vm_exec_core+10333>, 0x7ff2cc294be3 <vm_exec_core+10163>, 0x7ff2cc294b31 <vm_exec_core+9985>...} __func__ = "vm_exec_core" #49 0x00007ff2cc29a9b1 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 _ec = <optimized out> _tag = {tag = 36, retval = 4, buf = {0x7ffc45d87dc0, 0x7ff2cc29b1f5 <rb_vm_exec+3173>, 0x0, 0x7ffc45d87c50, 0x7ff2cbab60a0}, prev = 0x7ffc45d88200, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #50 0x00007ff2cc2a146a in invoke_block (captured=0x7ff2cbbb5fa8, captured=0x7ff2cbbb5fa8, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=140680775385888, iseq=0x7ff2c80cb710, ec=0x55bd7e3c7130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1384 arg_size = <optimized out> arg_size = <optimized out> #51 invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffc45d87de8, argc=1, self=<optimized out>, captured=0x7ff2cbbb5fa8, ec=0x55bd7e3c7130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1440 iseq = 0x7ff2c80cb710 i = 1 type = <optimized out> cfp = 0x7ff2cbbb5f50 opt_pc = <optimized out> sp = 0x7ff2cbab60a0 iseq = <optimized out> i = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> bound = <optimized out> #52 invoke_block_from_c_bh (force_blockarg=<optimized out>, is_lambda=0, 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-asserts/vm.c:1458 captured = 0x7ff2cbbb5fa8 captured = <optimized out> #53 vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffc45d87de8, argc=1, ec=0x55bd7e3c7130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1495 No locals. #54 vm_yield (kw_splat=0, argv=0x7ffc45d87de8, argc=1, ec=0x55bd7e3c7130) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:1503 No locals. #55 rb_yield_0 (argv=0x7ffc45d87de8, argc=1) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1337 No locals. #56 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_eval.c:1353 No locals. #57 0x00007ff2cc03447a in rb_ary_each (ary=140680714755456) at /tmp/ruby/src/trunk-repeat20-asserts/array.c:2747 i = 4 #58 0x00007ff2cc281f8a in vm_call_cfunc_with_frame_ (stack_bottom=0x7ff2cbab6080, argv=0x7ff2cbab6088, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=0x55bd7e3c7130) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3357 ci = 0xbd100000001 cc = <optimized out> val = <optimized out> me = 0x7ff2cba5d240 cfunc = <optimized out> recv = 140680714755456 frame_type = <optimized out> len = <optimized out> block_handler = 140680776867753 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> __func__ = "vm_call_cfunc_with_frame_" 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> #59 vm_call_cfunc_with_frame (ec=0x55bd7e3c7130, reg_cfp=<optimized out>, calling=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_insnhelper.c:3385 argc = <optimized out> stack_bottom = 0x7ff2cbab6080 argv = 0x7ff2cbab6088 #60 0x00007ff2cc2864b8 in vm_sendish (ec=0x55bd7e3c7130, reg_cfp=0x7ff2cbbb5f90, cd=0x55bd7e50dca0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-repeat20-asserts/vm_callinfo.h:368 val = 36 ci = 0xbd100000001 cc = 0x7ff2cba877b0 argc = <optimized out> recv = <optimized out> calling = {ci = 0xbd100000001, cc = 0x7ff2cba877b0, block_handler = 140680776867753, recv = 140680714755456, argc = 0, kw_splat = false} #61 0x00007ff2cc292567 in vm_exec_core (ec=0x55bd7e3c7130, initial=<optimized out>) at ../../src/trunk-repeat20-asserts/insns.def:815 bh = <optimized out> blockiseq = 0x7ff2c80cb710 leaf = false val = <optimized out> canary = 0x0 cd = 0x55bd7e50dca0 reg_pc = 0x55bd7e50bdb8 reg_cfp = 0x7ff2cbbb5f90 insns_address_table = {0x7ff2cc29497a <vm_exec_core+9546>, 0x7ff2cc2948ad <vm_exec_core+9341>, 0x7ff2cc2947ff <vm_exec_core+9167>, 0x7ff2cc29470b <vm_exec_core+8923>, 0x7ff2cc2943b3 <vm_exec_core+8067>, 0x7ff2cc2942b7 <vm_exec_core+7815>, 0x7ff2cc2941d7 <vm_exec_core+7591>, 0x7ff2cc29414c <vm_exec_core+7452>, 0x7ff2cc2944f8 <vm_exec_core+8392>, 0x7ff2cc294489 <vm_exec_core+8281>, 0x7ff2cc2945a3 <vm_exec_core+8563>, 0x7ff2cc293fc0 <vm_exec_core+7056>, 0x7ff2cc293e98 <vm_exec_core+6760>, 0x7ff2cc293e19 <vm_exec_core+6633>, 0x7ff2cc293d87 <vm_exec_core+6487>, 0x7ff2cc293cff <vm_exec_core+6351>, 0x7ff2cc293ca6 <vm_exec_core+6262>, 0x7ff2cc293c31 <vm_exec_core+6145>, 0x7ff2cc293b95 <vm_exec_core+5989>, 0x7ff2cc293b26 <vm_exec_core+5878>, 0x7ff2cc293a99 <vm_exec_core+5737>, 0x7ff2cc2939ee <vm_exec_core+5566>, 0x7ff2cc29394e <vm_exec_core+5406>, 0x7ff2cc2938a2 <vm_exec_core+5234>, 0x7ff2cc2937d8 <vm_exec_core+5032>, 0x7ff2cc293737 <vm_exec_core+4871>, 0x7ff2cc293677 <vm_exec_core+4679>, 0x7ff2cc2935a0 <vm_exec_core+4464>, 0x7ff2cc2934f9 <vm_exec_core+4297>, 0x7ff2cc293452 <vm_exec_core+4130>, 0x7ff2cc293358 <vm_exec_core+3880>, 0x7ff2cc29328d <vm_exec_core+3677>, 0x7ff2cc2931e8 <vm_exec_core+3512>, 0x7ff2cc29314c <vm_exec_core+3356>, 0x7ff2cc2930af <vm_exec_core+3199>, 0x7ff2cc293048 <vm_exec_core+3096>, 0x7ff2cc292a02 <vm_exec_core+1490>, 0x7ff2cc29299d <vm_exec_core+1389>, 0x7ff2cc292902 <vm_exec_core+1234>, 0x7ff2cc2927f9 <vm_exec_core+969>, 0x7ff2cc29274f <vm_exec_core+799>, 0x7ff2cc2926a4 <vm_exec_core+628>, 0x7ff2cc292663 <vm_exec_core+563>, 0x7ff2cc29259c <vm_exec_core+364>, 0x7ff2cc292d1e <vm_exec_core+2286>, 0x7ff2cc292c52 <vm_exec_core+2082>, 0x7ff2cc292b7e <vm_exec_core+1870>, 0x7ff2cc292acd <vm_exec_core+1693>, 0x7ff2cc292ea5 <vm_exec_core+2677>, 0x7ff2cc292dd4 <vm_exec_core+2468>, 0x7ff2cc292e37 <vm_exec_core+2567>, 0x7ff2cc29250b <vm_exec_core+219>, 0x7ff2cc292490 <vm_exec_core+96>, 0x7ff2cc29585e <vm_exec_core+13358>, 0x7ff2cc2957a8 <vm_exec_core+13176>, 0x7ff2cc2968bc <vm_exec_core+17548>, 0x7ff2cc2958f5 <vm_exec_core+13509>, 0x7ff2cc295409 <vm_exec_core+12249>, 0x7ff2cc295af4 <vm_exec_core+14020>, 0x7ff2cc2954c5 <vm_exec_core+12437>, 0x7ff2cc2959ab <vm_exec_core+13691>, 0x7ff2cc294fea <vm_exec_core+11194>, 0x7ff2cc295bb5 <vm_exec_core+14213>, 0x7ff2cc295145 <vm_exec_core+11541>, 0x7ff2cc2950e5 <vm_exec_core+11445>, 0x7ff2cc295085 <vm_exec_core+11349>, 0x7ff2cc29529a <vm_exec_core+11882>, 0x7ff2cc295197 <vm_exec_core+11623>, 0x7ff2cc2952f7 <vm_exec_core+11975>, 0x7ff2cc2967a5 <vm_exec_core+17269>, 0x7ff2cc297b1d <vm_exec_core+22253>, 0x7ff2cc297a06 <vm_exec_core+21974>, 0x7ff2cc297945 <vm_exec_core+21781>, 0x7ff2cc29785a <vm_exec_core+21546>, 0x7ff2cc297767 <vm_exec_core+21303>, 0x7ff2cc297652 <vm_exec_core+21026>, 0x7ff2cc29753e <vm_exec_core+20750>, 0x7ff2cc29742f <vm_exec_core+20479>, 0x7ff2cc29731b <vm_exec_core+20203>, 0x7ff2cc29720c <vm_exec_core+19932>, 0x7ff2cc29713b <vm_exec_core+19723>, 0x7ff2cc29707f <vm_exec_core+19535>, 0x7ff2cc296fab <vm_exec_core+19323>, 0x7ff2cc296ef4 <vm_exec_core+19140>, 0x7ff2cc296e1a <vm_exec_core+18922>, 0x7ff2cc294f50 <vm_exec_core+11040>, 0x7ff2cc294ecf <vm_exec_core+10911>, 0x7ff2cc296d78 <vm_exec_core+18760>, 0x7ff2cc296cda <vm_exec_core+18602>, 0x7ff2cc296bf2 <vm_exec_core+18370>, 0x7ff2cc296b28 <vm_exec_core+18168>, 0x7ff2cc296a4f <vm_exec_core+17951>, 0x7ff2cc29697e <vm_exec_core+17742>, 0x7ff2cc294e25 <vm_exec_core+10741>, 0x7ff2cc294d81 <vm_exec_core+10577>, 0x7ff2cc294c9d <vm_exec_core+10349>, 0x7ff2cc294bf3 <vm_exec_core+10179>, 0x7ff2cc294b41 <vm_exec_core+10001>, 0x7ff2cc294ac1 <vm_exec_core+9873>, 0x7ff2cc294a39 <vm_exec_core+9737>, 0x7ff2cc2949f1 <vm_exec_core+9665>, 0x7ff2cc2949a9 <vm_exec_core+9593>, 0x7ff2cc29496a <vm_exec_core+9530>, 0x7ff2cc29489d <vm_exec_core+9325>, 0x7ff2cc2947ef <vm_exec_core+9151>, 0x7ff2cc2946fb <vm_exec_core+8907>, 0x7ff2cc2943a3 <vm_exec_core+8051>, 0x7ff2cc2942a7 <vm_exec_core+7799>, 0x7ff2cc2941c7 <vm_exec_core+7575>, 0x7ff2cc29413c <vm_exec_core+7436>, 0x7ff2cc2944e8 <vm_exec_core+8376>, 0x7ff2cc294479 <vm_exec_core+8265>, 0x7ff2cc294593 <vm_exec_core+8547>, 0x7ff2cc293fb0 <vm_exec_core+7040>, 0x7ff2cc293e88 <vm_exec_core+6744>, 0x7ff2cc293e09 <vm_exec_core+6617>, 0x7ff2cc293d77 <vm_exec_core+6471>, 0x7ff2cc293cef <vm_exec_core+6335>, 0x7ff2cc293c96 <vm_exec_core+6246>, 0x7ff2cc293c21 <vm_exec_core+6129>, 0x7ff2cc293b85 <vm_exec_core+5973>, 0x7ff2cc293b16 <vm_exec_core+5862>, 0x7ff2cc293a89 <vm_exec_core+5721>, 0x7ff2cc2939de <vm_exec_core+5550>, 0x7ff2cc29393e <vm_exec_core+5390>, 0x7ff2cc293892 <vm_exec_core+5218>, 0x7ff2cc2937c8 <vm_exec_core+5016>, 0x7ff2cc293727 <vm_exec_core+4855>, 0x7ff2cc293667 <vm_exec_core+4663>, 0x7ff2cc293590 <vm_exec_core+4448>, 0x7ff2cc2934e9 <vm_exec_core+4281>, 0x7ff2cc293442 <vm_exec_core+4114>, 0x7ff2cc293348 <vm_exec_core+3864>, 0x7ff2cc29327d <vm_exec_core+3661>, 0x7ff2cc2931d8 <vm_exec_core+3496>, 0x7ff2cc29313c <vm_exec_core+3340>, 0x7ff2cc29309f <vm_exec_core+3183>, 0x7ff2cc293038 <vm_exec_core+3080>, 0x7ff2cc2929f2 <vm_exec_core+1474>, 0x7ff2cc29298d <vm_exec_core+1373>, 0x7ff2cc2928f2 <vm_exec_core+1218>, 0x7ff2cc2927e9 <vm_exec_core+953>, 0x7ff2cc29273f <vm_exec_core+783>, 0x7ff2cc292694 <vm_exec_core+612>, 0x7ff2cc292653 <vm_exec_core+547>, 0x7ff2cc29258c <vm_exec_core+348>, 0x7ff2cc292d0e <vm_exec_core+2270>, 0x7ff2cc292c42 <vm_exec_core+2066>, 0x7ff2cc292b6e <vm_exec_core+1854>, 0x7ff2cc292abd <vm_exec_core+1677>, 0x7ff2cc292e95 <vm_exec_core+2661>, 0x7ff2cc292dc4 <vm_exec_core+2452>, 0x7ff2cc292e27 <vm_exec_core+2551>, 0x7ff2cc2924fb <vm_exec_core+203>, 0x7ff2cc297ccb <vm_exec_core+22683>, 0x7ff2cc29584e <vm_exec_core+13342>, 0x7ff2cc295798 <vm_exec_core+13160>, 0x7ff2cc297cb6 <vm_exec_core+22662>, 0x7ff2cc2958e5 <vm_exec_core+13493>, 0x7ff2cc2953f9 <vm_exec_core+12233>, 0x7ff2cc295ae4 <vm_exec_core+14004>, 0x7ff2cc2954b5 <vm_exec_core+12421>, 0x7ff2cc29599b <vm_exec_core+13675>, 0x7ff2cc294fda <vm_exec_core+11178>, 0x7ff2cc295ba5 <vm_exec_core+14197>, 0x7ff2cc295135 <vm_exec_core+11525>, 0x7ff2cc2950d5 <vm_exec_core+11429>, 0x7ff2cc295075 <vm_exec_core+11333>, 0x7ff2cc29528a <vm_exec_core+11866>, 0x7ff2cc295187 <vm_exec_core+11607>, 0x7ff2cc2952e7 <vm_exec_core+11959>, 0x7ff2cc297ca1 <vm_exec_core+22641>, 0x7ff2cc297c8c <vm_exec_core+22620>, 0x7ff2cc297c77 <vm_exec_core+22599>, 0x7ff2cc297c62 <vm_exec_core+22578>, 0x7ff2cc297c4d <vm_exec_core+22557>, 0x7ff2cc297c38 <vm_exec_core+22536>, 0x7ff2cc296789 <vm_exec_core+17241>, 0x7ff2cc296774 <vm_exec_core+17220>, 0x7ff2cc29675f <vm_exec_core+17199>, 0x7ff2cc29674a <vm_exec_core+17178>, 0x7ff2cc296735 <vm_exec_core+17157>, 0x7ff2cc296720 <vm_exec_core+17136>, 0x7ff2cc29670b <vm_exec_core+17115>, 0x7ff2cc2966f6 <vm_exec_core+17094>, 0x7ff2cc2966e1 <vm_exec_core+17073>, 0x7ff2cc2966cc <vm_exec_core+17052>, 0x7ff2cc294f40 <vm_exec_core+11024>, 0x7ff2cc294ebf <vm_exec_core+10895>, 0x7ff2cc2966b7 <vm_exec_core+17031>, 0x7ff2cc2966a2 <vm_exec_core+17010>, 0x7ff2cc29668d <vm_exec_core+16989>, 0x7ff2cc296678 <vm_exec_core+16968>, 0x7ff2cc292472 <vm_exec_core+66>, 0x7ff2cc292476 <vm_exec_core+70>, 0x7ff2cc294e15 <vm_exec_core+10725>, 0x7ff2cc294d71 <vm_exec_core+10561>, 0x7ff2cc294c8d <vm_exec_core+10333>, 0x7ff2cc294be3 <vm_exec_core+10163>, 0x7ff2cc294b31 <vm_exec_core+9985>...} __func__ = "vm_exec_core" #62 0x00007ff2cc29a9b1 in rb_vm_exec (ec=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:2375 _ec = <optimized out> _tag = {tag = 36, retval = 4, buf = {0x7ffc45d88280, 0x7ff2cc29b1f5 <rb_vm_exec+3173>, 0x0, 0x7ffc45d88110, 0x55bd7e455e50}, prev = 0x7ffc45d882c0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> initial = <optimized out> __func__ = "rb_vm_exec" #63 0x00007ff2cc0c6e61 in rb_ec_exec_node (ec=0x55bd7e3c7130, n=0x7ff2c80cbce0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:287 th = <optimized out> _ec = <optimized out> _tag = {tag = 36, retval = 140680783735412, buf = {0x7ff2c80cbce0, 0x7ff2cc0c6eb2 <rb_ec_exec_node+274>, 0x0, 0x7ffc45d88290, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7ff2c80cbce0 #64 0x00007ff2cc0cd6b3 in ruby_run_node (n=0x7ff2c80cbce0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328 ec = 0x55bd7e3c7130 status = 0 #65 0x000055bd7d2c6187 in rb_main (argv=0x7ffc45d884c8, argc=141) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39 variable_in_this_stack_frame = 140721480305593 #66 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58 No locals. >>> Dump Ruby level backtrace (if possible)