# Logfile created on 2024-07-10 01:04:16 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055617b5b9668 @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, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk.20240710-010416", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055617b666598 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055617b666458 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055617b6662c8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240710-010416", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240710-010416>, @binmode=false, @mon_data=#<Monitor:0x000055617b666200>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j20
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision -
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
$$$[end] "make update-download -j20" exit with 0.
$$$[beg] make update-src      -j20
Already up to date.
Latest commit hash = 6f6aff56b1
$$$[end] "make update-src      -j20" exit with 0.
$$$[beg] make after-update    -j20
/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 power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision -
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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
8acbc5878d3ff73d3ff7cb2fe529932916b38dda61177648e49d0acf3cdadf47  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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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/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/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/thread_spec.so
building spec/ruby/optional/capi/ext/symbol_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 '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/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
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/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/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/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
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.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
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.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
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.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk'
linking ruby
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 power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision -
echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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/power_assert.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision -
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
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
encdb.h unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.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'
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
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
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
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 '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]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
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/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
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]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/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/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
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]: 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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
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.5.1/ext/rbs_extension'
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/racc-1.8.0/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 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.14.0
                                    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.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.30.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.9
                                    resolv 0.4.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.2
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.2
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    minitest 5.24.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.1
                                    rss 0.3.0
                                    net-ftp 0.3.7
                                    net-imap 0.4.14
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.1
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.0
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    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.3.0
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install -j20" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j20'
PASS all 1974 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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 '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.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/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.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.1/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=2732
  "--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/909] 1085009=test_div
[  2/909] 1085009=test_allocation
[  3/909] 1085011=test_engine
[  4/909] 1085013=test_win32ole_variant_m
[  5/909] 1085010=test_key_error
[  6/909] 1085014=test_insns_leaf
[  7/909] 1085012=test_serialize_subclasses
[  8/909] 1085013=test_deprecated
[  9/909] 1085024=test_color_printer
[ 10/909] 1085022=test_files_test_1
[ 11/909] 1085010=test_struct
[ 12/909] 1085027=test_gem_path_support
[ 13/909] 1085026=test_set
[ 14/909] 1085023=test_mutex
[ 15/909] 1085014=test_x509req
[ 16/909] 1085012=test_rdoc_rd_inline
[ 17/909] 1085015=test_win32ole_variant_outarg
[ 18/909] 1085013=json_common_interface_test
[ 19/909] 1085015=test_gem_source_subpath_problem
[ 20/909] 1085028=test_dln
[ 21/909] 1085026=json_parser_test
[ 22/909] 1085028=test_nomethod_error
[ 23/909] 1085011=comments_test
[ 24/909] 1085028=test_config
[ 25/909] 1085020=test_pkg_config
[ 26/909] 1085021=test_cparser
[ 27/909] 1085013=onigmo_test
[ 28/909] 1085016=magic_comment_test
[ 29/909] 1085017=test_rdoc_markup_to_html_snippet
[ 30/909] 1085019=test_struct
[ 31/909] 1085018=test_variable
[ 32/909] 1085025=fuzzer_test
[ 33/909] 1085019=test_rdoc_markup_include
[ 34/909] 1085026=test_sexp
[ 35/909] 1085020=test_digest_extend
[ 36/909] 1085028=test_omap
[ 37/909] 1085020=test_iterator
[ 38/909] 1085026=test_string
[ 39/909] 1085026=test_memory_view
[ 40/909] 1085024=test_debug
[ 41/909] 1085013=test_shellwords
[ 42/909] 1085024=test_new
[ 43/909] 1085024=test_gem_security_signer
[ 44/909] 1085011=test_cipher
[ 45/909] 1085013=constant_path_node_test
[ 46/909] 1085013=test_gem_resolver_git_set
[ 47/909] 1085026=test_storage
[ 48/909] 1085025=test_require
[ 49/909] 1085026=test_cgi_cookie
[ 50/909] 1085028=test_cd
[ 51/909] 1085026=test_float
[ 52/909] 1085028=test_gem_source_git
[ 53/909] 1085020=test_regex_casefold
[ 54/909] 1085011=test_gem_commands_signout_command
[ 55/909] 1085020=test_refinement
[ 56/909] 1085027=test_gem_resolver_installer_set
[ 57/909] 1085012=warnings_test
[ 58/909] 1085018=test_dir_m17n
[ 59/909] 1085014=test_rdoc_top_level
[ 60/909] 1085021=heredoc_test
[ 61/909] 1085019=test_metaclass
[ 62/909] 1085019=test_rdoc_rd
[ 63/909] 1085012=dispatcher_test
[ 64/909] 1085019=test_cgi_session
[ 65/909] 1085012=test_x509crl
[ 66/909] 1085021=test_fixnum
[ 67/909] 1085021=test_signal
[ 68/909] 1085019=test_process
[ 69/909] 1085019=test_input_method
[ 70/909] 1085017=test_windows_1252
[ 71/909] 1085017=test_gem_source_installed
[ 72/909] 1085011=test_erb
[ 73/909] 1085024=test_x509ext
[ 74/909] 1085024=test_proxy
[ 75/909] 1085011=test_yield_block
[ 76/909] 1085011=test_len
[ 77/909] 1085011=test_gem_commands_cert_command
[ 78/909] 1085016=test_completion
[ 79/909] 1085012=test_rational
[ 80/909] 1085027=fixtures_test
[ 81/909] 1085015=test_rational2
[ 82/909] 1085024=test_propertyputref
[ 83/909] 1085012=test_spell_checker
[ 84/909] 1085024=test_assembler
[ 85/909] 1085015=test_benchmark
[ 86/909] 1085024=test_gem_dependency_list
[ 87/909] 1085012=test_nesting_parser
[ 88/909] 1085010=test_win32ole_method_event
[ 89/909] 1085010=implicit_array_test
[ 90/909] 1085019=test_scalar_scanner
[ 91/909] 1085019=test_gem_source
[ 92/909] 1085014=test_array
[ 93/909] 1085024=test_helper_method
[ 94/909] 1085010=test_gem_package_tar_writer
[ 95/909] 1085012=test_gem_commands_outdated_command
[ 96/909] 1085017=test_provider
[ 97/909] 1085024=test_abi
[ 98/909] 1085013=test_load
[ 99/909] 1085013=test_yamldbm
[100/909] 1085013=test_gem_commands_rebuild_command
[101/909] 1085013=test_rdoc_parser_simple
[102/909] 1085027=test_gem_ext_builder
[103/909] 1085012=test_https
[104/909] 1085024=test_evaluation
[105/909] 1085028=test_rubyvm
[106/909] 1085024=test_configuration
[107/909] 1085028=test_monitor
[108/909] 1085019=test_buffered_io
[109/909] 1085010=test_whileuntil
[110/909] 1085010=test_rdoc_generator_markup
[111/909] 1085019=test_boolean
[112/909] 1085019=test_stringify_symbols
[113/909] 1085024=test_instrumentation_api
[114/909] 1085019=test_ssl
[115/909] 1085013=test_gem_ext_cargo_builder
[116/909] 1085013=test_module
[117/909] 1085016=test_gem_request_set
[118/909] 1085010=test_method_name_check
[119/909] 1085010=test_arith_seq_extract
[120/909] 1085017=test_parser
[121/909] 1085028=test_data
[122/909] 1085028=test_filter
[123/909] 1085017=test_gem_gem_runner
[124/909] 1085028=test_rdoc_method_attr
[125/909] 1085017=test_unicode
[126/909] 1085023=test_rdoc_parser_changelog
[127/909] 1085010=test_enumerator
[128/909] 1085010=test_koi8
[129/909] 1085010=test_rdoc_generator_pot
[130/909] 1085010=test_ssl_session
[131/909] 1085012=test_lexer
[132/909] 1085017=test_thread_cv
[133/909] 1085012=test_notimplement
[134/909] 1085012=test_random
[135/909] 1085012=test_gem_uri
[136/909] 1085012=test_key_event_record
[137/909] 1085012=test_gem_resolver_vendor_specification
[138/909] 1085012=test_gem_commands_update_command
[139/909] 1085028=test_rdoc_markup_to_html
[140/909] 1085028=test_date_compat
[141/909] 1085028=test_bug-14834
[142/909] 1085028=test_terminfo
[143/909] 1085023=test_compile_prism
[144/909] 1085026=test_case_mapping
[145/909] 1085026=test_path
[146/909] 1085026=test_win32ole_param_event
[147/909] 1085026=test_bn
[148/909] 1085028=test_addrinfo
[149/909] 1085028=test_http
[150/909] 1085026=test_tree_spell_checker
[151/909] 1085018=test_set_len
[152/909] 1085018=test_httpresponses
[153/909] 1085016=test_encoding
[154/909] 1085016=test_rdoc_ri_driver
[155/909] 1085018=test_gem_resolver_local_specification
[156/909] 1085026=test_httpheader
[157/909] 1085026=test_rdoc_markup_to_label
[158/909] 1085023=test_install
[159/909] 1085015=string_encoding_test
[160/909] 1085018=test_sockopt
[161/909] 1085018=json_encoding_test
[162/909] 1085026=test_color
[163/909] 1085018=test_key_stroke
[164/909] 1085018=test_human_typo
[165/909] 1085018=test_primitive
[166/909] 1085018=test_rbconfig
[167/909] 1085018=test_pair
[168/909] 1085015=test_gem_commands_yank_command
[169/909] 1085026=test_win32ole_param
[170/909] 1085026=test_acceptable
[171/909] 1085017=test_euc_jp
[172/909] 1085017=test_rdoc_generator_pot_po_entry
[173/909] 1085017=test_document
[174/909] 1085017=test_rdoc_i18n_locale
[175/909] 1085017=test_name_error_extension
[176/909] 1085017=test_mkmf
[177/909] 1085026=test_date_marshal
[178/909] 1085026=test_history
[179/909] 1085023=test_popen_deadlock
[180/909] 1085027=test_delegate
[181/909] 1085017=test_exit
[182/909] 1085026=test_recursion
[183/909] 1085027=test_rdoc_servlet
[184/909] 1085026=test_gem_security
[185/909] 1085017=test_ractor
[186/909] 1085017=test_digest
[187/909] 1085017=test_closure
[188/909] 1085016=test_bundled_ca
[189/909] 1085010=test_open3
[190/909] 1085027=test_multi_irb_commands
[191/909] 1085027=test_fiber
[192/909] 1085015=test_within_pipe
[193/909] 1085015=test_emoji_breaks
[194/909] 1085015=test_gem_bundler_version_finder
[195/909] 1085015=test_help
[196/909] 1085015=test_rdoc_markup_to_bs
[197/909] 1085017=test_beginendblock
[198/909] 1085012=test_files_lib
[199/909] 1085021=test_gem_commands_unpack_command
[200/909] 1085023=test_stream
[201/909] 1085023=test_to_ary_concat
[202/909] 1085015=test_time
[203/909] 1085009=test_webauthn_listener_response
[204/909] 1085015=test_printf
[205/909] 1085015=test_rdoc_markup_pre_process
[206/909] 1085011=test_pinned
[207/909] 1085017=test_rdoc_markup_heading
[208/909] 1085017=test_exception_at_throwing
[209/909] 1085011=test_iseq
[210/909] 1085017=test_pkey_dsa
[211/909] 1085015=test_ocsp
[212/909] 1085022=test_class
[213/909] 1085025=test_scheduler
[214/909] 1085009=test_gem_commands_build_command
[215/909] 1085022=test_case_comprehensive
[216/909] 1085022=test_interned_str
[217/909] 1085022=test_gem_commands_server_command
[218/909] 1085023=test_did_you_mean
[219/909] 1085013=test_io_m17n
[220/909] 1085025=test_variable_name_check
[221/909] 1085025=test_tracer
[222/909] 1085023=test_cmethod
[223/909] 1085023=test_option
[224/909] 1085021=test_append
[225/909] 1085021=test_x509store
[226/909] 1085022=test_rdoc_code_object
[227/909] 1085015=test_fips
[228/909] 1085025=test_x509name
[229/909] 1085023=test_update
[230/909] 1085009=parse_comments_test
[231/909] 1085023=test_jaro_winkler
[232/909] 1085025=test_random_formatter
[233/909] 1085023=test_helper
[234/909] 1085025=test_ast
[235/909] 1085023=test_gem_request_set_gem_dependency_api
[236/909] 1085009=test_lambda
[237/909] 1085015=test_webauthn_listener
[238/909] 1085009=test_enumerable
[239/909] 1085011=test_gem_resolver_vendor_set
[240/909] 1085009=test_config
[241/909] 1085011=ruby_parser_test
[242/909] 1085015=test_gem_resolver_api_set
[243/909] 1085011=test_gem_safe_marshal
[244/909] 1085015=test_transcode
[245/909] 1085022=json_generator_test
[246/909] 1085014=test_eval
[247/909] 1085021=test_encoding
[248/909] 1085022=test_erb_command
[249/909] 1085022=test_helper
[250/909] 1085022=test_gem_uri_formatter
[251/909] 1085022=test_constant
[252/909] 1085015=test_dup
[253/909] 1085021=test_pty
[254/909] 1085023=test_range
[255/909] 1085014=test_project_sanity
[256/909] 1085020=test_rdoc_ri_paths
[257/909] 1085015=library_symbols_test
[258/909] 1085015=test_locale
[259/909] 1085011=test_addr
[260/909] 1085011=test_ensured
[261/909] 1085009=test_ts
[262/909] 1085016=test_gem_commands_check_command
[263/909] 1085016=test_regexp
[264/909] 1085015=errors_test
[265/909] 1085011=test_integer_comb
[266/909] 1085020=test_rdoc_markup_document
[267/909] 1085020=test_tmpdir
[268/909] 1085024=test_ftp
[269/909] 1085024=test_vm_dump
[270/909] 1085024=test_udp
[271/909] 1085024=test_ostruct
[272/909] 1085014=unescape_test
[273/909] 1085015=test_force_exit
[274/909] 1085015=test_file
[275/909] 1085020=test_data_error
[276/909] 1085020=bom_test
[277/909] 1085021=test_normalize
[278/909] 1085021=test_ossl
[279/909] 1085020=test_timeout
[280/909] 1085024=test_flip
[281/909] 1085020=test_change_word
[282/909] 1085020=test_sleep
[283/909] 1085024=test_gem_local_remote_options
[284/909] 1085013=test_date_arith
[285/909] 1085013=test_ruby_lex
[286/909] 1085024=test_object
[287/909] 1085017=test_pointer
[288/909] 1085009=test_big5
[289/909] 1085009=test_func
[290/909] 1085013=test_type
[291/909] 1085013=test_ractor
[292/909] 1085024=test_tsort
[293/909] 1085013=test_signedness
[294/909] 1085023=test_rdoc_rd_block_parser
[295/909] 1085024=test_object
[296/909] 1085024=test_cgi_header
[297/909] 1085024=heredoc_dedent_test
[298/909] 1085010=version_test
[299/909] 1085010=test_gem_command_manager
[300/909] 1085023=test_basicinstructions
[301/909] 1085024=test_gem_gemcutter_utilities
[302/909] 1085023=parse_test
[303/909] 1085023=test_gem_remote_fetcher_local_ssl_server
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 9 : #<TCPServer:fd 9, AF_INET, 0.0.0.0, 42315>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085023  ko1    9u  IPv4 272751661      0t0  TCP *:42315 (LISTEN)
[304/909] 1085017=test_key_actor_emacs
[305/909] 1085010=test_arithmetic_sequence
[306/909] 1085010=test_gem_update_suggestion
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 36517>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085023  ko1   10u  IPv4 272745898      0t0  TCP *:36517 (LISTEN)
[307/909] 1085014=test_files_test
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 10
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 39367>
[308/909] 1085014=test_file_exhaustive
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085023  ko1   10u  IPv4 272751726      0t0  TCP *:39367 (LISTEN)
[309/909] 1085010=attribute_write_test
[310/909] 1085010=test_logger
[311/909] 1085010=test_gem_resolver_lock_set
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 10
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 33593>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085023  ko1   10u  IPv4 272750829      0t0  TCP *:33593 (LISTEN)
[312/909] 1085010=test_not
[313/909] 1085017=test_import
[314/909] 1085024=test_rdoc_parser_markdown
[315/909] 1085010=test_numhash
[316/909] 1085010=test_gem_commands_push_command
[317/909] 1085023=test_weakkeymap
[318/909] 1085024=test_pkey_rsa
[319/909] 1085023=test_gem_platform
[320/909] 1085024=test_rdoc_markup_hard_break
[321/909] 1085024=test_gem_package_task
[322/909] 1085024=test_date_strptime
[323/909] 1085023=test_placearg
[324/909] 1085018=test_win32ole_method
[325/909] 1085018=test_delete
[326/909] 1085018=dump_test
[327/909] 1085024=test_class_name_check
[328/909] 1085024=test_keyword
[329/909] 1085023=test_continuation
[330/909] 1085023=test_fd_setsize
[331/909] 1085023=test_function_entry
[332/909] 1085023=test_arith_seq_beg_len_step
[333/909] 1085023=test_gem_resolver_requirement_list
[334/909] 1085023=test_pkcs7
[335/909] 1085010=test_enc_associate
[336/909] 1085009=test_lazy_enumerator
[337/909] 1085023=test_unix
[338/909] 1085023=test_context
[339/909] 1085024=test_gem_commands_pristine_command
[340/909] 1085017=test_nofree
[341/909] 1085017=test_coder
[342/909] 1085017=parser_test
[343/909] 1085011=test_symbol
[344/909] 1085012=test_find_executable
[345/909] 1085023=test_cgi_multipart
[346/909] 1085012=test_word
[347/909] 1085022=test_gem_commands_cleanup_command
[348/909] 1085012=test_member
[349/909] 1085012=test_numeric
[350/909] 1085012=test_dir
[351/909] 1085017=test_gem_console_ui
[352/909] 1085017=test_date_ractor
[353/909] 1085009=test_eval
[354/909] 1085009=test_autoconf
[355/909] 1085009=test_ractor_compatibility
[356/909] 1085023=test_mailto
[357/909] 1085023=test_symbol
[358/909] 1085023=test_coderange
[359/909] 1085023=test_http_request
[360/909] 1085010=json_generic_object_test
[361/909] 1085010=test_gem_source_fetch_problem
[362/909] 1085010=test_rdoc_comment
[363/909] 1085023=test_resize
[364/909] 1085023=test_error_highlight
[365/909] 1085017=test_rdoc_generator_darkfish
[366/909] 1085012=test_merge_keys
[367/909] 1085012=test_rdoc_extend
[368/909] 1085010=test_history
[369/909] 1085012=test_mixed_unicode_escapes
[370/909] 1085012=test_rdoc_markup_to_ansi
[371/909] 1085010=test_ipaddr
[372/909] 1085012=test_win32ole_variant
[373/909] 1085012=overlap_test
[374/909] 1085010=test_gem_resolver_api_specification
[375/909] 1085010=static_literals_test
[376/909] 1085010=test_win32ole_event
[377/909] 1085010=test_time_tz
[378/909] 1085010=test_rdoc_generator_json_index
[379/909] 1085009=ractor_test
[380/909] 1085010=test_trace
[381/909] 1085010=test_arity
[382/909] 1085010=test_stringio
[383/909] 1085009=test_io_wait_uncommon
[384/909] 1085009=test_win32ole_variable
[385/909] 1085009=test_bignum
[386/909] 1085022=test_rdoc_class_module
[387/909] 1085018=test_gem_ci_detector
[388/909] 1085012=test_threadgroup
[389/909] 1085010=test_gem_specification
[390/909] 1085018=test_enum
[391/909] 1085023=test_complex2
[392/909] 1085023=test_resolve_symbol
[393/909] 1085017=test_gem_package
[394/909] 1085023=test_have_macro
[395/909] 1085009=test_ractor
[396/909] 1085013=test_debugger_integration
[397/909] 1085013=test_rendering
[398/909] 1085013=test_my_integer
[399/909] 1085013=test_thread
[400/909] 1085009=json_ext_parser_test
[401/909] 1085009=test_ssl
[402/909] 1085024=test_singleton_function
[403/909] 1085024=test_ancdata
[404/909] 1085024=test_reline_key
[405/909] 1085024=test_rb_str_dup
[406/909] 1085024=test_nonblock
[407/909] 1085024=test_weakref
[408/909] 1085023=test_marshal
[409/909] 1085022=test_unicode_normalize
[410/909] 1085022=test_timeout
[411/909] 1085026=test_alias
[412/909] 1085024=test_parser
[413/909] 1085024=test_cgi_core
[414/909] 1085024=test_ractor
[415/909] 1085024=test_gem_commands_open_command
[416/909] 1085026=test_dns
[417/909] 1085009=test_gem
[418/909] 1085017=test_gem_source_lock
[419/909] 1085024=test_registry
[420/909] 1085024=test_integer
[421/909] 1085017=test_dryrun
[422/909] 1085018=test_rdoc_attr
[423/909] 1085017=test_env
[424/909] 1085024=test_gem_commands_setup_command
[425/909] 1085023=test_rubygems
[426/909] 1085011=ripper_test
[427/909] 1085018=test_call
[428/909] 1085012=test_https_proxy
[429/909] 1085012=test_integer
[430/909] 1085023=test_cgi_modruby
[431/909] 1085018=test_rubyoptions
[432/909] 1085023=test_super
[433/909] 1085026=test_gem_resolver_git_specification
[434/909] 1085026=test_usrmarshal
[435/909] 1085011=test_object_references
[436/909] 1085022=test_capacity
[437/909] 1085011=test_nextafter
[438/909] 1085022=test_have_func
[439/909] 1085011=test_stat
[440/909] 1085011=test_gem_request_set_lockfile_tokenizer
[441/909] 1085027=test_ractor
[442/909] 1085027=test_severity
[443/909] 1085027=test_gem_install_update_options
[444/909] 1085026=test_require_lib
[445/909] 1085024=test_extlibs
[446/909] 1085011=test_rdoc_generator_ri
[447/909] 1085011=test_gem_stream_ui
[448/909] 1085027=test_literal
[449/909] 1085011=test_dot_dot
[450/909] 1085011=test_c_struct_builder
[451/909] 1085011=test_str2big
[452/909] 1085011=test_rdoc_markup_to_table_of_contents
[453/909] 1085011=test_objectspace
[454/909] 1085023=location_test
[455/909] 1085023=test_gem_remote_fetcher_s3
[456/909] 1085010=test_thread
[457/909] 1085023=test_socket
[458/909] 1085010=test_case
[459/909] 1085010=test_pkey
[460/909] 1085010=test_parser_events
[461/909] 1085027=test_reline
[462/909] 1085010=test_cclass
[463/909] 1085022=test_gem_version_option
[464/909] 1085019=test_grapheme_breaks
[465/909] 1085019=test_gem_request_connection_pools
[466/909] 1085022=test_memory_view
[467/909] 1085010=test_m17n_comb
[468/909] 1085022=test_ractor
[469/909] 1085022=test_ansi_with_terminfo
[470/909] 1085020=test_rdoc_generator_pot_po
[471/909] 1085020=test_json_tree
[472/909] 1085020=test_rdoc_markup_to_markdown
[473/909] 1085022=test_gem_commands_mirror
[474/909] 1085022=test_gem_ext_cargo_builder_link_flag_converter
[475/909] 1085020=test_method_cache
[476/909] 1085020=test_gem_request
[477/909] 1085009=test_sprintf_comb
[478/909] 1085022=test_generic
[479/909] 1085011=test_win32ole
[480/909] 1085011=test_scan_args
[481/909] 1085022=test_enumerator_kw
[482/909] 1085011=tunnel_test
[483/909] 1085011=test_gem_text
[484/909] 1085022=test_settracefunc
[485/909] 1085011=test_rdoc_cross_reference
[486/909] 1085009=parameters_signature_test
[487/909] 1085009=test_gem_commands_info_command
[488/909] 1085023=test_scalar
[489/909] 1085009=test_gem_dependency_installer
[490/909] 1085023=test_case_options
[491/909] 1085023=test_store
[492/909] 1085020=test_exception
[493/909] 1085027=test_bug_reporter
[494/909] 1085024=test_gem_package_tar_reader_entry
[495/909] 1085023=test_gem_name_tuple
[496/909] 1085023=test_rand
[497/909] 1085024=test_rdoc_parser_ruby
[498/909] 1085011=test_open-uri
[499/909] 1085027=test_httpresponse
[500/909] 1085019=test_rdoc_context
[501/909] 1085015=test_nil2vtempty
[502/909] 1085015=test_stream
[503/909] 1085015=test_tcp
[504/909] 1085023=test_iso_8859
[505/909] 1085027=test_rdoc_text
[506/909] 1085023=test_syntax
[507/909] 1085014=test_gem_safe_yaml
[508/909] 1085014=test_require
[509/909] 1085014=test_date_time
[510/909] 1085027=test_rdoc_markup_to_joined_paragraph
[511/909] 1085027=test_data
[512/909] 1085012=test_date_new
[513/909] 1085017=test_http
[514/909] 1085014=test_gem_commands_which_command
[515/909] 1085027=test_shift_jis
[516/909] 1085012=test_flags
[517/909] 1085015=test_inadvertent_creation
[518/909] 1085017=test_enumerator
[519/909] 1085027=test_gem_commands_specification_command
[520/909] 1085014=reflection_test
[521/909] 1085014=test_gem_commands_dependency_command
[522/909] 1085011=test_gem_resolver
[523/909] 1085015=test_safe_load
[524/909] 1085015=test_gem_resolver_composed_set
[525/909] 1085027=test_rdoc_markup_attribute_manager
[526/909] 1085015=test_name_error
[527/909] 1085027=test_last_thread
[528/909] 1085014=test_process
[529/909] 1085015=command_line_test
[530/909] 1085015=test_pack
[531/909] 1085022=test_gem_source_local
[532/909] 1085011=test_gem_security_policy
[533/909] 1085024=test_arity
[534/909] 1085024=test_gem_ext_rake_builder
[535/909] 1085015=test_logdevice
[536/909] 1085022=test_gem_resolver_lock_specification
[537/909] 1085022=test_err_in_callback
[538/909] 1085022=test_x509cert
[539/909] 1085011=test_gc
[540/909] 1085019=test_securerandom
[541/909] 1085019=test_logperiod
[542/909] 1085019=test_rdoc_markdown_test
[543/909] 1085022=test_rdoc_normal_module
[544/909] 1085022=test_c_union_entity
[545/909] 1085022=test_singleton
[546/909] 1085022=test_flush
[547/909] 1085022=test_io_console
[548/909] 1085012=test_switch_hitter
[549/909] 1085012=newline_test
[550/909] 1085021=test_uncorrectable_name_check
[551/909] 1085021=test_stringchar
[552/909] 1085027=test_hash_create
[553/909] 1085021=test_passing_block
[554/909] 1085027=test_thread_fd_close
[555/909] 1085027=test_rdoc_token_stream
[556/909] 1085021=test_address_resolve
[557/909] 1085012=test_config
[558/909] 1085027=test_yaml_special_cases
[559/909] 1085027=test_optarg
[560/909] 1085021=test_gem_source_list
[561/909] 1085012=test_num2int
[562/909] 1085012=test_nil
[563/909] 1085012=test_rdoc_single_class
[564/909] 1085012=test_verbose
[565/909] 1085021=test_frozen
[566/909] 1085026=test_gem_ext_configure_builder
[567/909] 1085021=test_pp
[568/909] 1085024=test_gem_remote_fetcher_local_server
[569/909] 1085021=test_macro
[570/909] 1085026=test_iter_break
[571/909] 1085026=test_zsh_completion
[572/909] 1085026=test_exception
[573/909] 1085012=test_hmacLeaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9 : #<TCPServer:fd 9, AF_INET, 127.0.0.1, 37479>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 10 : #<TCPServer:fd 10, AF_INET, 127.0.0.1, 35629>

[574/909] 1085012=test_rdoc_markup_to_tt_only
[575/909] 1085026=test_rdoc_tom_doc
[576/909] 1085012=test_numeric
[577/909] 1085026=parse_stream_test
[578/909] 1085021=test_gem_commands_lock_command
[579/909] 1085027=test_assignment
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085024  ko1    9u  IPv4 272740020      0t0  TCP localhost:37479 (LISTEN)
ruby    1085024  ko1   10u  IPv4 272740021      0t0  TCP localhost:35629 (LISTEN)
[580/909] 1085021=test_ifunless
[581/909] 1085021=test_bug-3571
[582/909] 1085015=test_key_actor_vi
[583/909] 1085012=test_gem_command
[584/909] 1085021=test_gem_spec_fetcher
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 11 : #<TCPServer:fd 11, AF_INET, 127.0.0.1, 39093>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 12 : #<TCPServer:fd 12, AF_INET, 127.0.0.1, 39155>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085024  ko1   11u  IPv4 272736080      0t0  TCP localhost:39093 (LISTEN)
ruby    1085024  ko1   12u  IPv4 272736081      0t0  TCP localhost:39155 (LISTEN)
[585/909] 1085020=test_common
[586/909] 1085026=!Nothing_to_test
[587/909] 1085026=test_enc_raise
[588/909] 1085026=test_psych
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 11
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 12
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 11 : #<TCPServer:fd 11, AF_INET, 127.0.0.1, 41865>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 12 : #<TCPServer:fd 12, AF_INET, 127.0.0.1, 41741>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085024  ko1   11u  IPv4 272747965      0t0  TCP localhost:41865 (LISTEN)
ruby    1085024  ko1   12u  IPv4 272747966      0t0  TCP localhost:41741 (LISTEN)
[589/909] 1085028=test_rdoc_markup_paragraph
[590/909] 1085028=test_object_create_start
[591/909] 1085012=snippets_test
[592/909] 1085010=parse_success_test
[593/909] 1085015=test_gem_ext_cargo_builder_unit
[594/909] 1085028=test_gem_rdoc
[595/909] 1085026=test_date
[596/909] 1085010=test_at_exit
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 11
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 12
[597/909] 1085026=test_command
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 11 : #<TCPServer:fd 11, AF_INET, 127.0.0.1, 42903>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 12 : #<TCPServer:fd 12, AF_INET, 127.0.0.1, 43947>
COMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1085024  ko1   11u  IPv4 272753121      0t0  TCP localhost:42903 (LISTEN)
ruby    1085024  ko1   12u  IPv4 272753122      0t0  TCP localhost:43947 (LISTEN)
[598/909] 1085010=static_inspect_test
[599/909] 1085015=test_files_ext
[600/909] 1085010=test_bug-5832
[601/909] 1085010=test_emitter
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 11
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 12
[602/909] 1085024=test_gem_silent_ui
[603/909] 1085010=test_gem_doctor
[604/909] 1085024=test_kdf
[605/909] 1085021=test_kernel
[606/909] 1085010=test_eval_history
[607/909] 1085015=test_io_buffer
[608/909] 1085009=test_key_name_check
[609/909] 1085019=test_backtrace
[610/909] 1085009=test_defined
[611/909] 1085028=test_rdoc_i18n_text
[612/909] 1085019=test_disable_irb
[613/909] 1085019=test_time
[614/909] 1085028=test_windows_1251
[615/909] 1085024=test_rdoc_rdoc
[616/909] 1085028=test_gem_uninstaller
[617/909] 1085015=test_gb18030
[618/909] 1085020=test_buffering
[619/909] 1085015=test_svcb_https
[620/909] 1085010=newline_offsets_test
[621/909] 1085020=test_mul
[622/909] 1085020=test_null
[623/909] 1085020=test_win32ole_type
[624/909] 1085020=test_default_gems
[625/909] 1085015=test_rdoc_markup_to_rdoc
Closed file descriptor: TestRDocRDoc#test_document_with_dry_run: 9
Closed file descriptor: TestRDocRDoc#test_document_with_dry_run: 10
[626/909] 1085024=test_rdoc_rd_inline_parser
[627/909] 1085009=compiler_test
[628/909] 1085015=test_rdoc_markup_attributes
[629/909] 1085015=test_date_parse
[630/909] 1085020=redundant_return_test
[631/909] 1085009=test_thread
[632/909] 1085009=test_trick
[633/909] 1085024=test_pipe
[634/909] 1085020=test_pkey_ec
[635/909] 1085019=integer_base_flags_test
[636/909] 1085026=test_rdoc_stats
[637/909] 1085019=test_pattern_matching
[638/909] 1085020=test_string
[639/909] 1085020=test_rdoc_store
[640/909] 1085015=test_x509attr
[641/909] 1085026=test_raise
[642/909] 1085026=test_depth_first
[643/909] 1085026=test_gem_request_set_lockfile_parser
[644/909] 1085019=test_custom_command
[645/909] 1085015=json_addition_test
[646/909] 1085019=test_gem_dependency_resolution_error
[647/909] 1085019=test_qsort
[648/909] 1085019=test_rdoc_parser
[649/909] 1085015=test_egrep_cpp
[650/909] 1085019=test_zlib
[651/909] 1085024=test_cgi_tag_helper
[652/909] 1085024=test_date_conv
[653/909] 1085010=test_optimization
[654/909] 1085024=test_erb_m17n
[655/909] 1085024=test_ole_methods
[656/909] 1085024=test_gc_compact
[657/909] 1085026=test_string
[658/909] 1085021=test_proc
[659/909] 1085015=integer_parse_test
[660/909] 1085015=test_gem_package_old
[661/909] 1085015=test_gem_resolver_index_set
[662/909] 1085015=test_gem_validator
[663/909] 1085015=test_rdoc_markup_parser
[664/909] 1085015=test_require_path_check
[665/909] 1085015=test_folderitem2_invokeverb
[666/909] 1085015=test_files_test_2
[667/909] 1085015=test_fnmatch
[668/909] 1085015=test_fstring
[669/909] 1085015=test_optparse
[670/909] 1085020=test_array
[671/909] 1085020=test_rdoc_markup_raw
[672/909] 1085020=test_webauthn_poller
[673/909] 1085015=test_rat
[674/909] 1085015=test_gem_resolver_best_set
[675/909] 1085015=test_typeddata
[676/909] 1085020=test_rdoc_markup_to_html_crossref
[677/909] 1085027=test_files_sample
[678/909] 1085012=test_stringscanner
[679/909] 1085027=test_convertible
[680/909] 1085012=test_yield
[681/909] 1085015=test_rdoc_alias
[682/909] 1085015=test_pack
[683/909] 1085028=test_backtrace
[684/909] 1085021=test_io_buffer
[685/909] 1085015=regular_expression_options_test
[686/909] 1085015=test_rdoc_task
[687/909] 1085015=test_gem_resolver_conflict
[688/909] 1085015=test_rdoc_markup_indented_paragraph
[689/909] 1085015=locals_test
[690/909] 1085020=test_rdoc_require
[691/909] 1085020=test_clone
[692/909] 1085021=test_gem_commands_install_command
[693/909] 1085020=test_readpartial
[694/909] 1085015=test_yaml_tree
[695/909] 1085015=test_math
[696/909] 1085015=test_gem_commands_fetch_command
[697/909] 1085015=test_gc
[698/909] 1085015=test_libs
[699/909] 1085015=test_config
[700/909] 1085015=test_sleep
[701/909] 1085020=numeric_value_test
[702/909] 1085020=test_utf16
[703/909] 1085022=test_autoload
[704/909] 1085020=test_unicode_escape
[705/909] 1085020=test_io
[706/909] 1085009=test_face
[707/909] 1085009=test_sizeof
[708/909] 1085028=test_case
[709/909] 1085028=test_rendering
[710/909] 1085028=test_pkcs12
[711/909] 1085021=test_system
[712/909] 1085028=test_pkey_dh
[713/909] 1085028=test_bigzero
[714/909] 1085028=test_gem_util
[715/909] 1085028=test_iseq_load
[716/909] 1085024=source_location_test
[717/909] 1085024=test_gem_package_tar_header
[718/909] 1085024=test_ripper
[719/909] 1085012=test_gem_config_file
[720/909] 1085012=test_gem_resolver_activation_request
[721/909] 1085012=test_getopts
[722/909] 1085012=test_protocol
[723/909] 1085024=test_yjit_exit_locations
[724/909] 1085013=test_etc
[725/909] 1085024=test_rdoc_rubygems_hook
[726/909] 1085019=test_gem_commands_query_command
[727/909] 1085015=test_method
[728/909] 1085024=test_array_create
[729/909] 1085024=test_pack
[730/909] 1085013=test_gem_impossible_dependencies_error
[731/909] 1085013=test_to_ruby
[732/909] 1085013=test_pattern_key_name_check
[733/909] 1085013=test_ftp
[734/909] 1085013=test_rdoc_context_section
[735/909] 1085013=test_euc_kr
[736/909] 1085013=test_summary
[737/909] 1085012=test_console_attr
[738/909] 1085012=test_type_completor
[739/909] 1085012=test_kwargs
[740/909] 1085012=test_io_wait
[741/909] 1085028=test_gem_commands_exec_command
[742/909] 1085024=test_date_attr
[743/909] 1085013=test_ellipsize
[744/909] 1085024=test_io
[745/909] 1085013=test_ubf_async_safe
[746/909] 1085013=test_hash
[747/909] 1085021=test_sorted_set
[748/909] 1085021=test_win32ole_type_event
[749/909] 1085021=test_emoji
[750/909] 1085012=test_win32ole_record
[751/909] 1085012=test_gem_unsatisfiable_dependency_error
[752/909] 1085024=test_gem_commands_uninstall_command
[753/909] 1085012=test_foreach
[754/909] 1085012=test_gem_source_specific_file
[755/909] 1085021=test_condition
[756/909] 1085021=test_cp949
[757/909] 1085021=test_alias_and_anchor
[758/909] 1085021=test_postponed_job
[759/909] 1085019=test_external_new
[760/909] 1085019=test_tree_builder
[761/909] 1085019=test_gem_resolver_dependency_request
[762/909] 1085012=test_hash
[763/909] 1085019=test_protect
[764/909] 1085019=test_win32ole_typelib
[765/909] 1085012=test_gem_request_set_lockfile
[766/909] 1085019=test_raise_exception
[767/909] 1085016=test_yjit
[768/909] 1085016=test_weakmap
[769/909] 1085012=test_workspace
[770/909] 1085021=test_gem_commands_environment_command
[771/909] 1085021=test_m17n
[772/909] 1085012=test_ws
[773/909] 1085012=test_argf
[774/909] 1085028=test_kill_ring
[775/909] 1085028=test_ns_spki
[776/909] 1085028=test_framework
[777/909] 1085028=test_undef
[778/909] 1085028=test_line_editor
[779/909] 1085028=test_objspace
[780/909] 1085021=test_gem_security_trust_dir
[781/909] 1085024=test_sprintf
[782/909] 1085021=test_gem_requirement
[783/909] 1085009=test_string_memory
[784/909] 1085019=equality_test
[785/909] 1085019=test_set
[786/909] 1085019=regular_expression_encoding_test
[787/909] 1085009=test_show_source
[788/909] 1085019=test_have_library
[789/909] 1085021=test_remote_fetch_error
[790/909] 1085021=test_c_struct_entry
[791/909] 1085009=test_lock_native_thread
[792/909] 1085024=test_gem_commands_stale_command
[793/909] 1085018=test_gem_resolver_specification
[794/909] 1085024=test_gem_dependency
[795/909] 1085018=lex_test
[796/909] 1085024=test_path_to_class
[797/909] 1085024=test_inlinecache
[798/909] 1085024=test_rdoc_markup_verbatim
[799/909] 1085024=test_gem_commands_search_command
[800/909] 1085024=test_complex
[801/909] 1085021=test_gem_ext_ext_conf_builder
[802/909] 1085009=test_gem_stub_specification
[803/909] 1085024=test_method_cache
[804/909] 1085024=test_frozen_error
[805/909] 1085024=test_gem_resolver_installed_specification
[806/909] 1085023=test_scanner_events
[807/909] 1085024=test_gem_remote_fetcher
[808/909] 1085009=test_mdns
[809/909] 1085009=test_parse
[810/909] 1085027=test_too_many_dummy_encodings
[811/909] 1085023=test_reqarg
[812/909] 1085027=test_rdoc_include
[813/909] 1085027=test_stack
[814/909] 1085024=test_gem_commands_list_command
[815/909] 1085011=test_emitter
[816/909] 1085024=test_gem_commands_signin_command
[817/909] 1085011=test_resource
[818/909] 1085011=test_ldap
[819/909] 1085023=test_string_processing
[820/909] 1085011=encodings_test
[821/909] 1085023=test_fileutils
[822/909] 1085018=test_rdoc_options
[823/909] 1085011=test_econv
[824/909] 1085024=test_cesu8
[825/909] 1085024=test_gem_version
[826/909] 1085024=test_noarg
[827/909] 1085009=test_tempfile
[828/909] 1085019=pattern_test
[829/909] 1085019=test_function
[830/909] 1085018=test_queue
[831/909] 1085018=snapshots_test
[832/909] 1085024=test_gem_resolver_index_specification
[833/909] 1085024=desugar_compiler_test
[834/909] 1085023=test_internal_ivar
[835/909] 1085023=test_gem_commands_help_command
[836/909] 1085009=test_rdoc_markup
[837/909] 1085024=test_tracepoint
[838/909] 1085023=test_prettyprint
[839/909] 1085023=test_utf32
[840/909] 1085023=test_basicsocket
[841/909] 1085023=test_duplicate
[842/909] 1085023=test_gem_installer
[843/909] 1085009=test_yamlstore
[844/909] 1085009=symbol_encoding_test
[845/909] 1085009=test_rdoc_parser_rd
[846/909] 1085009=test_date_strftime
[847/909] 1085024=test_irb
[848/909] 1085027=test_random
[849/909] 1085021=test_asn1
[850/909] 1085021=test_rdoc_normal_class
[851/909] 1085027=test_class
[852/909] 1085021=test_const
[853/909] 1085021=json_string_matching_test
[854/909] 1085021=test_load
[855/909] 1085021=test_file
[856/909] 1085021=test_rdoc_markdown
[857/909] 1085024=test_gem_available_set
[858/909] 1085011=test_rdoc_any_method
[859/909] 1085024=test_modify_expand
[860/909] 1085024=test_complexrational
[861/909] 1085024=test_init
[862/909] 1085021=test_pathname
[863/909] 1085009=test_rdoc_encoding
[864/909] 1085018=test_coverage
[865/909] 1085019=regexp_test
[866/909] 1085009=test_gem_package_tar_reader
[867/909] 1085019=test_gem_source_vendor
[868/909] 1085019=test_gem_commands_owner_command
[869/909] 1085009=test_recorder
[870/909] 1085009=test_formatter
[871/909] 1085009=test_bash_completion
[872/909] 1085009=test_deprecate
[873/909] 1085022=test_rdoc_constant
[874/909] 1085009=test_cgi_util
[875/909] 1085011=test_require
[876/909] 1085021=test_gem_ext_cmake_builder
[877/909] 1085022=test_gem_commands_contents_command
[878/909] 1085021=test_digest
[879/909] 1085024=test_marshalable
[880/909] 1085024=test_find
[881/909] 1085024=test_ractor
[882/909] 1085022=test_wss
[883/909] 1085022=test_fiddle
[884/909] 1085016=index_write_test
[885/909] 1085016=test_rdoc_parser_c
[886/909] 1085022=test_comparable
[887/909] 1085022=test_shapes
[888/909] 1085009=json_fixtures_test
[889/909] 1085022=test_io_timeout
[890/909] 1085022=test_profile_frames
[891/909] 1085009=test_warning
[892/909] 1085024=test_pstore
[893/909] 1085024=test_cstr
[894/909] 1085009=test_enc_str_buf_cat
[895/909] 1085009=test_gbk
[896/909] 1085009=test_class2name
[897/909] 1085009=test_wait
[898/909] 1085009=test_handle
[899/909] 1085022=test_yaml
[900/909] 1085016=test_forwardable
[901/909] 1085016=test_big2str
[902/909] 1085016=test_gem_commands_sources_command
[903/909] 1085019=test_ansi_without_terminfo
[904/909] 1085019=test_bmethod
[905/909] 1085022=test_euc_tw
[906/909] 1085022=test_ractor
[907/909] 1085019=test_rdoc_markup_formatter
[908/909] 1085019=test_nowrite
[909/909] 1085019=test_thread_queue
Finished tests in 33.993536s, 952.1810 tests/s, 189615.5503 assertions/s.
32368 tests, 6445703 assertions, 0 failures, 0 errors, 322 skips

ruby -v: ruby 3.4.0dev (2024-07-09T17:22:29Z master 6f6aff56b1) [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 -j' TESTS='-j20'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -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 = -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 '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.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/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.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.1/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'
ruby 3.4.0dev (2024-07-09T17:22:29Z master 6f6aff56b1) [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ............................................................
  3420 .............

Finished in 8.320336 seconds

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