# Logfile created on 2026-03-09 22:11:39 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007fde510efdd0 @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-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20260309-221139", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x00007fde556fc3f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fde556fc260 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fde510291f8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20260309-221139", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20260309-221139>, @binmode=false, @mon_data=#<Monitor:0x00007fde556fbfb8>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.3/
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   0837263..231bd61  master     -> origin/master
Updating 0837263..231bd61
Fast-forward
 NEWS.md                                    |  1 +
 lib/rubygems/resolver/api_set.rb           | 10 +++++-----
 lib/rubygems/resolver/api_specification.rb |  6 +++---
 lib/rubygems/source.rb                     |  2 +-
 lib/timeout.rb                             |  2 +-
 5 files changed, 11 insertions(+), 10 deletions(-)
Latest commit hash = 231bd61ab8
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating /tmp/ruby/src/trunk-O0/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/ripper'
/tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -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  -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/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-O0/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -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  -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/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.rbbin updated
254a0096a4a580e8c7088f6927f2fcaa1acc63a227da5db79c855593a382a314  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-O0/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/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
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -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  -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.3/
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
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-O0/bin
installing base libraries:          /tmp/ruby/install/trunk-O0/lib
installing arch files:              /tmp/ruby/install/trunk-O0/lib/ruby/4.1.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-O0/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/4.1.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/4.1.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/4.1.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-4.1.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/4.1.0+1
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/4.1.0+1
installing extension scripts:       /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/4.1.0+1
installing extension headers:       /tmp/ruby/install/trunk-O0/include/ruby-4.1.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk-O0/bin
installing library scripts:         /tmp/ruby/install/trunk-O0/lib/ruby/4.1.0+1
installing common headers:          /tmp/ruby/install/trunk-O0/include/ruby-4.1.0+1
installing manpages:                /tmp/ruby/install/trunk-O0/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/4.1.0+1
                                    bundler 4.1.0.dev
                                    delegate 0.6.1
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 6.0.1
                                    error_highlight 0.7.1
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.4.0
                                    ipaddr 1.2.8
                                    net-http 0.9.1
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.8.1
                                    pp 0.6.3
                                    prettyprint 0.2.0
                                    prism 1.9.0
                                    resolv 0.7.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.3
                                    tempfile 0.3.1
                                    time 0.4.2
                                    timeout 0.6.1
                                    tmpdir 0.3.1
                                    un 0.3.0
                                    uri 1.1.1
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-O0/lib/ruby/gems/4.1.0+1
                                    date 3.5.1
                                    digest 3.2.1
                                    etc 1.4.6
                                    fcntl 1.3.0
                                    io-console 0.8.2
                                    io-nonblock 0.3.2
                                    io-wait 0.4.0
                                    json 2.19.1
                                    openssl 4.0.1
                                    psych 5.3.1
                                    stringio 3.2.1.dev
                                    strscan 3.1.7.dev
                                    zlib 3.2.3
installing bundled gems:            /tmp/ruby/install/trunk-O0/lib/ruby/gems/4.1.0+1
                                    minitest 6.0.2
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.7
                                    rexml 3.4.4
                                    rss 0.3.2
                                    net-imap 0.6.3
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.10.3
                                    typeprof 0.31.1
                                    debug 1.11.1
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 4.0.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.2.0
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.4.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.13
                                    ostruct 0.6.3
                                    pstore 0.2.1
                                    benchmark 0.5.0
                                    logger 1.7.0
                                    rdoc 7.2.0
                                    irb 1.17.0
                                    reline 0.6.3
                                    readline 0.0.4
                                    fiddle 1.1.8
                                    tsort 0.2.0
                                    win32-registry 0.1.2
installing bundled gem cache:       /tmp/ruby/install/trunk-O0/lib/ruby/gems/4.1.0+1/cache
skipped bundled gems:
    win32ole-1.9.3.gem              extensions not found or build failed win32ole-1.9.3
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2040 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  -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/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-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-O0/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  -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
Run options: 
  --seed=43037
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common  /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-O0/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

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

warning: 146	../sysdeps/nptl/futex-internal.h: No such file or directory

>>> Threads

  Id   Target Id                                 Frame 
* 1    Thread 0x7a3b663d37c0 (LWP 702452) "ruby" futex_wait (private=0, expected=2, futex_word=0x60fbf3a30b08) at ../sysdeps/nptl/futex-internal.h:146
  2    Thread 0x7a3b662bf6c0 (LWP 702458) "ruby" futex_wait (private=0, expected=2, futex_word=0x60fbf3b089a0) at ../sysdeps/nptl/futex-internal.h:146
  3    Thread 0x7a3b4bcae6c0 (LWP 702457) "ruby" futex_wait (private=0, expected=2, futex_word=0x60fbbabcb210 <_vm+48>) at ../sysdeps/nptl/futex-internal.h:146
  4    Thread 0x7a3b4cdff6c0 (LWP 702455) "ruby" 0x00007a3b66500042 in epoll_wait (epfd=4, events=0x60fbbabcaa9c <timer_th+28>, maxevents=16, timeout=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30

>>> Machine level backtrace


Thread 4 (Thread 0x7a3b4cdff6c0 (LWP 702455) "ruby"):
#0  0x00007a3b66500042 in epoll_wait (epfd=4, events=0x60fbbabcaa9c <timer_th+28>, maxevents=16, timeout=10) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30
        sc_ret = -4
        sc_cancel_oldtype = 0
        sc_ret = <optimized out>
#1  0x000060fbba61226b in event_wait (vm=0x60fbbabcb1e0 <_vm>) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:921
        r = 24827
#2  0x000060fbba61228f in timer_thread_polling (vm=0x60fbbabcb1e0 <_vm>) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:943
        r = 31291
#3  0x000060fbba612a6b in timer_thread_func (ptr=0x60fbbabcb1e0 <_vm>) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3056
        vm = 0x60fbbabcb1e0 <_vm>
#4  0x00007a3b66472a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447
        ret = <optimized out>
        pd = <optimized out>
        out = <optimized out>
        unwind_buf = {cancel_jmp_buf = {{jmp_buf = {134395111405248, -4770044612415277654, 134395111405248, -272, 0, 140724174073344, -4770044612394306134, -4770103090311154262}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
        not_first_call = <optimized out>
#5  0x00007a3b664ffc3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78
No locals.

Thread 3 (Thread 0x7a3b4bcae6c0 (LWP 702457) "ruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x60fbbabcb210 <_vm+48>) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x60fbbabcb210 <_vm+48>, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007a3b664760f1 in lll_mutex_lock_optimized (mutex=0x60fbbabcb210 <_vm+48>) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x60fbbabcb210 <_vm+48>
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=0x60fbbabcb210 <_vm+48>) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000060fbba60cbf2 in rb_native_mutex_lock (lock=0x60fbbabcb210 <_vm+48>) at /tmp/ruby/src/trunk-O0/thread_pthread.c:125
        r = 24827
#5  0x000060fbba69fe75 in vm_lock_enter (cr=0x60fbf3bac570, vm=0x60fbbabcb1e0 <_vm>, locked=false, no_barrier=false, lev=0x7a3b2bd21e38) at /tmp/ruby/src/trunk-O0/vm_sync.c:92
No locals.
#6  0x000060fbba6a0041 in rb_vm_lock_enter_body (lev=0x7a3b2bd21e38) at /tmp/ruby/src/trunk-O0/vm_sync.c:159
        vm = 0x60fbbabcb1e0 <_vm>
#7  0x000060fbba55df87 in rb_vm_lock_enter (lev=0x7a3b2bd21e38, file=0x60fbba9b4f50 "/tmp/ruby/src/trunk-O0/ractor.c", line=627) at /tmp/ruby/src/trunk-O0/vm_sync.h:80
No locals.
#8  0x000060fbba56199f in rb_ractor_teardown (ec=0x60fbf3bacaf8) at /tmp/ruby/src/trunk-O0/ractor.c:627
        vm_locking_level = 0
        vm_locking_do = 0
        cr = 0x60fbf3bac570
#9  0x000060fbba617bc0 in thread_start_func_2 (th=0x60fbf3bac8b0, stack_start=0x7a3b2bd21ff0) at /tmp/ruby/src/trunk-O0/thread.c:764
        _ec = 0x60fbf3bacaf8
        _tag = {tag = 36, retval = 3132928480, buf = {0x7a3b2bd21f50, 0x60fbba6177c7 <thread_start_func_2+438>, 0x0, 0x7a3b2bd21e60, 0x7a3b2bd21f50}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x60fbf3bac8b0
        fiber_scheduler_closed = 1
        event_thread_end_hooked = 1
        result = 85
#10 0x000060fbba60fe1a in call_thread_start_func_2 (th=0x60fbf3bac8b0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2225
        stack_start = 0
        stack_start_addr = 0x7a3b2bd21f78
#11 0x000060fbba611a68 in co_start (from=0x60fbf3842910, self=0x60fbf3bb0110) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:476
        th = 0x60fbf3bac8b0
        sched = 0x60fbf3bac648
        nt = 0x0
        is_dnt = false
#12 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 2 (Thread 0x7a3b662bf6c0 (LWP 702458) "ruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x60fbf3b089a0) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x60fbf3b089a0, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007a3b664760f1 in lll_mutex_lock_optimized (mutex=0x60fbf3b089a0) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x60fbf3b089a0
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=0x60fbf3b089a0) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000060fbba60cbf2 in rb_native_mutex_lock (lock=0x60fbf3b089a0) at /tmp/ruby/src/trunk-O0/thread_pthread.c:125
        r = 24827
#5  0x000060fbba60e39f in ubf_set (th=0x60fbf3b08870, func=0x60fbba610de0 <ubf_event_waiting>, arg=0x60fbf3b08870) at /tmp/ruby/src/trunk-O0/thread_pthread.c:1039
No locals.
#6  0x000060fbba610f20 in thread_sched_wait_events (sched=0x60fbf3a30b08, th=0x60fbf3b08870, fd=-1, events=thread_sched_waiting_timeout, rel=0x7a3b2bf63db8) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:74
        timedout = false
        need_cancel = false
        event_serial = 3
#7  0x000060fbba612efc in native_sleep (th=0x60fbf3b08870, rel=0x7a3b2bf63db8) at /tmp/ruby/src/trunk-O0/thread_pthread.c:3327
        sched = 0x60fbf3a30b08
#8  0x000060fbba616fe0 in rb_thread_terminate_all (th=0x60fbf3b08870) at /tmp/ruby/src/trunk-O0/thread.c:491
        rel = 1000000000
        _ec = 0x60fbf39e3ec8
        _tag = {tag = 36, retval = 106635240292040, buf = {0x7a3b2bf63e50, 0x60fbba616f52 <rb_thread_terminate_all+299>, 0x0, 0x7a3b2bf63d90, 0x60fbf3b08870}, prev = 0x7a3b2bf63ed0, state = RUBY_TAG_NONE, lock_rec = 0}
        cr = 0x60fbf3a30a30
        ec = 0x60fbf39e3ec8
        sleeping = 1
#9  0x000060fbba617bad in thread_start_func_2 (th=0x60fbf3b08870, stack_start=0x7a3b2bf63ff0) at /tmp/ruby/src/trunk-O0/thread.c:763
        _ec = 0x60fbf39e3ec8
        _tag = {tag = 36, retval = 3132928480, buf = {0x7a3b2bf63f50, 0x60fbba6177c7 <thread_start_func_2+438>, 0x0, 0x7a3b2bf63e60, 0x7a3b2bf63f50}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
        errinfo = 4
        ractor_main_th = 0x60fbf3b08870
        fiber_scheduler_closed = 1
        event_thread_end_hooked = 1
        result = 10555660
#10 0x000060fbba60fe1a in call_thread_start_func_2 (th=0x60fbf3b08870) at /tmp/ruby/src/trunk-O0/thread_pthread.c:2225
        stack_start = 0
        stack_start_addr = 0x7a3b2bf63f78
#11 0x000060fbba611a68 in co_start (from=0x60fbf3a26180, self=0x60fbf3a82eb0) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:476
        th = 0x60fbf3b08870
        sched = 0x60fbf3a30b08
        nt = 0x0
        is_dnt = false
#12 0x0000000000000000 in ?? ()
No symbol table info available.

Thread 1 (Thread 0x7a3b663d37c0 (LWP 702452) "ruby"):
#0  futex_wait (private=0, expected=2, futex_word=0x60fbf3a30b08) at ../sysdeps/nptl/futex-internal.h:146
        __ret = -512
        err = <optimized out>
        err = <optimized out>
        __ret = <optimized out>
        resultvar = <optimized out>
        __arg4 = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a4 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
#1  __GI___lll_lock_wait (futex=futex@entry=0x60fbf3a30b08, private=0) at ./nptl/lowlevellock.c:49
No locals.
#2  0x00007a3b664760f1 in lll_mutex_lock_optimized (mutex=0x60fbf3a30b08) at ./nptl/pthread_mutex_lock.c:48
        __futex = 0x60fbf3a30b08
        private = <optimized out>
        private = <optimized out>
        __futex = <optimized out>
#3  ___pthread_mutex_lock (mutex=0x60fbf3a30b08) at ./nptl/pthread_mutex_lock.c:93
        type = <optimized out>
        __PRETTY_FUNCTION__ = "___pthread_mutex_lock"
        id = <optimized out>
#4  0x000060fbba60cbf2 in rb_native_mutex_lock (lock=0x60fbf3a30b08) at /tmp/ruby/src/trunk-O0/thread_pthread.c:125
        r = 0
#5  0x000060fbba60d32a in thread_sched_lock_ (sched=0x60fbf3a30b08, th=0x60fbf3b08870, file=0x60fbba9beef8 "/tmp/ruby/src/trunk-O0/thread_pthread_mn.c", line=41) at /tmp/ruby/src/trunk-O0/thread_pthread.c:403
No locals.
#6  0x000060fbba610e44 in ubf_event_waiting (ptr=0x60fbf3b08870) at /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:41
        th = 0x60fbf3b08870
        sched = 0x60fbf3a30b08
#7  0x000060fbba616b6a in threadptr_set_interrupt_locked (th=0x60fbf3b08870, trap=false) at /tmp/ruby/src/trunk-O0/thread.c:368
No locals.
#8  0x000060fbba616baa in threadptr_set_interrupt (th=0x60fbf3b08870, trap=0) at /tmp/ruby/src/trunk-O0/thread.c:380
No locals.
#9  0x000060fbba616be0 in rb_threadptr_interrupt (th=0x60fbf3b08870) at /tmp/ruby/src/trunk-O0/thread.c:390
No locals.
#10 0x000060fbba562145 in rb_ractor_terminate_interrupt_main_thread (r=0x60fbf3a30a30) at /tmp/ruby/src/trunk-O0/ractor.c:847
        main_th = 0x60fbf3b08870
#11 0x000060fbba5621ad in ractor_terminal_interrupt_all (vm=0x60fbbabcb1e0 <_vm>) at /tmp/ruby/src/trunk-O0/ractor.c:866
        r = 0x60fbf3a30a30
#12 0x000060fbba562243 in rb_ractor_terminate_all () at /tmp/ruby/src/trunk-O0/ractor.c:887
        vm = 0x60fbbabcb1e0 <_vm>
        cr = 0x60fbbabca2a0 <_main_ractor>
#13 0x000060fbba489ba4 in rb_ec_cleanup (ec=0x60fbf382ffb8, ex=RUBY_TAG_NONE) at /tmp/ruby/src/trunk-O0/eval.c:236
        err = 4
        mode0 = 0
        mode1 = 0
        _ec = 0x60fbf382ffb8
        _tag = {tag = 36, retval = 106634278376586, buf = {0x7ffce66830d0, 0x60fbba48994c <rb_ec_cleanup+295>, 0x0, 0x7ffce6682ff0, 0x60fbf382ffb8}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = 0
        save_error = 4
        sysex = 0
        signaled = 0
        th = 0x60fbbabc64e0 <_main_thread>
        th0 = 0x60fbbabc64e0 <_main_thread>
        step = 3
        message = 4
        buf = 106635238506424
#14 0x000060fbba489ffd in ruby_run_node (n=0x7a3b4bd77638) at /tmp/ruby/src/trunk-O0/eval.c:321
        ec = 0x60fbf382ffb8
        status = 0
#15 0x000060fbba4850de in rb_main (argc=115, argv=0x7ffce6683288) at /tmp/ruby/src/trunk-O0/main.c:42
        variable_in_this_stack_frame = 140724174074192
#16 0x000060fbba48513f in main (argc=115, argv=0x7ffce6683288) at /tmp/ruby/src/trunk-O0/main.c:62
No locals.

>>> Dump Ruby level backtrace (if possible)

$1 = true
$2 = 0
">>> Finish
"[Inferior 1 (process 702452) detached]

  1) Error:
TestTimeout#test_ractor:
Test::Unit::ProxyError: execution of Test::Unit::CoreAssertions#assert_separately expired timeout (500.0 sec)
pid 702452 killed by SIGABRT (signal 6) (core dumped)
| 
| th: 0x60fbbabc64e0, native_id: 0x7a3b663d37c0
| -- Control frame information -----------------------------------------------
| c:0001 p:0000 s:0003 E:002610 l:y b:---- DUMMY  [FINISH]
| 
| -: [BUG] Aborted at 0x000003e900074aa2
| ruby 4.1.0dev (2026-03-09T22:05:20Z master 231bd61ab8) +PRISM [x86_64-linux]
| 
| -- Control frame information -----------------------------------------------
| c:0001 p:0000 s:0003 E:002610 l:y b:---- DUMMY  [FINISH]
| 
| 
| -- Threading information ---------------------------------------------------
| Total ractor count: 3
| Ruby thread count for this ractor: 1
| 
| -- Machine register context ------------------------------------------------
|  RIP: 0x00007a3b6646ef60 RBP: 0x00007ffce6682e50 RSP: 0x00007ffce6682e28
|  RAX: 0xfffffffffffffffc RBX: 0x00007ffce6683288 RCX: 0x00007a3b6646ef60
|  RDX: 0x0000000000000002 RDI: 0x000060fbf3a30b08 RSI: 0x0000000000000080
|   R8: 0x0000000000000000  R9: 0x0000000000000000 R10: 0x0000000000000000
|  R11: 0x0000000000000282 R12: 0x0000000000000073 R13: 0x0000000000000000
|  R14: 0x000060fbbabaf578 R15: 0x00007a3b66819000 EFL: 0x0000000000000282
| 
| -- C level backtrace information -------------------------------------------
| /tmp/ruby/build/trunk-O0/ruby(rb_print_backtrace+0x24) [0x60fbba69e9b0] /tmp/ruby/src/trunk-O0/vm_dump.c:1105
| /tmp/ruby/build/trunk-O0/ruby(rb_vm_bugreport+0x34c) [0x60fbba69f18f] /tmp/ruby/src/trunk-O0/vm_dump.c:1450
| /tmp/ruby/build/trunk-O0/ruby(rb_bug_for_fatal_signal+0x147) [0x60fbba8bef45]
| /tmp/ruby/build/trunk-O0/ruby(sigabrt+0x84) [0x60fbba5cf397] /tmp/ruby/src/trunk-O0/signal.c:962
| /tmp/ruby/build/trunk-O0/ruby(sigill) (null):0
| /lib/x86_64-linux-gnu/libc.so.6(0x7a3b6641b320) [0x7a3b6641b320]
| /lib/x86_64-linux-gnu/libc.so.6(futex_wait+0x16) [0x7a3b6646ef60] ../sysdeps/nptl/futex-internal.h:146
| /lib/x86_64-linux-gnu/libc.so.6(__lll_lock_wait) ./nptl/lowlevellock.c:49
| /lib/x86_64-linux-gnu/libc.so.6(lll_mutex_lock_optimized+0x9) [0x7a3b664760f1] ./nptl/pthread_mutex_lock.c:48
| /lib/x86_64-linux-gnu/libc.so.6(___pthread_mutex_lock) ./nptl/pthread_mutex_lock.c:93
| /lib/x86_64-linux-gnu/libc.so.6(pthread_mutex_lock) (null):0
| /tmp/ruby/build/trunk-O0/ruby(rb_native_mutex_lock+0x32) [0x60fbba60cbf2] /tmp/ruby/src/trunk-O0/thread_pthread.c:125
| /tmp/ruby/build/trunk-O0/ruby(thread_sched_lock_+0x27) [0x60fbba60d32a] /tmp/ruby/src/trunk-O0/thread_pthread.c:403
| /tmp/ruby/build/trunk-O0/ruby(ubf_event_waiting+0x64) [0x60fbba610e44] /tmp/ruby/src/trunk-O0/thread_pthread_mn.c:41
| /tmp/ruby/build/trunk-O0/ruby(threadptr_set_interrupt_locked+0x84) [0x60fbba616b6a] /tmp/ruby/src/trunk-O0/thread.c:368
| /tmp/ruby/build/trunk-O0/ruby(threadptr_set_interrupt+0x3d) [0x60fbba616baa] /tmp/ruby/src/trunk-O0/thread.c:380
| /tmp/ruby/build/trunk-O0/ruby(rb_threadptr_interrupt+0x21) [0x60fbba616be0] /tmp/ruby/src/trunk-O0/thread.c:390
| /tmp/ruby/build/trunk-O0/ruby(rb_ractor_terminate_interrupt_main_thread+0x6e) [0x60fbba562145] /tmp/ruby/src/trunk-O0/ractor.c:847
| /tmp/ruby/build/trunk-O0/ruby(ractor_terminal_interrupt_all+0x65) [0x60fbba5621ad] /tmp/ruby/src/trunk-O0/ractor.c:866
| /tmp/ruby/build/trunk-O0/ruby(rb_ractor_terminate_all+0x50) [0x60fbba562243] /tmp/ruby/src/trunk-O0/ractor.c:887
| /tmp/ruby/build/trunk-O0/ruby(rb_ec_cleanup+0x37f) [0x60fbba489ba4] /tmp/ruby/src/trunk-O0/eval.c:236
| /tmp/ruby/build/trunk-O0/ruby(ruby_run_node+0x9d) [0x60fbba489ffd] /tmp/ruby/src/trunk-O0/eval.c:321
| /tmp/ruby/build/trunk-O0/ruby(rb_main+0x4c) [0x60fbba4850de] /tmp/ruby/src/trunk-O0/main.c:42
| /tmp/ruby/build/trunk-O0/ruby(main+0x4b) [0x60fbba48513f] /tmp/ruby/src/trunk-O0/main.c:62
| 
| -- Other runtime information -----------------------------------------------
| 
| * Loaded script: -
| 
| * Ruby Box: disabled
| * Loaded features:
| 
|     0 enumerator.so
|     1 monitor.so
|     2 thread.rb
|     3 fiber.so
|     4 rational.so
|     5 complex.so
|     6 pathname.so
|     7 ruby2_keywords.rb
|     8 set.rb
|     9 /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
|    10 /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
|    11 /tmp/ruby/src/trunk-O0/lib/timeout.rb
|    12 /tmp/ruby/src/trunk-O0/lib/open3/version.rb
|    13 /tmp/ruby/src/trunk-O0/lib/open3.rb
|    14 /tmp/ruby/build/trunk-O0/rbconfig.rb
|    15 /tmp/ruby/src/trunk-O0/tool/lib/find_executable.rb
|    16 /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
|    17 /tmp/ruby/src/trunk-O0/tool/lib/envutil.rb
|    18 /tmp/ruby/src/trunk-O0/tool/lib/colorize.rb
|    19 /tmp/ruby/src/trunk-O0/tool/lib/leakchecker.rb
|    20 /tmp/ruby/src/trunk-O0/lib/prettyprint.rb
|    21 /tmp/ruby/src/trunk-O0/lib/pp.rb
|    22 /tmp/ruby/src/trunk-O0/tool/lib/test/unit/assertions.rb
|    23 /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/sanitizers.so
|    24 /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
|    25 /tmp/ruby/src/trunk-O0/tool/lib/core_assertions.rb
|    26 /tmp/ruby/src/trunk-O0/tool/lib/test/unit/testcase.rb
|    27 /tmp/ruby/src/trunk-O0/tool/lib/test/jobserver.rb
|    28 /tmp/ruby/src/trunk-O0/lib/optparse.rb
|    29 /tmp/ruby/src/trunk-O0/tool/lib/test/unit.rb
| 
| * Process memory map:
| 
| 60fbba438000-60fbba479000 r--p 00000000 00:60 13705203                   /tmp/ruby/build/trunk-O0/ruby
| 60fbba479000-60fbba9a1000 r-xp 00041000 00:60 13705203                   /tmp/ruby/build/trunk-O0/ruby
| 60fbba9a1000-60fbbabaf000 r--p 00569000 00:60 13705203                   /tmp/ruby/build/trunk-O0/ruby
| 60fbbabaf000-60fbbabc6000 r--p 00777000 00:60 13705203                   /tmp/ruby/build/trunk-O0/ruby
| 60fbbabc6000-60fbbabc8000 rw-p 0078e000 00:60 13705203                   /tmp/ruby/build/trunk-O0/ruby
| 60fbbabc8000-60fbbabe1000 rw-p 00000000 00:00 0 
| 60fbf382b000-60fbf3c23000 rw-p 00000000 00:00 0                          [heap]
| 7a3b1c000000-7a3b1c021000 rw-p 00000000 00:00 0 
| 7a3b1c021000-7a3b20000000 ---p 00000000 00:00 0 
| 7a3b24000000-7a3b24021000 rw-p 00000000 00:00 0 
| 7a3b24021000-7a3b28000000 ---p 00000000 00:00 0 
| 7a3b297f3000-7a3b299fa000 r--s 00000000 00:60 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3b299fa000-7a3b2bc00000 r--s 00000000 00:60 13705203                   /tmp/ruby/build/trunk-O0/ruby
| 7a3b2bc00000-7a3b2bd01000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2bd01000-7a3b2bd02000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2bd02000-7a3b2bd22000 rw-p 00000000 00:00 0 
| 7a3b2bd22000-7a3b2be22000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2be22000-7a3b2be23000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2be23000-7a3b2be43000 rw-p 00000000 00:00 0 
| 7a3b2be43000-7a3b2bf43000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2bf43000-7a3b2bf44000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2bf44000-7a3b2bf64000 rw-p 00000000 00:00 0 
| 7a3b2bf64000-7a3b2c064000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2c064000-7a3b2c065000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b2c065000-7a3b2c085000 rw-p 00000000 00:00 0 
| 7a3b2c085000-7a3b4bc00000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
| 7a3b4bc8e000-7a3b4bc8f000 ---p 00000000 00:00 0 
| 7a3b4bc8f000-7a3b4bcaf000 rw-p 00000000 00:00 0 
| 7a3b4bcaf000-7a3b4bcf0000 rw-p 00000000 00:00 0 
| 7a3b4bcf0000-7a3b4bdb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
Finished tests in 1983.381458s, 17.4051 tests/s, 3667.1403 assertions/s.
| 7a3b4bdb4000-7a3b4bdb6000 r--p 00000000 00:60 14454267                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
| 7a3b4bdb6000-7a3b4bdbb000 r-xp 00002000 00:60 14454267                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
| 7a3b4bdbb000-7a3b4bdbd000 r--p 00007000 00:60 14454267                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
| 7a3b4bdbd000-7a3b4bdbe000 r--p 00008000 00:60 14454267                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
| 7a3b4bdbe000-7a3b4bdbf000 rw-p 00009000 00:60 14454267                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/io/console.so
| 7a3b4bdbf000-7a3b4bdc0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bdc0000-7a3b4be01000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4be01000-7a3b4be02000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4be02000-7a3b4be43000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4be43000-7a3b4be44000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4be44000-7a3b4be85000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4be85000-7a3b4be86000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4be86000-7a3b4bec7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bec7000-7a3b4bec8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bec8000-7a3b4bf09000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bf09000-7a3b4bf0a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bf0a000-7a3b4bf4b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bf4b000-7a3b4bf4c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bf4c000-7a3b4bf8d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bf8d000-7a3b4bf8e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bf8e000-7a3b4bfcf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bfcf000-7a3b4bfd0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4bfd0000-7a3b4c011000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c011000-7a3b4c012000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c012000-7a3b4c053000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c053000-7a3b4c054000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c054000-7a3b4c095000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c095000-7a3b4c096000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c096000-7a3b4c0d7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c0d7000-7a3b4c0d8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c0d8000-7a3b4c119000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c119000-7a3b4c11a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c11a000-7a3b4c15b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c15b000-7a3b4c15c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c15c000-7a3b4c19d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c19d000-7a3b4c19e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c19e000-7a3b4c1df000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c1df000-7a3b4c1e0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c1e0000-7a3b4c221000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c221000-7a3b4c222000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c222000-7a3b4c263000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c263000-7a3b4c264000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c264000-7a3b4c2a5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c2a5000-7a3b4c2a6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c2a6000-7a3b4c2e7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c2e7000-7a3b4c2e8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c2e8000-7a3b4c329000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c329000-7a3b4c32a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c32a000-7a3b4c36b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c36b000-7a3b4c36c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c36c000-7a3b4c3ad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c3ad000-7a3b4c3ae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c3ae000-7a3b4c3ef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c3ef000-7a3b4c3f0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c3f0000-7a3b4c431000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c431000-7a3b4c432000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c432000-7a3b4c473000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c473000-7a3b4c474000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c474000-7a3b4c4b5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c4b5000-7a3b4c4b6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c4b6000-7a3b4c4f7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c4f7000-7a3b4c4f8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c4f8000-7a3b4c539000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c539000-7a3b4c53a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c53a000-7a3b4c57b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c57b000-7a3b4c57c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c57c000-7a3b4c5bd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c5bd000-7a3b4c5be000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c5be000-7a3b4c5ff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
| 7a3b4c5ff000-7a3b4c600000 ---p 00000000 00:00 0 
| 7a3b4c600000-7a3b4ce00000 rw-p 00000000 00:00 0 
| 7a3b4ce00000-7a3b64e00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
| 7a3b64e00000-7a3b66200000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
| 7a3b66209000-7a3b6620a000 r--p 00000000 00:60 14454740                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3b6620a000-7a3b6620d000 r-xp 00001000 00:60 14454740                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3b6620d000-7a3b6620e000 r--p 00004000 00:60 14454740                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3b6620e000-7a3b6620f000 r--p 00004000 00:60 14454740                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3b6620f000-7a3b66210000 rw-p 00005000 00:60 14454740                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/rbconfig/sizeof.so
| 7a3b66210000-7a3b66290000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7a3b66293000-7a3b66294000 r--p 00000000 00:60 14443640                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3b66294000-7a3b66296000 r-xp 00001000 00:60 14443640                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3b66296000-7a3b66297000 r--p 00003000 00:60 14443640                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3b66297000-7a3b66298000 r--p 00003000 00:60 14443640                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3b66298000-7a3b66299000 rw-p 00004000 00:60 14443640                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/trans/transdb.so
| 7a3b66299000-7a3b6629a000 r--p 00000000 00:60 14443659                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
| 7a3b6629a000-7a3b6629c000 r-xp 00001000 00:60 14443659                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
| 7a3b6629c000-7a3b6629d000 r--p 00003000 00:60 14443659                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
| 7a3b6629d000-7a3b6629e000 r--p 00003000 00:60 14443659                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
| 7a3b6629e000-7a3b6629f000 rw-p 00004000 00:60 14443659                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/enc/encdb.so
| 7a3b6629f000-7a3b662a0000 ---p 00000000 00:00 0 
| 7a3b662a0000-7a3b662c0000 rw-p 00000000 00:00 0 
| 7a3b662c0000-7a3b662d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
| 7a3b662d2000-7a3b663d6000 rw-p 00000000 00:00 0 
| 7a3b663d6000-7a3b663fe000 r--p 00000000 00:60 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3b663fe000-7a3b66586000 r-xp 00028000 00:60 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3b66586000-7a3b665d5000 r--p 001b0000 00:60 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3b665d5000-7a3b665d9000 r--p 001fe000 00:60 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3b665d9000-7a3b665db000 rw-p 00202000 00:60 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
| 7a3b665db000-7a3b665ea000 rw-p 00000000 00:00 0 
| 7a3b665ea000-7a3b665ee000 r--p 00000000 00:60 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3b665ee000-7a3b66611000 r-xp 00004000 00:60 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3b66611000-7a3b66615000 r--p 00027000 00:60 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3b66615000-7a3b66616000 r--p 0002b000 00:60 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3b66616000-7a3b66617000 rw-p 0002c000 00:60 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
| 7a3b66617000-7a3b66627000 r--p 00000000 00:60 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3b66627000-7a3b666a6000 r-xp 00010000 00:60 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3b666a6000-7a3b666fe000 r--p 0008f000 00:60 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3b666fe000-7a3b666ff000 r--p 000e7000 00:60 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3b666ff000-7a3b66700000 rw-p 000e8000 00:60 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
| 7a3b66700000-7a3b66702000 r--p 00000000 00:60 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3b66702000-7a3b66717000 r-xp 00002000 00:60 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3b66717000-7a3b66730000 r--p 00017000 00:60 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3b66730000-7a3b66731000 r--p 0002f000 00:60 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3b66731000-7a3b66732000 rw-p 00030000 00:60 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
| 7a3b66732000-7a3b6673a000 rw-p 00000000 00:00 0 
| 7a3b6673a000-7a3b66744000 r--p 00000000 00:60 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a3b66744000-7a3b667a7000 r-xp 0000a000 00:60 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a3b667a7000-7a3b667bc000 r--p 0006d000 00:60 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a3b667bc000-7a3b667bd000 r--p 00081000 00:60 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a3b667bd000-7a3b667be000 rw-p 00082000 00:60 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
| 7a3b667be000-7a3b667c0000 r--p 00000000 00:60 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a3b667c0000-7a3b667d2000 r-xp 00002000 00:60 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a3b667d2000-7a3b667d8000 r--p 00014000 00:60 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a3b667d8000-7a3b667d9000 r--p 0001a000 00:60 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a3b667d9000-7a3b667da000 rw-p 0001b000 00:60 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
| 7a3b667da000-7a3b667db000 r--p 00000000 00:60 14451071                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/sanitizers.so
| 7a3b667db000-7a3b667dc000 r-xp 00001000 00:60 14451071                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/sanitizers.so
| 7a3b667dc000-7a3b667dd000 r--p 00002000 00:60 14451071                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/sanitizers.so
| 7a3b667dd000-7a3b667de000 r--p 00002000 00:60 14451071                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/sanitizers.so
| 7a3b667de000-7a3b667df000 rw-p 00003000 00:60 14451071                   /tmp/ruby/build/trunk-O0/.ext/x86_64-linux/-test-/sanitizers.so
| 7a3b667df000-7a3b667e1000 rw-p 00000000 00:00 0 
| 7a3b667e1000-7a3b667e2000 r--p 00000000 00:60 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3b667e2000-7a3b6680d000 r-xp 00001000 00:60 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3b6680d000-7a3b66817000 r--p 0002c000 00:60 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3b66817000-7a3b66819000 r--p 00036000 00:60 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7a3b66819000-7a3b6681b000 rw-p 00038000 00:60 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
| 7ffce6665000-7ffce6687000 rw-p 00000000 00:00 0                          [stack]
| 7ffce66a8000-7ffce66ac000 r--p 00000000 00:00 0                          [vvar]
| 7ffce66ac000-7ffce66ae000 r-xp 00000000 00:00 0                          [vdso]
| ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]
| 
| 

    /tmp/ruby/src/trunk-O0/test/test_timeout.rb:409:in 'TestTimeout#test_ractor'

34521 tests, 7273338 assertions, 0 failures, 1 errors, 161 skips

ruby -v: ruby 4.1.0dev (2026-03-09T22:05:20Z master 231bd61ab8) +PRISM [x86_64-linux]
make: *** [uncommon.mk:917: 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  -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/prism -I/tmp/ruby/src/trunk-O0/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk-O0/target/release/' '/tmp/ruby/src/trunk-O0/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-O0'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-O0'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
make[1]: Entering directory '/tmp/ruby/build/trunk-O0'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-O0'
ruby 4.1.0dev (2026-03-09T22:05:20Z master 231bd61ab8) +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 ............................................................
  3360 ............................................................
  3420 ..........

Finished in 69.075843 seconds

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