# Logfile created on 2024-01-19 10:21:39 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000565354737118 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @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.20240119-102139", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005653547cb2f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005653547cb1b0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005653547cb020 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240119-102139", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240119-102139>, @binmode=false, @mon_data=#<Monitor:0x00005653547caeb8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j16
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j16" exit with 0.
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-rubyspec -j16
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j16" exit with 0.
$$$[beg] make update-src      -j16
Already up to date.
Latest commit hash = 0f315216bb
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/socket'
/tmp/ruby/src/trunk/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'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.0
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
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'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
	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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
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'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk/bin
installing base libraries:          /tmp/ruby/install/trunk/lib
installing arch files:              /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk/bin
installing library scripts:         /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk/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
                                    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
                                    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
                                    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/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
                                    nkf 0.1.3
                                    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/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
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j16'
PASS all 1876 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j16'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Run options: 
  --seed=18782
  "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j16
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

ruby -v: ruby 3.4.0dev (2024-01-19T08:57:54Z master 0f315216bb) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j16'
	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   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/1-mspec-multi-0
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/2-mspec-multi-1
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/3-mspec-multi-2
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/4-mspec-multi-3
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/5-mspec-multi-4
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/6-mspec-multi-5
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/7-mspec-multi-6
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/8-mspec-multi-7
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/9-mspec-multi-8
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/10-mspec-multi-9
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/11-mspec-multi-10
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/12-mspec-multi-11
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/13-mspec-multi-12
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/14-mspec-multi-13
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/15-mspec-multi-14
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240119-287908-ntol2e/16-mspec-multi-15
ruby 3.4.0dev (2024-01-19T08:57:54Z master 0f315216bb) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ......

Finished in 12.570805 seconds

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