# Logfile created on 2025-05-28 15:31:21 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007feccb02fde0 @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_gcc13", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc13", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc13", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc13", @configure_opts=["CC=gcc-13"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk_gcc13.20250528-153121", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007feccb051c88 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007feccb0519e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007feccaf6a888 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc13.20250528-153121", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc13.20250528-153121>, @binmode=false, @mon_data=#<Monitor:0x00007feccb051698>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_gcc13/tool/ifchange /tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/power_assert.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_gcc13/tool/ifchange /tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/repl_type_completor.revision unchanged
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_gcc13/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   749bda9..3935b1c  master     -> origin/master
Updating 749bda9..3935b1c
Fast-forward
 class.c | 23 ++++++++++++-----------
 1 file changed, 12 insertions(+), 11 deletions(-)
Latest commit hash = 3935b1c401
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_gcc13/tool/ifchange /tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/repl_type_completor.revision -
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_gcc13/tool/ifchange /tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/repl_type_completor.revision unchanged
/tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_gcc13/revision.h updated
generating x86_64-linux-fake.rb
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_gcc13/gems/power_assert-2.0.5.gem
x86_64-linux-fake.rb updated
generating enc.mk
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-13
	LD = ld
	LDSHARED = gcc-13 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_gcc13/include -I/tmp/ruby/src/trunk_gcc13 -I/tmp/ruby/src/trunk_gcc13/prism -I/tmp/ruby/src/trunk_gcc13/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/zjit/src/lib.rs'
gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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_gcc13/class.c
compiling /tmp/ruby/src/trunk_gcc13/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-13
	LD = ld
	LDSHARED = gcc-13 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_gcc13/include -I/tmp/ruby/src/trunk_gcc13 -I/tmp/ruby/src/trunk_gcc13/prism -I/tmp/ruby/src/trunk_gcc13/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/zjit/src/lib.rs'
gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
47395d629c1be9d84464882ff6a01ea0b38e813a6ce4bc23019cc5549e88c6fb  builtin_binary.inc
compiling /tmp/ruby/src/trunk_gcc13/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-13
	LD = ld
	LDSHARED = gcc-13 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_gcc13/include -I/tmp/ruby/src/trunk_gcc13 -I/tmp/ruby/src/trunk_gcc13/prism -I/tmp/ruby/src/trunk_gcc13/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/zjit/src/lib.rs'
gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
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_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to a7dab941153b233d3412e249d25da52a6c5691de
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo a7dab941153b233d3412e249d25da52a6c5691de | /bin/sh /tmp/ruby/src/trunk_gcc13/tool/ifchange /tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/power_assert.revision -
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-13
	LD = ld
	LDSHARED = gcc-13 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_gcc13/include -I/tmp/ruby/src/trunk_gcc13 -I/tmp/ruby/src/trunk_gcc13/prism -I/tmp/ruby/src/trunk_gcc13/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/zjit/src/lib.rs'
/tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/power_assert.revision unchanged
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk_gcc13/tool/ifchange /tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/repl_type_completor.revision -
gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
/tmp/ruby/src/trunk_gcc13/.bundle/.timestamp/repl_type_completor.revision unchanged
encdb.h unchanged
Building power_assert@a7dab941153b233d3412e249d25da52a6c5691de to /tmp/ruby/src/trunk_gcc13/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.6dev
  File: power_assert-2.0.6dev.gem
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
./miniruby -I/tmp/ruby/src/trunk_gcc13/lib -I. -I.ext/common  /tmp/ruby/src/trunk_gcc13/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_gcc13/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk_gcc13/bin
installing base libraries:          /tmp/ruby/install/trunk_gcc13/lib
installing arch files:              /tmp/ruby/install/trunk_gcc13/lib/ruby/3.5.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_gcc13/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_gcc13/lib/ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc13/lib/ruby/site_ruby/3.5.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc13/lib/ruby/vendor_ruby/3.5.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_gcc13/include/ruby-3.5.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_gcc13/lib/ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk_gcc13/lib/ruby/site_ruby/3.5.0+1
installing extension scripts:       /tmp/ruby/install/trunk_gcc13/lib/ruby/vendor_ruby/3.5.0+1
installing extension headers:       /tmp/ruby/install/trunk_gcc13/include/ruby-3.5.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk_gcc13/bin
installing library scripts:         /tmp/ruby/install/trunk_gcc13/lib/ruby/3.5.0+1
installing common headers:          /tmp/ruby/install/trunk_gcc13/include/ruby-3.5.0+1
installing manpages:                /tmp/ruby/install/trunk_gcc13/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_gcc13/lib/ruby/gems/3.5.0+1
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.1
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_gcc13/lib/ruby/gems/3.5.0+1
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.12.2
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.5.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk_gcc13/lib/ruby/gems/3.5.0+1
                                    minitest 5.25.5
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.8
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.8
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.9.4
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.4
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.1
                                    pstore 0.2.0
                                    benchmark 0.4.0
                                    logger 1.7.0
                                    rdoc 6.14.0
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk_gcc13/lib/ruby/gems/3.5.0+1/cache
skipped bundled gems:
    power_assert-2.0.6dev.gem       not found in bundled_gems
    win32ole-1.9.2.gem              not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2032 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-13
	LD = ld
	LDSHARED = gcc-13 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_gcc13/include -I/tmp/ruby/src/trunk_gcc13 -I/tmp/ruby/src/trunk_gcc13/prism -I/tmp/ruby/src/trunk_gcc13/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/zjit/src/lib.rs'
gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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_gcc13/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_gcc13/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-13
	LD = ld
	LDSHARED = gcc-13 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_gcc13/include -I/tmp/ruby/src/trunk_gcc13 -I/tmp/ruby/src/trunk_gcc13/prism -I/tmp/ruby/src/trunk_gcc13/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/zjit/src/lib.rs'
gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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_gcc13'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
Run options: 
  --seed=26259
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_gcc13/lib -I. -I.ext/common  /tmp/ruby/src/trunk_gcc13/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_gcc13/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/752] 1422908=psych/test_marshalable
[  2/752] 1422907=rubygems/test_gem_commands_info_command
[  3/752] 1422904=rubygems/test_gem_commands_check_command
[  4/752] 1422908=rubygems/test_gem_commands_signin_command
[  5/752] 1422903=test_tsort
[  6/752] 1422903=-ext-/string/test_fstring
[  7/752] 1422903=fiber/test_io_buffer
[  8/752] 1422907=-ext-/stack/test_stack_overflow
[  9/752] 1422903=coverage/test_coverage
[ 10/752] 1422904=pathname/test_pathname
[ 11/752] 1422908=rubygems/test_gem_resolver_api_specification
[ 12/752] 1422908=prism/regexp_test
[ 13/752] 1422908=rubygems/test_gem_resolver_api_set
[ 14/752] 1422907=ruby/test_require_lib
[ 15/752] 1422908=ruby/test_dir
[ 16/752] 1422904=ruby/test_objectspace
[ 17/752] 1422908=rubygems/test_gem_commands_search_command
[ 18/752] 1422908=prism/ruby/ruby_parser_test
[ 19/752] 1422908=psych/test_class
[ 20/752] 1422908=psych/nodes/test_enumerable
[ 21/752] 1422908=prism/newline_test
[ 22/752] 1422908=rubygems/test_gem_source_specific_file
[ 23/752] 1422903=rubygems/test_gem_dependency_resolution_error
[ 24/752] 1422908=rubygems/test_gem_request_set_gem_dependency_api
[ 25/752] 1422903=-ext-/postponed_job/test_postponed_job
[ 26/752] 1422908=rubygems/test_gem_request_set_lockfile
[ 27/752] 1422903=fileutils/test_nowrite
[ 28/752] 1422903=openssl/test_pkey_dh
[ 29/752] 1422903=date/test_date_new
[ 30/752] 1422903=ruby/test_thread_queue
[ 31/752] 1422908=rubygems/test_gem_package_tar_header
[ 32/752] 1422908=rubygems/test_gem_request_set_lockfile_parser
[ 33/752] 1422908=did_you_mean/spell_checking/test_require_path_check
[ 34/752] 1422908=ripper/test_files_test_1
[ 35/752] 1422907=-ext-/iter/test_iter_break
[ 36/752] 1422907=ruby/test_nomethod_error
[ 37/752] 1422907=mkmf/test_libs
[ 38/752] 1422907=dtrace/test_gc
[ 39/752] 1422907=ruby/test_math
[ 40/752] 1422907=ruby/test_fiber
[ 41/752] 1422904=-ext-/num2int/test_num2int
[ 42/752] 1422904=ruby/test_warning
[ 43/752] 1422904=prism/encoding/encodings_test
[ 44/752] 1422904=ruby/test_case
[ 45/752] 1422904=prism/magic_comment_test
[ 46/752] 1422903=rubygems/test_config
[ 47/752] 1422904=dtrace/test_require
[ 48/752] 1422904=rubygems/test_gem_source_git
[ 49/752] 1422903=-ext-/string/test_cstr
[ 50/752] 1422908=ruby/enc/test_regex_casefold
[ 51/752] 1422908=fiber/test_address_resolve
[ 52/752] 1422908=ruby/enc/test_gbk
[ 53/752] 1422908=-ext-/bignum/test_bigzero
[ 54/752] 1422908=json/json_string_matching_test
[ 55/752] 1422908=rubygems/test_gem_resolver_git_specification
[ 56/752] 1422903=prism/result/index_write_test
[ 57/752] 1422903=rubygems/test_gem_remote_fetcher_local_ssl_server
[ 58/752] 1422908=rubygems/test_gem_source_vendor
[ 59/752] 1422908=rubygems/test_gem_remote_fetcher_local_server
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 9 : #<TCPSocket:fd 9, AF_INET6, ::1, 43747>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9
[ 60/752] 1422908=io/wait/test_io_wait
[ 61/752] 1422907=optparse/test_kwargs
[ 62/752] 1422907=rubygems/test_gem_available_set
[ 63/752] 1422908=-ext-/string/test_modify_expand
[ 64/752] 1422908=ruby/test_hash
[ 65/752] 1422907=ruby/test_exception
[ 66/752] 1422904=-ext-/string/test_normalize
[ 67/752] 1422904=ruby/test_frozen_error
[ 68/752] 1422904=rubygems/test_gem_remote_fetcher_s3
[ 69/752] 1422904=ruby/enc/test_euc_kr
[ 70/752] 1422904=cgi/test_cgi_escape
[ 71/752] 1422904=ruby/test_basicinstructions
[ 72/752] 1422903=ruby/test_complex
[ 73/752] 1422904=ruby/test_pattern_matching
[ 74/752] 1422904=-ext-/thread/test_lock_native_thread
[ 75/752] 1422903=openssl/test_bn
[ 76/752] 1422903=did_you_mean/spell_checking/test_class_name_check
[ 77/752] 1422904=ruby/test_env
[ 78/752] 1422903=mkmf/test_configuration
[ 79/752] 1422903=-ext-/debug/test_profile_frames
[ 80/752] 1422903=test_pty
[ 81/752] 1422903=socket/test_socket
[ 82/752] 1422907=rubygems/test_gem_security_trust_dir
[ 83/752] 1422907=rubygems/test_gem_resolver_composed_set
[ 84/752] 1422907=psych/test_set
[ 85/752] 1422907=ruby/test_m17n_comb
[ 86/752] 1422908=prism/ruby/string_query_test
[ 87/752] 1422908=openssl/test_asn1
[ 88/752] 1422908=optparse/test_bash_completion
[ 89/752] 1422908=prism/newline_offsets_test
[ 90/752] 1422908=did_you_mean/tree_spell/test_change_word
[ 91/752] 1422908=-ext-/win32/test_fd_setsize
[ 92/752] 1422908=rubygems/test_gem_source
[ 93/752] 1422908=openssl/test_ns_spki
[ 94/752] 1422908=prism/ruby/relocation_test
[ 95/752] 1422908=ruby/enc/test_windows_1251
[ 96/752] 1422908=openssl/test_x509cert
[ 97/752] 1422908=ruby/test_argf
[ 98/752] 1422904=ruby/test_m17n
[ 99/752] 1422907=ruby/test_yjit
[100/752] 1422904=ruby/test_module
[101/752] 1422904=psych/visitors/test_yaml_tree
[102/752] 1422904=-ext-/namespace/test_load_ext
[103/752] 1422904=uri/test_parser
[104/752] 1422904=openssl/test_ssl
[105/752] 1422903=mkmf/test_egrep_cpp
[106/752] 1422908=resolv/test_resource
[107/752] 1422908=net/http/test_httpheader
[108/752] 1422908=-ext-/typeddata/test_typeddata
[109/752] 1422903=date/test_date_conv
[110/752] 1422903=-ext-/test_notimplement
[111/752] 1422903=optparse/test_reqarg
[112/752] 1422908=ruby/test_ast
[113/752] 1422903=rubygems/test_gem_gem_runner
[114/752] 1422903=ruby/enc/test_case_options
[115/752] 1422903=mmtk/test_configuration
[116/752] 1422903=rubygems/test_gem_commands_mirror
[117/752] 1422903=rubygems/test_gem_commands_outdated_command
[118/752] 1422903=ruby/test_compile_prism
[119/752] 1422903=-ext-/bignum/test_pack
[120/752] 1422903=-ext-/string/test_coderange
[121/752] 1422903=rubygems/test_gem_commands_dependency_command
[122/752] 1422903=rubygems/test_gem_version
[123/752] 1422903=prism/lex_test
[124/752] 1422903=ruby/test_rubyvm
[125/752] 1422903=rubygems/test_gem_stub_specification
[126/752] 1422903=rubygems/test_gem_config_file
[127/752] 1422903=optparse/test_acceptable
[128/752] 1422903=ruby/test_yjit_exit_locations
[129/752] 1422903=rubygems/test_gem_resolver_lock_specification
[130/752] 1422903=objspace/test_objspace
[131/752] 1422907=ruby/test_sprintf
[132/752] 1422907=ripper/test_files_ext
[133/752] 1422907=prism/result/numeric_value_test
[134/752] 1422907=rubygems/test_webauthn_poller
[135/752] 1422907=ruby/test_dup
[136/752] 1422907=test_timeout
[137/752] 1422907=mkmf/test_have_library
[138/752] 1422904=test_weakref
[139/752] 1422904=rubygems/test_gem_commands_lock_command
[140/752] 1422904=openssl/test_ssl_session
[141/752] 1422904=ruby/test_array
[142/752] 1422907=json/json_encoding_test
[143/752] 1422907=dtrace/test_load
[144/752] 1422907=psych/test_yamlstore
[145/752] 1422907=did_you_mean/edit_distance/test_jaro_winkler
[146/752] 1422907=ruby/test_io_buffer
[147/752] 1422907=-ext-/iseq_load/test_iseq_load
[148/752] 1422907=-ext-/vm/test_at_exit
[149/752] 1422907=rubygems/test_gem_ext_configure_builder
[150/752] 1422907=ruby/test_weakmap
[151/752] 1422904=-ext-/path_to_class/test_path_to_class
[152/752] 1422904=test_time
[153/752] 1422904=-ext-/test_bug-5832
[154/752] 1422904=-ext-/bignum/test_mul
[155/752] 1422904=rubygems/test_gem_ext_ext_conf_builder
[156/752] 1422907=io/console/test_ractor
[157/752] 1422907=ruby/test_float
[158/752] 1422907=rubygems/test_gem_security_policy
[159/752] 1422904=io/console/test_io_console
[160/752] 1422907=prism/locals_test
[161/752] 1422907=ruby/test_signal
[162/752] 1422907=ruby/test_fixnum
[163/752] 1422907=did_you_mean/spell_checking/test_method_name_check
[164/752] 1422907=psych/test_psych_set
[165/752] 1422907=ruby/test_complexrational
[166/752] 1422907=ruby/test_beginendblock
[167/752] 1422907=psych/test_emitter
[168/752] 1422907=rubygems/test_gem_requirement
[169/752] 1422904=rubygems/test_gem_request_set_lockfile_tokenizer
[170/752] 1422907=optparse/test_optparse
[171/752] 1422904=prism/snippets_test
[172/752] 1422907=ruby/test_zjit
[173/752] 1422907=psych/test_omap
[174/752] 1422907=ruby/enc/test_gb18030
[175/752] 1422907=rubygems/test_gem_package_tar_reader
[176/752] 1422907=rubygems/test_gem_commands_setup_command
[177/752] 1422907=test_shellwords
[178/752] 1422907=-ext-/gvl/test_last_thread
[179/752] 1422904=rubygems/test_gem_util
[180/752] 1422907=-ext-/string/test_external_new
[181/752] 1422907=rubygems/test_gem_resolver
[182/752] 1422904=ruby/enc/test_euc_tw
[183/752] 1422904=ripper/test_sexp
[184/752] 1422904=prism/ruby/reflection_test
[185/752] 1422904=-ext-/test_bug-3571
[186/752] 1422904=rubygems/test_gem_commands_cleanup_command
[187/752] 1422907=rubygems/test_bundled_ca
[188/752] 1422907=ruby/test_not
[189/752] 1422907=-ext-/wait/test_wait
[190/752] 1422904=-ext-/thread/test_instrumentation_api
[191/752] 1422907=openssl/test_x509attr
[192/752] 1422907=-ext-/win32/test_console_attr
[193/752] 1422907=-ext-/gvl/test_ubf_async_safe
[194/752] 1422907=ruby/test_io_timeout
[195/752] 1422907=fiber/test_mutex
[196/752] 1422907=-ext-/econv/test_append
[197/752] 1422907=ruby/test_ifunless
[198/752] 1422907=ruby/test_struct
[199/752] 1422904=-ext-/bignum/test_big2str
[200/752] 1422904=net/http/test_httpresponse
[201/752] 1422904=ruby/test_comparable
[202/752] 1422904=-ext-/bignum/test_str2big
[203/752] 1422904=psych/test_json_tree
[204/752] 1422904=ruby/test_default_gems
[205/752] 1422904=rubygems/test_gem_resolver_installer_set
[206/752] 1422904=ruby/test_readpartial
[207/752] 1422904=optparse/test_cclass
[208/752] 1422904=yaml/test_dbm
[209/752] 1422904=ruby/test_super
[210/752] 1422907=ruby/test_namespace
[211/752] 1422907=-ext-/symbol/test_inadvertent_creation
[212/752] 1422907=test_tmpdir
[213/752] 1422907=ruby/test_defined
[214/752] 1422907=resolv/test_svcb_https
[215/752] 1422907=ripper/test_parser_events
[216/752] 1422907=openssl/test_buffering
[217/752] 1422907=mkmf/test_framework
[218/752] 1422907=mkmf/test_convertible
[219/752] 1422904=stringio/test_ractor
[220/752] 1422904=rubygems/test_gem_spec_fetcher
[221/752] 1422904=rubygems/test_gem_source_subpath_problem
[222/752] 1422904=erb/test_erb_m17n
[223/752] 1422904=-ext-/bug_reporter/test_bug_reporter
[224/752] 1422904=ruby/test_ractor
[225/752] 1422904=-ext-/exception/test_enc_raise
[226/752] 1422904=resolv/test_dns
[227/752] 1422904=rubygems/test_gem_commands_rebuild_command
[228/752] 1422904=date/test_date_attr
[229/752] 1422904=ruby/test_optimization
[230/752] 1422904=-ext-/exception/test_ensured
[231/752] 1422904=psych/test_yaml_special_cases
[232/752] 1422904=rubygems/test_gem_source_list
[233/752] 1422904=dtrace/test_object_create_start
[234/752] 1422904=erb/test_erb
[235/752] 1422904=ruby/test_rand
[236/752] 1422904=ruby/enc/test_cp949
[237/752] 1422904=ruby/test_condition
[238/752] 1422904=ruby/test_fnmatch
[239/752] 1422904=prism/ruby/parameters_signature_test
[240/752] 1422904=optparse/test_getopts
[241/752] 1422904=rubygems/test_project_sanity
[242/752] 1422904=ruby/enc/test_emoji
[243/752] 1422904=rubygems/test_gem_request
[244/752] 1422904=rubygems/test_gem_resolver_git_set
[245/752] 1422904=rubygems/test_gem_resolver_local_specification
[246/752] 1422904=psych/test_string
[247/752] 1422904=ruby/test_thread
[248/752] 1422907=ripper/test_scanner_events
[249/752] 1422907=dtrace/test_raise
[250/752] 1422907=ruby/test_alias
[251/752] 1422907=-ext-/test_scan_args
[252/752] 1422907=test_rbconfig
[253/752] 1422907=json/json_generator_test
[254/752] 1422907=test_delegate
[255/752] 1422907=ruby/test_bignum
[256/752] 1422907=rubygems/test_gem_source_installed
[257/752] 1422907=openssl/test_hmac
[258/752] 1422907=ruby/test_set
[259/752] 1422907=ruby/test_name_error
[260/752] 1422904=-ext-/string/test_enc_str_buf_cat
[261/752] 1422904=json/ractor_test
[262/752] 1422907=psych/test_safe_load
[263/752] 1422907=optparse/test_summary
[264/752] 1422904=openssl/test_pkcs12
[265/752] 1422907=prism/result/implicit_array_test
[266/752] 1422907=ruby/test_trace
[267/752] 1422907=-ext-/st/test_foreach
[268/752] 1422907=-ext-/iter/test_yield_block
[269/752] 1422907=ruby/test_numeric
[270/752] 1422907=rubygems/test_gem_resolver_conflict
[271/752] 1422907=rubygems/test_gem_commands_signout_command
[272/752] 1422907=ruby/test_enumerator
[273/752] 1422904=ruby/test_arity
[274/752] 1422904=ruby/test_autoload
[275/752] 1422903=psych/test_date_time
[276/752] 1422903=rubygems/test_gem_package_old
[277/752] 1422903=rubygems/test_gem_commands_pristine_command
[278/752] 1422903=did_you_mean/core_ext/test_name_error_extension
[279/752] 1422903=ruby/test_data
[280/752] 1422903=rubygems/test_gem_resolver_best_set
[281/752] 1422903=rubygems/test_gem_resolver_requirement_list
[282/752] 1422903=ruby/enc/test_utf16
[283/752] 1422903=-ext-/arith_seq/test_arith_seq_beg_len_step
[284/752] 1422903=ripper/test_ripper
[285/752] 1422903=fileutils/test_verbose
[286/752] 1422903=uri/test_mailto
[287/752] 1422903=test_singleton
[288/752] 1422903=rubygems/test_gem_commands_exec_command
[289/752] 1422908=ruby/test_backtrace
[290/752] 1422903=rubygems/test_gem_resolver_vendor_specification
[291/752] 1422903=ruby/test_stringchar
[292/752] 1422908=psych/visitors/test_depth_first
[293/752] 1422908=json/json_coder_test
[294/752] 1422908=rubygems/test_gem_uninstaller
[295/752] 1422903=rubygems/test_gem_dependency_installer
[296/752] 1422908=date/test_date_strptime
[297/752] 1422908=ruby/test_pack
[298/752] 1422908=rubygems/test_gem_rdoc
[299/752] 1422908=psych/test_coder
[300/752] 1422908=ruby/test_symbol
[301/752] 1422904=prism/result/integer_parse_test
[302/752] 1422904=socket/test_unix
[303/752] 1422904=net/protocol/test_protocol
[304/752] 1422904=ruby/test_assignment
[305/752] 1422903=test_open3
[306/752] 1422904=test_ipaddr
[307/752] 1422904=rubygems/test_gem_ext_cmake_builder
[308/752] 1422908=io/wait/test_ractor
[309/752] 1422908=rubygems/test_gem_resolver_vendor_set
[310/752] 1422904=psych/test_exception
[311/752] 1422904=psych/test_stream
[312/752] 1422908=ruby/test_inlinecache
[313/752] 1422904=open-uri/test_open-uri
[314/752] 1422908=rubygems/test_gem_command
Leaked file descriptor: TestOpenURI#test_uri_read: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43987>
[315/752] 1422908=prism/result/source_location_test
Closed file descriptor: TestOpenURI#test_redirect_auth_success: 9
[316/752] 1422908=optparse/test_optarg
[317/752] 1422904=-ext-/array/test_resize
[318/752] 1422904=rubygems/test_gem_console_ui
[319/752] 1422904=rubygems/test_gem_commands_help_command
[320/752] 1422908=-ext-/exception/test_exception_at_throwing
[321/752] 1422908=psych/test_nil
[322/752] 1422908=ruby/enc/test_iso_8859
[323/752] 1422908=rubygems/test_kernel
[324/752] 1422904=test_securerandom
[325/752] 1422904=io/nonblock/test_flush
[326/752] 1422904=rubygems/test_gem_commands_list_command
[327/752] 1422904=rubygems/test_gem_resolver_dependency_request
[328/752] 1422904=-ext-/string/test_nofree
[329/752] 1422904=net/http/test_httpresponses
[330/752] 1422904=ruby/test_object
[331/752] 1422904=digest/test_digest
[332/752] 1422908=ruby/test_process
[333/752] 1422903=-ext-/struct/test_member
[334/752] 1422903=ruby/enc/test_grapheme_breaks
[335/752] 1422903=strscan/test_stringscanner
[336/752] 1422903=date/test_date
[337/752] 1422903=digest/test_ractor
[338/752] 1422904=lib/!Nothing_to_test
[339/752] 1422904=ruby/test_sleep
[340/752] 1422903=rubygems/test_gem_commands_build_command
[341/752] 1422903=openssl/test_pkey
[342/752] 1422903=socket/test_udp
[343/752] 1422903=prism/result/integer_base_flags_test
[344/752] 1422903=-ext-/string/test_rb_str_dup
[345/752] 1422903=openssl/test_pkey_ec
[346/752] 1422903=prism/result/equality_test
[347/752] 1422903=ruby/test_regexp
[348/752] 1422904=date/test_date_parse
[349/752] 1422907=rubygems/test_require
[350/752] 1422904=openssl/test_random
[351/752] 1422904=fiber/test_ractor
[352/752] 1422904=ruby/test_pipe
[353/752] 1422904=openssl/test_ts
[354/752] 1422904=optparse/test_noarg
[355/752] 1422904=json/test_helper
[356/752] 1422904=optparse/test_load
[357/752] 1422904=fiber/test_backtrace
[358/752] 1422904=ruby/test_literal
[359/752] 1422907=resolv/test_addr
[360/752] 1422907=ruby/enc/test_utf32
[361/752] 1422907=rubygems/test_gem_gemcutter_utilities
[362/752] 1422904=fiber/test_thread
[363/752] 1422904=did_you_mean/spell_checking/test_variable_name_check
[364/752] 1422904=ruby/test_range
[365/752] 1422907=ruby/test_time
[366/752] 1422907=psych/test_scalar
[367/752] 1422907=rubygems/test_gem_bundler_version_finder
[368/752] 1422907=ruby/enc/test_case_comprehensive
[369/752] 1422907=test_pp
[370/752] 1422907=ruby/test_proc
[371/752] 1422904=mkmf/test_config
[372/752] 1422904=zlib/test_zlib
[373/752] 1422907=rubygems/test_gem_source_local
[374/752] 1422907=ruby/enc/test_cesu8
[375/752] 1422907=ruby/test_gc_compact
[376/752] 1422907=prism/encoding/symbol_encoding_test
[377/752] 1422907=rubygems/test_gem_resolver_index_set
[378/752] 1422907=rubygems/test_webauthn_listener_response
[379/752] 1422907=ruby/test_sprintf_comb
[380/752] 1422907=-ext-/popen_deadlock/test_popen_deadlock
[381/752] 1422907=ruby/test_method_cache
[382/752] 1422907=psych/test_object_references
[383/752] 1422907=rubygems/test_gem_resolver_activation_request
[384/752] 1422907=prism/ruby/tunnel_test
[385/752] 1422907=ruby/test_settracefunc
[386/752] 1422904=rubygems/test_gem_text
[387/752] 1422904=ruby/test_lambda
[388/752] 1422904=psych/test_parser
[389/752] 1422904=json/json_parser_test
[390/752] 1422904=ruby/test_string
[391/752] 1422907=-ext-/string/test_enc_associate
[392/752] 1422907=rubygems/test_gem_local_remote_options
[393/752] 1422907=ruby/test_eval
[394/752] 1422907=rubygems/test_gem
[395/752] 1422907=-ext-/test_enumerator_kw
[396/752] 1422907=-ext-/load/test_dot_dot
[397/752] 1422907=psych/test_boolean
[398/752] 1422907=psych/test_deprecated
[399/752] 1422907=psych/test_ractor
[400/752] 1422907=rubygems/test_gem_ci_detector
[401/752] 1422907=open-uri/test_ssl
[402/752] 1422908=io/wait/test_io_wait_uncommon
[403/752] 1422908=rubygems/test_gem_commands_fetch_command
[404/752] 1422908=-ext-/bignum/test_div
[405/752] 1422908=-ext-/st/test_update
[406/752] 1422908=uri/test_ldap
[407/752] 1422908=test_unicode_normalize
[408/752] 1422908=ruby/test_marshal
[409/752] 1422908=test_tempfile
[410/752] 1422907=rubygems/test_rubygems
[411/752] 1422908=prism/ruby/ripper_test
[412/752] 1422907=ruby/test_mixed_unicode_escapes
[413/752] 1422907=ruby/enc/test_case_mapping
[414/752] 1422907=ruby/test_integer
[415/752] 1422908=net/http/test_https
[416/752] 1422907=prism/ruby/location_test
[417/752] 1422907=psych/test_null
[418/752] 1422907=prism/bom_test
[419/752] 1422903=uri/test_ftp
[420/752] 1422907=rubygems/test_gem_ext_cargo_builder
[421/752] 1422903=ruby/test_file
[422/752] 1422907=ruby/test_rational
[423/752] 1422907=open-uri/test_proxy
[424/752] 1422907=ruby/test_memory_view
[425/752] 1422907=rubygems/test_gem_specification
[426/752] 1422908=rubygems/test_gem_name_tuple
[427/752] 1422908=rubygems/test_gem_resolver_index_specification
[428/752] 1422908=-ext-/load/test_resolve_symbol
[429/752] 1422908=erb/test_erb_command
[430/752] 1422908=psych/test_yamldbm
[431/752] 1422908=ruby/test_rational2
[432/752] 1422908=prism/fixtures_test
[433/752] 1422908=json/json_generic_object_test
[434/752] 1422908=optparse/test_autoconf
[435/752] 1422908=uri/test_file
[436/752] 1422908=prism/api/parse_test
[437/752] 1422908=ruby/test_iterator
[438/752] 1422908=dtrace/test_string
[439/752] 1422908=optparse/test_did_you_mean
[440/752] 1422908=psych/visitors/test_to_ruby
[441/752] 1422908=prism/ractor_test
[442/752] 1422908=fiber/test_storage
[443/752] 1422908=psych/test_symbol
[444/752] 1422908=dtrace/test_singleton_function
[445/752] 1422908=ruby/test_metaclass
[446/752] 1422908=ruby/test_io
[447/752] 1422903=openssl/test_provider
[448/752] 1422903=rubygems/test_gem_commands_stale_command
[449/752] 1422903=openssl/test_kdf
[450/752] 1422903=mkmf/test_signedness
[451/752] 1422907=ruby/test_dir_m17n
[452/752] 1422907=-ext-/struct/test_len
[453/752] 1422907=ruby/enc/test_shift_jis
[454/752] 1422907=ruby/test_flip
[455/752] 1422907=pathname/test_ractor
[456/752] 1422907=psych/test_psych
[457/752] 1422907=prism/heredoc_dedent_test
[458/752] 1422907=-ext-/string/test_ellipsize
[459/752] 1422907=-ext-/marshal/test_usrmarshal
[460/752] 1422907=etc/test_etc
[461/752] 1422907=fiber/test_process
[462/752] 1422907=date/test_date_arith
[463/752] 1422907=prism/ruby/parser_test
[464/752] 1422907=-ext-/time/test_new
[465/752] 1422907=openssl/test_cipher
[466/752] 1422907=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[467/752] 1422907=-ext-/integer/test_my_integer
[468/752] 1422907=openssl/test_config
[469/752] 1422907=stringio/test_stringio
[470/752] 1422907=ruby/test_time_tz
[471/752] 1422907=uri/test_common
[472/752] 1422907=rubygems/test_gem_commands_install_command
[473/752] 1422904=rubygems/test_remote_fetch_error
[474/752] 1422904=ruby/test_file_exhaustive
[475/752] 1422907=psych/test_alias_and_anchor
[476/752] 1422907=ruby/enc/test_emoji_breaks
[477/752] 1422907=ruby/test_weakkeymap
[478/752] 1422907=-ext-/method/test_arity
[479/752] 1422907=rubygems/test_gem_commands_query_command
[480/752] 1422903=date/test_switch_hitter
[481/752] 1422903=openssl/test_engine
[482/752] 1422903=rubygems/test_gem_commands_cert_command
[483/752] 1422907=rubygems/test_gem_security
[484/752] 1422903=ruby/test_key_error
[485/752] 1422903=rubygems/test_gem_unsatisfiable_dependency_error
[486/752] 1422903=rubygems/test_gem_source_lock
[487/752] 1422903=ruby/test_variable
[488/752] 1422903=ruby/test_frozen
[489/752] 1422903=dtrace/test_hash_create
[490/752] 1422903=ruby/enc/test_windows_1252
[491/752] 1422903=did_you_mean/tree_spell/test_human_typo
[492/752] 1422903=rubygems/test_gem_commands_sources_command
[493/752] 1422908=ruby/test_lazy_enumerator
[494/752] 1422908=error_highlight/test_error_highlight
[495/752] 1422904=rubygems/test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 44893>
[496/752] 1422903=psych/test_object
.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 10
[497/752] 1422903=rubygems/test_gem_security_signer
[498/752] 1422904=mkmf/test_find_executable
[499/752] 1422904=prism/ruby/dispatcher_test
[500/752] 1422904=optparse/test_zsh_completion
[501/752] 1422904=date/test_date_compat
[502/752] 1422904=dtrace/test_cmethod
[503/752] 1422904=-ext-/eval/test_eval
[504/752] 1422904=prism/result/warnings_test
[505/752] 1422904=rubygems/test_gem_commands_yank_command
[506/752] 1422903=psych/test_data
[507/752] 1422903=fiber/test_enumerator
[508/752] 1422903=openssl/test_ossl
[509/752] 1422908=prism/encoding/regular_expression_encoding_test
[510/752] 1422908=rubygems/test_gem_safe_marshal
[511/752] 1422908=psych/visitors/test_emitter
[512/752] 1422908=rubygems/test_gem_remote_fetcher
[513/752] 1422907=rubygems/test_gem_uri
[514/752] 1422907=-ext-/symbol/test_type
[515/752] 1422907=rubygems/test_gem_doctor
[516/752] 1422908=mkmf/test_have_macro
[517/752] 1422907=-ext-/struct/test_duplicate
[518/752] 1422907=optparse/test_placearg
[519/752] 1422907=prism/percent_delimiter_string_test
[520/752] 1422907=rubygems/test_exit
[521/752] 1422907=prism/api/parse_comments_test
[522/752] 1422907=prism/api/parse_success_test
[523/752] 1422907=prism/result/overlap_test
[524/752] 1422907=mkmf/test_flags
[525/752] 1422904=ruby/test_continuation
[526/752] 1422904=prism/result/comments_test
[527/752] 1422904=prism/result/regular_expression_options_test
[528/752] 1422904=-ext-/hash/test_delete
[529/752] 1422904=rubygems/test_gem_uri_formatter
[530/752] 1422904=ruby/test_enum
[531/752] 1422904=rubygems/test_gem_impossible_dependencies_error
[532/752] 1422903=ruby/test_keyword
[533/752] 1422904=socket/test_tcp
[534/752] 1422903=rubygems/test_gem_resolver_specification
[535/752] 1422903=-ext-/exception/test_data_error
[536/752] 1422903=ripper/test_files_test
[537/752] 1422903=rubygems/test_gem_package
[538/752] 1422904=-ext-/tracepoint/test_tracepoint
[539/752] 1422904=uri/test_wss
[540/752] 1422904=ruby/test_syntax
[541/752] 1422903=prism/ruby/desugar_compiler_test
[542/752] 1422903=-ext-/marshal/test_internal_ivar
[543/752] 1422903=openssl/test_digest
[544/752] 1422903=rubygems/test_gem_installer
[545/752] 1422908=ripper/test_files_lib
[546/752] 1422908=-ext-/load/test_stringify_symbols
[547/752] 1422908=ruby/test_primitive
[548/752] 1422908=json/json_ext_parser_test
[549/752] 1422908=yaml/test_store
[550/752] 1422908=psych/test_document
[551/752] 1422908=socket/test_nonblock
[552/752] 1422908=socket/test_sockopt
[553/752] 1422908=psych/test_encoding
[554/752] 1422908=did_you_mean/test_ractor_compatibility
[555/752] 1422908=openssl/test_x509store
[556/752] 1422907=openssl/test_fips
[557/752] 1422907=ripper/test_files_test_2
[558/752] 1422907=prism/test_helper
[559/752] 1422907=fiber/test_io
[560/752] 1422908=rubygems/test_gem_source_fetch_problem
[561/752] 1422908=uri/test_generic
[562/752] 1422908=-ext-/class/test_class2name
[563/752] 1422908=prism/api/freeze_test
[564/752] 1422907=ruby/test_integer_comb
[565/752] 1422908=-ext-/file/test_stat
[566/752] 1422908=ruby/enc/test_koi8
[567/752] 1422908=prism/errors_test
[568/752] 1422908=ruby/test_vm_dump
[569/752] 1422908=ruby/test_call
[570/752] 1422908=ripper/test_filter
[571/752] 1422908=open-uri/test_ftp
[572/752] 1422908=rubygems/test_gem_commands_uninstall_command
[573/752] 1422908=-ext-/string/test_qsort
[574/752] 1422908=-ext-/string/test_too_many_dummy_encodings
[575/752] 1422908=-ext-/test_ensure_and_callcc
[576/752] 1422908=json/json_addition_test
[577/752] 1422908=prism/ruby/compiler_test
[578/752] 1422908=did_you_mean/spell_checking/test_uncorrectable_name_check
[579/752] 1422908=rubygems/test_gem_package_task
[580/752] 1422908=prism/encoding/string_encoding_test
[581/752] 1422908=net/http/test_https_proxy
[582/752] 1422908=rubygems/test_gem_commands_owner_command
[583/752] 1422907=rubygems/test_gem_commands_environment_command
[584/752] 1422908=net/http/test_http
[585/752] 1422907=openssl/test_pkey_dsa
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 10 #<File::Stat dev=0x8, ino=3542309391, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 11 #<File::Stat dev=0x8, ino=3542321170, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
[586/752] 1422907=ruby/test_arithmetic_sequence
[587/752] 1422907=ruby/test_thread_cv
[588/752] 1422907=rubygems/test_gem_dependency_list
[589/752] 1422907=-ext-/rational/test_rat
[590/752] 1422907=prism/result/static_literals_test
[591/752] 1422907=rubygems/test_gem_version_option
[592/752] 1422907=test_forwardable
[593/752] 1422907=did_you_mean/spell_checking/test_pattern_key_name_check
[594/752] 1422907=mkmf/test_pkg_config
[595/752] 1422907=rubygems/test_gem_stream_ui
[596/752] 1422907=psych/test_yaml
[597/752] 1422907=-ext-/test_printf
[598/752] 1422907=prism/api/dump_test
[599/752] 1422907=ruby/test_gc
.Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 12 #<File::Stat dev=0x8, ino=3542320561, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 13 #<File::Stat dev=0x8, ino=3542310735, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
[600/752] 1422908=rubygems/test_gem_commands_contents_command
[601/752] 1422908=ruby/test_unicode_escape
[602/752] 1422908=-ext-/win32/test_dln
[603/752] 1422908=psych/json/test_stream
[604/752] 1422908=openssl/test_x509req
[605/752] 1422908=rubygems/test_gem_commands_update_command
[606/752] 1422904=openssl/test_x509name
[607/752] 1422904=ruby/test_shapes
[608/752] 1422904=date/test_date_marshal
[609/752] 1422904=ruby/test_insns_leaf
[610/752] 1422904=ruby/test_allocation
[611/752] 1422903=net/http/test_http_request
[612/752] 1422903=fiber/test_timeout
[613/752] 1422903=openssl/test_x509crl
[614/752] 1422903=ruby/test_refinement
[615/752] 1422903=ruby/test_io_m17n
[616/752] 1422904=digest/test_digest_extend
[617/752] 1422904=did_you_mean/spell_checking/test_key_name_check
[618/752] 1422904=ripper/test_files_sample
[619/752] 1422904=ruby/enc/test_big5
[620/752] 1422904=rubygems/test_gem_install_update_options
[621/752] 1422904=prism/result/heredoc_test
[622/752] 1422904=prism/result/constant_path_node_test
[623/752] 1422904=prism/version_test
[624/752] 1422904=rubygems/test_gem_resolver_lock_set
[625/752] 1422904=openssl/test_ocsp
[626/752] 1422904=rubygems/test_gem_resolver_installed_specification
[627/752] 1422904=-ext-/arith_seq/test_arith_seq_extract
[628/752] 1422904=prism/api/lex_test
[629/752] 1422904=rubygems/test_gem_update_suggestion
[630/752] 1422903=dtrace/test_function_entry
[631/752] 1422903=rubygems/test_gem_commands_push_command
[632/752] 1422904=rubygems/test_gem_safe_yaml
[633/752] 1422904=-ext-/float/test_nextafter
[634/752] 1422904=mkmf/test_constant
[635/752] 1422908=-ext-/string/test_capacity
[636/752] 1422908=ruby/test_class
[637/752] 1422903=ruby/test_const
[638/752] 1422903=rubygems/test_gem_package_tar_reader_entry
[639/752] 1422903=ruby/test_encoding
[640/752] 1422903=rubygems/test_gem_commands_unpack_command
[641/752] 1422903=rubygems/test_gem_package_tar_writer
[642/752] 1422903=uri/test_ws
[643/752] 1422903=ruby/test_object_id
[644/752] 1422903=-ext-/test_abi
[645/752] 1422903=prism/unescape_test
[646/752] 1422903=fiber/test_queue
[647/752] 1422903=-ext-/struct/test_data
[648/752] 1422903=-ext-/array/test_to_ary_concat
[649/752] 1422908=ripper/test_lexer
[650/752] 1422903=test_prettyprint
[651/752] 1422908=openssl/test_x509ext
[652/752] 1422903=-ext-/integer/test_integer
[653/752] 1422908=psych/test_scalar_scanner
[654/752] 1422908=-ext-/test_random
[655/752] 1422903=test_extlibs
[656/752] 1422908=psych/test_tree_builder
[657/752] 1422908=rubygems/test_gem_commands_which_command
[658/752] 1422908=dtrace/test_array_create
[659/752] 1422908=-ext-/load/test_protect
[660/752] 1422908=openssl/test_pkey_rsa
[661/752] 1422908=-ext-/st/test_numhash
[662/752] 1422903=ruby/test_econv
[663/752] 1422908=rubygems/test_gem_commands_server_command
[664/752] 1422908=net/http/test_buffered_io
[665/752] 1422908=-ext-/funcall/test_passing_block
[666/752] 1422903=rubygems/test_gem_ext_rake_builder
[667/752] 1422908=openssl/test_pair
[668/752] 1422903=test_bundled_gems
[669/752] 1422903=prism/api/command_line_test
[670/752] 1422903=ruby/test_stack
[671/752] 1422903=ruby/test_transcode
[672/752] 1422903=rubygems/test_gem_request_connection_pools
[673/752] 1422903=ruby/test_string_memory
[674/752] 1422903=ruby/test_parse
[675/752] 1422903=mkmf/test_install
[676/752] 1422908=-ext-/string/test_interned_str
[677/752] 1422908=ruby/test_whileuntil
[678/752] 1422908=resolv/test_mdns
[679/752] 1422908=monitor/test_monitor
[680/752] 1422908=rubygems/test_gem_commands_specification_command
[681/752] 1422908=socket/test_addrinfo
[682/752] 1422908=date/test_date_ractor
[683/752] 1422908=did_you_mean/test_tree_spell_checker
[684/752] 1422908=ruby/test_undef
[685/752] 1422908=rubygems/test_gem_dependency
[686/752] 1422903=rubygems/test_gem_path_support
[687/752] 1422903=psych/test_serialize_subclasses
[688/752] 1422903=mkmf/test_have_func
[689/752] 1422908=ruby/test_path
[690/752] 1422908=-ext-/test_bug-14834
[691/752] 1422908=prism/library_symbols_test
[692/752] 1422908=prism/api/parse_stream_test
[693/752] 1422908=test_trick
[694/752] 1422908=prism/result/named_capture_test
[695/752] 1422908=json/json_common_interface_test
[696/752] 1422908=rubygems/test_gem_ext_cargo_builder_unit
[697/752] 1422908=psych/test_hash
[698/752] 1422908=dtrace/test_method_cache
[699/752] 1422908=prism/result/static_inspect_test
[700/752] 1422908=prism/ruby/pattern_test
[701/752] 1422908=ruby/enc/test_euc_jp
[702/752] 1422908=socket/test_basicsocket
[703/752] 1422908=-ext-/string/test_set_len
[704/752] 1422908=win32/test_registry
[705/752] 1422908=prism/result/string_test
[706/752] 1422908=strscan/test_ractor
[707/752] 1422908=ruby/test_threadgroup
[708/752] 1422908=date/test_date_strftime
[709/752] 1422908=ruby/test_method
[710/752] 1422903=psych/test_merge_keys
[711/752] 1422903=ruby/test_random_formatter
[712/752] 1422903=rubygems/test_gem_silent_ui
[713/752] 1422903=socket/test_ancdata
[714/752] 1422903=fileutils/test_fileutils
[715/752] 1422903=prism/result/breadth_first_search_test
[716/752] 1422903=did_you_mean/test_spell_checker
[717/752] 1422903=psych/handlers/test_recorder
[718/752] 1422903=test_find
[719/752] 1422903=ruby/test_system
[720/752] 1422904=rubygems/test_gem_platform
[721/752] 1422904=rubygems/test_deprecate
[722/752] 1422903=prism/fuzzer_test
[723/752] 1422903=prism/result/attribute_write_test
[724/752] 1422903=psych/test_struct
[725/752] 1422903=prism/onigmo_test
[726/752] 1422903=fiber/test_sleep
[727/752] 1422904=uri/test_http
[728/752] 1422904=objspace/test_ractor
[729/752] 1422904=rubygems/test_gem_request_set
[730/752] 1422903=mkmf/test_mkmf
[731/752] 1422903=mkmf/test_sizeof
[732/752] 1422904=ruby/test_complex2
[733/752] 1422904=-ext-/test_recursion
[734/752] 1422904=ruby/test_rubyoptions
[735/752] 1422908=openssl/test_pkcs7
[736/752] 1422908=json/json_fixtures_test
[737/752] 1422908=ruby/test_require
[738/752] 1422907=ruby/test_clone
[739/752] 1422907=rubygems/test_gem_commands_open_command
[740/752] 1422907=ruby/test_iseq
[741/752] 1422907=fiber/test_scheduler
[742/752] 1422908=-ext-/debug/test_debug
[743/752] 1422908=fileutils/test_dryrun
[744/752] 1422908=ruby/test_yield
[745/752] 1422903=psych/test_numeric
[746/752] 1422903=psych/test_array
[747/752] 1422903=rubygems/test_gem_validator
[748/752] 1422903=rubygems/test_gem_command_manager
[749/752] 1422903=prism/result/node_id_test
[750/752] 1422903=psych/test_stringio
[751/752] 1422903=rubygems/test_gem_ext_builder
[752/752] 1422908=-ext-/proc/test_bmethod
Finished tests in 440.744796s, 65.2736 tests/s, 13799.7069 assertions/s.

  1) Error:
TestGc#test_interrupt_in_finalizer:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10 sec)
pid 1448532 killed by SIGSEGV (signal 11) (core dumped)
| 
| -e:11: [BUG] Segmentation fault at 0x000003e90015b63b
| ruby 3.5.0dev (2025-05-28T15:10:09Z master 3935b1c401) +PRISM [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0006 p:---- s:0025 e:000024 CFUNC  :receiver
| c:0005 p:---- s:0022 e:000021 CFUNC  :define_finalizer
| c:0004 p:0021 s:0016 e:000015 BLOCK  -e:11
| c:0003 p:0017 s:0013 e:000012 METHOD <internal:kernel>:168
| c:0002 p:0029 s:0008 E:002520 EVAL   -e:10 [FINISH]
| c:0001 p:0000 s:0003 E:0026c0 DUMMY  [FINISH]
| 
| -- Ruby level backtrace information ----------------------------------------
| -e:10:in '<main>'
| <internal:kernel>:168:in 'loop'
| -e:11:in 'block in <main>'
| -e:11:in 'define_finalizer'
| -e:11:in 'receiver'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 2
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00007f55c8563d61 RBP: 0x00007ffcee471370 RSP: 0x00007ffcee471330
|  RAX: 0xfffffffffffffffc RBX: 0x000055d206239818 RCX: 0x00007f55c8563d61
|  RDX: 0x0000000000000000 RDI: 0x000055d206239840 RSI: 0x0000000000000189
|   R8: 0x0000000000000000  R9: 0x00000000ffffffff R10: 0x0000000000000000
|  R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000
|  R14: 0x000055d206239990 R15: 0x000055d206239840 EFL: 0x0000000000000246
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk_gcc13/ruby(rb_print_backtrace+0x8) [0x55d1d978f5a2] /tmp/ruby/src/trunk_gcc13/vm_dump.c:843
| /tmp/ruby/build/trunk_gcc13/ruby(rb_vm_bugreport) /tmp/ruby/src/trunk_gcc13/vm_dump.c:1175
| /tmp/ruby/build/trunk_gcc13/ruby(rb_bug_for_fatal_signal+0x102) [0x55d1d9746442] /tmp/ruby/src/trunk_gcc13/error.c:1130
| /tmp/ruby/build/trunk_gcc13/ruby(sigsegv+0x48) [0x55d1d94847f8] /tmp/ruby/src/trunk_gcc13/signal.c:936
| /lib/x86_64-linux-gnu/libc.so.6(0x7f55c8510320) [0x7f55c8510320]
| /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x7f55c8563d61] ./nptl/futex-internal.c:57
| /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87
| /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139
| /lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x7f55c85667dd] ./nptl/pthread_cond_wait.c:503
| /lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627
| /lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0
| /tmp/ruby/build/trunk_gcc13/ruby(rb_native_cond_wait+0x8) [0x55d1d94d3593] /tmp/ruby/src/trunk_gcc13/thread_pthread.c:221
| /tmp/ruby/build/trunk_gcc13/ruby(thread_sched_wait_running_turn) /tmp/ruby/src/trunk_gcc13/thread_pthread.c:855
| /tmp/ruby/build/trunk_gcc13/ruby(thread_sched_unlock_+0x0) [0x55d1d94d3d55] /tmp/ruby/src/trunk_gcc13/thread_pthread.c:1122
| /tmp/ruby/build/trunk_gcc13/ruby(thread_sched_yield) /tmp/ruby/src/trunk_gcc13/thread_pthread.c:1128
| /tmp/ruby/build/trunk_gcc13/ruby(rb_thread_schedule_limits) /tmp/ruby/src/trunk_gcc13/thread.c:1472
| /tmp/ruby/build/trunk_gcc13/ruby(rb_threadptr_execute_interrupts+0x4b2) [0x55d1d94d4282] /tmp/ruby/src/trunk_gcc13/thread.c:2650
| /tmp/ruby/build/trunk_gcc13/ruby(rb_ec_thread_ptr+0x0) [0x55d1d9531703] /tmp/ruby/src/trunk_gcc13/vm_insnhelper.c:458
| /tmp/ruby/build/trunk_gcc13/ruby(rb_ec_ractor_ptr) /tmp/ruby/src/trunk_gcc13/vm_core.h:1976
| /tmp/ruby/build/trunk_gcc13/ruby(rb_ec_ractor_hooks) /tmp/ruby/src/trunk_gcc13/vm_core.h:2231
| /tmp/ruby/build/trunk_gcc13/ruby(vm_call0_cfunc_with_frame) /tmp/ruby/src/trunk_gcc13/vm_eval.c:169
| /tmp/ruby/build/trunk_gcc13/ruby(vm_call0_cfunc) /tmp/ruby/src/trunk_gcc13/vm_eval.c:178
| /tmp/ruby/build/trunk_gcc13/ruby(vm_call0_body) /tmp/ruby/src/trunk_gcc13/vm_eval.c:229
| /tmp/ruby/build/trunk_gcc13/ruby(vm_call0_cc+0xf4) [0x55d1d9532454] /tmp/ruby/src/trunk_gcc13/vm_eval.c:101
| /tmp/ruby/build/trunk_gcc13/ruby(rb_funcallv_scope+0x152) [0x55d1d9534c22] /tmp/ruby/src/trunk_gcc13/vm_eval.c:1065
| /tmp/ruby/build/trunk_gcc13/ruby(define_final+0x26) [0x55d1d936fec6] /tmp/ruby/src/trunk_gcc13/gc.c:1731
| /tmp/ruby/build/trunk_gcc13/ruby(vm_call_cfunc_with_frame_+0x10d) [0x55d1d951a5dd] /tmp/ruby/src/trunk_gcc13/vm_insnhelper.c:3772
| /tmp/ruby/build/trunk_gcc13/ruby(vm_sendish+0x111) [0x55d1d9522c01] /tmp/ruby/src/trunk_gcc13/vm_insnhelper.c:5970
| /tmp/ruby/build/trunk_gcc13/ruby(vm_exec_core+0x7a) [0x55d1d953b31a] ../../src/trunk_gcc13/insns.def:899
| /tmp/ruby/build/trunk_gcc13/ruby(rb_vm_exec+0x20b) [0x55d1d952c55b] /tmp/ruby/src/trunk_gcc13/vm.c:2625
| /tmp/ruby/build/trunk_gcc13/ruby(rb_ec_exec_node+0xa5) [0x55d1d9354805] /tmp/ruby/src/trunk_gcc13/eval.c:281
| /tmp/ruby/build/trunk_gcc13/ruby(ruby_run_node+0x61) [0x55d1d9356db1] /tmp/ruby/src/trunk_gcc13/eval.c:319
| /tmp/ruby/build/trunk_gcc13/ruby(rb_main+0x21) [0x55d1d9351366] /tmp/ruby/src/trunk_gcc13/main.c:42
| /tmp/ruby/build/trunk_gcc13/ruby(main) /tmp/ruby/src/trunk_gcc13/main.c:62
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7f55c84f51ca] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f55c84f528b] ../csu/libc-start.c:360
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
| [0x55d1d93513b5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -e
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 ruby2_keywords.rb
|     6 set.rb
|     7 /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/encdb.so
|     8 /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/trans/transdb.so
| 
| * Process memory map:
| 
| 55d1d9300000-55d1d9340000 r--p 00000000 00:8e 14680416                   /tmp/ruby/build/trunk_gcc13/ruby
| 55d1d9340000-55d1d980b000 r-xp 00040000 00:8e 14680416                   /tmp/ruby/build/trunk_gcc13/ruby
| 55d1d980b000-55d1d999e000 r--p 0050b000 00:8e 14680416                   /tmp/ruby/build/trunk_gcc13/ruby
| 55d1d999e000-55d1d99b4000 r--p 0069e000 00:8e 14680416                   /tmp/ruby/build/trunk_gcc13/ruby
| 55d1d99b4000-55d1d99b5000 rw-p 006b4000 00:8e 14680416                   /tmp/ruby/build/trunk_gcc13/ruby
| 55d1d99b5000-55d1d99c9000 rw-p 00000000 00:00 0 
| 55d206232000-55d20a263000 rw-p 00000000 00:00 0                          [heap]
| 7f558f40f000-7f558f616000 r--s 00000000 00:8e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f558f616000-7f5592b40000 r--s 00000000 00:8e 14680416                   /tmp/ruby/build/trunk_gcc13/ruby
| 7f5592b40000-7f5592fa0000 rw-p 00000000 00:00 0 
| 7f5592fae000-7f559e390000 rw-p 00000000 00:00 0 
| 7f559e3a0000-7f55a3ec0000 rw-p 00000000 00:00 0 
| 7f55a3ed0000-7f55a6d30000 rw-p 00000000 00:00 0 
| 7f55a6d40000-7f55a8021000 rw-p 00000000 00:00 0 
| 7f55a8021000-7f55ac000000 ---p 00000000 00:00 0 
| 7f55ac010000-7f55ac630000 rw-p 00000000 00:00 0 
| 7f55ac640000-7f55ad0e0000 rw-p 00000000 00:00 0 
| 7f55ad0f0000-7f55ad7d0000 rw-p 00000000 00:00 0 
| 7f55ad7e0000-7f55ada90000 rw-p 00000000 00:00 0 
| 7f55adaa0000-7f55adbf0000 rw-p 00000000 00:00 0 
| 7f55adc00000-7f55adcc0000 rw-p 00000000 00:00 0 
| 7f55adcd0000-7f55add50000 rw-p 00000000 00:00 0 
| 7f55add5e000-7f55add5f000 ---p 00000000 00:00 0 
| 7f55add5f000-7f55adec0000 rw-p 00000000 00:00 0 
| 7f55adecf000-7f55aded0000 ---p 00000000 00:00 0 
| 7f55aded0000-7f55adf11000 rw-p 00000000 00:00 0 
| 7f55adf11000-7f55adf12000 ---p 00000000 00:00 0 
| 7f55adf12000-7f55adf53000 rw-p 00000000 00:00 0 
| 7f55adf53000-7f55adf54000 ---p 00000000 00:00 0 
| 7f55adf54000-7f55adf95000 rw-p 00000000 00:00 0 
| 7f55adf95000-7f55adf96000 ---p 00000000 00:00 0 
| 7f55adf96000-7f55adfd7000 rw-p 00000000 00:00 0 
| 7f55adfd7000-7f55adfd8000 ---p 00000000 00:00 0 
| 7f55adfd8000-7f55ae019000 rw-p 00000000 00:00 0 
| 7f55ae019000-7f55ae01a000 ---p 00000000 00:00 0 
| 7f55ae01a000-7f55ae05b000 rw-p 00000000 00:00 0 
| 7f55ae05b000-7f55ae05c000 ---p 00000000 00:00 0 
| 7f55ae05c000-7f55ae09d000 rw-p 00000000 00:00 0 
| 7f55ae09d000-7f55ae09e000 ---p 00000000 00:00 0 
| 7f55ae09e000-7f55ae0df000 rw-p 00000000 00:00 0 
| 7f55ae0df000-7f55ae0e0000 ---p 00000000 00:00 0 
| 7f55ae0e0000-7f55ae121000 rw-p 00000000 00:00 0 
| 7f55ae121000-7f55ae122000 ---p 00000000 00:00 0 
| 7f55ae122000-7f55ae163000 rw-p 00000000 00:00 0 
| 7f55ae163000-7f55ae164000 ---p 00000000 00:00 0 
| 7f55ae164000-7f55ae1a5000 rw-p 00000000 00:00 0 
| 7f55ae1a5000-7f55ae1a6000 ---p 00000000 00:00 0 
| 7f55ae1a6000-7f55ae1e7000 rw-p 00000000 00:00 0 
| 7f55ae1e7000-7f55ae1e8000 ---p 00000000 00:00 0 
| 7f55ae1e8000-7f55ae229000 rw-p 00000000 00:00 0 
| 7f55ae229000-7f55ae22a000 ---p 00000000 00:00 0 
| 7f55ae22a000-7f55ae26b000 rw-p 00000000 00:00 0 
| 7f55ae26b000-7f55ae26c000 ---p 00000000 00:00 0 
| 7f55ae26c000-7f55ae2ad000 rw-p 00000000 00:00 0 
| 7f55ae2ad000-7f55ae2ae000 ---p 00000000 00:00 0 
| 7f55ae2ae000-7f55ae2ef000 rw-p 00000000 00:00 0 
| 7f55ae2ef000-7f55ae2f0000 ---p 00000000 00:00 0 
| 7f55ae2f0000-7f55ae331000 rw-p 00000000 00:00 0 
| 7f55ae331000-7f55ae332000 ---p 00000000 00:00 0 
| 7f55ae332000-7f55ae373000 rw-p 00000000 00:00 0 
| 7f55ae373000-7f55ae374000 ---p 00000000 00:00 0 
| 7f55ae374000-7f55ae3b5000 rw-p 00000000 00:00 0 
| 7f55ae3b5000-7f55ae3b6000 ---p 00000000 00:00 0 
| 7f55ae3b6000-7f55ae3f7000 rw-p 00000000 00:00 0 
| 7f55ae3f7000-7f55ae3f8000 ---p 00000000 00:00 0 
| 7f55ae3f8000-7f55ae439000 rw-p 00000000 00:00 0 
| 7f55ae439000-7f55ae43a000 ---p 00000000 00:00 0 
| 7f55ae43a000-7f55ae47b000 rw-p 00000000 00:00 0 
| 7f55ae47b000-7f55ae47c000 ---p 00000000 00:00 0 
| 7f55ae47c000-7f55ae4bd000 rw-p 00000000 00:00 0 
| 7f55ae4bd000-7f55ae4be000 ---p 00000000 00:00 0 
| 7f55ae4be000-7f55ae4ff000 rw-p 00000000 00:00 0 
| 7f55ae4ff000-7f55ae500000 ---p 00000000 00:00 0 
| 7f55ae500000-7f55ae541000 rw-p 00000000 00:00 0 
| 7f55ae541000-7f55ae542000 ---p 00000000 00:00 0 
| 7f55ae542000-7f55ae583000 rw-p 00000000 00:00 0 
| 7f55ae583000-7f55ae584000 ---p 00000000 00:00 0 
| 7f55ae584000-7f55ae5c5000 rw-p 00000000 00:00 0 
| 7f55ae5c5000-7f55ae5c6000 ---p 00000000 00:00 0 
| 7f55ae5c6000-7f55ae607000 rw-p 00000000 00:00 0 
| 7f55ae607000-7f55ae608000 ---p 00000000 00:00 0 
| 7f55ae608000-7f55ae649000 rw-p 00000000 00:00 0 
| 7f55ae649000-7f55ae64a000 ---p 00000000 00:00 0 
| 7f55ae64a000-7f55ae68b000 rw-p 00000000 00:00 0 
| 7f55ae68b000-7f55ae68c000 ---p 00000000 00:00 0 
| 7f55ae68c000-7f55ae6cd000 rw-p 00000000 00:00 0 
| 7f55ae6cd000-7f55ae6ce000 ---p 00000000 00:00 0 
| 7f55ae6ce000-7f55ae70f000 rw-p 00000000 00:00 0 
| 7f55ae70f000-7f55ae710000 ---p 00000000 00:00 0 
| 7f55ae710000-7f55aef80000 rw-p 00000000 00:00 0 
| 7f55aef8f000-7f55c83c0000 rw-p 00000000 00:00 0 
| 7f55c83c2000-7f55c83c3000 r--p 00000000 00:8e 15236443                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/trans/transdb.so
| 7f55c83c3000-7f55c83c4000 r-xp 00001000 00:8e 15236443                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/trans/transdb.so
| 7f55c83c4000-7f55c83c5000 r--p 00002000 00:8e 15236443                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/trans/transdb.so
| 7f55c83c5000-7f55c83c6000 r--p 00002000 00:8e 15236443                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/trans/transdb.so
| 7f55c83c6000-7f55c83c7000 rw-p 00003000 00:8e 15236443                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/trans/transdb.so
| 7f55c83c7000-7f55c84cb000 rw-p 00000000 00:00 0 
| 7f55c84cb000-7f55c84f3000 r--p 00000000 00:8e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f55c84f3000-7f55c867b000 r-xp 00028000 00:8e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f55c867b000-7f55c86ca000 r--p 001b0000 00:8e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f55c86ca000-7f55c86ce000 r--p 001fe000 00:8e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f55c86ce000-7f55c86d0000 rw-p 00202000 00:8e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7f55c86d0000-7f55c86df000 rw-p 00000000 00:00 0 
| 7f55c86df000-7f55c86e3000 r--p 00000000 00:8e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f55c86e3000-7f55c8706000 r-xp 00004000 00:8e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f55c8706000-7f55c870a000 r--p 00027000 00:8e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f55c870a000-7f55c870b000 r--p 0002b000 00:8e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f55c870b000-7f55c870c000 rw-p 0002c000 00:8e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7f55c870c000-7f55c871c000 r--p 00000000 00:8e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f55c871c000-7f55c879b000 r-xp 00010000 00:8e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f55c879b000-7f55c87f3000 r--p 0008f000 00:8e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f55c87f3000-7f55c87f4000 r--p 000e7000 00:8e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f55c87f4000-7f55c87f5000 rw-p 000e8000 00:8e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7f55c87f5000-7f55c87f7000 r--p 00000000 00:8e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f55c87f7000-7f55c880c000 r-xp 00002000 00:8e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f55c880c000-7f55c8825000 r--p 00017000 00:8e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f55c8825000-7f55c8826000 r--p 0002f000 00:8e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f55c8826000-7f55c8827000 rw-p 00030000 00:8e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7f55c8827000-7f55c882f000 rw-p 00000000 00:00 0 
| 7f55c882f000-7f55c8839000 r--p 00000000 00:8e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7f55c8839000-7f55c889c000 r-xp 0000a000 00:8e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7f55c889c000-7f55c88b1000 r--p 0006d000 00:8e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7f55c88b1000-7f55c88b2000 r--p 00081000 00:8e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7f55c88b2000-7f55c88b3000 rw-p 00082000 00:8e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7f55c88b3000-7f55c88b5000 r--p 00000000 00:8e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7f55c88b5000-7f55c88c7000 r-xp 00002000 00:8e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7f55c88c7000-7f55c88cd000 r--p 00014000 00:8e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7f55c88cd000-7f55c88ce000 r--p 0001a000 00:8e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7f55c88ce000-7f55c88cf000 rw-p 0001b000 00:8e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7f55c88cf000-7f55c88d0000 r--p 00000000 00:8e 15215640                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/encdb.so
| 7f55c88d0000-7f55c88d1000 r-xp 00001000 00:8e 15215640                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/encdb.so
| 7f55c88d1000-7f55c88d2000 r--p 00002000 00:8e 15215640                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/encdb.so
| 7f55c88d2000-7f55c88d3000 r--p 00002000 00:8e 15215640                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/encdb.so
| 7f55c88d3000-7f55c88d4000 rw-p 00003000 00:8e 15215640                   /tmp/ruby/build/trunk_gcc13/.ext/x86_64-linux/enc/encdb.so
| 7f55c88d4000-7f55c88d6000 rw-p 00000000 00:00 0 
| 7f55c88d6000-7f55c88d7000 r--p 00000000 00:8e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f55c88d7000-7f55c8902000 r-xp 00001000 00:8e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f55c8902000-7f55c890c000 r--p 0002c000 00:8e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f55c890c000-7f55c890e000 r--p 00036000 00:8e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7f55c890e000-7f55c8910000 rw-p 00038000 00:8e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffcee452000-7ffcee473000 rw-p 00000000 00:00 0                          [stack]
| 7ffcee5f8000-7ffcee5fc000 r--p 00000000 00:00 0                          [vvar]
| 7ffcee5fc000-7ffcee5fe000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 

    /tmp/ruby/src/trunk_gcc13/test/ruby/test_gc.rb:758:in 'TestGc#test_interrupt_in_finalizer'

28769 tests, 6082149 assertions, 0 failures, 1 errors, 151 skips

ruby -v: ruby 3.5.0dev (2025-05-28T15:10:09Z master 3935b1c401) +PRISM [x86_64-linux]
make: *** [uncommon.mk:975: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-13
	LD = ld
	LDSHARED = gcc-13 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_gcc13/include -I/tmp/ruby/src/trunk_gcc13 -I/tmp/ruby/src/trunk_gcc13/prism -I/tmp/ruby/src/trunk_gcc13/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk_gcc13/target/release/' '/tmp/ruby/src/trunk_gcc13/zjit/src/lib.rs'
gcc-13 (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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_gcc13'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc13'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc13'
ruby 3.5.0dev (2025-05-28T15:10:09Z master 3935b1c401) +PRISM [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 ......................................

Finished in 35.540562 seconds

3337 files, 33380 examples, 165331 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.
raw logfile