# Logfile created on 2024-03-01 03:48:01 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000556234a5f0a0 @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="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @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.20240301-034801", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000556234af32a0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000556234af3160 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000556234af2fd0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240301-034801", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240301-034801>, @binmode=false, @mon_data=#<Monitor:0x0000556234af2e68>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j20
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j20" exit with 0.
$$$[beg] make update-download -j20
tool/config.guess already exists
tool/config.sub already exists
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision -
echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision unchanged
$$$[end] "make update-download -j20" exit with 0.
$$$[beg] make update-rubyspec -j20
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j20" exit with 0.
$$$[beg] make update-src      -j20
Already up to date.
Latest commit hash = a465393cb9
$$$[end] "make update-src      -j20" exit with 0.
$$$[beg] make after-update    -j20
generating /tmp/ruby/src/trunk/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper'
/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'
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision -
echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
Extracting bundle gem minitest-5.22.2...
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision unchanged
Unpacked gems/minitest-5.22.2.gem
$$$[end] "make after-update    -j20" exit with 0.
$$$[beg] make miniruby -j20
	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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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 -j20" exit with 0.
$$$[beg] make ruby -j20
	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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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
961a8b913fe5e2f5d8f882c33f1849a79c40cc76000adb4794c6199dc43cddaa  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 -j20" exit with 0.
$$$[beg] make all -j20
	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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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
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/fixnum_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/float_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/mutex_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_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/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/st_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
making srcs under 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 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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
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/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
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/nkf-0.2.0/ext/nkf'
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/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving 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/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/nkf-0.2.0/ext/nkf'
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]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
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 -j20" exit with 0.
$$$[beg] make install -j20
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision -
echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
	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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --jobserver-auth=4,5
	RUSTC = no
	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
/tmp/ruby/src/trunk/.bundle/.timestamp/minitest.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision -
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision -
generating encdb.h
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
/tmp/ruby/src/trunk/.bundle/.timestamp/bigdecimal.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/debug.revision unchanged
encdb.h unchanged
Extracting bundle gem minitest-5.22.2...
Unpacked gems/minitest-5.22.2.gem
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]: 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/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
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/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
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/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
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/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
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/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
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/syslog-0.1.2/ext/syslog'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
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'
./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="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --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
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.2
                                    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.24.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.3
                                    resolv 0.3.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    minitest 5.22.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.2
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.10
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.11
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j20" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j20'
PASS all 1905 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j20'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j20'
	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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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.

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='-j20'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'
	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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/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/.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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
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.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
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=5534
  "--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
  -j20

# Running tests:

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

ruby -v: ruby 3.4.0dev (2024-03-01T03:33:42Z master a465393cb9) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'
	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 = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	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/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/.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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
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.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/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.20240301-417373-ojcm87/16-mspec-multi-15
$ /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.20240301-417373-ojcm87/17-mspec-multi-16
$ /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.20240301-417373-ojcm87/18-mspec-multi-17
$ /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.20240301-417373-ojcm87/19-mspec-multi-18
$ /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.20240301-417373-ojcm87/20-mspec-multi-19
ruby 3.4.0dev (2024-03-01T03:33:42Z master a465393cb9) [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 .....................................................................

Finished in 8.053679 seconds

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