# Logfile created on 2024-01-10 07:34:31 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005639985cda00 @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.20240110-073431", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000563998663258 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000563998663118 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000563998662f38 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240110-073431", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240110-073431>, @binmode=false, @mon_data=#<Monitor:0x0000563998662e70>, @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 = e59a730477
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-yjit/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-yjit/ext/ripper'
/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
fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc  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 enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
ext/configure-ext.mk updated
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/bigdecimal'
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/bigdecimal'
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]: 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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
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/openssl'
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/fiddle'
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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
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/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: 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]: 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'
$$$[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
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

ruby -v: ruby 3.4.0dev (2024-01-10T05:06:33Z master e59a730477) +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
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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
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/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/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'
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 103.779698 seconds

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