# Logfile created on 2021-01-14 10:27:10 +0000 by logger.rb/61378
#<BuildRuby:0x0000555837bc54c8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @TARGET_NAME="trunk-repeat20", @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-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j6", @test_opts="TESTS=--repeat-count=20", @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=41600, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20210114-102710", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000555837e73238 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000555837e73198 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000555837e73120 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20210114-102710", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20210114-102710>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000555837e73080>>>>
$$$[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-repeat20/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/12.1/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/12.1/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/12.1/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/12.1/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/12.1/emoji-zwj-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakTest.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 4d13f3e..6bcc466
Fast-forward
 NEWS.md                                            |  2 ++
 benchmark/lib/benchmark_driver/runner/mjit.rb      |  8 ++---
 benchmark/lib/benchmark_driver/runner/mjit_exec.rb |  6 ++--
 bootstraptest/runner.rb                            |  2 +-
 node.c                                             | 31 ++++++++++++++++----
 node.h                                             | 12 ++++++++
 parse.y                                            | 18 +++++++-----
 spec/ruby/core/io/flush_spec.rb                    |  2 +-
 spec/ruby/core/io/shared/write.rb                  |  2 +-
 template/fake.rb.in                                |  2 +-
 test/-ext-/bug_reporter/test_bug_reporter.rb       |  2 +-
 test/csv/parse/test_general.rb                     |  2 +-
 test/drb/drbtest.rb                                |  2 +-
 test/lib/jit_support.rb                            |  2 +-
 test/net/ftp/test_ftp.rb                           | 34 +++++++++++-----------
 test/net/http/test_httpresponse.rb                 |  2 +-
 test/net/smtp/test_smtp.rb                         |  2 +-
 test/reline/test_within_pipe.rb                    |  2 +-
 test/rinda/test_rinda.rb                           |  4 +--
 test/ruby/test_fiber.rb                            |  2 +-
 test/ruby/test_io.rb                               |  6 ++--
 test/ruby/test_jit.rb                              |  2 +-
 test/ruby/test_optimization.rb                     |  2 +-
 test/ruby/test_process.rb                          |  2 +-
 test/ruby/test_rubyoptions.rb                      |  8 ++---
 .../{test_rubyvm_mjit.rb => test_rubyvm_jit.rb}    | 26 ++++++++---------
 test/ruby/test_settracefunc.rb                     |  2 +-
 test/ruby/test_thread.rb                           |  4 +--
 test/rubygems/test_gem_stream_ui.rb                |  2 +-
 test/socket/test_socket.rb                         |  2 +-
 tool/lib/minitest/unit.rb                          |  2 +-
 tool/lib/test/unit/core_assertions.rb              |  2 +-
 tool/test/testunit/test_hideskip.rb                |  2 +-
 tool/test/testunit/test_parallel.rb                |  2 +-
 tool/test/webrick/test_httpserver.rb               |  2 +-
 tool/test/webrick/test_server.rb                   |  2 +-
 vm.c                                               | 21 +++++++------
 37 files changed, 133 insertions(+), 95 deletions(-)
 rename test/ruby/{test_rubyvm_mjit.rb => test_rubyvm_jit.rb} (82%)
Current branch master is up to date.
Latest commit hash = 6bcc4664bd
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
generating node_name.inc
Downloading Unicode 12.1.0 data and property files...
generating parse.c
generating /tmp/ruby/v3/src/trunk-repeat20/ext/ripper/ripper.c
compiling /tmp/ruby/v3/src/trunk-repeat20/miniinit.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ast.c
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat20/ext/ripper'
compiling /tmp/ruby/v3/src/trunk-repeat20/main.c
extracting ripper.y from ../../parse.y
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
generating eventids1.c from ../../parse.y
compiling /tmp/ruby/v3/src/trunk-repeat20/class.c
compiling /tmp/ruby/v3/src/trunk-repeat20/compile.c
compiling compiler ripper.y
compiling /tmp/ruby/v3/src/trunk-repeat20/cont.c
compiling /tmp/ruby/v3/src/trunk-repeat20/debug.c
compiling /tmp/ruby/v3/src/trunk-repeat20/encoding.c
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat20/ext/ripper'
compiling /tmp/ruby/v3/src/trunk-repeat20/error.c
compiling /tmp/ruby/v3/src/trunk-repeat20/eval.c
compiling /tmp/ruby/v3/src/trunk-repeat20/gc.c
compiling /tmp/ruby/v3/src/trunk-repeat20/io.c
compiling /tmp/ruby/v3/src/trunk-repeat20/iseq.c
compiling /tmp/ruby/v3/src/trunk-repeat20/load.c
compiling /tmp/ruby/v3/src/trunk-repeat20/memory_view.c
compiling /tmp/ruby/v3/src/trunk-repeat20/mjit.c
compiling /tmp/ruby/v3/src/trunk-repeat20/mjit_compile.c
compiling /tmp/ruby/v3/src/trunk-repeat20/node.c
compiling parse.c
compiling /tmp/ruby/v3/src/trunk-repeat20/proc.c
compiling /tmp/ruby/v3/src/trunk-repeat20/process.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ractor.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ruby.c
compiling /tmp/ruby/v3/src/trunk-repeat20/scheduler.c
compiling /tmp/ruby/v3/src/trunk-repeat20/signal.c
compiling /tmp/ruby/v3/src/trunk-repeat20/string.c
compiling /tmp/ruby/v3/src/trunk-repeat20/struct.c
compiling /tmp/ruby/v3/src/trunk-repeat20/symbol.c
compiling /tmp/ruby/v3/src/trunk-repeat20/thread.c
compiling /tmp/ruby/v3/src/trunk-repeat20/transient_heap.c
compiling /tmp/ruby/v3/src/trunk-repeat20/variable.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm_backtrace.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm_dump.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm_sync.c
compiling /tmp/ruby/v3/src/trunk-repeat20/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
/tmp/ruby/v3/src/trunk-repeat20/revision.h updated
compiling /tmp/ruby/v3/src/trunk-repeat20/version.c
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: '/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/12.1.0/ucd' is up to date.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
/tmp/ruby/v3/src/trunk-repeat20/lib/unicode_normalize/tables.rb unchanged
linking miniruby
/tmp/ruby/v3/src/trunk-repeat20/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-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
$$$[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-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/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-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/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-repeat20/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-repeat20/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-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/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
building rb_mjit_header.h
./miniruby -I/tmp/ruby/v3/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat20/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-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/12.1.0    /tmp/ruby/v3/src/trunk-repeat20/vm.c -o rb_mjit_header.h.new
generating x86_64-linux-fake.rb
generating enc.mk
encdb.h unchanged
x86_64-linux-fake.rb updated
/tmp/ruby/v3/src/trunk-repeat20/revision.h unchanged
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-repeat20/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat20/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-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
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-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/objspace/objspace.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
checking /tmp/ruby/v3/src/trunk-repeat20/parse.y and /tmp/ruby/v3/src/trunk-repeat20/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
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
making mjit_build_dir.so
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
*** 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-repeat20'
$$$[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-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/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-repeat20/revision.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
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-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
*** 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-repeat20'
./miniruby -I/tmp/ruby/v3/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat20/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-repeat20/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-repeat20/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-repeat20/lib
installing arch files:              /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/site_ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/vendor_ruby/3.1.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat20/include/ruby-3.1.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/site_ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/vendor_ruby/3.1.0
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat20/include/ruby-3.1.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-repeat20/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.1.0
installing common headers:          /tmp/ruby/v3/install/trunk-repeat20/include/ruby-3.1.0
installing manpages:                /tmp/ruby/v3/install/trunk-repeat20/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-repeat20/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-repeat20/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-repeat20/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-repeat20/lib/ruby/gems/3.1.0/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTS=--repeat-count=20
2021-01-14 10:28:25 +0000
Driver is ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
Target is ruby 3.1.0dev (2021-01-14T07:15:25Z master 6bcc4664bd) [x86_64-linux]

$$$[end] "make yes-btest TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
	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-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/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-repeat20/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:condition ..OK 2
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:case .....OK 5
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:while/until ........OK 8
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:exception ..........OK 10
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:array .......................................OK 39
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:call ......OK 6
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:proc .........OK 9
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:signal ..OK 2
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:system ........OK 8
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:const .....OK 5
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:clone .....OK 5
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:marshal ....OK 4
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:pack ....OK 4
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:math ..OK 2
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:struct ......OK 6
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:variable ............OK 12
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:trace ...OK 3
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:defined? ............OK 12
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:alias ......OK 6
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:path .......................OK 23
/tmp/ruby/v3/src/trunk-repeat20/basictest/test.rb:gc ....OK 4

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

# 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/20)  tests in 1164.957966s, 18.3028 tests/s, 4866.8554 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/20)  tests in 1121.167665s, 19.0177 tests/s, 5056.9296 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(3/20)  tests in 1144.479999s, 18.6303 tests/s, 4953.5300 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/20)  tests in 1136.124523s, 18.7673 tests/s, 4990.7786 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/20)  tests in 1055.402709s, 20.2027 tests/s, 5371.5723 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/20)  tests in 1100.336305s, 19.3777 tests/s, 5152.2575 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/20)  tests in 1082.969271s, 19.6885 tests/s, 5234.8965 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(8/20)  tests in 1073.783887s, 19.8569 tests/s, 5279.7216 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/20)  tests in 1048.930236s, 20.3274 tests/s, 5404.6797 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/20)  tests in 1075.674003s, 19.8220 tests/s, 5270.3737 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/20)  tests in 1126.891014s, 18.9211 tests/s, 5031.1538 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/20)  tests in 1142.162182s, 18.6681 tests/s, 4963.5701 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/20)  tests in 1185.975016s, 17.9785 tests/s, 4780.4835 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/20)  tests in 1252.893510s, 17.0182 tests/s, 4525.2234 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/20)  tests in 1069.544379s, 19.9356 tests/s, 5300.9170 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(16/20)  tests in 1082.956169s, 19.6887 tests/s, 5235.3919 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/20)  tests in 1160.397285s, 18.3747 tests/s, 4885.5785 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
Leaked file descriptor: TestOpenURI#test_open_timeout: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 48532>
Multiple autoclose IO objects for a file descriptor in: TestOpenURI#test_open_timeout:  #<IO:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: TestOpenURI#test_open_timeout:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Closed file descriptor: TestOpenURI#test_open_too_many_arg: 12
Finished(18/20)  tests in 1047.122208s, 20.3625 tests/s, 5414.1302 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(19/20)  tests in 1078.235490s, 19.7749 tests/s, 5257.8366 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/20)  tests in 1086.267123s, 19.6287 tests/s, 5219.0349 assertions/s.
426440 tests, 113388053 assertions, 0 failures, 0 errors, 1006 skips

ruby -v: ruby 3.1.0dev (2021-01-14T07:15:25Z master 6bcc4664bd) [x86_64-linux]
$$$[end] "make yes-test-all TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS=--repeat-count=20
	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-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/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-repeat20/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-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
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-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
*** 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-repeat20'
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
ruby 3.1.0dev (2021-01-14T07:15:25Z master 6bcc4664bd) [x86_64-linux]
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 201.951098 seconds

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