# Logfile created on 2024-01-22 06:56:37 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000555661ff22a8 @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-065637", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055566207b508 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055566207b3a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055566207b1e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-065637", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240122-065637>, @binmode=false, @mon_data=#<Monitor:0x000055566207b120>, @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]: 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]: Leaving 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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
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/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
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]: 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/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/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]: 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/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/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
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.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 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.

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

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