# Logfile created on 2024-07-07 01:49:38 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055bae53514e8 @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.20240707-014938", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055bae54024f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055bae54023b0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055bae5402220 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240707-014938", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240707-014938>, @binmode=false, @mon_data=#<Monitor:0x000055bae5402130>, @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/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
$$$[end] "make update-download -j20" exit with 0.
$$$[beg] make update-src      -j20
Already up to date.
Latest commit hash = d76332e551
$$$[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
f3a094ff90d2fe64c8f3fc63ae7cf1b8fff7ee3ebad31f9b557394ee6e055f83  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/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
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]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
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/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/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/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering 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/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
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]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.1/ext/rbs_extension'
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]: 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 -
	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
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 -
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
/tmp/ruby/src/trunk/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged
generating enc.mk
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/rubyvm'
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]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
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/debug-1.9.2/ext/debug'
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]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
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/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/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]: 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=56418
  "--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] 854039=test_pinned
[  2/907] 854039=test_rdoc_markup_pre_process
[  3/907] 854044=test_printf
[  4/907] 854040=test_stream
[  5/907] 854055=test_to_ary_concat
[  6/907] 854042=test_time
[  7/907] 854043=test_webauthn_listener_response
[  8/907] 854041=test_beginendblock
[  9/907] 854058=test_files_lib
[ 10/907] 854056=test_gem_commands_unpack_command
[ 11/907] 854054=test_rdoc_markup_to_bs
[ 12/907] 854057=test_help
[ 13/907] 854057=test_within_pipe
[ 14/907] 854044=test_emoji_breaks
[ 15/907] 854044=test_gem_bundler_version_finder
[ 16/907] 854040=test_open3
[ 17/907] 854053=test_multi_irb_commands
[ 18/907] 854046=test_fiber
[ 19/907] 854049=test_closure
[ 20/907] 854045=test_bundled_ca
[ 21/907] 854047=test_digest
[ 22/907] 854050=test_gem_security
[ 23/907] 854051=test_rdoc_servlet
[ 24/907] 854053=test_ractor
[ 25/907] 854052=test_recursion
[ 26/907] 854048=test_exit
[ 27/907] 854052=test_popen_deadlock
[ 28/907] 854053=test_delegate
[ 29/907] 854047=test_mkmf
[ 30/907] 854057=test_date_marshal
[ 31/907] 854053=test_history
[ 32/907] 854057=test_option
[ 33/907] 854047=test_append
[ 34/907] 854047=test_tracer
[ 35/907] 854039=test_cmethod
[ 36/907] 854042=test_did_you_mean
[ 37/907] 854039=test_io_m17n
[ 38/907] 854043=test_variable_name_check
[ 39/907] 854049=test_gem_commands_server_command
[ 40/907] 854054=test_case_comprehensive
[ 41/907] 854054=test_interned_str
[ 42/907] 854044=test_gem_commands_build_command
[ 43/907] 854054=test_scheduler
[ 44/907] 854053=test_ocsp
[ 45/907] 854055=test_class
[ 46/907] 854043=test_pkey_dsa
[ 47/907] 854055=test_exception_at_throwing
[ 48/907] 854057=test_iseq
[ 49/907] 854047=test_rdoc_markup_heading
[ 50/907] 854042=test_tree_spell_checker
[ 51/907] 854048=test_http
[ 52/907] 854055=test_addrinfo
[ 53/907] 854042=test_win32ole_param_event
[ 54/907] 854042=test_bn
[ 55/907] 854042=test_case_mapping
[ 56/907] 854054=test_path
[ 57/907] 854042=test_terminfo
[ 58/907] 854054=test_compile_prism
[ 59/907] 854055=test_bug-14834
[ 60/907] 854051=test_rdoc_markup_to_html
[ 61/907] 854049=test_date_compat
[ 62/907] 854049=test_gem_resolver_vendor_specification
[ 63/907] 854041=test_gem_commands_update_command
[ 64/907] 854047=test_notimplement
[ 65/907] 854047=test_random
[ 66/907] 854049=test_gem_uri
[ 67/907] 854042=test_key_event_record
[ 68/907] 854042=test_ssl_session
[ 69/907] 854047=test_thread_cv
[ 70/907] 854044=test_lexer
[ 71/907] 854049=test_rdoc_generator_pot
[ 72/907] 854055=test_unicode
[ 73/907] 854044=test_enumerator
[ 74/907] 854044=test_rdoc_parser_changelog
[ 75/907] 854051=test_koi8
[ 76/907] 854051=test_rdoc_method_attr
[ 77/907] 854053=test_data
[ 78/907] 854053=test_filter
[ 79/907] 854053=test_gem_gem_runner
[ 80/907] 854055=test_rdoc_i18n_locale
[ 81/907] 854051=test_name_error_extension
[ 82/907] 854056=test_acceptable
[ 83/907] 854051=test_euc_jp
[ 84/907] 854051=test_rdoc_generator_pot_po_entry
[ 85/907] 854051=test_document
[ 86/907] 854049=test_pair
[ 87/907] 854051=test_win32ole_param
[ 88/907] 854051=test_gem_commands_yank_command
[ 89/907] 854053=test_rbconfig
[ 90/907] 854053=test_primitive
[ 91/907] 854044=test_human_typo
[ 92/907] 854044=test_key_stroke
[ 93/907] 854053=json_encoding_test
[ 94/907] 854053=test_color
[ 95/907] 854056=string_encoding_test
[ 96/907] 854054=test_sockopt
[ 97/907] 854055=test_rdoc_markup_to_label
[ 98/907] 854054=test_install
[ 99/907] 854052=test_rdoc_ri_driver
[100/907] 854053=test_httpheader
[101/907] 854055=test_gem_resolver_local_specification
[102/907] 854044=test_set_len
[103/907] 854044=test_encoding
[104/907] 854044=test_httpresponses
[105/907] 854053=test_evaluation
[106/907] 854056=test_gem_ext_builder
[107/907] 854053=test_https
[108/907] 854043=test_load
[109/907] 854043=test_gem_commands_rebuild_command
[110/907] 854044=test_yamldbm
[111/907] 854043=test_rdoc_parser_simple
[112/907] 854044=test_provider
[113/907] 854054=test_abi
[114/907] 854057=test_array
[115/907] 854055=test_gem_package_tar_writer
[116/907] 854043=test_helper_method
[117/907] 854047=test_gem_commands_outdated_command
[118/907] 854054=test_scalar_scanner
[119/907] 854052=test_gem_source
[120/907] 854054=test_nesting_parser
[121/907] 854055=test_win32ole_method_event
[122/907] 854055=implicit_array_test
[123/907] 854044=test_benchmark
[124/907] 854053=test_gem_dependency_list
[125/907] 854043=test_spell_checker
[126/907] 854043=test_propertyputref
[127/907] 854043=test_assembler
[128/907] 854043=test_rational2
[129/907] 854055=fixtures_test
[130/907] 854043=test_rational
[131/907] 854053=test_gem_commands_cert_command
[132/907] 854043=test_completion
[133/907] 854054=test_yield_block
[134/907] 854054=test_len
[135/907] 854054=test_gem_source_installed
[136/907] 854051=test_x509ext
[137/907] 854051=test_erb
[138/907] 854047=test_parser
[139/907] 854051=test_arith_seq_extract
[140/907] 854047=test_method_name_check
[141/907] 854055=test_gem_request_set
[142/907] 854052=test_module
[143/907] 854047=test_gem_ext_cargo_builder
[144/907] 854047=test_ssl
[145/907] 854042=test_stringify_symbols
[146/907] 854042=test_instrumentation_api
[147/907] 854039=test_boolean
[148/907] 854054=test_rdoc_generator_markup
[149/907] 854039=test_whileuntil
[150/907] 854054=test_buffered_io
[151/907] 854039=test_monitor
[152/907] 854051=test_rubyvm
[153/907] 854051=test_configuration
[154/907] 854054=test_variable
[155/907] 854051=fuzzer_test
[156/907] 854054=test_rdoc_markup_include
[157/907] 854054=test_sexp
[158/907] 854051=onigmo_test
[159/907] 854054=test_rdoc_markup_to_html_snippet
[160/907] 854039=magic_comment_test
[161/907] 854051=test_struct
[162/907] 854051=test_cparser
[163/907] 854055=test_pkg_config
[164/907] 854055=test_config
[165/907] 854054=test_nomethod_error
[166/907] 854054=json_parser_test
[167/907] 854041=comments_test
[168/907] 854055=json_common_interface_test
[169/907] 854055=test_dln
[170/907] 854055=test_gem_source_subpath_problem
[171/907] 854054=test_win32ole_variant_outarg
[172/907] 854054=test_rdoc_rd_inline
[173/907] 854054=test_x509req
[174/907] 854041=test_mutex
[175/907] 854056=test_struct
[176/907] 854055=test_gem_path_support
[177/907] 854055=test_set
[178/907] 854055=test_files_test_1
[179/907] 854043=test_deprecated
[180/907] 854043=test_color_printer
[181/907] 854043=test_insns_leaf
[182/907] 854043=test_serialize_subclasses
[183/907] 854043=test_key_error
[184/907] 854043=test_win32ole_variant_m
[185/907] 854043=test_engine
[186/907] 854043=test_allocation
[187/907] 854054=test_div
[188/907] 854054=test_windows_1252
[189/907] 854054=test_input_method
[190/907] 854039=test_process
[191/907] 854054=test_x509crl
[192/907] 854039=test_signal
[193/907] 854045=test_fixnum
[194/907] 854045=test_rdoc_top_level
[195/907] 854051=test_metaclass
[196/907] 854051=heredoc_test
[197/907] 854051=test_cgi_session
[198/907] 854051=dispatcher_test
[199/907] 854054=test_rdoc_rd
[200/907] 854051=test_gem_resolver_installer_set
[201/907] 854054=warnings_test
[202/907] 854040=test_dir_m17n
[203/907] 854054=test_gem_source_git
[204/907] 854044=test_regex_casefold
[205/907] 854044=test_refinement
[206/907] 854051=test_gem_commands_signout_command
[207/907] 854051=test_require
[208/907] 854056=test_cgi_cookie
[209/907] 854045=test_float
[210/907] 854056=test_cd
[211/907] 854056=constant_path_node_test
[212/907] 854056=test_storage
[213/907] 854056=test_gem_resolver_git_set
[214/907] 854058=test_gem_security_signer
[215/907] 854054=test_cipher
[216/907] 854054=test_new
[217/907] 854054=test_shellwords
[218/907] 854053=test_memory_view
[219/907] 854054=test_debug
[220/907] 854054=test_omap
[221/907] 854054=test_string
[222/907] 854054=test_iterator
[223/907] 854053=test_digest_extend
[224/907] 854053=test_registry
[225/907] 854053=test_gem
[226/907] 854054=test_gem_source_lock
[227/907] 854057=test_ractor
[228/907] 854056=test_dns
[229/907] 854057=test_gem_commands_open_command
[230/907] 854054=test_cgi_core
[231/907] 854054=test_parser
[232/907] 854054=test_timeout
[233/907] 854058=test_alias
[234/907] 854041=test_weakref
[235/907] 854057=test_nonblock
[236/907] 854057=test_marshal
[237/907] 854041=test_unicode_normalize
[238/907] 854041=test_reline_key
[239/907] 854058=test_rb_str_dup
[240/907] 854058=test_ancdata
[241/907] 854058=test_singleton_function
[242/907] 854058=test_ssl
[243/907] 854041=test_rendering
[244/907] 854041=test_debugger_integration
[245/907] 854041=test_my_integer
[246/907] 854041=json_ext_parser_test
[247/907] 854041=test_thread
[248/907] 854056=test_ractor
[249/907] 854040=test_have_func
[250/907] 854052=test_gem_request_set_lockfile_tokenizer
[251/907] 854052=test_stat
[252/907] 854052=test_capacity
[253/907] 854052=test_nextafter
[254/907] 854057=test_usrmarshal
[255/907] 854052=test_object_references
[256/907] 854052=test_gem_resolver_git_specification
[257/907] 854058=test_rubyoptions
[258/907] 854057=test_super
[259/907] 854052=test_integer
[260/907] 854056=test_cgi_modruby
[261/907] 854056=test_rubygems
[262/907] 854054=test_call
[263/907] 854045=ripper_test
[264/907] 854056=test_https_proxy
[265/907] 854056=test_gem_commands_setup_command
[266/907] 854054=test_env
[267/907] 854039=test_rdoc_attr
[268/907] 854039=test_dryrun
[269/907] 854049=test_integer
[270/907] 854039=test_rdoc_comment
[271/907] 854049=test_error_highlight
[272/907] 854039=test_resize
[273/907] 854039=test_rdoc_generator_darkfish
[274/907] 854057=test_http_request
[275/907] 854056=test_gem_source_fetch_problem
[276/907] 854057=json_generic_object_test
[277/907] 854042=test_symbol
[278/907] 854056=test_coderange
[279/907] 854056=test_mailto
[280/907] 854057=test_date_ractor
[281/907] 854042=test_gem_console_ui
[282/907] 854056=test_dir
[283/907] 854045=test_autoconf
[284/907] 854045=test_eval
[285/907] 854045=test_ractor_compatibility
[286/907] 854039=test_member
[287/907] 854039=test_numeric
[288/907] 854039=test_cgi_multipart
[289/907] 854050=test_gem_commands_cleanup_command
[290/907] 854055=test_word
[291/907] 854055=test_find_executable
[292/907] 854055=test_gem_commands_pristine_command
[293/907] 854049=test_context
[294/907] 854042=test_nofree
[295/907] 854042=test_coder
[296/907] 854040=parser_test
[297/907] 854042=test_symbol
[298/907] 854056=test_unix
[299/907] 854057=test_lazy_enumerator
[300/907] 854039=test_enc_associate
[301/907] 854056=test_pkcs7
[302/907] 854040=test_arith_seq_beg_len_step
[303/907] 854040=test_gem_resolver_requirement_list
[304/907] 854043=test_function_entry
[305/907] 854043=test_gem_package
[306/907] 854045=test_resolve_symbol
[307/907] 854049=test_complex2
[308/907] 854045=test_have_macro
[309/907] 854049=test_enum
[310/907] 854056=test_gem_specification
[311/907] 854050=test_threadgroup
[312/907] 854053=test_rdoc_class_module
[313/907] 854040=test_bignum
[314/907] 854057=test_gem_ci_detector
[315/907] 854057=test_stringio
[316/907] 854057=test_arity
[317/907] 854057=test_io_wait_uncommon
[318/907] 854057=test_win32ole_variable
[319/907] 854057=test_trace
[320/907] 854040=ractor_test
[321/907] 854057=test_time_tz
[322/907] 854040=test_win32ole_event
[323/907] 854040=test_rdoc_generator_json_index
[324/907] 854057=static_literals_test
[325/907] 854039=overlap_test
[326/907] 854057=test_gem_resolver_api_specification
[327/907] 854057=test_win32ole_variant
[328/907] 854051=test_mixed_unicode_escapes
[329/907] 854057=test_history
[330/907] 854051=test_rdoc_markup_to_ansi
[331/907] 854057=test_ipaddr
[332/907] 854057=test_rdoc_extend
[333/907] 854051=test_merge_keys
[334/907] 854051=test_arithmetic_sequence
[335/907] 854040=test_gem_remote_fetcher_local_ssl_server
[336/907] 854051=test_key_actor_emacs
[337/907] 854045=test_gem_command_manager
SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: unexpected eof while reading
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 9 : #<TCPServer:fd 9, AF_INET, 0.0.0.0, 42251>
[338/907] 854039=parse_test
[339/907] 854039=test_gem_gemcutter_utilities
[340/907] 854043=test_basicinstructions
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854040  ko1    9u  IPv4 176249928      0t0  TCP *:42251 (LISTEN)
[341/907] 854043=version_test
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 34445>
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854040  ko1   10u  IPv4 176245176      0t0  TCP *:34445 (LISTEN)
[342/907] 854057=test_cgi_header
[343/907] 854043=heredoc_dedent_test
[344/907] 854057=test_object
[345/907] 854043=test_rdoc_rd_block_parser
[346/907] 854045=test_tsort
[347/907] 854045=test_signedness
[348/907] 854057=test_type
[349/907] 854057=test_ractor
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 10
[350/907] 854053=test_func
SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: tlsv1 alert unknown ca (SSL alert number 48)
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 35701>
[351/907] 854051=test_big5
[352/907] 854051=test_pointer
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854040  ko1   10u  IPv4 176243479      0t0  TCP *:35701 (LISTEN)
[353/907] 854043=test_gem_local_remote_options
Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 10
SSL error: SSL_accept returned=1 errno=107 peeraddr=(null) state=error: tlsv1 alert unknown ca (SSL alert number 48)
Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 36653>
[354/907] 854057=test_date_arith
[355/907] 854043=test_object
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854040  ko1   10u  IPv4 176251954      0t0  TCP *:36653 (LISTEN)
[356/907] 854057=test_ruby_lex
[357/907] 854040=test_sleep
[358/907] 854049=test_flip
[359/907] 854057=test_change_word
[360/907] 854049=test_ossl
[361/907] 854055=test_normalize
[362/907] 854055=test_timeout
[363/907] 854057=test_continuation
[364/907] 854057=test_fd_setsize
[365/907] 854055=dump_test
[366/907] 854057=test_keyword
[367/907] 854044=test_class_name_check
[368/907] 854050=test_delete
[369/907] 854050=test_win32ole_method
[370/907] 854050=test_rdoc_markup_hard_break
[371/907] 854044=test_date_strptime
[372/907] 854039=test_gem_package_task
[373/907] 854039=test_placearg
[374/907] 854044=test_gem_platform
[375/907] 854050=test_pkey_rsa
[376/907] 854051=test_numhash
[377/907] 854051=test_weakkeymap
[378/907] 854043=test_gem_commands_push_command
[379/907] 854039=test_rdoc_parser_markdown
[380/907] 854046=test_import
[381/907] 854044=test_gem_resolver_lock_set
[382/907] 854039=test_not
[383/907] 854039=test_logger
[384/907] 854039=attribute_write_test
[385/907] 854039=test_files_test
[386/907] 854044=test_gem_update_suggestion
[387/907] 854039=test_file_exhaustive
[388/907] 854044=test_eval
[389/907] 854052=json_generator_test
[390/907] 854050=test_transcode
[391/907] 854046=test_gem_safe_marshal
[392/907] 854052=ruby_parser_test
[393/907] 854051=test_gem_resolver_api_set
[394/907] 854051=test_gem_resolver_vendor_set
[395/907] 854044=test_config
[396/907] 854052=test_enumerable
[397/907] 854052=test_webauthn_listener
[398/907] 854051=test_lambda
[399/907] 854052=test_gem_request_set_gem_dependency_api
[400/907] 854050=test_ast
[401/907] 854051=test_jaro_winkler
[402/907] 854051=test_random_formatter
[403/907] 854057=test_helper
[404/907] 854057=parse_comments_test
[405/907] 854051=test_fips
[406/907] 854057=test_x509name
[407/907] 854057=test_update
[408/907] 854043=test_rdoc_code_object
[409/907] 854057=test_x509store
[410/907] 854042=test_file
[411/907] 854052=test_force_exit
[412/907] 854051=unescape_test
[413/907] 854052=test_ostruct
[414/907] 854057=test_data_error
[415/907] 854055=bom_test
[416/907] 854055=test_udp
[417/907] 854055=test_vm_dump
[418/907] 854055=test_tmpdir
[419/907] 854056=test_rdoc_markup_document
[420/907] 854044=test_integer_comb
[421/907] 854057=test_regexp
[422/907] 854055=test_gem_commands_check_command
[423/907] 854043=errors_test
[424/907] 854055=test_ts
[425/907] 854052=library_symbols_test
[426/907] 854052=test_addr
[427/907] 854054=test_locale
[428/907] 854053=test_ensured
[429/907] 854052=test_rdoc_ri_paths
[430/907] 854054=test_pty
[431/907] 854043=test_dup
[432/907] 854052=test_constant
[433/907] 854053=test_project_sanity
[434/907] 854056=test_range
[435/907] 854053=test_gem_uri_formatter
[436/907] 854046=test_encoding
[437/907] 854053=test_helper
[438/907] 854053=test_erb_command
[439/907] 854053=integer_base_flags_test
[440/907] 854053=test_pkey_ec
[441/907] 854043=redundant_return_test
[442/907] 854043=test_trick
[443/907] 854053=test_thread
[444/907] 854053=test_pipe
[445/907] 854046=test_date_parse
[446/907] 854053=compiler_test
[447/907] 854053=test_rdoc_markup_attributes
[448/907] 854053=test_default_gems
[449/907] 854046=test_rdoc_rd_inline_parser
[450/907] 854053=test_rdoc_markup_to_rdoc
[451/907] 854055=newline_offsets_test
[452/907] 854053=test_mul
[453/907] 854053=test_win32ole_type
[454/907] 854054=test_null
[455/907] 854053=test_gb18030
[456/907] 854054=test_svcb_https
[457/907] 854053=test_buffering
[458/907] 854053=test_gem_uninstaller
[459/907] 854054=test_rdoc_rdoc
[460/907] 854054=test_windows_1251
[461/907] 854054=test_time
[462/907] 854046=test_rdoc_i18n_text
[463/907] 854046=test_disable_irb
[464/907] 854055=test_io_buffer
[465/907] 854046=test_defined
[466/907] 854056=test_backtrace
[467/907] 854055=test_key_name_check
[468/907] 854054=test_files_test_2
[469/907] 854056=test_fnmatch
[470/907] 854055=test_require_path_check
[471/907] 854046=test_rdoc_markup_parser
[472/907] 854045=test_folderitem2_invokeverb
[473/907] 854045=test_gem_validator
[474/907] 854056=test_gem_package_old
[475/907] 854046=test_gem_resolver_index_set
[476/907] 854056=test_gc_compact
[477/907] 854045=test_proc
[478/907] 854051=test_string
[479/907] 854046=integer_parse_test
[480/907] 854055=test_date_conv
[481/907] 854055=test_optimization
[482/907] 854046=test_ole_methods
[483/907] 854046=test_erb_m17n
[484/907] 854046=test_egrep_cpp
[485/907] 854046=test_cgi_tag_helper
[486/907] 854046=test_zlib
[487/907] 854045=test_gem_dependency_resolution_error
[488/907] 854045=test_rdoc_parser
[489/907] 854045=test_qsort
[490/907] 854045=json_addition_test
[491/907] 854045=test_custom_command
[492/907] 854053=test_raise
[493/907] 854053=test_x509attr
[494/907] 854053=test_gem_request_set_lockfile_parser
[495/907] 854045=test_depth_first
[496/907] 854053=test_rdoc_store
[497/907] 854045=test_string
[498/907] 854045=test_rdoc_stats
[499/907] 854045=test_pattern_matching
[500/907] 854045=test_gem_spec_fetcher
[501/907] 854045=test_common
[502/907] 854045=test_key_actor_vi
[503/907] 854043=test_bug-3571
[504/907] 854043=test_gem_command
[505/907] 854045=test_gem_commands_lock_command
[506/907] 854045=test_ifunless
[507/907] 854045=test_assignment
[508/907] 854043=test_numeric
[509/907] 854053=parse_stream_test
[510/907] 854053=test_rdoc_tom_doc
[511/907] 854052=test_hmac
[512/907] 854053=test_rdoc_markup_to_tt_only
[513/907] 854052=test_iter_break
[514/907] 854052=test_zsh_completion
[515/907] 854052=test_exception
[516/907] 854052=test_gem_ext_configure_builder
[517/907] 854053=test_frozen
[518/907] 854043=test_gem_remote_fetcher_local_server
[519/907] 854053=test_pp
[520/907] 854052=test_macro
[521/907] 854052=test_rdoc_single_class
[522/907] 854052=test_num2int
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 44923>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 9 : #<TCPServer:fd 9, AF_INET, 127.0.0.1, 40803>
[523/907] 854052=test_nil
[524/907] 854053=test_verbose
[525/907] 854052=test_config
[526/907] 854053=test_gem_source_list
[527/907] 854052=test_optargCOMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854043  ko1    7u  IPv4 176257110      0t0  TCP localhost:44923 (LISTEN)
ruby    854043  ko1    9u  IPv4 176257111      0t0  TCP localhost:40803 (LISTEN)

Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 8 : #<TCPServer:fd 8, AF_INET, 127.0.0.1, 39395>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 11 : #<TCPServer:fd 11, AF_INET, 127.0.0.1, 34971>
COMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854043  ko1    8u  IPv4 176247007      0t0  TCP localhost:39395 (LISTEN)
ruby    854043  ko1    9u  IPv4 176247005      0t0  TCP localhost:36579 (LISTEN)
ruby    854043  ko1   11u  IPv4 176247008      0t0  TCP localhost:34971 (LISTEN)
[528/907] 854047=test_yaml_special_cases
[529/907] 854053=test_address_resolve
[530/907] 854047=test_rdoc_token_stream
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 9
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 11
[531/907] 854047=test_eval_history
[532/907] 854053=test_kernel
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 9 : #<TCPServer:fd 9, AF_INET, 127.0.0.1, 39881>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 10 : #<TCPServer:fd 10, AF_INET, 127.0.0.1, 34709>
[533/907] 854047=test_kdfCOMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854043  ko1    9u  IPv4 176241617      0t0  TCP localhost:39881 (LISTEN)
ruby    854043  ko1   10u  IPv4 176241618      0t0  TCP localhost:34709 (LISTEN)

Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 9
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 10
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 9 : #<TCPServer:fd 9, AF_INET, 127.0.0.1, 35917>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 11 : #<TCPServer:fd 11, AF_INET, 127.0.0.1, 40683>
[534/907] 854052=test_gem_doctorCOMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    854043  ko1    9u  IPv4 176255181      0t0  TCP localhost:35917 (LISTEN)
ruby    854043  ko1   11u  IPv4 176255182      0t0  TCP localhost:40683 (LISTEN)

Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 9
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 11
[535/907] 854043=test_gem_silent_ui
[536/907] 854047=test_emitter
[537/907] 854047=test_bug-5832
[538/907] 854047=test_files_ext
[539/907] 854052=static_inspect_test
[540/907] 854052=test_gem_ext_cargo_builder_unit
[541/907] 854043=parse_success_test
[542/907] 854043=test_date
[543/907] 854043=test_gem_rdoc
[544/907] 854052=test_command
Closed file descriptor: TestGemRDoc#test_ri_installed?: 7
Closed file descriptor: TestGemRDoc#test_ri_installed?: 8
[545/907] 854047=test_at_exit
[546/907] 854047=snippets_test
[547/907] 854043=test_object_create_start
[548/907] 854043=test_rdoc_markup_paragraph
[549/907] 854043=!Nothing_to_test
[550/907] 854043=test_enc_raise
[551/907] 854043=test_psych
[552/907] 854048=test_name_error
[553/907] 854043=test_rdoc_markup_attribute_manager
[554/907] 854052=test_gem_resolver
[555/907] 854043=test_gem_resolver_composed_set
[556/907] 854043=test_safe_load
[557/907] 854043=test_gem_commands_dependency_command
[558/907] 854048=reflection_test
[559/907] 854043=test_gem_commands_specification_command
[560/907] 854048=test_flags
[561/907] 854053=test_inadvertent_creation
[562/907] 854043=test_enumerator
[563/907] 854052=test_http
[564/907] 854053=test_gem_commands_which_command
[565/907] 854052=test_shift_jis
[566/907] 854052=test_require
[567/907] 854052=test_rdoc_markup_to_joined_paragraph
[568/907] 854052=test_date_time
[569/907] 854052=test_date_new
[570/907] 854052=test_data
[571/907] 854053=test_syntax
[572/907] 854052=test_gem_safe_yaml
[573/907] 854052=test_rdoc_text
[574/907] 854052=test_tcp
[575/907] 854052=test_iso_8859
[576/907] 854056=test_nil2vtempty
[577/907] 854056=test_stream
[578/907] 854052=test_rdoc_context
[579/907] 854044=test_httpresponse
[580/907] 854056=test_open-uri
[581/907] 854044=test_rdoc_parser_ruby
[582/907] 854045=test_thread_fd_close
[583/907] 854045=test_passing_block
[584/907] 854045=test_stringchar
[585/907] 854046=test_hash_create
[586/907] 854046=newline_test
[587/907] 854054=test_uncorrectable_name_check
[588/907] 854054=test_switch_hitter
[589/907] 854054=test_singleton
[590/907] 854054=test_flush
[591/907] 854046=test_io_console
[592/907] 854054=test_logperiod
[593/907] 854045=test_rdoc_normal_module
[594/907] 854054=test_c_union_entity
[595/907] 854045=test_rdoc_markdown_test
[596/907] 854054=test_securerandom
[597/907] 854054=test_x509cert
[598/907] 854056=test_gc
[599/907] 854040=test_gem_resolver_lock_specification
[600/907] 854047=test_err_in_callback
[601/907] 854047=test_logdevice
[602/907] 854040=test_arity
[603/907] 854040=test_gem_ext_rake_builder
[604/907] 854048=test_gem_security_policy
[605/907] 854044=test_gem_source_local
[606/907] 854054=command_line_test
[607/907] 854054=test_pack
[608/907] 854044=test_last_thread
[609/907] 854052=test_process
[610/907] 854048=test_rdoc_markup_to_markdown
[611/907] 854054=test_json_tree
[612/907] 854054=test_ansi_with_terminfo
[613/907] 854054=test_rdoc_generator_pot_po
[614/907] 854054=test_ractor
[615/907] 854048=test_m17n_comb
[616/907] 854054=test_memory_view
[617/907] 854040=test_grapheme_breaks
[618/907] 854040=test_gem_version_option
[619/907] 854040=test_gem_request_connection_pools
[620/907] 854054=test_cclass
[621/907] 854047=test_parser_events
[622/907] 854054=test_reline
[623/907] 854047=test_case
[624/907] 854047=test_pkey
[625/907] 854047=test_objectspace
[626/907] 854039=location_test
[627/907] 854039=test_thread
[628/907] 854054=test_gem_remote_fetcher_s3
[629/907] 854044=test_socket
[630/907] 854045=test_rdoc_markup_to_table_of_contents
[631/907] 854041=test_dot_dot
[632/907] 854041=test_c_struct_builder
[633/907] 854045=test_str2big
[634/907] 854054=test_literal
[635/907] 854045=test_rdoc_generator_ri
[636/907] 854045=test_extlibs
[637/907] 854039=test_gem_stream_ui
[638/907] 854041=test_gem_install_update_options
[639/907] 854039=test_require_lib
[640/907] 854041=test_ractor
[641/907] 854041=test_severity
[642/907] 854041=test_gem_package_tar_reader_entry
[643/907] 854040=test_gem_name_tuple
[644/907] 854041=test_rand
[645/907] 854040=test_bug_reporter
[646/907] 854042=test_exception
[647/907] 854047=test_store
[648/907] 854041=test_case_options
[649/907] 854041=test_gem_commands_info_command
[650/907] 854041=test_gem_dependency_installer
[651/907] 854047=test_scalar
[652/907] 854047=test_rdoc_cross_reference
[653/907] 854054=parameters_signature_test
[654/907] 854040=tunnel_test
[655/907] 854040=test_settracefunc
[656/907] 854054=test_gem_text
[657/907] 854048=test_enumerator_kw
[658/907] 854048=test_scan_args
[659/907] 854054=test_generic
[660/907] 854048=test_win32ole
[661/907] 854048=test_sprintf_comb
[662/907] 854058=test_method_cache
[663/907] 854058=test_gem_request
[664/907] 854054=test_gem_ext_cargo_builder_link_flag_converter
[665/907] 854054=test_gem_commands_mirror
[666/907] 854054=test_fiddle
[667/907] 854048=test_wss
[668/907] 854048=test_ractor
[669/907] 854058=test_find
[670/907] 854046=test_marshalable
[671/907] 854046=test_digest
[672/907] 854058=test_gem_ext_cmake_builder
[673/907] 854054=test_gem_commands_contents_command
[674/907] 854058=test_cgi_util
[675/907] 854048=test_require
[676/907] 854054=test_deprecate
[677/907] 854047=test_rdoc_constant
[678/907] 854054=test_bash_completion
[679/907] 854054=test_formatter
[680/907] 854054=test_gem_source_vendor
[681/907] 854054=test_gem_commands_owner_command
[682/907] 854047=test_recorder
[683/907] 854047=test_coverage
[684/907] 854058=test_rdoc_encoding
[685/907] 854058=regexp_test
[686/907] 854044=test_gem_package_tar_reader
[687/907] 854044=test_init
[688/907] 854058=test_complexrational
[689/907] 854058=test_pathname
[690/907] 854054=test_rdoc_markdown
[691/907] 854046=test_gem_available_set
[692/907] 854040=test_rdoc_any_method
[693/907] 854058=test_modify_expand
[694/907] 854058=test_file
[695/907] 854058=test_nowrite
[696/907] 854058=test_thread_queue
[697/907] 854046=test_rdoc_markup_formatter
[698/907] 854046=test_bmethod
[699/907] 854046=test_euc_tw
[700/907] 854046=test_ractor
[701/907] 854044=test_ansi_without_terminfo
[702/907] 854044=test_gem_commands_sources_command
[703/907] 854046=test_big2str
[704/907] 854046=test_yaml
[705/907] 854054=test_forwardable
[706/907] 854045=test_wait
[707/907] 854054=test_handle
[708/907] 854045=test_gbk
[709/907] 854045=test_class2name
[710/907] 854045=test_enc_str_buf_cat
[711/907] 854045=test_pstore
[712/907] 854046=test_warning
[713/907] 854047=test_cstr
[714/907] 854045=test_profile_frames
[715/907] 854044=test_io_timeout
[716/907] 854044=test_shapes
[717/907] 854044=json_fixtures_test
[718/907] 854044=test_comparable
[719/907] 854044=index_write_test
[720/907] 854046=test_rdoc_parser_c
[721/907] 854044=test_gem_version
[722/907] 854040=test_rdoc_options
[723/907] 854045=test_econv
[724/907] 854042=test_cesu8
[725/907] 854042=test_fileutils
[726/907] 854049=encodings_test
[727/907] 854044=test_string_processing
[728/907] 854044=test_emitter
[729/907] 854044=test_resource
[730/907] 854044=test_gem_commands_signin_command
[731/907] 854054=test_ldap
[732/907] 854054=test_gem_commands_list_command
[733/907] 854054=test_stack
[734/907] 854049=test_rdoc_include
[735/907] 854044=test_reqarg
[736/907] 854040=test_too_many_dummy_encodings
[737/907] 854049=test_mdns
[738/907] 854049=test_parse
[739/907] 854046=test_gem_remote_fetcher
[740/907] 854040=test_scanner_events
[741/907] 854048=test_gem_resolver_installed_specification
[742/907] 854048=test_gem_ext_ext_conf_builder
[743/907] 854040=test_frozen_error
[744/907] 854040=test_method_cache
[745/907] 854040=test_gem_stub_specification
[746/907] 854055=test_gem_commands_search_command
[747/907] 854055=test_complex
[748/907] 854042=test_inlinecache
[749/907] 854040=test_rdoc_markup_verbatim
[750/907] 854040=test_gem_resolver_specification
[751/907] 854042=test_gem_dependency
[752/907] 854040=lex_test
[753/907] 854055=test_path_to_class
[754/907] 854055=test_class
[755/907] 854044=test_rdoc_normal_class
[756/907] 854042=test_const
[757/907] 854046=json_string_matching_test
[758/907] 854042=test_load
[759/907] 854046=test_random
[760/907] 854042=test_asn1
[761/907] 854046=test_irb
[762/907] 854044=test_date_strftime
[763/907] 854047=test_rdoc_parser_rd
[764/907] 854042=symbol_encoding_test
[765/907] 854041=test_yamlstore
[766/907] 854041=test_gem_installer
[767/907] 854047=test_utf32
[768/907] 854047=test_basicsocket
[769/907] 854047=test_duplicate
[770/907] 854047=test_rdoc_markup
[771/907] 854047=test_gem_commands_help_command
[772/907] 854042=test_prettyprint
[773/907] 854049=test_tracepoint
[774/907] 854042=test_internal_ivar
[775/907] 854042=test_gem_resolver_index_specification
[776/907] 854047=desugar_compiler_test
[777/907] 854047=test_function
[778/907] 854042=snapshots_test
[779/907] 854046=test_queue
[780/907] 854046=test_tempfile
[781/907] 854044=pattern_test
[782/907] 854044=test_noarg
[783/907] 854049=test_gem_commands_uninstall_command
[784/907] 854045=test_condition
[785/907] 854045=test_gem_source_specific_file
[786/907] 854040=test_foreach
[787/907] 854040=test_cp949
[788/907] 854040=test_win32ole_record
[789/907] 854040=test_gem_unsatisfiable_dependency_error
[790/907] 854044=test_hash
[791/907] 854040=test_ubf_async_safe
[792/907] 854040=test_sorted_set
[793/907] 854054=test_emoji
[794/907] 854054=test_win32ole_type_event
[795/907] 854054=test_io
[796/907] 854039=test_date_attr
[797/907] 854039=test_ellipsize
[798/907] 854045=test_kwargs
[799/907] 854045=test_io_wait
[800/907] 854039=test_gem_commands_exec_command
[801/907] 854046=test_type_completor
[802/907] 854046=test_summary
[803/907] 854046=test_console_attr
[804/907] 854046=test_euc_kr
[805/907] 854046=test_rdoc_context_section
[806/907] 854046=test_ftp
[807/907] 854046=test_pattern_key_name_check
[808/907] 854046=test_to_ruby
[809/907] 854040=test_pack
[810/907] 854054=test_array_create
[811/907] 854046=test_gem_impossible_dependencies_error
[812/907] 854054=test_gem_commands_query_command
[813/907] 854046=test_method
[814/907] 854045=test_rdoc_rubygems_hook
[815/907] 854048=test_remote_fetch_error
[816/907] 854048=test_have_library
[817/907] 854045=test_c_struct_entry
[818/907] 854040=test_lock_native_thread
[819/907] 854047=test_gem_commands_stale_command
[820/907] 854047=test_set
[821/907] 854047=test_show_source
[822/907] 854047=regular_expression_encoding_test
[823/907] 854047=equality_test
[824/907] 854042=test_gem_requirement
[825/907] 854047=test_sprintf
[826/907] 854049=test_string_memory
[827/907] 854049=test_gem_security_trust_dir
[828/907] 854042=test_undef
[829/907] 854042=test_objspace
[830/907] 854049=test_line_editor
[831/907] 854049=test_kill_ring
[832/907] 854049=test_framework
[833/907] 854040=test_ns_spki
[834/907] 854049=test_argf
[835/907] 854040=test_gem_commands_environment_command
[836/907] 854054=test_m17n
[837/907] 854053=test_ws
[838/907] 854053=test_yjit
[839/907] 854045=test_workspace
[840/907] 854053=test_weakmap
[841/907] 854040=test_protect
[842/907] 854040=test_win32ole_typelib
[843/907] 854040=test_gem_request_set_lockfile
[844/907] 854047=test_raise_exception
[845/907] 854045=test_postponed_job
[846/907] 854054=test_alias_and_anchor
[847/907] 854054=test_external_new
[848/907] 854054=test_gem_resolver_dependency_request
[849/907] 854054=test_tree_builder
[850/907] 854054=test_hash
[851/907] 854054=test_readpartial
[852/907] 854039=test_gem_commands_install_command
[853/907] 854040=test_clone
[854/907] 854040=test_rdoc_require
[855/907] 854040=locals_test
[856/907] 854045=test_rdoc_markup_indented_paragraph
[857/907] 854045=regular_expression_options_test
[858/907] 854045=test_rdoc_task
[859/907] 854045=test_gem_resolver_conflict
[860/907] 854045=test_backtrace
[861/907] 854054=test_pack
[862/907] 854054=test_io_buffer
[863/907] 854048=test_yield
[864/907] 854054=test_rdoc_alias
[865/907] 854056=test_convertible
[866/907] 854054=test_files_sample
[867/907] 854054=test_stringscanner
[868/907] 854040=test_gem_resolver_best_set
[869/907] 854054=test_typeddata
[870/907] 854047=test_rdoc_markup_to_html_crossref
[871/907] 854040=test_webauthn_poller
[872/907] 854040=test_rdoc_markup_raw
[873/907] 854040=test_rat
[874/907] 854040=test_optparse
[875/907] 854040=test_array
[876/907] 854054=test_fstring
[877/907] 854040=test_etc
[878/907] 854040=test_yjit_exit_locations
[879/907] 854040=test_gem_resolver_activation_request
[880/907] 854040=test_getopts
[881/907] 854040=test_protocol
[882/907] 854054=test_ripper
[883/907] 854047=test_gem_config_file
[884/907] 854055=test_gem_util
[885/907] 854047=test_iseq_load
[886/907] 854055=test_gem_package_tar_header
[887/907] 854040=source_location_test
[888/907] 854055=test_pkey_dh
[889/907] 854058=test_bigzero
[890/907] 854058=test_pkcs12
[891/907] 854040=test_system
[892/907] 854055=test_rendering
[893/907] 854039=test_face
[894/907] 854055=test_sizeof
[895/907] 854054=test_case
[896/907] 854039=test_unicode_escape
[897/907] 854054=test_io
[898/907] 854039=numeric_value_test
[899/907] 854039=test_utf16
[900/907] 854039=test_autoload
[901/907] 854045=test_config
[902/907] 854045=test_sleep
[903/907] 854058=test_gem_commands_fetch_command
[904/907] 854058=test_math
[905/907] 854058=test_gc
[906/907] 854058=test_libs
[907/907] 854058=test_yaml_tree
Finished tests in 36.876386s, 878.3399 tests/s, 174804.8733 assertions/s.
32390 tests, 6446172 assertions, 0 failures, 0 errors, 322 skips

ruby -v: ruby 3.4.0dev (2024-07-06T17:55:53Z master d76332e551) [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-06T17:55:53Z master d76332e551) [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.510243 seconds

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