# Logfile created on 2023-11-07 18:25:12 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055e47d596048 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20231107-182512", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055e47d62f4a0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055e47d62f338 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055e47d62f180 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20231107-182512", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20231107-182512>, @binmode=false, @mon_data=#<Monitor:0x000055e47d62f0b8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   9877f3a..bc07b0b  master     -> origin/master
Updating 9877f3a..bc07b0b
Fast-forward
 doc/yjit/yjit.md                  |  29 +++----
 ext/-test-/string/depend          |   3 +
 ext/-test-/string/fstring.c       |  10 +++
 prism_compile.c                   | 155 +++++++++++++++++++++++++++++++-------
 string.c                          |   2 +-
 test/-ext-/string/test_fstring.rb |   4 +
 test/ruby/test_compile_prism.rb   |  42 ++++++++++-
 7 files changed, 201 insertions(+), 44 deletions(-)
Latest commit hash = bc07b0b9e1
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 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-O0/compile.c
compiling /tmp/ruby/src/trunk-O0/string.c
compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 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-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
configuring -test-/string
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
compiling /tmp/ruby/src/trunk-O0/ext/-test-/string/fstring.c
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/-test-/string'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision -
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 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
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/rbs.revision unchanged
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.0.dev
                                    cgi 0.4.0
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.5
                                    irb 1.8.3
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.0
                                    open3 0.2.0
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.17.1
                                    pstore 0.1.3
                                    rdoc 6.6.0
                                    readline 0.0.3
                                    reline 0.4.0
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.0
                                    set 1.0.3
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 1.1.0
                                    tempfile 0.2.0
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3.dev.1
                                    fcntl 1.1.0
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.1.1
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.4
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1862 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 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.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 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 enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=31702
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/903] 136228=test_address_resolve
[  2/903] 136227=test_refinement
[  3/903] 136228=test_gem_command_manager
[  4/903] 136226=test_project_sanity
[  5/903] 136225=test_gem_install_update_options
[  6/903] 136226=test_num2int
[  7/903] 136226=test_keyword
[  8/903] 136228=test_x509crl
[  9/903] 136228=test_hash
[ 10/903] 136225=test_ensured
[ 11/903] 136225=test_iter_break
[ 12/903] 136225=test_pkcs7
[ 13/903] 136225=test_cgi_session
[ 14/903] 136226=test_irb
[ 15/903] 136225=test_gem_ext_rake_builder
[ 16/903] 136226=test_parser
[ 17/903] 136226=test_gem_resolver_vendor_set
[ 18/903] 136226=test_gem_commands_list_command
[ 19/903] 136226=test_cmethod
[ 20/903] 136226=test_gem_resolver_installed_specification
[ 21/903] 136226=test_word
[ 22/903] 136226=test_numeric
[ 23/903] 136226=test_gem_requirement
[ 24/903] 136226=test_object
[ 25/903] 136226=test_gem_resolver_local_specification
[ 26/903] 136226=test_digest
[ 27/903] 136226=test_dln
[ 28/903] 136226=test_rdoc_options
[ 29/903] 136225=test_closure
[ 30/903] 136225=test_at_exit
[ 31/903] 136225=test_set
[ 32/903] 136225=test_gem_commands_help_command
[ 33/903] 136225=test_rdoc_include
[ 34/903] 136226=test_yield_block
[ 35/903] 136226=test_pkg_config
[ 36/903] 136226=test_ossl
[ 37/903] 136225=test_ubf_async_safe
[ 38/903] 136225=test_insns_leaf
[ 39/903] 136225=test_gem_version_option
[ 40/903] 136225=dispatcher_test
[ 41/903] 136225=test_complex2
[ 42/903] 136225=test_eval_history
[ 43/903] 136225=test_ruby_lex
[ 44/903] 136225=test_win32ole_record
[ 45/903] 136225=test_files_ext
[ 46/903] 136225=test_array
[ 47/903] 136226=test_gem_ext_cargo_builder_link_flag_converter
[ 48/903] 136226=test_console_attr
[ 49/903] 136226=test_argf
[ 50/903] 136227=test_x509req
[ 51/903] 136227=test_m17n
[ 52/903] 136227=test_yjit
[ 53/903] 136225=test_frozen_error
[ 54/903] 136225=errors_test
[ 55/903] 136225=test_fileutils
[ 56/903] 136225=test_gb18030
[ 57/903] 136225=test_gem_package_tar_writer
[ 58/903] 136225=test_nesting_parser
[ 59/903] 136225=test_thread_queue
[ 60/903] 136225=test_vm_dump
[ 61/903] 136225=test_gem_resolver_conflict
[ 62/903] 136225=test_nowrite
[ 63/903] 136225=test_encoding
[ 64/903] 136225=test_yaml_tree
[ 65/903] 136225=test_shellwords
[ 66/903] 136225=test_windows_1251
[ 67/903] 136225=test_omap
[ 68/903] 136225=test_sockopt
[ 69/903] 136225=test_gem_uri_formatter
[ 70/903] 136225=test_gem_config_file
[ 71/903] 136225=test_cstr
[ 72/903] 136226=test_gem_resolver_best_set
[ 73/903] 136226=test_whileuntil
[ 74/903] 136226=test_document
[ 75/903] 136226=test_monitor
[ 76/903] 136225=test_yjit_exit_locations
[ 77/903] 136226=test_data_error
[ 78/903] 136225=test_passing_block
[ 79/903] 136225=test_gem_commands_which_command
[ 80/903] 136225=test_mul
[ 81/903] 136225=test_primitive
[ 82/903] 136226=test_gem_gemcutter_utilities
[ 83/903] 136225=test_method_cache
[ 84/903] 136225=test_history
[ 85/903] 136225=test_float
[ 86/903] 136226=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 40663>
[ 87/903] 136226=test_thread_cv
[ 88/903] 136226=test_pattern_matching
[ 89/903] 136226=test_rdoc_parser
[ 90/903] 136226=test_x509attr
[ 91/903] 136226=test_unicode
[ 92/903] 136226=test_set_len
[ 93/903] 136226=test_marshalable
[ 94/903] 136226=test_webauthn_poller
[ 95/903] 136226=test_rdoc_parser_rd
[ 96/903] 136226=test_gc
[ 97/903] 136226=test_math
[ 98/903] 136226=test_libs
[ 99/903] 136226=test_class
[100/903] 136226=test_fips
[101/903] 136225=test_configuration
[102/903] 136226=test_wss
[103/903] 136226=test_x509ext
[104/903] 136226=test_helper
[105/903] 136225=test_gem_path_support
[106/903] 136226=test_case
[107/903] 136225=test_pathname
[108/903] 136226=test_coverage
[109/903] 136225=test_sexp
[110/903] 136225=test_compile_prism
[111/903] 136225=test_io
[112/903] 136226=test_objectspace
[113/903] 136228=test_integer
[114/903] 136227=test_interned_str
[115/903] 136227=test_gem_ext_cmake_builder
[116/903] 136226=test_require_lib
[117/903] 136227=test_euc_jp
[118/903] 136227=test_tree_spell_checker
[119/903] 136227=test_gem_util
[120/903] 136227=test_win32ole_event
[121/903] 136227=test_option
[122/903] 136227=test_mutex
[123/903] 136227=test_struct
[124/903] 136227=test_etc
[125/903] 136227=test_scalar_scanner
[126/903] 136227=test_notimplement
[127/903] 136227=test_array_create
[128/903] 136227=test_key_event_record
[129/903] 136227=test_rdoc_require
[130/903] 136227=test_parser
[131/903] 136227=test_terminfo
[132/903] 136227=test_rational2
[133/903] 136227=test_fiber
[134/903] 136227=test_signal
[135/903] 136227=test_fixnum
[136/903] 136227=test_bug-14834
[137/903] 136227=test_cgi_core
[138/903] 136227=test_gem_ext_cargo_builder_unit
[139/903] 136227=test_delegate
[140/903] 136227=test_bash_completion
[141/903] 136227=test_to_ary_concat
[142/903] 136228=test_encoding
[143/903] 136228=test_addrinfo
[144/903] 136228=test_gem
[145/903] 136226=test_constant
[146/903] 136227=test_completion
[147/903] 136228=test_buffered_io
[148/903] 136228=test_ractor
[149/903] 136226=test_rdoc_markup_to_tt_only
[150/903] 136226=test_convert
[151/903] 136226=test_https
[152/903] 136227=test_evaluation
[153/903] 136227=test_case_options
[154/903] 136227=test_ssl
[155/903] 136226=ripper_compat_test
[156/903] 136226=test_optparse
[157/903] 136226=test_marshal
[158/903] 136228=test_gem_commands_generate_index_command
[159/903] 136227=test_gem_commands_update_command
[160/903] 136228=json_encoding_test
[161/903] 136228=test_rdoc_markup_to_bs
[162/903] 136228=test_new
[163/903] 136228=test_big5
[164/903] 136228=test_time_tz
[165/903] 136228=test_beginendblock
[166/903] 136225=test_cipher
[167/903] 136225=test_httpresponse
[168/903] 136225=test_rdoc_parser_ruby
[169/903] 136226=test_mixed_unicode_escapes
[170/903] 136226=test_rdoc_generator_darkfish
[171/903] 136228=test_load
[172/903] 136228=test_have_library
[173/903] 136226=test_within_pipe
[174/903] 136226=test_timeout
[175/903] 136226=test_objspace
[176/903] 136227=test_httpresponses
[177/903] 136227=test_gem_commands_server_command
[178/903] 136227=test_general
[179/903] 136228=test_abbrev
[180/903] 136228=test_metaclass
[181/903] 136228=test_rbconfig
[182/903] 136228=test_files_sample
[183/903] 136227=test_gem_commands_exec_command
[184/903] 136228=test_tsort
[185/903] 136228=test_rdoc_markup_to_label
[186/903] 136228=test_gem_package_tar_reader_entry
[187/903] 136225=test_gem_specification
[188/903] 136228=test_gem_resolver
[189/903] 136228=test_win32ole_variable
[190/903] 136228=test_object_references
[191/903] 136228=test_scheduler
[192/903] 136228=test_cgi_cookie
[193/903] 136228=test_bigdecimal
[194/903] 136227=version_test
[195/903] 136227=test_ftp
[196/903] 136227=test_logdevice
[197/903] 136227=test_last_thread
[198/903] 136227=test_import
[199/903] 136225=test_x509cert
[200/903] 136225=test_gem_commands_unpack_command
[201/903] 136225=test_rdoc_markup_to_table_of_contents
[202/903] 136225=test_enc_associate
[203/903] 136227=test_pp
[204/903] 136228=test_engine
[205/903] 136228=test_rb_str_dup
[206/903] 136228=test_key_error
[207/903] 136227=test_module
[208/903] 136228=test_append
[209/903] 136228=test_symbol
[210/903] 136228=test_ssl
[211/903] 136225=test_digest_extend
[212/903] 136225=test_logger
[213/903] 136225=test_recursion
[214/903] 136225=test_string_processing
[215/903] 136225=test_c_union_entity
[216/903] 136225=test_cparser
[217/903] 136225=test_rdoc_markup_attributes
[218/903] 136225=test_unicode_escape
[219/903] 136225=test_io_console
[220/903] 136228=test_bn
[221/903] 136228=test_logperiod
[222/903] 136228=test_getoptlong
[223/903] 136228=test_pack
[224/903] 136227=test_arith_seq_extract
[225/903] 136227=test_ractor
[226/903] 136227=test_rubyvm
[227/903] 136227=test_config
[228/903] 136228=test_gem_request_connection_pools
[229/903] 136227=test_force_quotes
[230/903] 136227=test_err_in_callback
[231/903] 136227=test_gem_package_task
[232/903] 136227=test_filter
[233/903] 136225=test_scanner_events
[234/903] 136228=test_inlinecache
[235/903] 136227=test_gem_dependency_list
[236/903] 136225=test_gem_ext_configure_builder
[237/903] 136228=test_rdoc_generator_markup
[238/903] 136225=test_rendering
[239/903] 136225=test_ostruct
[240/903] 136228=test_koi8
[241/903] 136228=test_not
[242/903] 136228=test_rdoc_attr
[243/903] 136228=test_table
[244/903] 136227=json_ext_parser_test
[245/903] 136227=test_gem_resolver_vendor_specification
[246/903] 136228=test_gem_commands_sources_command
[247/903] 136227=test_coder
[248/903] 136227=test_symbol
[249/903] 136225=test_context
[250/903] 136225=test_regex_casefold
[251/903] 136228=test_unix
[252/903] 136228=test_http
[253/903] 136225=test_fd_setsize
[254/903] 136225=test_gem_source_git
[255/903] 136227=test_gem_commands_contents_command
[256/903] 136227=test_have_func
[257/903] 136225=test_ractor_compatibility
[258/903] 136225=test_erb_command
[259/903] 136225=test_gem_rdoc
[260/903] 136227=test_ws
[261/903] 136227=test_win32ole_variant_outarg
[262/903] 136227=test_data
[263/903] 136227=test_gem_commands_lock_command
[264/903] 136227=test_rdoc_markup_to_html_snippet
[265/903] 136227=test_rdoc_markup_indented_paragraph
[266/903] 136227=test_gem_source_fetch_problem
[267/903] 136225=test_rdoc_parser_markdown
[268/903] 136227=test_rdoc_i18n_text
[269/903] 136227=test_spell_checker
[270/903] 136227=test_ancdata
[271/903] 136227=test_singleton
[272/903] 136227=test_rdoc_markup
[273/903] 136227=test_gem_resolver_git_specification
[274/903] 136225=test_files_test_2
[275/903] 136225=test_sleep
[276/903] 136227=test_bignum
[277/903] 136227=test_normalize
[278/903] 136227=test_converters
[279/903] 136227=test_gem_commands_fetch_command
[280/903] 136227=ractor_test
[281/903] 136227=test_rdoc_tom_doc
[282/903] 136225=test_ractor
[283/903] 136225=test_verbose
[284/903] 136227=test_key_actor_emacs
[285/903] 136225=test_read
[286/903] 136225=test_basicinstructions
[287/903] 136225=test_update
[288/903] 136225=test_pack
[289/903] 136228=test_rdoc_rd_block_parser
[290/903] 136227=test_name_error_extension
[291/903] 136227=test_rdoc_ri_paths
[292/903] 136228=test_https_proxy
[293/903] 136228=test_bigdecimal_util
[294/903] 136228=test_history
[295/903] 136227=test_locale
[296/903] 136228=test_dup
[297/903] 136227=test_delegation
[298/903] 136227=test_find_executable
[299/903] 136227=test_ts
[300/903] 136225=test_require
[301/903] 136228=test_unconverted_fields
[302/903] 136228=test_rdoc_markup_document
[303/903] 136228=test_lazy_enumerator
[304/903] 136227=test_key_actor_vi
[305/903] 136227=test_weakkeymap
[306/903] 136227=test_formatter
[307/903] 136227=test_rdoc_rd
[308/903] 136227=test_range
[309/903] 136228=test_drbobject
[310/903] 136228=test_optimization
[311/903] 136227=test_gem_commands_query_command
[312/903] 136227=test_exit
[313/903] 136227=test_udp
[314/903] 136227=test_pinned
[315/903] 136227=test_open3
[316/903] 136225=test_remote_fetch_error
[317/903] 136225=test_require
[318/903] 136225=test_thread
[319/903] 136227=test_pattern_key_name_check
[320/903] 136227=test_gem_request_set_lockfile_tokenizer
[321/903] 136227=test_gem_doctor
[322/903] 136227=test_date_strptime
[323/903] 136227=test_gem_safe_marshal
[324/903] 136225=ruby_api_test
[325/903] 136227=test_rand
[326/903] 136225=test_serialize_subclasses
[327/903] 136225=test_instrumentation_api
[328/903] 136227=test_default_gems
[329/903] 136227=test_struct
[330/903] 136225=test_propertyputref
[331/903] 136227=fuzzer_test
[332/903] 136225=test_ast
[333/903] 136227=test_gem_package
[334/903] 136227=test_gem_security_signer
[335/903] 136227=test_date_arith
[336/903] 136227=location_test
[337/903] 136227=test_gem_resolver_api_specification
[338/903] 136227=test_patterns
[339/903] 136227=test_gem_commands_stale_command
[340/903] 136227=test_buffering
[341/903] 136227=test_drbunix
[342/903] 136228=test_rdoc_parser_simple
[343/903] 136228=test_enumerable
[344/903] 136228=test_too_many_dummy_encodings
[345/903] 136228=test_signedness
[346/903] 136228=test_grapheme_breaks
[347/903] 136228=test_ractor
[348/903] 136228=json_common_interface_test
[349/903] 136228=test_nkf
[350/903] 136228=test_rdoc_markup_pre_process
[351/903] 136228=test_env
[352/903] 136227=test_convertible
[353/903] 136228=test_gem_resolver_specification
[354/903] 136228=test_tracepoint
[355/903] 136228=test_resize
[356/903] 136228=test_io_m17n
[357/903] 136227=test_stringscanner
[358/903] 136227=test_pipe
[359/903] 136227=desugar_compiler_test
[360/903] 136227=test_general
[361/903] 136227=test_have_macro
[362/903] 136226=test_config
[363/903] 136227=test_error_highlight
[364/903] 136226=test_internal_ivar
[365/903] 136226=test_win32ole
[366/903] 136226=test_lambda
[367/903] 136226=test_readpartial
[368/903] 136226=test_gem_request_set_gem_dependency_api
[369/903] 136227=test_gem_text
[370/903] 136228=test_settracefunc
[371/903] 136227=test_pstore
[372/903] 136227=test_variable
[373/903] 136226=test_win32ole_param
[374/903] 136226=test_ocsp
[375/903] 136227=test_super
[376/903] 136226=test_gem_package_old
[377/903] 136226=memsize_test
[378/903] 136226=test_method_cache
[379/903] 136226=test_time
[380/903] 136226=heredoc_dedent_test
[381/903] 136226=test_sprintf_comb
[382/903] 136226=test_gem_gem_runner
[383/903] 136226=test_pointer
[384/903] 136228=test_proc
[385/903] 136227=test_eval
[386/903] 136227=test_alias
[387/903] 136226=test_rdoc_generator_pot
[388/903] 136226=test_gem_uninstaller
[389/903] 136227=test_storage
[390/903] 136227=test_zlib
[391/903] 136228=test_case
[392/903] 136228=test_gem_remote_fetcher
[393/903] 136226=compiler_test
[394/903] 136226=test_iterator
[395/903] 136226=test_variable_name_check
[396/903] 136226=test_string
[397/903] 136226=test_printf
[398/903] 136226=test_extlibs
[399/903] 136228=pattern_test
[400/903] 136228=test_file_exhaustive
[401/903] 136226=test_regexp
[402/903] 136227=test_getopts
[403/903] 136227=test_gem_commands_info_command
[404/903] 136227=test_addr
[405/903] 136227=test_process
[406/903] 136227=test_dns
[407/903] 136227=test_singleton_function
[408/903] 136227=test_protocol
[409/903] 136228=test_rdoc_markup_to_rdoc
[410/903] 136227=test_cgi_header
[411/903] 136227=test_tuplebag
[412/903] 136228=test_rdoc_generator_pot_po_entry
[413/903] 136227=test_helper
[414/903] 136227=test_dir_m17n
[415/903] 136228=test_rational
[416/903] 136228=test_gem_commands_owner_command
[417/903] 136228=test_cgi_modruby
[418/903] 136228=test_gem_local_remote_options
[419/903] 136228=test_gc
[420/903] 136227=test_pair
[421/903] 136226=test_stat
[422/903] 136226=test_flush
[423/903] 136226=unescape_test
[424/903] 136227=test_yamldbm
[425/903] 136227=test_install
[426/903] 136227=test_foreach
[427/903] 136227=test_func
[428/903] 136226=test_jaro_winkler
[429/903] 136226=test_arity
[430/903] 136226=test_find
[431/903] 136226=test_object
[432/903] 136226=test_win32ole_variant
[433/903] 136226=test_summary
[434/903] 136226=test_gem_resolver_composed_set
[435/903] 136226=test_rdoc_class_module
[436/903] 136226=test_liberal_parsing
[437/903] 136226=test_nil
[438/903] 136226=test_trace
[439/903] 136226=test_rdoc_markup_attribute_manager
[440/903] 136226=test_boolean
[441/903] 136226=test_kill_ring
[442/903] 136226=test_rdoc_parser_changelog
[443/903] 136226=test_raise_no_backtrace_exception
[444/903] 136226=test_drbssl
[445/903] 136227=test_yaml_special_cases
[446/903] 136227=test_gem_source_list
[447/903] 136227=test_column_separator
[448/903] 136227=test_iso_8859
[449/903] 136227=test_dir
[450/903] 136227=test_coderange
[451/903] 136227=test_transcode
[452/903] 136227=test_mailto
[453/903] 136227=test_gem_commands_install_command
[454/903] 136227=test_gem_indexer
[455/903] 136227=test_enumerator_kw
[456/903] 136227=test_date
[457/903] 136227=test_open-uri
[458/903] 136227=test_nonblock
[459/903] 136227=test_strip
[460/903] 136227=test_lexer
[461/903] 136227=test_rdoc_context
[462/903] 136227=test_random
[463/903] 136227=test_c_struct_entry
[464/903] 136227=test_win32ole_type_event
[465/903] 136227=test_rdoc_method_attr
[466/903] 136227=test_rewind
[467/903] 136227=test_gem_uri
[468/903] 136227=test_sprintf
[469/903] 136227=test_memory_view
[470/903] 136227=test_stringio
[471/903] 136227=test_exception_at_throwing
[472/903] 136227=test_row
[473/903] 136227=test_enumerator
[474/903] 136227=test_win32ole_method
[475/903] 136227=test_flip
[476/903] 136227=test_frozen
[477/903] 136227=test_gem_source_local
[478/903] 136227=test_weakmap
[479/903] 136226=test_egrep_cpp
[480/903] 136226=test_date_conv
[481/903] 136228=test_case_mapping
[482/903] 136226=test_date_compat
[483/903] 136226=test_gem_source_subpath_problem
[484/903] 136228=test_scan_args
[485/903] 136228=test_dot_dot
[486/903] 136228=test_cclass
[487/903] 136228=test_rdoc_rdoc
[488/903] 136228=test_tcp
[489/903] 136226=test_win32ole_variant_m
[490/903] 136226=test_kdf
[491/903] 136226=test_rdoc_comment
[492/903] 136226=test_cgi_multipart
[493/903] 136226=test_json_tree
[494/903] 136228=test_io_buffer
[495/903] 136226=test_autoconf
[496/903] 136226=test_bug_reporter
[497/903] 136228=test_gem_update_suggestion
[498/903] 136228=test_http
[499/903] 136228=test_ractor
[500/903] 136228=test_load
[501/903] 136226=test_severity
[502/903] 136228=test_arithmetic_sequence
[503/903] 136226=test_gem_source_installed
[504/903] 136228=test_gem_resolver_lock_set
[505/903] 136226=test_rdoc_i18n_locale
[506/903] 136226=test_flags
[507/903] 136228=test_gem_resolver_installer_set
[508/903] 136228=test_psych
[509/903] 136228=test_ole_methods
[510/903] 136228=test_quote_char_nil
[511/903] 136228=test_rdoc_cross_reference
[512/903] 136226=test_shift_jis
[513/903] 136226=test_eval
[514/903] 136228=test_kconv
[515/903] 136226=test_gem_security
[516/903] 136228=test_rubygems
[517/903] 136228=test_member
[518/903] 136228=test_stringchar
[519/903] 136228=test_emoji_breaks
[520/903] 136226=test_gem_command
[521/903] 136226=test_ractor
[522/903] 136226=test_gem_resolver_lock_specification
[523/903] 136226=test_gem_resolver_git_set
[524/903] 136226=test_nofree
[525/903] 136226=test_fiddle
[526/903] 136226=test_gem_commands_open_command
[527/903] 136226=test_store
[528/903] 136226=test_bug-5832
[529/903] 136226=test_digest
[530/903] 136228=test_files_lib
[531/903] 136228=test_rdoc_rubygems_hook
[532/903] 136228=test_gem_commands_dependency_command
[533/903] 136228=test_pkey_dsa
[534/903] 136228=test_switch_hitter
[535/903] 136228=test_timeout
[536/903] 136226=test_enumerator
[537/903] 136226=test_weakref
[538/903] 136228=locals_test
[539/903] 136226=test_name_error
[540/903] 136226=test_string
[541/903] 136228=test_thread_fd_close
[542/903] 136228=test_file
[543/903] 136227=test_rdoc_generator_ri
[544/903] 136227=bom_test
[545/903] 136227=test_ansi_with_terminfo
[546/903] 136227=test_gem_stream_ui
[547/903] 136227=test_safe_load
[548/903] 136227=test_hash_create
[549/903] 136227=test_reline_key
[550/903] 136227=test_bug-3571
[551/903] 136227=test_unicode_normalize
[552/903] 136226=test_read
[553/903] 136228=test_date_time
[554/903] 136226=test_did_you_mean
[555/903] 136228=test_handle
[556/903] 136226=test_rdoc_markup_to_joined_paragraph
[557/903] 136226=test_arity
[558/903] 136226=test_profile_frames
[559/903] 136226=test_nil2vtempty
[560/903] 136226=test_kernel
[561/903] 136226=test_div
[562/903] 136226=test_deprecated
[563/903] 136226=test_integer_comb
[564/903] 136228=test_read_write
[565/903] 136228=test_gem_validator
[566/903] 136228=test_rdoc_markup_formatter
[567/903] 136228=test_usrmarshal
[568/903] 136228=test_gem_commands_outdated_command
[569/903] 136228=!Nothing_to_test
[570/903] 136228=test_rendering
[571/903] 136228=test_each
[572/903] 136228=parse_test
[573/903] 136227=json_parser_test
[574/903] 136227=test_gbk
[575/903] 136227=test_autoload
[576/903] 136226=test_gem_dependency
[577/903] 136228=test_cgi_util
[578/903] 136226=test_rdoc_text
[579/903] 136226=test_ansi_without_terminfo
[580/903] 136226=test_data_converters
[581/903] 136226=test_call
[582/903] 136228=test_gem_source_vendor
[583/903] 136228=test_require
[584/903] 136228=test_my_integer
[585/903] 136228=test_assignment
[586/903] 136226=test_gem_available_set
[587/903] 136226=test_memory_view
[588/903] 136226=test_modify_expand
[589/903] 136226=test_gem_dependency_installer
[590/903] 136228=test_gem_source_lock
[591/903] 136228=test_ripper
[592/903] 136228=test_optarg
[593/903] 136228=test_syslog_logger
[594/903] 136226=test_input_method
[595/903] 136226=test_generic
[596/903] 136226=test_enc_str_buf_cat
[597/903] 136226=regexp_test
[598/903] 136226=test_x509store
[599/903] 136228=test_exception
[600/903] 136228=test_header
[601/903] 136228=test_win32ole_type
[602/903] 136228=test_windows_1252
[603/903] 136228=test_null
[604/903] 136226=test_ractor
[605/903] 136228=test_gc_compact
[606/903] 136226=test_delete
[607/903] 136226=test_rdoc_markup_to_ansi
[608/903] 136226=test_gem_impossible_dependencies_error
[609/903] 136226=json_generator_test
[610/903] 136226=test_bigmath
[611/903] 136226=test_continuation
[612/903] 136226=test_str2big
[613/903] 136226=test_gem_commands_specification_command
[614/903] 136226=test_popen_deadlock
[615/903] 136226=test_asn1
[616/903] 136226=test_placearg
[617/903] 136226=test_features
[618/903] 136226=test_len
[619/903] 136226=test_enc_raise
[620/903] 136226=test_inadvertent_creation
[621/903] 136227=test_webauthn_listener_response
[622/903] 136227=test_exception
[623/903] 136226=test_provider
[624/903] 136226=test_syntax
[625/903] 136227=test_rdoc_store
[626/903] 136228=test_case_comprehensive
[627/903] 136227=test_gem_dependency_resolution_error
[628/903] 136227=test_rdoc_stats
[629/903] 136227=test_time
[630/903] 136227=test_files_test
[631/903] 136227=test_gem_bundler_version_finder
[632/903] 136227=test_gem_silent_ui
[633/903] 136227=test_gem_commands_signout_command
[634/903] 136227=test_parser_events
[635/903] 136227=test_io_wait_uncommon
[636/903] 136227=test_gem_request_set_lockfile_parser
[637/903] 136227=test_debug_cmd
[638/903] 136227=test_workspace
[639/903] 136227=test_win32ole_param_event
[640/903] 136227=test_rdoc_single_class
[641/903] 136227=test_gem_resolver_index_set
[642/903] 136227=test_rdoc_generator_json_index
[643/903] 136227=test_cgi_tag_helper
[644/903] 136227=test_gem_request
[645/903] 136227=test_pkey_ec
[646/903] 136227=test_rdoc_token_stream
[647/903] 136227=test_recorder
[648/903] 136227=test_thread
[649/903] 136227=test_enum
[650/903] 136227=test_date_parse
[651/903] 136227=test_write
[652/903] 136227=test_folderitem2_invokeverb
[653/903] 136227=test_gem_spec_fetcher
[654/903] 136227=test_m17n_comb
[655/903] 136226=test_gem_commands_push_command
[656/903] 136226=test_backtrace
[657/903] 136226=test_class_name_check
[658/903] 136226=test_common
[659/903] 136226=test_type
[660/903] 136226=test_complex
[661/903] 136226=json_generic_object_test
[662/903] 136226=test_base64
[663/903] 136226=test_qsort
[664/903] 136226=test_invalid
[665/903] 136226=test_gem_commands_build_command
[666/903] 136226=json_addition_test
[667/903] 136226=test_securerandom
[668/903] 136226=test_path_to_class
[669/903] 136226=test_gem_resolver_activation_request
[670/903] 136226=test_function_entry
[671/903] 136226=test_pkey_dh
[672/903] 136226=test_gem_ext_ext_conf_builder
[673/903] 136226=test_win32ole_method_event
[674/903] 136226=test_complexrational
[675/903] 136226=test_drb
[676/903] 136227=test_hash
[677/903] 136227=test_config
[678/903] 136227=test_alias_and_anchor
[679/903] 136227=test_abi
[680/903] 136227=test_rdoc_any_method
[681/903] 136227=test_config
[682/903] 136227=test_process
[683/903] 136226=test_rat
[684/903] 136226=test_mdns
[685/903] 136226=test_ifunless
[686/903] 136226=test_key_stroke
[687/903] 136226=test_ractor
[688/903] 136226=test_bundled_ca
[689/903] 136226=test_external_new
[690/903] 136226=test_win32ole_typelib
[691/903] 136226=constant_path_node_test
[692/903] 136226=test_gem_request_set
[693/903] 136226=test_undef
[694/903] 136226=test_http_request
[695/903] 136226=test_date_ractor
[696/903] 136226=test_gem_name_tuple
[697/903] 136226=test_gem_package_tar_header
[698/903] 136226=test_io_buffer
[699/903] 136226=test_gem_ext_cargo_builder
[700/903] 136226=test_merge_keys
[701/903] 136226=test_c_struct_builder
[702/903] 136226=test_gem_resolver_index_specification
[703/903] 136226=test_to_ruby
[704/903] 136226=test_rdoc_extend
[705/903] 136226=test_human_typo
[706/903] 136226=test_prettyprint
[707/903] 136226=test_threadgroup
[708/903] 136226=test_stream
[709/903] 136226=test_gem_ext_builder
[710/903] 136226=test_gem_commands_check_command
[711/903] 136226=test_rdoc_alias
[712/903] 136226=test_gem_commands_yank_command
[713/903] 136226=test_big2str
[714/903] 136226=test_data
[715/903] 136226=test_queue
[716/903] 136226=test_gem_security_policy
[717/903] 136226=test_ellipsize
[718/903] 136226=test_io
[719/903] 136226=test_emitter
[720/903] 136226=test_rdoc_context_section
[721/903] 136226=test_gem_resolver_requirement_list
[722/903] 136226=test_arith_seq_beg_len_step
[723/903] 136226=test_scalar
[724/903] 136226=test_trick
[725/903] 136225=test_rdoc_markup_to_markdown
[726/903] 136225=test_key_name_check
[727/903] 136225=test_utf32
[728/903] 136225=test_iseq_load
[729/903] 136225=test_noarg
[730/903] 136225=test_tmpdir
[731/903] 136225=test_gem_commands_pristine_command
[732/903] 136225=test_change_word
[733/903] 136225=test_gem_version
[734/903] 136226=test_rdoc_normal_module
[735/903] 136225=test_rdoc_markdown_test
[736/903] 136226=test_ssl_session
[737/903] 136226=test_rdoc_markup_hard_break
[738/903] 136226=test_random
[739/903] 136226=test_encodings
[740/903] 136226=test_ns_spki
[741/903] 136226=test_gem_resolver_dependency_request
[742/903] 136226=test_pkey
[743/903] 136226=test_stream
[744/903] 136226=test_kwargs
[745/903] 136226=test_yield
[746/903] 136225=test_integer
[747/903] 136225=test_io_wait
[748/903] 136225=test_string_memory
[749/903] 136225=test_acceptable
[750/903] 136225=test_rinda
[751/903] 136225=test_gem_security_trust_dir
[752/903] 136225=test_line_editor
[753/903] 136225=test_dryrun
[754/903] 136225=test_ractor
[755/903] 136225=parse_comments_test
[756/903] 136225=test_forwardable
[757/903] 136225=test_gem_resolver_api_set
[758/903] 136225=test_rdoc_servlet
[759/903] 136225=test_clone
[760/903] 136225=test_tree_builder
[761/903] 136225=test_rdoc_generator_pot_po
[762/903] 136225=test_protect
[763/903] 136225=test_rdoc_markup_include
[764/903] 136225=test_inputs_scanner
[765/903] 136225=test_cesu8
[766/903] 136225=test_typeddata
[767/903] 136225=test_gem_commands_mirror
[768/903] 136225=test_literal
[769/903] 136227=test_date_marshal
[770/903] 136227=test_gem_commands_cleanup_command
[771/903] 136227=test_euc_kr
[772/903] 136227=test_httpheader
[773/903] 136227=test_shapes
[774/903] 136227=test_rdoc_ri_driver
[775/903] 136225=test_rubyoptions
[776/903] 136227=test_thread
[777/903] 136227=test_nextafter
[778/903] 136227=test_capacity
[779/903] 136227=test_rdoc_code_object
[780/903] 136226=test_gem_commands_uninstall_command
[781/903] 136227=test_erb_m17n
[782/903] 136227=test_syslog
[783/903] 136227=test_rdoc_markup_to_html_crossref
[784/903] 136226=test_yamlstore
[785/903] 136226=test_class2name
[786/903] 136226=test_framework
[787/903] 136226=test_socket
[788/903] 136227=test_benchmark
[789/903] 136226=test_random_formatter
[790/903] 136226=test_depth_first
[791/903] 136226=test_mutex_m
[792/903] 136226=test_gem_source
[793/903] 136227=test_skip_lines
[794/903] 136227=test_fnmatch
[795/903] 136227=test_x509name
[796/903] 136227=test_pack
[797/903] 136227=test_rdoc_markup_heading
[798/903] 136227=test_function
[799/903] 136226=test_string
[800/903] 136226=test_gem_stub_specification
[801/903] 136227=test_assembler
[802/903] 136227=test_mkmf
[803/903] 136227=test_raise
[804/903] 136227=test_reline
[805/903] 136226=test_debug
[806/903] 136226=test_array
[807/903] 136226=comments_test
[808/903] 136226=test_yaml
[809/903] 136227=test_init
[810/903] 136226=test_set
[811/903] 136226=test_date_strftime
[812/903] 136227=test_reqarg
[813/903] 136227=test_file
[814/903] 136227=test_gem_commands_signin_command
[815/903] 136227=test_system
[816/903] 136228=test_resource
[817/903] 136228=test_zsh_completion
[818/903] 136228=library_symbols_test
[819/903] 136228=test_iseq
[820/903] 136226=test_sizeof
[821/903] 136228=test_sorted_set
[822/903] 136228=test_face
[823/903] 136227=test_emoji
[824/903] 136227=test_defined
[825/903] 136228=test_condition
[826/903] 136228=test_cp949
[827/903] 136228=test_gem_commands_search_command
[828/903] 136228=test_sleep
[829/903] 136227=test_basicsocket
[830/903] 136227=test_date_attr
[831/903] 136227=test_rdoc_rd_inline_parser
[832/903] 136227=test_color_printer
[833/903] 136227=test_utf16
[834/903] 136227=test_require_path_check
[835/903] 136227=test_gem_unsatisfiable_dependency_error
[836/903] 136227=test_acl
[837/903] 136227=test_object_create_start
[838/903] 136227=magic_comment_test
[839/903] 136227=test_duplicate
[840/903] 136227=test_wait
[841/903] 136227=test_date_new
[842/903] 136227=test_gem_commands_cert_command
[843/903] 136228=test_tempfile
[844/903] 136226=test_rdoc_markup_raw
[845/903] 136226=test_quote_empty
[846/903] 136228=test_fstring
[847/903] 136226=test_nomethod_error
[848/903] 136226=test_euc_tw
[849/903] 136226=test_rdoc_markup_paragraph
[850/903] 136226=json_string_matching_test
[851/903] 136226=test_path
[852/903] 136226=test_cmd
[853/903] 136227=test_files_test_1
[854/903] 136227=test_io_timeout
[855/903] 136227=test_rdoc_encoding
[856/903] 136228=test_class
[857/903] 136227=test_const
[858/903] 136227=test_comparable
[859/903] 136227=test_gem_package_tar_reader
[860/903] 136227=test_rdoc_normal_class
[861/903] 136227=test_ipaddr
[862/903] 136227=test_rdoc_markdown
[863/903] 136227=test_rdoc_rd_inline
[864/903] 136227=test_row_separator
[865/903] 136227=test_pkcs12
[866/903] 136227=test_gem_installer
[867/903] 136226=test_rdoc_constant
[868/903] 136226=test_deprecate
[869/903] 136226=test_rdoc_markup_parser
[870/903] 136226=test_method
[871/903] 136225=test_gem_source_specific_file
[872/903] 136225=test_hmac
[873/903] 136225=test_gem_commands_setup_command
[874/903] 136225=test_rdoc_top_level
[875/903] 136225=test_method_name_check
[876/903] 136225=test_observer
[877/903] 136225=test_parse
[878/903] 136226=test_gem_request_set_lockfile
[879/903] 136225=test_uncorrectable_name_check
[880/903] 136225=test_postponed_job
[881/903] 136226=test_gem_commands_environment_command
[882/903] 136226=test_numeric
[883/903] 136225=test_erb
[884/903] 136226=encoding_test
[885/903] 136226=test_bmethod
[886/903] 136225=test_pty
[887/903] 136226=json_fixtures_test
[888/903] 136226=newline_test
[889/903] 136226=test_econv
[890/903] 136225=test_rdoc_markup_verbatim
[891/903] 136225=test_emitter
[892/903] 136225=test_rdoc_parser_c
[893/903] 136228=test_gem_platform
[894/903] 136228=test_pkey_rsa
[895/903] 136228=test_backtrace
[896/903] 136225=test_bigzero
[897/903] 136225=test_stack
[898/903] 136226=test_macro
[899/903] 136226=test_rdoc_task
[900/903] 136226=test_numhash
[901/903] 136226=test_rdoc_markup_to_html
[902/903] 136226=test_ldap
[903/903] 136226=test_color

Retrying...
Finished tests in 1251.701924s, 21.3837 tests/s, 7575.7198 assertions/s.
26766 tests, 9482543 assertions, 0 failures, 0 errors, 187 skips

ruby -v: ruby 3.3.0dev (2023-11-07T18:15:16Z master bc07b0b9e1) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 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 enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-07T18:15:16Z master bc07b0b9e1) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ..

Finished in 269.689405 seconds

3725 files, 32454 examples, 142140 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.136512.ruby -x gdbscript
[New LWP 136512]
[New LWP 136514]
[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-O0/ruby -W0'.
Program terminated with signal SIGABRT, Aborted.
#0  0x0000564b1bf59e2f in RVALUE_MARKED (obj=139643263970400) at /tmp/ruby/src/trunk-O0/gc.c:1750
1750	    check_rvalue_consistency(obj);
[Current thread is 1 (Thread 0x7f01547d77c0 (LWP 136512))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f01547d77c0 (LWP 136512) 0x0000564b1bf59e2f in RVALUE_MARKED (obj=139643263970400) at /tmp/ruby/src/trunk-O0/gc.c:1750
  2    Thread 0x7f013b1ff640 (LWP 136514) 0x00007f01548fffde in epoll_wait (epfd=4, events=0x564b1c55f25c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f013b1ff640 (LWP 136514)):
#0  0x00007f01548fffde in epoll_wait (epfd=4, events=0x564b1c55f25c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x0000564b1c0ed888 in timer_thread_polling (vm=0x564b1d2aeb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -1602253868
#2  0x0000564b1c0edf30 in timer_thread_func (ptr=0x564b1d2aeb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x564b1d2aeb10
#3  0x00007f015486eb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140721558430560, 6181292038421414864, 139643263645248, 25, 139643689822288, 140721558430912, -6067990938124352560, -6067767797246786608}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007f01548ffbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f01547d77c0 (LWP 136512)):
#0  0x0000564b1bf59e2f in RVALUE_MARKED (obj=139643263970400) at /tmp/ruby/src/trunk-O0/gc.c:1750
No locals.
#1  0x0000564b1bf63f04 in gc_mark_set (objspace=0x564b1d2b1260, obj=139643263970400) at /tmp/ruby/src/trunk-O0/gc.c:6827
No locals.
#2  0x0000564b1bf64393 in gc_mark_ptr (objspace=0x564b1d2b1260, obj=139643263970400) at /tmp/ruby/src/trunk-O0/gc.c:6916
        __func__ = "gc_mark_ptr"
#3  0x0000564b1bf64606 in gc_mark (objspace=0x564b1d2b1260, obj=139643263970400) at /tmp/ruby/src/trunk-O0/gc.c:6967
No locals.
#4  0x0000564b1bf64eb3 in gc_mark_children (objspace=0x564b1d2b1260, obj=139643263899400) at /tmp/ruby/src/trunk-O0/gc.c:7246
        any = 0x7f013b23d708
#5  0x0000564b1bf65765 in gc_mark_stacked_objects (objspace=0x564b1d2b1260, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7434
        mstack = 0x564b1d2b16e8
        obj = 139643263899400
        marked_slots_at_the_beginning = 736
        popped_count = 0
#6  0x0000564b1bf658e5 in gc_mark_stacked_objects_all (objspace=0x564b1d2b1260) at /tmp/ruby/src/trunk-O0/gc.c:7472
No locals.
#7  0x0000564b1bf67bbb in gc_marks_rest (objspace=0x564b1d2b1260) at /tmp/ruby/src/trunk-O0/gc.c:8659
No locals.
#8  0x0000564b1bf67cef in gc_marks (objspace=0x564b1d2b1260, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8717
        marking_finished = false
#9  0x0000564b1bf69a77 in gc_start (objspace=0x564b1d2b1260, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9467
        do_full_mark = 1
        immediate_mark = 32768
        __func__ = <optimized out>
        lock_lev = 1
#10 0x0000564b1bf69714 in garbage_collect (objspace=0x564b1d2b1260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9351
        _lev = 1249938080
        ret = 32764
#11 0x0000564b1bf6a197 in garbage_collect_with_gvl (objspace=0x564b1d2b1260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9728
No locals.
#12 0x0000564b1bf7105a in objspace_malloc_gc_stress (objspace=0x564b1d2b1260) at /tmp/ruby/src/trunk-O0/gc.c:12169
        reason = 45568
#13 0x0000564b1bf7133d in objspace_xmalloc0 (objspace=0x564b1d2b1260, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12371
        gpr = 107008
        mem = 0x20d000020d1
#14 0x0000564b1bf7165a in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12595
No locals.
#15 0x0000564b1bf71690 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12604
No locals.
#16 0x0000564b1bf74fbb in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14177
No locals.
#17 0x0000564b1c13265d in vm_ccs_create (klass=139643263968320, cc_tbl=0x564b1d4db4d0, mid=8401, cme=0x7f01546c86d8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1968
        ccs = 0xffffffff0000020d
#18 0x0000564b1c14dfa8 in cache_callable_method_entry (klass=139643263968320, mid=8401, cme=0x7f01546c86d8) at /tmp/ruby/src/trunk-O0/vm_method.c:1321
        cc_tbl = 0x564b1d4db4d0
        ccs_data = 94880593665071
#19 0x0000564b1c14e16a in callable_method_entry_or_negative (klass=139643263968320, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1369
        defined_class = 139643263969280
        me = 0x7f01546c86d8
        _lev = 4
        cme = 0x7f01546c86d8
#20 0x0000564b1c14e1fc in callable_method_entry (klass=139643263968320, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1389
        cme = 0x7ffc4a808cd0
#21 0x0000564b1c14e25f in rb_callable_method_entry (klass=139643263968320, mid=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:1396
No locals.
#22 0x0000564b1c15067a in rb_method_basic_definition_p (klass=139643263968320, id=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:2691
        cme = 0x7f013a0ac5e8
#23 0x0000564b1bf438b5 in set_backtrace (info=139643245479400, bt=139643245478920) at /tmp/ruby/src/trunk-O0/eval_error.c:67
        set_backtrace = 8401
#24 0x0000564b1bf471da in setup_exception (ec=0x564b1d2b22c0, tag=6, mesg=139643245479400, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:577
        at = 139643245478920
        bt = 4
        _ec = 0x564b1d2b22c0
        _tag = {tag = 36, retval = 140721558425072, buf = {0x7ffc4a808ea0, 0x564b1bf47068 <setup_exception+294>, 0x0, 0x7ffc4a808d50, 0x7f0153261418}, prev = 0x7ffc4a80a0b0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 3326933203170917120
        line = 82
        file = 0x7f013a06d720 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb"
        file0 = 0x7f013a06d720 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#25 0x0000564b1bf47701 in rb_longjmp (ec=0x564b1d2b22c0, tag=6, mesg=139643245479400, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:660
No locals.
#26 0x0000564b1bf47787 in rb_exc_exception (mesg=139643245479400, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:675
No locals.
#27 0x0000564b1bf477ad in rb_exc_raise (mesg=139643245479400) at /tmp/ruby/src/trunk-O0/eval.c:688
No locals.
#28 0x0000564b1c0f509a in rb_threadptr_execute_interrupts (th=0x564b1d2b1090, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2414
        err = 139643245479400
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#29 0x0000564b1c127bd2 in rb_vm_check_ints (ec=0x564b1d2b22c0) at /tmp/ruby/src/trunk-O0/vm_core.h:2028
No locals.
#30 0x0000564b1c12f6ad in vm_pop_frame (ec=0x564b1d2b22c0, cfp=0x7f01547d5ef8, ep=0x7f01546d60e0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419
        flags = 1431634051
#31 0x0000564b1c12f6f9 in rb_vm_pop_frame (ec=0x564b1d2b22c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428
No locals.
#32 0x0000564b1c139436 in vm_call_cfunc_with_frame_ (ec=0x564b1d2b22c0, reg_cfp=0x7f01547d5f30, calling=0x7ffc4a809430, argc=1, argv=0x7f01546d60c8, stack_bottom=0x7f01546d60c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3507
        ci = 0x2d00100003
        cc = 0x7f013a0ae668
        val = 139643245479080
        me = 0x7f013b22fa90
        cfunc = 0x564b1d307c58
        recv = 139643245479440
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#33 0x0000564b1c1395a5 in vm_call_cfunc_with_frame (ec=0x564b1d2b22c0, reg_cfp=0x7f01547d5f30, calling=0x7ffc4a809430) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3531
        argc = 1
        stack_bottom = 0x7f01546d60c0
        argv = 0x7f01546d60c8
#34 0x0000564b1c1396bd in vm_call_cfunc_other (ec=0x564b1d2b22c0, reg_cfp=0x7f01547d5f30, calling=0x7ffc4a809430) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3557
        ci = 0x2d00100003
        argv_ary = 0
#35 0x0000564b1c139ae5 in vm_call_cfunc (ec=0x564b1d2b22c0, reg_cfp=0x7f01547d5f30, calling=0x7ffc4a809430) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3639
        ci = 0x2d00100003
#36 0x0000564b1c13c32e in vm_call_method_each_type (ec=0x564b1d2b22c0, cfp=0x7f01547d5f30, calling=0x7ffc4a809430) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 2007
        ivar_mask = 0
        ci = 0x2d00100003
        cc = 0x7f013a0ae668
        cme = 0x7f013b22fa90
        v = 94880613889400
#37 0x0000564b1c13cdda in vm_call_method (ec=0x564b1d2b22c0, cfp=0x7f01547d5f30, calling=0x7ffc4a809430) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x2d00100003
        cc = 0x7f013a0ae668
#38 0x0000564b1c13cfdc in vm_call_general (ec=0x564b1d2b22c0, reg_cfp=0x7f01547d5f30, calling=0x7ffc4a809430) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#39 0x0000564b1c13f661 in vm_sendish (ec=0x564b1d2b22c0, reg_cfp=0x7f01547d5f30, cd=0x564b1d45fa20, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x2d00100003
        cc = 0x7f013a0ae668
        argc = 1
        recv = 139643245479440
        calling = {cd = 0x564b1d45fa20, cc = 0x7f013a0ae668, block_handler = 0, recv = 139643245479440, argc = 1, kw_splat = false, heap_argv = 0}
#40 0x0000564b1c146b26 in vm_exec_core (ec=0x564b1d2b22c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x564b1d45fa20
        leaf = false
        val = 139643245479440
        reg_pc = 0x564b1d45bee8
        reg_cfp = 0x7f01547d5f30
        insns_address_table = {0x564b1c1432c9 <vm_exec_core+108>, 0x564b1c14332b <vm_exec_core+206>, 0x564b1c14343e <vm_exec_core+481>, 0x564b1c143552 <vm_exec_core+757>, 0x564b1c1436f0 <vm_exec_core+1171>, 0x564b1c143820 <vm_exec_core+1475>, 0x564b1c143a32 <vm_exec_core+2005>, 0x564b1c143b44 <vm_exec_core+2279>, 0x564b1c143c1d <vm_exec_core+2496>, 0x564b1c143d24 <vm_exec_core+2759>, 0x564b1c143e2b <vm_exec_core+3022>, 0x564b1c143f39 <vm_exec_core+3292>, 0x564b1c14404b <vm_exec_core+3566>, 0x564b1c14411b <vm_exec_core+3774>, 0x564b1c144224 <vm_exec_core+4039>, 0x564b1c14431e <vm_exec_core+4289>, 0x564b1c1443e1 <vm_exec_core+4484>, 0x564b1c1444a4 <vm_exec_core+4679>, 0x564b1c14452d <vm_exec_core+4816>, 0x564b1c1445b9 <vm_exec_core+4956>, 0x564b1c14465f <vm_exec_core+5122>, 0x564b1c144737 <vm_exec_core+5338>, 0x564b1c144804 <vm_exec_core+5543>, 0x564b1c1448e2 <vm_exec_core+5765>, 0x564b1c1449a4 <vm_exec_core+5959>, 0x564b1c144ae3 <vm_exec_core+6278>, 0x564b1c144b89 <vm_exec_core+6444>, 0x564b1c144c6e <vm_exec_core+6673>, 0x564b1c144d9d <vm_exec_core+6976>, 0x564b1c144e60 <vm_exec_core+7171>, 0x564b1c144f23 <vm_exec_core+7366>, 0x564b1c14501b <vm_exec_core+7614>, 0x564b1c1450dd <vm_exec_core+7808>, 0x564b1c1451bc <vm_exec_core+8031>, 0x564b1c1452cc <vm_exec_core+8303>, 0x564b1c1453c6 <vm_exec_core+8553>, 0x564b1c145441 <vm_exec_core+8676>, 0x564b1c145502 <vm_exec_core+8869>, 0x564b1c1455f0 <vm_exec_core+9107>, 0x564b1c1456a0 <vm_exec_core+9283>, 0x564b1c14581f <vm_exec_core+9666>, 0x564b1c1458f9 <vm_exec_core+9884>, 0x564b1c1459e5 <vm_exec_core+10120>, 0x564b1c145a76 <vm_exec_core+10265>, 0x564b1c145bd1 <vm_exec_core+10612>, 0x564b1c146173 <vm_exec_core+12054>, 0x564b1c14626f <vm_exec_core+12306>, 0x564b1c146372 <vm_exec_core+12565>, 0x564b1c14645e <vm_exec_core+12801>, 0x564b1c146677 <vm_exec_core+13338>, 0x564b1c146769 <vm_exec_core+13580>, 0x564b1c14686f <vm_exec_core+13842>, 0x564b1c146a6c <vm_exec_core+14351>, 0x564b1c146c15 <vm_exec_core+14776>, 0x564b1c146d40 <vm_exec_core+15075>, 0x564b1c146eac <vm_exec_core+15439>, 0x564b1c146fd7 <vm_exec_core+15738>, 0x564b1c147143 <vm_exec_core+16102>, 0x564b1c147325 <vm_exec_core+16584>, 0x564b1c147522 <vm_exec_core+17093>, 0x564b1c1476cb <vm_exec_core+17518>, 0x564b1c1477ed <vm_exec_core+17808>, 0x564b1c147894 <vm_exec_core+17975>, 0x564b1c147958 <vm_exec_core+18171>, 0x564b1c147a41 <vm_exec_core+18404>, 0x564b1c147b2d <vm_exec_core+18640>, 0x564b1c147c16 <vm_exec_core+18873>, 0x564b1c147d2a <vm_exec_core+19149>, 0x564b1c147e51 <vm_exec_core+19444>, 0x564b1c147f87 <vm_exec_core+19754>, 0x564b1c1480bd <vm_exec_core+20064>, 0x564b1c1481f3 <vm_exec_core+20374>, 0x564b1c148329 <vm_exec_core+20684>, 0x564b1c14845f <vm_exec_core+20994>, 0x564b1c1485a0 <vm_exec_core+21315>, 0x564b1c14871a <vm_exec_core+21693>, 0x564b1c148850 <vm_exec_core+22003>, 0x564b1c148986 <vm_exec_core+22313>, 0x564b1c148abc <vm_exec_core+22623>, 0x564b1c148bf2 <vm_exec_core+22933>, 0x564b1c148d28 <vm_exec_core+23243>, 0x564b1c148e5e <vm_exec_core+23553>, 0x564b1c148f94 <vm_exec_core+23863>, 0x564b1c1490ca <vm_exec_core+24173>, 0x564b1c149219 <vm_exec_core+24508>, 0x564b1c1493d3 <vm_exec_core+24950>, 0x564b1c149551 <vm_exec_core+25332>, 0x564b1c149670 <vm_exec_core+25619>, 0x564b1c14978f <vm_exec_core+25906>, 0x564b1c1498a9 <vm_exec_core+26188>, 0x564b1c1499c3 <vm_exec_core+26470>, 0x564b1c149aee <vm_exec_core+26769>, 0x564b1c149c24 <vm_exec_core+27079>, 0x564b1c149d0f <vm_exec_core+27314>, 0x564b1c149e14 <vm_exec_core+27575>, 0x564b1c149f5c <vm_exec_core+27903>, 0x564b1c14a04b <vm_exec_core+28142>, 0x564b1c14a11f <vm_exec_core+28354>, 0x564b1c14a1f4 <vm_exec_core+28567>, 0x564b1c14a2de <vm_exec_core+28801>, 0x564b1c14a35a <vm_exec_core+28925>, 0x564b1c14a3d6 <vm_exec_core+29049>, 0x564b1c14a3f4 <vm_exec_core+29079>, 0x564b1c14a412 <vm_exec_core+29109>, 0x564b1c14a430 <vm_exec_core+29139>, 0x564b1c14a44e <vm_exec_core+29169>, 0x564b1c14a46c <vm_exec_core+29199>, 0x564b1c14a48a <vm_exec_core+29229>, 0x564b1c14a4a8 <vm_exec_core+29259>, 0x564b1c14a4c6 <vm_exec_core+29289>, 0x564b1c14a4e4 <vm_exec_core+29319>, 0x564b1c14a502 <vm_exec_core+29349>, 0x564b1c14a520 <vm_exec_core+29379>, 0x564b1c14a53e <vm_exec_core+29409>, 0x564b1c14a55c <vm_exec_core+29439>, 0x564b1c14a57a <vm_exec_core+29469>, 0x564b1c14a598 <vm_exec_core+29499>, 0x564b1c14a5b6 <vm_exec_core+29529>, 0x564b1c14a5d4 <vm_exec_core+29559>, 0x564b1c14a5f2 <vm_exec_core+29589>, 0x564b1c14a610 <vm_exec_core+29619>, 0x564b1c14a62e <vm_exec_core+29649>, 0x564b1c14a64c <vm_exec_core+29679>, 0x564b1c14a66a <vm_exec_core+29709>, 0x564b1c14a688 <vm_exec_core+29739>, 0x564b1c14a6a6 <vm_exec_core+29769>, 0x564b1c14a6c4 <vm_exec_core+29799>, 0x564b1c14a6e2 <vm_exec_core+29829>, 0x564b1c14a700 <vm_exec_core+29859>, 0x564b1c14a71e <vm_exec_core+29889>, 0x564b1c14a73c <vm_exec_core+29919>, 0x564b1c14a75a <vm_exec_core+29949>, 0x564b1c14a778 <vm_exec_core+29979>, 0x564b1c14a796 <vm_exec_core+30009>, 0x564b1c14a7b4 <vm_exec_core+30039>, 0x564b1c14a7d2 <vm_exec_core+30069>, 0x564b1c14a7f0 <vm_exec_core+30099>, 0x564b1c14a80e <vm_exec_core+30129>, 0x564b1c14a82c <vm_exec_core+30159>, 0x564b1c14a84a <vm_exec_core+30189>, 0x564b1c14a868 <vm_exec_core+30219>, 0x564b1c14a886 <vm_exec_core+30249>, 0x564b1c14a8a4 <vm_exec_core+30279>, 0x564b1c14a8c2 <vm_exec_core+30309>, 0x564b1c14a8e0 <vm_exec_core+30339>, 0x564b1c14a8fe <vm_exec_core+30369>, 0x564b1c14a91c <vm_exec_core+30399>, 0x564b1c14a93a <vm_exec_core+30429>, 0x564b1c14a958 <vm_exec_core+30459>, 0x564b1c14a976 <vm_exec_core+30489>, 0x564b1c14a994 <vm_exec_core+30519>, 0x564b1c14a9b2 <vm_exec_core+30549>, 0x564b1c14a9d0 <vm_exec_core+30579>, 0x564b1c14a9ee <vm_exec_core+30609>, 0x564b1c14aa0c <vm_exec_core+30639>, 0x564b1c14aa2a <vm_exec_core+30669>, 0x564b1c14aa48 <vm_exec_core+30699>, 0x564b1c14aa66 <vm_exec_core+30729>, 0x564b1c14aa84 <vm_exec_core+30759>, 0x564b1c14aaa2 <vm_exec_core+30789>, 0x564b1c14aac0 <vm_exec_core+30819>, 0x564b1c14aade <vm_exec_core+30849>, 0x564b1c14aafc <vm_exec_core+30879>, 0x564b1c14ab1a <vm_exec_core+30909>, 0x564b1c14ab38 <vm_exec_core+30939>, 0x564b1c14ab56 <vm_exec_core+30969>, 0x564b1c14ab74 <vm_exec_core+30999>, 0x564b1c14ab92 <vm_exec_core+31029>, 0x564b1c14abb0 <vm_exec_core+31059>, 0x564b1c14abce <vm_exec_core+31089>, 0x564b1c14abec <vm_exec_core+31119>, 0x564b1c14ac0a <vm_exec_core+31149>, 0x564b1c14ac28 <vm_exec_core+31179>, 0x564b1c14ac46 <vm_exec_core+31209>, 0x564b1c14ac64 <vm_exec_core+31239>, 0x564b1c14ac82 <vm_exec_core+31269>, 0x564b1c14acb3 <vm_exec_core+31318>, 0x564b1c14acd1 <vm_exec_core+31348>, 0x564b1c14acef <vm_exec_core+31378>, 0x564b1c14ad0d <vm_exec_core+31408>, 0x564b1c14ad2b <vm_exec_core+31438>, 0x564b1c14ad49 <vm_exec_core+31468>, 0x564b1c14ad67 <vm_exec_core+31498>, 0x564b1c14ad85 <vm_exec_core+31528>, 0x564b1c14ada3 <vm_exec_core+31558>, 0x564b1c14adc1 <vm_exec_core+31588>, 0x564b1c14addf <vm_exec_core+31618>, 0x564b1c14adfd <vm_exec_core+31648>, 0x564b1c14ae1b <vm_exec_core+31678>, 0x564b1c14ae39 <vm_exec_core+31708>, 0x564b1c14ae57 <vm_exec_core+31738>, 0x564b1c14ae75 <vm_exec_core+31768>, 0x564b1c14ae93 <vm_exec_core+31798>, 0x564b1c14aeb1 <vm_exec_core+31828>, 0x564b1c14aecf <vm_exec_core+31858>, 0x564b1c14aeed <vm_exec_core+31888>, 0x564b1c14af0b <vm_exec_core+31918>, 0x564b1c14af29 <vm_exec_core+31948>, 0x564b1c14af47 <vm_exec_core+31978>, 0x564b1c14af65 <vm_exec_core+32008>...}
#41 0x0000564b1c15d0e1 in vm_exec_loop (ec=0x564b1d2b22c0, state=RUBY_TAG_RETURN, tag=0x7ffc4a80a0b0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2499
No locals.
#42 0x0000564b1c15d039 in rb_vm_exec (ec=0x564b1d2b22c0) at /tmp/ruby/src/trunk-O0/vm.c:2478
        _ec = 0x564b1d2b22c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc4a80a130, 0x564b1c15cf64 <rb_vm_exec+174>, 0x0, 0x7ffc4a80a080, 0x7ffc4a80a100}, prev = 0x7ffc4a80a500, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#43 0x0000564b1c151c09 in vm_call0_body (ec=0x564b1d2b22c0, calling=0x7ffc4a80a2a0, argv=0x7ffc4a80a480) at /tmp/ruby/src/trunk-O0/vm_eval.c:229
        reg_cfp = 0x7f01547d5fd8
        i = 1
        ci = 0x7ffc4a80a270
        cc = 0x7ffc4a80a340
        ret = 140721558430144
#44 0x0000564b1c151484 in vm_call0_cc (ec=0x564b1d2b22c0, recv=139643245492240, id=8337, argc=1, argv=0x7ffc4a80a480, cc=0x7ffc4a80a340, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 64
        use_argv = 0x7ffc4a80a480
        av = {94880596086424, 140721558430492}
        calling = {cd = 0x7ffc4a80a260, cc = 0x7ffc4a80a340, block_handler = 0, recv = 139643245492240, argc = 1, kw_splat = true, heap_argv = 0}
#45 0x0000564b1c151225 in rb_vm_call0 (ec=0x564b1d2b22c0, recv=139643245492240, id=8337, argc=1, argv=0x7ffc4a80a480, cme=0x7f013a0af680, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7f013a0af680, call_ = 0x564b1c13cfad <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#46 0x0000564b1c15247e in rb_vm_call_kw (ec=0x564b1d2b22c0, recv=139643245492240, id=8337, argc=1, argv=0x7ffc4a80a480, me=0x7f013a0af680, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:326
No locals.
#47 0x0000564b1c1532e0 in rb_check_funcall_default_kw (recv=139643245492240, mid=8337, argc=1, argv=0x7ffc4a80a480, def=36, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:709
        klass = 139643263964160
        me = 0x7f013a0af680
        ec = 0x564b1d2b22c0
        respond = -1
#48 0x0000564b1c15317d in rb_check_funcall_kw (recv=139643245492240, mid=8337, argc=1, argv=0x7ffc4a80a480, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:679
No locals.
#49 0x0000564b1c3340d5 in rb_get_detailed_message (exc=139643245492240, opt=139643245228200) at /tmp/ruby/src/trunk-O0/error.c:1490
        e = 36
#50 0x0000564b1bf44f51 in rb_ec_error_print_detailed (ec=0x564b1d2b22c0, errinfo=139643245492240, str=139643245492720, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:374
        _ec = 0x564b1d2b22c0
        _tag = {tag = 36, retval = 0, buf = {0x7ffc4a80a580, 0x564b1bf44ec0 <rb_ec_error_print_detailed+356>, 0x0, 0x7ffc4a80a4b0, 0x0}, prev = 0x7ffc4a80a5f0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 139643245491880
        written = false
        emesg = 4
        opt = 139643245228200
        highlight = 0
#51 0x0000564b1bf464e1 in rb_ec_cleanup (ec=0x564b1d2b22c0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 139643245492240
        mode0 = 0
        mode1 = 3
        _ec = 0x564b1d2b22c0
        _tag = {tag = 36, retval = 94880591535570, buf = {0x7ffc4a80a670, 0x564b1bf462ca <rb_ec_cleanup+279>, 0x0, 0x7ffc4a80a590, 0x564b1d2b22c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x564b1d2b1090
        th0 = 0x564b1d2b1090
        step = 2
        message = 4
        buf = 139643245492720
#52 0x0000564b1bf46968 in ruby_run_node (n=0x7f013a12f2e0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x564b1d2b22c0
        status = 22091
#53 0x0000564b1bf422f4 in rb_main (argc=2, argv=0x7ffc4a80a818) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140721558431472
#54 0x0000564b1bf42355 in main (argc=2, argv=0x7ffc4a80a818) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)


$ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.146525.ruby -x gdbscript
[New LWP 146525]
[New LWP 146527]
[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-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  0x000056268523368e in rb_gc_mark_and_move (ptr=0x5626867efc50) at /tmp/ruby/src/trunk-O0/gc.c:6986
6986	    if (RB_SPECIAL_CONST_P(*ptr)) return;
[Current thread is 1 (Thread 0x7fd76347e7c0 (LWP 146525))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7fd76347e7c0 (LWP 146525) 0x000056268523368e in rb_gc_mark_and_move (ptr=0x5626867efc50) at /tmp/ruby/src/trunk-O0/gc.c:6986
  2    Thread 0x7fd749e9f640 (LWP 146527) 0x00007fd7635a6fde in epoll_wait (epfd=4, events=0x56268582e25c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fd749e9f640 (LWP 146527)):
#0  0x00007fd7635a6fde in epoll_wait (epfd=4, events=0x56268582e25c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x00005626853bc888 in timer_thread_polling (vm=0x56268670fb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:721
        r = -876458421
#2  0x00005626853bcf30 in timer_thread_func (ptr=0x56268670fb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2969
        vm = 0x56268670fb10
#3  0x00007fd763515b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140728235299024, -6856707046127651822, 140562634765888, 25, 140563060971600, 140728235299376, 6878833462902830098, 6878918472767026194}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#4  0x00007fd7635a6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fd76347e7c0 (LWP 146525)):
#0  0x000056268523368e in rb_gc_mark_and_move (ptr=0x5626867efc50) at /tmp/ruby/src/trunk-O0/gc.c:6986
        objspace = 0x562686712260
        __func__ = <optimized out>
#1  0x000056268527a406 in rb_iseq_mark_and_move (iseq=0x7fd748e16190, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:327
        body = 0x5626867efb80
#2  0x0000562685233b9b in gc_mark_imemo (objspace=0x562686712260, obj=140562617426320) at /tmp/ruby/src/trunk-O0/gc.c:7120
        __func__ = <optimized out>
#3  0x0000562685233e97 in gc_mark_children (objspace=0x562686712260, obj=140562617426320) at /tmp/ruby/src/trunk-O0/gc.c:7239
        any = 0x7fd748e16190
#4  0x0000562685234765 in gc_mark_stacked_objects (objspace=0x562686712260, incremental=1, count=2147483647) at /tmp/ruby/src/trunk-O0/gc.c:7434
        mstack = 0x5626867126e8
        obj = 140562617426320
        marked_slots_at_the_beginning = 744
        popped_count = 1525
#5  0x00005626852348bd in gc_mark_stacked_objects_incremental (objspace=0x562686712260, count=2147483647) at /tmp/ruby/src/trunk-O0/gc.c:7466
No locals.
#6  0x0000562685236ba9 in gc_marks_rest (objspace=0x562686712260) at /tmp/ruby/src/trunk-O0/gc.c:8656
No locals.
#7  0x0000562685238b56 in gc_rest (objspace=0x562686712260) at /tmp/ruby/src/trunk-O0/gc.c:9491
        lock_lev = 9339
        marking = 1
        sweeping = 0
#8  0x0000562685238703 in garbage_collect (objspace=0x562686712260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9345
        _lev = 3631841904
        ret = 32765
#9  0x0000562685239197 in garbage_collect_with_gvl (objspace=0x562686712260, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9728
No locals.
#10 0x000056268524005a in objspace_malloc_gc_stress (objspace=0x562686712260) at /tmp/ruby/src/trunk-O0/gc.c:12169
        reason = 45568
#11 0x000056268524033d in objspace_xmalloc0 (objspace=0x562686712260, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12371
        gpr = 107008
        mem = 0x4a300004a31
#12 0x000056268524065a in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12595
No locals.
#13 0x0000562685240690 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12604
No locals.
#14 0x0000562685243fbb in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14177
No locals.
#15 0x000056268540165d in vm_ccs_create (klass=140562634894400, cc_tbl=0x562686864cc0, mid=18993, cme=0x7fd749ec6f58) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1968
        ccs = 0xffffffff000004a3
#16 0x000056268541cfa8 in cache_callable_method_entry (klass=140562634894400, mid=18993, cme=0x7fd749ec6f58) at /tmp/ruby/src/trunk-O0/vm_method.c:1321
        cc_tbl = 0x562686864cc0
        ccs_data = 94723444427823
#17 0x000056268541d16a in callable_method_entry_or_negative (klass=140562634894400, mid=18993, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1369
        defined_class = 140562634894400
        me = 0x7fd749ec6f58
        _lev = 22054
        cme = 0x7fd749ec6f58
#18 0x000056268541d1fc in callable_method_entry (klass=140562634894400, mid=18993, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1389
        cme = 0x7ffdd8798488
#19 0x000056268541d25f in rb_callable_method_entry (klass=140562634894400, mid=18993) at /tmp/ruby/src/trunk-O0/vm_method.c:1396
No locals.
#20 0x00005626854019db in vm_search_cc (klass=140562634894400, ci=0x4a3100100003) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2106
        mid = 18993
        cc_tbl = 0x562686864cc0
        ccs = 0x0
        ccs_data = 140562634937560
        cme = 0x0
        cc = 0x7fd748d5f0a8
#21 0x0000562685401b18 in rb_vm_search_method_slowpath (ci=0x4a3100100003, klass=140562634894400) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2155
        _lev = 32727
        cc = 0x7ffdd8798560
#22 0x0000562685401b7f in vm_search_method_slowpath0 (cd_owner=140562617340160, cd=0x5626868d5580, klass=140562634894400) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2176
        cc = 0x7fd749ebec40
        empty_cc = 0x562685819980 <vm_empty_cc>
#23 0x000056268540e632 in vm_search_method_fastpath (klass=140562634894400, cd=0x5626868d5580, cd_owner=140562617340160) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:2237
        cc = 0x562685819980 <vm_empty_cc>
#24 vm_sendish (ec=0x5626867132c0, reg_cfp=0x7fd76347cf30, cd=0x5626868d5580, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5580
        val = 36
        ci = 0x4a3100100003
        cc = 0x7fd748d5f0a8
        argc = 1
        recv = 140562634894560
        calling = {cd = 0x5626868d5580, cc = 0x0, block_handler = 0, recv = 140562634894560, argc = 1, kw_splat = false, heap_argv = 0}
#25 0x0000562685415b26 in vm_exec_core (ec=0x5626867132c0) at ../../src/trunk-O0/insns.def:822
        bh = 0
        cd = 0x5626868d5580
        leaf = false
        val = 140562616675840
        reg_pc = 0x5626868d52c0
        reg_cfp = 0x7fd76347cf30
        insns_address_table = {0x5626854122c9 <vm_exec_core+108>, 0x56268541232b <vm_exec_core+206>, 0x56268541243e <vm_exec_core+481>, 0x562685412552 <vm_exec_core+757>, 0x5626854126f0 <vm_exec_core+1171>, 0x562685412820 <vm_exec_core+1475>, 0x562685412a32 <vm_exec_core+2005>, 0x562685412b44 <vm_exec_core+2279>, 0x562685412c1d <vm_exec_core+2496>, 0x562685412d24 <vm_exec_core+2759>, 0x562685412e2b <vm_exec_core+3022>, 0x562685412f39 <vm_exec_core+3292>, 0x56268541304b <vm_exec_core+3566>, 0x56268541311b <vm_exec_core+3774>, 0x562685413224 <vm_exec_core+4039>, 0x56268541331e <vm_exec_core+4289>, 0x5626854133e1 <vm_exec_core+4484>, 0x5626854134a4 <vm_exec_core+4679>, 0x56268541352d <vm_exec_core+4816>, 0x5626854135b9 <vm_exec_core+4956>, 0x56268541365f <vm_exec_core+5122>, 0x562685413737 <vm_exec_core+5338>, 0x562685413804 <vm_exec_core+5543>, 0x5626854138e2 <vm_exec_core+5765>, 0x5626854139a4 <vm_exec_core+5959>, 0x562685413ae3 <vm_exec_core+6278>, 0x562685413b89 <vm_exec_core+6444>, 0x562685413c6e <vm_exec_core+6673>, 0x562685413d9d <vm_exec_core+6976>, 0x562685413e60 <vm_exec_core+7171>, 0x562685413f23 <vm_exec_core+7366>, 0x56268541401b <vm_exec_core+7614>, 0x5626854140dd <vm_exec_core+7808>, 0x5626854141bc <vm_exec_core+8031>, 0x5626854142cc <vm_exec_core+8303>, 0x5626854143c6 <vm_exec_core+8553>, 0x562685414441 <vm_exec_core+8676>, 0x562685414502 <vm_exec_core+8869>, 0x5626854145f0 <vm_exec_core+9107>, 0x5626854146a0 <vm_exec_core+9283>, 0x56268541481f <vm_exec_core+9666>, 0x5626854148f9 <vm_exec_core+9884>, 0x5626854149e5 <vm_exec_core+10120>, 0x562685414a76 <vm_exec_core+10265>, 0x562685414bd1 <vm_exec_core+10612>, 0x562685415173 <vm_exec_core+12054>, 0x56268541526f <vm_exec_core+12306>, 0x562685415372 <vm_exec_core+12565>, 0x56268541545e <vm_exec_core+12801>, 0x562685415677 <vm_exec_core+13338>, 0x562685415769 <vm_exec_core+13580>, 0x56268541586f <vm_exec_core+13842>, 0x562685415a6c <vm_exec_core+14351>, 0x562685415c15 <vm_exec_core+14776>, 0x562685415d40 <vm_exec_core+15075>, 0x562685415eac <vm_exec_core+15439>, 0x562685415fd7 <vm_exec_core+15738>, 0x562685416143 <vm_exec_core+16102>, 0x562685416325 <vm_exec_core+16584>, 0x562685416522 <vm_exec_core+17093>, 0x5626854166cb <vm_exec_core+17518>, 0x5626854167ed <vm_exec_core+17808>, 0x562685416894 <vm_exec_core+17975>, 0x562685416958 <vm_exec_core+18171>, 0x562685416a41 <vm_exec_core+18404>, 0x562685416b2d <vm_exec_core+18640>, 0x562685416c16 <vm_exec_core+18873>, 0x562685416d2a <vm_exec_core+19149>, 0x562685416e51 <vm_exec_core+19444>, 0x562685416f87 <vm_exec_core+19754>, 0x5626854170bd <vm_exec_core+20064>, 0x5626854171f3 <vm_exec_core+20374>, 0x562685417329 <vm_exec_core+20684>, 0x56268541745f <vm_exec_core+20994>, 0x5626854175a0 <vm_exec_core+21315>, 0x56268541771a <vm_exec_core+21693>, 0x562685417850 <vm_exec_core+22003>, 0x562685417986 <vm_exec_core+22313>, 0x562685417abc <vm_exec_core+22623>, 0x562685417bf2 <vm_exec_core+22933>, 0x562685417d28 <vm_exec_core+23243>, 0x562685417e5e <vm_exec_core+23553>, 0x562685417f94 <vm_exec_core+23863>, 0x5626854180ca <vm_exec_core+24173>, 0x562685418219 <vm_exec_core+24508>, 0x5626854183d3 <vm_exec_core+24950>, 0x562685418551 <vm_exec_core+25332>, 0x562685418670 <vm_exec_core+25619>, 0x56268541878f <vm_exec_core+25906>, 0x5626854188a9 <vm_exec_core+26188>, 0x5626854189c3 <vm_exec_core+26470>, 0x562685418aee <vm_exec_core+26769>, 0x562685418c24 <vm_exec_core+27079>, 0x562685418d0f <vm_exec_core+27314>, 0x562685418e14 <vm_exec_core+27575>, 0x562685418f5c <vm_exec_core+27903>, 0x56268541904b <vm_exec_core+28142>, 0x56268541911f <vm_exec_core+28354>, 0x5626854191f4 <vm_exec_core+28567>, 0x5626854192de <vm_exec_core+28801>, 0x56268541935a <vm_exec_core+28925>, 0x5626854193d6 <vm_exec_core+29049>, 0x5626854193f4 <vm_exec_core+29079>, 0x562685419412 <vm_exec_core+29109>, 0x562685419430 <vm_exec_core+29139>, 0x56268541944e <vm_exec_core+29169>, 0x56268541946c <vm_exec_core+29199>, 0x56268541948a <vm_exec_core+29229>, 0x5626854194a8 <vm_exec_core+29259>, 0x5626854194c6 <vm_exec_core+29289>, 0x5626854194e4 <vm_exec_core+29319>, 0x562685419502 <vm_exec_core+29349>, 0x562685419520 <vm_exec_core+29379>, 0x56268541953e <vm_exec_core+29409>, 0x56268541955c <vm_exec_core+29439>, 0x56268541957a <vm_exec_core+29469>, 0x562685419598 <vm_exec_core+29499>, 0x5626854195b6 <vm_exec_core+29529>, 0x5626854195d4 <vm_exec_core+29559>, 0x5626854195f2 <vm_exec_core+29589>, 0x562685419610 <vm_exec_core+29619>, 0x56268541962e <vm_exec_core+29649>, 0x56268541964c <vm_exec_core+29679>, 0x56268541966a <vm_exec_core+29709>, 0x562685419688 <vm_exec_core+29739>, 0x5626854196a6 <vm_exec_core+29769>, 0x5626854196c4 <vm_exec_core+29799>, 0x5626854196e2 <vm_exec_core+29829>, 0x562685419700 <vm_exec_core+29859>, 0x56268541971e <vm_exec_core+29889>, 0x56268541973c <vm_exec_core+29919>, 0x56268541975a <vm_exec_core+29949>, 0x562685419778 <vm_exec_core+29979>, 0x562685419796 <vm_exec_core+30009>, 0x5626854197b4 <vm_exec_core+30039>, 0x5626854197d2 <vm_exec_core+30069>, 0x5626854197f0 <vm_exec_core+30099>, 0x56268541980e <vm_exec_core+30129>, 0x56268541982c <vm_exec_core+30159>, 0x56268541984a <vm_exec_core+30189>, 0x562685419868 <vm_exec_core+30219>, 0x562685419886 <vm_exec_core+30249>, 0x5626854198a4 <vm_exec_core+30279>, 0x5626854198c2 <vm_exec_core+30309>, 0x5626854198e0 <vm_exec_core+30339>, 0x5626854198fe <vm_exec_core+30369>, 0x56268541991c <vm_exec_core+30399>, 0x56268541993a <vm_exec_core+30429>, 0x562685419958 <vm_exec_core+30459>, 0x562685419976 <vm_exec_core+30489>, 0x562685419994 <vm_exec_core+30519>, 0x5626854199b2 <vm_exec_core+30549>, 0x5626854199d0 <vm_exec_core+30579>, 0x5626854199ee <vm_exec_core+30609>, 0x562685419a0c <vm_exec_core+30639>, 0x562685419a2a <vm_exec_core+30669>, 0x562685419a48 <vm_exec_core+30699>, 0x562685419a66 <vm_exec_core+30729>, 0x562685419a84 <vm_exec_core+30759>, 0x562685419aa2 <vm_exec_core+30789>, 0x562685419ac0 <vm_exec_core+30819>, 0x562685419ade <vm_exec_core+30849>, 0x562685419afc <vm_exec_core+30879>, 0x562685419b1a <vm_exec_core+30909>, 0x562685419b38 <vm_exec_core+30939>, 0x562685419b56 <vm_exec_core+30969>, 0x562685419b74 <vm_exec_core+30999>, 0x562685419b92 <vm_exec_core+31029>, 0x562685419bb0 <vm_exec_core+31059>, 0x562685419bce <vm_exec_core+31089>, 0x562685419bec <vm_exec_core+31119>, 0x562685419c0a <vm_exec_core+31149>, 0x562685419c28 <vm_exec_core+31179>, 0x562685419c46 <vm_exec_core+31209>, 0x562685419c64 <vm_exec_core+31239>, 0x562685419c82 <vm_exec_core+31269>, 0x562685419cb3 <vm_exec_core+31318>, 0x562685419cd1 <vm_exec_core+31348>, 0x562685419cef <vm_exec_core+31378>, 0x562685419d0d <vm_exec_core+31408>, 0x562685419d2b <vm_exec_core+31438>, 0x562685419d49 <vm_exec_core+31468>, 0x562685419d67 <vm_exec_core+31498>, 0x562685419d85 <vm_exec_core+31528>, 0x562685419da3 <vm_exec_core+31558>, 0x562685419dc1 <vm_exec_core+31588>, 0x562685419ddf <vm_exec_core+31618>, 0x562685419dfd <vm_exec_core+31648>, 0x562685419e1b <vm_exec_core+31678>, 0x562685419e39 <vm_exec_core+31708>, 0x562685419e57 <vm_exec_core+31738>, 0x562685419e75 <vm_exec_core+31768>, 0x562685419e93 <vm_exec_core+31798>, 0x562685419eb1 <vm_exec_core+31828>, 0x562685419ecf <vm_exec_core+31858>, 0x562685419eed <vm_exec_core+31888>, 0x562685419f0b <vm_exec_core+31918>, 0x562685419f29 <vm_exec_core+31948>, 0x562685419f47 <vm_exec_core+31978>, 0x562685419f65 <vm_exec_core+32008>...}
#26 0x000056268542c0e1 in vm_exec_loop (ec=0x5626867132c0, state=RUBY_TAG_RAISE, tag=0x7ffdd8799270, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2499
No locals.
#27 0x000056268542c039 in rb_vm_exec (ec=0x5626867132c0) at /tmp/ruby/src/trunk-O0/vm.c:2478
        _ec = 0x5626867132c0
        _tag = {tag = 36, retval = 4, buf = {0x7ffdd87992f0, 0x56268542bf64 <rb_vm_exec+174>, 0x0, 0x7ffdd8799240, 0x7ffdd8799588}, prev = 0x7ffdd8799360, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#28 0x000056268542ce35 in rb_iseq_eval_main (iseq=0x7fd748de80d8) at /tmp/ruby/src/trunk-O0/vm.c:2738
        ec = 0x5626867132c0
        val = 94723464311488
#29 0x00005626852157eb in rb_ec_exec_node (ec=0x5626867132c0, n=0x7fd748de80d8) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x562686712090
        _ec = 0x5626867132c0
        _tag = {tag = 36, retval = 94723442298322, buf = {0x7ffdd87993e0, 0x562685215781 <rb_ec_exec_node+196>, 0x0, 0x7ffdd8799330, 0x5626867132c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fd748de80d8
#30 0x0000562685215958 in ruby_run_node (n=0x7fd748de80d8) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5626867132c0
        status = 22054
#31 0x00005626852112f4 in rb_main (argc=134, argv=0x7ffdd8799588) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140728235299936
#32 0x0000562685211355 in main (argc=134, argv=0x7ffdd8799588) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile