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

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

generating enc.mk
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving 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/digest'
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'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering 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/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
generating enc.mk
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
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/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: 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'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.1
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.4.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.3
                                    net-imap 0.4.9
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
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 1870 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=24674
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

Retrying...
Finished tests in 1501.279082s, 18.0200 tests/s, 6375.2763 assertions/s.
27053 tests, 9571069 assertions, 0 failures, 0 errors, 219 skips

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

generating enc.mk
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2023-12-26T16:27:31Z master 17e1d8ca62) [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 257.200699 seconds

3728 files, 32492 examples, 146816 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.142201.ruby -x gdbscript
[New LWP 142201]
[New LWP 142203]
[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  0x00005612dfc3450a in RVALUE_WB_UNPROTECTED (obj=139717397860880) at /tmp/ruby/src/trunk-O0/gc.c:1771
1771	    return RVALUE_WB_UNPROTECTED_BITMAP(obj) != 0;
[Current thread is 1 (Thread 0x7f127def77c0 (LWP 142201))]

>>> Threads

  Id   Target Id                          Frame 
* 1    Thread 0x7f127def77c0 (LWP 142201) 0x00005612dfc3450a in RVALUE_WB_UNPROTECTED (obj=139717397860880) at /tmp/ruby/src/trunk-O0/gc.c:1771
  2    Thread 0x7f126491f640 (LWP 142203) 0x00007f127e01ffde in epoll_wait (epfd=4, events=0x5612e026285c <timer_th+28>, maxevents=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 2 (Thread 0x7f126491f640 (LWP 142203)):
#0  0x00007f127e01ffde in epoll_wait (epfd=4, events=0x5612e026285c <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  0x00005612dfdcbcd9 in event_wait (vm=0x5612e0e86b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:852
        r = 22034
#2  0x00005612dfdcbcfd in timer_thread_polling (vm=0x5612e0e86b10) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:874
        r = -1163600329
#3  0x00005612dfdcc3bd in timer_thread_func (ptr=0x5612e0e86b10) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3002
        vm = 0x5612e0e86b10
#4  0x00007f127df8eb43 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 = {140720971347984, 2122392087166326585, 139716973426240, 25, 139717399603280, 140720971348336, -2067001078756010183, -2066945888279587015}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007f127e01fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.

Thread 1 (Thread 0x7f127def77c0 (LWP 142201)):
#0  0x00005612dfc3450a in RVALUE_WB_UNPROTECTED (obj=139717397860880) at /tmp/ruby/src/trunk-O0/gc.c:1771
No locals.
#1  0x00005612dfc3edce in rgengc_check_relation (objspace=0x5612e0e89470, obj=139717397860880) at /tmp/ruby/src/trunk-O0/gc.c:7003
        old_parent = 139717397905320
        __func__ = <optimized out>
#2  0x00005612dfc3f013 in gc_mark_ptr (objspace=0x5612e0e89470, obj=139717397860880) at /tmp/ruby/src/trunk-O0/gc.c:7056
        __func__ = "gc_mark_ptr"
#3  0x00005612dfc3f299 in gc_mark (objspace=0x5612e0e89470, obj=139717397860880) at /tmp/ruby/src/trunk-O0/gc.c:7109
No locals.
#4  0x00005612dfc3fd77 in gc_mark_children (objspace=0x5612e0e89470, obj=139717397905320) at /tmp/ruby/src/trunk-O0/gc.c:7415
        i = 15
        len = 324
        ptr = 0x5612e0ea5d00
        any = 0x7f127ddeffa8
#5  0x00005612dfc403a6 in gc_mark_stacked_objects (objspace=0x5612e0e89470, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7564
        mstack = 0x5612e0e898f8
        obj = 139717397905320
        marked_slots_at_the_beginning = 749
        popped_count = 0
#6  0x00005612dfc40526 in gc_mark_stacked_objects_all (objspace=0x5612e0e89470) at /tmp/ruby/src/trunk-O0/gc.c:7602
No locals.
#7  0x00005612dfc4289a in gc_marks_rest (objspace=0x5612e0e89470) at /tmp/ruby/src/trunk-O0/gc.c:8797
No locals.
#8  0x00005612dfc429ce in gc_marks (objspace=0x5612e0e89470, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8855
        marking_finished = false
#9  0x00005612dfc44771 in gc_start (objspace=0x5612e0e89470, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9608
        do_full_mark = 1
        __func__ = <optimized out>
        lock_lev = 9477
#10 0x00005612dfc44406 in garbage_collect (objspace=0x5612e0e89470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9489
        _lev = 1687415880
        ret = 32530
#11 0x00005612dfc44e91 in garbage_collect_with_gvl (objspace=0x5612e0e89470, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9869
No locals.
#12 0x00005612dfc4c070 in objspace_malloc_gc_stress (objspace=0x5612e0e89470) at /tmp/ruby/src/trunk-O0/gc.c:12406
        reason = 45568
#13 0x00005612dfc4c353 in objspace_xmalloc0 (objspace=0x5612e0e89470, size=384) at /tmp/ruby/src/trunk-O0/gc.c:12608
        gpr = 107008
        mem = 0xf
#14 0x00005612dfc4c670 in ruby_xmalloc0 (size=384) at /tmp/ruby/src/trunk-O0/gc.c:12832
No locals.
#15 0x00005612dfc4c6a6 in ruby_xmalloc_body (size=384) at /tmp/ruby/src/trunk-O0/gc.c:12841
No locals.
#16 0x00005612dfc50061 in ruby_xmalloc (size=384) at /tmp/ruby/src/trunk-O0/gc.c:14420
No locals.
#17 0x00005612dfd992d1 in rb_st_init_existing_table_with_size (tab=0x5612e130d5c0, type=0x5612e024df50 <st_hashtype_num>, size=15) at /tmp/ruby/src/trunk-O0/st.c:552
        n = 4
#18 0x00005612dfd99332 in rb_st_init_table_with_size (type=0x5612e024df50 <st_hashtype_num>, size=15) at /tmp/ruby/src/trunk-O0/st.c:578
        tab = 0x5612e130d5c0
#19 0x00005612dfd995b6 in rebuild_table (tab=0x5612e0f816e0) at /tmp/ruby/src/trunk-O0/st.c:744
        new_tab = 0x1
#20 0x00005612dfd9a1be in rebuild_table_if_necessary (tab=0x5612e0f816e0) at /tmp/ruby/src/trunk-O0/st.c:1104
        bound = 8
#21 0x00005612dfd9a20e in rb_st_insert (tab=0x5612e0f816e0, key=94639084599744, value=20) at /tmp/ruby/src/trunk-O0/st.c:1122
        entry = 0x47bb
        bin = 94639065154725
        ind = 140720971345056
        hash_value = 767861070983591
        bin_ind = 140720971345024
        new_p = 123
#22 0x00005612dfe1f045 in vm_track_constant_cache (id=18363, ic=0x5612e104f9c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5812
        const_cache = 0x5612e0e8a190
        lookup_result = 94639083755232
        ics = 0x5612e0f816e0
#23 0x00005612dfe1f0df in vm_ic_track_const_chain (cfp=0x7f127def5f30, ic=0x5612e104f9c0, segments=0x5612e104f7b0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5823
        id = 18363
        i = 0
        _lev = 1
#24 0x00005612dfe1f3ea in rb_vm_opt_getconstant_path (ec=0x5612e0e8a4e0, reg_cfp=0x7f127def5f30, ic=0x5612e104f9c0) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5890
        val = 139716973554760
        segments = 0x5612e104f7b0
        ice = 0x0
#25 0x00005612dfe22eff in vm_exec_core (ec=0x5612e0e8a4e0) at ../../src/trunk-O0/insns.def:263
        ic = 0x5612e104f9c0
        leaf = false
        val = 139716973554760
        reg_pc = 0x5612e104f850
        reg_cfp = 0x7f127def5f30
        insns_address_table = {0x5612dfe220ff <vm_exec_core+108>, 0x5612dfe22161 <vm_exec_core+206>, 0x5612dfe22274 <vm_exec_core+481>, 0x5612dfe22388 <vm_exec_core+757>, 0x5612dfe22526 <vm_exec_core+1171>, 0x5612dfe22656 <vm_exec_core+1475>, 0x5612dfe22868 <vm_exec_core+2005>, 0x5612dfe2297a <vm_exec_core+2279>, 0x5612dfe22a53 <vm_exec_core+2496>, 0x5612dfe22b5a <vm_exec_core+2759>, 0x5612dfe22c61 <vm_exec_core+3022>, 0x5612dfe22d6f <vm_exec_core+3292>, 0x5612dfe22e81 <vm_exec_core+3566>, 0x5612dfe22f51 <vm_exec_core+3774>, 0x5612dfe2305a <vm_exec_core+4039>, 0x5612dfe23154 <vm_exec_core+4289>, 0x5612dfe23217 <vm_exec_core+4484>, 0x5612dfe232da <vm_exec_core+4679>, 0x5612dfe23363 <vm_exec_core+4816>, 0x5612dfe233ef <vm_exec_core+4956>, 0x5612dfe23495 <vm_exec_core+5122>, 0x5612dfe2356d <vm_exec_core+5338>, 0x5612dfe2363a <vm_exec_core+5543>, 0x5612dfe23718 <vm_exec_core+5765>, 0x5612dfe237da <vm_exec_core+5959>, 0x5612dfe23919 <vm_exec_core+6278>, 0x5612dfe239bf <vm_exec_core+6444>, 0x5612dfe23aa4 <vm_exec_core+6673>, 0x5612dfe23bd3 <vm_exec_core+6976>, 0x5612dfe23c96 <vm_exec_core+7171>, 0x5612dfe23d59 <vm_exec_core+7366>, 0x5612dfe23e50 <vm_exec_core+7613>, 0x5612dfe23f12 <vm_exec_core+7807>, 0x5612dfe23ff1 <vm_exec_core+8030>, 0x5612dfe240be <vm_exec_core+8235>, 0x5612dfe241ce <vm_exec_core+8507>, 0x5612dfe242c8 <vm_exec_core+8757>, 0x5612dfe24343 <vm_exec_core+8880>, 0x5612dfe24404 <vm_exec_core+9073>, 0x5612dfe244f2 <vm_exec_core+9311>, 0x5612dfe245a2 <vm_exec_core+9487>, 0x5612dfe24721 <vm_exec_core+9870>, 0x5612dfe247fb <vm_exec_core+10088>, 0x5612dfe248e7 <vm_exec_core+10324>, 0x5612dfe24978 <vm_exec_core+10469>, 0x5612dfe24ad3 <vm_exec_core+10816>, 0x5612dfe25075 <vm_exec_core+12258>, 0x5612dfe25171 <vm_exec_core+12510>, 0x5612dfe25274 <vm_exec_core+12769>, 0x5612dfe25360 <vm_exec_core+13005>, 0x5612dfe25579 <vm_exec_core+13542>, 0x5612dfe2566b <vm_exec_core+13784>, 0x5612dfe25771 <vm_exec_core+14046>, 0x5612dfe2596e <vm_exec_core+14555>, 0x5612dfe25b17 <vm_exec_core+14980>, 0x5612dfe25c42 <vm_exec_core+15279>, 0x5612dfe25dae <vm_exec_core+15643>, 0x5612dfe25ed9 <vm_exec_core+15942>, 0x5612dfe26045 <vm_exec_core+16306>, 0x5612dfe26227 <vm_exec_core+16788>, 0x5612dfe26424 <vm_exec_core+17297>, 0x5612dfe265cd <vm_exec_core+17722>, 0x5612dfe266ef <vm_exec_core+18012>, 0x5612dfe26796 <vm_exec_core+18179>, 0x5612dfe2685a <vm_exec_core+18375>, 0x5612dfe26943 <vm_exec_core+18608>, 0x5612dfe26a2f <vm_exec_core+18844>, 0x5612dfe26b18 <vm_exec_core+19077>, 0x5612dfe26c2c <vm_exec_core+19353>, 0x5612dfe26d53 <vm_exec_core+19648>, 0x5612dfe26e89 <vm_exec_core+19958>, 0x5612dfe26fbf <vm_exec_core+20268>, 0x5612dfe270f5 <vm_exec_core+20578>, 0x5612dfe2722b <vm_exec_core+20888>, 0x5612dfe27361 <vm_exec_core+21198>, 0x5612dfe274a2 <vm_exec_core+21519>, 0x5612dfe2761c <vm_exec_core+21897>, 0x5612dfe27752 <vm_exec_core+22207>, 0x5612dfe27888 <vm_exec_core+22517>, 0x5612dfe279be <vm_exec_core+22827>, 0x5612dfe27af4 <vm_exec_core+23137>, 0x5612dfe27c2a <vm_exec_core+23447>, 0x5612dfe27d60 <vm_exec_core+23757>, 0x5612dfe27e96 <vm_exec_core+24067>, 0x5612dfe27fcc <vm_exec_core+24377>, 0x5612dfe2811b <vm_exec_core+24712>, 0x5612dfe282d5 <vm_exec_core+25154>, 0x5612dfe28453 <vm_exec_core+25536>, 0x5612dfe28572 <vm_exec_core+25823>, 0x5612dfe28691 <vm_exec_core+26110>, 0x5612dfe287ab <vm_exec_core+26392>, 0x5612dfe288c5 <vm_exec_core+26674>, 0x5612dfe289f0 <vm_exec_core+26973>, 0x5612dfe28b26 <vm_exec_core+27283>, 0x5612dfe28c11 <vm_exec_core+27518>, 0x5612dfe28d16 <vm_exec_core+27779>, 0x5612dfe28e5e <vm_exec_core+28107>, 0x5612dfe28f4d <vm_exec_core+28346>, 0x5612dfe29027 <vm_exec_core+28564>, 0x5612dfe290fc <vm_exec_core+28777>, 0x5612dfe291d7 <vm_exec_core+28996>, 0x5612dfe29253 <vm_exec_core+29120>, 0x5612dfe292cf <vm_exec_core+29244>, 0x5612dfe292ed <vm_exec_core+29274>, 0x5612dfe2930b <vm_exec_core+29304>, 0x5612dfe29329 <vm_exec_core+29334>, 0x5612dfe29347 <vm_exec_core+29364>, 0x5612dfe29365 <vm_exec_core+29394>, 0x5612dfe29383 <vm_exec_core+29424>, 0x5612dfe293a1 <vm_exec_core+29454>, 0x5612dfe293bf <vm_exec_core+29484>, 0x5612dfe293dd <vm_exec_core+29514>, 0x5612dfe293fb <vm_exec_core+29544>, 0x5612dfe29419 <vm_exec_core+29574>, 0x5612dfe29437 <vm_exec_core+29604>, 0x5612dfe29455 <vm_exec_core+29634>, 0x5612dfe29473 <vm_exec_core+29664>, 0x5612dfe29491 <vm_exec_core+29694>, 0x5612dfe294af <vm_exec_core+29724>, 0x5612dfe294cd <vm_exec_core+29754>, 0x5612dfe294eb <vm_exec_core+29784>, 0x5612dfe29509 <vm_exec_core+29814>, 0x5612dfe29527 <vm_exec_core+29844>, 0x5612dfe29545 <vm_exec_core+29874>, 0x5612dfe29563 <vm_exec_core+29904>, 0x5612dfe29581 <vm_exec_core+29934>, 0x5612dfe2959f <vm_exec_core+29964>, 0x5612dfe295bd <vm_exec_core+29994>, 0x5612dfe295db <vm_exec_core+30024>, 0x5612dfe295f9 <vm_exec_core+30054>, 0x5612dfe29617 <vm_exec_core+30084>, 0x5612dfe29635 <vm_exec_core+30114>, 0x5612dfe29653 <vm_exec_core+30144>, 0x5612dfe29671 <vm_exec_core+30174>, 0x5612dfe2968f <vm_exec_core+30204>, 0x5612dfe296ad <vm_exec_core+30234>, 0x5612dfe296cb <vm_exec_core+30264>, 0x5612dfe296e9 <vm_exec_core+30294>, 0x5612dfe29707 <vm_exec_core+30324>, 0x5612dfe29725 <vm_exec_core+30354>, 0x5612dfe29743 <vm_exec_core+30384>, 0x5612dfe29761 <vm_exec_core+30414>, 0x5612dfe2977f <vm_exec_core+30444>, 0x5612dfe2979d <vm_exec_core+30474>, 0x5612dfe297bb <vm_exec_core+30504>, 0x5612dfe297d9 <vm_exec_core+30534>, 0x5612dfe297f7 <vm_exec_core+30564>, 0x5612dfe29815 <vm_exec_core+30594>, 0x5612dfe29833 <vm_exec_core+30624>, 0x5612dfe29851 <vm_exec_core+30654>, 0x5612dfe2986f <vm_exec_core+30684>, 0x5612dfe2988d <vm_exec_core+30714>, 0x5612dfe298ab <vm_exec_core+30744>, 0x5612dfe298c9 <vm_exec_core+30774>, 0x5612dfe298e7 <vm_exec_core+30804>, 0x5612dfe29905 <vm_exec_core+30834>, 0x5612dfe29923 <vm_exec_core+30864>, 0x5612dfe29941 <vm_exec_core+30894>, 0x5612dfe2995f <vm_exec_core+30924>, 0x5612dfe2997d <vm_exec_core+30954>, 0x5612dfe2999b <vm_exec_core+30984>, 0x5612dfe299b9 <vm_exec_core+31014>, 0x5612dfe299d7 <vm_exec_core+31044>, 0x5612dfe299f5 <vm_exec_core+31074>, 0x5612dfe29a13 <vm_exec_core+31104>, 0x5612dfe29a31 <vm_exec_core+31134>, 0x5612dfe29a4f <vm_exec_core+31164>, 0x5612dfe29a6d <vm_exec_core+31194>, 0x5612dfe29a8b <vm_exec_core+31224>, 0x5612dfe29aa9 <vm_exec_core+31254>, 0x5612dfe29ac7 <vm_exec_core+31284>, 0x5612dfe29ae5 <vm_exec_core+31314>, 0x5612dfe29b03 <vm_exec_core+31344>, 0x5612dfe29b21 <vm_exec_core+31374>, 0x5612dfe29b3f <vm_exec_core+31404>, 0x5612dfe29b5d <vm_exec_core+31434>, 0x5612dfe29b7b <vm_exec_core+31464>, 0x5612dfe29b99 <vm_exec_core+31494>, 0x5612dfe29bca <vm_exec_core+31543>, 0x5612dfe29be8 <vm_exec_core+31573>, 0x5612dfe29c06 <vm_exec_core+31603>, 0x5612dfe29c24 <vm_exec_core+31633>, 0x5612dfe29c42 <vm_exec_core+31663>, 0x5612dfe29c60 <vm_exec_core+31693>, 0x5612dfe29c7e <vm_exec_core+31723>, 0x5612dfe29c9c <vm_exec_core+31753>, 0x5612dfe29cba <vm_exec_core+31783>, 0x5612dfe29cd8 <vm_exec_core+31813>, 0x5612dfe29cf6 <vm_exec_core+31843>, 0x5612dfe29d14 <vm_exec_core+31873>, 0x5612dfe29d32 <vm_exec_core+31903>, 0x5612dfe29d50 <vm_exec_core+31933>, 0x5612dfe29d6e <vm_exec_core+31963>, 0x5612dfe29d8c <vm_exec_core+31993>, 0x5612dfe29daa <vm_exec_core+32023>, 0x5612dfe29dc8 <vm_exec_core+32053>, 0x5612dfe29de6 <vm_exec_core+32083>, 0x5612dfe29e04 <vm_exec_core+32113>, 0x5612dfe29e22 <vm_exec_core+32143>, 0x5612dfe29e40 <vm_exec_core+32173>...}
#26 0x00005612dfe3c51d in vm_exec_loop (ec=0x5612e0e8a4e0, state=RUBY_TAG_RAISE, tag=0x7ffc278279b0, result=36) at /tmp/ruby/src/trunk-O0/vm.c:2513
No locals.
#27 0x00005612dfe3c465 in rb_vm_exec (ec=0x5612e0e8a4e0) at /tmp/ruby/src/trunk-O0/vm.c:2492
        _ec = 0x5612e0e8a4e0
        _tag = {tag = 36, retval = 4, buf = {0x7ffc27827a30, 0x5612dfe3c390 <rb_vm_exec+190>, 0x0, 0x7ffc27827980, 0x7ffc27827cc8}, prev = 0x7ffc27827aa0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_RAISE
        result = 36
#28 0x00005612dfe3d271 in rb_iseq_eval_main (iseq=0x7f1263869878) at /tmp/ruby/src/trunk-O0/vm.c:2752
        ec = 0x5612e0e8a4e0
        val = 94639082743008
#29 0x00005612dfc20bcb in rb_ec_exec_node (ec=0x5612e0e8a4e0, n=0x7f1263869878) at /tmp/ruby/src/trunk-O0/eval.c:287
        th = 0x5612e0e89090
        _ec = 0x5612e0e8a4e0
        _tag = {tag = 36, retval = 94639063433656, buf = {0x7ffc27827b20, 0x5612dfc20b61 <rb_ec_exec_node+212>, 0x0, 0x7ffc27827a70, 0x5612e0e8a4e0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        iseq = 0x7f1263869878
#30 0x00005612dfc20d48 in ruby_run_node (n=0x7f1263869878) at /tmp/ruby/src/trunk-O0/eval.c:328
        ec = 0x5612e0e8a4e0
        status = 22034
#31 0x00005612dfc1c5b4 in rb_main (argc=133, argv=0x7ffc27827cc8) at /tmp/ruby/src/trunk-O0/main.c:39
        variable_in_this_stack_frame = 140720971348896
#32 0x00005612dfc1c615 in main (argc=133, argv=0x7ffc27827cc8) at /tmp/ruby/src/trunk-O0/main.c:58
No locals.

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