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

Retrying...
Finished tests in 1160.352204s, 23.3265 tests/s, 8257.9341 assertions/s.
27067 tests, 9582112 assertions, 0 failures, 0 errors, 227 skips

ruby -v: ruby 3.4.0dev (2024-01-15T16:27:31Z master cc7b19e048) [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-15T16:27:31Z master cc7b19e048) [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 288.928255 seconds

3728 files, 32492 examples, 141407 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.1195503.ruby -x gdbscript
[New LWP 1195503]
[New LWP 1195505]
[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  0x000055b4271c5622 in is_markable_object (obj=140454990266320) at /tmp/ruby/src/trunk-O0/gc.c:4770
4770	    check_rvalue_consistency(obj);
[Current thread is 1 (Thread 0x7fbe5437e7c0 (LWP 1195503))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7fbe5437e7c0 (LWP 1195503) 0x000055b4271c5622 in is_markable_object (obj=140454990266320) at /tmp/ruby/src/trunk-O0/gc.c:4770
  2    Thread 0x7fbe3ad9f640 (LWP 1195505) 0x00007fbe544a6fde in epoll_wait (epfd=4, events=0x55b4277f583c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7fbe3ad9f640 (LWP 1195505)):
#0  0x00007fbe544a6fde in epoll_wait (epfd=4, events=0x55b4277f583c <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  0x000055b427359605 in event_wait (vm=0x55b429466b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21940
#2  0x000055b427359629 in timer_thread_polling (vm=0x55b429466b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1500541191
#3  0x000055b427359ce9 in timer_thread_func (ptr=0x55b429466b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3005
        vm = 0x55b429466b10
#4  0x00007fbe54415b43 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 = {140732242041328, -8438075109720824338, 140455007876672, 25, 140455434082384, 140732242041680, 8473974421458413038, 8473883234349114862}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007fbe544a6bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7fbe5437e7c0 (LWP 1195503)):
#0  0x000055b4271c5622 in is_markable_object (obj=140454990266320) at /tmp/ruby/src/trunk-O0/gc.c:4770
No locals.
#1  0x000055b4271ca2d2 in gc_mark (objspace=0x55b429469470, obj=140454990266320) at /tmp/ruby/src/trunk-O0/gc.c:7109
No locals.
#2  0x000055b4271c961c in mark_method_entry (objspace=0x55b429469470, me=0x7fbe39cfa298) at /tmp/ruby/src/trunk-O0/gc.c:6736
        def = 0x55b42958afd0
#3  0x000055b4271ca868 in gc_mark_imemo (objspace=0x55b429469470, obj=140454990422680) at /tmp/ruby/src/trunk-O0/gc.c:7260
        __func__ = <optimized out>
#4  0x000055b4271caa76 in gc_mark_children (objspace=0x55b429469470, obj=140454990422680) at /tmp/ruby/src/trunk-O0/gc.c:7356
        any = 0x7fbe39cfa298
#5  0x000055b4271cb3f6 in gc_mark_stacked_objects (objspace=0x55b429469470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7565
        mstack = 0x55b4294698f8
        obj = 140454990422680
        marked_slots_at_the_beginning = 756
        popped_count = 0
#6  0x000055b4271cb576 in gc_mark_stacked_objects_all (objspace=0x55b429469470) at /tmp/ruby/src/trunk-O0/gc.c:7603
No locals.
#7  0x000055b4271cd8ea in gc_marks_rest (objspace=0x55b429469470) at /tmp/ruby/src/trunk-O0/gc.c:8798
No locals.
#8  0x000055b4271cda1e in gc_marks (objspace=0x55b429469470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8856
        marking_finished = false
#9  0x000055b4271cf7c1 in gc_start (objspace=0x55b429469470, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9609
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9478
#10 0x000055b4271cf456 in garbage_collect (objspace=0x55b429469470, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9490
        _lev = 3343612768
        ret = 32766
#11 0x000055b4271c1995 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x55b42946a230, objspace=0x55b429469470, flags=8199, klass=140455008146280) at /tmp/ruby/src/trunk-O0/gc.c:2872
        obj = 1
        lev = 1
#12 newobj_slowpath_wb_protected (klass=140455008146280, flags=8199, objspace=0x55b429469470, cr=0x55b42946a230, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2896
No locals.
#13 0x000055b4271c1d2f in newobj_of0 (klass=140455008146280, flags=8199, wb_protected=1, cr=0x55b42946a230, alloc_size=16) at /tmp/ruby/src/trunk-O0/gc.c:2938
        obj = 94232274998272
        objspace = 0x55b429469470
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#14 0x000055b4271c1d9b in newobj_of (cr=0x55b42946a230, klass=140455008146280, flags=8199, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=16) at /tmp/ruby/src/trunk-O0/gc.c:2948
        obj = 94232274969824
#15 0x000055b4271c1e56 in rb_wb_protected_newobj_of (ec=0x55b42946a4e0, klass=140455008146280, flags=8199, size=16) at /tmp/ruby/src/trunk-O0/gc.c:2963
        __func__ = <optimized out>
#16 0x000055b4275017ef in ary_alloc_embed (klass=140455008146280, capa=0) at /tmp/ruby/src/trunk-O0/array.c:668
        size = 16
        ary = 0x0
#17 0x000055b427501916 in ary_new (klass=140455008146280, capa=0) at /tmp/ruby/src/trunk-O0/array.c:709
        ary = 140732242033952
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#18 0x000055b427501ba5 in rb_ary_tmp_new_from_values (klass=140455008146280, n=0, elts=0x7ffec74b86f8) at /tmp/ruby/src/trunk-O0/array.c:759
        ary = 3230670853
#19 0x000055b427501c5b in rb_ary_new_from_values (n=0, elts=0x7ffec74b86f8) at /tmp/ruby/src/trunk-O0/array.c:771
No locals.
#20 0x000055b4273c08dd in rb_make_no_method_exception (exc=140455008194920, format=140454989781640, obj=140454989777280, argc=1, argv=0x7ffec74b86f0, priv=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:962
        args = 94232274969824
        name = 844044
#21 0x000055b4273c0a9a in raise_method_missing (ec=0x55b42946a4e0, argc=1, argv=0x7ffec74b86f0, obj=140454989777280, last_call_status=MISSING_NOENTRY) at /tmp/ruby/src/trunk-O0/vm_eval.c:1003
        exc = 140455008194920
        format = 0
#22 0x000055b4273c0868 in rb_method_missing (argc=1, argv=0x7ffec74b86f0, obj=140454989777280) at /tmp/ruby/src/trunk-O0/vm_eval.c:948
        ec = 0x55b42946a4e0
#23 0x000055b4273a4dc0 in ractor_safe_call_cfunc_m1 (recv=140454989777280, argc=1, argv=0x7ffec74b86f0, func=0x55b4273c081b <rb_method_missing>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3301
        f = 0x55b4273c081b <rb_method_missing>
#24 0x000055b4273be2ef in vm_call0_cfunc_with_frame (ec=0x55b42946a4e0, calling=0x7ffec74b8300, argv=0x7ffec74b86f0) at /tmp/ruby/src/trunk-O0/vm_eval.c:173
        reg_cfp = 0x7fbe5437cef8
        ci = 0x7ffec74b82d0
        val = 140732242035520
        me = 0x7fbe39c5fbf8
        cfunc = 0x55b4294a6578
        len = -1
        recv = 140454989777280
        argc = 1
        mid = 2865
        block_handler = 0
        frame_flags = 1431634051
        args = <optimized out>
        args = <optimized out>
#25 0x000055b4273be418 in vm_call0_cfunc (ec=0x55b42946a4e0, calling=0x7ffec74b8300, argv=0x7ffec74b86f0) at /tmp/ruby/src/trunk-O0/vm_eval.c:187
No locals.
#26 0x000055b4273be696 in vm_call0_body (ec=0x55b42946a4e0, calling=0x7ffec74b8300, argv=0x7ffec74b86f0) at /tmp/ruby/src/trunk-O0/vm_eval.c:233
        ci = 0x7ffec74b82d0
        cc = 0x7ffec74b80e0
        ret = 94232275371064
#27 0x000055b4273bdf75 in vm_call0_cme (ec=0x55b42946a4e0, calling=0x7ffec74b8300, argv=0x7ffec74b86f0, cme=0x7fbe39c5fbf8) at /tmp/ruby/src/trunk-O0/vm_eval.c:117
No locals.
#28 0x000055b4273be01a in vm_call0_super (ec=0x55b42946a4e0, calling=0x7ffec74b8300, argv=0x7ffec74b86f0, klass=140454990298800, ex=MISSING_SUPER) at /tmp/ruby/src/trunk-O0/vm_eval.c:131
        cme = 0x7fbe39c5fbf8
        mid = 2865
#29 0x000055b4273beb30 in vm_call0_body (ec=0x55b42946a4e0, calling=0x7ffec74b8300, argv=0x7ffec74b86f0) at /tmp/ruby/src/trunk-O0/vm_eval.c:253
        klass = 140455008206120
        ci = 0x7ffec74b82d0
        cc = 0x7ffec74b83a0
        ret = 1048576
#30 0x000055b4273bdee6 in vm_call0_cc (ec=0x55b42946a4e0, recv=140454989777280, id=2865, argc=1, argv=0x7ffec74b86f0, cc=0x7ffec74b83a0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:110
        flags = 0
        use_argv = 0x7ffec74b86f0
        av = {94232275165800, 140454989777280}
        calling = {cd = 0x7ffec74b82c0, cc = 0x7ffec74b80e0, block_handler = 0, recv = 140454989777280, argc = 1, kw_splat = false, heap_argv = 0}
#31 0x000055b4273bdc87 in rb_vm_call0 (ec=0x55b42946a4e0, recv=140454989777280, id=2865, argc=1, argv=0x7ffec74b86f0, cme=0x7fbe39c5fce8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:70
        cc = {flags = 52250, klass = 0, cme_ = 0x7fbe39c5fce8, call_ = 0x55b4273a98c1 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}}
#32 0x000055b4273bf280 in rb_vm_call_kw (ec=0x55b42946a4e0, recv=140454989777280, id=2865, argc=1, argv=0x7ffec74b86f0, me=0x7fbe39c5fce8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:330
No locals.
#33 0x000055b4273bd165 in call_method_entry (ec=0x55b42946a4e0, defined_class=140455008206120, obj=140454989777280, id=2865, cme=0x7fbe39c5fce8, argc=1, argv=0x7ffec74b86f0, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_method.c:2716
        passed_block_handler = 0
        result = 94232274969824
#34 0x000055b4273bfb2c in check_funcall_exec (v=140732242036560) at /tmp/ruby/src/trunk-O0/vm_eval.c:593
        args = 0x7ffec74b8750
#35 0x000055b4271ad47e in rb_vrescue2 (b_proc=0x55b4273bfacf <check_funcall_exec>, data1=140732242036560, r_proc=0x55b4273bfb32 <check_funcall_failed>, data2=140732242036560, args=0x7ffec74b8610) at /tmp/ruby/src/trunk-O0/eval.c:919
        _ec = 0x55b42946a4e0
        _tag = {tag = 36, retval = 140732242036112, buf = {0x7ffec74b85d0, 0x55b4271ad420 <rb_vrescue2+263>, 0x0, 0x7ffec74b84d0, 0x7ffec74b85b0}, prev = 0x7ffec74b9b90, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        ec = 0x55b42946a4e0
        cfp = 0x7fbe5437cef8
        result = 0
        e_info = 4
#36 0x000055b4271ad2f2 in rb_rescue2 (b_proc=0x55b4273bfacf <check_funcall_exec>, data1=140732242036560, r_proc=0x55b4273bfb32 <check_funcall_failed>, data2=140732242036560) at /tmp/ruby/src/trunk-O0/eval.c:900
        ap = {{gp_offset = 32, fp_offset = 48, overflow_arg_area = 0x7ffec74b86f0, reg_save_area = 0x7ffec74b8630}}
        ret = 81604378803
#37 0x000055b4273bff13 in check_funcall_missing (ec=0x55b42946a4e0, klass=140455008201800, recv=140454989777280, mid=3297, argc=0, argv=0x55b42762b690 <buf>, respond=-1, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:670
        argbuf = 0
        new_args = 0x7ffec74b86f0
        args = {defined_class = 140455008206120, recv = 140454989777280, mid = 3297, ec = 0x55b42946a4e0, cme = 0x7fbe39c5fce8, respond = 0, respond_to_missing = 0, argc = 1, argv = 0x7ffec74b86f0, kw_splat = 0}
        cme = 0x7fbe39c5fce8
        ret = 36
#38 0x000055b4273c0089 in rb_check_funcall_default_kw (recv=140454989777280, mid=3297, argc=0, argv=0x0, def=36, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm_eval.c:707
        ret = 140732242036864
        klass = 140455008201800
        me = 0x0
        ec = 0x55b42946a4e0
        respond = -1
#39 0x000055b4273bffbf in rb_check_funcall (recv=140454989777280, mid=3297, argc=0, argv=0x0) at /tmp/ruby/src/trunk-O0/vm_eval.c:689
No locals.
#40 0x000055b4272610af in convert_type_with_id (val=140454989777280, tname=0x55b4275efbbe "IO", method=3297, raise=0, index=-1) at /tmp/ruby/src/trunk-O0/object.c:3089
        r = 140732242036912
#41 0x000055b4272614c4 in rb_check_convert_type_with_id (val=140454989777280, type=11, tname=0x55b4275efbbe "IO", method=3297) at /tmp/ruby/src/trunk-O0/object.c:3181
        v = 10032704089931566080
#42 0x000055b4271b1c55 in rb_stat (file=140454989777280, st=0x7ffec74b8a10) at /tmp/ruby/src/trunk-O0/file.c:1301
        tmp = 140454989777760
        result = 0
#43 0x000055b4271b2f41 in rb_file_identical_p (obj=140455008005360, fname1=140454989777760, fname2=140454989777280) at /tmp/ruby/src/trunk-O0/file.c:2202
        st1 = {st_dev = 165, st_ino = 13273965, 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 = 1705338002, tv_nsec = 380421368}, st_mtim = {tv_sec = 1705338000, tv_nsec = 988265386}, st_ctim = {tv_sec = 1705338000, tv_nsec = 988265386}, __glibc_reserved = {0, 0, 0}}
        st2 = {st_dev = 0, st_ino = 140454990577440, st_nlink = 94232274966624, st_mode = 692491376, st_uid = 21940, st_gid = 1, __pad0 = 1049216, st_rdev = 16, st_size = 140455008040120, st_blksize = 0, st_blocks = 140455008005360, st_atim = {tv_sec = 1431634051, tv_nsec = 0}, st_mtim = {tv_sec = 94232274969824, tv_nsec = 140732242037424}, st_ctim = {tv_sec = 656244404, tv_nsec = 140455433457400}, __glibc_reserved = {140455432409304, 140732242037424, 94232274969824}}
#44 0x000055b4273a4e76 in ractor_safe_call_cfunc_2 (recv=140455008005360, argc=2, argv=0x7fbe5427d0c8, func=0x55b4271b2ed1 <rb_file_identical_p>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3322
        f = 0x55b4271b2ed1 <rb_file_identical_p>
#45 0x000055b4273a59f7 in vm_call_cfunc_with_frame_ (ec=0x55b42946a4e0, reg_cfp=0x7fbe5437cf30, calling=0x7ffec74b8f00, argc=2, argv=0x7fbe5427d0c8, stack_bottom=0x7fbe5427d0c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0x492f00100005
        cc = 0x7fbe39c5e488
        val = 140732242037664
        me = 0x7fbe3adc74b8
        cfunc = 0x55b429489e78
        recv = 140455008005360
        block_handler = 0
        frame_type = 1431634051
        len = 2
        args = <optimized out>
        args = <optimized out>
#46 0x000055b4273a5bcc in vm_call_cfunc_with_frame (ec=0x55b42946a4e0, reg_cfp=0x7fbe5437cf30, calling=0x7ffec74b8f00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 2
        stack_bottom = 0x7fbe5427d0c0
        argv = 0x7fbe5427d0c8
#47 0x000055b4273a5ce4 in vm_call_cfunc_other (ec=0x55b42946a4e0, reg_cfp=0x7fbe5437cf30, calling=0x7ffec74b8f00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3546
        ci = 0x492f00100005
        argv_ary = 0
#48 0x000055b4273a6113 in vm_call_cfunc (ec=0x55b42946a4e0, reg_cfp=0x7fbe5437cf30, calling=0x7ffec74b8f00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3628
        ci = 0x492f00100005
#49 0x000055b4273a8c42 in vm_call_method_each_type (ec=0x55b42946a4e0, cfp=0x7fbe5437cf30, calling=0x7ffec74b8f00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4419
        aset_mask = 1994
        ivar_mask = 0
        ci = 0x492f00100005
        cc = 0x7fbe39c5e488
        cme = 0x7fbe3adc74b8
        v = 94232280410472
#50 0x000055b4273a96ee in vm_call_method (ec=0x55b42946a4e0, cfp=0x7fbe5437cf30, calling=0x7ffec74b8f00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4545
        ci = 0x492f00100005
        cc = 0x7fbe39c5e488
#51 0x000055b4273a98f0 in vm_call_general (ec=0x55b42946a4e0, reg_cfp=0x7fbe5437cf30, calling=0x7ffec74b8f00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4589
No locals.
#52 0x000055b4273abf75 in vm_sendish (ec=0x55b42946a4e0, reg_cfp=0x7fbe5437cf30, cd=0x55b42962b760, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5583
        val = 36
        ci = 0x492f00100005
        cc = 0x7fbe39c5e488
        argc = 2
        recv = 140455008005360
        calling = {cd = 0x55b42962b760, cc = 0x7fbe39c5e488, block_handler = 0, recv = 140455008005360, argc = 2, kw_splat = false, heap_argv = 0}
#53 0x000055b4273b3506 in vm_exec_core (ec=0x55b42946a4e0) at ../../src/trunk-O0/insns.def:834
        bh = 0
        cd = 0x55b42962b760
        leaf = false
        val = 140454989777280
        reg_pc = 0x55b42962b5d0
        reg_cfp = 0x7fbe5437cf30
        insns_address_table = {0x55b4273afbdd <vm_exec_core+108>, 0x55b4273afc3f <vm_exec_core+206>, 0x55b4273afd52 <vm_exec_core+481>, 0x55b4273afe66 <vm_exec_core+757>, 0x55b4273b0004 <vm_exec_core+1171>, 0x55b4273b0134 <vm_exec_core+1475>, 0x55b4273b0346 <vm_exec_core+2005>, 0x55b4273b0458 <vm_exec_core+2279>, 0x55b4273b0531 <vm_exec_core+2496>, 0x55b4273b0638 <vm_exec_core+2759>, 0x55b4273b073f <vm_exec_core+3022>, 0x55b4273b084d <vm_exec_core+3292>, 0x55b4273b095f <vm_exec_core+3566>, 0x55b4273b0a2f <vm_exec_core+3774>, 0x55b4273b0b38 <vm_exec_core+4039>, 0x55b4273b0c32 <vm_exec_core+4289>, 0x55b4273b0cf5 <vm_exec_core+4484>, 0x55b4273b0db8 <vm_exec_core+4679>, 0x55b4273b0e41 <vm_exec_core+4816>, 0x55b4273b0ecd <vm_exec_core+4956>, 0x55b4273b0f73 <vm_exec_core+5122>, 0x55b4273b104b <vm_exec_core+5338>, 0x55b4273b1118 <vm_exec_core+5543>, 0x55b4273b11f6 <vm_exec_core+5765>, 0x55b4273b12b8 <vm_exec_core+5959>, 0x55b4273b13f7 <vm_exec_core+6278>, 0x55b4273b149d <vm_exec_core+6444>, 0x55b4273b1582 <vm_exec_core+6673>, 0x55b4273b16b1 <vm_exec_core+6976>, 0x55b4273b1774 <vm_exec_core+7171>, 0x55b4273b1837 <vm_exec_core+7366>, 0x55b4273b192e <vm_exec_core+7613>, 0x55b4273b19f0 <vm_exec_core+7807>, 0x55b4273b1acf <vm_exec_core+8030>, 0x55b4273b1b9c <vm_exec_core+8235>, 0x55b4273b1cac <vm_exec_core+8507>, 0x55b4273b1da6 <vm_exec_core+8757>, 0x55b4273b1e21 <vm_exec_core+8880>, 0x55b4273b1ee2 <vm_exec_core+9073>, 0x55b4273b1fd0 <vm_exec_core+9311>, 0x55b4273b2080 <vm_exec_core+9487>, 0x55b4273b21ff <vm_exec_core+9870>, 0x55b4273b22d9 <vm_exec_core+10088>, 0x55b4273b23c5 <vm_exec_core+10324>, 0x55b4273b2456 <vm_exec_core+10469>, 0x55b4273b25b1 <vm_exec_core+10816>, 0x55b4273b2b53 <vm_exec_core+12258>, 0x55b4273b2c4f <vm_exec_core+12510>, 0x55b4273b2d52 <vm_exec_core+12769>, 0x55b4273b2e3e <vm_exec_core+13005>, 0x55b4273b3057 <vm_exec_core+13542>, 0x55b4273b3149 <vm_exec_core+13784>, 0x55b4273b324f <vm_exec_core+14046>, 0x55b4273b344c <vm_exec_core+14555>, 0x55b4273b35f5 <vm_exec_core+14980>, 0x55b4273b3720 <vm_exec_core+15279>, 0x55b4273b388c <vm_exec_core+15643>, 0x55b4273b39b7 <vm_exec_core+15942>, 0x55b4273b3b23 <vm_exec_core+16306>, 0x55b4273b3d05 <vm_exec_core+16788>, 0x55b4273b3f02 <vm_exec_core+17297>, 0x55b4273b40ab <vm_exec_core+17722>, 0x55b4273b41cd <vm_exec_core+18012>, 0x55b4273b4274 <vm_exec_core+18179>, 0x55b4273b4338 <vm_exec_core+18375>, 0x55b4273b4421 <vm_exec_core+18608>, 0x55b4273b450d <vm_exec_core+18844>, 0x55b4273b45f6 <vm_exec_core+19077>, 0x55b4273b470a <vm_exec_core+19353>, 0x55b4273b4831 <vm_exec_core+19648>, 0x55b4273b4967 <vm_exec_core+19958>, 0x55b4273b4a9d <vm_exec_core+20268>, 0x55b4273b4bd3 <vm_exec_core+20578>, 0x55b4273b4d09 <vm_exec_core+20888>, 0x55b4273b4e3f <vm_exec_core+21198>, 0x55b4273b4f80 <vm_exec_core+21519>, 0x55b4273b50fa <vm_exec_core+21897>, 0x55b4273b5230 <vm_exec_core+22207>, 0x55b4273b5366 <vm_exec_core+22517>, 0x55b4273b549c <vm_exec_core+22827>, 0x55b4273b55d2 <vm_exec_core+23137>, 0x55b4273b5708 <vm_exec_core+23447>, 0x55b4273b583e <vm_exec_core+23757>, 0x55b4273b5974 <vm_exec_core+24067>, 0x55b4273b5aaa <vm_exec_core+24377>, 0x55b4273b5bf9 <vm_exec_core+24712>, 0x55b4273b5db3 <vm_exec_core+25154>, 0x55b4273b5f31 <vm_exec_core+25536>, 0x55b4273b6050 <vm_exec_core+25823>, 0x55b4273b616f <vm_exec_core+26110>, 0x55b4273b6289 <vm_exec_core+26392>, 0x55b4273b63a3 <vm_exec_core+26674>, 0x55b4273b64ce <vm_exec_core+26973>, 0x55b4273b6604 <vm_exec_core+27283>, 0x55b4273b66ef <vm_exec_core+27518>, 0x55b4273b67f4 <vm_exec_core+27779>, 0x55b4273b693c <vm_exec_core+28107>, 0x55b4273b6a2b <vm_exec_core+28346>, 0x55b4273b6b05 <vm_exec_core+28564>, 0x55b4273b6bda <vm_exec_core+28777>, 0x55b4273b6cb5 <vm_exec_core+28996>, 0x55b4273b6d31 <vm_exec_core+29120>, 0x55b4273b6dad <vm_exec_core+29244>, 0x55b4273b6dcb <vm_exec_core+29274>, 0x55b4273b6de9 <vm_exec_core+29304>, 0x55b4273b6e07 <vm_exec_core+29334>, 0x55b4273b6e25 <vm_exec_core+29364>, 0x55b4273b6e43 <vm_exec_core+29394>, 0x55b4273b6e61 <vm_exec_core+29424>, 0x55b4273b6e7f <vm_exec_core+29454>, 0x55b4273b6e9d <vm_exec_core+29484>, 0x55b4273b6ebb <vm_exec_core+29514>, 0x55b4273b6ed9 <vm_exec_core+29544>, 0x55b4273b6ef7 <vm_exec_core+29574>, 0x55b4273b6f15 <vm_exec_core+29604>, 0x55b4273b6f33 <vm_exec_core+29634>, 0x55b4273b6f51 <vm_exec_core+29664>, 0x55b4273b6f6f <vm_exec_core+29694>, 0x55b4273b6f8d <vm_exec_core+29724>, 0x55b4273b6fab <vm_exec_core+29754>, 0x55b4273b6fc9 <vm_exec_core+29784>, 0x55b4273b6fe7 <vm_exec_core+29814>, 0x55b4273b7005 <vm_exec_core+29844>, 0x55b4273b7023 <vm_exec_core+29874>, 0x55b4273b7041 <vm_exec_core+29904>, 0x55b4273b705f <vm_exec_core+29934>, 0x55b4273b707d <vm_exec_core+29964>, 0x55b4273b709b <vm_exec_core+29994>, 0x55b4273b70b9 <vm_exec_core+30024>, 0x55b4273b70d7 <vm_exec_core+30054>, 0x55b4273b70f5 <vm_exec_core+30084>, 0x55b4273b7113 <vm_exec_core+30114>, 0x55b4273b7131 <vm_exec_core+30144>, 0x55b4273b714f <vm_exec_core+30174>, 0x55b4273b716d <vm_exec_core+30204>, 0x55b4273b718b <vm_exec_core+30234>, 0x55b4273b71a9 <vm_exec_core+30264>, 0x55b4273b71c7 <vm_exec_core+30294>, 0x55b4273b71e5 <vm_exec_core+30324>, 0x55b4273b7203 <vm_exec_core+30354>, 0x55b4273b7221 <vm_exec_core+30384>, 0x55b4273b723f <vm_exec_core+30414>, 0x55b4273b725d <vm_exec_core+30444>, 0x55b4273b727b <vm_exec_core+30474>, 0x55b4273b7299 <vm_exec_core+30504>, 0x55b4273b72b7 <vm_exec_core+30534>, 0x55b4273b72d5 <vm_exec_core+30564>, 0x55b4273b72f3 <vm_exec_core+30594>, 0x55b4273b7311 <vm_exec_core+30624>, 0x55b4273b732f <vm_exec_core+30654>, 0x55b4273b734d <vm_exec_core+30684>, 0x55b4273b736b <vm_exec_core+30714>, 0x55b4273b7389 <vm_exec_core+30744>, 0x55b4273b73a7 <vm_exec_core+30774>, 0x55b4273b73c5 <vm_exec_core+30804>, 0x55b4273b73e3 <vm_exec_core+30834>, 0x55b4273b7401 <vm_exec_core+30864>, 0x55b4273b741f <vm_exec_core+30894>, 0x55b4273b743d <vm_exec_core+30924>, 0x55b4273b745b <vm_exec_core+30954>, 0x55b4273b7479 <vm_exec_core+30984>, 0x55b4273b7497 <vm_exec_core+31014>, 0x55b4273b74b5 <vm_exec_core+31044>, 0x55b4273b74d3 <vm_exec_core+31074>, 0x55b4273b74f1 <vm_exec_core+31104>, 0x55b4273b750f <vm_exec_core+31134>, 0x55b4273b752d <vm_exec_core+31164>, 0x55b4273b754b <vm_exec_core+31194>, 0x55b4273b7569 <vm_exec_core+31224>, 0x55b4273b7587 <vm_exec_core+31254>, 0x55b4273b75a5 <vm_exec_core+31284>, 0x55b4273b75c3 <vm_exec_core+31314>, 0x55b4273b75e1 <vm_exec_core+31344>, 0x55b4273b75ff <vm_exec_core+31374>, 0x55b4273b761d <vm_exec_core+31404>, 0x55b4273b763b <vm_exec_core+31434>, 0x55b4273b7659 <vm_exec_core+31464>, 0x55b4273b7677 <vm_exec_core+31494>, 0x55b4273b76a8 <vm_exec_core+31543>, 0x55b4273b76c6 <vm_exec_core+31573>, 0x55b4273b76e4 <vm_exec_core+31603>, 0x55b4273b7702 <vm_exec_core+31633>, 0x55b4273b7720 <vm_exec_core+31663>, 0x55b4273b773e <vm_exec_core+31693>, 0x55b4273b775c <vm_exec_core+31723>, 0x55b4273b777a <vm_exec_core+31753>, 0x55b4273b7798 <vm_exec_core+31783>, 0x55b4273b77b6 <vm_exec_core+31813>, 0x55b4273b77d4 <vm_exec_core+31843>, 0x55b4273b77f2 <vm_exec_core+31873>, 0x55b4273b7810 <vm_exec_core+31903>, 0x55b4273b782e <vm_exec_core+31933>, 0x55b4273b784c <vm_exec_core+31963>, 0x55b4273b786a <vm_exec_core+31993>, 0x55b4273b7888 <vm_exec_core+32023>, 0x55b4273b78a6 <vm_exec_core+32053>, 0x55b4273b78c4 <vm_exec_core+32083>, 0x55b4273b78e2 <vm_exec_core+32113>, 0x55b4273b7900 <vm_exec_core+32143>, 0x55b4273b791e <vm_exec_core+32173>...}
#54 0x000055b4273c9ffb in vm_exec_loop (ec=0x55b42946a4e0, state=RUBY_TAG_RAISE, tag=0x7ffec74b9b90, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2514
No locals.
#55 0x000055b4273c9f43 in rb_vm_exec (ec=0x55b42946a4e0) at /tmp/ruby/src/trunk-O0/vm.c:2493
        _ec = 0x55b42946a4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffec74b9c10, 0x55b4273c9e6e <rb_vm_exec+190>, 0x0, 0x7ffec74b9b60, 0x7ffec74b9ea8}, prev = 0x7ffec74b9c80, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#56 0x000055b4273cad4f in rb_iseq_eval_main (iseq=0x7fbe39ce8480) at /tmp/ruby/src/trunk-O0/vm.c:2753
        ec = 0x55b42946a4e0
        val = 94232274969824
#57 0x000055b4271abc0d in rb_ec_exec_node (ec=0x55b42946a4e0, n=0x7fbe39ce8480) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x55b429469090
        _ec = 0x55b42946a4e0
        _tag = {tag = 36, retval = 94232238535162, buf = {0x7ffec74b9d00, 0x55b4271abba3 <rb_ec_exec_node+212>, 0x0, 0x7ffec74b9c50, 0x55b42946a4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7fbe39ce8480
#58 0x000055b4271abd8a in ruby_run_node (n=0x7fbe39ce8480) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x55b42946a4e0
        status = 21940
#59 0x000055b4271a75c4 in rb_main (argc=131, argv=0x7ffec74b9ea8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140732242042240
#60 0x000055b4271a7625 in main (argc=131, argv=0x7ffec74b9ea8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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