# Logfile created on 2023-12-29 13:34:05 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000fffe0ebdfdc8 @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'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/opc/ruby/logs/brlog.master.20231229-133405", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffe0ec2f328 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffe0ec2f148 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffe0eae09b8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20231229-133405", @dev=#<File:/home/opc/ruby/logs/brlog.master.20231229-133405>, @binmode=false, @mon_data=#<Monitor:0x0000fffe0ec2ee28>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j3
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j3" exit with 0.
$$$[beg] make update-download -j3
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j3" exit with 0.
$$$[beg] make update-rubyspec -j3
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j3" exit with 0.
$$$[beg] make update-src      -j3
Already up to date.
Latest commit hash = bb59696614
$$$[end] "make update-src      -j3" exit with 0.
$$$[beg] make after-update    -j3
generating /home/opc/ruby/src/master/ext/ripper/eventids2table.c
make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper'
/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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -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  
	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-10.1.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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -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  
	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-10.1.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
7294f77d83be054c65f6da79166ec5f5cf7451299f5d6757d856419a934b767a  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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -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  
	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-10.1.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 '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
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'
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
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/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
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/nkf'
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/psych'
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]: 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/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
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/rbs-3.4.1/ext/rbs_extension'
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
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -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  
	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
generating encdb.h
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.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
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 '/home/opc/ruby/src/master/enc/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/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering 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/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]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving 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/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
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/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
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]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
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/rbs-3.4.1/ext/rbs_extension'
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 to 
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.4.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.4.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0/aarch64-linux
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.4.0+0/aarch64-linux
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/3.4.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.4.0+0/ruby
installing command scripts:         /home/opc/ruby/install/master/bin
installing library scripts:         /home/opc/ruby/install/master/lib/ruby/3.4.0+0
installing common headers:          /home/opc/ruby/install/master/include/ruby-3.4.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.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.1
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.3
                                    net-imap 0.4.9
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
installing bundled gem cache:       /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j3" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j3'
 Fstderr output is not empty
   <internal:ractor>:367: [BUG] Segmentation fault at 0x000000000000000d
   ruby 3.4.0dev (2023-12-29T10:30:24Z master bb59696614) [aarch64-linux]
   
   -- Control frame information -----------------------------------------------
   c:0004 p:---- s:0031 e:000030 CFUNC  :initialize_clone
   c:0003 p:0064 s:0028 e:000022 METHOD <internal:ractor>:367
   c:0002 p:0071 s:0013 E:001bc0 EVAL   bootstraptest.test_ractor.rb_506_1260.rb:17 [FINISH]
   c:0001 p:0000 s:0003 E:000df0 DUMMY  [FINISH]
   
   -- Ruby level backtrace information ----------------------------------------
   bootstraptest.test_ractor.rb_506_1260.rb:17:in `<main>'
   <internal:ractor>:367:in `select'
   <internal:ractor>:367:in `initialize_clone'
   
   -- Threading information ---------------------------------------------------
   Total ractor count: 11
   Ruby thread count for this ractor: 1
   
   -- Machine register context ------------------------------------------------
     x0: 0x000000000000000d  x1: 0x0000000000000c51  x2: 0x0000fffff02e56e0
     x3: 0x0000fffe6e9b5910  x4: 0x0000000000000381  x5: 0x0000fffe6e9b5928
     x6: 0x0000000000000000  x7: 0x0000fffe6e4600f0 x18: 0x0000000000000000
    x19: 0x0000aaaab7ebf000 x20: 0x0000aaaab7ebf000 x21: 0x0000aaaae9fc3320
    x22: 0x0000fffe52e25fd0 x23: 0x000000000000000d x24: 0x0000000000000000
    x25: 0x0000000000000c51 x26: 0x0000fffff02e56e0 x27: 0x0000000000000001
    x28: 0x0000aaaae9fee0d0 x29: 0x0000fffff02e5670  sp: 0x0000fffff02e5670
    fau: 0x000000000000000d
   
   -- C level backtrace information -------------------------------------------
   /home/opc/ruby/build/master/miniruby(rb_print_backtrace+0x14) [0xaaaab7cedf90] /home/opc/ruby/src/master/vm_dump.c:820
   /home/opc/ruby/build/master/miniruby(rb_vm_bugreport) /home/opc/ruby/src/master/vm_dump.c:1151
   /home/opc/ruby/build/master/miniruby(rb_bug_for_fatal_signal+0xe8) [0xaaaab7b08490] /home/opc/ruby/src/master/error.c:1065
   /home/opc/ruby/build/master/miniruby(sigsegv+0x58) [0xaaaab7c4b6d8] /home/opc/ruby/src/master/signal.c:926
   /home/opc/ruby/build/master/miniruby(sigill) (null):0
   linux-vdso.so.1(__kernel_rt_sigreturn+0x0) [0xfffe6e9605a8]
   /home/opc/ruby/build/master/miniruby(rb_id_table_memsize+0x18) [0xaaaab7c84420] /home/opc/ruby/src/master/id_table.c:127
   /home/opc/ruby/build/master/miniruby(rb_id_table_lookup) (null):0
   /home/opc/ruby/build/master/miniruby(cached_callable_method_entry+0x1c) [0xaaaab7ccb250] /home/opc/ruby/src/master/vm_method.c:1295
   /home/opc/ruby/build/master/miniruby(callable_method_entry_or_negative) /home/opc/ruby/src/master/vm_method.c:1365
   /home/opc/ruby/build/master/miniruby(callable_method_entry+0x4) [0xaaaab7ccb6d8] /home/opc/ruby/src/master/vm_method.c:1402
   /home/opc/ruby/build/master/miniruby(rb_callable_method_entry) /home/opc/ruby/src/master/vm_method.c:1409
   /home/opc/ruby/build/master/miniruby(gccct_method_search_slowpath) /home/opc/ruby/src/master/vm_eval.c:456
   /home/opc/ruby/build/master/miniruby(gccct_method_search+0x20) [0xaaaab7cdd0b4] /home/opc/ruby/src/master/vm_eval.c:505
   /home/opc/ruby/build/master/miniruby(rb_funcallv_scope) /home/opc/ruby/src/master/vm_eval.c:1063
   /home/opc/ruby/build/master/miniruby(rb_obj_init_clone+0xa4) [0xaaaab7baade4] /home/opc/ruby/src/master/object.c:670
   /home/opc/ruby/build/master/miniruby(vm_call0_cfunc_with_frame+0x74) [0xaaaab7cd96cc] /home/opc/ruby/src/master/vm_eval.c:173
   /home/opc/ruby/build/master/miniruby(vm_call0_cfunc) /home/opc/ruby/src/master/vm_eval.c:187
   /home/opc/ruby/build/master/miniruby(vm_call0_body) /home/opc/ruby/src/master/vm_eval.c:233
   /home/opc/ruby/build/master/miniruby(vm_call0_cc+0xc0) [0xaaaab7cd9d70] /home/opc/ruby/src/master/vm_eval.c:110
   /home/opc/ruby/build/master/miniruby(mutable_obj_clone+0x1fc) [0xaaaab7babb44] /home/opc/ruby/src/master/object.c:476
   /home/opc/ruby/build/master/miniruby(copy_enter+0xd8) [0xaaaab7bf95f0] /home/opc/ruby/src/master/ractor.c:3557
   /home/opc/ruby/build/master/miniruby(obj_traverse_replace_i+0x80) [0xaaaab7bf6da0] /home/opc/ruby/src/master/ractor.c:3258
   /home/opc/ruby/build/master/miniruby(rb_obj_traverse_replace+0x30) [0xaaaab7bfa7d8] /home/opc/ruby/src/master/ractor.c:3460
   /home/opc/ruby/build/master/miniruby(ractor_copy) /home/opc/ruby/src/master/ractor.c:3571
   /home/opc/ruby/build/master/miniruby(ractor_basket_prepare_contents) /home/opc/ruby/src/master/ractor.c:951
   /home/opc/ruby/build/master/miniruby(ractor_try_yield) /home/opc/ruby/src/master/ractor.c:1328
   /home/opc/ruby/build/master/miniruby(ractor_selector__wait+0x3dc) [0xaaaab7bfadfc] /home/opc/ruby/src/master/ractor.c:1679
   /home/opc/ruby/build/master/miniruby(ractor_select_internal+0x154) [0xaaaab7bfb34c] /home/opc/ruby/src/master/ractor.c:1808
   /home/opc/ruby/build/master/miniruby(attr_sp_inc_invokebuiltin+0x0) [0xaaaab7ce0d04] /home/opc/ruby/src/master/vm_insnhelper.c:6863
   /home/opc/ruby/build/master/miniruby(vm_exec_core) vm.inc:4172
   /home/opc/ruby/build/master/miniruby(vm_exec_loop+0x0) [0xaaaab7cd3e0c] /home/opc/ruby/src/master/vm.c:2486
   /home/opc/ruby/build/master/miniruby(rb_vm_exec) /home/opc/ruby/src/master/vm.c:2489
   /home/opc/ruby/build/master/miniruby(rb_ec_exec_node+0xbc) [0xaaaab7b10b7c] /home/opc/ruby/src/master/eval.c:287
   /home/opc/ruby/build/master/miniruby(ruby_run_node+0x60) [0xaaaab7b12ca0] /home/opc/ruby/src/master/eval.c:328
   /home/opc/ruby/build/master/miniruby(main+0x70) [0xaaaab7a578a0] /home/opc/ruby/src/master/main.c:39
   
   -- Other runtime information -----------------------------------------------
   
   * Loaded script: bootstraptest.test_ractor.rb_506_1260.rb
   
   * Loaded features:
   
       0 enumerator.so
       1 thread.rb
       2 fiber.so
       3 rational.so
       4 complex.so
       5 ruby2_keywords.rb
       6 /home/opc/ruby/build/master/aarch64-linux-fake.rb
   
   * Process memory map:
   
   aaaab7a20000-aaaab7eb0000 r-xp 00000000 fc:00 70010967                   /home/opc/ruby/build/master/miniruby
   aaaab7eb0000-aaaab7ec0000 r--p 00480000 fc:00 70010967                   /home/opc/ruby/build/master/miniruby
   aaaab7ec0000-aaaab7ed0000 rw-p 00490000 fc:00 70010967                   /home/opc/ruby/build/master/miniruby
   aaaab7ed0000-aaaab7ee0000 rw-p 00000000 00:00 0 
   aaaae9fc0000-aaaaea1c0000 rw-p 00000000 00:00 0                          [heap]
   fffe1c000000-fffe1c030000 rw-p 00000000 00:00 0 
   fffe1c030000-fffe20000000 ---p 00000000 00:00 0 
   fffe218f0000-fffe24000000 r--s 00000000 fc:00 70010967                   /home/opc/ruby/build/master/miniruby
   fffe24000000-fffe24030000 rw-p 00000000 00:00 0 
   fffe24030000-fffe28000000 ---p 00000000 00:00 0 
   fffe28000000-fffe28030000 rw-p 00000000 00:00 0 
   fffe28030000-fffe2c000000 ---p 00000000 00:00 0 
   fffe2c000000-fffe2c030000 rw-p 00000000 00:00 0 
   fffe2c030000-fffe30000000 ---p 00000000 00:00 0 
   fffe32520000-fffe32530000 ---p 00000000 00:00 0 
   fffe32530000-fffe32630000 rw-p 00000000 00:00 0 
   fffe32630000-fffe32640000 ---p 00000000 00:00 0 
   fffe32640000-fffe32740000 rw-p 00000000 00:00 0 
   fffe32740000-fffe32750000 ---p 00000000 00:00 0 
   fffe32750000-fffe32850000 rw-p 00000000 00:00 0 
   fffe32850000-fffe32860000 ---p 00000000 00:00 0 
   fffe32860000-fffe32960000 rw-p 00000000 00:00 0 
   fffe32960000-fffe32970000 ---p 00000000 00:00 0 
   fffe32970000-fffe32b80000 rw-p 00000000 00:00 0 
   fffe32b80000-fffe32b90000 ---p 00000000 00:00 0 
   fffe32b90000-fffe32d90000 rw-p 00000000 00:00 0 
   fffe32d90000-fffe32da0000 ---p 00000000 00:00 0 
   fffe32da0000-fffe32fa0000 rw-p 00000000 00:00 0 
   fffe32fa0000-fffe32fb0000 ---p 00000000 00:00 0 
   fffe32fb0000-fffe331b0000 rw-p 00000000 00:00 0 
   fffe331b0000-fffe331c0000 ---p 00000000 00:00 0 
   fffe331c0000-fffe333c0000 rw-p 00000000 00:00 0 
   fffe333c0000-fffe333d0000 ---p 00000000 00:00 0 
   fffe333d0000-fffe335d0000 rw-p 00000000 00:00 0 
   fffe335d0000-fffe335e0000 ---p 00000000 00:00 0 
   fffe335e0000-fffe337e0000 rw-p 00000000 00:00 0 
   fffe337e0000-fffe337f0000 ---p 00000000 00:00 0 
   fffe337f0000-fffe339f0000 rw-p 00000000 00:00 0 
   fffe339f0000-fffe33a00000 ---p 00000000 00:00 0 
   fffe33a00000-fffe33c00000 rw-p 00000000 00:00 0 
   fffe33c00000-fffe33c10000 ---p 00000000 00:00 0 
   fffe33c10000-fffe33e10000 rw-p 00000000 00:00 0 
   fffe33e10000-fffe33e20000 ---p 00000000 00:00 0 
   fffe33e20000-fffe52aa0000 rw-p 00000000 00:00 0 
   fffe52af0000-fffe52b00000 rw-p 00000000 00:00 0 
   fffe52c00000-fffe52c10000 ---p 00000000 00:00 0 
   fffe52c10000-fffe52d10000 rw-p 00000000 00:00 0 
   fffe52d10000-fffe52d20000 ---p 00000000 00:00 0 
   fffe52d20000-fffe52e30000 rw-p 00000000 00:00 0 
   fffe52ec0000-fffe52ed0000 rw-p 00000000 00:00 0 
   fffe52ed0000-fffe52ef0000 r-xp 00000000 fc:00 154                        /usr/lib64/libgcc_s-8-20210514.so.1
   fffe52ef0000-fffe52f00000 r--p 00010000 fc:00 154                        /usr/lib64/libgcc_s-8-20210514.so.1
   fffe52f00000-fffe52f10000 rw-p 00020000 fc:00 154                        /usr/lib64/libgcc_s-8-20210514.so.1
   fffe52f20000-fffe52f80000 rw-p 00000000 00:00 0 
   fffe52f80000-fffe52f90000 ---p 00000000 00:00 0 
   fffe52f90000-fffe53040000 rw-p 00000000 00:00 0 
   fffe53040000-fffe53050000 ---p 00000000 00:00 0 
   fffe53050000-fffe53100000 rw-p 00000000 00:00 0 
   fffe53100000-fffe53110000 ---p 00000000 00:00 0 
   fffe53110000-fffe531c0000 rw-p 00000000 00:00 0 
   fffe531c0000-fffe531d0000 ---p 00000000 00:00 0 
   fffe531d0000-fffe53280000 rw-p 00000000 00:00 0 
   fffe53280000-fffe53290000 ---p 00000000 00:00 0 
   fffe53290000-fffe53340000 rw-p 00000000 00:00 0 
   fffe53340000-fffe53350000 ---p 00000000 00:00 0 
   fffe53350000-fffe53400000 rw-p 00000000 00:00 0 
   fffe53400000-fffe53410000 ---p 00000000 00:00 0 
   fffe53410000-fffe534c0000 rw-p 00000000 00:00 0 
   fffe534c0000-fffe534d0000 ---p 00000000 00:00 0 
   fffe534d0000-fffe53580000 rw-p 00000000 00:00 0 
   fffe53580000-fffe53590000 ---p 00000000 00:00 0 
   fffe53590000-fffe53640000 rw-p 00000000 00:00 0 
   fffe53640000-fffe53650000 ---p 00000000 00:00 0 
   fffe53650000-fffe53700000 rw-p 00000000 00:00 0 
   fffe53700000-fffe53710000 ---p 00000000 00:00 0 
   fffe53710000-fffe537c0000 rw-p 00000000 00:00 0 
   fffe537c0000-fffe537d0000 ---p 00000000 00:00 0 
   fffe537d0000-fffe53880000 rw-p 00000000 00:00 0 
   fffe53880000-fffe53890000 ---p 00000000 00:00 0 
   fffe53890000-fffe53940000 rw-p 00000000 00:00 0 
   fffe53940000-fffe53950000 ---p 00000000 00:00 0 
   fffe53950000-fffe53a00000 rw-p 00000000 00:00 0 
   fffe53a00000-fffe53a10000 ---p 00000000 00:00 0 
   fffe53a10000-fffe53ac0000 rw-p 00000000 00:00 0 
   fffe53ac0000-fffe53ad0000 ---p 00000000 00:00 0 
   fffe53ad0000-fffe53b80000 rw-p 00000000 00:00 0 
   fffe53b80000-fffe53b90000 ---p 00000000 00:00 0 
   fffe53b90000-fffe53c40000 rw-p 00000000 00:00 0 
   fffe53c40000-fffe53c50000 ---p 00000000 00:00 0 
   fffe53c50000-fffe53d00000 rw-p 00000000 00:00 0 
   fffe53d00000-fffe53d10000 ---p 00000000 00:00 0 
   fffe53d10000-fffe53dc0000 rw-p 00000000 00:00 0 
   fffe53dc0000-fffe53dd0000 ---p 00000000 00:00 0 
   fffe53dd0000-fffe53e80000 rw-p 00000000 00:00 0 
   fffe53e80000-fffe53e90000 ---p 00000000 00:00 0 
   fffe53e90000-fffe53f40000 rw-p 00000000 00:00 0 
   fffe53f40000-fffe53f50000 ---p 00000000 00:00 0 
   fffe53f50000-fffe54000000 rw-p 00000000 00:00 0 
   fffe54000000-fffe54010000 ---p 00000000 00:00 0 
   fffe54010000-fffe540c0000 rw-p 00000000 00:00 0 
   fffe540c0000-fffe540d0000 ---p 00000000 00:00 0 
   fffe540d0000-fffe54180000 rw-p 00000000 00:00 0 
   fffe54180000-fffe54190000 ---p 00000000 00:00 0 
   fffe54190000-fffe54240000 rw-p 00000000 00:00 0 
   fffe54240000-fffe54250000 ---p 00000000 00:00 0 
   fffe54250000-fffe54300000 rw-p 00000000 00:00 0 
   fffe54300000-fffe54310000 ---p 00000000 00:00 0 
   fffe54310000-fffe543c0000 rw-p 00000000 00:00 0 
   fffe543c0000-fffe543d0000 ---p 00000000 00:00 0 
   fffe543d0000-fffe54480000 rw-p 00000000 00:00 0 
   fffe54480000-fffe54490000 ---p 00000000 00:00 0 
   fffe54490000-fffe54540000 rw-p 00000000 00:00 0 
   fffe54540000-fffe54550000 ---p 00000000 00:00 0 
   fffe54550000-fffe54600000 rw-p 00000000 00:00 0 
   fffe54600000-fffe54610000 ---p 00000000 00:00 0 
   fffe54610000-fffe546c0000 rw-p 00000000 00:00 0 
   fffe546c0000-fffe546d0000 ---p 00000000 00:00 0 
   fffe546d0000-fffe54780000 rw-p 00000000 00:00 0 
   fffe54780000-fffe54790000 ---p 00000000 00:00 0 
   fffe54790000-fffe6e570000 rw-p 00000000 00:00 0 
   fffe6e570000-fffe6e5d0000 r--p 00000000 fc:00 33822881                   /usr/lib/locale/en_US.utf8/LC_CTYPE
   fffe6e5d0000-fffe6e730000 r-xp 00000000 fc:00 13802                      /usr/lib64/libc-2.28.so
   fffe6e730000-fffe6e740000 r--p 00150000 fc:00 13802                      /usr/lib64/libc-2.28.so
   fffe6e740000-fffe6e750000 rw-p 00160000 fc:00 13802                      /usr/lib64/libc-2.28.so
   fffe6e750000-fffe6e770000 r-xp 00000000 fc:00 13814                      /usr/lib64/libpthread-2.28.so
   fffe6e770000-fffe6e780000 r--p 00010000 fc:00 13814                      /usr/lib64/libpthread-2.28.so
   fffe6e780000-fffe6e790000 rw-p 00020000 fc:00 13814                      /usr/lib64/libpthread-2.28.so
   fffe6e790000-fffe6e840000 r-xp 00000000 fc:00 13806                      /usr/lib64/libm-2.28.so
   fffe6e840000-fffe6e850000 r--p 000a0000 fc:00 13806                      /usr/lib64/libm-2.28.so
   fffe6e850000-fffe6e860000 rw-p 000b0000 fc:00 13806                      /usr/lib64/libm-2.28.so
   fffe6e860000-fffe6e880000 r-xp 00000000 fc:00 17639                      /usr/lib64/libcrypt.so.1.1.0
   fffe6e880000-fffe6e890000 r--p 00010000 fc:00 17639                      /usr/lib64/libcrypt.so.1.1.0
   fffe6e890000-fffe6e8a0000 rw-p 00000000 00:00 0 
   fffe6e8a0000-fffe6e8b0000 r-xp 00000000 fc:00 13804                      /usr/lib64/libdl-2.28.so
   fffe6e8b0000-fffe6e8c0000 r--p 00000000 fc:00 13804                      /usr/lib64/libdl-2.28.so
   fffe6e8c0000-fffe6e8d0000 rw-p 00010000 fc:00 13804                      /usr/lib64/libdl-2.28.so
   fffe6e8d0000-fffe6e8e0000 r-xp 00000000 fc:00 13818                      /usr/lib64/librt-2.28.so
   fffe6e8e0000-fffe6e8f0000 r--p 00000000 fc:00 13818                      /usr/lib64/librt-2.28.so
   fffe6e8f0000-fffe6e900000 rw-p 00010000 fc:00 13818                      /usr/lib64/librt-2.28.so
   fffe6e900000-fffe6e920000 r-xp 00000000 fc:00 17572                      /usr/lib64/libz.so.1.2.11
   fffe6e920000-fffe6e930000 r--p 00010000 fc:00 17572                      /usr/lib64/libz.so.1.2.11
   fffe6e930000-fffe6e940000 rw-p 00000000 00:00 0 
   fffe6e940000-fffe6e950000 r--s 00000000 fc:00 100664714                  /usr/lib64/gconv/gconv-modules.cache
   fffe6e950000-fffe6e960000 r--p 00000000 00:00 0                          [vvar]
   fffe6e960000-fffe6e970000 r-xp 00000000 00:00 0                          [vdso]
   fffe6e970000-fffe6e9a0000 r-xp 00000000 fc:00 13795                      /usr/lib64/ld-2.28.so
   fffe6e9a0000-fffe6e9b0000 r--p 00020000 fc:00 13795                      /usr/lib64/ld-2.28.so
   fffe6e9b0000-fffe6e9c0000 rw-p 00030000 fc:00 13795                      /usr/lib64/ld-2.28.so
   ffffefaf0000-fffff02f0000 rw-p 00000000 00:00 0                          [stack]
#1260 test_ractor.rb:506: 
     RN = 10
     CR = Ractor.current
   
     rs = (1..RN).map{
       Ractor.new do
         CR.send 'send' + CR.take #=> 'sendyield'
         'take'
       end
     }
     received = []
     taken = []
     yielded = []
     until received.size == RN && taken.size == RN && yielded.size == RN
       r, v = Ractor.select(CR, *rs, yield_value: 'yield')
       case r
       when :receive
         received << v
       when :yield
         yielded << v
       else
         taken << v
         rs.delete r
       end
     end
     r = [received == ['sendyield'] * RN,
          yielded  == [nil] * RN,
          taken    == ['take'] * RN,
     ]
   
     STDERR.puts [received, yielded, taken].inspect
     r
  #=> "" (expected "[true, true, true]")  
FAIL 1/0 tests failed
make: *** [uncommon.mk:878: yes-btest] Error 1
$$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 512.
$$$[beg] make yes-test-basic TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -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  
	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-10.1.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.

Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -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  
	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-10.1.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 '/home/opc/ruby/src/master/enc/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/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
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/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
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/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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=37660
  "--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/910] 820353=test_win32ole_variant_outarg
[  2/910] 820352=test_rdoc_encoding
[  3/910] 820351=test_key_actor_vi
[  4/910] 820353=test_postponed_job
[  5/910] 820352=test_gem_request_set_lockfile
[  6/910] 820351=test_rdoc_markdown
[  7/910] 820353=test_httpresponses
[  8/910] 820353=test_rdoc_constant
[  9/910] 820351=test_deprecate
[ 10/910] 820353=test_generic
[ 11/910] 820353=test_rdoc_markup_to_html_snippet
[ 12/910] 820351=test_common
[ 13/910] 820353=test_stringify_symbols
[ 14/910] 820353=test_require
[ 15/910] 820353=test_objspace
[ 16/910] 820352=test_general
[ 17/910] 820351=test_rdoc_text
[ 18/910] 820352=library_symbols_test
[ 19/910] 820351=test_row
[ 20/910] 820351=test_rdoc_markup_indented_paragraph
[ 21/910] 820352=test_iseq_load
[ 22/910] 820351=test_rdoc_markup_parser
[ 23/910] 820351=test_stream
[ 24/910] 820351=test_row_separator
[ 25/910] 820351=test_have_library
[ 26/910] 820352=test_ns_spki
[ 27/910] 820352=test_gem_doctor
[ 28/910] 820352=json_fixtures_test
[ 29/910] 820352=test_len
[ 30/910] 820352=test_rdoc_parser_c
[ 31/910] 820351=test_kwargs
[ 32/910] 820351=test_io_wait
[ 33/910] 820352=test_pack
[ 34/910] 820351=parse_test
[ 35/910] 820352=test_tsort
[ 36/910] 820352=test_column_separator
[ 37/910] 820352=test_typeddata
[ 38/910] 820352=test_gem_commands_fetch_command
[ 39/910] 820352=test_securerandom
[ 40/910] 820352=test_gem_commands_outdated_command
[ 41/910] 820352=test_each
[ 42/910] 820352=test_gem_dependency_list
[ 43/910] 820352=test_rdoc_parser_changelog
[ 44/910] 820352=parameters_signature_test
[ 45/910] 820352=test_rand
[ 46/910] 820352=test_string_processing
[ 47/910] 820352=test_random_formatter
[ 48/910] 820352=test_rdoc_markup_attributes
[ 49/910] 820352=test_skip_lines
[ 50/910] 820352=test_rdoc_code_object
[ 51/910] 820352=test_process
.Leaked file descriptor: TestProcess#test_execopts_uid: 7 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-29 13:34:29.056795567 +0000, mtime=2023-12-29 13:34:29.052795554 +0000, ctime=2023-12-29 13:34:29.052795554 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    820352  opc    7r   REG  252,0  9253600 2134123 /var/lib/sss/mc/passwd
[ 52/910] 820351=test_euc_kr
[ 53/910] 820351=test_provider
[ 54/910] 820351=test_gem_source_specific_file
[ 55/910] 820351=test_bmethod
[ 56/910] 820351=test_ractor
[ 57/910] 820351=test_null
[ 58/910] 820351=test_data
[ 59/910] 820351=test_memory_view
[ 60/910] 820351=test_pkey_dh
Leaked file descriptor: TestProcess#test_uid_from_name: 8 #<File::Stat dev=0x9, ino=1118227506, 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    820352  opc    8u  unix 0x0000000000000000      0t0 1118227506 type=STREAM
[ 61/910] 820351=test_m17n_comb
[ 62/910] 820353=test_win32ole_typelib
[ 63/910] 820353=test_pkey
[ 64/910] 820353=test_external_new
[ 65/910] 820353=test_bigzero
[ 66/910] 820353=test_gem_platform
[ 67/910] 820353=test_gem_commands_query_command
[ 68/910] 820353=test_gem_unsatisfiable_dependency_error
[ 69/910] 820353=test_literal
[ 70/910] 820351=test_thread
[ 71/910] 820351=test_complex2
[ 72/910] 820351=test_config
[ 73/910] 820351=test_table
[ 74/910] 820351=test_gem_security_signer
[ 75/910] 820353=test_header
[ 76/910] 820353=test_gem_util
[ 77/910] 820351=test_input_method
[ 78/910] 820351=test_io
[ 79/910] 820353=test_rdoc_i18n_text
[ 80/910] 820353=test_io_buffer
[ 81/910] 820353=test_rdoc_context_section
[ 82/910] 820353=test_deprecated
[ 83/910] 820353=test_optparse
[ 84/910] 820353=test_unconverted_fields
[ 85/910] 820353=test_exception
[ 86/910] 820351=test_bash_completion
[ 87/910] 820351=test_div
[ 88/910] 820351=test_files_test_2
[ 89/910] 820353=test_rdoc_markup_to_html_crossref
[ 90/910] 820353=test_syntax
[ 91/910] 820351=test_scalar
[ 92/910] 820351=test_class_name_check
[ 93/910] 820351=test_basicsocket
[ 94/910] 820351=test_zsh_completion
[ 95/910] 820351=test_convert
[ 96/910] 820351=test_pkcs7
[ 97/910] 820351=test_gem_commands_environment_command
.Leaked file descriptor: TestProcess#test_gid_from_name: 9 #<File::Stat dev=0xfc00, ino=2134126, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2023-12-29 13:34:53.868875073 +0000, mtime=2023-12-29 13:34:42.152837531 +0000, ctime=2023-12-29 13:34:42.152837531 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    820352  opc    9r   REG  252,0  6940392 2134126 /var/lib/sss/mc/group
[ 98/910] 820351=test_pack
[ 99/910] 820351=test_gem_commands_stale_command
[100/910] 820351=test_rdoc_markup_to_tt_only
[101/910] 820351=test_quote_empty
[102/910] 820351=json_parser_test
[103/910] 820351=test_date_strftime
[104/910] 820351=test_ws
[105/910] 820351=test_gem_commands_cert_command
[106/910] 820353=test_singleton
[107/910] 820353=test_numeric
[108/910] 820353=test_fstring
[109/910] 820353=test_rdoc_require
[110/910] 820353=test_gem_ext_rake_builder
[111/910] 820351=test_word
[112/910] 820351=test_timeout
[113/910] 820353=test_rdoc_markup_raw
[114/910] 820353=test_rdoc_markup_to_bs
[115/910] 820353=test_key_name_check
[116/910] 820353=test_instrumentation_api
[117/910] 820351=test_weakref
[118/910] 820351=test_rdoc_alias
[119/910] 820351=test_human_typo
[120/910] 820351=test_import
[121/910] 820351=test_wait
[122/910] 820351=test_observer
[123/910] 820351=test_nil
[124/910] 820351=test_psych
[125/910] 820351=test_yaml_tree
[126/910] 820351=test_gem_commands_yank_command
[127/910] 820351=test_cstr
[128/910] 820353=test_euc_tw
[129/910] 820353=test_gem_resolver_dependency_request
[130/910] 820353=test_big2str
[131/910] 820353=test_gem_resolver_specification
[132/910] 820353=test_pkey_dsa
[133/910] 820351=test_logger
[134/910] 820351=json_string_matching_test
[135/910] 820351=test_gem_config_file
[136/910] 820351=test_comparable
[137/910] 820351=test_rdoc_rdoc
[138/910] 820351=test_yjit_exit_locations
[139/910] 820351=test_rdoc_markdown_test
[140/910] 820352=test_io_timeout
[141/910] 820352=test_type_completor
[142/910] 820352=test_rdoc_normal_module
[143/910] 820352=test_io_buffer
[144/910] 820352=test_kdf
[145/910] 820352=test_ldap
[146/910] 820352=test_thread_queue
[147/910] 820351=test_defined
[148/910] 820351=test_passing_block
[149/910] 820351=test_nowrite
[150/910] 820351=test_tree_builder
[151/910] 820351=test_gem_commands_update_command
[152/910] 820353=test_big5
[153/910] 820353=test_date
[154/910] 820353=test_protect
[155/910] 820353=test_fnmatch
[156/910] 820353=test_pathname
[157/910] 820353=test_rdoc_markup_pre_process
[158/910] 820353=test_store
[159/910] 820353=test_coverage
[160/910] 820353=test_http_request
[161/910] 820353=test_tempfile
[162/910] 820351=test_erb_m17n
[163/910] 820351=test_rdoc_generator_pot_po_entry
[164/910] 820351=test_timeout
[165/910] 820351=test_rdoc_markup_verbatim
[166/910] 820351=test_webauthn_poller
[167/910] 820353=test_date_conv
[168/910] 820353=test_frozen
[169/910] 820353=test_gem_resolver_index_specification
[170/910] 820353=test_serialize_subclasses
[171/910] 820353=test_egrep_cpp
[172/910] 820351=test_files_lib
[173/910] 820351=test_string_memory
[174/910] 820353=test_enumerator_kw
[175/910] 820353=test_marshalable
[176/910] 820353=test_line_editor
[177/910] 820351=test_string
[178/910] 820353=json_common_interface_test
[179/910] 820351=test_error_highlight
[180/910] 820353=test_rdoc_any_method
[181/910] 820351=test_function_entry
[182/910] 820351=test_raise
[183/910] 820351=test_complexrational
[184/910] 820351=version_test
[185/910] 820351=test_rat
[186/910] 820351=test_gem_request_connection_pools
[187/910] 820353=test_init
[188/910] 820353=test_flags
[189/910] 820353=test_yamlstore
[190/910] 820353=test_bug-3571
[191/910] 820353=test_numeric
[192/910] 820353=test_file
[193/910] 820353=test_time
[194/910] 820353=test_capacity
[195/910] 820353=test_gem_commands_owner_command
[196/910] 820351=test_nextafter
[197/910] 820351=test_encoding
[198/910] 820351=test_hmac
[199/910] 820351=test_rdoc_generator_markup
[200/910] 820351=test_constant
[201/910] 820353=test_find
[202/910] 820353=test_pipe
[203/910] 820352=test_macro
[204/910] 820352=test_string
[205/910] 820353=test_function
[206/910] 820353=test_gem_resolver_activation_request
[207/910] 820353=test_gem_commands_server_command
[208/910] 820353=test_tcp
[209/910] 820353=test_win32ole_method_event
[210/910] 820353=parse_comments_test
[211/910] 820353=test_gem_name_tuple
[212/910] 820353=test_rdoc_markup_to_table_of_contents
[213/910] 820353=test_integer
[214/910] 820353=test_gem_requirement
[215/910] 820353=test_path_to_class
[216/910] 820353=test_enumerator
[217/910] 820353=test_reqarg
[218/910] 820353=test_frozen_error
[219/910] 820353=test_spell_checker
[220/910] 820353=test_gem_version
[221/910] 820353=test_gem_ext_ext_conf_builder
[222/910] 820351=test_resource
[223/910] 820351=test_gem_package_tar_reader_entry
[224/910] 820351=test_gem_uri
[225/910] 820351=test_bug-5832
[226/910] 820351=test_yield_block
[227/910] 820351=test_rewind
[228/910] 820351=test_c_struct_builder
[229/910] 820353=test_ubf_async_safe
[230/910] 820353=test_pstore
[231/910] 820351=test_win32ole_record
[232/910] 820351=test_rdoc_include
[233/910] 820351=test_gem_version_option
[234/910] 820353=test_date_compat
[235/910] 820353=test_bigdecimal_util
[236/910] 820353=test_gem_ext_cargo_builder
[237/910] 820351=test_proc
[238/910] 820353=test_console_attr
[239/910] 820353=test_gem_commands_unpack_command
[240/910] 820353=test_show_source
[241/910] 820353=test_zlib
[242/910] 820351=test_rdoc_options
[243/910] 820351=test_cp949
[244/910] 820351=test_jaro_winkler
[245/910] 820351=test_condition
[246/910] 820351=test_gem_resolver_vendor_set
[247/910] 820351=test_gem_dependency_resolution_error
[248/910] 820351=test_mixed_unicode_escapes
[249/910] 820351=test_sleep
[250/910] 820351=test_fileutils
Leaked file descriptor: TestFileUtils#test_chown_error: 11 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-29 13:34:29.056795567 +0000, mtime=2023-12-29 13:34:29.052795554 +0000, ctime=2023-12-29 13:34:29.052795554 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    820351  opc   11r   REG  252,0  9253600 2134123 /var/lib/sss/mc/passwd
[251/910] 820351=test_sorted_set
[252/910] 820351=test_emoji
[253/910] 820351=test_stack
[254/910] 820351=test_windows_1252
[255/910] 820351=test_syslog_logger
[256/910] 820351=test_face
[257/910] 820351=test_date_attr
[258/910] 820351=test_sizeof
[259/910] 820353=test_gem_request_set_lockfile_parser
[260/910] 820353=test_stringchar
[261/910] 820353=test_econv
[262/910] 820353=test_gem_install_update_options
[263/910] 820353=test_drb
[264/910] 820351=test_gem_specification
[265/910] 820352=test_flush
[266/910] 820352=test_pkey_rsa
[267/910] 820352=test_numhash
[268/910] 820352=test_system
[269/910] 820352=test_bigmath
[270/910] 820352=test_win32ole_variable
[271/910] 820352=test_rdoc_class_module
[272/910] 820351=test_parse
[273/910] 820351=test_rdoc_cross_reference
[274/910] 820352=test_method_cache
[275/910] 820352=test_case
[276/910] 820352=test_open-uri
[277/910] 820351=test_enc_associate
[278/910] 820352=test_enumerator
[279/910] 820351=test_gem_command_manager
[280/910] 820351=test_rdoc_context
[281/910] 820351=test_array
[282/910] 820351=test_libs
[283/910] 820351=test_iso_8859
[284/910] 820351=comments_test
[285/910] 820351=test_qsort
[286/910] 820351=test_gc
[287/910] 820351=test_math
[288/910] 820351=test_drbobject
[289/910] 820351=test_safe_load
[290/910] 820351=test_sprintf
[291/910] 820353=test_const
[292/910] 820351=test_rdoc_parser_rd
[293/910] 820353=test_class
[294/910] 820351=test_exit
[295/910] 820351=test_gem_source_list
[296/910] 820351=json_addition_test
[297/910] 820351=test_name_error
[298/910] 820351=test_gem_commands_sources_command
[299/910] 820351=test_yaml_special_cases
[300/910] 820351=test_recorder
[301/910] 820351=test_framework
[302/910] 820351=test_coderange
[303/910] 820351=test_weakmap
[304/910] 820353=test_inadvertent_creation
[305/910] 820353=test_ansi_with_terminfo
[306/910] 820353=test_pack
[307/910] 820353=test_cgi_tag_helper
[308/910] 820353=test_pinned
[309/910] 820353=test_rdoc_generator_json_index
[310/910] 820353=test_date_time
[311/910] 820353=test_nil2vtempty
[312/910] 820353=test_gem_commands_push_command
[313/910] 820353=locals_test
[314/910] 820353=test_too_many_dummy_encodings
[315/910] 820353=test_method_cache
[316/910] 820353=test_sprintf_comb
[317/910] 820353=test_internal_ivar
[318/910] 820353=test_win32ole
[319/910] 820353=test_gem_source_local
[320/910] 820353=desugar_compiler_test
[321/910] 820353=test_rendering
[322/910] 820353=test_gem_gemcutter_utilities
[323/910] 820353=test_rdoc_task
[324/910] 820353=test_tracepoint
[325/910] 820353=test_gem_text
[326/910] 820353=test_settracefunc
[327/910] 820353=test_backtrace
[328/910] 820353=test_pty
[329/910] 820353=test_gem_dependency_installer
[330/910] 820351=test_general
[331/910] 820351=test_http
[332/910] 820351=test_hash
[333/910] 820353=encoding_test
[334/910] 820353=test_gem_commands_specification_command
[335/910] 820353=test_scan_args
[336/910] 820353=test_gem_commands_which_command
[337/910] 820353=test_gem_request
[338/910] 820353=test_gem_package_old
[339/910] 820353=test_argf
[340/910] 820351=test_yaml
[341/910] 820351=test_x509name
[342/910] 820351=test_gem_dependency
[343/910] 820351=test_gem_uninstaller
[344/910] 820352=test_cclass
[345/910] 820352=test_yjit
[346/910] 820352=test_m17n
[347/910] 820352=test_method
[348/910] 820351=test_filter
[349/910] 820351=test_parser_events
[350/910] 820351=test_pkcs12
[351/910] 820353=test_gem_remote_fetcher
[352/910] 820351=test_koi8
[353/910] 820351=test_json_tree
[354/910] 820351=test_severity
[355/910] 820351=test_case
[356/910] 820351=test_ractor
[357/910] 820351=test_gem_package_tar_writer
[358/910] 820351=test_str2big
[359/910] 820351=test_http
[360/910] 820353=test_utf16
[361/910] 820353=attribute_write_test
[362/910] 820353=test_set
[363/910] 820353=test_rdoc_markup_to_rdoc
[364/910] 820353=test_queue
[365/910] 820353=test_delegation
[366/910] 820353=test_gem_resolver_lock_specification
[367/910] 820353=test_boolean
[368/910] 820353=test_gc_compact
[369/910] 820352=test_rdoc_i18n_locale
[370/910] 820352=test_dryrun
[371/910] 820352=test_gem_uri_formatter
[372/910] 820352=test_prettyprint
[373/910] 820352=test_ole_methods
[374/910] 820352=test_cgi_util
[375/910] 820352=test_clone
[376/910] 820352=test_enc_raise
[377/910] 820352=test_data_error
[378/910] 820352=test_rdoc_stats
[379/910] 820352=test_files_sample
[380/910] 820352=test_rubyoptions
[381/910] 820353=test_optimization
[382/910] 820352=test_shift_jis
[383/910] 820352=test_mutex_m
[384/910] 820352=test_rdoc_store
[385/910] 820352=regexp_test
[386/910] 820352=test_yield
[387/910] 820351=test_remote_fetch_error
[388/910] 820351=test_case_mapping
[389/910] 820351=test_rational
[390/910] 820351=test_gem_ext_cargo_builder_unit
[391/910] 820351=test_ractor
[392/910] 820351=test_read
[393/910] 820353=test_rdoc_rubygems_hook
[394/910] 820353=test_gem_resolver_api_specification
[395/910] 820351=test_webauthn_listener
[396/910] 820353=test_key_event_record
[397/910] 820353=test_date_parse
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 36439>
COMMAND    PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    820351  opc   14u  IPv4 1118242188      0t0  TCP localhost:36439->localhost:50464 (CLOSE_WAIT)
[398/910] 820353=test_abbrev
[399/910] 820353=test_open3
[400/910] 820351=test_mdns
[401/910] 820351=test_arity
[402/910] 820351=test_thread
[403/910] 820351=test_buffering
[404/910] 820351=test_svcb_https
[405/910] 820351=test_pkey_ec
[406/910] 820351=test_yamldbm
[407/910] 820351=test_gem_spec_fetcher
[408/910] 820351=test_unicode_escape
Closed file descriptor: TestUnicodeEscape#test_edge_cases: 14
[409/910] 820351=test_switch_hitter
[410/910] 820351=test_default_gems
[411/910] 820351=test_backtrace
[412/910] 820351=test_gbk
[413/910] 820351=test_gem_commands_dependency_command
[414/910] 820351=test_rdoc_method_attr
[415/910] 820351=test_enumerable
[416/910] 820351=test_set
[417/910] 820351=test_tree_spell_checker
[418/910] 820351=test_hash_create
[419/910] 820351=test_grapheme_breaks
[420/910] 820351=test_shapes
[421/910] 820351=test_did_you_mean
[422/910] 820351=test_force_quotes
[423/910] 820351=test_rdoc_extend
[424/910] 820351=test_cesu8
[425/910] 820351=test_storage
[426/910] 820351=test_err_in_callback
[427/910] 820351=test_method_name_check
[428/910] 820351=test_merge_keys
[429/910] 820351=test_iterator
[430/910] 820351=test_string
[431/910] 820351=test_gem_commands_install_command
[432/910] 820352=test_kernel
[433/910] 820353=test_rendering
[434/910] 820353=pattern_test
[435/910] 820353=test_gem_rdoc
[436/910] 820352=test_dot_dot
[437/910] 820352=!Nothing_to_test
[438/910] 820352=test_fd_setsize
[439/910] 820352=test_process
[440/910] 820352=test_cmd
[441/910] 820353=test_forwardable
[442/910] 820353=test_acl
[443/910] 820353=test_array_create
[444/910] 820353=test_memory_view
[445/910] 820353=test_dir_m17n
[446/910] 820352=test_rinda
[447/910] 820351=test_complex
[448/910] 820351=test_threadgroup
[449/910] 820353=test_undef
[450/910] 820353=test_rdoc_generator_darkfish
[451/910] 820353=test_random
[452/910] 820353=test_gem_resolver_lock_set
[453/910] 820353=test_gem_command
[454/910] 820351=test_features
[455/910] 820353=test_asn1
[456/910] 820353=test_verbose
[457/910] 820353=test_gem_commands_open_command
[458/910] 820351=test_normalize
[459/910] 820351=test_emoji_breaks
[460/910] 820353=test_assignment
[461/910] 820352=test_gem_update_suggestion
[462/910] 820352=test_basicinstructions
[463/910] 820352=test_utf32
[464/910] 820352=test_gem_resolver_git_specification
[465/910] 820352=test_key_actor_emacs
[466/910] 820352=test_gem_security
[467/910] 820353=test_erb
[468/910] 820353=test_date_ractor
[469/910] 820353=test_variable
[470/910] 820353=test_hash
[471/910] 820353=test_rdoc_tom_doc
[472/910] 820353=test_gem_commands_pristine_command
[473/910] 820351=test_optarg
[474/910] 820351=ripper_compat_test
[475/910] 820351=test_gem_impossible_dependencies_error
[476/910] 820351=test_pp
[477/910] 820351=test_gem_resolver_requirement_list
[478/910] 820351=memsize_test
[479/910] 820351=test_arith_seq_beg_len_step
[480/910] 820351=test_raise_exception
[481/910] 820351=test_exception
[482/910] 820351=test_noarg
[483/910] 820351=test_rdoc_markup_to_ansi
[484/910] 820351=test_getoptlong
[485/910] 820351=test_evaluation
[486/910] 820351=test_protocol
[487/910] 820351=test_weakkeymap
[488/910] 820353=test_files_test
[489/910] 820353=test_gem_commands_info_command
[490/910] 820353=test_https
[491/910] 820353=test_object_create_start
[492/910] 820353=test_gem_request_set_gem_dependency_api
[493/910] 820351=test_name_error_extension
[494/910] 820351=test_irb
[495/910] 820353=test_rdoc_markup_paragraph
[496/910] 820353=test_x509cert
[497/910] 820351=test_require_path_check
[498/910] 820353=test_variable_name_check
[499/910] 820353=test_bn
[500/910] 820353=test_logdevice
[501/910] 820351=test_ast
[502/910] 820353=test_ssl_session
[503/910] 820353=test_gem_package_tar_header
[504/910] 820353=test_rational2
[505/910] 820353=test_logperiod
[506/910] 820353=test_case_comprehensive
[507/910] 820352=test_placearg
[508/910] 820352=test_file_exhaustive
[509/910] 820352=test_ractor
[510/910] 820352=test_completion
[511/910] 820352=test_handle
[512/910] 820352=test_gem_security_policy
[513/910] 820352=test_rdoc_markup_document
[514/910] 820352=test_delete
[515/910] 820352=test_io_wait_uncommon
[516/910] 820352=test_gem_ci_detector
[517/910] 820352=test_continuation
[518/910] 820352=test_fixnum
[519/910] 820352=test_signal
[520/910] 820352=test_gem_silent_ui
[521/910] 820352=test_rdoc_single_class
[522/910] 820352=test_dup
[523/910] 820352=test_invalid
[524/910] 820352=test_acceptable
[525/910] 820352=test_gem_ext_cargo_builder_link_flag_converter
[526/910] 820352=test_gem_local_remote_options
[527/910] 820352=test_mutex
[528/910] 820352=test_rdoc_token_stream
[529/910] 820352=heredoc_dedent_test
[530/910] 820352=test_type
[531/910] 820352=test_tmpdir
[532/910] 820352=test_struct
[533/910] 820352=test_ractor
[534/910] 820352=test_gem_resolver_installed_specification
[535/910] 820352=test_exception_at_throwing
[536/910] 820352=test_stringscanner
[537/910] 820352=test_fiddle
[538/910] 820352=json_generic_object_test
[539/910] 820352=test_date_arith
[540/910] 820352=test_gem_resolver_vendor_specification
[541/910] 820352=test_gem_safe_marshal
[542/910] 820352=test_rdoc_ri_driver
[543/910] 820352=test_ractor
[544/910] 820352=test_httpheader
[545/910] 820352=test_sexp
[546/910] 820352=test_signedness
[547/910] 820352=test_gem_commands_check_command
[548/910] 820352=test_gem_resolver_git_set
[549/910] 820352=test_digest
[550/910] 820352=test_rdoc_parser_markdown
[551/910] 820352=fuzzer_test
[552/910] 820352=test_rubyvm
[553/910] 820352=test_cparser
[554/910] 820353=test_struct
[555/910] 820353=test_c_struct_entry
[556/910] 820353=test_config
[557/910] 820353=test_ostruct
[558/910] 820352=test_depth_first
[559/910] 820352=test_read_write
[560/910] 820352=test_change_word
[561/910] 820352=test_gem_security_trust_dir
[562/910] 820353=test_erb_command
[563/910] 820352=test_module
[564/910] 820353=test_usrmarshal
[565/910] 820353=test_gem_validator
[566/910] 820353=test_gem_source_installed
[567/910] 820353=test_abi
[568/910] 820353=test_bundled_ca
[569/910] 820352=test_integer_comb
[570/910] 820353=test_load
Leaked file descriptor: TestOptionParserLoad#test_load_nothing: 11 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-29 13:35:59.269084638 +0000, mtime=2023-12-29 13:35:59.257084599 +0000, ctime=2023-12-29 13:35:59.257084599 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    820353  opc   11r   REG  252,0  9253600 2134123 /var/lib/sss/mc/passwd
[571/910] 820353=test_ssl
Skipping Gem::PackageTask tests.  rake not found.
[572/910] 820352=test_gem_package_task
[573/910] 820352=test_resize
[574/910] 820352=test_win32ole_param
[575/910] 820352=test_key_error
[576/910] 820352=test_engine
[577/910] 820352=test_patterns
[578/910] 820352=test_fiber
[579/910] 820352=test_gem_commands_mirror
[580/910] 820352=test_rdoc_rd_block_parser
[581/910] 820352=test_x509store
[582/910] 820352=test_rdoc_rd
[583/910] 820352=test_rdoc_generator_pot
[584/910] 820352=test_rdoc_markup_to_markdown
[585/910] 820353=test_rdoc_markup_to_joined_paragraph
[586/910] 820353=test_require_lib
[587/910] 820352=test_gem_gem_runner
[588/910] 820352=test_metaclass
[589/910] 820352=test_objectspace
[590/910] 820352=test_require
[591/910] 820353=test_my_integer
[592/910] 820353=test_gem_resolver_composed_set
[593/910] 820353=test_not
[594/910] 820353=test_cgi_cookie
[595/910] 820353=test_option
[596/910] 820353=test_rdoc_markup_attribute_manager
[597/910] 820353=test_wss
[598/910] 820353=test_gem_source_lock
[599/910] 820353=test_cipher
[600/910] 820353=test_update
[601/910] 820353=test_new
[602/910] 820353=test_rdoc_rd_inline_parser
[603/910] 820352=test_win32ole_type
[604/910] 820352=test_load
[605/910] 820352=test_printf
[606/910] 820353=test_x509attr
[607/910] 820353=test_liberal_parsing
[608/910] 820353=test_debug_cmd
[609/910] 820352=test_quote_char_nil
[610/910] 820353=test_workspace
[611/910] 820352=magic_comment_test
[612/910] 820352=test_win32ole_variant
[613/910] 820352=test_cgi_modruby
[614/910] 820352=test_win32ole_param_event
[615/910] 820352=test_https_proxy
[616/910] 820352=test_rdoc_parser
[617/910] 820352=test_nomethod_error
[618/910] 820352=test_etc
[619/910] 820353=test_stat
[620/910] 820353=test_files_test_1
[621/910] 820353=test_dir
[622/910] 820352=test_closure
[623/910] 820353=test_rubygems
[624/910] 820353=test_resolve_symbol
[625/910] 820353=test_path
[626/910] 820353=test_base64
[627/910] 820353=test_digest
[628/910] 820353=test_rdoc_rd_inline
[629/910] 820353=test_uncorrectable_name_check
[630/910] 820353=test_io
[631/910] 820352=test_converters
[632/910] 820352=test_rdoc_top_level
[633/910] 820352=test_io_m17n
[634/910] 820351=test_cmethod
[635/910] 820351=test_float
[636/910] 820352=test_gem_stub_specification
[637/910] 820352=test_color
[638/910] 820352=test_propertyputref
[639/910] 820352=test_gb18030
[640/910] 820352=test_gem_commands_lock_command
[641/910] 820352=test_reline_key
[642/910] 820352=test_unicode_normalize
[643/910] 820351=test_gem_stream_ui
[644/910] 820351=test_rdoc_generator_ri
[645/910] 820351=test_scanner_events
[646/910] 820351=test_ocsp
[647/910] 820351=test_ipaddr
[648/910] 820351=test_omap
[649/910] 820351=test_date_strptime
[650/910] 820351=test_rdoc_generator_pot_po
[651/910] 820351=test_shellwords
[652/910] 820351=test_mul
[653/910] 820351=test_gem_ext_configure_builder
[654/910] 820351=json_ext_parser_test
[655/910] 820351=test_strip
[656/910] 820351=test_nonblock
[657/910] 820351=test_rdoc_parser_simple
[658/910] 820351=test_autoload
[659/910] 820352=test_gem_package
[660/910] 820352=test_array
[661/910] 820351=test_at_exit
[662/910] 820351=test_benchmark
[663/910] 820353=test_have_macro
[664/910] 820353=test_mkmf
[665/910] 820353=test_gem_source
[666/910] 820353=test_class
[667/910] 820351=test_gem_source_git
[668/910] 820353=test_lexer
[669/910] 820353=test_win32ole_method
[670/910] 820353=test_regex_casefold
[671/910] 820353=test_ripper
[672/910] 820353=test_files_ext
[673/910] 820353=test_thread_cv
[674/910] 820351=test_stringio
[675/910] 820351=test_assembler
[676/910] 820351=test_random
[677/910] 820351=test_eval_history
[678/910] 820351=dispatcher_test
[679/910] 820351=test_unicode
[680/910] 820351=test_win32ole_variant_m
[681/910] 820351=test_pair
[682/910] 820353=test_gem_package_tar_reader
[683/910] 820353=test_gem_commands_signout_command
[684/910] 820353=test_env
[685/910] 820353=test_document
[686/910] 820353=test_eval
[687/910] 820353=test_gem_commands_setup_command
[688/910] 820353=test_history
[689/910] 820353=test_singleton_function
[690/910] 820353=test_syslog
[691/910] 820353=test_iseq
[692/910] 820353=test_primitive
[693/910] 820353=test_parser
[694/910] 820353=test_rdoc_ri_paths
[695/910] 820353=test_gem_request_set_lockfile_tokenizer
[696/910] 820353=test_cgi_multipart
[697/910] 820353=test_lazy_enumerator
[698/910] 820353=test_ractor_compatibility
[699/910] 820353=test_arithmetic_sequence
[700/910] 820353=test_autoconf
[701/910] 820353=test_find_executable
[702/910] 820353=test_sockopt
[703/910] 820353=test_ftp
[704/910] 820353=test_gem_source_fetch_problem
[705/910] 820353=test_install
[706/910] 820353=test_encoding
[707/910] 820353=test_rdoc_comment
[708/910] 820353=test_helper
[709/910] 820353=test_duplicate
[710/910] 820353=test_gem_resolver_api_set
[711/910] 820353=test_mailto
[712/910] 820353=test_addr
[713/910] 820353=test_kill_ring
[714/910] 820353=test_member
[715/910] 820353=test_object
[716/910] 820353=test_cgi_header
[717/910] 820353=test_tuplebag
[718/910] 820353=test_case_options
[719/910] 820353=test_kconv
[720/910] 820353=test_eval
[721/910] 820351=test_monitor
[722/910] 820353=test_beginendblock
[723/910] 820351=test_whileuntil
[724/910] 820351=test_regexp
[725/910] 820353=test_nofree
[726/910] 820353=test_pointer
[727/910] 820353=test_within_pipe
[728/910] 820353=test_drbssl
[729/910] 820352=test_rdoc_normal_class
[730/910] 820352=test_bug_reporter
[731/910] 820352=test_gem_installer
[732/910] 820352=test_buffered_io
[733/910] 820352=test_ossl
[734/910] 820353=test_ruby_lex
[735/910] 820353=test_arith_seq_extract
[736/910] 820353=compiler_test
[737/910] 820353=test_gem_source_subpath_problem
[738/910] 820353=test_object_references
[739/910] 820353=test_trace
[740/910] 820353=test_arity
[741/910] 820353=test_gem_path_support
[742/910] 820353=test_keyword
[743/910] 820353=test_win32ole_type_event
[744/910] 820353=test_scalar_scanner
[745/910] 820353=test_rb_str_dup
[746/910] 820353=test_lambda
[747/910] 820353=test_emitter
[748/910] 820353=test_x509ext
[749/910] 820353=bom_test
[750/910] 820353=test_summary
[751/910] 820353=test_file
[752/910] 820352=test_config
[753/910] 820352=test_rdoc_markup_to_html
[754/910] 820352=test_foreach
[755/910] 820352=test_append
[756/910] 820352=test_encodings
[757/910] 820353=test_gem_resolver_installer_set
[758/910] 820352=test_pattern_key_name_check
[759/910] 820352=test_profile_frames
[760/910] 820353=test_debug
[761/910] 820353=test_refinement
[762/910] 820352=test_transcode
[763/910] 820352=test_class2name
[764/910] 820352=test_gem_commands_cleanup_command
[765/910] 820352=test_dns
[766/910] 820352=test_c_union_entity
[767/910] 820352=test_cgi_session
[768/910] 820352=test_notimplement
[769/910] 820352=test_x509crl
[770/910] 820352=test_rdoc_markup_heading
[771/910] 820352=test_io_console
[772/910] 820353=test_flip
[773/910] 820353=test_compile_prism
[774/910] 820353=test_helper
[775/910] 820353=test_win32ole_event
[776/910] 820353=test_rdoc_markup_formatter
[777/910] 820353=test_gem_commands_uninstall_command
[778/910] 820352=test_digest_extend
[779/910] 820352=test_gem_ext_cmake_builder
[780/910] 820352=test_thread_fd_close
[781/910] 820352=test_last_thread
[782/910] 820353=test_getopts
[783/910] 820353=test_emitter
[784/910] 820353=test_alias
[785/910] 820353=test_fips
[786/910] 820353=test_gem_resolver
[787/910] 820353=test_gem_source_vendor
[788/910] 820353=test_bigdecimal
[789/910] 820352=test_dln
[790/910] 820352=test_object
[791/910] 820352=unescape_test
[792/910] 820352=test_gem_commands_exec_command
[793/910] 820353=test_super
[794/910] 820352=test_color_printer
[795/910] 820352=test_modify_expand
[796/910] 820352=test_gem_available_set
[797/910] 820352=test_pkg_config
[798/910] 820352=errors_test
[799/910] 820352=test_convertible
[800/910] 820353=test_vm_dump
[801/910] 820353=json_encoding_test
[802/910] 820353=test_config
[803/910] 820353=test_func
[804/910] 820352=test_gem_console_ui
[805/910] 820352=test_ifunless
[806/910] 820352=test_insns_leaf
[807/910] 820352=test_readpartial
[808/910] 820352=test_rdoc_parser_ruby
[809/910] 820352=test_httpresponse
[810/910] 820352=test_x509req
[811/910] 820352=test_gem
[812/910] 820353=test_read
[813/910] 820353=json_generator_test
[814/910] 820353=test_ansi_without_terminfo
[815/910] 820353=test_ractor
[816/910] 820353=test_parser
[817/910] 820353=test_rdoc_markup_to_label
[818/910] 820351=test_gem_resolver_best_set
[819/910] 820353=test_cgi_core
[820/910] 820353=test_enc_str_buf_cat
[821/910] 820353=newline_test
[822/910] 820351=test_bignum
[823/910] 820353=test_rdoc_markup_hard_break
[824/910] 820353=ractor_test
[825/910] 820353=test_ancdata
[826/910] 820353=test_marshal
[827/910] 820352=test_nesting_parser
[828/910] 820352=test_gem_resolver_conflict
[829/910] 820352=test_nkf
[830/910] 820353=test_ractor
[831/910] 820352=test_scheduler
[832/910] 820352=test_gem_commands_help_command
[833/910] 820353=test_ssl
[834/910] 820352=test_date_marshal
[835/910] 820352=test_have_func
[836/910] 820353=test_configuration
[837/910] 820353=test_gem_resolver_local_specification
[838/910] 820353=test_gem_commands_list_command
[839/910] 820353=test_date_new
[840/910] 820353=test_udp
[841/910] 820353=test_context
[842/910] 820353=test_gem_commands_contents_command
[843/910] 820353=test_coder
[844/910] 820353=test_rdoc_servlet
[845/910] 820353=test_gem_commands_search_command
[846/910] 820353=test_symbol
[847/910] 820352=test_formatter
[848/910] 820352=test_write
[849/910] 820352=test_integer
[850/910] 820351=test_unix
[851/910] 820351=test_rbconfig
[852/910] 820351=test_num2int
[853/910] 820351=test_iter_break
[854/910] 820351=test_extlibs
[855/910] 820351=test_gem_commands_signin_command
[856/910] 820351=test_range
[857/910] 820352=test_require
[858/910] 820351=test_inputs_scanner
[859/910] 820351=test_recursion
[860/910] 820351=test_enum
[861/910] 820352=test_rdoc_markup_include
[862/910] 820352=test_address_resolve
[863/910] 820352=test_ractor
[864/910] 820352=test_trick
[865/910] 820351=test_stream
[866/910] 820351=test_rdoc_attr
[867/910] 820351=test_locale
[868/910] 820351=test_ts
[869/910] 820351=test_symbol
[870/910] 820351=test_project_sanity
[871/910] 820351=location_test
[872/910] 820351=test_delegate
[873/910] 820351=test_ensured
[874/910] 820351=test_euc_jp
[875/910] 820351=test_key_stroke
[876/910] 820351=test_rdoc_markup
[877/910] 820351=test_alias_and_anchor
[878/910] 820351=test_drbunix
[879/910] 820353=test_time
[880/910] 820353=test_popen_deadlock
[881/910] 820353=ruby_api_test
[882/910] 820353=test_gem_resolver_index_set
[883/910] 820353=test_webauthn_listener_response
[884/910] 820353=test_sleep
[885/910] 820352=test_interned_str
[886/910] 820352=constant_path_node_test
[887/910] 820352=test_set_len
[888/910] 820352=test_folderitem2_invokeverb
[889/910] 820352=test_pattern_matching
[890/910] 820352=test_gc
[891/910] 820351=test_gem_bundler_version_finder
[892/910] 820351=test_gem_request_set
[893/910] 820351=test_data
[894/910] 820351=test_bug-14834
[895/910] 820351=test_data_converters
[896/910] 820351=test_inlinecache
[897/910] 820351=test_terminfo
[898/910] 820351=test_socket
[899/910] 820351=test_thread
[900/910] 820353=test_time_tz
[901/910] 820353=test_addrinfo
[902/910] 820353=test_to_ruby
[903/910] 820353=test_windows_1251
[904/910] 820353=test_gem_ext_builder
[905/910] 820353=test_to_ary_concat
[906/910] 820353=test_history
[907/910] 820353=test_reline
[908/910] 820353=test_call
[909/910] 820352=test_ellipsize
[910/910] 820352=test_gem_commands_build_command
Finished tests in 187.115049s, 143.5587 tests/s, 51077.8210 assertions/s.
26862 tests, 9557429 assertions, 0 failures, 0 errors, 212 skips

ruby -v: ruby 3.4.0dev (2023-12-29T10:30:24Z master bb59696614) [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 --debug' TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -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  
	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-10.1.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 '/home/opc/ruby/src/master/enc/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/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
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/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
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/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
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'
$ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2023-12-29T10:30:24Z master bb59696614) [aarch64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 63.196856 seconds

3728 files, 32872 examples, 191416 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j3'" exit with 0.
raw logfile