# Logfile created on 2025-01-22 15:35:06 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000ffff62ebfde0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @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/opc/ruby/logs/brlog.master.20250122-153506", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000ffff62f0cd20 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000ffff62f0c4b0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000ffff62dc0250 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20250122-153506", @dev=#<File:/home/opc/ruby/logs/brlog.master.20250122-153506>, @binmode=false, @mon_data=#<Monitor:0x0000ffff62f0c168>, @mon_data_owner_object_id=880>>>
$$$[beg] make update-download -j3
tool/config.guess already exists
tool/config.sub already exists
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged
$$$[end] "make update-download -j3" exit with 0.
$$$[beg] make update-src      -j3
Already up to date.
Latest commit hash = 8a9e3b575e
$$$[end] "make update-src      -j3" exit with 0.
$$$[beg] make after-update    -j3
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged
/home/opc/ruby/src/master/revision.h updated
generating aarch64-linux-fake.rb
aarch64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make after-update    -j3" exit with 0.
$$$[beg] make miniruby -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 /home/opc/ruby/src/master/version.c
linking miniruby
$$$[end] "make miniruby -j3" exit with 0.
$$$[beg] make ruby -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
6d6227a5f5bcf9694870b19da5d9e3f0e36198d347d39ac34fb5c2ff4c15904b  builtin_binary.inc
compiling /home/opc/ruby/src/master/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j3" exit with 0.
$$$[beg] make all -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make all -j3" exit with 0.
$$$[beg] make install -j3
Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision -
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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
/home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common  /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext  -- --disable-gems -r./aarch64-linux-fake /home/opc/ruby/src/master/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j3 --jobserver-auth=4,5" --make-flags=" -j3 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /home/opc/ruby/install/master/bin
installing base libraries:          /home/opc/ruby/install/master/lib
installing arch files:              /home/opc/ruby/install/master/lib/ruby/3.5.0+0/aarch64-linux
installing pkgconfig data:          /home/opc/ruby/install/master/lib/pkgconfig
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/3.5.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.5.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.5.0+0/aarch64-linux
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.5.0+0/aarch64-linux
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/3.5.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.5.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.5.0+0
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.5.0+0/ruby
installing command scripts:         /home/opc/ruby/install/master/bin
installing library scripts:         /home/opc/ruby/install/master/lib/ruby/3.5.0+0
installing common headers:          /home/opc/ruby/install/master/include/ruby-3.5.0+0
installing manpages:                /home/opc/ruby/install/master/share/man/man1
installing default gems from lib:   /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0
                                    bundler 2.7.0.dev
                                    cgi 0.4.1
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    irb 1.15.1
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.6.0
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.3.0
                                    readline 0.0.4
                                    reline 0.6.0
                                    resolv 0.6.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    set 1.1.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.2
                                    weakref 0.1.3
                                    yaml 0.4.0
installing default gems from ext:   /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.5
                                    fcntl 1.2.0
                                    fiddle 1.1.7.dev
                                    io-console 0.8.0
                                    io-nonblock 0.3.1
                                    io-wait 0.3.1
                                    json 2.9.1
                                    openssl 3.3.0
                                    pathname 0.4.0
                                    psych 5.2.3
                                    stringio 3.1.3.dev
                                    strscan 3.1.2
                                    zlib 3.2.1
installing bundled gems:            /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0
                                    minitest 5.25.4
                                    power_assert 2.0.5
                                    rake 13.2.1
                                    test-unit 3.6.7
                                    rexml 3.4.0
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.5
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.3
                                    rbs 3.8.1
                                    typeprof 0.30.1
                                    debug 1.10.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.9
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.2.0
                                    csv 3.3.2
                                    repl_type_completor 0.1.10
                                    ostruct 0.6.1
                                    pstore 0.1.4
                                    benchmark 0.4.0
                                    logger 1.6.5
                                    rdoc 6.11.0
installing bundled gem cache:       /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0/cache
skipped bundled gems:
    win32ole-1.9.1.gem              not found in bundled_gems
$$$[end] "make install -j3" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j3'
PASS all 2005 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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
/home/opc/ruby/src/master/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/home/opc/ruby/src/master/basictest/test.rb:condition ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:if/unless ...OK 3
/home/opc/ruby/src/master/basictest/test.rb:case .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:while/until ........OK 8
/home/opc/ruby/src/master/basictest/test.rb:exception ..........OK 10
/home/opc/ruby/src/master/basictest/test.rb:array .......................................OK 39
/home/opc/ruby/src/master/basictest/test.rb:hash ...........................OK 27
/home/opc/ruby/src/master/basictest/test.rb:iterator ...........................................................................................................OK 107
/home/opc/ruby/src/master/basictest/test.rb:float ................................................................................OK 80
/home/opc/ruby/src/master/basictest/test.rb:bignum ...............................OK 31
/home/opc/ruby/src/master/basictest/test.rb:string & char ..............................................................OK 62
/home/opc/ruby/src/master/basictest/test.rb:assignment ..........OK 10
/home/opc/ruby/src/master/basictest/test.rb:call ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:proc .........OK 9
/home/opc/ruby/src/master/basictest/test.rb:signal ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:eval ...........................OK 27
/home/opc/ruby/src/master/basictest/test.rb:system ........OK 8
/home/opc/ruby/src/master/basictest/test.rb:const .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:clone .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:marshal ....OK 4
/home/opc/ruby/src/master/basictest/test.rb:pack ....OK 4
/home/opc/ruby/src/master/basictest/test.rb:math ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:struct ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:variable ............OK 12
/home/opc/ruby/src/master/basictest/test.rb:trace ...OK 3
/home/opc/ruby/src/master/basictest/test.rb:defined? ............OK 12
/home/opc/ruby/src/master/basictest/test.rb:alias ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:path .......................OK 23
/home/opc/ruby/src/master/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
Run options: 
  --seed=57048
  "--ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common  /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/home/opc/ruby/src/master/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j3

# Running tests:

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

ruby -v: ruby 3.5.0dev (2025-01-22T14:09:25Z master 8a9e3b575e) +PRISM [aarch64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1)
Copyright (C) 2018 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 '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
ruby 3.5.0dev (2025-01-22T14:09:25Z master 8a9e3b575e) +PRISM [aarch64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ........................................

Finished in 26.870788 seconds

3339 files, 33298 examples, 189957 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0.
raw logfile