# Logfile created on 2024-01-22 08:03:39 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000ffff0695fdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/opc/ruby/logs/brlog.master.20240122-080339", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000ffff069ae830 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000ffff069ae600 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000ffff06860730 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20240122-080339", @dev=#<File:/home/opc/ruby/logs/brlog.master.20240122-080339>, @binmode=false, @mon_data=#<Monitor:0x0000ffff069ae290>, @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 = a70e500494
$$$[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
422d41636d834c4f50f7705351997086bb5c71e217a38f1ef0e1ef6d2cf253a5  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 enc.mk
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]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/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/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: 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/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
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/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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.2/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/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make all -j3" exit with 0.
$$$[beg] make install -j3
	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 enc.mk
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.

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]: 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/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/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/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
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/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.2/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]: 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
                                    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
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.1
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.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.2
                                    resolv 0.3.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
                                    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
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    zlib 3.1.0
installing bundled gems:            /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    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.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.2
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
                                    syslog 0.1.2
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'
PASS all 1877 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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
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/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.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.2/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
Run options: 
  --seed=21352
  "--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
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

[  1/890] 2793491=test_gem_package_tar_writer
[  2/890] 2793490=test_str2big
[  3/890] 2793490=test_severity
[  4/890] 2793490=test_ractor
[  5/890] 2793490=test_case
[  6/890] 2793490=test_set
[  7/890] 2793492=test_utf16
[  8/890] 2793490=test_http
[  9/890] 2793492=attribute_write_test
[ 10/890] 2793492=test_rdoc_markup_to_rdoc
[ 11/890] 2793492=test_x509name
[ 12/890] 2793491=test_yaml
[ 13/890] 2793492=test_argf
[ 14/890] 2793491=test_m17n
[ 15/890] 2793491=test_method
[ 16/890] 2793491=test_yjit
[ 17/890] 2793491=test_cclass
[ 18/890] 2793491=test_gem_uninstaller
[ 19/890] 2793492=test_gem_dependency
[ 20/890] 2793491=test_filter
[ 21/890] 2793491=test_parser_events
[ 22/890] 2793491=test_gem_remote_fetcher
[ 23/890] 2793492=test_json_tree
[ 24/890] 2793492=test_koi8
[ 25/890] 2793492=test_pkcs12
[ 26/890] 2793492=test_general
[ 27/890] 2793492=test_gem_dependency_installer
[ 28/890] 2793491=test_pty
Leaked file descriptor: TestPTY#test_open_with_block: 8 #<File::Stat dev=0xfc00, ino=2134126, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2024-01-22 08:03:01.493847877 +0000, mtime=2024-01-22 08:01:50.681610777 +0000, ctime=2024-01-22 08:01:50.681610777 +0000>
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    2793491  opc    8r   REG  252,0  6940392 2134126 /var/lib/sss/mc/group
[ 29/890] 2793491=test_hash
[ 30/890] 2793492=test_http
[ 31/890] 2793492=test_gem_commands_specification_command
[ 32/890] 2793492=test_scan_args
[ 33/890] 2793492=encoding_test
[ 34/890] 2793492=test_gem_package_old
[ 35/890] 2793492=test_gem_request
[ 36/890] 2793492=test_gem_commands_which_command
[ 37/890] 2793492=locals_test
[ 38/890] 2793492=test_gem_commands_push_command
[ 39/890] 2793492=test_sprintf_comb
[ 40/890] 2793492=test_too_many_dummy_encodings
[ 41/890] 2793492=test_method_cache
[ 42/890] 2793492=test_gem_gemcutter_utilities
[ 43/890] 2793490=test_rendering
[ 44/890] 2793490=desugar_compiler_test
[ 45/890] 2793490=test_gem_source_local
[ 46/890] 2793492=test_win32ole
[ 47/890] 2793492=test_internal_ivar
[ 48/890] 2793492=test_backtrace
[ 49/890] 2793491=test_tracepoint
[ 50/890] 2793490=test_settracefunc
[ 51/890] 2793491=test_gem_text
[ 52/890] 2793491=test_rdoc_task
[ 53/890] 2793491=test_inadvertent_creation
[ 54/890] 2793491=test_ansi_with_terminfo
[ 55/890] 2793491=test_coderange
[ 56/890] 2793491=test_weakmap
[ 57/890] 2793490=test_framework
[ 58/890] 2793490=test_pinned
[ 59/890] 2793490=test_pack
[ 60/890] 2793490=test_cgi_tag_helper
[ 61/890] 2793490=test_rdoc_generator_json_index
[ 62/890] 2793492=test_nil2vtempty
[ 63/890] 2793492=test_date_time
[ 64/890] 2793490=test_enumerator
[ 65/890] 2793492=test_enc_associate
[ 66/890] 2793492=test_open-uri
[ 67/890] 2793492=test_case
[ 68/890] 2793492=test_array
[ 69/890] 2793492=test_rdoc_context
[ 70/890] 2793492=test_gem_command_manager
[ 71/890] 2793492=test_safe_load
[ 72/890] 2793492=test_gc
[ 73/890] 2793492=comments_test
[ 74/890] 2793492=test_qsort
[ 75/890] 2793492=test_math
[ 76/890] 2793492=test_libs
[ 77/890] 2793492=test_iso_8859
[ 78/890] 2793492=test_yaml_special_cases
[ 79/890] 2793492=test_recorder
[ 80/890] 2793492=test_name_error
[ 81/890] 2793492=test_gem_source_list
[ 82/890] 2793492=json_addition_test
[ 83/890] 2793492=test_gem_commands_sources_command
[ 84/890] 2793492=test_const
[ 85/890] 2793492=test_rdoc_parser_rd
[ 86/890] 2793492=test_class
[ 87/890] 2793491=test_exit
[ 88/890] 2793491=test_sprintf
[ 89/890] 2793491=test_gem_specification
[ 90/890] 2793492=test_numhash
[ 91/890] 2793492=test_system
[ 92/890] 2793491=test_pkey_rsa
[ 93/890] 2793492=test_flush
[ 94/890] 2793492=test_rdoc_cross_reference
[ 95/890] 2793491=test_parse
[ 96/890] 2793492=test_rdoc_class_module
[ 97/890] 2793491=test_method_cache
[ 98/890] 2793491=test_win32ole_variable
[ 99/890] 2793491=test_sleep
[100/890] 2793492=test_mixed_unicode_escapes
[101/890] 2793492=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=2024-01-22 08:03:55.43002847 +0000, mtime=2024-01-22 08:03:55.422028444 +0000, ctime=2024-01-22 08:03:55.422028444 +0000>
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    2793492  opc   11r   REG  252,0  9253600 2134123 /var/lib/sss/mc/passwd
[102/890] 2793492=test_gem_dependency_resolution_error
[103/890] 2793492=test_condition
[104/890] 2793492=test_gem_resolver_vendor_set
[105/890] 2793492=test_cp949
[106/890] 2793492=test_jaro_winkler
[107/890] 2793492=test_windows_1252
[108/890] 2793492=test_stack
[109/890] 2793492=test_sorted_set
[110/890] 2793492=test_emoji
[111/890] 2793492=test_stringchar
[112/890] 2793492=test_date_attr
[113/890] 2793492=test_sizeof
[114/890] 2793491=test_gem_request_set_lockfile_parser
[115/890] 2793491=test_face
[116/890] 2793491=test_gem_install_update_options
[117/890] 2793491=test_econv
[118/890] 2793491=test_erb
[119/890] 2793491=test_date_ractor
[120/890] 2793491=test_key_actor_emacs
[121/890] 2793491=test_gem_security
[122/890] 2793490=test_utf32
[123/890] 2793490=test_gem_resolver_git_specification
[124/890] 2793492=test_basicinstructions
[125/890] 2793492=test_gem_commands_pristine_command
[126/890] 2793490=test_optarg
[127/890] 2793490=test_rdoc_tom_doc
[128/890] 2793490=test_hash
[129/890] 2793490=test_variable
[130/890] 2793490=ripper_compat_test
[131/890] 2793490=test_raise_exception
[132/890] 2793490=test_arith_seq_beg_len_step
[133/890] 2793490=test_exception
[134/890] 2793490=test_noarg
[135/890] 2793490=test_gem_resolver_requirement_list
[136/890] 2793490=memsize_test
[137/890] 2793490=test_pp
.Leaked file descriptor: PPTestModule::PPFileStatTest#test_nothing_raised: 9 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-01-22 08:03:55.43002847 +0000, mtime=2024-01-22 08:03:55.422028444 +0000, ctime=2024-01-22 08:03:55.422028444 +0000>
Leaked file descriptor: PPTestModule::PPFileStatTest#test_nothing_raised: 10 #<File::Stat dev=0xfc00, ino=2134126, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2024-01-22 08:04:35.662163179 +0000, mtime=2024-01-22 08:04:25.586129442 +0000, ctime=2024-01-22 08:04:25.586129442 +0000>
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    2793490  opc    9r   REG  252,0  9253600 2134123 /var/lib/sss/mc/passwd
ruby    2793490  opc   10r   REG  252,0  6940392 2134126 /var/lib/sss/mc/group
[138/890] 2793490=test_gem_impossible_dependencies_error
[139/890] 2793490=test_rdoc_generator_darkfish
[140/890] 2793492=test_gem_resolver_lock_set
[141/890] 2793492=test_random
[142/890] 2793492=test_undef
[143/890] 2793492=test_asn1
[144/890] 2793492=test_features
[145/890] 2793490=test_gem_command
[146/890] 2793492=test_assignment
[147/890] 2793490=test_gem_update_suggestion
[148/890] 2793490=test_normalize
[149/890] 2793490=test_emoji_breaks
[150/890] 2793492=test_gem_commands_open_command
[151/890] 2793492=test_verbose
[152/890] 2793492=!Nothing_to_test
[153/890] 2793492=test_process
[154/890] 2793492=test_forwardable
[155/890] 2793492=test_cmd
[156/890] 2793490=test_fd_setsize
[157/890] 2793490=test_complex
[158/890] 2793490=test_threadgroup
[159/890] 2793492=test_dir_m17n
[160/890] 2793491=test_memory_view
[161/890] 2793491=test_array_create
[162/890] 2793491=test_force_quotes
[163/890] 2793491=test_rdoc_extend
[164/890] 2793491=test_cesu8
[165/890] 2793491=test_shapes
[166/890] 2793491=test_did_you_mean
[167/890] 2793491=test_merge_keys
[168/890] 2793491=test_method_name_check
[169/890] 2793491=test_err_in_callback
[170/890] 2793491=test_storage
[171/890] 2793491=test_gem_commands_install_command
[172/890] 2793490=test_string
[173/890] 2793490=test_iterator
[174/890] 2793490=test_gem_rdoc
[175/890] 2793492=test_dot_dot
[176/890] 2793492=pattern_test
[177/890] 2793492=test_kernel
[178/890] 2793490=test_rendering
[179/890] 2793490=test_switch_hitter
[180/890] 2793490=test_default_gems
[181/890] 2793490=test_unicode_escape
[182/890] 2793490=test_gem_spec_fetcher
[183/890] 2793490=test_yamldbm
[184/890] 2793490=test_gem_commands_dependency_command
[185/890] 2793490=test_gbk
[186/890] 2793490=test_backtrace
[187/890] 2793490=test_tree_spell_checker
[188/890] 2793490=test_set
[189/890] 2793492=test_rdoc_method_attr
[190/890] 2793490=test_enumerable
[191/890] 2793490=test_grapheme_breaks
[192/890] 2793490=test_hash_create
[193/890] 2793490=test_gem_ext_cargo_builder_unit
[194/890] 2793490=test_case_mapping
[195/890] 2793492=test_rational
[196/890] 2793490=test_webauthn_listener
[197/890] 2793492=test_gem_resolver_api_specification
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 13 : #<TCPSocket:fd 13, AF_INET, 127.0.0.1, 36063>
[198/890] 2793492=test_rdoc_rubygems_hookCOMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    2793490  opc   13u  IPv4 1374749269      0t0  TCP localhost:36063->localhost:52716 (CLOSE_WAIT)

Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 13
[199/890] 2793490=test_read
[200/890] 2793492=test_ractor
[201/890] 2793492=test_date_parse
[202/890] 2793492=test_mdns
[203/890] 2793492=test_open3
[204/890] 2793490=test_key_event_record
[205/890] 2793490=test_svcb_https
[206/890] 2793490=test_pkey_ec
[207/890] 2793490=test_buffering
[208/890] 2793490=test_thread
[209/890] 2793490=test_arity
[210/890] 2793490=test_optimization
[211/890] 2793491=test_rubyoptions
[212/890] 2793492=test_data_error
[213/890] 2793492=test_rdoc_stats
[214/890] 2793492=test_files_sample
[215/890] 2793492=test_rdoc_store
[216/890] 2793492=test_shift_jis
[217/890] 2793492=test_remote_fetch_error
[218/890] 2793492=test_yield
[219/890] 2793490=regexp_test
[220/890] 2793490=test_boolean
[221/890] 2793490=test_delegation
[222/890] 2793490=test_gem_resolver_lock_specification
[223/890] 2793490=test_queue
[224/890] 2793490=test_dryrun
[225/890] 2793490=test_rdoc_i18n_locale
[226/890] 2793490=test_gc_compact
[227/890] 2793492=test_cgi_util
[228/890] 2793492=test_ole_methods
[229/890] 2793492=test_prettyprint
[230/890] 2793492=test_gem_uri_formatter
[231/890] 2793492=test_enc_raise
[232/890] 2793492=test_clone
[233/890] 2793492=json_parser_test
[234/890] 2793492=test_date_strftime
[235/890] 2793492=test_ws
[236/890] 2793492=test_quote_empty
[237/890] 2793492=test_rdoc_markup_to_tt_only
[238/890] 2793492=test_gem_commands_stale_command
[239/890] 2793492=test_gem_commands_cert_command
[240/890] 2793491=test_word
[241/890] 2793491=test_rdoc_require
[242/890] 2793491=test_gem_ext_rake_builder
[243/890] 2793492=test_fstring
[244/890] 2793492=test_numeric
[245/890] 2793492=test_singleton
[246/890] 2793492=test_rdoc_alias
[247/890] 2793491=test_instrumentation_api
[248/890] 2793492=test_weakref
[249/890] 2793492=test_rdoc_markup_raw
[250/890] 2793492=test_rdoc_markup_to_bs
[251/890] 2793492=test_key_name_check
[252/890] 2793492=test_timeout
[253/890] 2793490=test_optparse
[254/890] 2793490=test_deprecated
[255/890] 2793490=test_io_buffer
[256/890] 2793490=test_rdoc_context_section
[257/890] 2793490=test_files_test_2
[258/890] 2793492=test_div
[259/890] 2793492=test_rdoc_markup_to_html_crossref
[260/890] 2793492=test_exception
[261/890] 2793491=test_bash_completion
[262/890] 2793491=test_unconverted_fields
[263/890] 2793491=test_basicsocket
[264/890] 2793491=test_zsh_completion
[265/890] 2793491=test_scalar
[266/890] 2793491=test_syntax
[267/890] 2793490=test_class_name_check
[268/890] 2793490=test_pack
[269/890] 2793490=test_convert
[270/890] 2793490=test_gem_commands_environment_command
[271/890] 2793490=test_pkcs7
[272/890] 2793490=test_literal
[273/890] 2793492=test_gem_unsatisfiable_dependency_error
[274/890] 2793492=test_header
[275/890] 2793492=test_gem_util
[276/890] 2793490=test_complex2
[277/890] 2793490=test_config
[278/890] 2793490=test_gem_security_signer
[279/890] 2793492=test_table
[280/890] 2793492=test_thread
[281/890] 2793490=test_input_method
[282/890] 2793490=test_rdoc_i18n_text
[283/890] 2793490=test_io
[284/890] 2793492=test_memory_view
[285/890] 2793492=test_data
[286/890] 2793492=test_ractor
[287/890] 2793490=test_null
[288/890] 2793492=test_m17n_comb
[289/890] 2793490=test_pkey_dh
[290/890] 2793490=test_external_new
[291/890] 2793490=test_pkey
[292/890] 2793490=test_win32ole_typelib
[293/890] 2793490=test_gem_platform
[294/890] 2793490=test_gem_commands_query_command
[295/890] 2793492=test_bigzero
[296/890] 2793492=test_string_processing
[297/890] 2793492=test_random_formatter
[298/890] 2793492=test_rand
[299/890] 2793490=test_rdoc_markup_attributes
[300/890] 2793490=test_process
[301/890] 2793492=test_rdoc_code_object
[302/890] 2793492=test_skip_lines
[303/890] 2793492=test_gem_source_specific_file
[304/890] 2793492=test_euc_kr
[305/890] 2793492=test_provider
[306/890] 2793492=test_bmethod
[307/890] 2793492=test_len
[308/890] 2793492=json_fixtures_test
[309/890] 2793492=test_gem_doctor
[310/890] 2793492=parse_test
[311/890] 2793491=test_pack
[312/890] 2793491=test_io_wait
[313/890] 2793491=test_rdoc_parser_c
[314/890] 2793491=test_kwargs
[315/890] 2793491=test_securerandom
[316/890] 2793491=test_typeddata
[317/890] 2793491=test_column_separator
[318/890] 2793491=test_gem_commands_fetch_command
[319/890] 2793491=test_tsort
[320/890] 2793491=test_rdoc_parser_changelog
[321/890] 2793491=parameters_signature_test
[322/890] 2793491=test_each
[323/890] 2793491=test_gem_dependency_list
[324/890] 2793491=test_gem_commands_outdated_command
[325/890] 2793491=test_general
[326/890] 2793491=test_objspace
[327/890] 2793492=test_require
[328/890] 2793492=test_stringify_symbols
[329/890] 2793492=test_row
[330/890] 2793492=library_symbols_test
[331/890] 2793492=test_rdoc_text
[332/890] 2793492=test_iseq_load
[333/890] 2793492=test_rdoc_markup_parser
[334/890] 2793492=test_rdoc_markup_indented_paragraph
[335/890] 2793492=test_ns_spki
[336/890] 2793492=test_have_library
[337/890] 2793492=test_row_separator
[338/890] 2793492=test_stream
[339/890] 2793492=test_rdoc_encoding
[340/890] 2793492=test_win32ole_variant_outarg
[341/890] 2793492=test_rdoc_markdown
[342/890] 2793492=test_gem_request_set_lockfile
[343/890] 2793492=test_postponed_job
[344/890] 2793492=test_key_actor_vi
[345/890] 2793492=test_rdoc_constant
[346/890] 2793492=test_deprecate
[347/890] 2793492=test_httpresponses
[348/890] 2793492=test_rdoc_markup_to_html_snippet
[349/890] 2793492=test_common
[350/890] 2793492=test_generic
[351/890] 2793492=test_pstore
[352/890] 2793492=test_ubf_async_safe
[353/890] 2793492=test_date_compat
[354/890] 2793492=test_gem_version_option
[355/890] 2793492=test_win32ole_record
[356/890] 2793492=test_rdoc_include
[357/890] 2793492=test_gem_commands_unpack_command
Leaked file descriptor: TestProcess#test_uid_from_name: 11 #<File::Stat dev=0x9, ino=1374756811, 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    2793490  opc   11u  unix 0x0000000000000000      0t0 1374756811 type=STREAM
[358/890] 2793492=test_show_source
[359/890] 2793492=test_proc
[360/890] 2793492=test_console_attr
[361/890] 2793492=test_gem_ext_cargo_builder
[362/890] 2793492=test_rdoc_options
[363/890] 2793492=test_zlib
[364/890] 2793490=test_enumerator
[365/890] 2793490=test_path_to_class
[366/890] 2793490=test_gem_version
[367/890] 2793490=test_spell_checker
[368/890] 2793490=test_gem_ext_ext_conf_builder
[369/890] 2793492=test_frozen_error
[370/890] 2793492=test_reqarg
[371/890] 2793492=test_gem_uri
[372/890] 2793492=test_resource
[373/890] 2793492=test_gem_package_tar_reader_entry
[374/890] 2793492=test_c_struct_builder
[375/890] 2793490=test_rewind
[376/890] 2793490=test_yield_block
[377/890] 2793490=test_bug-5832
[378/890] 2793490=test_pipe
[379/890] 2793490=test_macro
[380/890] 2793490=test_string
[381/890] 2793492=test_gem_commands_server_command
[382/890] 2793492=test_gem_resolver_activation_request
[383/890] 2793492=test_function
[384/890] 2793492=test_integer
[385/890] 2793492=test_gem_name_tuple
[386/890] 2793492=test_rdoc_markup_to_table_of_contents
[387/890] 2793492=parse_comments_test
[388/890] 2793492=test_win32ole_method_event
[389/890] 2793492=test_tcp
[390/890] 2793492=test_gem_requirement
[391/890] 2793492=test_bug-3571
[392/890] 2793492=test_yamlstore
[393/890] 2793492=test_numeric
[394/890] 2793492=test_flags
[395/890] 2793492=test_gem_request_connection_pools
[396/890] 2793492=test_init
[397/890] 2793492=test_rat
[398/890] 2793492=test_gem_commands_owner_command
[399/890] 2793492=test_nextafter
[400/890] 2793492=test_capacity
[401/890] 2793492=test_file
[402/890] 2793492=test_time
[403/890] 2793492=test_encoding
[404/890] 2793492=test_hmac
[405/890] 2793492=test_find
[406/890] 2793492=test_constant
[407/890] 2793492=test_rdoc_generator_markup
[408/890] 2793492=test_string_memory
[409/890] 2793492=test_files_lib
[410/890] 2793492=test_marshalable
[411/890] 2793492=test_line_editor
[412/890] 2793492=test_enumerator_kw
[413/890] 2793492=test_function_entry
[414/890] 2793492=test_error_highlight
[415/890] 2793492=test_rdoc_any_method
[416/890] 2793492=json_common_interface_test
[417/890] 2793492=test_string
[418/890] 2793492=version_test
[419/890] 2793492=test_raise
[420/890] 2793492=test_complexrational
[421/890] 2793492=test_date
[422/890] 2793492=test_big5
[423/890] 2793492=test_gem_commands_update_command
[424/890] 2793492=test_protect
[425/890] 2793492=test_tree_builder
[426/890] 2793492=test_coverage
[427/890] 2793492=test_tempfile
[428/890] 2793491=test_http_request
[429/890] 2793491=test_store
[430/890] 2793492=test_rdoc_markup_pre_process
[431/890] 2793491=test_pathname
[432/890] 2793492=test_fnmatch
[433/890] 2793492=test_timeout
[434/890] 2793492=test_rdoc_generator_pot_po_entry
[435/890] 2793492=test_erb_m17n
[436/890] 2793492=test_egrep_cpp
[437/890] 2793491=test_frozen
[438/890] 2793491=test_serialize_subclasses
[439/890] 2793491=test_gem_resolver_index_specification
[440/890] 2793491=test_date_conv
[441/890] 2793492=test_rdoc_markup_verbatim
[442/890] 2793492=test_webauthn_poller
[443/890] 2793491=test_comparable
[444/890] 2793491=test_gem_config_file
[445/890] 2793492=json_string_matching_test
[446/890] 2793492=test_io_timeout
[447/890] 2793492=test_rdoc_normal_module
[448/890] 2793492=test_type_completor
[449/890] 2793492=test_rdoc_markdown_test
[450/890] 2793491=test_yjit_exit_locations
[451/890] 2793491=test_rdoc_rdoc
[452/890] 2793491=test_io_buffer
[453/890] 2793491=test_defined
[454/890] 2793491=test_passing_block
[455/890] 2793491=test_nowrite
[456/890] 2793491=test_thread_queue
[457/890] 2793492=test_kdf
[458/890] 2793492=test_ldap
[459/890] 2793492=test_import
[460/890] 2793492=test_human_typo
[461/890] 2793492=test_wait
[462/890] 2793492=test_nil
[463/890] 2793492=test_psych
[464/890] 2793492=test_euc_tw
[465/890] 2793492=test_gem_resolver_dependency_request
[466/890] 2793492=test_cstr
[467/890] 2793492=test_yaml_tree
[468/890] 2793492=test_gem_commands_yank_command
[469/890] 2793491=test_pkey_dsa
[470/890] 2793492=test_logger
[471/890] 2793492=test_gem_resolver_specification
[472/890] 2793492=test_big2str
[473/890] 2793492=test_ifunless
[474/890] 2793492=test_gem_console_ui
[475/890] 2793492=test_insns_leaf
[476/890] 2793492=test_httpresponse
[477/890] 2793492=test_rdoc_parser_ruby
[478/890] 2793492=test_readpartial
[479/890] 2793491=test_x509req
[480/890] 2793491=test_object
[481/890] 2793492=test_dln
[482/890] 2793492=test_gem_source_vendor
[483/890] 2793492=test_gem_resolver
[484/890] 2793491=test_super
[485/890] 2793492=test_color_printer
[486/890] 2793492=unescape_test
[487/890] 2793491=test_gem_commands_exec_command
[488/890] 2793492=errors_test
[489/890] 2793492=test_convertible
[490/890] 2793491=test_gem_available_set
[491/890] 2793491=test_pkg_config
[492/890] 2793491=test_modify_expand
[493/890] 2793491=test_func
[494/890] 2793492=test_config
[495/890] 2793492=test_vm_dump
[496/890] 2793492=json_encoding_test
[497/890] 2793492=test_helper
[498/890] 2793492=test_compile_prism
[499/890] 2793492=test_gem_commands_uninstall_command
[500/890] 2793490=test_rdoc_markup_formatter
[501/890] 2793490=test_win32ole_event
[502/890] 2793490=test_thread_fd_close
[503/890] 2793490=test_last_thread
[504/890] 2793492=test_digest_extend
[505/890] 2793492=test_gem_ext_cmake_builder
[506/890] 2793492=test_alias
[507/890] 2793491=test_fips
[508/890] 2793492=test_emitter
[509/890] 2793492=test_getopts
[510/890] 2793492=test_profile_frames
[511/890] 2793492=test_pattern_key_name_check
[512/890] 2793491=test_gem_commands_cleanup_command
[513/890] 2793492=test_class2name
[514/890] 2793492=test_transcode
[515/890] 2793492=test_refinement
[516/890] 2793490=test_debug
[517/890] 2793490=test_x509crl
[518/890] 2793491=test_notimplement
[519/890] 2793491=test_cgi_session
[520/890] 2793491=test_c_union_entity
[521/890] 2793490=test_dns
[522/890] 2793491=test_io_console
[523/890] 2793490=test_flip
[524/890] 2793490=test_rdoc_markup_heading
[525/890] 2793490=test_emitter
[526/890] 2793490=test_x509ext
[527/890] 2793490=test_summary
[528/890] 2793490=test_config
[529/890] 2793490=test_file
[530/890] 2793491=bom_test
[531/890] 2793491=test_encodings
[532/890] 2793492=test_gem_resolver_installer_set
[533/890] 2793492=test_append
[534/890] 2793492=test_foreach
[535/890] 2793492=test_rdoc_markup_to_html
[536/890] 2793492=test_trace
[537/890] 2793492=test_win32ole_type_event
[538/890] 2793492=test_keyword
[539/890] 2793491=test_gem_path_support
[540/890] 2793491=test_arity
[541/890] 2793491=test_rb_str_dup
[542/890] 2793491=test_lambda
[543/890] 2793491=test_scalar_scanner
[544/890] 2793491=test_monitor
[545/890] 2793492=test_beginendblock
[546/890] 2793491=test_eval
[547/890] 2793492=test_rdoc_normal_class
[548/890] 2793492=test_within_pipe
[549/890] 2793492=test_pointer
[550/890] 2793491=test_regexp
[551/890] 2793492=test_whileuntil
[552/890] 2793492=test_nofree
[553/890] 2793492=test_ossl
[554/890] 2793490=test_buffered_io
[555/890] 2793490=test_bug_reporter
[556/890] 2793490=test_gem_installer
[557/890] 2793490=test_object_references
[558/890] 2793490=test_gem_source_subpath_problem
[559/890] 2793490=compiler_test
[560/890] 2793490=test_arith_seq_extract
[561/890] 2793490=test_ruby_lex
[562/890] 2793490=test_gem_resolver_api_set
[563/890] 2793490=test_duplicate
[564/890] 2793490=test_helper
[565/890] 2793490=test_object
[566/890] 2793490=test_member
[567/890] 2793490=test_kill_ring
[568/890] 2793490=test_addr
[569/890] 2793490=test_mailto
[570/890] 2793490=test_case_options
[571/890] 2793490=test_cgi_header
[572/890] 2793490=test_windows_1251
[573/890] 2793490=test_history
[574/890] 2793490=test_to_ary_concat
[575/890] 2793492=test_gem_ext_builder
[576/890] 2793492=test_reline
[577/890] 2793492=test_gem_commands_build_command
[578/890] 2793492=test_call
[579/890] 2793492=test_ellipsize
[580/890] 2793492=test_bug-14834
[581/890] 2793492=test_data
[582/890] 2793492=test_thread
[583/890] 2793490=test_socket
[584/890] 2793490=test_terminfo
[585/890] 2793490=test_inlinecache
[586/890] 2793490=test_data_converters
[587/890] 2793490=test_time_tz
[588/890] 2793490=test_to_ruby
[589/890] 2793490=test_addrinfo
[590/890] 2793490=test_gem_resolver_index_set
[591/890] 2793490=ruby_api_test
[592/890] 2793490=test_webauthn_listener_response
[593/890] 2793490=test_sleep
[594/890] 2793490=test_pattern_matching
[595/890] 2793490=test_folderitem2_invokeverb
[596/890] 2793490=constant_path_node_test
[597/890] 2793490=test_set_len
[598/890] 2793490=test_interned_str
[599/890] 2793490=test_gem_request_set
[600/890] 2793490=test_gem_bundler_version_finder
[601/890] 2793490=test_gc
[602/890] 2793492=test_symbol
[603/890] 2793492=test_project_sanity
[604/890] 2793492=test_delegate
[605/890] 2793492=location_test
[606/890] 2793492=test_key_stroke
[607/890] 2793492=test_rdoc_markup
[608/890] 2793492=test_euc_jp
[609/890] 2793492=test_ensured
[610/890] 2793492=test_popen_deadlock
[611/890] 2793492=test_time
[612/890] 2793492=test_alias_and_anchor
[613/890] 2793492=test_num2int
[614/890] 2793492=test_rbconfig
[615/890] 2793492=test_enum
[616/890] 2793492=test_rdoc_markup_include
[617/890] 2793492=test_recursion
[618/890] 2793492=test_require
[619/890] 2793491=test_inputs_scanner
[620/890] 2793491=test_gem_commands_signin_command
[621/890] 2793491=test_range
[622/890] 2793492=test_iter_break
[623/890] 2793492=test_extlibs
[624/890] 2793491=test_rdoc_attr
[625/890] 2793491=test_trick
[626/890] 2793492=test_ractor
[627/890] 2793492=test_stream
[628/890] 2793492=test_address_resolve
[629/890] 2793492=test_ts
[630/890] 2793492=test_locale
[631/890] 2793492=test_have_func
[632/890] 2793492=test_date_marshal
[633/890] 2793492=test_gem_commands_list_command
[634/890] 2793492=test_date_new
[635/890] 2793492=test_configuration
[636/890] 2793492=test_gem_resolver_local_specification
[637/890] 2793491=test_formatter
[638/890] 2793491=test_coder
[639/890] 2793491=test_rdoc_servlet
[640/890] 2793492=test_gem_commands_search_command
[641/890] 2793492=test_symbol
[642/890] 2793491=test_udp
[643/890] 2793491=test_context
[644/890] 2793491=test_gem_commands_contents_command
[645/890] 2793491=test_unix
[646/890] 2793491=test_integer
[647/890] 2793490=test_write
[648/890] 2793490=newline_test
[649/890] 2793490=test_bignum
[650/890] 2793491=test_enc_str_buf_cat
[651/890] 2793491=test_nesting_parser
[652/890] 2793491=test_marshal
[653/890] 2793491=ractor_test
[654/890] 2793491=test_ancdata
[655/890] 2793491=test_rdoc_markup_hard_break
[656/890] 2793491=test_ractor
[657/890] 2793491=test_gem_resolver_conflict
[658/890] 2793491=test_ssl
[659/890] 2793491=test_scheduler
[660/890] 2793490=test_gem_commands_help_command
[661/890] 2793490=test_gem
[662/890] 2793491=test_ractor
[663/890] 2793491=test_ansi_without_terminfo
[664/890] 2793491=json_generator_test
[665/890] 2793491=test_read
[666/890] 2793491=test_rdoc_markup_to_label
[667/890] 2793491=test_parser
[668/890] 2793491=test_cgi_core
[669/890] 2793491=test_gem_resolver_best_set
[670/890] 2793491=test_gem_source_lock
[671/890] 2793491=test_new
[672/890] 2793491=test_update
[673/890] 2793491=test_cipher
[674/890] 2793491=test_rdoc_rd_inline_parser
[675/890] 2793491=test_win32ole_type
[676/890] 2793491=test_load
[677/890] 2793491=test_rdoc_markup_to_markdown
[678/890] 2793491=test_rdoc_markup_to_joined_paragraph
[679/890] 2793491=test_rdoc_generator_pot
[680/890] 2793491=test_rdoc_rd
[681/890] 2793491=test_x509store
[682/890] 2793492=test_rdoc_rd_block_parser
[683/890] 2793492=test_metaclass
[684/890] 2793492=test_gem_gem_runner
[685/890] 2793492=test_require_lib
[686/890] 2793491=test_my_integer
[687/890] 2793491=test_gem_resolver_composed_set
[688/890] 2793491=test_objectspace
[689/890] 2793491=test_require
[690/890] 2793490=test_rdoc_markup_attribute_manager
[691/890] 2793490=test_wss
[692/890] 2793490=test_option
[693/890] 2793490=test_not
[694/890] 2793490=test_cgi_cookie
[695/890] 2793490=test_gem_validator
[696/890] 2793490=test_gem_source_installed
[697/890] 2793490=test_usrmarshal
[698/890] 2793490=test_module
[699/890] 2793492=test_erb_command
[700/890] 2793492=test_gem_security_trust_dir
[701/890] 2793492=test_ssl
[702/890] 2793490=test_bundled_ca
[703/890] 2793491=test_integer_comb
[704/890] 2793490=test_load
[705/890] 2793490=test_abi
[706/890] 2793490=test_resize
[707/890] 2793490=test_fiber
[708/890] 2793491=test_gem_commands_mirror
[709/890] 2793491=test_engine
[710/890] 2793491=test_patterns
[711/890] 2793491=test_win32ole_param
[712/890] 2793491=test_key_error
[713/890] 2793491=test_rdoc_parser_markdown
[714/890] 2793491=test_c_struct_entry
[715/890] 2793491=test_struct
[716/890] 2793491=test_cparser
[717/890] 2793491=fuzzer_test
[718/890] 2793491=test_rubyvm
[719/890] 2793491=test_ostruct
[720/890] 2793491=test_config
[721/890] 2793491=test_change_word
[722/890] 2793491=test_depth_first
[723/890] 2793491=test_read_write
[724/890] 2793491=test_stringscanner
[725/890] 2793491=test_gem_resolver_installed_specification
[726/890] 2793491=test_exception_at_throwing
[727/890] 2793491=test_ractor
[728/890] 2793491=test_gem_resolver_vendor_specification
[729/890] 2793491=test_date_arith
[730/890] 2793491=json_generic_object_test
[731/890] 2793491=test_fiddle
[732/890] 2793491=test_ractor
[733/890] 2793491=test_sexp
[734/890] 2793491=test_httpheader
[735/890] 2793491=test_rdoc_ri_driver
[736/890] 2793491=test_gem_safe_marshal
[737/890] 2793491=test_digest
[738/890] 2793490=test_signedness
[739/890] 2793491=test_gem_resolver_git_set
[740/890] 2793491=test_gem_commands_check_command
[741/890] 2793491=test_acceptable
[742/890] 2793491=test_dup
[743/890] 2793491=test_rdoc_single_class
[744/890] 2793491=test_invalid
[745/890] 2793491=test_gem_local_remote_options
[746/890] 2793491=test_gem_ext_cargo_builder_link_flag_converter
[747/890] 2793491=test_type
[748/890] 2793491=heredoc_dedent_test
[749/890] 2793491=test_rdoc_token_stream
[750/890] 2793491=test_mutex
[751/890] 2793490=test_struct
[752/890] 2793490=test_tmpdir
[753/890] 2793490=test_gem_package_tar_header
[754/890] 2793492=test_ssl_session
[755/890] 2793490=test_placearg
[756/890] 2793490=test_logperiod
[757/890] 2793490=test_case_comprehensive
[758/890] 2793491=test_rational2
[759/890] 2793491=test_rdoc_markup_document
[760/890] 2793491=test_delete
[761/890] 2793491=test_gem_security_policy
[762/890] 2793492=test_handle
[763/890] 2793491=test_completion
[764/890] 2793491=test_file_exhaustive
[765/890] 2793492=test_continuation
[766/890] 2793492=test_gem_silent_ui
[767/890] 2793492=test_signal
Leaked file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 10 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-01-22 08:05:58.902441891 +0000, mtime=2024-01-22 08:05:55.642430976 +0000, ctime=2024-01-22 08:05:55.642430976 +0000>
Leaked file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 11 #<File::Stat dev=0x9, ino=1374766683, 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    2793491  opc   10r   REG              252,0  9253600    2134123 /var/lib/sss/mc/passwd
ruby    2793491  opc   11u  unix 0x0000000000000000      0t0 1374766683 type=STREAM
[768/890] 2793492=test_fixnum
[769/890] 2793492=test_gem_ci_detector
[770/890] 2793492=test_io_wait_uncommon
[771/890] 2793492=test_object_create_start
[772/890] 2793492=test_https
[773/890] 2793492=test_gem_commands_info_command
[774/890] 2793492=test_evaluation
[775/890] 2793492=test_protocol
[776/890] 2793492=test_weakkeymap
[777/890] 2793492=test_files_test
[778/890] 2793492=test_rdoc_markup_to_ansi
[779/890] 2793492=test_name_error_extension
[780/890] 2793492=test_gem_request_set_gem_dependency_api
[781/890] 2793492=test_bn
[782/890] 2793492=test_variable_name_check
[783/890] 2793492=test_require_path_check
[784/890] 2793492=test_rdoc_markup_paragraph
[785/890] 2793492=test_x509cert
[786/890] 2793492=test_irb
[787/890] 2793492=test_ast
[788/890] 2793491=test_logdevice
[789/890] 2793491=test_lazy_enumerator
[790/890] 2793491=test_cgi_multipart
[791/890] 2793491=test_gem_request_set_lockfile_tokenizer
[792/890] 2793491=test_find_executable
[793/890] 2793491=test_autoconf
[794/890] 2793491=test_ractor_compatibility
[795/890] 2793491=test_arithmetic_sequence
[796/890] 2793491=test_ftp
[797/890] 2793491=test_sockopt
[798/890] 2793491=test_rdoc_comment
[799/890] 2793491=test_install
[800/890] 2793491=test_encoding
[801/890] 2793491=test_gem_source_fetch_problem
[802/890] 2793491=test_gem_commands_signout_command
[803/890] 2793491=test_gem_package_tar_reader
[804/890] 2793491=test_env
[805/890] 2793491=test_win32ole_variant_m
[806/890] 2793491=test_pair
[807/890] 2793490=test_syslog
[808/890] 2793490=test_singleton_function
[809/890] 2793490=test_gem_commands_setup_command
[810/890] 2793491=test_history
[811/890] 2793491=test_document
[812/890] 2793491=test_eval
[813/890] 2793491=test_iseq
[814/890] 2793490=test_rdoc_ri_paths
[815/890] 2793490=test_parser
[816/890] 2793490=test_primitive
[817/890] 2793490=test_ripper
[818/890] 2793491=test_win32ole_method
[819/890] 2793491=test_lexer
[820/890] 2793491=test_regex_casefold
[821/890] 2793490=test_gem_source_git
[822/890] 2793491=test_random
[823/890] 2793491=test_stringio
[824/890] 2793491=test_assembler
[825/890] 2793491=test_thread_cv
[826/890] 2793490=test_files_ext
[827/890] 2793490=test_unicode
[828/890] 2793490=test_eval_history
[829/890] 2793490=dispatcher_test
[830/890] 2793490=test_autoload
[831/890] 2793491=test_array
[832/890] 2793490=test_gem_package
[833/890] 2793490=test_benchmark
[834/890] 2793490=test_at_exit
[835/890] 2793490=test_class
[836/890] 2793490=test_have_macro
[837/890] 2793490=test_gem_source
[838/890] 2793490=test_mkmf
[839/890] 2793490=test_omap
[840/890] 2793490=test_date_strptime
[841/890] 2793490=test_ipaddr
[842/890] 2793490=test_scanner_events
[843/890] 2793490=test_ocsp
[844/890] 2793490=test_shellwords
[845/890] 2793490=test_mul
[846/890] 2793490=test_rdoc_generator_pot_po
[847/890] 2793490=json_ext_parser_test
[848/890] 2793490=test_gem_ext_configure_builder
[849/890] 2793490=test_rdoc_parser_simple
[850/890] 2793490=test_strip
[851/890] 2793490=test_nonblock
[852/890] 2793490=test_float
[853/890] 2793490=test_gem_stub_specification
[854/890] 2793490=test_cmethod
[855/890] 2793490=test_io_m17n
[856/890] 2793490=test_rdoc_top_level
[857/890] 2793490=test_color
[858/890] 2793491=test_reline_key
[859/890] 2793491=test_gem_commands_lock_command
[860/890] 2793491=test_gb18030
[861/890] 2793491=test_propertyputref
[862/890] 2793491=test_rdoc_generator_ri
[863/890] 2793491=test_gem_stream_ui
[864/890] 2793490=test_unicode_normalize
[865/890] 2793491=test_rubygems
[866/890] 2793491=test_resolve_symbol
[867/890] 2793491=test_closure
[868/890] 2793491=test_files_test_1
[869/890] 2793490=test_dir
[870/890] 2793490=test_rdoc_rd_inline
[871/890] 2793490=test_digest
[872/890] 2793490=test_path
[873/890] 2793490=test_io
[874/890] 2793491=test_uncorrectable_name_check
[875/890] 2793491=test_converters
[876/890] 2793491=test_debug_cmd
[877/890] 2793491=test_quote_char_nil
[878/890] 2793491=test_workspace
[879/890] 2793491=test_liberal_parsing
[880/890] 2793491=test_x509attr
[881/890] 2793491=test_printf
[882/890] 2793491=test_cgi_modruby
[883/890] 2793491=magic_comment_test
[884/890] 2793491=test_win32ole_variant
[885/890] 2793491=test_rdoc_parser
[886/890] 2793491=test_https_proxy
[887/890] 2793491=test_win32ole_param_event
[888/890] 2793491=test_stat
[889/890] 2793491=test_etc
[890/890] 2793491=test_nomethod_error
Finished tests in 189.098332s, 137.3201 tests/s, 50266.1388 assertions/s.
25967 tests, 9505243 assertions, 0 failures, 0 errors, 216 skips

ruby -v: ruby 3.4.0dev (2024-01-22T07:06:37Z master a70e500494) [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 -j' 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
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/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.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.2/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$ /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 -fy -o /tmp/rubyspec_temp.20240122-2949757-itg69f/1-mspec-multi-0
$ /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 -fy -o /tmp/rubyspec_temp.20240122-2949757-itg69f/2-mspec-multi-1
$ /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 -fy -o /tmp/rubyspec_temp.20240122-2949757-itg69f/3-mspec-multi-2
ruby 3.4.0dev (2024-01-22T07:06:37Z master a70e500494) [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 35.364445 seconds

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