# Logfile created on 2024-01-22 06:21:51 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000561483056138 @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-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @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-yjit.20240122-062151", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005614830eb4b8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005614830eb350 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005614830eb198 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-062151", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-062151>, @binmode=false, @mon_data=#<Monitor:0x00005614830eb0d0>, @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
Already up to date.
Latest commit hash = 4d31d6802a
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
make[1]: Entering directory '/tmp/ruby/src/trunk-yjit/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-yjit/ext/socket'
/tmp/ruby/src/trunk-yjit/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-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[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 = -O3 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/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 = -O3 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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
f0f99355960b2d95d43d018499bd9b852f159a1c2db93c2d5f13e7f0b37fb1db  builtin_binary.inc
compiling /tmp/ruby/src/trunk-yjit/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 = -O3 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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 encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[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 = -O3 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
generating encdb.h
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.

encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/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-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+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
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.2
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1876 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 = -O3 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/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 = -O3 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

# Running tests:

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

ruby -v: ruby 3.4.0dev (2024-01-22T05:18:23Z master 4d31d6802a) +YJIT [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 = -O3 -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-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

3728 files, 32008 examples, 205971 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
raw logfile