# Logfile created on 2024-01-31 03:08:28 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055d289fddc28 @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.20240131-030828", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055d28a067360 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055d28a0671f8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055d28a067040 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20240131-030828", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20240131-030828>, @binmode=false, @mon_data=#<Monitor:0x000055d28a066f78>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[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
Already up to date.
Latest commit hash = 8041b7d967
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-O0/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
2aeaf2a88016737a6d046dbaba1fdc67a019d249c6b5233a4697ebd7e06d35b0  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 enc
making srcs under 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 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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering 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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
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]: Leaving 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/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving 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]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
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.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
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
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
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/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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
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]: 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]: Entering 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/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
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.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/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
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    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
                                    ipaddr 1.2.6
                                    irb 1.11.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.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
                                    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
                                    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
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    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.3
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
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 1887 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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
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.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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=3478
  "--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/862] 4066496=test_date_arith
[  2/862] 4066496=test_gem_security_signer
[  3/862] 4066495=test_gem_package
[  4/862] 4066498=test_gem_resolver_api_specification
[  5/862] 4066497=location_test
[  6/862] 4066497=test_gem_commands_stale_command
[  7/862] 4066496=test_buffering
[  8/862] 4066496=test_svcb_https
[  9/862] 4066496=test_too_many_dummy_encodings
[ 10/862] 4066498=test_signedness
[ 11/862] 4066496=test_enumerable
[ 12/862] 4066496=test_rdoc_parser_simple
[ 13/862] 4066497=test_ractor
[ 14/862] 4066497=test_grapheme_breaks
[ 15/862] 4066497=json_common_interface_test
[ 16/862] 4066497=test_gem_doctor
[ 17/862] 4066496=test_gem_request_set_lockfile_tokenizer
[ 18/862] 4066497=test_date_strptime
[ 19/862] 4066496=ruby_api_test
[ 20/862] 4066497=test_gem_safe_marshal
[ 21/862] 4066495=test_serialize_subclasses
[ 22/862] 4066495=test_rand
[ 23/862] 4066496=test_default_gems
[ 24/862] 4066496=test_instrumentation_api
[ 25/862] 4066495=test_propertyputref
[ 26/862] 4066495=test_struct
[ 27/862] 4066495=test_ast
[ 28/862] 4066497=fuzzer_test
[ 29/862] 4066497=test_pinned
[ 30/862] 4066496=test_udp
[ 31/862] 4066497=test_open3
[ 32/862] 4066496=test_remote_fetch_error
[ 33/862] 4066496=test_require
[ 34/862] 4066498=test_thread
[ 35/862] 4066496=test_pattern_key_name_check
[ 36/862] 4066496=test_dup
[ 37/862] 4066496=test_locale
[ 38/862] 4066496=test_history
[ 39/862] 4066496=test_require
[ 40/862] 4066498=test_ts
[ 41/862] 4066497=test_find_executable
[ 42/862] 4066497=test_lazy_enumerator
[ 43/862] 4066498=test_key_actor_vi
[ 44/862] 4066498=test_rdoc_markup_document
[ 45/862] 4066498=test_formatter
[ 46/862] 4066498=test_weakkeymap
[ 47/862] 4066498=test_range
[ 48/862] 4066497=test_rdoc_rd
[ 49/862] 4066497=test_gem_commands_query_command
[ 50/862] 4066497=test_optimization
[ 51/862] 4066498=test_exit
[ 52/862] 4066496=test_key_actor_emacs
[ 53/862] 4066498=test_verbose
[ 54/862] 4066498=test_ractor
[ 55/862] 4066498=test_basicinstructions
[ 56/862] 4066496=test_update
[ 57/862] 4066496=test_pack
[ 58/862] 4066498=test_stringify_symbols
[ 59/862] 4066498=test_https_proxy
[ 60/862] 4066498=test_name_error_extension
[ 61/862] 4066498=test_rdoc_ri_paths
[ 62/862] 4066498=test_rdoc_rd_block_parser
[ 63/862] 4066498=test_ancdata
[ 64/862] 4066498=test_spell_checker
[ 65/862] 4066496=test_singleton
[ 66/862] 4066498=test_gem_resolver_git_specification
[ 67/862] 4066496=test_files_test_2
[ 68/862] 4066498=test_rdoc_markup
[ 69/862] 4066498=test_bignum
[ 70/862] 4066498=test_sleep
[ 71/862] 4066498=test_normalize
[ 72/862] 4066498=ractor_test
[ 73/862] 4066498=test_gem_commands_fetch_command
[ 74/862] 4066498=test_rdoc_tom_doc
[ 75/862] 4066498=test_gem_commands_sources_command
[ 76/862] 4066498=test_context
[ 77/862] 4066498=test_symbol
[ 78/862] 4066498=test_coder
[ 79/862] 4066498=test_gem_source_git
[ 80/862] 4066498=test_http
[ 81/862] 4066496=test_fd_setsize
[ 82/862] 4066496=test_regex_casefold
[ 83/862] 4066496=test_unix
[ 84/862] 4066496=test_win32ole_variant_outarg
[ 85/862] 4066496=test_ws
[ 86/862] 4066496=test_erb_command
[ 87/862] 4066496=test_gem_rdoc
[ 88/862] 4066496=test_gem_commands_contents_command
[ 89/862] 4066496=test_have_func
[ 90/862] 4066496=test_ractor_compatibility
[ 91/862] 4066498=test_data
[ 92/862] 4066498=test_rdoc_markup_to_html_snippet
[ 93/862] 4066498=test_gem_commands_lock_command
[ 94/862] 4066498=test_rdoc_markup_indented_paragraph
[ 95/862] 4066498=test_rdoc_i18n_text
[ 96/862] 4066498=test_rdoc_parser_markdown
[ 97/862] 4066498=test_gem_source_fetch_problem
[ 98/862] 4066498=test_err_in_callback
[ 99/862] 4066498=test_inlinecache
[100/862] 4066498=test_scanner_events
[101/862] 4066498=test_filter
[102/862] 4066498=test_rdoc_generator_markup
[103/862] 4066498=test_rendering
[104/862] 4066498=test_gem_ext_configure_builder
[105/862] 4066498=test_gem_dependency_list
[106/862] 4066498=test_rdoc_attr
[107/862] 4066496=test_not
[108/862] 4066496=test_koi8
[109/862] 4066498=test_ostruct
[110/862] 4066496=json_ext_parser_test
[111/862] 4066496=test_gem_resolver_vendor_specification
[112/862] 4066496=test_coderange
[113/862] 4066496=test_dir
[114/862] 4066498=test_iso_8859
[115/862] 4066498=test_transcode
[116/862] 4066497=test_enumerator_kw
[117/862] 4066497=test_gem_commands_install_command
[118/862] 4066496=test_mailto
[119/862] 4066496=test_open-uri
[120/862] 4066498=test_date
[121/862] 4066498=test_lexer
[122/862] 4066498=test_nonblock
[123/862] 4066498=test_random
[124/862] 4066498=test_rdoc_context
[125/862] 4066496=test_c_struct_entry
[126/862] 4066496=test_boolean
[127/862] 4066496=test_kill_ring
[128/862] 4066496=parameters_signature_test
[129/862] 4066496=test_rdoc_parser_changelog
[130/862] 4066496=test_yaml_special_cases
[131/862] 4066496=test_gem_source_list
[132/862] 4066496=test_yamldbm
[133/862] 4066496=unescape_test
[134/862] 4066497=test_foreach
[135/862] 4066497=test_install
[136/862] 4066498=test_func
[137/862] 4066497=test_jaro_winkler
[138/862] 4066497=test_object
[139/862] 4066497=test_find
[140/862] 4066497=test_arity
[141/862] 4066497=test_gem_resolver_composed_set
[142/862] 4066497=test_summary
[143/862] 4066497=test_win32ole_variant
[144/862] 4066497=test_rdoc_class_module
[145/862] 4066497=test_rdoc_markup_attribute_manager
[146/862] 4066497=test_trace
[147/862] 4066497=test_nil
[148/862] 4066497=test_rational
[149/862] 4066497=test_cgi_modruby
[150/862] 4066497=test_gem_commands_owner_command
[151/862] 4066497=test_gem_local_remote_options
[152/862] 4066496=test_gc
[153/862] 4066497=test_stat
[154/862] 4066497=test_pair
[155/862] 4066498=test_resolve_symbol
[156/862] 4066498=test_flush
[157/862] 4066498=test_getopts
[158/862] 4066498=test_addr
[159/862] 4066498=test_gem_commands_info_command
[160/862] 4066498=test_dns
[161/862] 4066498=test_process
[162/862] 4066498=test_rdoc_markup_to_rdoc
[163/862] 4066498=test_singleton_function
[164/862] 4066498=test_protocol
[165/862] 4066498=test_show_source
[166/862] 4066498=test_cgi_header
[167/862] 4066498=test_rdoc_generator_pot_po_entry
[168/862] 4066498=test_dir_m17n
[169/862] 4066497=test_helper
[170/862] 4066497=test_pointer
[171/862] 4066497=test_gem_gem_runner
[172/862] 4066497=test_alias
[173/862] 4066497=test_eval
[174/862] 4066497=test_proc
[175/862] 4066498=test_storage
[176/862] 4066498=test_zlib
[177/862] 4066497=test_rdoc_generator_pot
[178/862] 4066497=test_gem_uninstaller
[179/862] 4066497=test_gem_remote_fetcher
[180/862] 4066497=test_case
[181/862] 4066497=test_printf
[182/862] 4066497=test_iterator
[183/862] 4066497=test_variable_name_check
[184/862] 4066497=test_string
[185/862] 4066497=compiler_test
[186/862] 4066497=test_file_exhaustive
[187/862] 4066498=pattern_test
[188/862] 4066498=test_extlibs
[189/862] 4066498=test_regexp
[190/862] 4066497=test_win32ole
[191/862] 4066497=test_gem_request_set_gem_dependency_api
[192/862] 4066497=test_lambda
[193/862] 4066497=test_readpartial
[194/862] 4066497=test_variable
[195/862] 4066497=test_pstore
[196/862] 4066497=test_gem_text
[197/862] 4066497=test_settracefunc
[198/862] 4066497=test_win32ole_param
[199/862] 4066497=test_super
[200/862] 4066497=test_ocsp
[201/862] 4066497=memsize_test
[202/862] 4066497=test_method_cache
[203/862] 4066497=test_gem_package_old
[204/862] 4066497=test_sprintf_comb
[205/862] 4066497=heredoc_dedent_test
[206/862] 4066497=test_time
[207/862] 4066497=test_rdoc_markup_pre_process
[208/862] 4066497=test_env
[209/862] 4066496=test_convertible
[210/862] 4066497=test_gem_resolver_specification
[211/862] 4066497=test_tracepoint
[212/862] 4066497=test_have_macro
[213/862] 4066496=desugar_compiler_test
[214/862] 4066496=test_pipe
[215/862] 4066497=test_stringscanner
[216/862] 4066496=test_resize
[217/862] 4066497=test_io_m17n
[218/862] 4066496=test_error_highlight
[219/862] 4066496=test_config
[220/862] 4066496=test_internal_ivar
[221/862] 4066496=test_libs
[222/862] 4066496=test_math
[223/862] 4066496=test_gc
[224/862] 4066496=test_fips
[225/862] 4066496=test_configuration
[226/862] 4066497=test_class
[227/862] 4066497=test_x509ext
[228/862] 4066497=test_wss
[229/862] 4066497=test_helper
[230/862] 4066497=test_case
[231/862] 4066497=test_gem_path_support
[232/862] 4066497=test_pathname
[233/862] 4066496=test_coverage
[234/862] 4066497=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 37135>
[235/862] 4066497=test_pattern_matching
[236/862] 4066497=test_thread_cv
[237/862] 4066497=test_rdoc_parser.Closed file descriptor: TestRDocParser#test_class_binary_eh_ISO_2022_JP: 11

[238/862] 4066497=test_set_len
[239/862] 4066497=test_unicode
[240/862] 4066497=test_x509attr
[241/862] 4066497=test_webauthn_poller
[242/862] 4066497=test_rdoc_parser_rd
[243/862] 4066497=test_marshalable
[244/862] 4066497=test_document
[245/862] 4066497=test_gem_resolver_best_set
[246/862] 4066497=test_whileuntil
[247/862] 4066497=test_gem_config_file
[248/862] 4066496=test_cstr
[249/862] 4066497=test_monitor
[250/862] 4066497=test_data_error
[251/862] 4066497=test_yjit_exit_locations
[252/862] 4066497=test_passing_block
[253/862] 4066497=test_gem_commands_which_command
[254/862] 4066497=test_primitive
[255/862] 4066497=test_mul
[256/862] 4066497=test_float
[257/862] 4066497=test_gem_gemcutter_utilities
[258/862] 4066496=test_method_cache
[259/862] 4066496=test_history
[260/862] 4066496=errors_test
[261/862] 4066497=test_fileutils
[262/862] 4066496=test_gem_package_tar_writer
[263/862] 4066496=test_gb18030
[264/862] 4066496=test_nowrite
[265/862] 4066496=test_gem_resolver_conflict
[266/862] 4066496=test_thread_queue
[267/862] 4066497=test_vm_dump
[268/862] 4066497=test_nesting_parser
[269/862] 4066497=test_encoding
[270/862] 4066497=test_windows_1251
[271/862] 4066497=test_shellwords
[272/862] 4066497=test_yaml_tree
[273/862] 4066497=test_gem_uri_formatter
[274/862] 4066497=test_sockopt
[275/862] 4066497=test_omap
[276/862] 4066497=test_ubf_async_safe
[277/862] 4066497=test_ossl
[278/862] 4066496=test_gem_version_option
[279/862] 4066496=test_insns_leaf
[280/862] 4066496=test_eval_history
[281/862] 4066496=dispatcher_test
[282/862] 4066496=test_complex2
[283/862] 4066496=test_win32ole_record
[284/862] 4066496=test_ruby_lex
[285/862] 4066496=test_files_ext
[286/862] 4066496=test_x509req
[287/862] 4066496=test_console_attr
[288/862] 4066496=test_argf
[289/862] 4066497=test_array
[290/862] 4066498=test_gem_ext_cargo_builder_link_flag_converter
[291/862] 4066498=test_m17n
[292/862] 4066498=test_yjit
[293/862] 4066496=test_frozen_error
[294/862] 4066496=test_object
[295/862] 4066496=test_gem_resolver_local_specification
[296/862] 4066496=test_digest
[297/862] 4066496=test_closure
[298/862] 4066496=test_at_exit
[299/862] 4066496=test_dln
[300/862] 4066496=test_rdoc_options
[301/862] 4066496=test_rdoc_include
[302/862] 4066496=test_set
[303/862] 4066496=test_gem_commands_help_command
[304/862] 4066496=test_pkg_config
[305/862] 4066496=test_yield_block
[306/862] 4066496=test_irb
[307/862] 4066496=test_gem_ext_rake_builder
[308/862] 4066496=test_parser
[309/862] 4066496=test_gem_commands_list_command
[310/862] 4066496=test_cmethod
[311/862] 4066496=test_gem_resolver_vendor_set
[312/862] 4066496=test_gem_resolver_installed_specification
[313/862] 4066496=test_word
[314/862] 4066496=test_numeric
[315/862] 4066496=test_gem_requirement
[316/862] 4066496=test_address_resolve
[317/862] 4066496=test_refinement
[318/862] 4066497=test_gem_command_manager
[319/862] 4066497=test_project_sanity
[320/862] 4066497=test_num2int
[321/862] 4066497=test_gem_install_update_options
[322/862] 4066497=test_iter_break
[323/862] 4066497=test_x509crl
[324/862] 4066497=test_hash
[325/862] 4066498=test_ensured
[326/862] 4066498=test_keyword
[327/862] 4066496=test_cgi_session
[328/862] 4066496=test_pkcs7
[329/862] 4066496=test_string_processing
[330/862] 4066496=test_c_union_entity
[331/862] 4066498=test_recursion
[332/862] 4066498=test_unicode_escape
[333/862] 4066496=test_rdoc_markup_attributes
[334/862] 4066496=test_cparser
[335/862] 4066498=test_bn
[336/862] 4066498=test_io_console
[337/862] 4066498=test_logperiod
[338/862] 4066498=test_pack
[339/862] 4066498=test_rubyvm
[340/862] 4066498=test_ractor
[341/862] 4066496=test_gem_request_connection_pools
[342/862] 4066498=test_config
[343/862] 4066498=test_arith_seq_extract
[344/862] 4066496=test_logdevice
[345/862] 4066498=test_ftp
[346/862] 4066498=test_import
[347/862] 4066497=test_last_thread
[348/862] 4066497=test_enc_associate
[349/862] 4066496=test_x509cert
[350/862] 4066496=test_gem_commands_unpack_command
[351/862] 4066498=test_rdoc_markup_to_table_of_contents
[352/862] 4066498=test_pp
[353/862] 4066498=test_engine
[354/862] 4066498=test_append
[355/862] 4066498=test_symbol
[356/862] 4066498=test_module
[357/862] 4066496=test_key_error
[358/862] 4066497=test_rb_str_dup
[359/862] 4066496=test_logger
[360/862] 4066496=test_ssl
[361/862] 4066497=test_digest_extend
[362/862] 4066497=test_files_sample
[363/862] 4066497=test_rbconfig
[364/862] 4066497=test_metaclass
[365/862] 4066497=test_rdoc_markup_to_label
[366/862] 4066497=test_gem_commands_exec_command
[367/862] 4066497=test_tsort
[368/862] 4066497=test_gem_specification
[369/862] 4066498=test_gem_package_tar_reader_entry
[370/862] 4066498=test_win32ole_variable
[371/862] 4066498=test_gem_resolver
[372/862] 4066498=test_cgi_cookie
[373/862] 4066498=test_object_references
[374/862] 4066498=test_scheduler
[375/862] 4066498=version_test
[376/862] 4066498=test_time_tz
[377/862] 4066496=test_big5
[378/862] 4066498=test_new
[379/862] 4066496=test_httpresponse
[380/862] 4066498=test_rdoc_parser_ruby
[381/862] 4066496=test_cipher
[382/862] 4066496=test_beginendblock
[383/862] 4066496=test_load
[384/862] 4066496=test_have_library
[385/862] 4066498=test_rdoc_generator_darkfish
[386/862] 4066496=test_mixed_unicode_escapes
[387/862] 4066496=test_within_pipe
[388/862] 4066496=test_timeout
[389/862] 4066496=test_gem_commands_server_command
[390/862] 4066496=test_httpresponses
[391/862] 4066496=test_objspace
[392/862] 4066498=test_ractor
[393/862] 4066497=test_gem_console_ui
[394/862] 4066497=test_https
[395/862] 4066498=test_rdoc_markup_to_tt_only
[396/862] 4066497=test_ssl
[397/862] 4066498=test_evaluation
[398/862] 4066498=test_case_options
[399/862] 4066498=ripper_compat_test
[400/862] 4066498=test_optparse
[401/862] 4066498=json_encoding_test
[402/862] 4066498=test_gem_commands_update_command
[403/862] 4066497=test_marshal
[404/862] 4066497=test_rdoc_markup_to_bs
[405/862] 4066497=test_raise_exception
[406/862] 4066498=test_rational2
[407/862] 4066498=test_fiber
[408/862] 4066497=test_terminfo
[409/862] 4066497=test_parser
[410/862] 4066497=test_rdoc_require
[411/862] 4066497=test_cgi_core
[412/862] 4066497=test_signal
[413/862] 4066497=test_fixnum
[414/862] 4066497=test_bug-14834
[415/862] 4066497=test_delegate
[416/862] 4066497=test_gem_ext_cargo_builder_unit
[417/862] 4066497=test_bash_completion
[418/862] 4066497=test_encoding
[419/862] 4066498=test_to_ary_concat
[420/862] 4066497=test_gem
[421/862] 4066497=test_addrinfo
[422/862] 4066497=test_constant
[423/862] 4066498=test_buffered_io
[424/862] 4066498=test_completion
[425/862] 4066498=test_win32ole_event
[426/862] 4066498=test_mutex
[427/862] 4066498=test_option
[428/862] 4066497=test_struct
[429/862] 4066498=test_etc
[430/862] 4066497=test_notimplement
[431/862] 4066497=test_scalar_scanner
[432/862] 4066497=test_array_create
[433/862] 4066497=test_key_event_record
[434/862] 4066497=test_compile_prism
[435/862] 4066498=test_io
[436/862] 4066497=test_sexp
[437/862] 4066497=test_integer
[438/862] 4066495=test_objectspace
[439/862] 4066495=test_gem_ext_cmake_builder
[440/862] 4066495=test_interned_str
[441/862] 4066495=test_require_lib
[442/862] 4066497=test_tree_spell_checker
[443/862] 4066497=test_euc_jp
[444/862] 4066497=test_gem_util
[445/862] 4066497=test_rdoc_generator_pot_po
[446/862] 4066497=test_tree_builder
[447/862] 4066497=test_rdoc_servlet
[448/862] 4066497=test_clone
[449/862] 4066497=test_protect
[450/862] 4066497=test_cesu8
[451/862] 4066497=test_rdoc_markup_include
[452/862] 4066497=test_typeddata
[453/862] 4066497=test_euc_kr
[454/862] 4066497=test_gem_commands_cleanup_command
[455/862] 4066497=test_literal
[456/862] 4066495=test_date_marshal
[457/862] 4066495=test_gem_commands_mirror
[458/862] 4066495=test_rdoc_ri_driver
[459/862] 4066497=test_shapes
[460/862] 4066497=test_httpheader
[461/862] 4066497=test_rubyoptions
[462/862] 4066495=test_capacity
[463/862] 4066495=test_nextafter
[464/862] 4066495=test_thread
[465/862] 4066495=test_stream
[466/862] 4066495=test_pkey
[467/862] 4066495=test_acceptable
[468/862] 4066495=test_io_wait
[469/862] 4066495=test_string_memory
[470/862] 4066495=test_integer
[471/862] 4066495=test_kwargs
[472/862] 4066495=test_yield
[473/862] 4066498=test_line_editor
[474/862] 4066498=test_gem_security_trust_dir
[475/862] 4066498=test_dryrun
[476/862] 4066498=test_ractor
[477/862] 4066498=test_forwardable
[478/862] 4066498=parse_comments_test
[479/862] 4066498=test_gem_resolver_api_set
[480/862] 4066498=test_ssl_session
[481/862] 4066498=test_rdoc_markup_hard_break
[482/862] 4066498=test_rdoc_markdown_test
[483/862] 4066495=test_rdoc_normal_module
[484/862] 4066495=test_gem_version
[485/862] 4066495=test_random
[486/862] 4066495=test_ns_spki
[487/862] 4066495=test_gem_resolver_dependency_request
[488/862] 4066495=test_arith_seq_beg_len_step
[489/862] 4066495=test_gem_resolver_requirement_list
[490/862] 4066495=test_scalar
[491/862] 4066495=test_key_name_check
[492/862] 4066495=test_rdoc_markup_to_markdown
[493/862] 4066495=test_trick
[494/862] 4066498=test_iseq_load
[495/862] 4066498=test_type_completor
[496/862] 4066498=test_utf32
[497/862] 4066498=test_gem_commands_pristine_command
[498/862] 4066495=test_tmpdir
[499/862] 4066495=test_noarg
[500/862] 4066495=test_change_word
[501/862] 4066495=test_human_typo
[502/862] 4066495=test_threadgroup
[503/862] 4066498=test_prettyprint
[504/862] 4066498=test_gem_ext_builder
[505/862] 4066495=test_stream
[506/862] 4066495=test_rdoc_alias
[507/862] 4066495=test_data
[508/862] 4066495=test_big2str
[509/862] 4066495=test_gem_commands_yank_command
[510/862] 4066495=test_gem_commands_check_command
[511/862] 4066495=test_queue
[512/862] 4066495=test_emitter
[513/862] 4066495=test_io
[514/862] 4066495=test_ellipsize
[515/862] 4066495=test_gem_security_policy
[516/862] 4066497=test_rdoc_context_section
[517/862] 4066497=test_gem_package_tar_header
[518/862] 4066497=test_gem_ext_cargo_builder
[519/862] 4066497=test_io_buffer
[520/862] 4066495=test_gem_resolver_index_specification
[521/862] 4066497=test_c_struct_builder
[522/862] 4066495=test_merge_keys
[523/862] 4066495=test_to_ruby
[524/862] 4066495=test_rdoc_extend
[525/862] 4066495=test_mdns
[526/862] 4066495=test_rat
[527/862] 4066495=test_config
[528/862] 4066495=test_process
[529/862] 4066497=test_ractor
[530/862] 4066498=test_key_stroke
[531/862] 4066497=test_ifunless
[532/862] 4066497=test_external_new
[533/862] 4066498=test_bundled_ca
[534/862] 4066497=test_win32ole_typelib
[535/862] 4066497=constant_path_node_test
[536/862] 4066497=test_gem_request_set
[537/862] 4066497=test_gem_name_tuple
[538/862] 4066497=test_date_ractor
[539/862] 4066498=test_http_request
[540/862] 4066498=test_undef
[541/862] 4066498=test_securerandom
[542/862] 4066497=test_pkey_dh
[543/862] 4066498=test_gem_resolver_activation_request
[544/862] 4066498=test_function_entry
[545/862] 4066498=test_path_to_class
[546/862] 4066498=test_gem_ext_ext_conf_builder
[547/862] 4066497=test_win32ole_method_event
[548/862] 4066497=test_hash
[549/862] 4066497=test_complexrational
[550/862] 4066497=test_rdoc_any_method
[551/862] 4066497=test_abi
[552/862] 4066497=test_alias_and_anchor
[553/862] 4066497=test_config
[554/862] 4066497=newline_test
[555/862] 4066497=test_econv
[556/862] 4066498=json_fixtures_test
[557/862] 4066498=test_emitter
[558/862] 4066498=test_rdoc_markup_verbatim
[559/862] 4066498=test_rdoc_parser_c
[560/862] 4066498=test_gem_platform
[561/862] 4066498=test_stack
[562/862] 4066497=test_bigzero
[563/862] 4066497=test_pkey_rsa
[564/862] 4066497=test_backtrace
[565/862] 4066498=test_rdoc_markup_to_html
[566/862] 4066497=test_rdoc_task
[567/862] 4066497=test_numhash
[568/862] 4066497=test_macro
[569/862] 4066497=test_ldap
[570/862] 4066497=test_color
[571/862] 4066497=test_rdoc_top_level
[572/862] 4066498=test_hmac
[573/862] 4066498=test_gem_commands_setup_command
[574/862] 4066497=test_parse
[575/862] 4066498=test_method_name_check
[576/862] 4066498=test_uncorrectable_name_check
[577/862] 4066498=test_gem_request_set_lockfile
[578/862] 4066497=test_postponed_job
[579/862] 4066498=test_numeric
[580/862] 4066498=test_gem_commands_environment_command
[581/862] 4066498=test_erb
[582/862] 4066497=test_pty
[583/862] 4066498=test_bmethod
[584/862] 4066498=encoding_test
[585/862] 4066498=test_io_timeout
[586/862] 4066498=test_files_test_1
[587/862] 4066497=test_const
[588/862] 4066497=test_rdoc_encoding
[589/862] 4066497=test_class
[590/862] 4066498=test_ipaddr
[591/862] 4066498=test_rdoc_normal_class
[592/862] 4066498=test_gem_package_tar_reader
[593/862] 4066498=test_comparable
[594/862] 4066498=test_rdoc_markdown
[595/862] 4066497=test_rdoc_rd_inline
[596/862] 4066497=test_deprecate
[597/862] 4066497=test_rdoc_constant
[598/862] 4066497=test_gem_installer
[599/862] 4066498=test_pkcs12
[600/862] 4066498=test_gem_source_specific_file
[601/862] 4066498=test_rdoc_markup_parser
[602/862] 4066498=test_method
[603/862] 4066496=test_utf16
[604/862] 4066496=test_gem_unsatisfiable_dependency_error
[605/862] 4066496=test_require_path_check
[606/862] 4066496=test_duplicate
[607/862] 4066496=magic_comment_test
[608/862] 4066496=test_object_create_start
[609/862] 4066496=test_tempfile
[610/862] 4066496=test_gem_commands_cert_command
[611/862] 4066496=test_date_new
[612/862] 4066496=test_wait
[613/862] 4066496=test_rdoc_markup_raw
[614/862] 4066496=test_euc_tw
[615/862] 4066496=test_nomethod_error
[616/862] 4066496=test_fstring
[617/862] 4066496=test_path
[618/862] 4066496=test_cmd
[619/862] 4066496=json_string_matching_test
[620/862] 4066496=test_rdoc_markup_paragraph
[621/862] 4066496=test_iseq
[622/862] 4066496=test_face
[623/862] 4066496=test_emoji
[624/862] 4066496=test_sorted_set
[625/862] 4066497=test_sizeof
[626/862] 4066496=test_defined
[627/862] 4066496=test_gem_commands_search_command
[628/862] 4066496=test_cp949
[629/862] 4066496=test_condition
[630/862] 4066496=test_sleep
[631/862] 4066496=test_basicsocket
[632/862] 4066496=test_color_printer
[633/862] 4066496=test_rdoc_rd_inline_parser
[634/862] 4066496=test_date_attr
[635/862] 4066496=test_set
[636/862] 4066496=test_init
[637/862] 4066496=test_reqarg
[638/862] 4066496=test_date_strftime
[639/862] 4066497=test_file
[640/862] 4066497=test_gem_commands_signin_command
[641/862] 4066497=test_system
[642/862] 4066496=library_symbols_test
[643/862] 4066496=test_zsh_completion
[644/862] 4066496=test_resource
[645/862] 4066496=test_string
[646/862] 4066496=test_function
[647/862] 4066496=test_assembler
[648/862] 4066496=test_gem_stub_specification
[649/862] 4066496=test_raise
[650/862] 4066496=test_mkmf
[651/862] 4066496=test_reline
[652/862] 4066496=test_array
[653/862] 4066496=test_debug
[654/862] 4066496=test_yaml
[655/862] 4066495=comments_test
[656/862] 4066496=test_gem_commands_uninstall_command
[657/862] 4066495=test_rdoc_code_object
[658/862] 4066497=test_erb_m17n
[659/862] 4066497=test_yamlstore
[660/862] 4066497=test_class2name
[661/862] 4066497=test_rdoc_markup_to_html_crossref
[662/862] 4066495=test_framework
[663/862] 4066495=test_socket
[664/862] 4066497=test_benchmark
[665/862] 4066496=test_depth_first
[666/862] 4066496=test_random_formatter
[667/862] 4066496=test_gem_source
[668/862] 4066496=test_rdoc_markup_heading
[669/862] 4066496=test_pack
[670/862] 4066498=test_fnmatch
[671/862] 4066498=test_x509name
[672/862] 4066498=test_reline_key
[673/862] 4066496=test_unicode_normalize
[674/862] 4066498=test_bug-3571
[675/862] 4066498=test_handle
[676/862] 4066497=test_did_you_mean
[677/862] 4066497=test_date_time
[678/862] 4066497=test_arity
[679/862] 4066497=test_rdoc_markup_to_joined_paragraph
[680/862] 4066497=parser_test
[681/862] 4066497=test_gem_commands_dependency_command
[682/862] 4066497=test_rdoc_rubygems_hook
[683/862] 4066497=test_switch_hitter
[684/862] 4066497=test_pkey_dsa
[685/862] 4066495=test_enumerator
[686/862] 4066498=test_timeout
[687/862] 4066498=test_weakref
[688/862] 4066498=test_name_error
[689/862] 4066498=locals_test
[690/862] 4066497=test_string
[691/862] 4066498=test_safe_load
[692/862] 4066498=test_ansi_with_terminfo
[693/862] 4066498=test_gem_stream_ui
[694/862] 4066498=bom_test
[695/862] 4066498=test_thread_fd_close
[696/862] 4066498=test_file
[697/862] 4066498=test_rdoc_generator_ri
[698/862] 4066498=test_hash_create
[699/862] 4066498=test_gem_command
[700/862] 4066498=test_emoji_breaks
[701/862] 4066496=test_ractor
[702/862] 4066496=test_gem_resolver_git_set
[703/862] 4066496=test_nofree
[704/862] 4066496=test_gem_resolver_lock_specification
[705/862] 4066496=test_fiddle
[706/862] 4066496=test_gem_commands_open_command
[707/862] 4066496=test_bug-5832
[708/862] 4066496=test_store
[709/862] 4066498=test_files_lib
[710/862] 4066498=test_digest
[711/862] 4066496=test_rdoc_cross_reference
[712/862] 4066498=test_shift_jis
[713/862] 4066498=test_eval
[714/862] 4066496=test_gem_security
[715/862] 4066498=test_rubygems
[716/862] 4066498=test_member
[717/862] 4066498=format_errors_test
[718/862] 4066498=test_stringchar
[719/862] 4066498=test_http
[720/862] 4066498=test_gem_update_suggestion
[721/862] 4066498=test_arithmetic_sequence
[722/862] 4066498=test_load
[723/862] 4066498=test_severity
[724/862] 4066498=test_ractor
[725/862] 4066498=test_gem_source_installed
[726/862] 4066498=test_rdoc_i18n_locale
[727/862] 4066498=test_gem_resolver_lock_set
[728/862] 4066498=test_ole_methods
[729/862] 4066498=test_psych
[730/862] 4066498=test_gem_resolver_installer_set
[731/862] 4066498=test_flags
[732/862] 4066496=test_rdoc_rdoc
[733/862] 4066498=test_cclass
[734/862] 4066498=test_tcp
[735/862] 4066496=test_win32ole_variant_m
[736/862] 4066496=test_rdoc_comment
[737/862] 4066496=test_kdf
[738/862] 4066496=test_json_tree
[739/862] 4066496=test_cgi_multipart
[740/862] 4066498=test_autoconf
[741/862] 4066498=test_io_buffer
[742/862] 4066498=test_bug_reporter
[743/862] 4066496=test_win32ole_method
[744/862] 4066496=test_frozen
[745/862] 4066496=test_flip
[746/862] 4066496=test_gem_source_local
[747/862] 4066498=test_weakmap
[748/862] 4066496=test_egrep_cpp
[749/862] 4066496=test_date_compat
[750/862] 4066496=test_gem_source_subpath_problem
[751/862] 4066496=test_case_mapping
[752/862] 4066496=test_date_conv
[753/862] 4066496=test_scan_args
[754/862] 4066496=test_dot_dot
[755/862] 4066496=test_rdoc_method_attr
[756/862] 4066496=test_win32ole_type_event
[757/862] 4066496=test_gem_uri
[758/862] 4066496=test_sprintf
[759/862] 4066496=test_stringio
[760/862] 4066496=test_memory_view
[761/862] 4066496=test_enumerator
[762/862] 4066496=test_exception_at_throwing
[763/862] 4066496=test_gem_commands_push_command
[764/862] 4066496=test_m17n_comb
[765/862] 4066496=test_type
[766/862] 4066496=test_class_name_check
[767/862] 4066496=test_common
[768/862] 4066496=test_backtrace
[769/862] 4066496=test_complex
[770/862] 4066496=json_generic_object_test
[771/862] 4066496=test_qsort
[772/862] 4066496=test_gem_commands_build_command
[773/862] 4066496=json_addition_test
[774/862] 4066496=test_win32ole_param_event
[775/862] 4066496=test_workspace
[776/862] 4066496=test_debug_cmd
[777/862] 4066496=test_rdoc_single_class
[778/862] 4066496=test_cgi_tag_helper
[779/862] 4066496=test_rdoc_generator_json_index
[780/862] 4066496=test_gem_resolver_index_set
[781/862] 4066496=test_gem_request
[782/862] 4066496=test_pkey_ec
[783/862] 4066496=test_thread
[784/862] 4066496=test_recorder
[785/862] 4066496=test_rdoc_token_stream
[786/862] 4066496=test_date_parse
[787/862] 4066496=test_enum
[788/862] 4066495=test_gem_spec_fetcher
[789/862] 4066495=test_folderitem2_invokeverb
[790/862] 4066495=test_inadvertent_creation
[791/862] 4066495=test_webauthn_listener_response
[792/862] 4066495=test_enc_raise
[793/862] 4066495=test_case_comprehensive
[794/862] 4066496=test_rdoc_store
[795/862] 4066496=test_syntax
[796/862] 4066498=test_provider
[797/862] 4066498=test_exception
[798/862] 4066498=test_gem_dependency_resolution_error
[799/862] 4066498=test_rdoc_stats
[800/862] 4066498=test_time
[801/862] 4066498=test_files_test
[802/862] 4066498=test_gem_bundler_version_finder
[803/862] 4066498=test_gem_commands_signout_command
[804/862] 4066498=test_gem_ci_detector
[805/862] 4066498=test_gem_silent_ui
[806/862] 4066498=test_gem_request_set_lockfile_parser
[807/862] 4066498=test_io_wait_uncommon
[808/862] 4066498=test_parser_events
[809/862] 4066498=test_delete
[810/862] 4066498=test_rdoc_markup_to_ansi
[811/862] 4066498=test_gc_compact
[812/862] 4066496=json_generator_test
[813/862] 4066496=test_gem_impossible_dependencies_error
[814/862] 4066496=test_str2big
[815/862] 4066496=test_continuation
[816/862] 4066496=test_gem_commands_specification_command
[817/862] 4066496=test_popen_deadlock
[818/862] 4066498=test_asn1
[819/862] 4066498=attribute_write_test
[820/862] 4066498=test_len
[821/862] 4066498=test_placearg
[822/862] 4066498=test_optarg
[823/862] 4066498=test_ripper
[824/862] 4066496=test_gem_source_lock
[825/862] 4066496=test_gem_dependency_installer
[826/862] 4066498=test_input_method
[827/862] 4066498=test_generic
[828/862] 4066498=test_enc_str_buf_cat
[829/862] 4066498=regexp_test
[830/862] 4066498=test_exception
[831/862] 4066498=test_x509store
[832/862] 4066498=test_win32ole_type
[833/862] 4066498=test_null
[834/862] 4066498=test_windows_1252
[835/862] 4066498=test_cgi_util
[836/862] 4066498=test_gem_dependency
[837/862] 4066498=test_autoload
[838/862] 4066497=test_ansi_without_terminfo
[839/862] 4066497=test_rdoc_text
[840/862] 4066497=test_call
[841/862] 4066497=test_gem_source_vendor
[842/862] 4066497=test_require
[843/862] 4066497=test_my_integer
[844/862] 4066497=test_assignment
[845/862] 4066496=test_modify_expand
[846/862] 4066496=test_memory_view
[847/862] 4066496=test_gem_available_set
[848/862] 4066496=test_usrmarshal
[849/862] 4066496=test_rdoc_markup_formatter
[850/862] 4066496=test_gem_validator
[851/862] 4066496=test_gem_commands_outdated_command
[852/862] 4066496=test_rendering
[853/862] 4066496=!Nothing_to_test
[854/862] 4066496=parse_test
[855/862] 4066497=test_gbk
[856/862] 4066497=json_parser_test
[857/862] 4066497=test_profile_frames
[858/862] 4066497=test_div
[859/862] 4066497=test_kernel
[860/862] 4066497=test_nil2vtempty
[861/862] 4066497=test_integer_comb
[862/862] 4066498=test_deprecated

Retrying...
Finished tests in 1136.920703s, 22.0569 tests/s, 8322.6992 assertions/s.
25077 tests, 9462249 assertions, 0 failures, 0 errors, 217 skips

ruby -v: ruby 3.4.0dev (2024-01-30T22:22:39Z master 8041b7d967) [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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
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.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.1.2/ext/syslog'
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-30T22:22:39Z master 8041b7d967) [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 608.302830 seconds

3728 files, 31902 examples, 141472 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.4070841.ruby -x gdbscript
[New LWP 4070841]
[New LWP 4070842]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-O0/ruby -w --disable=gems -I/tmp/ruby/src/trunk-O0/test/l'.
Program terminated with signal SIGABRT, Aborted.
#0  RCLASS_IV_COUNT (obj=140228718614760) at /tmp/ruby/src/trunk-O0/internal/class.h:151
151	}
[Current thread is 1 (Thread 0x7f89a56727c0 (LWP 4070841))]

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f89a56727c0 (LWP 4070841) RCLASS_IV_COUNT (obj=140228718614760) at /tmp/ruby/src/trunk-O0/internal/class.h:151
  2    Thread 0x7f898c09f640 (LWP 4070842) 0x00007f89a579afde in epoll_wait (epfd=4, events=0x55e2b84e189c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f898c09f640 (LWP 4070842)):
#0  0x00007f89a579afde in epoll_wait (epfd=4, events=0x55e2b84e189c <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  0x000055e2b80396c4 in event_wait (vm=0x55e2ba1512a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 21986
#2  0x000055e2b80396e8 in timer_thread_polling (vm=0x55e2ba1512a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1650552770
#3  0x000055e2b8039da8 in timer_thread_func (ptr=0x55e2ba1512a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3024
        vm = 0x55e2ba1512a0
#4  0x00007f89a5709b43 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 = {140721935596080, -2993660881266003369, 140228736710208, 25, 140229162866768, 140721935596432, 2983486705508037207, 2983401291875234391}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f89a579abb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f89a56727c0 (LWP 4070841)):
#0  RCLASS_IV_COUNT (obj=140228718614760) at /tmp/ruby/src/trunk-O0/internal/class.h:151
No locals.
#1  0x000055e2b7ea5e6c in gc_mark_children (objspace=0x55e2ba153bf0, obj=140228718614760) at /tmp/ruby/src/trunk-O0/gc.c:7414
        i = 0
        any = 0x7f898af5d8e8
#2  0x000055e2b7ea6654 in gc_mark_stacked_objects (objspace=0x55e2ba153bf0, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7596
        mstack = 0x55e2ba154078
        obj = 140228718614760
        marked_slots_at_the_beginning = 760
        popped_count = 0
#3  0x000055e2b7ea67d4 in gc_mark_stacked_objects_all (objspace=0x55e2ba153bf0) at /tmp/ruby/src/trunk-O0/gc.c:7634
No locals.
#4  0x000055e2b7ea8b48 in gc_marks_rest (objspace=0x55e2ba153bf0) at /tmp/ruby/src/trunk-O0/gc.c:8829
No locals.
#5  0x000055e2b7ea8c7c in gc_marks (objspace=0x55e2ba153bf0, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8887
        marking_finished = false
#6  0x000055e2b7eaaa1f in gc_start (objspace=0x55e2ba153bf0, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9640
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9509
#7  0x000055e2b7eaa6b4 in garbage_collect (objspace=0x55e2ba153bf0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9521
        _lev = 1627101312
        ret = 32764
#8  0x000055e2b7eab17b in garbage_collect_with_gvl (objspace=0x55e2ba153bf0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9909
No locals.
#9  0x000055e2b7eb235a in objspace_malloc_gc_stress (objspace=0x55e2ba153bf0) at /tmp/ruby/src/trunk-O0/gc.c:12454
        reason = 45568
#10 0x000055e2b7eb263d in objspace_xmalloc0 (objspace=0x55e2ba153bf0, size=24) at /tmp/ruby/src/trunk-O0/gc.c:12656
        gpr = 107008
        mem = 0x20d000020d1
#11 0x000055e2b7eb295a in ruby_xmalloc0 (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12880
No locals.
#12 0x000055e2b7eb2990 in ruby_xmalloc_body (size=24) at /tmp/ruby/src/trunk-O0/gc.c:12889
No locals.
#13 0x000055e2b7eb6407 in ruby_xmalloc (size=24) at /tmp/ruby/src/trunk-O0/gc.c:14494
No locals.
#14 0x000055e2b807f588 in vm_ccs_create (klass=140228737033280, cc_tbl=0x55e2ba550ca0, mid=8401, cme=0x7f89a55686b0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:1955
        ccs = 0xffffffff0000020d
#15 0x000055e2b809b8b0 in cache_callable_method_entry (klass=140228737033280, mid=8401, cme=0x7f89a55686b0) at /tmp/ruby/src/trunk-O0/vm_method.c:1334
        cc_tbl = 0x55e2ba550ca0
        ccs_data = 94432238613815
#16 0x000055e2b809ba72 in callable_method_entry_or_negative (klass=140228737033280, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1382
        defined_class = 140228737034240
        me = 0x7f89a55686b0
        _lev = 4
        cme = 0x7f89a55686b0
#17 0x000055e2b809bb04 in callable_method_entry (klass=140228737033280, mid=8401, defined_class_ptr=0x0) at /tmp/ruby/src/trunk-O0/vm_method.c:1402
        cme = 0x7ffc60fb9ab0
#18 0x000055e2b809bb67 in rb_callable_method_entry (klass=140228737033280, mid=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:1409
No locals.
#19 0x000055e2b809df82 in rb_method_basic_definition_p (klass=140228737033280, id=8401) at /tmp/ruby/src/trunk-O0/vm_method.c:2704
        cme = 0x7f898af2ea48
#20 0x000055e2b7e83e2f in set_backtrace (info=140228718422600, bt=140228719475840) at /tmp/ruby/src/trunk-O0/eval_error.c:67
        set_backtrace = 8401
#21 0x000055e2b7e87851 in setup_exception (ec=0x55e2ba154c60, tag=6, mesg=140228718422600, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:571
        at = 140228719475840
        bt = 4
        _ec = 0x55e2ba154c60
        _tag = {tag = 36, retval = 140229139758688, buf = {0x7ffc60fb9c80, 0x55e2b7e876df <setup_exception+313>, 0x0, 0x7ffc60fb9b30, 0x7f89a40ffe60}, prev = 0x7ffc60fb9ea0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        e = 12684089018336362496
        line = 0
        file = 0x55e2ba7e9290 "/tmp/empty20240131-4070841-ste6u7.rb"
        file0 = 0x55e2ba7e9290 "/tmp/empty20240131-4070841-ste6u7.rb"
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#22 0x000055e2b7e87dab in rb_longjmp (ec=0x55e2ba154c60, tag=6, mesg=140228718422600, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:654
No locals.
#23 0x000055e2b7e87e31 in rb_exc_exception (mesg=140228718422600, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:669
No locals.
#24 0x000055e2b7e87e57 in rb_exc_raise (mesg=140228718422600) at /tmp/ruby/src/trunk-O0/eval.c:682
No locals.
#25 0x000055e2b8041199 in rb_threadptr_execute_interrupts (th=0x55e2ba153810, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2491
        err = 140228718422600
        sig = 0
        timer_interrupt = 0
        pending_interrupt = 2
        terminate_interrupt = 0
        trap_interrupt = 0
        interrupt = 2
        postponed_job_interrupt = 0
        ret = 1
#26 0x000055e2b8033574 in rb_vm_check_ints (ec=0x55e2ba154c60) at /tmp/ruby/src/trunk-O0/vm_core.h:2091
No locals.
#27 0x000055e2b803d282 in unblock_function_set (th=0x55e2ba153810, func=0x55e2b8037cce <ubf_select>, arg=0x55e2ba153810, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:314
No locals.
#28 0x000055e2b803f896 in blocking_region_begin (th=0x55e2ba153810, region=0x7ffc60fb9e48, ubf=0x55e2b8037cce <ubf_select>, arg=0x55e2ba153810, fail_if_interrupted=0) at /tmp/ruby/src/trunk-O0/thread.c:1467
No locals.
#29 0x000055e2b804013d in rb_thread_io_blocking_call (func=0x55e2b7ec4c0c <internal_read_func>, data1=0x7ffc60fb9f70, fd=6, events=1) at /tmp/ruby/src/trunk-O0/thread.c:1781
        __region = {prev_status = THREAD_RUNNABLE}
        _ec = 0x55e2ba154c60
        _tag = {tag = 36, retval = 94432272925168, buf = {0x7ffc60fb9f20, 0x55e2b80400c1 <rb_thread_io_blocking_call+352>, 0x0, 0x7ffc60fb9e20, 0x0}, prev = 0x7ffc60fba320, state = RUBY_TAG_NONE, lock_rec = 0}
        ec = 0x55e2ba154c60
        th = 0x55e2ba153810
        waiting_fd = {wfd_node = {next = 0x55e2ba151488, prev = 0x55e2ba151488}, th = 0x55e2ba153810, fd = 6, busy = 0x0}
        val = 36
        saved_errno = 0
        state = RUBY_TAG_NONE
        prev_mn_schedulable = false
#30 0x000055e2b7ec501f in rb_io_read_memory (fptr=0x55e2ba2e8200, buf=0x55e2ba396480, count=8192) at /tmp/ruby/src/trunk-O0/io.c:1294
        scheduler = 4
        iis = {th = 140228736756080, fptr = 0x55e2ba2e8200, nonblock = 0, fd = 6, buf = 0x55e2ba396480, capa = 8192, timeout = 0x0}
        timeout_storage = {tv_sec = 140721935589264, tv_usec = 94432236612107}
#31 0x000055e2b7ec76ed in io_fillbuf (fptr=0x55e2ba2e8200) at /tmp/ruby/src/trunk-O0/io.c:2610
        r = 4506348406439937
        __func__ = "io_fillbuf"
#32 0x000055e2b7eca3da in rb_io_getline_fast (fptr=0x55e2ba2e8200, enc=0x55e2ba16fe40, chomp=0) at /tmp/ruby/src/trunk-O0/io.c:4007
        str = 4
        len = 0
        pos = 0
        cr = 0
#33 0x000055e2b7eca997 in rb_io_getline_0 (rs=140228736886120, limit=-1, chomp=0, fptr=0x55e2ba2e8200) at /tmp/ruby/src/trunk-O0/io.c:4121
        str = 4
        nolimit = 0
        enc = 0x55e2ba16fe40
#34 0x000055e2b7ecaf3a in rb_io_gets_internal (io=140228718422960) at /tmp/ruby/src/trunk-O0/io.c:4250
        fptr = 0x55e2ba2e8200
#35 0x000055e2b7f61e01 in lex_io_gets (p=0x55e2ba4604e0, io=140228718422960) at /tmp/ruby/build/trunk-O0/parse.y:7876
No locals.
#36 0x000055e2b7f61c58 in lex_getline (p=0x55e2ba4604e0) at /tmp/ruby/build/trunk-O0/parse.y:7839
        str = 0x28
        line = 140228718422760
#37 0x000055e2b7f623cb in nextline (p=0x55e2ba4604e0, set_encoding=0) at /tmp/ruby/build/trunk-O0/parse.y:8025
        str = 0x0
#38 0x000055e2b7f625ed in nextc0 (p=0x55e2ba4604e0, set_encoding=0) at /tmp/ruby/build/trunk-O0/parse.y:8071
        c = 21986
#39 0x000055e2b7f677d4 in parser_prepare (p=0x55e2ba4604e0) at /tmp/ruby/build/trunk-O0/parse.y:9956
        c = 21986
#40 0x000055e2b7f617c5 in yycompile0 (arg=94432276120800) at /tmp/ruby/build/trunk-O0/parse.y:7732
        n = -1207203145
        tree = 0x55e2ba154c60
        p = 0x55e2ba4604e0
        cov = 1
#41 0x000055e2b80b9d68 in rb_suppress_tracing (func=0x55e2b7f616aa <yycompile0>, arg=94432276120800) at /tmp/ruby/src/trunk-O0/vm_trace.c:487
        _ec = 0x55e2ba154c60
        _tag = {tag = 36, retval = 94432236524385, buf = {0x7ffc60fba3a0, 0x55e2b80b9d02 <rb_suppress_tracing+293>, 0x0, 0x7ffc60fba290, 0x0}, prev = 0x7ffc60fba5d0, state = RUBY_TAG_NONE, lock_rec = 0}
        raised = 0
        result = 4
        ec = 0x55e2ba154c60
        vm = 0x55e2ba1512a0
        state = RUBY_TAG_NONE
        dummy_trace_arg = {event = 0, ec = 0x55e2b7e9d00c <newobj_of+93>, cfp = 0x0, self = 0, id = 0, called_id = 36890, klass = 94432275600464, data = 94432272927152, klass_solved = 512, lineno = 0, path = 140228718422760}
#42 0x000055e2b7f61ac0 in yycompile (p=0x55e2ba4604e0, fname=140228718423360, line=1) at /tmp/ruby/build/trunk-O0/parse.y:7794
        ast = 0x7f898af2eae8
#43 0x000055e2b7f61e7b in rb_ruby_parser_compile_file_path (p=0x55e2ba4604e0, fname=140228718423360, file=140228718422960, start=1) at /tmp/ruby/build/trunk-O0/parse.y:7886
No locals.
#44 0x000055e2b7f78a12 in rb_parser_compile_file_path (vparser=140228718423200, fname=140228718423360, file=140228718422960, start=1) at /tmp/ruby/build/trunk-O0/parse.y:16204
        p = 0x55e2ba4604e0
#45 0x000055e2b7ff4e61 in load_file_internal (argp_v=140721935591056) at /tmp/ruby/src/trunk-O0/ruby.c:2625
        argp = 0x7ffc60fba690
        parser = 140228718423200
        orig_fname = 140228718423360
        script = 0
        opt = 0x7ffc60fba6f0
        f = 140228718422960
        line_start = 1
        ast = 0x0
        enc = 0x55e2ba16fe40
        set_encoding = 16609
        lines = 4
#46 0x000055e2b7e88c3c in rb_ensure (b_proc=0x55e2b7ff475b <load_file_internal>, data1=140721935591056, e_proc=0x55e2b7ff511e <restore_load_file>, data2=140721935591056) at /tmp/ruby/src/trunk-O0/eval.c:1003
        _ec = 0x55e2ba154c60
        _tag = {tag = 36, retval = 94432279827088, buf = {0x7ffc60fba650, 0x55e2b7e88bdf <rb_ensure+295>, 0x0, 0x7ffc60fba560, 0x7f898af2ebb0}, prev = 0x7ffc60fbabf0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        result = 4
        errinfo = 94432274579968
        ec = 0x55e2ba154c60
        ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x55e2b7ff511e <restore_load_file>, data2 = 140721935591056}}
#47 0x000055e2b7ff51ed in load_file (parser=140228718423200, fname=140228718423360, f=140228718422960, script=0, opt=0x7ffc60fba6f0) at /tmp/ruby/src/trunk-O0/ruby.c:2761
        arg = {parser = 140228718423200, fname = 140228718423360, script = 0, opt = 0x7ffc60fba6f0, f = 140228718422960}
#48 0x000055e2b7ff5313 in rb_parser_load_file (parser=140228718423200, fname_v=140228718423360) at /tmp/ruby/src/trunk-O0/ruby.c:2785
        opt = {script = 0x0, script_name = 0, e_script = 0, src = {enc = {name = 0, index = -1}}, ext = {enc = {name = 0, index = -1}}, intern = {enc = {name = 0, index = -1}}, req_list = 0, features = {mask = 0, set = 31}, warn = {mask = 0, set = 0}, dump = 0, backtrace_length_limit = -9223372036854775808, rjit = {on = false, exec_mem_size = 0, call_threshold = 0, stats = false, disable = false, trace = false, trace_exits = false, dump_disasm = false, verify_ctx = false}, crash_report = 0x0, sflag = 0, xflag = 0, warning = 0, verbose = 0, do_loop = 0, do_print = 0, do_line = 0, do_split = 0, do_search = 0, setids = 0, yjit = 0}
        xflag = 0
        f = 140228718422960
#49 0x000055e2b7efb5bc in load_iseq_eval (ec=0x55e2ba154c60, fname=140228718423360) at /tmp/ruby/src/trunk-O0/load.c:761
        ec = 0x55e2ba154c60
        th = 0x7f898af4f4c8
        realpath_map = 140721935591520
        v = 140228718423240
        ast = 0x55e2b800a0a5 <rbimpl_rstring_getmem+113>
        parser = 140228718423200
        iseq = 0x0
#50 0x000055e2b7efcbf2 in require_internal (ec=0x55e2ba154c60, fname=140228718557720, exception=1, warn=false) at /tmp/ruby/src/trunk-O0/load.c:1280
        handle = 140229139755488
        found = 114
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        _ec = 0x55e2ba154c60
        _tag = {tag = 36, retval = 140228737035360, buf = {0x7ffc60fbac70, 0x55e2b7efca1d <require_internal+504>, 0x0, 0x7ffc60fbab10, 0x7ffc60fbac40}, prev = 0x7ffc60fbbbd0, state = RUBY_TAG_NONE, lock_rec = 0}
        result = -1
        th = 0x55e2ba153810
        saved = {wrapper = 0, self = 140229161176560, errinfo = 4, ec = 0x55e2ba154c60}
        state = RUBY_TAG_NONE
        ftptr = 0x55e2ba555f40 "/tmp/empty20240131-4070841-ste6u7.rb"
        path = 140228718423360
        saved_path = 140228718423360
        realpath = 140228718556520
        realpaths = 140228736832640
        realpath_map = 140228736832480
        reset_ext_config = false
        prev_ext_config = {ractor_safe = 184}
        th2 = 0x7f898af4fa18
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
        dtrace_line = <optimized out>
        dtrace_file = <optimized out>
#51 0x000055e2b7efd10d in rb_require_string_internal (fname=140228718557720, resurrect=false) at /tmp/ruby/src/trunk-O0/load.c:1379
        ec = 0x55e2ba154c60
        result = 32649
#52 0x000055e2b7efd0a6 in rb_require_string (fname=140228718557720) at /tmp/ruby/src/trunk-O0/load.c:1372
No locals.
#53 0x000055e2b7efbef2 in rb_f_require (obj=140229161176560, fname=140228718423520) at /tmp/ruby/src/trunk-O0/load.c:1014
No locals.
#54 0x000055e2b80858d6 in ractor_safe_call_cfunc_1 (recv=140229161176560, argc=1, argv=0x7f89a55710c0, func=0x55e2b7efbed2 <rb_f_require>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3315
        f = 0x55e2b7efbed2 <rb_f_require>
#55 0x000055e2b808649f in vm_call_cfunc_with_frame_ (ec=0x55e2ba154c60, reg_cfp=0x7f89a5670f30, calling=0x7ffc60fbaf10, argc=1, argv=0x7f89a55710c0, stack_bottom=0x7f89a55710b8) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3492
        ci = 0x588100140003
        cc = 0x7f898aff0828
        val = 140228719216680
        me = 0x7f898aff5300
        cfunc = 0x55e2ba1cbc48
        recv = 140229161176560
        block_handler = 0
        frame_type = 1431634051
        len = 1
        args = <optimized out>
        args = <optimized out>
#56 0x000055e2b8086674 in vm_call_cfunc_with_frame (ec=0x55e2ba154c60, reg_cfp=0x7f89a5670f30, calling=0x7ffc60fbaf10) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3520
        argc = 1
        stack_bottom = 0x7f89a55710b8
        argv = 0x7f89a55710c0
#57 0x000055e2b808cab0 in vm_sendish (ec=0x55e2ba154c60, reg_cfp=0x7f89a5670f30, cd=0x55e2ba554fe0, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5603
        val = 36
        ci = 0x588100140003
        cc = 0x7f898aff0828
        argc = 1
        recv = 140229161176560
        calling = {cd = 0x55e2ba554fe0, cc = 0x7f898aff0828, block_handler = 0, recv = 140229161176560, argc = 1, kw_splat = false, heap_argv = 0}
#58 0x000055e2b8094247 in vm_exec_core (ec=0x55e2ba154c60) at ../../src/trunk-O0/insns.def:862
        bh = 0
        cd = 0x55e2ba554fe0
        leaf = false
        val = 140228718423520
        reg_pc = 0x55e2ba4474c8
        reg_cfp = 0x7f89a5670f30
        insns_address_table = {0x55e2b809073c <vm_exec_core+108>, 0x55e2b809079e <vm_exec_core+206>, 0x55e2b80908b1 <vm_exec_core+481>, 0x55e2b80909c5 <vm_exec_core+757>, 0x55e2b8090b63 <vm_exec_core+1171>, 0x55e2b8090c93 <vm_exec_core+1475>, 0x55e2b8090ea5 <vm_exec_core+2005>, 0x55e2b8090fb7 <vm_exec_core+2279>, 0x55e2b8091090 <vm_exec_core+2496>, 0x55e2b8091197 <vm_exec_core+2759>, 0x55e2b809129e <vm_exec_core+3022>, 0x55e2b80913ac <vm_exec_core+3292>, 0x55e2b80914be <vm_exec_core+3566>, 0x55e2b809158e <vm_exec_core+3774>, 0x55e2b8091697 <vm_exec_core+4039>, 0x55e2b8091791 <vm_exec_core+4289>, 0x55e2b8091854 <vm_exec_core+4484>, 0x55e2b8091917 <vm_exec_core+4679>, 0x55e2b80919a0 <vm_exec_core+4816>, 0x55e2b8091a2c <vm_exec_core+4956>, 0x55e2b8091ad2 <vm_exec_core+5122>, 0x55e2b8091baa <vm_exec_core+5338>, 0x55e2b8091c77 <vm_exec_core+5543>, 0x55e2b8091d55 <vm_exec_core+5765>, 0x55e2b8091e17 <vm_exec_core+5959>, 0x55e2b8091f56 <vm_exec_core+6278>, 0x55e2b8091ffc <vm_exec_core+6444>, 0x55e2b80920e1 <vm_exec_core+6673>, 0x55e2b8092210 <vm_exec_core+6976>, 0x55e2b80922d3 <vm_exec_core+7171>, 0x55e2b8092396 <vm_exec_core+7366>, 0x55e2b809248d <vm_exec_core+7613>, 0x55e2b809254f <vm_exec_core+7807>, 0x55e2b8092611 <vm_exec_core+8001>, 0x55e2b809270b <vm_exec_core+8251>, 0x55e2b80927ea <vm_exec_core+8474>, 0x55e2b80928b7 <vm_exec_core+8679>, 0x55e2b80929c7 <vm_exec_core+8951>, 0x55e2b8092ac1 <vm_exec_core+9201>, 0x55e2b8092b3c <vm_exec_core+9324>, 0x55e2b8092bfd <vm_exec_core+9517>, 0x55e2b8092ceb <vm_exec_core+9755>, 0x55e2b8092d9b <vm_exec_core+9931>, 0x55e2b8092f1a <vm_exec_core+10314>, 0x55e2b8092ff4 <vm_exec_core+10532>, 0x55e2b80930e0 <vm_exec_core+10768>, 0x55e2b8093171 <vm_exec_core+10913>, 0x55e2b80932cc <vm_exec_core+11260>, 0x55e2b8093886 <vm_exec_core+12726>, 0x55e2b8093982 <vm_exec_core+12978>, 0x55e2b8093a85 <vm_exec_core+13237>, 0x55e2b8093b71 <vm_exec_core+13473>, 0x55e2b8093d8a <vm_exec_core+14010>, 0x55e2b8093e7c <vm_exec_core+14252>, 0x55e2b8093f82 <vm_exec_core+14514>, 0x55e2b809418d <vm_exec_core+15037>, 0x55e2b8094344 <vm_exec_core+15476>, 0x55e2b8094478 <vm_exec_core+15784>, 0x55e2b80945ed <vm_exec_core+16157>, 0x55e2b8094721 <vm_exec_core+16465>, 0x55e2b8094896 <vm_exec_core+16838>, 0x55e2b8094a78 <vm_exec_core+17320>, 0x55e2b8094c83 <vm_exec_core+17843>, 0x55e2b8094e3a <vm_exec_core+18282>, 0x55e2b8094f5c <vm_exec_core+18572>, 0x55e2b8095003 <vm_exec_core+18739>, 0x55e2b80950c7 <vm_exec_core+18935>, 0x55e2b80951b0 <vm_exec_core+19168>, 0x55e2b809529c <vm_exec_core+19404>, 0x55e2b8095385 <vm_exec_core+19637>, 0x55e2b8095499 <vm_exec_core+19913>, 0x55e2b80955c0 <vm_exec_core+20208>, 0x55e2b80956ff <vm_exec_core+20527>, 0x55e2b809583e <vm_exec_core+20846>, 0x55e2b809597d <vm_exec_core+21165>, 0x55e2b8095abc <vm_exec_core+21484>, 0x55e2b8095bfb <vm_exec_core+21803>, 0x55e2b8095d45 <vm_exec_core+22133>, 0x55e2b8095ec8 <vm_exec_core+22520>, 0x55e2b8096007 <vm_exec_core+22839>, 0x55e2b8096146 <vm_exec_core+23158>, 0x55e2b8096285 <vm_exec_core+23477>, 0x55e2b80963c4 <vm_exec_core+23796>, 0x55e2b8096503 <vm_exec_core+24115>, 0x55e2b8096642 <vm_exec_core+24434>, 0x55e2b8096781 <vm_exec_core+24753>, 0x55e2b80968c0 <vm_exec_core+25072>, 0x55e2b8096a18 <vm_exec_core+25416>, 0x55e2b8096bde <vm_exec_core+25870>, 0x55e2b8096d65 <vm_exec_core+26261>, 0x55e2b8096e8d <vm_exec_core+26557>, 0x55e2b8096fb5 <vm_exec_core+26853>, 0x55e2b80970d8 <vm_exec_core+27144>, 0x55e2b80971fb <vm_exec_core+27435>, 0x55e2b809732f <vm_exec_core+27743>, 0x55e2b809746e <vm_exec_core+28062>, 0x55e2b8097559 <vm_exec_core+28297>, 0x55e2b809765e <vm_exec_core+28558>, 0x55e2b80977a6 <vm_exec_core+28886>, 0x55e2b8097895 <vm_exec_core+29125>, 0x55e2b809796f <vm_exec_core+29343>, 0x55e2b8097a44 <vm_exec_core+29556>, 0x55e2b8097b1f <vm_exec_core+29775>, 0x55e2b8097b9b <vm_exec_core+29899>, 0x55e2b8097c17 <vm_exec_core+30023>, 0x55e2b8097c35 <vm_exec_core+30053>, 0x55e2b8097c53 <vm_exec_core+30083>, 0x55e2b8097c71 <vm_exec_core+30113>, 0x55e2b8097c8f <vm_exec_core+30143>, 0x55e2b8097cad <vm_exec_core+30173>, 0x55e2b8097ccb <vm_exec_core+30203>, 0x55e2b8097ce9 <vm_exec_core+30233>, 0x55e2b8097d07 <vm_exec_core+30263>, 0x55e2b8097d25 <vm_exec_core+30293>, 0x55e2b8097d43 <vm_exec_core+30323>, 0x55e2b8097d61 <vm_exec_core+30353>, 0x55e2b8097d7f <vm_exec_core+30383>, 0x55e2b8097d9d <vm_exec_core+30413>, 0x55e2b8097dbb <vm_exec_core+30443>, 0x55e2b8097dd9 <vm_exec_core+30473>, 0x55e2b8097df7 <vm_exec_core+30503>, 0x55e2b8097e15 <vm_exec_core+30533>, 0x55e2b8097e33 <vm_exec_core+30563>, 0x55e2b8097e51 <vm_exec_core+30593>, 0x55e2b8097e6f <vm_exec_core+30623>, 0x55e2b8097e8d <vm_exec_core+30653>, 0x55e2b8097eab <vm_exec_core+30683>, 0x55e2b8097ec9 <vm_exec_core+30713>, 0x55e2b8097ee7 <vm_exec_core+30743>, 0x55e2b8097f05 <vm_exec_core+30773>, 0x55e2b8097f23 <vm_exec_core+30803>, 0x55e2b8097f41 <vm_exec_core+30833>, 0x55e2b8097f5f <vm_exec_core+30863>, 0x55e2b8097f7d <vm_exec_core+30893>, 0x55e2b8097f9b <vm_exec_core+30923>, 0x55e2b8097fb9 <vm_exec_core+30953>, 0x55e2b8097fd7 <vm_exec_core+30983>, 0x55e2b8097ff5 <vm_exec_core+31013>, 0x55e2b8098013 <vm_exec_core+31043>, 0x55e2b8098031 <vm_exec_core+31073>, 0x55e2b809804f <vm_exec_core+31103>, 0x55e2b809806d <vm_exec_core+31133>, 0x55e2b809808b <vm_exec_core+31163>, 0x55e2b80980a9 <vm_exec_core+31193>, 0x55e2b80980c7 <vm_exec_core+31223>, 0x55e2b80980e5 <vm_exec_core+31253>, 0x55e2b8098103 <vm_exec_core+31283>, 0x55e2b8098121 <vm_exec_core+31313>, 0x55e2b809813f <vm_exec_core+31343>, 0x55e2b809815d <vm_exec_core+31373>, 0x55e2b809817b <vm_exec_core+31403>, 0x55e2b8098199 <vm_exec_core+31433>, 0x55e2b80981b7 <vm_exec_core+31463>, 0x55e2b80981d5 <vm_exec_core+31493>, 0x55e2b80981f3 <vm_exec_core+31523>, 0x55e2b8098211 <vm_exec_core+31553>, 0x55e2b809822f <vm_exec_core+31583>, 0x55e2b809824d <vm_exec_core+31613>, 0x55e2b809826b <vm_exec_core+31643>, 0x55e2b8098289 <vm_exec_core+31673>, 0x55e2b80982a7 <vm_exec_core+31703>, 0x55e2b80982c5 <vm_exec_core+31733>, 0x55e2b80982e3 <vm_exec_core+31763>, 0x55e2b8098301 <vm_exec_core+31793>, 0x55e2b809831f <vm_exec_core+31823>, 0x55e2b809833d <vm_exec_core+31853>, 0x55e2b809835b <vm_exec_core+31883>, 0x55e2b8098379 <vm_exec_core+31913>, 0x55e2b8098397 <vm_exec_core+31943>, 0x55e2b80983b5 <vm_exec_core+31973>, 0x55e2b80983d3 <vm_exec_core+32003>, 0x55e2b80983f1 <vm_exec_core+32033>, 0x55e2b809840f <vm_exec_core+32063>, 0x55e2b809842d <vm_exec_core+32093>, 0x55e2b809844b <vm_exec_core+32123>, 0x55e2b8098469 <vm_exec_core+32153>, 0x55e2b8098487 <vm_exec_core+32183>, 0x55e2b80984a5 <vm_exec_core+32213>, 0x55e2b80984c3 <vm_exec_core+32243>, 0x55e2b80984e1 <vm_exec_core+32273>, 0x55e2b80984ff <vm_exec_core+32303>, 0x55e2b809851d <vm_exec_core+32333>, 0x55e2b809854e <vm_exec_core+32382>, 0x55e2b809856c <vm_exec_core+32412>, 0x55e2b809858a <vm_exec_core+32442>, 0x55e2b80985a8 <vm_exec_core+32472>, 0x55e2b80985c6 <vm_exec_core+32502>, 0x55e2b80985e4 <vm_exec_core+32532>, 0x55e2b8098602 <vm_exec_core+32562>, 0x55e2b8098620 <vm_exec_core+32592>, 0x55e2b809863e <vm_exec_core+32622>, 0x55e2b809865c <vm_exec_core+32652>, 0x55e2b809867a <vm_exec_core+32682>, 0x55e2b8098698 <vm_exec_core+32712>, 0x55e2b80986b6 <vm_exec_core+32742>, 0x55e2b80986d4 <vm_exec_core+32772>, 0x55e2b80986f2 <vm_exec_core+32802>, 0x55e2b8098710 <vm_exec_core+32832>, 0x55e2b809872e <vm_exec_core+32862>, 0x55e2b809874c <vm_exec_core+32892>...}
#59 0x000055e2b80aae9e in vm_exec_loop (ec=0x55e2ba154c60, state=RUBY_TAG_BREAK, tag=0x7ffc60fbbbd0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2516
No locals.
#60 0x000055e2b80aade6 in rb_vm_exec (ec=0x55e2ba154c60) at /tmp/ruby/src/trunk-O0/vm.c:2495
        _ec = 0x55e2ba154c60
        _tag = {tag = 36, retval = 4, buf = {0x7ffc60fbbc50, 0x55e2b80aad11 <rb_vm_exec+190>, 0x0, 0x7ffc60fbbba0, 0x7ffc60fbbee8}, prev = 0x7ffc60fbbcc0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_BREAK
        result = 36
#61 0x000055e2b80abbf2 in rb_iseq_eval_main (iseq=0x7f898b00da90) at /tmp/ruby/src/trunk-O0/vm.c:2755
        ec = 0x55e2ba154c60
        val = 94432272927840
#62 0x000055e2b7e86e59 in rb_ec_exec_node (ec=0x55e2ba154c60, n=0x7f898b00da90) at /tmp/ruby/src/trunk-O0/eval.c:283
        th = 0x55e2ba153810
        _ec = 0x55e2ba154c60
        _tag = {tag = 36, retval = 94432236430421, buf = {0x7ffc60fbbd40, 0x55e2b7e86def <rb_ec_exec_node+212>, 0x0, 0x7ffc60fbbc90, 0x55e2ba154c60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f898b00da90
#63 0x000055e2b7e86fca in ruby_run_node (n=0x7f898b00da90) at /tmp/ruby/src/trunk-O0/eval.c:323
        ec = 0x55e2ba154c60
        status = 21986
#64 0x000055e2b7e825c4 in rb_main (argc=123, argv=0x7ffc60fbbee8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140721935596992
#65 0x000055e2b7e82625 in main (argc=123, argv=0x7ffc60fbbee8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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