# Logfile created on 2025-07-15 22:56:07 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000079f2a926fdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=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-gc-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-gc-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-gc-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-gc-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2\"", @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=316000, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250715-225607", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "100"]], @make="make", @logger=#<Logger:0x000079f2a941c920 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000079f2a941c740 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000079f2a4d49160 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250715-225607", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250715-225607>, @binmode=false, @mon_data=#<Monitor:0x000079f2a941c3a8>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2"
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a
echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 3.0.0dev
  File: power_assert-3.0.0dev.gem
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision unchanged
Update irb to 331c4e851296b115db766c291e8cf54a2492fb36
echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision unchanged
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make update-src      DEFS="-DRGENGC_CHECK_MODE=2"
From https://github.com/ruby/ruby
   3cf32e9..5723945  master     -> origin/master
Updating 3cf32e9..5723945
Fast-forward
 .github/workflows/zjit-macos.yml            |  3 +--
 .github/workflows/zjit-ubuntu.yml           |  3 +--
 doc/zjit.md                                 | 14 +++++++++++--
 test/.excludes-zjit/TestArgf.rb             |  1 +
 test/.excludes-zjit/TestArray.rb            |  1 +
 test/.excludes-zjit/TestBignum.rb           |  1 +
 test/.excludes-zjit/TestEncoding.rb         |  1 +
 test/.excludes-zjit/TestEnumerator.rb       |  1 +
 test/.excludes-zjit/TestEnv.rb              |  1 +
 test/.excludes-zjit/TestFixnum.rb           |  1 +
 test/.excludes-zjit/TestInteger.rb          |  1 +
 test/.excludes-zjit/TestIntegerComb.rb      |  2 ++
 test/.excludes-zjit/TestKeywordArguments.rb |  1 +
 test/.excludes-zjit/TestMemoryView.rb       |  8 ++++++++
 test/.excludes-zjit/TestPack.rb             | 32 +++++++++++++++++++++++++++++
 test/.excludes-zjit/TestParse.rb            |  2 ++
 test/.excludes-zjit/TestProc.rb             |  6 ++++++
 test/.excludes-zjit/TestRactor.rb           |  1 +
 test/.excludes-zjit/TestRefinement.rb       |  1 +
 test/.excludes-zjit/TestRegexp.rb           |  4 ++++
 test/.excludes-zjit/TestRubyOptions.rb      | 10 +++++++++
 test/.excludes-zjit/TestSetTraceFunc.rb     |  1 +
 test/.excludes-zjit/TestSprintfComb.rb      |  1 +
 test/.excludes-zjit/TestString.rb           |  1 +
 test/.excludes-zjit/TestString2.rb          |  1 +
 test/.excludes-zjit/TestThread.rb           |  2 ++
 test/.excludes-zjit/TestTime.rb             |  1 +
 test/.excludes-zjit/TestTimeTZ.rb           |  1 +
 test/.excludes-zjit/TestVariable.rb         |  1 +
 zjit/zjit.mk                                |  8 ++++++--
 30 files changed, 104 insertions(+), 8 deletions(-)
 create mode 100644 test/.excludes-zjit/TestArgf.rb
 create mode 100644 test/.excludes-zjit/TestArray.rb
 create mode 100644 test/.excludes-zjit/TestBignum.rb
 create mode 100644 test/.excludes-zjit/TestEncoding.rb
 create mode 100644 test/.excludes-zjit/TestEnumerator.rb
 create mode 100644 test/.excludes-zjit/TestEnv.rb
 create mode 100644 test/.excludes-zjit/TestFixnum.rb
 create mode 100644 test/.excludes-zjit/TestInteger.rb
 create mode 100644 test/.excludes-zjit/TestIntegerComb.rb
 create mode 100644 test/.excludes-zjit/TestKeywordArguments.rb
 create mode 100644 test/.excludes-zjit/TestMemoryView.rb
 create mode 100644 test/.excludes-zjit/TestPack.rb
 create mode 100644 test/.excludes-zjit/TestParse.rb
 create mode 100644 test/.excludes-zjit/TestProc.rb
 create mode 100644 test/.excludes-zjit/TestRactor.rb
 create mode 100644 test/.excludes-zjit/TestRefinement.rb
 create mode 100644 test/.excludes-zjit/TestRegexp.rb
 create mode 100644 test/.excludes-zjit/TestRubyOptions.rb
 create mode 100644 test/.excludes-zjit/TestSetTraceFunc.rb
 create mode 100644 test/.excludes-zjit/TestSprintfComb.rb
 create mode 100644 test/.excludes-zjit/TestString.rb
 create mode 100644 test/.excludes-zjit/TestString2.rb
 create mode 100644 test/.excludes-zjit/TestThread.rb
 create mode 100644 test/.excludes-zjit/TestTime.rb
 create mode 100644 test/.excludes-zjit/TestTimeTZ.rb
 create mode 100644 test/.excludes-zjit/TestVariable.rb
Latest commit hash = 5723945335
$$$[end] "make update-src      DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make after-update    DEFS="-DRGENGC_CHECK_MODE=2"
/tmp/ruby/src/trunk-gc-asserts/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a
echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 3.0.0dev
  File: power_assert-3.0.0dev.gem
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision unchanged
Update irb to 331c4e851296b115db766c291e8cf54a2492fb36
echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision unchanged
Extracting bundle gem power_assert-2.0.5...
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-3.0.0dev.gem
$$$[end] "make after-update    DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (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-gc-asserts/version.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (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
cbff54a9c23eb90bbe3a8d8301da207ea6fc3e2ffefbd8e2627aa3f6294f120c  builtin_binary.inc
compiling /tmp/ruby/src/trunk-gc-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.5.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/digest_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/finalizer_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/set_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2"
Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a
echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 3.0.0dev
  File: power_assert-3.0.0dev.gem
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision unchanged
Update irb to 331c4e851296b115db766c291e8cf54a2492fb36
echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision -
/tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision unchanged
Extracting bundle gem power_assert-2.0.5...
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-3.0.0dev.gem
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS = -DRGENGC_CHECK_MODE=2  
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-gc-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-gc-asserts/bin
installing base libraries:          /tmp/ruby/install/trunk-gc-asserts/lib
installing arch files:              /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+2/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-gc-asserts/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+2/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.5.0+2/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.5.0+2/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+2/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+2
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.5.0+2
installing extension scripts:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.5.0+2
installing extension headers:       /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+2/ruby
installing command scripts:         /tmp/ruby/install/trunk-gc-asserts/bin
installing library scripts:         /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+2
installing common headers:          /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+2
installing manpages:                /tmp/ruby/install/trunk-gc-asserts/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+2
                                    bundler 2.7.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.2
                                    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.2
                                    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.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+2
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.6
                                    fcntl 1.2.0
                                    io-console 0.8.1
                                    io-nonblock 0.3.2
                                    io-wait 0.3.1
                                    json 2.12.2
                                    openssl 3.3.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.6.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+2
                                    minitest 5.25.5
                                    rake 13.3.0
                                    test-unit 3.7.0
                                    rexml 3.4.1
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.9
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.9.4
                                    typeprof 0.30.1
                                    debug 1.11.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 3.2.2
                                    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.5
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.2
                                    pstore 0.2.0
                                    benchmark 0.4.1
                                    logger 1.7.0
                                    rdoc 6.14.2
                                    irb 1.15.2
                                    reline 0.6.1
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+2/cache
skipped bundled gems:
    power_assert-3.0.0dev.gem       not found in bundled_gems
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2029 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
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (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-gc-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-gc-asserts/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
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (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-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
Run options: 
  --seed=54763
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common  /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-gc-asserts/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

  1) Error:
TestGc#test_interrupt_in_finalizer:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_in_out_err expired timeout (10000.0 sec)
pid 1247791 killed by SIGSEGV (signal 11) (core dumped)
Finished tests in 15026.161760s, 1.9190 tests/s, 406.1152 assertions/s.
| 
| -e:11: [BUG] Segmentation fault at 0x000003e9000db472
| ruby 3.5.0dev (2025-07-15T22:03:40Z master 5723945335) +PRISM [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| 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:002690 EVAL   -e:10 [FINISH]
| c:0001 p:0000 s:0003 E:001a40 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'
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 1
| Ruby thread count for this ractor: 2
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00007b258efe9a50 RBP: 0x0000000000000028 RSP: 0x00007ffd41ab4aa0
|  RAX: 0x0000000000000000 RBX: 0x00007b23fa26ffe0 RCX: 0x0000000000000032
|  RDX: 0x0000000000000132 RDI: 0x000000000000009a RSI: 0x00007b23fa263010
|   R8: 0x0000000000000000  R9: 0xcccccccccccccccd R10: 0x0000000000000000
|  R11: 0x0000000000000001 R12: 0x00007b258f5572c0 R13: 0x0000000000000000
|  R14: 0x3672367632723276 R15: 0x00005702fe88d250 EFL: 0x0000000000010287
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_print_backtrace+0x8) [0x7b258f1fa22a] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:843
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1175
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_bug_for_fatal_signal+0x10a) [0x7b258efc28ea] /tmp/ruby/src/trunk-gc-asserts/error.c:1130
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(sigsegv+0x48) [0x7b258f131228] /tmp/ruby/src/trunk-gc-asserts/signal.c:946
| /lib/x86_64-linux-gnu/libc.so.6(0x7b258eafb320) [0x7b258eafb320]
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(RB_BUILTIN_TYPE+0x0) [0x7b258efe9a50] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5016
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_verify_heap_page) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5012
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_verify_heap_pages_) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5079
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_verify_heap_pages+0x12) [0x7b258efede2a] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5091
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_verify_internal_consistency_) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5125
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_verify_internal_consistency+0x59) [0x7b258efee179] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5190
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_marks_finish+0x6f6) [0x7b258efef6a6] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5339
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_marks+0x63e) [0x7b258eff4dae] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5753
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_start) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6425
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_multi_ractor_p+0x0) [0x7b258eff574e] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6307
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:101
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_vm_unlock) /tmp/ruby/src/trunk-gc-asserts/gc.c:144
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6309
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(garbage_collect_with_gvl+0xd) [0x7b258eff58d7] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6707
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(objspace_malloc_increase_body) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:7973
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(objspace_malloc_increase_body) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:7951
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(objspace_malloc_fixup+0xd) [0x7b258eff6d7d] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:8051
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_impl_calloc) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:8168
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ruby_xcalloc_body) /tmp/ruby/src/trunk-gc-asserts/gc.c:5252
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ruby_xcalloc) /tmp/ruby/src/trunk-gc-asserts/gc.c:5246
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_data_typed_object_zalloc+0x145) [0x7b258eff9395] /tmp/ruby/src/trunk-gc-asserts/gc.c:1100
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_obj_written+0x0) [0x7b258f0c105a] /tmp/ruby/src/trunk-gc-asserts/proc.c:294
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_obj_write) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/gc.h:820
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(proc_binding) /tmp/ruby/src/trunk-gc-asserts/proc.c:3612
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_callable_receiver+0x5d) [0x7b258f0c129d] /tmp/ruby/src/trunk-gc-asserts/proc.c:2989
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(define_final+0x26) [0x7b258efe4b36] /tmp/ruby/src/trunk-gc-asserts/gc.c:1714
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7b258f1c631d] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3784
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish+0xb6) [0x7b258f1dbfd3] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5991
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:899
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec+0x20e) [0x7b258f1e265e] /tmp/ruby/src/trunk-gc-asserts/vm.c:2621
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7b258efcc6b5] /tmp/ruby/src/trunk-gc-asserts/eval.c:282
| /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ruby_run_node+0x8b) [0x7b258efd09cb] /tmp/ruby/src/trunk-gc-asserts/eval.c:320
| /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x5702c3ab2186] /tmp/ruby/src/trunk-gc-asserts/main.c:42
| /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:62
| /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7b258eae01ca] ../sysdeps/nptl/libc_start_call_main.h:58
| /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7b258eae028b] ../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
| [0x5702c3ab21d5]
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -e
| 
| * Loaded features:
| 
|     0 enumerator.so
|     1 thread.rb
|     2 fiber.so
|     3 rational.so
|     4 complex.so
|     5 pathname.so
|     6 ruby2_keywords.rb
|     7 set.rb
|     8 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
|     9 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 
| * Process memory map:
| 
| 5702c3ab1000-5702c3ab2000 r--p 00000000 00:4e 13279549                   /tmp/ruby/build/trunk-gc-asserts/ruby
| 5702c3ab2000-5702c3ab3000 r-xp 00001000 00:4e 13279549                   /tmp/ruby/build/trunk-gc-asserts/ruby
| 5702c3ab3000-5702c3ab4000 r--p 00002000 00:4e 13279549                   /tmp/ruby/build/trunk-gc-asserts/ruby
| 5702c3ab4000-5702c3ab5000 r--p 00002000 00:4e 13279549                   /tmp/ruby/build/trunk-gc-asserts/ruby
| 5702c3ab5000-5702c3ab6000 rw-p 00003000 00:4e 13279549                   /tmp/ruby/build/trunk-gc-asserts/ruby
| 5702ebce5000-5703182bd000 rw-p 00000000 00:00 0                          [heap]
| 7b23cd5ac000-7b23cd7b3000 r--s 00000000 00:4e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b23cd7b3000-7b23cedb2000 r--s 00000000 00:4e 13278982                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0
| 7b23cedb2000-7b23cedf0000 r--s 00000000 00:4e 13279549                   /tmp/ruby/build/trunk-gc-asserts/ruby
| 7b23cedf0000-7b2410f10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b2410f1e000-7b2490f20000 rw-p 00000000 00:00 0 
| 7b2490f20000-7b24bdc30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b24bdc40000-7b2514c20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b2514c30000-7b2541ca0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b2541cb0000-7b2558a10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b2558a20000-7b2564330000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b2564340000-7b256a290000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b256a2a0000-7b256d4a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b256d4b0000-7b256ebf0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b256ec00000-7b256f6d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b256f6e0000-7b256fdc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b256fdd0000-7b2570000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b2570000000-7b2570021000 rw-p 00000000 00:00 0 
| 7b2570021000-7b2574000000 ---p 00000000 00:00 0 
| 7b2574010000-7b2574090000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b25740a0000-7b25741e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b25741f0000-7b25742b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b25742be000-7b25743bf000 rw-p 00000000 00:00 0 
| 7b25743bf000-7b25743c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25743c0000-7b2574401000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574401000-7b2574402000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574402000-7b2574443000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574443000-7b2574444000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574444000-7b2574485000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574485000-7b2574486000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574486000-7b25744c7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25744c7000-7b25744c8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25744c8000-7b2574509000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574509000-7b257450a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257450a000-7b257454b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257454b000-7b257454c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257454c000-7b257458d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257458d000-7b257458e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257458e000-7b25745cf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25745cf000-7b25745d0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25745d0000-7b2574611000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574611000-7b2574612000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574612000-7b2574653000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574653000-7b2574654000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574654000-7b2574695000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574695000-7b2574696000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574696000-7b25746d7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25746d7000-7b25746d8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25746d8000-7b2574719000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574719000-7b257471a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257471a000-7b257475b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257475b000-7b257475c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257475c000-7b257479d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257479d000-7b257479e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257479e000-7b25747df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25747df000-7b25747e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25747e0000-7b2574821000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574821000-7b2574822000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574822000-7b2574863000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574863000-7b2574864000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574864000-7b25748a5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25748a5000-7b25748a6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25748a6000-7b25748e7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25748e7000-7b25748e8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25748e8000-7b2574929000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574929000-7b257492a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257492a000-7b257496b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257496b000-7b257496c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b257496c000-7b25749ad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25749ad000-7b25749ae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25749ae000-7b25749ef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25749ef000-7b25749f0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b25749f0000-7b2574a31000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574a31000-7b2574a32000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574a32000-7b2574a73000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574a73000-7b2574a74000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574a74000-7b2574ab5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574ab5000-7b2574ab6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574ab6000-7b2574af7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574af7000-7b2574af8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574af8000-7b2574b39000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574b39000-7b2574b3a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574b3a000-7b2574b7b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574b7b000-7b2574b7c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574b7c000-7b2574bbd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574bbd000-7b2574bbe000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574bbe000-7b2574bff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7b2574bff000-7b2574c00000 ---p 00000000 00:00 0 
| 7b2574c00000-7b2575400000 rw-p 00000000 00:00 0 
| 7b2575400000-7b258d400000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
| 7b258d400000-7b258e800000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
| 7b258e810000-7b258e880000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b258e88f000-7b258e890000 ---p 00000000 00:00 0 
| 7b258e890000-7b258e8b0000 rw-p 00000000 00:00 0 
| 7b258e8b0000-7b258e940000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b258e94f000-7b258e970000 rw-p 00000000 00:00 0 
| 7b258e970000-7b258e980000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7b258e981000-7b258e982000 r--p 00000000 00:4e 15236057                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7b258e982000-7b258e983000 r-xp 00001000 00:4e 15236057                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7b258e983000-7b258e984000 r--p 00002000 00:4e 15236057                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7b258e984000-7b258e985000 r--p 00002000 00:4e 15236057                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7b258e985000-7b258e986000 rw-p 00003000 00:4e 15236057                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so
| 7b258e986000-7b258ea89000 rw-p 00000000 00:00 0 
| 7b258ea89000-7b258ea8d000 r--p 00000000 00:4e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b258ea8d000-7b258eab0000 r-xp 00004000 00:4e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b258eab0000-7b258eab4000 r--p 00027000 00:4e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b258eab4000-7b258eab5000 r--p 0002b000 00:4e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b258eab5000-7b258eab6000 rw-p 0002c000 00:4e 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7b258eab6000-7b258eade000 r--p 00000000 00:4e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b258eade000-7b258ec66000 r-xp 00028000 00:4e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b258ec66000-7b258ecb5000 r--p 001b0000 00:4e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b258ecb5000-7b258ecb9000 r--p 001fe000 00:4e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b258ecb9000-7b258ecbb000 rw-p 00202000 00:4e 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7b258ecbb000-7b258ecca000 rw-p 00000000 00:00 0 
| 7b258ecca000-7b258ecda000 r--p 00000000 00:4e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b258ecda000-7b258ed59000 r-xp 00010000 00:4e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b258ed59000-7b258edb1000 r--p 0008f000 00:4e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b258edb1000-7b258edb2000 r--p 000e7000 00:4e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b258edb2000-7b258edb3000 rw-p 000e8000 00:4e 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7b258edb3000-7b258edb5000 r--p 00000000 00:4e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b258edb5000-7b258edca000 r-xp 00002000 00:4e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b258edca000-7b258ede3000 r--p 00017000 00:4e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b258ede3000-7b258ede4000 r--p 0002f000 00:4e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b258ede4000-7b258ede5000 rw-p 00030000 00:4e 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7b258ede5000-7b258eded000 rw-p 00000000 00:00 0 
| 7b258eded000-7b258edf7000 r--p 00000000 00:4e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b258edf7000-7b258ee5a000 r-xp 0000a000 00:4e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b258ee5a000-7b258ee6f000 r--p 0006d000 00:4e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b258ee6f000-7b258ee70000 r--p 00081000 00:4e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b258ee70000-7b258ee71000 rw-p 00082000 00:4e 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7b258ee71000-7b258ee73000 r--p 00000000 00:4e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b258ee73000-7b258ee85000 r-xp 00002000 00:4e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b258ee85000-7b258ee8b000 r--p 00014000 00:4e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b258ee8b000-7b258ee8c000 r--p 0001a000 00:4e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b258ee8c000-7b258ee8d000 rw-p 0001b000 00:4e 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7b258ee8d000-7b258ee8e000 r--p 00000000 00:4e 15236115                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
| 7b258ee8e000-7b258ee8f000 r-xp 00001000 00:4e 15236115                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
| 7b258ee8f000-7b258ee90000 r--p 00002000 00:4e 15236115                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
| 7b258ee90000-7b258ee91000 r--p 00002000 00:4e 15236115                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
| 7b258ee91000-7b258ee92000 rw-p 00003000 00:4e 15236115                   /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so
| 7b258ee92000-7b258eeda000 r--p 00000000 00:4e 13278982                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0
| 7b258eeda000-7b258f397000 r-xp 00048000 00:4e 13278982                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0
| 7b258f397000-7b258f531000 r--p 00505000 00:4e 13278982                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0
| 7b258f531000-7b258f547000 r--p 0069f000 00:4e 13278982                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0
| 7b258f547000-7b258f54b000 rw-p 006b5000 00:4e 13278982                   /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0
| 7b258f54b000-7b258f562000 rw-p 00000000 00:00 0 
| 7b258f562000-7b258f563000 r--p 00000000 00:4e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b258f563000-7b258f58e000 r-xp 00001000 00:4e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b258f58e000-7b258f598000 r--p 0002c000 00:4e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b258f598000-7b258f59a000 r--p 00036000 00:4e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7b258f59a000-7b258f59c000 rw-p 00038000 00:4e 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffd41a95000-7ffd41ab6000 rw-p 00000000 00:00 0                          [stack]
| 7ffd41be3000-7ffd41be7000 r--p 00000000 00:00 0                          [vvar]
| 7ffd41be7000-7ffd41be9000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 

    /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:763:in 'TestGc#test_interrupt_in_finalizer'

28835 tests, 6102353 assertions, 0 failures, 1 errors, 159 skips

ruby -v: ruby 3.5.0dev (2025-07-15T22:03:40Z master 5723945335) +PRISM [x86_64-linux]
make: *** [uncommon.mk:980: 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
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/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-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs'
gcc (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-gc-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts'
ruby 3.5.0dev (2025-07-15T22:03:40Z master 5723945335) +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 68.421094 seconds

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