# Logfile created on 2024-01-11 08:09:06 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000555d48611ca0 @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.20240111-080906", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000555d4869b3b0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000555d4869b270 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000555d4869b090 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240111-080906", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240111-080906>, @binmode=false, @mon_data=#<Monitor:0x0000555d4869afc8>, @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
$$$[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
   0ebc3f7..4088280  master     -> origin/master
Updating 0ebc3f7..4088280
Fast-forward
 .github/actions/setup/directories/action.yml |  2 +-
 .github/dependabot.yml                       |  8 ++++++++
 .github/workflows/baseruby.yml               |  2 +-
 .github/workflows/dependabot_automerge.yml   |  2 +-
 .github/workflows/mingw.yml                  |  2 +-
 .github/workflows/rjit-bindgen.yml           |  2 +-
 .github/workflows/spec_guards.yml            |  2 +-
 .github/workflows/wasm.yml                   |  4 ++--
 lib/rdoc/parser.rb                           |  6 ++++--
 test/rdoc/test_rdoc_parser.rb                | 15 ++++++++++++++-
 10 files changed, 34 insertions(+), 11 deletions(-)
Latest commit hash = 4088280643
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/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'
$$$[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/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
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc  builtin_binary.inc
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 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
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'
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 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]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving 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/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]: 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/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
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/pty'
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/openssl'
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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
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/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.9.1/ext/debug'
make[2]: Leaving 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/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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.9.1/ext/debug'
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'
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
	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
generating enc.mk
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.

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 unchanged
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'
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]: Entering 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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering 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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering 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/monitor'
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]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering 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/openssl'
make[2]: Entering 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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
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/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering 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/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'
./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.4.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.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.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.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    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.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.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.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1871 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.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/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.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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=2127
  "--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
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

Retrying...
Finished tests in 1261.482427s, 21.4438 tests/s, 7593.7617 assertions/s.
27051 tests, 9579397 assertions, 0 failures, 0 errors, 228 skips

ruby -v: ruby 3.4.0dev (2024-01-11T07:12:23Z master 4088280643) [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.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/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.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/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.4.0dev (2024-01-11T07:12:23Z master 4088280643) [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 305.465602 seconds

3728 files, 32492 examples, 148328 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.1346779.ruby -x gdbscript
[New LWP 1346779]
[New LWP 1346781]
[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  0x0000556afdcdcf4d in asan_unpoison_object (obj=140148265615360, newobj_p=false) at /tmp/ruby/src/trunk-O0/internal/sanitizers.h:183
183	    asan_unpoison_memory_region(ptr, SIZEOF_VALUE, newobj_p);
[Current thread is 1 (Thread 0x7f76e9f9d7c0 (LWP 1346779))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f76e9f9d7c0 (LWP 1346779) 0x0000556afdcdcf4d in asan_unpoison_object (obj=140148265615360, newobj_p=false) at /tmp/ruby/src/trunk-O0/internal/sanitizers.h:183
  2    Thread 0x7f76d09bf640 (LWP 1346781) 0x00007f76ea0c5fde in epoll_wait (epfd=4, events=0x556afe31383c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f76d09bf640 (LWP 1346781)):
#0  0x00007f76ea0c5fde in epoll_wait (epfd=4, events=0x556afe31383c <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  0x0000556afde78962 in event_wait (vm=0x556afe8ffb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21866
#2  0x0000556afde78986 in timer_thread_polling (vm=0x556afe8ffb10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 348763664
#3  0x0000556afde79046 in timer_thread_func (ptr=0x556afe8ffb10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x556afe8ffb10
#4  0x00007f76ea034b43 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 = {140728240444896, -6521301178242362740, 140148282750528, 25, 140148708952144, 140728240445248, 6598351895700902540, 6598471814287266444}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f76ea0c5bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f76e9f9d7c0 (LWP 1346779)):
#0  0x0000556afdcdcf4d in asan_unpoison_object (obj=140148265615360, newobj_p=false) at /tmp/ruby/src/trunk-O0/internal/sanitizers.h:183
        ptr = 0x7f76cf968000
#1  0x0000556afdce6347 in gc_sweep_plane (objspace=0x556afe902470, heap=0x556afe9024e0, p=140148265615360, bitset=10, ctx=0x7ffdd8c809e0) at /tmp/ruby/src/trunk-O0/gc.c:5670
        vp = 140148265615360
        sweep_page = 0x556afe9a5ed0
        slot_size = 40
        slot_bits = 1
        __func__ = <optimized out>
#2  0x0000556afdce670b in gc_sweep_page (objspace=0x556afe902470, heap=0x556afe9024e0, ctx=0x7ffdd8c809e0) at /tmp/ruby/src/trunk-O0/gc.c:5766
        i = 12
        sweep_page = 0x556afe9a5ed0
        __func__ = <optimized out>
        p = 140148265613320
        bits = 0x556afe9a5fe0
        bitset = 22658735625224192
        page_rvalue_count = 1638
        out_of_range_bits = 38
        bitmap_plane_count = 26
#3  0x0000556afdce708a in gc_sweep_step (objspace=0x556afe902470, size_pool=0x556afe902490, heap=0x556afe9024e0) at /tmp/ruby/src/trunk-O0/gc.c:6048
        ctx = {page = 0x556afe9a5ed0, final_slots = 0, freed_slots = 0, empty_slots = 83}
        free_slots = 42
        sweep_page = 0x556afe9a5ed0
        unlink_limit = 3
        swept_slots = 0
        pooled_slots = 129
#4  0x0000556afdce72be in gc_sweep_rest (objspace=0x556afe902470) at /tmp/ruby/src/trunk-O0/gc.c:6105
        size_pool = 0x556afe902490
        i = 0
#5  0x0000556afdce78bf in gc_sweep (objspace=0x556afe902470) at /tmp/ruby/src/trunk-O0/gc.c:6263
        immediate_sweep = 1
#6  0x0000556afdcee7c3 in gc_start (objspace=0x556afe902470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9610
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#7  0x0000556afdcee448 in garbage_collect (objspace=0x556afe902470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 8192
        ret = 0
#8  0x0000556afdceef0f in garbage_collect_with_gvl (objspace=0x556afe902470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9878
No locals.
#9  0x0000556afdcf60ee in objspace_malloc_gc_stress (objspace=0x556afe902470) at /tmp/ruby/src/trunk-O0/gc.c:12423
        reason = 45568
#10 0x0000556afdcf63d1 in objspace_xmalloc0 (objspace=0x556afe902470, size=31) at /tmp/ruby/src/trunk-O0/gc.c:12625
        gpr = 107008
        mem = 0x1f
#11 0x0000556afdcf679f in ruby_xmalloc2_body (n=31, size=1) at /tmp/ruby/src/trunk-O0/gc.c:12872
No locals.
#12 0x0000556afdcfa1ba in ruby_xmalloc2 (n=31, size=1) at /tmp/ruby/src/trunk-O0/gc.c:14473
No locals.
#13 0x0000556afde50765 in str_make_independent_expand (str=140148264595360, len=6, expand=24, termlen=1) at /tmp/ruby/src/trunk-O0/string.c:2434
        ptr = 0x7ffdd8c80c20 "\240\f\310\330\375\177"
        oldptr = 0x556afde4a89e <STR_EMBED_P+29> "H\205\300\017\224\300\311\303UH\211\345H\203\354\bH\211}\370H\213E\370\276"
        capa = 30
#14 0x0000556afde524c9 in rb_str_resize (str=140148264595360, len=30) at /tmp/ruby/src/trunk-O0/string.c:3127
        capa = 3145728
        termlen = 1
        independent = 1
        slen = 6
#15 0x0000556afde44c60 in ruby__sfvwrite (fp=0x7ffdd8c81450, uio=0x7ffdd8c80de0) at /tmp/ruby/src/trunk-O0/sprintf.c:1083
        cr = 1048576
        iov = 0xd8c80e10
        result = 140148264595360
        buf = 0x7f76cf86efbe ""
        len = 15
        n = 140148264595360
        blen = 6
        bsiz = 30
#16 0x0000556afde416d7 in BSD__sprint (fp=0x7ffdd8c81450, uio=0x7ffdd8c80de0) at /tmp/ruby/src/trunk-O0/vsnprintf.c:318
        err = -657974632
#17 0x0000556afde444e7 in BSD_vfprintf (fp=0x7ffdd8c81450, fmt0=0x556afe10d102 "from %li\v\n", ap=0x7ffdd8c814f0) at /tmp/ruby/src/trunk-O0/vsnprintf.c:1215
        nc = 5
        PRI_EXTRA_MARK_LEN = 1
        fmt = <optimized out>
        ch = 105
        n = -657974632
        cp = 0x7f76cf83f0d8 "-:3:in `<main>'"
        iovp = 0x7ffdd8c80e10
        flags = 16
        ret = 20
        width = 0
        prec = -1
        sign = 0 '\000'
        softsign = 0 '\000'
        _double = 0
        expt = -813368336
        expsize = 0
        ndig = 0
        fprec = 0
        expstr = "\217\316\375jU\000"
        ulval = 140148264399040
        base = 0
        dprec = 0
        fieldsz = 15
        realsz = 15
        size = -813249776
        xdigs = 0x0
        uio = {uio_iov = 0x7ffdd8c80e00, uio_iovcnt = 1, uio_resid = 15}
        iov = {{iov_base = 0x7f76cf83f0d8, iov_len = 15}, {iov_base = 0x20, iov_len = 140148264651080}, {iov_base = 0x7ffdd8c80e40, iov_len = 140148264651080}, {iov_base = 0x20, iov_len = 8}, {iov_base = 0x7ffdd8c80e80, iov_len = 93918013062247}, {iov_base = 0x7f76cf87c948, iov_len = 93918025754872}, {iov_base = 0x556afeb52490, iov_len = 140148264651080}, {iov_base = 0x7f76d09d8020, iov_len = 140728240446104}}
        buf = "H\311\207\317v\177\000\000p$\220\376jU\000\000\300\016\310\330\375\177\000\000\345\220\316\375jU\000\000H\311\207\317v\177\000\000p$\220\376jU\000\000\340\016\310\330\375\177\000\000\333\222\316\375jU\000\000H\311\207\317v\177\000\000p$\220\376jU\000\000 \000\000\000\000\000\000\000H\311\207\317v\177\000\000\020\017\310\330\375\177\000\000H\311\207\317v\177\000\000 \000\000\000\000\000\000\000\b\000\000\000\000\000\000\000P\017\310\330\375\177\000\000g|\316\375jU\000\000H\311\207\317v\177\000\000\370(\220\376jU\000\000\220$\265\376jU\000\000H\311\207\317v\177\000\000 \200\235\320v\177\000\000\230\032\310\330\375\177\000\000p\017\310\330\375\177\000\000"...
        ox = "\177\000\000\032"
        ebuf = 0x7ffdd8c813c7 ""
        ln = -15
        blanks = ' ' <repeats 16 times>
        zeroes = '0' <repeats 16 times>
#18 0x0000556afde45053 in ruby_vsprintf0 (result=140148264595360, p=0x7f76cf86efb9 "from ", fmt=0x556afe10d102 "from %li\v\n", ap=0x7ffdd8c814f0) at /tmp/ruby/src/trunk-O0/sprintf.c:1168
        buffer = {base = {_p = 0x7f76cf86efbe "", _w = 15, _flags = 520, _file = -12410, _bf = {_base = 0x7f76cf86efa0 "\005", _size = 0}, vwrite = 0x556afde44b45 <ruby__sfvwrite>, vextra = 0x556afde44d2a <ruby__sfvextra>}, value = 140148264399040}
        klass = 140148283075680
        coderange = 0
        scanned = 0
        blen = 140148264586000
#19 0x0000556afde453ea in rb_str_vcatf (str=140148264595360, fmt=0x556afe10d102 "from %li\v\n", ap=0x7ffdd8c814f0) at /tmp/ruby/src/trunk-O0/sprintf.c:1236
No locals.
#20 0x0000556afde454ac in rb_str_catf (str=140148264595360, format=0x556afe10d102 "from %li\v\n") at /tmp/ruby/src/trunk-O0/sprintf.c:1247
        ap = {{gp_offset = 24, fp_offset = 48, overflow_arg_area = 0x7ffdd8c815d0, reg_save_area = 0x7ffdd8c81510}}
#21 0x0000556afdcc8a49 in print_backtrace (eclass=140148283069440, errat=140148264597760, str=140148264598160, reverse=0, backtrace_limit=-1) at /tmp/ruby/src/trunk-O0/eval_error.c:259
        bt = 140148264595360
        line = 140148264399040
        i = 2
        len = 3
        threshold = 1000000000
        skip_start = -1
        width = 1
        skip_len = 0
#22 0x0000556afdcc9039 in rb_error_write (errinfo=140148264597880, emesg=4, errat=140148264597760, str=140148264598160, opt=140148264400000, highlight=0, reverse=0) at /tmp/ruby/src/trunk-O0/eval_error.c:349
        eclass = 140148283069440
        shown_causes = 0
        backtrace_limit = -1
#23 0x0000556afdcc92ed in rb_ec_error_print_detailed (ec=0x556afe9034e0, errinfo=140148264597880, str=140148264598160, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:381
        _ec = 0x556afe9034e0
        _tag = {tag = 36, retval = 0, buf = {0x7ffdd8c81800, 0x556afdcc9202 <rb_ec_error_print_detailed+372>, 0x0, 0x7ffdd8c81730, 0x0}, prev = 0x7ffdd8c81870, state = RUBY_TAG_NONE, lock_rec = 0}
        raised_flag = 0 '\000'
        errat = 140148264597760
        written = true
        emesg = 4
        opt = 140148264400000
        highlight = 0
#24 0x0000556afdcca8e3 in rb_ec_cleanup (ec=0x556afe9034e0, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230
        err = 140148264597880
        mode0 = 0
        mode1 = 3
        _ec = 0x556afe9034e0
        _tag = {tag = 36, retval = 93918012940794, buf = {0x7ffdd8c818f0, 0x556afdcca6cc <rb_ec_cleanup+295>, 0x0, 0x7ffdd8c81810, 0x556afe9034e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 1
        signaled = 0
        th = 0x556afe902090
        th0 = 0x556afe902090
        step = 2
        message = 4
        buf = 140148264598160
#25 0x0000556afdccad9a in ruby_run_node (n=0x7f76cf8b98c0) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x556afe9034e0
        status = 21866
#26 0x0000556afdcc65c4 in rb_main (argc=2, argv=0x7ffdd8c81a98) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140728240445808
#27 0x0000556afdcc6625 in main (argc=2, argv=0x7ffdd8c81a98) 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.1353638.ruby -x gdbscript
[New LWP 1353638]
[New LWP 1353640]
[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/j'.
Program terminated with signal SIGABRT, Aborted.
#0  RB_BUILTIN_TYPE (obj=139638032886200) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:192
192	}
[Current thread is 1 (Thread 0x7f001dc147c0 (LWP 1353638))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f001dc147c0 (LWP 1353638) RB_BUILTIN_TYPE (obj=139638032886200) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:192
  2    Thread 0x7f000463f640 (LWP 1353640) 0x00007f001dd3cfde in epoll_wait (epfd=4, events=0x555d3494b83c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f000463f640 (LWP 1353640)):
#0  0x00007f001dd3cfde in epoll_wait (epfd=4, events=0x555d3494b83c <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  0x0000555d344b0962 in event_wait (vm=0x555d36104b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21853
#2  0x0000555d344b0986 in timer_thread_polling (vm=0x555d36104b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 1381466682
#3  0x0000555d344b1046 in timer_thread_func (ptr=0x555d36104b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x555d36104b10
#4  0x00007f001dcabb43 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 = {140730714649312, -7135721601222356893, 139638050387520, 25, 139638476552272, 140730714649664, 7131691651190181987, 7131705748761694307}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f001dd3cbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f001dc147c0 (LWP 1353638)):
#0  RB_BUILTIN_TYPE (obj=139638032886200) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:192
        ret = 5
#1  0x0000555d34312fa3 in rb_type (obj=139638032886200) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:227
No locals.
#2  0x0000555d343130b3 in RB_TYPE_P (obj=139638032886200, t=RUBY_T_NONE) at /tmp/ruby/src/trunk-O0/include/ruby/internal/value_type.h:381
No locals.
#3  0x0000555d34321081 in gc_mark_ptr (objspace=0x555d36107470, obj=139638032886200) at /tmp/ruby/src/trunk-O0/gc.c:7071
        __func__ = "gc_mark_ptr"
#4  0x0000555d343213b0 in rb_gc_mark_and_move (ptr=0x555d36272880) at /tmp/ruby/src/trunk-O0/gc.c:7138
        objspace = 0x555d36107470
        __func__ = <optimized out>
#5  0x0000555d34368ceb in iseq_scan_bits (page=0, bits=9007199523508224, code=0x555d36272820, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:225
        op = 139638032886200
        newop = 139638032886240
        offset = 12
        page_offset = 0
#6  0x0000555d34368f0f in rb_iseq_mark_and_move_each_value (iseq=0x7f000358ead0, original_iseq=0x0) at /tmp/ruby/src/trunk-O0/iseq.c:280
        size = 55
        code = 0x555d36272820
        body = 0x555d36209760
        is_entries = 0x0
#7  0x0000555d3436909b in rb_iseq_mark_and_move (iseq=0x7f000358ead0, reference_updating=false) at /tmp/ruby/src/trunk-O0/iseq.c:326
        body = 0x555d36209760
#8  0x0000555d34321870 in gc_mark_imemo (objspace=0x555d36107470, obj=139638032886480) at /tmp/ruby/src/trunk-O0/gc.c:7263
        __func__ = <optimized out>
#9  0x0000555d34321a68 in gc_mark_children (objspace=0x555d36107470, obj=139638032886480) at /tmp/ruby/src/trunk-O0/gc.c:7356
        any = 0x7f000358ead0
#10 0x0000555d343223e8 in gc_mark_stacked_objects (objspace=0x555d36107470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x555d361078f8
        obj = 139638032886480
        marked_slots_at_the_beginning = 752
        popped_count = 0
#11 0x0000555d34322568 in gc_mark_stacked_objects_all (objspace=0x555d36107470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#12 0x0000555d343248dc in gc_marks_rest (objspace=0x555d36107470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#13 0x0000555d34324a10 in gc_marks (objspace=0x555d36107470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#14 0x0000555d343267b3 in gc_start (objspace=0x555d36107470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#15 0x0000555d34326448 in garbage_collect (objspace=0x555d36107470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 1816220560
        ret = 32766
#16 0x0000555d34318995 in newobj_slowpath (size_pool_idx=1, wb_protected=1, cr=0x555d36108230, objspace=0x555d36107470, flags=4294967308, klass=139638050706080) at /tmp/ruby/src/trunk-O0/gc.c:2872
        obj = 2
        lev = 1
#17 newobj_slowpath_wb_protected (klass=139638050706080, flags=4294967308, objspace=0x555d36107470, cr=0x555d36108230, size_pool_idx=1) at /tmp/ruby/src/trunk-O0/gc.c:2896
No locals.
#18 0x0000555d34318d2f in newobj_of0 (klass=139638050706080, flags=4294967308, wb_protected=1, cr=0x555d36108230, alloc_size=56) at /tmp/ruby/src/trunk-O0/gc.c:2938
        obj = 4096
        objspace = 0x555d36107470
        size_pool_idx = 1
        i = <optimized out>
        cnt = <optimized out>
#19 0x0000555d34318d9b in newobj_of (cr=0x555d36108230, klass=139638050706080, flags=12, v1=93858802406400, v2=3, v3=0, wb_protected=1, alloc_size=56) at /tmp/ruby/src/trunk-O0/gc.c:2948
        obj = 93858795983561
#20 0x0000555d343194c2 in typed_data_alloc (klass=139638050706080, typed_flag=2, datap=0x0, type=0x555d34939400 <name_err_mesg_data_type>, size=56) at /tmp/ruby/src/trunk-O0/gc.c:3157
        wb_protected = true
#21 0x0000555d343195de in rb_data_typed_object_zalloc (klass=139638050706080, size=24, type=0x555d34939400 <name_err_mesg_data_type>) at /tmp/ruby/src/trunk-O0/gc.c:3180
        obj = 139638050705760
        embed_size = 56
        obj = 93858796620679
#22 0x0000555d3471199b in rb_name_err_mesg_init (klass=139638050706080, mesg=139638032226760, recv=139638032222400, name=844044) at /tmp/ruby/src/trunk-O0/error.c:2246
        data_struct_obj = 93858796628148
        message = 0x7f000351f888
        result = 6267809203084966912
#23 0x0000555d34711a5b in rb_name_err_mesg_new (mesg=139638032226760, recv=139638032222400, method=844044) at /tmp/ruby/src/trunk-O0/error.c:2257
No locals.
#24 0x0000555d34711588 in name_err_init (exc=139638032431240, mesg=139638032226760, recv=139638032222400, method=844044) at /tmp/ruby/src/trunk-O0/error.c:2113
No locals.
#25 0x0000555d347118a4 in rb_nomethod_err_new (mesg=139638032226760, recv=139638032222400, method=844044, args=139638032222640, priv=0) at /tmp/ruby/src/trunk-O0/error.c:2202
        exc = 139638032431240
#26 0x0000555d34517c28 in rb_make_no_method_exception (exc=139638050705760, format=139638032226760, obj=139638032222400, argc=1, argv=0x7ffe6c415fe0, priv=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:963
        args = 139638032222640
        name = 844044
#27 0x0000555d34517dc3 in raise_method_missing (ec=0x555d361084e0, argc=1, argv=0x7ffe6c415fe0, obj=139638032222400, last_call_status=MISSING_NOENTRY) at /tmp/ruby/src/trunk-O0/vm_eval.c:1003
        exc = 139638050705760
        format = 0
#28 0x0000555d34517b91 in rb_method_missing (argc=1, argv=0x7ffe6c415fe0, obj=139638032222400) at /tmp/ruby/src/trunk-O0/vm_eval.c:948
        ec = 0x555d361084e0
#29 0x0000555d344fc0f0 in ractor_safe_call_cfunc_m1 (recv=139638032222400, argc=1, argv=0x7ffe6c415fe0, func=0x555d34517b44 <rb_method_missing>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3299
        f = 0x555d34517b44 <rb_method_missing>
#30 0x0000555d34515618 in vm_call0_cfunc_with_frame (ec=0x555d361084e0, calling=0x7ffe6c415bf0, argv=0x7ffe6c415fe0) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7f001dc12ef8
        ci = 0x7ffe6c415bc0
        val = 140730714643504
        me = 0x7f00034efb38
        cfunc = 0x555d36144578
        len = -1
        recv = 139638032222400
        argc = 1
        mid = 2865
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#31 0x0000555d34515741 in vm_call0_cfunc (ec=0x555d361084e0, calling=0x7ffe6c415bf0, argv=0x7ffe6c415fe0) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#32 0x0000555d345159bf in vm_call0_body (ec=0x555d361084e0, calling=0x7ffe6c415bf0, argv=0x7ffe6c415fe0) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffe6c415bc0
        cc = 0x7ffe6c4159d0
        ret = 93858827772968
#33 0x0000555d3451529e in vm_call0_cme (ec=0x555d361084e0, calling=0x7ffe6c415bf0, argv=0x7ffe6c415fe0, cme=0x7f00034efb38) at /tmp/ruby/src/trunk-O0/vm_eval.c:117
No locals.
#34 0x0000555d34515343 in vm_call0_super (ec=0x555d361084e0, calling=0x7ffe6c415bf0, argv=0x7ffe6c415fe0, klass=139638032809640, ex=MISSING_SUPER) at /tmp/ruby/src/trunk-O0/vm_eval.c:131
        cme = 0x7f00034efb38
        mid = 2865
#35 0x0000555d34515e59 in vm_call0_body (ec=0x555d361084e0, calling=0x7ffe6c415bf0, argv=0x7ffe6c415fe0) at /tmp/ruby/src/trunk-O0/vm_eval.c:253
        klass = 139638050716960
        ci = 0x7ffe6c415bc0
        cc = 0x7ffe6c415c90
        ret = 1048576
#36 0x0000555d3451520f in vm_call0_cc (ec=0x555d361084e0, recv=139638032222400, id=2865, argc=1, argv=0x7ffe6c415fe0, cc=0x7ffe6c415c90, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffe6c415fe0
        av = {93858827567720, 139638032222400}
        calling = {cd = 0x7ffe6c415bb0, cc = 0x7ffe6c4159d0, block_handler = 0, recv = 139638032222400, argc = 1, kw_splat = false, heap_argv = 0}
#37 0x0000555d34514fb0 in rb_vm_call0 (ec=0x555d361084e0, recv=139638032222400, id=2865, argc=1, argv=0x7ffe6c415fe0, cme=0x7f00034efc28, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7f00034efc28, call_ = 0x555d34500bea <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#38 0x0000555d345165a9 in rb_vm_call_kw (ec=0x555d361084e0, recv=139638032222400, id=2865, argc=1, argv=0x7ffe6c415fe0, me=0x7f00034efc28, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#39 0x0000555d3451448e in call_method_entry (ec=0x555d361084e0, defined_class=139638050716960, obj=139638032222400, id=2865, cme=0x7f00034efc28, argc=1, argv=0x7ffe6c415fe0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_method.c:2716
        passed_block_handler = 0
        result = 93858827371744
#40 0x0000555d34516e55 in check_funcall_exec (v=140730714644544) at /tmp/ruby/src/trunk-O0/vm_eval.c:593
        args = 0x7ffe6c416040
#41 0x0000555d3430447e in rb_vrescue2 (b_proc=0x555d34516df8 <check_funcall_exec>, data1=140730714644544, r_proc=0x555d34516e5b <check_funcall_failed>, data2=140730714644544, args=0x7ffe6c415f00) at /tmp/ruby/src/trunk-O0/eval.c:919
        _ec = 0x555d361084e0
        _tag = {tag = 36, retval = 140730714644096, buf = {0x7ffe6c415ec0, 0x555d34304420 <rb_vrescue2+263>, 0x0, 0x7ffe6c415dc0, 0x7ffe6c415ea0}, prev = 0x7ffe6c417480, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        ec = 0x555d361084e0
        cfp = 0x7f001dc12ef8
        result = 0
        e_info = 4
#42 0x0000555d343042f2 in rb_rescue2 (b_proc=0x555d34516df8 <check_funcall_exec>, data1=140730714644544, r_proc=0x555d34516e5b <check_funcall_failed>, data2=140730714644544) at /tmp/ruby/src/trunk-O0/eval.c:900
        ap = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffe6c415fe0, reg_save_area = 0x7ffe6c415f20}}
        ret = 219043332275
#43 0x0000555d3451723c in check_funcall_missing (ec=0x555d361084e0, klass=139638050712640, recv=139638032222400, mid=3297, argc=0, argv=0x555d34781670 <buf>, respond=-1, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:670
        argbuf = 0
        new_args = 0x7ffe6c415fe0
        args = {defined_class = 139638050716960, recv = 139638032222400, mid = 3297, ec = 0x555d361084e0, cme = 0x7f00034efc28, respond = 0, respond_to_missing = 0, argc = 1, argv = 0x7ffe6c415fe0, kw_splat = 0}
        cme = 0x7f00034efc28
        ret = 36
#44 0x0000555d345173b2 in rb_check_funcall_default_kw (recv=139638032222400, mid=3297, argc=0, argv=0x0, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:707
        ret = 140730714644848
        klass = 139638050712640
        me = 0x0
        ec = 0x555d361084e0
        respond = -1
#45 0x0000555d345172e8 in rb_check_funcall (recv=139638032222400, mid=3297, argc=0, argv=0x0) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#46 0x0000555d343b81ac in convert_type_with_id (val=139638032222400, tname=0x555d34745bbe "IO", method=3297, raise=0, index=-1) at /tmp/ruby/src/trunk-O0/object.c:3089
        r = 140730714644896
#47 0x0000555d343b85c1 in rb_check_convert_type_with_id (val=139638032222400, type=11, tname=0x555d34745bbe "IO", method=3297) at /tmp/ruby/src/trunk-O0/object.c:3181
        v = 6267809203084966912
#48 0x0000555d34308c55 in rb_stat (file=139638032222400, st=0x7ffe6c416300) at /tmp/ruby/src/trunk-O0/file.c:1301
        tmp = 139638032222880
        result = 0
#49 0x0000555d34309f41 in rb_file_identical_p (obj=139638050516040, fname1=139638032222880, fname2=139638032222400) at /tmp/ruby/src/trunk-O0/file.c:2202
        st1 = {st_dev = 164, st_ino = 13792494, st_nlink = 1, st_mode = 33152, st_uid = 1001, st_gid = 1000, __pad0 = 0, st_rdev = 0, st_size = 0, st_blksize = 4096, st_blocks = 0, st_atim = {tv_sec = 1704961438, tv_nsec = 80817836}, st_mtim = {tv_sec = 1704961437, tv_nsec = 180788094}, st_ctim = {tv_sec = 1704961437, tv_nsec = 180788094}, __glibc_reserved = {0, 0, 0}}
        st2 = {st_dev = 0, st_ino = 139638033088280, st_nlink = 93858827368544, st_mode = 907048048, st_uid = 21853, st_gid = 1, __pad0 = 1049216, st_rdev = 16, st_size = 139638050550960, st_blksize = 0, st_blocks = 139638050516040, st_atim = {tv_sec = 1431634051, tv_nsec = 0}, st_mtim = {tv_sec = 93858827371744, tv_nsec = 140730714645408}, st_ctim = {tv_sec = 875753126, tv_nsec = 139638475927288}, __glibc_reserved = {139638474879192, 140730714645408, 93858827371744}}
#50 0x0000555d344fc1a6 in ractor_safe_call_cfunc_2 (recv=139638050516040, argc=2, argv=0x7f001db130c8, func=0x555d34309ed1 <rb_file_identical_p>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3320
        f = 0x555d34309ed1 <rb_file_identical_p>
#51 0x0000555d344fcd27 in vm_call_cfunc_with_frame_ (ec=0x555d361084e0, reg_cfp=0x7f001dc12f30, calling=0x7ffe6c4167f0, argc=2, argv=0x7f001db130c8, stack_bottom=0x7f001db130c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3490
        ci = 0x492f00100005
        cc = 0x7f00034ee3c8
        val = 140730714645648
        me = 0x7f00046674b0
        cfunc = 0x555d36127e78
        recv = 139638050516040
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#52 0x0000555d344fcefc in vm_call_cfunc_with_frame (ec=0x555d361084e0, reg_cfp=0x7f001dc12f30, calling=0x7ffe6c4167f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3518
        argc = 2
        stack_bottom = 0x7f001db130c0
        argv = 0x7f001db130c8
#53 0x0000555d344fd014 in vm_call_cfunc_other (ec=0x555d361084e0, reg_cfp=0x7f001dc12f30, calling=0x7ffe6c4167f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3544
        ci = 0x492f00100005
        argv_ary = 0
#54 0x0000555d344fd43c in vm_call_cfunc (ec=0x555d361084e0, reg_cfp=0x7f001dc12f30, calling=0x7ffe6c4167f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3626
        ci = 0x492f00100005
#55 0x0000555d344fff6b in vm_call_method_each_type (ec=0x555d361084e0, cfp=0x7f001dc12f30, calling=0x7ffe6c4167f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4417
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x492f00100005
        cc = 0x7f00034ee3c8
        cme = 0x7f00046674b0
        v = 93858829978888
#56 0x0000555d34500a17 in vm_call_method (ec=0x555d361084e0, cfp=0x7f001dc12f30, calling=0x7ffe6c4167f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4543
        ci = 0x492f00100005
        cc = 0x7f00034ee3c8
#57 0x0000555d34500c19 in vm_call_general (ec=0x555d361084e0, reg_cfp=0x7f001dc12f30, calling=0x7ffe6c4167f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4587
No locals.
#58 0x0000555d3450329e in vm_sendish (ec=0x555d361084e0, reg_cfp=0x7f001dc12f30, cd=0x555d362c9860, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5581
        val = 36
        ci = 0x492f00100005
        cc = 0x7f00034ee3c8
        argc = 2
        recv = 139638050516040
        calling = {cd = 0x555d362c9860, cc = 0x7f00034ee3c8, block_handler = 0, recv = 139638050516040, argc = 2, kw_splat = false, heap_argv = 0}
#59 0x0000555d3450a82f in vm_exec_core (ec=0x555d361084e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x555d362c9860
        leaf = false
        val = 139638032222400
        reg_pc = 0x555d362c96d0
        reg_cfp = 0x7f001dc12f30
        insns_address_table = {0x555d34506f06 <vm_exec_core+108>, 0x555d34506f68 <vm_exec_core+206>, 0x555d3450707b <vm_exec_core+481>, 0x555d3450718f <vm_exec_core+757>, 0x555d3450732d <vm_exec_core+1171>, 0x555d3450745d <vm_exec_core+1475>, 0x555d3450766f <vm_exec_core+2005>, 0x555d34507781 <vm_exec_core+2279>, 0x555d3450785a <vm_exec_core+2496>, 0x555d34507961 <vm_exec_core+2759>, 0x555d34507a68 <vm_exec_core+3022>, 0x555d34507b76 <vm_exec_core+3292>, 0x555d34507c88 <vm_exec_core+3566>, 0x555d34507d58 <vm_exec_core+3774>, 0x555d34507e61 <vm_exec_core+4039>, 0x555d34507f5b <vm_exec_core+4289>, 0x555d3450801e <vm_exec_core+4484>, 0x555d345080e1 <vm_exec_core+4679>, 0x555d3450816a <vm_exec_core+4816>, 0x555d345081f6 <vm_exec_core+4956>, 0x555d3450829c <vm_exec_core+5122>, 0x555d34508374 <vm_exec_core+5338>, 0x555d34508441 <vm_exec_core+5543>, 0x555d3450851f <vm_exec_core+5765>, 0x555d345085e1 <vm_exec_core+5959>, 0x555d34508720 <vm_exec_core+6278>, 0x555d345087c6 <vm_exec_core+6444>, 0x555d345088ab <vm_exec_core+6673>, 0x555d345089da <vm_exec_core+6976>, 0x555d34508a9d <vm_exec_core+7171>, 0x555d34508b60 <vm_exec_core+7366>, 0x555d34508c57 <vm_exec_core+7613>, 0x555d34508d19 <vm_exec_core+7807>, 0x555d34508df8 <vm_exec_core+8030>, 0x555d34508ec5 <vm_exec_core+8235>, 0x555d34508fd5 <vm_exec_core+8507>, 0x555d345090cf <vm_exec_core+8757>, 0x555d3450914a <vm_exec_core+8880>, 0x555d3450920b <vm_exec_core+9073>, 0x555d345092f9 <vm_exec_core+9311>, 0x555d345093a9 <vm_exec_core+9487>, 0x555d34509528 <vm_exec_core+9870>, 0x555d34509602 <vm_exec_core+10088>, 0x555d345096ee <vm_exec_core+10324>, 0x555d3450977f <vm_exec_core+10469>, 0x555d345098da <vm_exec_core+10816>, 0x555d34509e7c <vm_exec_core+12258>, 0x555d34509f78 <vm_exec_core+12510>, 0x555d3450a07b <vm_exec_core+12769>, 0x555d3450a167 <vm_exec_core+13005>, 0x555d3450a380 <vm_exec_core+13542>, 0x555d3450a472 <vm_exec_core+13784>, 0x555d3450a578 <vm_exec_core+14046>, 0x555d3450a775 <vm_exec_core+14555>, 0x555d3450a91e <vm_exec_core+14980>, 0x555d3450aa49 <vm_exec_core+15279>, 0x555d3450abb5 <vm_exec_core+15643>, 0x555d3450ace0 <vm_exec_core+15942>, 0x555d3450ae4c <vm_exec_core+16306>, 0x555d3450b02e <vm_exec_core+16788>, 0x555d3450b22b <vm_exec_core+17297>, 0x555d3450b3d4 <vm_exec_core+17722>, 0x555d3450b4f6 <vm_exec_core+18012>, 0x555d3450b59d <vm_exec_core+18179>, 0x555d3450b661 <vm_exec_core+18375>, 0x555d3450b74a <vm_exec_core+18608>, 0x555d3450b836 <vm_exec_core+18844>, 0x555d3450b91f <vm_exec_core+19077>, 0x555d3450ba33 <vm_exec_core+19353>, 0x555d3450bb5a <vm_exec_core+19648>, 0x555d3450bc90 <vm_exec_core+19958>, 0x555d3450bdc6 <vm_exec_core+20268>, 0x555d3450befc <vm_exec_core+20578>, 0x555d3450c032 <vm_exec_core+20888>, 0x555d3450c168 <vm_exec_core+21198>, 0x555d3450c2a9 <vm_exec_core+21519>, 0x555d3450c423 <vm_exec_core+21897>, 0x555d3450c559 <vm_exec_core+22207>, 0x555d3450c68f <vm_exec_core+22517>, 0x555d3450c7c5 <vm_exec_core+22827>, 0x555d3450c8fb <vm_exec_core+23137>, 0x555d3450ca31 <vm_exec_core+23447>, 0x555d3450cb67 <vm_exec_core+23757>, 0x555d3450cc9d <vm_exec_core+24067>, 0x555d3450cdd3 <vm_exec_core+24377>, 0x555d3450cf22 <vm_exec_core+24712>, 0x555d3450d0dc <vm_exec_core+25154>, 0x555d3450d25a <vm_exec_core+25536>, 0x555d3450d379 <vm_exec_core+25823>, 0x555d3450d498 <vm_exec_core+26110>, 0x555d3450d5b2 <vm_exec_core+26392>, 0x555d3450d6cc <vm_exec_core+26674>, 0x555d3450d7f7 <vm_exec_core+26973>, 0x555d3450d92d <vm_exec_core+27283>, 0x555d3450da18 <vm_exec_core+27518>, 0x555d3450db1d <vm_exec_core+27779>, 0x555d3450dc65 <vm_exec_core+28107>, 0x555d3450dd54 <vm_exec_core+28346>, 0x555d3450de2e <vm_exec_core+28564>, 0x555d3450df03 <vm_exec_core+28777>, 0x555d3450dfde <vm_exec_core+28996>, 0x555d3450e05a <vm_exec_core+29120>, 0x555d3450e0d6 <vm_exec_core+29244>, 0x555d3450e0f4 <vm_exec_core+29274>, 0x555d3450e112 <vm_exec_core+29304>, 0x555d3450e130 <vm_exec_core+29334>, 0x555d3450e14e <vm_exec_core+29364>, 0x555d3450e16c <vm_exec_core+29394>, 0x555d3450e18a <vm_exec_core+29424>, 0x555d3450e1a8 <vm_exec_core+29454>, 0x555d3450e1c6 <vm_exec_core+29484>, 0x555d3450e1e4 <vm_exec_core+29514>, 0x555d3450e202 <vm_exec_core+29544>, 0x555d3450e220 <vm_exec_core+29574>, 0x555d3450e23e <vm_exec_core+29604>, 0x555d3450e25c <vm_exec_core+29634>, 0x555d3450e27a <vm_exec_core+29664>, 0x555d3450e298 <vm_exec_core+29694>, 0x555d3450e2b6 <vm_exec_core+29724>, 0x555d3450e2d4 <vm_exec_core+29754>, 0x555d3450e2f2 <vm_exec_core+29784>, 0x555d3450e310 <vm_exec_core+29814>, 0x555d3450e32e <vm_exec_core+29844>, 0x555d3450e34c <vm_exec_core+29874>, 0x555d3450e36a <vm_exec_core+29904>, 0x555d3450e388 <vm_exec_core+29934>, 0x555d3450e3a6 <vm_exec_core+29964>, 0x555d3450e3c4 <vm_exec_core+29994>, 0x555d3450e3e2 <vm_exec_core+30024>, 0x555d3450e400 <vm_exec_core+30054>, 0x555d3450e41e <vm_exec_core+30084>, 0x555d3450e43c <vm_exec_core+30114>, 0x555d3450e45a <vm_exec_core+30144>, 0x555d3450e478 <vm_exec_core+30174>, 0x555d3450e496 <vm_exec_core+30204>, 0x555d3450e4b4 <vm_exec_core+30234>, 0x555d3450e4d2 <vm_exec_core+30264>, 0x555d3450e4f0 <vm_exec_core+30294>, 0x555d3450e50e <vm_exec_core+30324>, 0x555d3450e52c <vm_exec_core+30354>, 0x555d3450e54a <vm_exec_core+30384>, 0x555d3450e568 <vm_exec_core+30414>, 0x555d3450e586 <vm_exec_core+30444>, 0x555d3450e5a4 <vm_exec_core+30474>, 0x555d3450e5c2 <vm_exec_core+30504>, 0x555d3450e5e0 <vm_exec_core+30534>, 0x555d3450e5fe <vm_exec_core+30564>, 0x555d3450e61c <vm_exec_core+30594>, 0x555d3450e63a <vm_exec_core+30624>, 0x555d3450e658 <vm_exec_core+30654>, 0x555d3450e676 <vm_exec_core+30684>, 0x555d3450e694 <vm_exec_core+30714>, 0x555d3450e6b2 <vm_exec_core+30744>, 0x555d3450e6d0 <vm_exec_core+30774>, 0x555d3450e6ee <vm_exec_core+30804>, 0x555d3450e70c <vm_exec_core+30834>, 0x555d3450e72a <vm_exec_core+30864>, 0x555d3450e748 <vm_exec_core+30894>, 0x555d3450e766 <vm_exec_core+30924>, 0x555d3450e784 <vm_exec_core+30954>, 0x555d3450e7a2 <vm_exec_core+30984>, 0x555d3450e7c0 <vm_exec_core+31014>, 0x555d3450e7de <vm_exec_core+31044>, 0x555d3450e7fc <vm_exec_core+31074>, 0x555d3450e81a <vm_exec_core+31104>, 0x555d3450e838 <vm_exec_core+31134>, 0x555d3450e856 <vm_exec_core+31164>, 0x555d3450e874 <vm_exec_core+31194>, 0x555d3450e892 <vm_exec_core+31224>, 0x555d3450e8b0 <vm_exec_core+31254>, 0x555d3450e8ce <vm_exec_core+31284>, 0x555d3450e8ec <vm_exec_core+31314>, 0x555d3450e90a <vm_exec_core+31344>, 0x555d3450e928 <vm_exec_core+31374>, 0x555d3450e946 <vm_exec_core+31404>, 0x555d3450e964 <vm_exec_core+31434>, 0x555d3450e982 <vm_exec_core+31464>, 0x555d3450e9a0 <vm_exec_core+31494>, 0x555d3450e9d1 <vm_exec_core+31543>, 0x555d3450e9ef <vm_exec_core+31573>, 0x555d3450ea0d <vm_exec_core+31603>, 0x555d3450ea2b <vm_exec_core+31633>, 0x555d3450ea49 <vm_exec_core+31663>, 0x555d3450ea67 <vm_exec_core+31693>, 0x555d3450ea85 <vm_exec_core+31723>, 0x555d3450eaa3 <vm_exec_core+31753>, 0x555d3450eac1 <vm_exec_core+31783>, 0x555d3450eadf <vm_exec_core+31813>, 0x555d3450eafd <vm_exec_core+31843>, 0x555d3450eb1b <vm_exec_core+31873>, 0x555d3450eb39 <vm_exec_core+31903>, 0x555d3450eb57 <vm_exec_core+31933>, 0x555d3450eb75 <vm_exec_core+31963>, 0x555d3450eb93 <vm_exec_core+31993>, 0x555d3450ebb1 <vm_exec_core+32023>, 0x555d3450ebcf <vm_exec_core+32053>, 0x555d3450ebed <vm_exec_core+32083>, 0x555d3450ec0b <vm_exec_core+32113>, 0x555d3450ec29 <vm_exec_core+32143>, 0x555d3450ec47 <vm_exec_core+32173>...}
#60 0x0000555d34521324 in vm_exec_loop (ec=0x555d361084e0, state=RUBY_TAG_RAISE, tag=0x7ffe6c417480, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#61 0x0000555d3452126c in rb_vm_exec (ec=0x555d361084e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x555d361084e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffe6c417500, 0x555d34521197 <rb_vm_exec+190>, 0x0, 0x7ffe6c417450, 0x7ffe6c417798}, prev = 0x7ffe6c417570, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#62 0x0000555d34522078 in rb_iseq_eval_main (iseq=0x7f00035884c8) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x555d361084e0
        val = 93858827371744
#63 0x0000555d34302c0d in rb_ec_exec_node (ec=0x555d361084e0, n=0x7f00035884c8) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x555d36107090
        _ec = 0x555d361084e0
        _tag = {tag = 36, retval = 93858795889146, buf = {0x7ffe6c4175f0, 0x555d34302ba3 <rb_ec_exec_node+212>, 0x0, 0x7ffe6c417540, 0x555d361084e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f00035884c8
#64 0x0000555d34302d8a in ruby_run_node (n=0x7f00035884c8) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x555d361084e0
        status = 21853
#65 0x0000555d342fe5c4 in rb_main (argc=133, argv=0x7ffe6c417798) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140730714650224
#66 0x0000555d342fe625 in main (argc=133, argv=0x7ffe6c417798) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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