# Logfile created on 2024-01-22 06:46:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055fc1a3a6008 @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-064615", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055fc1a43f410 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055fc1a43f2d0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055fc1a43f0f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-064615", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-064615>, @binmode=false, @mon_data=#<Monitor:0x000055fc1a43f028>, @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
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 '/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'
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/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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
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]: 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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering 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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
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/ripper'
make[2]: Leaving 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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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/ext/syslog'
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/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]: 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/rbs-3.4.2/ext/rbs_extension'
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/rbs-3.4.1/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/ext/digest/sha2'
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/ext/digest/sha2'
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
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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