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

ruby -v: ruby 3.4.0dev (2024-07-08T21:43:28Z master e500222de1) [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-08T21:43:28Z master e500222de1) [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.365716 seconds

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