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

Retrying...
Finished tests in 1249.155303s, 20.0528 tests/s, 7572.6773 assertions/s.
25049 tests, 9459450 assertions, 0 failures, 0 errors, 216 skips

ruby -v: ruby 3.4.0dev (2024-01-31T05:56:39Z master 3de2ab7fdb) [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
generating encdb.h
encdb.h unchanged
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-31T05:56:39Z master 3de2ab7fdb) [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 615.881470 seconds

3728 files, 31902 examples, 141016 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.38257.ruby -x gdbscript
[New LWP 38257]
[New LWP 38262]
[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  0x000056128142efca in RB_IMMEDIATE_P (obj=140173688115440) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
313	    return obj & RUBY_IMMEDIATE_MASK;
[Current thread is 1 (Thread 0x7f7cd43d17c0 (LWP 38257))]

>>> Threads

  Id   Target Id                         Frame 
* 1    Thread 0x7f7cd43d17c0 (LWP 38257) 0x000056128142efca in RB_IMMEDIATE_P (obj=140173688115440) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
  2    Thread 0x7f7cbadff640 (LWP 38262) 0x00007f7cd44f9fde in epoll_wait (epfd=4, events=0x561281a7a89c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f7cbadff640 (LWP 38262)):
#0  0x00007f7cd44f9fde in epoll_wait (epfd=4, events=0x561281a7a89c <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  0x00005612815d1752 in event_wait (vm=0x561282eb72a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22034
#2  0x00005612815d1776 in timer_thread_polling (vm=0x561282eb72a0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = 1064468231
#3  0x00005612815d1e36 in timer_thread_func (ptr=0x561282eb72a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3024
        vm = 0x561282eb72a0
#4  0x00007f7cd4468b43 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 = {140733593768880, -3689959313372181835, 140173687912000, 25, 140174114064464, 140733593769232, 3617468236268735157, 3617244834471643829}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f7cd44f9bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f7cd43d17c0 (LWP 38257)):
#0  0x000056128142efca in RB_IMMEDIATE_P (obj=140173688115440) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:313
No locals.
#1  0x000056128142efed in RB_SPECIAL_CONST_P (obj=140173688115440) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:329
No locals.
#2  0x000056128142f021 in rb_special_const_p (obj=140173688115440) at /tmp/ruby/src/trunk-O0/include/ruby/internal/special_consts.h:349
No locals.
#3  0x0000561281438846 in is_markable_object (obj=140173688115440) at /tmp/ruby/src/trunk-O0/gc.c:4773
No locals.
#4  0x000056128143d530 in gc_mark (objspace=0x561282eb9bf0, obj=140173688115440) at /tmp/ruby/src/trunk-O0/gc.c:7140
No locals.
#5  0x000056128143ca77 in mark_const_entry_i (value=94637506547744, data=0x561282eb9bf0) at /tmp/ruby/src/trunk-O0/gc.c:6804
        ce = 0x561282f5d020
        objspace = 0x561282eb9bf0
#6  0x00005612815c9ea1 in rb_id_table_foreach_values (tbl=0x561282ef4ee0, func=0x56128143ca25 <mark_const_entry_i>, data=0x561282eb9bf0) at /tmp/ruby/src/trunk-O0/id_table.c:296
        ret = ID_TABLE_CONTINUE
        i = 443
        capa = 512
#7  0x000056128143cab3 in mark_const_tbl (objspace=0x561282eb9bf0, tbl=0x561282ef4ee0) at /tmp/ruby/src/trunk-O0/gc.c:6812
No locals.
#8  0x000056128143de91 in gc_mark_children (objspace=0x561282eb9bf0, obj=140173688237760) at /tmp/ruby/src/trunk-O0/gc.c:7418
        any = 0x7f7cbae4eec0
#9  0x000056128143e654 in gc_mark_stacked_objects (objspace=0x561282eb9bf0, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7596
        mstack = 0x561282eba078
        obj = 140173688237760
        marked_slots_at_the_beginning = 731
        popped_count = 0
#10 0x000056128143e7d4 in gc_mark_stacked_objects_all (objspace=0x561282eb9bf0) at /tmp/ruby/src/trunk-O0/gc.c:7634
No locals.
#11 0x0000561281440b48 in gc_marks_rest (objspace=0x561282eb9bf0) at /tmp/ruby/src/trunk-O0/gc.c:8829
No locals.
#12 0x0000561281440c7c in gc_marks (objspace=0x561282eb9bf0, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8887
        marking_finished = false
#13 0x0000561281442a1f in gc_start (objspace=0x561282eb9bf0, reason=8456) at /tmp/ruby/src/trunk-O0/gc.c:9640
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9509
#14 0x00005612814426b4 in garbage_collect (objspace=0x561282eb9bf0, reason=256) at /tmp/ruby/src/trunk-O0/gc.c:9521
        _lev = 400376480
        ret = 32767
#15 0x0000561281434bea in newobj_slowpath (size_pool_idx=0, wb_protected=1, cr=0x561282eba9b0, objspace=0x561282eb9bf0, flags=53274, klass=0) at /tmp/ruby/src/trunk-O0/gc.c:2877
        obj = 1
        lev = 1
#16 newobj_slowpath_wb_protected (klass=0, flags=53274, objspace=0x561282eb9bf0, cr=0x561282eba9b0, size_pool_idx=0) at /tmp/ruby/src/trunk-O0/gc.c:2901
No locals.
#17 0x0000561281434f84 in newobj_of0 (klass=0, flags=53274, wb_protected=1, cr=0x561282eba9b0, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2943
        obj = 94637508133360
        objspace = 0x561282eb9bf0
        size_pool_idx = 0
        i = <optimized out>
        cnt = <optimized out>
#18 0x0000561281434ff0 in newobj_of (cr=0x561282eba9b0, klass=0, flags=53274, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=40) at /tmp/ruby/src/trunk-O0/gc.c:2953
        obj = 0
#19 0x0000561281435361 in rb_imemo_new (type=imemo_constcache, v1=0, v2=0, v3=0, v0=0) at /tmp/ruby/src/trunk-O0/gc.c:3058
        size = 40
        flags = 53274
#20 0x0000561281625949 in vm_ic_update (iseq=0x7f7cb9d61dd8, ic=0x561282f9f3f0, val=140173688176960, reg_ep=0x7f7cd42d0038, pc=0x561282f9f200) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5887
        ice = 0x3fb1a0a9deb5500
        pos = 0
#21 0x0000561281625ae3 in rb_vm_opt_getconstant_path (ec=0x561282ebac60, reg_cfp=0x7f7cd43cffa0, ic=0x561282f9f3f0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5916
        val = 140173688176960
        segments = 0x561282f9f4a0
        ice = 0x0
#22 0x00005612816295ca in vm_exec_core (ec=0x561282ebac60) at ../../src/trunk-O0/insns.def:263
        ic = 0x561282f9f3f0
        leaf = false
        val = 94637478247546
        reg_pc = 0x561282f9f210
        reg_cfp = 0x7f7cd43cffa0
        insns_address_table = {0x5612816287ca <vm_exec_core+108>, 0x56128162882c <vm_exec_core+206>, 0x56128162893f <vm_exec_core+481>, 0x561281628a53 <vm_exec_core+757>, 0x561281628bf1 <vm_exec_core+1171>, 0x561281628d21 <vm_exec_core+1475>, 0x561281628f33 <vm_exec_core+2005>, 0x561281629045 <vm_exec_core+2279>, 0x56128162911e <vm_exec_core+2496>, 0x561281629225 <vm_exec_core+2759>, 0x56128162932c <vm_exec_core+3022>, 0x56128162943a <vm_exec_core+3292>, 0x56128162954c <vm_exec_core+3566>, 0x56128162961c <vm_exec_core+3774>, 0x561281629725 <vm_exec_core+4039>, 0x56128162981f <vm_exec_core+4289>, 0x5612816298e2 <vm_exec_core+4484>, 0x5612816299a5 <vm_exec_core+4679>, 0x561281629a2e <vm_exec_core+4816>, 0x561281629aba <vm_exec_core+4956>, 0x561281629b60 <vm_exec_core+5122>, 0x561281629c38 <vm_exec_core+5338>, 0x561281629d05 <vm_exec_core+5543>, 0x561281629de3 <vm_exec_core+5765>, 0x561281629ea5 <vm_exec_core+5959>, 0x561281629fe4 <vm_exec_core+6278>, 0x56128162a08a <vm_exec_core+6444>, 0x56128162a16f <vm_exec_core+6673>, 0x56128162a29e <vm_exec_core+6976>, 0x56128162a361 <vm_exec_core+7171>, 0x56128162a424 <vm_exec_core+7366>, 0x56128162a51b <vm_exec_core+7613>, 0x56128162a5dd <vm_exec_core+7807>, 0x56128162a69f <vm_exec_core+8001>, 0x56128162a799 <vm_exec_core+8251>, 0x56128162a878 <vm_exec_core+8474>, 0x56128162a945 <vm_exec_core+8679>, 0x56128162aa55 <vm_exec_core+8951>, 0x56128162ab4f <vm_exec_core+9201>, 0x56128162abca <vm_exec_core+9324>, 0x56128162ac8b <vm_exec_core+9517>, 0x56128162ad79 <vm_exec_core+9755>, 0x56128162ae29 <vm_exec_core+9931>, 0x56128162afa8 <vm_exec_core+10314>, 0x56128162b082 <vm_exec_core+10532>, 0x56128162b16e <vm_exec_core+10768>, 0x56128162b1ff <vm_exec_core+10913>, 0x56128162b35a <vm_exec_core+11260>, 0x56128162b914 <vm_exec_core+12726>, 0x56128162ba10 <vm_exec_core+12978>, 0x56128162bb13 <vm_exec_core+13237>, 0x56128162bbff <vm_exec_core+13473>, 0x56128162be18 <vm_exec_core+14010>, 0x56128162bf0a <vm_exec_core+14252>, 0x56128162c010 <vm_exec_core+14514>, 0x56128162c21b <vm_exec_core+15037>, 0x56128162c3d2 <vm_exec_core+15476>, 0x56128162c506 <vm_exec_core+15784>, 0x56128162c67b <vm_exec_core+16157>, 0x56128162c7af <vm_exec_core+16465>, 0x56128162c924 <vm_exec_core+16838>, 0x56128162cb06 <vm_exec_core+17320>, 0x56128162cd11 <vm_exec_core+17843>, 0x56128162cec8 <vm_exec_core+18282>, 0x56128162cfea <vm_exec_core+18572>, 0x56128162d091 <vm_exec_core+18739>, 0x56128162d155 <vm_exec_core+18935>, 0x56128162d23e <vm_exec_core+19168>, 0x56128162d32a <vm_exec_core+19404>, 0x56128162d413 <vm_exec_core+19637>, 0x56128162d527 <vm_exec_core+19913>, 0x56128162d64e <vm_exec_core+20208>, 0x56128162d78d <vm_exec_core+20527>, 0x56128162d8cc <vm_exec_core+20846>, 0x56128162da0b <vm_exec_core+21165>, 0x56128162db4a <vm_exec_core+21484>, 0x56128162dc89 <vm_exec_core+21803>, 0x56128162ddd3 <vm_exec_core+22133>, 0x56128162df56 <vm_exec_core+22520>, 0x56128162e095 <vm_exec_core+22839>, 0x56128162e1d4 <vm_exec_core+23158>, 0x56128162e313 <vm_exec_core+23477>, 0x56128162e452 <vm_exec_core+23796>, 0x56128162e591 <vm_exec_core+24115>, 0x56128162e6d0 <vm_exec_core+24434>, 0x56128162e80f <vm_exec_core+24753>, 0x56128162e94e <vm_exec_core+25072>, 0x56128162eaa6 <vm_exec_core+25416>, 0x56128162ec6c <vm_exec_core+25870>, 0x56128162edf3 <vm_exec_core+26261>, 0x56128162ef1b <vm_exec_core+26557>, 0x56128162f043 <vm_exec_core+26853>, 0x56128162f166 <vm_exec_core+27144>, 0x56128162f289 <vm_exec_core+27435>, 0x56128162f3bd <vm_exec_core+27743>, 0x56128162f4fc <vm_exec_core+28062>, 0x56128162f5e7 <vm_exec_core+28297>, 0x56128162f6ec <vm_exec_core+28558>, 0x56128162f834 <vm_exec_core+28886>, 0x56128162f923 <vm_exec_core+29125>, 0x56128162f9fd <vm_exec_core+29343>, 0x56128162fad2 <vm_exec_core+29556>, 0x56128162fbad <vm_exec_core+29775>, 0x56128162fc29 <vm_exec_core+29899>, 0x56128162fca5 <vm_exec_core+30023>, 0x56128162fcc3 <vm_exec_core+30053>, 0x56128162fce1 <vm_exec_core+30083>, 0x56128162fcff <vm_exec_core+30113>, 0x56128162fd1d <vm_exec_core+30143>, 0x56128162fd3b <vm_exec_core+30173>, 0x56128162fd59 <vm_exec_core+30203>, 0x56128162fd77 <vm_exec_core+30233>, 0x56128162fd95 <vm_exec_core+30263>, 0x56128162fdb3 <vm_exec_core+30293>, 0x56128162fdd1 <vm_exec_core+30323>, 0x56128162fdef <vm_exec_core+30353>, 0x56128162fe0d <vm_exec_core+30383>, 0x56128162fe2b <vm_exec_core+30413>, 0x56128162fe49 <vm_exec_core+30443>, 0x56128162fe67 <vm_exec_core+30473>, 0x56128162fe85 <vm_exec_core+30503>, 0x56128162fea3 <vm_exec_core+30533>, 0x56128162fec1 <vm_exec_core+30563>, 0x56128162fedf <vm_exec_core+30593>, 0x56128162fefd <vm_exec_core+30623>, 0x56128162ff1b <vm_exec_core+30653>, 0x56128162ff39 <vm_exec_core+30683>, 0x56128162ff57 <vm_exec_core+30713>, 0x56128162ff75 <vm_exec_core+30743>, 0x56128162ff93 <vm_exec_core+30773>, 0x56128162ffb1 <vm_exec_core+30803>, 0x56128162ffcf <vm_exec_core+30833>, 0x56128162ffed <vm_exec_core+30863>, 0x56128163000b <vm_exec_core+30893>, 0x561281630029 <vm_exec_core+30923>, 0x561281630047 <vm_exec_core+30953>, 0x561281630065 <vm_exec_core+30983>, 0x561281630083 <vm_exec_core+31013>, 0x5612816300a1 <vm_exec_core+31043>, 0x5612816300bf <vm_exec_core+31073>, 0x5612816300dd <vm_exec_core+31103>, 0x5612816300fb <vm_exec_core+31133>, 0x561281630119 <vm_exec_core+31163>, 0x561281630137 <vm_exec_core+31193>, 0x561281630155 <vm_exec_core+31223>, 0x561281630173 <vm_exec_core+31253>, 0x561281630191 <vm_exec_core+31283>, 0x5612816301af <vm_exec_core+31313>, 0x5612816301cd <vm_exec_core+31343>, 0x5612816301eb <vm_exec_core+31373>, 0x561281630209 <vm_exec_core+31403>, 0x561281630227 <vm_exec_core+31433>, 0x561281630245 <vm_exec_core+31463>, 0x561281630263 <vm_exec_core+31493>, 0x561281630281 <vm_exec_core+31523>, 0x56128163029f <vm_exec_core+31553>, 0x5612816302bd <vm_exec_core+31583>, 0x5612816302db <vm_exec_core+31613>, 0x5612816302f9 <vm_exec_core+31643>, 0x561281630317 <vm_exec_core+31673>, 0x561281630335 <vm_exec_core+31703>, 0x561281630353 <vm_exec_core+31733>, 0x561281630371 <vm_exec_core+31763>, 0x56128163038f <vm_exec_core+31793>, 0x5612816303ad <vm_exec_core+31823>, 0x5612816303cb <vm_exec_core+31853>, 0x5612816303e9 <vm_exec_core+31883>, 0x561281630407 <vm_exec_core+31913>, 0x561281630425 <vm_exec_core+31943>, 0x561281630443 <vm_exec_core+31973>, 0x561281630461 <vm_exec_core+32003>, 0x56128163047f <vm_exec_core+32033>, 0x56128163049d <vm_exec_core+32063>, 0x5612816304bb <vm_exec_core+32093>, 0x5612816304d9 <vm_exec_core+32123>, 0x5612816304f7 <vm_exec_core+32153>, 0x561281630515 <vm_exec_core+32183>, 0x561281630533 <vm_exec_core+32213>, 0x561281630551 <vm_exec_core+32243>, 0x56128163056f <vm_exec_core+32273>, 0x56128163058d <vm_exec_core+32303>, 0x5612816305ab <vm_exec_core+32333>, 0x5612816305dc <vm_exec_core+32382>, 0x5612816305fa <vm_exec_core+32412>, 0x561281630618 <vm_exec_core+32442>, 0x561281630636 <vm_exec_core+32472>, 0x561281630654 <vm_exec_core+32502>, 0x561281630672 <vm_exec_core+32532>, 0x561281630690 <vm_exec_core+32562>, 0x5612816306ae <vm_exec_core+32592>, 0x5612816306cc <vm_exec_core+32622>, 0x5612816306ea <vm_exec_core+32652>, 0x561281630708 <vm_exec_core+32682>, 0x561281630726 <vm_exec_core+32712>, 0x561281630744 <vm_exec_core+32742>, 0x561281630762 <vm_exec_core+32772>, 0x561281630780 <vm_exec_core+32802>, 0x56128163079e <vm_exec_core+32832>, 0x5612816307bc <vm_exec_core+32862>, 0x5612816307da <vm_exec_core+32892>...}
#23 0x0000561281642e21 in rb_vm_exec (ec=0x561282ebac60) at /tmp/ruby/src/trunk-O0/vm.c:2489
        _ec = 0x561282ebac60
        _tag = {tag = 36, retval = 4, buf = {0x7fff17dd5160, 0x561281642d9f <rb_vm_exec+190>, 0x0, 0x7fff17dd50b0, 0x7f7cb9c8fe28}, prev = 0x7fff17dd54a0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        result = 36
#24 0x000056128163fa0e in invoke_block (ec=0x561282ebac60, iseq=0x7f7cb9d61dd8, self=140174112378360, captured=0x5612832a8a60, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1512
        arg_size = 0
#25 0x00005612816404aa in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7f7cb9c8fe38, argc=0, self=140174112378360, captured=0x5612832a8a60, ec=0x561282ebac60) at /tmp/ruby/src/trunk-O0/vm.c:1582
        iseq = 0x7f7cb9d61dd8
        opt_pc = 0
        type = 572653569
        cfp = 0x7f7cd43cffd8
        sp = 0x7f7cd42d0028
        flags = 0
        use_argv = 0x7f7cb9c8fe38
        av = {140173688181600, 94637505882544}
        stack_argv = 0x7f7cd42d0028
#26 invoke_block_from_c_proc (me=0x0, is_lambda=0, passed_block_handler=0, kw_splat=0, argv=0x7f7cb9c8fe38, argc=0, self=140174112378360, proc=0x5612832a8a60, ec=0x561282ebac60) at /tmp/ruby/src/trunk-O0/vm.c:1680
        block = 0x5612832a8a60
#27 vm_invoke_proc (ec=0x561282ebac60, proc=0x5612832a8a60, self=140174112378360, argc=0, argv=0x7f7cb9c8fe38, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1710
No locals.
#28 0x0000561281640c4e in rb_vm_invoke_proc (ec=0x561282ebac60, proc=0x5612832a8a60, argc=0, argv=0x7f7cb9c8fe38, kw_splat=0, passed_block_handler=0) at /tmp/ruby/src/trunk-O0/vm.c:1731
        self = 140174112378360
#29 0x0000561281516853 in rb_proc_call_kw (self=140173669584240, args=140173669629480, kw_splat=0) at /tmp/ruby/src/trunk-O0/proc.c:978
        vret = 140733593768928
        proc = 0x5612832a8a60
        argc = 0
        argv = 0x7f7cb9c8fe38
#30 0x00005612815168bb in rb_proc_call (self=140173669584240, args=140173669629480) at /tmp/ruby/src/trunk-O0/proc.c:988
No locals.
#31 0x000056128141dc8e in rb_call_end_proc (data=140173669584240) at /tmp/ruby/src/trunk-O0/eval_jump.c:13
No locals.
#32 0x000056128141de48 in exec_end_procs_chain (procs=0x561281a771e0 <end_procs>, errp=0x561282ebacd8) at /tmp/ruby/src/trunk-O0/eval_jump.c:105
        endproc = {func = 0x56128141dc67 <rb_call_end_proc>, data = 140173669584240, next = 0x561283265240}
        link = 0x5612831069a0
        errinfo = 140173669625200
#33 0x000056128141dfab in rb_ec_exec_end_proc (ec=0x561282ebac60) at /tmp/ruby/src/trunk-O0/eval_jump.c:120
        _ec = 0x561282ebac60
        _tag = {tag = 36, retval = 140173669625200, buf = {0x7fff17dd5520, 0x56128141df26 <rb_ec_exec_end_proc+189>, 0x0, 0x7fff17dd5470, 0x56128141b610 <rb_ec_ractor_ptr+24>}, prev = 0x7fff17dd5640, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 140173669625200
#34 0x000056128141e72c in rb_ec_teardown (ec=0x561282ebac60) at /tmp/ruby/src/trunk-O0/eval.c:156
No locals.
#35 0x000056128141e9dd in rb_ec_cleanup (ec=0x561282ebac60, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:208
        err = 94637505883232
        mode0 = 32767
        mode1 = 400381632
        _ec = 0x561282ebac60
        _tag = {tag = 36, retval = 94637477979221, buf = {0x7fff17dd56c0, 0x56128141e927 <rb_ec_cleanup+295>, 0x0, 0x7fff17dd55e0, 0x561282ebac60}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 140173669625200
        sysex = 0
        signaled = 0
        th = 0x561282eb9810
        th0 = 0x561282eb9810
        step = 1
        message = 4
        buf = 94637505878032
#36 0x000056128141efda in ruby_run_node (n=0x7f7cb9d6db38) at /tmp/ruby/src/trunk-O0/eval.c:323
        ec = 0x561282ebac60
        status = 22034
#37 0x000056128141a5c4 in rb_main (argc=121, argv=0x7fff17dd5868) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140733593769792
#38 0x000056128141a625 in main (argc=121, argv=0x7fff17dd5868) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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