# Logfile created on 2021-01-13 17:13:44 +0000 by logger.rb/61378
#<BuildRuby:0x000055dd4801ff88 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @TARGET_NAME="trunk-repeat50", @SRC_DIR="/tmp/ruby/v3/src", @BUILD_DIR="/tmp/ruby/v3/build", @INSTALL_DIR="/tmp/ruby/v3/install", @TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j6", @test_opts="TESTS=--repeat-count=50", @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=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20210113-171344", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055dd47d1cbd8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055dd47d19140 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055dd47d15e28 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20210113-171344", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20210113-171344>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000055dd47d14938>>>>
$$$[beg] make update-unicode  -j6
Downloading Unicode 12.1.0 data and property files...
Downloading Unicode 12.1.0 auxiliary files...
Downloading Unicode emoji 12.1 files...
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-zwj-sequences.txt already exists
$$$[end] "make update-unicode  -j6" exit with 0.
$$$[beg] make update-download -j6
tool/config.guess already exists
tool/config.sub already exists
downloading for ext/zlib/extlibs
.downloaded-cache/zlib-1.2.11.tar.gz already exists
checking md5 of .downloaded-cache/zlib-1.2.11.tar.gz ... OK
checking sha512 of .downloaded-cache/zlib-1.2.11.tar.gz ... OK
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
checking md5 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
checking sha512 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
$$$[end] "make update-download -j6" exit with 0.
$$$[beg] make update-rubyspec -j6
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j6" exit with 0.
$$$[beg] make update-src      -j6
Updating 0a4f719..70cd351
Fast-forward
 cont.c                                  |  16 ++--
 dir.c                                   |   2 +
 doc/ractor.md                           |  56 ++++++------
 ext/bigdecimal/bigdecimal.c             |  53 +++++++-----
 ext/bigdecimal/lib/bigdecimal/util.rb   |   2 +-
 ext/fiber/depend                        |   3 -
 ext/fiber/extconf.rb                    |   4 -
 ext/fiber/fiber.c                       |   8 --
 internal/vm.h                           |   3 +-
 lib/mkmf.rb                             |   2 +-
 lib/ostruct.rb                          |  12 ++-
 parse.y                                 |   5 +-
 ruby.c                                  |   4 +-
 test/bigdecimal/test_bigdecimal.rb      |   2 +
 test/bigdecimal/test_bigdecimal_util.rb |   8 +-
 test/ostruct/test_ostruct.rb            |  34 ++++++++
 test/ruby/test_defined.rb               |  33 --------
 test/ruby/test_regexp.rb                |  11 +++
 test/ruby/test_rubyoptions.rb           |   9 ++
 test/ruby/test_time.rb                  |   6 ++
 test/ruby/test_time_tz.rb               |   2 +
 test/socket/test_socket.rb              |   3 +
 time.c                                  | 145 ++++++++++----------------------
 timev.rb                                |  65 +++++++++++++-
 version.h                               |   2 +-
 vm_dump.c                               |   2 +-
 vm_eval.c                               |  10 +++
 vm_insnhelper.c                         |   4 +-
 vm_method.c                             |  12 +--
 29 files changed, 287 insertions(+), 231 deletions(-)
 delete mode 100644 ext/fiber/depend
 delete mode 100644 ext/fiber/extconf.rb
 delete mode 100644 ext/fiber/fiber.c
Current branch master is up to date.
Latest commit hash = 70cd351c7c
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
MAKE=make /bin/sh ./config.status Makefile
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating GNUmakefile
config.status: creating Makefile
GNUmakefile unchanged
generating parse.c
making /tmp/ruby/v3/src/trunk-repeat50/timev.rbinc
generating /tmp/ruby/v3/src/trunk-repeat50/ext/ripper/ripper.c
Downloading Unicode 12.1.0 data and property files...
generating miniprelude.c
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat50/ext/ripper'
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat50/ext/etc'
make[1]: 'constdefs.h' is up to date.
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat50/ext/etc'
compiling /tmp/ruby/v3/src/trunk-repeat50/array.c
extracting ripper.y from ../../parse.y
compiling /tmp/ruby/v3/src/trunk-repeat50/ast.c
miniprelude.c updated
generating eventids1.c from ../../parse.y
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
compiling /tmp/ruby/v3/src/trunk-repeat50/bignum.c
compiling /tmp/ruby/v3/src/trunk-repeat50/class.c
compiling compiler ripper.y
compiling /tmp/ruby/v3/src/trunk-repeat50/compar.c
compiling /tmp/ruby/v3/src/trunk-repeat50/compile.c
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/v3/src/trunk-repeat50/complex.c
compiling /tmp/ruby/v3/src/trunk-repeat50/cont.c
compiling /tmp/ruby/v3/src/trunk-repeat50/debug.c
compiling /tmp/ruby/v3/src/trunk-repeat50/dir.c
compiling /tmp/ruby/v3/src/trunk-repeat50/encoding.c
compiling /tmp/ruby/v3/src/trunk-repeat50/enum.c
compiling /tmp/ruby/v3/src/trunk-repeat50/enumerator.c
compiling /tmp/ruby/v3/src/trunk-repeat50/error.c
compiling /tmp/ruby/v3/src/trunk-repeat50/eval.c
compiling /tmp/ruby/v3/src/trunk-repeat50/file.c
compiling /tmp/ruby/v3/src/trunk-repeat50/gc.c
compiling /tmp/ruby/v3/src/trunk-repeat50/hash.c
compiling /tmp/ruby/v3/src/trunk-repeat50/io.c
compiling /tmp/ruby/v3/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/v3/src/trunk-repeat50/load.c
compiling /tmp/ruby/v3/src/trunk-repeat50/marshal.c
compiling /tmp/ruby/v3/src/trunk-repeat50/math.c
making mjit_config.h
compiling /tmp/ruby/v3/src/trunk-repeat50/mjit_compile.c
compiling /tmp/ruby/v3/src/trunk-repeat50/node.c
compiling /tmp/ruby/v3/src/trunk-repeat50/numeric.c
compiling /tmp/ruby/v3/src/trunk-repeat50/object.c
compiling parse.c
compiling /tmp/ruby/v3/src/trunk-repeat50/proc.c
compiling /tmp/ruby/v3/src/trunk-repeat50/process.c
compiling /tmp/ruby/v3/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/v3/src/trunk-repeat50/random.c
compiling /tmp/ruby/v3/src/trunk-repeat50/range.c
compiling /tmp/ruby/v3/src/trunk-repeat50/rational.c
compiling /tmp/ruby/v3/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/v3/src/trunk-repeat50/scheduler.c
compiling /tmp/ruby/v3/src/trunk-repeat50/signal.c
compiling /tmp/ruby/v3/src/trunk-repeat50/sprintf.c
compiling /tmp/ruby/v3/src/trunk-repeat50/strftime.c
compiling /tmp/ruby/v3/src/trunk-repeat50/string.c
compiling /tmp/ruby/v3/src/trunk-repeat50/struct.c
compiling /tmp/ruby/v3/src/trunk-repeat50/symbol.c
compiling /tmp/ruby/v3/src/trunk-repeat50/thread.c
compiling /tmp/ruby/v3/src/trunk-repeat50/time.c
compiling /tmp/ruby/v3/src/trunk-repeat50/transient_heap.c
compiling /tmp/ruby/v3/src/trunk-repeat50/variable.c
compiling /tmp/ruby/v3/src/trunk-repeat50/vm.c
compiling /tmp/ruby/v3/src/trunk-repeat50/vm_backtrace.c
compiling /tmp/ruby/v3/src/trunk-repeat50/vm_dump.c
compiling /tmp/ruby/v3/src/trunk-repeat50/vm_sync.c
compiling /tmp/ruby/v3/src/trunk-repeat50/vm_trace.c
downloading for ext/zlib/extlibs
.downloaded-cache/zlib-1.2.11.tar.gz already exists
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
compiling /tmp/ruby/v3/src/trunk-repeat50/miniinit.c
make[1]: '/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd' is up to date.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
compiling /tmp/ruby/v3/src/trunk-repeat50/mjit.c
/tmp/ruby/v3/src/trunk-repeat50/revision.h updated
compiling /tmp/ruby/v3/src/trunk-repeat50/version.c
/tmp/ruby/v3/src/trunk-repeat50/lib/unicode_normalize/tables.rb unchanged
linking miniruby
/tmp/ruby/v3/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
$$$[end] "make after-update    -j6" exit with 0.
$$$[beg] make miniruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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.

make: 'miniruby' is up to date.
$$$[end] "make miniruby -j6" exit with 0.
$$$[beg] make ruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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.

creating verconf.h
verconf.h updated
compiling /tmp/ruby/v3/src/trunk-repeat50/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.1.0
linking ruby
$$$[end] "make ruby -j6" exit with 0.
$$$[beg] make all -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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
building rb_mjit_header.h
./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/mjit_tabs.rb "" \
	gcc -E -DMJIT_HEADER -P -dD -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC  -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0    /tmp/ruby/v3/src/trunk-repeat50/vm.c -o rb_mjit_header.h.new
generating x86_64-linux-fake.rb
encdb.h unchanged
/tmp/ruby/v3/src/trunk-repeat50/revision.h unchanged
x86_64-linux-fake.rb updated
rb_mjit_header.h updated
building .ext/include/x86_64-linux/rb_mjit_min_header-3.1.0.h
./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/transform_mjit_header.rb "gcc  -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC " rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-3.1.0.h
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
configuring bigdecimal
configuring -test-/RUBY_ALIGNOF
configuring cgi/escape
configuring -test-/arith_seq/extract
configuring coverage
configuring -test-/array/resize
configuring -test-/bignum
making encs
configuring continuation
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/enumerator_kw
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
configuring dbm
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring etc
configuring digest/sha1
configuring digest/sha2
configuring fcntl
configuring fiddle
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_find_defined_class_by_owner, rb_vm_rewrite_cref, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
configuring gdbm
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
making mjit_build_dir.so
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring io/console
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread_fd_close
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait_for_single_fd
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring racc/cparse
configuring io/nonblock
configuring io/wait
configuring rbconfig/sizeof
configuring readline
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring zlib
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/array/resize'
linking shared-object -test-/array/resize.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-3571'
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/bug_3571.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bignum'
linking shared-object -test-/bignum.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-5832'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/array/resize'
linking shared-object -test-/bug_5832.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug_reporter'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-3571'
linking shared-object -test-/bug_reporter.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/class'
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/debug'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bignum'
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/dln/empty'
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/enumerator_kw'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-14834'
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/fatal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/dln/empty'
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/exception'
linking shared-object -test-/file.so
linking shared-object -test-/exception.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/float'
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/debug'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/funcall'
linking shared-object -test-/funcall.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/hash'
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/file'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/integer'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/-test-/integer/core_ext.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iseq_load'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/funcall'
linking shared-object -test-/iseq_load.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iter'
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/compat'
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/hash'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/usr'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/marshal/usr.so
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/usr'
linking shared-object -test-/memory_view.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/method'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/notimplement'
linking shared-object -test-/notimplement.so
linking shared-object -test-/method.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/num2int'
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/path_to_class'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/popen_deadlock'
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/postponed_job'
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/notimplement'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/path_to_class'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/popen_deadlock'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/proc'
linking shared-object -test-/proc.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/random'
linking shared-object -test-/random.so
linking shared-object -test-/printf.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rational'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/-test-/rational/rat.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/printf'
linking shared-object -test-/rb_call_super_kw.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/recursion'
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/regexp'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/random'
linking shared-object -test-/regexp.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/scan_args'
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/foreach'
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/numhash'
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/regexp'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/foreach'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/update'
linking shared-object -test-/st/update.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/struct'
linking shared-object -test-/struct.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/string'
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/struct'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/thread_fd_close'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/symbol'
linking shared-object -test-/thread_fd_close.so
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/time'
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/thread_fd_close'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/tracepoint'
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/symbol'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/vm'
linking shared-object -test-/vm/at_exit.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/typeddata'
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/wait_for_single_fd'
linking shared-object -test-/wait_for_single_fd.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/typeddata'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/wait_for_single_fd'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/cgi/escape'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/continuation'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
linking shared-object cgi/escape.so
linking shared-object continuation.so
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/bigdecimal/bigdecimal.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/coverage/coverage.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/continuation'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
installing default bigdecimal libraries
linking shared-object date_core.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/integer'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/etc'
linking shared-object fcntl.so
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/etc'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/gdbm'
linking shared-object gdbm.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fcntl'
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/gdbm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/nonblock'
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
linking shared-object monitor.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/nonblock'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/objspace/objspace_dump.c
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
linking shared-object openssl.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/racc/cparse'
linking shared-object racc/cparse.so
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rbconfig/sizeof'
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/readline'
linking shared-object readline.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/init.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/readline'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/constants.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/basicsocket.c
linking shared-object objspace.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/stringio'
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/strscan'
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/stringio'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/strscan'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/socket.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/ipsocket.c
checking /tmp/ruby/v3/src/trunk-repeat50/parse.y and /tmp/ruby/v3/src/trunk-repeat50/ext/ripper/eventids2.c
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/tcpsocket.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/zlib'
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/zlib'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/tcpserver.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/bubblebabble'
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/bubblebabble'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/sockssocket.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/md5'
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/md5'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/udpsocket.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/rmd160'
linking shared-object digest/rmd160.so
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/unixsocket.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha1'
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/rmd160'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/unixserver.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha1'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/option.c
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/ancdata.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/raddrinfo.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/generator'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/generator'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/socket/ifaddr.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/parser'
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/parser'
linking shared-object bigdecimal.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
$$$[end] "make all -j6" exit with 0.
$$$[beg] make install -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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
/tmp/ruby/v3/src/trunk-repeat50/revision.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making encs
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="-j --jobserver-fds=4,5" --make-flags=" -j --jobserver-fds=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --exclude=doc
installing binary commands:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.1.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.1.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.1.0
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.1.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0
installing common headers:          /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.1.0
installing manpages:                /tmp/ruby/v3/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0
                                    abbrev 0.1.0
                                    base64 0.1.0
                                    benchmark 0.1.1
                                    bundler 2.3.0.dev
                                    cgi 0.2.0
                                    csv 3.2.0
                                    debug 0.1.0
                                    delegate 0.2.0
                                    did_you_mean 1.5.0
                                    drb 2.0.4
                                    english 0.7.1
                                    erb 2.2.0
                                    fileutils 1.5.0
                                    find 0.1.0
                                    forwardable 1.3.2
                                    getoptlong 0.1.1
                                    ipaddr 1.2.2
                                    irb 1.3.1
                                    logger 1.4.3
                                    matrix 0.3.1
                                    mutex_m 0.1.1
                                    net-ftp 0.1.1
                                    net-http 0.1.1
                                    net-imap 0.1.1
                                    net-pop 0.1.1
                                    net-protocol 0.1.0
                                    net-smtp 0.2.1
                                    observer 0.1.1
                                    open-uri 0.1.0
                                    open3 0.1.1
                                    optparse 0.1.0
                                    ostruct 0.3.3
                                    pp 0.1.0
                                    prettyprint 0.1.0
                                    prime 0.1.2
                                    pstore 0.1.1
                                    racc 1.5.2
                                    rdoc 6.3.0
                                    readline 0.0.2
                                    reline 0.2.1
                                    resolv 0.2.0
                                    resolv-replace 0.1.0
                                    rinda 0.1.0
                                    securerandom 0.1.0
                                    set 1.0.1
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    tempfile 0.1.1
                                    time 0.1.0
                                    timeout 0.1.1
                                    tmpdir 0.1.1
                                    tracer 0.1.1
                                    tsort 0.1.0
                                    un 0.1.0
                                    uri 0.10.1
                                    weakref 0.1.1
                                    yaml 0.1.1
installing default gems from ext:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0
                                    bigdecimal 3.0.0
                                    date 3.1.0
                                    digest 3.0.0
                                    etc 1.2.0
                                    fcntl 1.0.0
                                    fiddle 1.0.6
                                    gdbm 2.1.0
                                    io-console 0.5.6
                                    io-nonblock 0.1.0
                                    io-wait 0.1.0
                                    json 2.5.1
                                    nkf 0.1.0
                                    openssl 2.2.0
                                    pathname 0.1.0
                                    psych 3.3.0
                                    readline-ext 0.1.1
                                    stringio 3.0.0
                                    strscan 3.0.0
                                    syslog 0.1.0
                                    zlib 1.1.0
installing bundled gems:            /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0
                                    minitest 5.14.3
                                    power_assert 1.2.0
                                    rake 13.0.3
                                    test-unit 3.3.9
                                    rexml 3.2.4
                                    rss 0.2.9
                                    rbs 1.0.0
                                    typeprof 0.11.0
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTS=--repeat-count=50
2021-01-13 17:16:18 +0000
Driver is ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
Target is ruby 3.1.0dev (2021-01-13T15:18:48Z master 70cd351c7c) [x86_64-linux]

$$$[end] "make yes-btest TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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.

/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTS=--repeat-count=50
Run options: 
  --seed=26602
  "--ruby=./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/v3/src/trunk-repeat50/test/excludes
  --name=!/memory_leak/
  --repeat-count=50

# Running tests:

Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(1/50)  tests in 953.625371s, 22.3599 tests/s, 5944.9719 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(2/50)  tests in 1067.399287s, 19.9766 tests/s, 5311.2402 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000564e694a56b0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(3/50)  tests in 1036.002991s, 20.5820 tests/s, 5472.2564 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(4/50)  tests in 1176.913921s, 18.1177 tests/s, 4817.1136 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(5/50)  tests in 1233.682691s, 17.2840 tests/s, 4595.9192 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(6/50)  tests in 1148.097543s, 18.5725 tests/s, 4938.4767 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(7/50)  tests in 1104.678096s, 19.3025 tests/s, 5132.0054 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000564e6ab90ac8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(8/50)  tests in 1119.302356s, 19.0503 tests/s, 5064.8567 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(9/50)  tests in 1044.557387s, 20.4134 tests/s, 5427.3246 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(10/50)  tests in 1151.752052s, 18.5135 tests/s, 4922.7679 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(11/50)  tests in 1216.689901s, 17.5254 tests/s, 4659.5077 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(12/50)  tests in 1160.205248s, 18.3786 tests/s, 4886.6181 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(13/50)  tests in 1131.706775s, 18.8415 tests/s, 5009.4920 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(14/50)  tests in 1093.861740s, 19.4933 tests/s, 5182.8049 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(15/50)  tests in 1078.950290s, 19.7627 tests/s, 5254.5312 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000564e6b9c3e88 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(16/50)  tests in 1054.596498s, 20.2191 tests/s, 5375.7508 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(17/50)  tests in 1100.425632s, 19.3770 tests/s, 5151.9102 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(18/50)  tests in 1252.631475s, 17.0226 tests/s, 4526.5348 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000564e751c07b8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 run>
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(19/50)  tests in 1150.620810s, 18.5317 tests/s, 4927.1367 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(20/50)  tests in 1195.631337s, 17.8341 tests/s, 4741.8831 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(21/50)  tests in 1143.743237s, 18.6432 tests/s, 4956.6894 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(22/50)  tests in 1051.990829s, 20.2692 tests/s, 5389.0888 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(23/50)  tests in 1068.451462s, 19.9569 tests/s, 5306.0136 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(24/50)  tests in 1205.474168s, 17.6885 tests/s, 4703.2812 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(25/50)  tests in 1155.286202s, 18.4569 tests/s, 4907.7432 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(26/50)  tests in 1173.117882s, 18.1763 tests/s, 4832.6993 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(27/50)  tests in 1263.554597s, 16.8754 tests/s, 4486.7851 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(28/50)  tests in 1075.129845s, 19.8330 tests/s, 5273.0561 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(29/50)  tests in 1085.450616s, 19.6444 tests/s, 5223.0308 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(30/50)  tests in 1120.211070s, 19.0348 tests/s, 5060.9373 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(31/50)  tests in 1081.969648s, 19.7076 tests/s, 5239.6886 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(32/50)  tests in 1132.894440s, 18.8217 tests/s, 5004.2421 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(33/50)  tests in 1200.694721s, 17.7589 tests/s, 4721.9746 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(34/50)  tests in 1215.266262s, 17.5459 tests/s, 4664.9086 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(35/50)  tests in 1209.089807s, 17.6356 tests/s, 4689.0082 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(36/50)  tests in 1107.031900s, 19.2614 tests/s, 5121.2580 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(37/50)  tests in 1109.001892s, 19.2272 tests/s, 5111.9769 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(38/50)  tests in 1086.050516s, 19.6335 tests/s, 5220.0445 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(39/50)  tests in 1093.033590s, 19.5081 tests/s, 5186.8671 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(40/50)  tests in 1151.628931s, 18.5155 tests/s, 4922.9486 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(41/50)  tests in 1071.559802s, 19.8990 tests/s, 5290.5736 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(42/50)  tests in 1096.313316s, 19.4497 tests/s, 5171.2024 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(43/50)  tests in 1175.520226s, 18.1392 tests/s, 4822.6699 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(44/50)  tests in 1183.741172s, 18.0132 tests/s, 4789.4744 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(45/50)  tests in 1207.003226s, 17.6661 tests/s, 4696.8590 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(46/50)  tests in 1309.247094s, 16.2865 tests/s, 4330.9877 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(47/50)  tests in 1110.184997s, 19.2067 tests/s, 5106.5543 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000564e702e1138 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(48/50)  tests in 1121.024361s, 19.0210 tests/s, 5057.1479 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 14 : #<IO:fd 14>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000564e6138a620 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(49/50)  tests in 1173.775975s, 18.1662 tests/s, 4829.9557 assertions/s.
Leaked file descriptor: TestEtc#test_ractor: 7 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Multiple autoclose IO objects for a file descriptor in: TestEtc#test_ractor:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 7
Finished(50/50)  tests in 1098.022682s, 19.4195 tests/s, 5163.1247 assertions/s.
1066150 tests, 283468596 assertions, 0 failures, 0 errors, 2573 skips

ruby -v: ruby 3.1.0dev (2021-01-13T15:18:48Z master 70cd351c7c) [x86_64-linux]
$$$[end] "make yes-test-all TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 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.

/tmp/ruby/v3/src/trunk-repeat50/revision.h unchanged
generating encdb.h
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
ruby 3.1.0dev (2021-01-13T15:18:48Z master 70cd351c7c) [x86_64-linux]
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 156.803372 seconds

3774 files, 30581 examples, 145301 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS=--repeat-count=50" exit with 0.
raw logfile