# Logfile created on 2020-05-31 19:14:27 +0000 by logger.rb/61378
#<BuildRuby:0x000055fb70464760 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @svn_revision=nil, @TARGET_NAME="trunk-random-repeat", @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-random-repeat", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-random-repeat", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-random-repeat", @configure_opts=["--enable-shared"], @build_opts="-j6", @test_opts="TESTS=\"--repeat-count=20 --test-order=random\"", @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-random-repeat.20200531-191427", @ruby_env=[["RUBY_DEBUG", "ci"]], @logger=#<Logger:0x000055fb706a2fe0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055fb706a2ec8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055fb706a2db0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random-repeat.20200531-191427", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random-repeat.20200531-191427>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000055fb706a2cc0>>>>
$$$[beg] rm -f .revision.time
$$$[end] "rm -f .revision.time" exit with 0.
$$$[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-random-repeat/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/emoji/12.1/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/emoji/12.1/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/emoji/12.1/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/emoji/12.1/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/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/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 5a79d8e..bb966b5
Fast-forward
 spec/mspec/lib/mspec/helpers/numeric.rb            |   8 ++
 spec/mspec/lib/mspec/matchers/raise_error.rb       |  35 ++++--
 spec/mspec/lib/mspec/runner/actions/leakchecker.rb |   9 ++
 spec/mspec/lib/mspec/runner/actions/timeout.rb     |   2 +-
 spec/mspec/lib/mspec/runner/exception.rb           |  20 +--
 spec/mspec/lib/mspec/utils/format.rb               |   6 +-
 spec/mspec/spec/matchers/raise_error_spec.rb       |  53 ++++++--
 spec/mspec/spec/runner/exception_spec.rb           |   2 +-
 spec/ruby/CONTRIBUTING.md                          |  17 +--
 spec/ruby/core/array/fixtures/classes.rb           |   2 +-
 spec/ruby/core/array/shared/slice.rb               |   6 +
 spec/ruby/core/enumerator/new_spec.rb              |  31 +++++
 spec/ruby/core/enumerator/yielder/append_spec.rb   |  23 ++++
 spec/ruby/core/enumerator/yielder/yield_spec.rb    |  10 ++
 spec/ruby/core/integer/left_shift_spec.rb          |   5 +-
 spec/ruby/core/integer/right_shift_spec.rb         |   5 +-
 spec/ruby/core/kernel/shared/require.rb            |   9 ++
 spec/ruby/core/module/autoload_spec.rb             |  26 ++++
 .../autoload_required_directly_no_constant.rb      |   2 +
 .../backtrace/location/absolute_path_spec.rb       |  56 ++++-----
 .../thread/backtrace/location/fixtures/path.rb     |   2 +
 .../core/thread/backtrace/location/path_spec.rb    |  23 ++++
 spec/ruby/core/tracepoint/binding_spec.rb          |   2 +
 spec/ruby/core/tracepoint/callee_id_spec.rb        |   1 +
 spec/ruby/core/tracepoint/defined_class_spec.rb    |   1 +
 spec/ruby/core/tracepoint/disable_spec.rb          |   3 +
 spec/ruby/core/tracepoint/enable_spec.rb           | 135 +++++++++++++++------
 spec/ruby/core/tracepoint/enabled_spec.rb          |   1 +
 spec/ruby/core/tracepoint/eval_script_spec.rb      |   1 +
 spec/ruby/core/tracepoint/event_spec.rb            |   1 +
 spec/ruby/core/tracepoint/fixtures/classes.rb      |   6 +
 spec/ruby/core/tracepoint/inspect_spec.rb          |   2 +
 spec/ruby/core/tracepoint/lineno_spec.rb           |  14 ++-
 spec/ruby/core/tracepoint/method_id_spec.rb        |  10 +-
 spec/ruby/core/tracepoint/new_spec.rb              |  15 ++-
 spec/ruby/core/tracepoint/parameters_spec.rb       |  11 +-
 spec/ruby/core/tracepoint/path_spec.rb             |  16 ++-
 spec/ruby/core/tracepoint/raised_exception_spec.rb |   6 +-
 spec/ruby/core/tracepoint/return_value_spec.rb     |   6 +-
 spec/ruby/core/tracepoint/self_spec.rb             |  10 +-
 spec/ruby/core/tracepoint/trace_spec.rb            |   1 +
 spec/ruby/language/fixtures/squiggly_heredoc.rb    |  24 ++++
 spec/ruby/language/heredoc_spec.rb                 |   7 ++
 spec/ruby/library/bigdecimal/BigDecimal_spec.rb    |  11 ++
 spec/ruby/library/net/http/http/get_spec.rb        |  10 +-
 spec/ruby/library/objectspace/memsize_of_spec.rb   |   4 +
 spec/ruby/library/socket/tcpserver/accept_spec.rb  |  20 +++
 spec/ruby/optional/capi/encoding_spec.rb           |  71 +++++++++++
 spec/ruby/optional/capi/ext/encoding_spec.c        |  30 +++++
 spec/ruby/optional/capi/ext/string_spec.c          |  17 +++
 spec/ruby/optional/capi/ext/util_spec.c            |  15 +++
 spec/ruby/optional/capi/string_spec.rb             |  29 +++++
 spec/ruby/optional/capi/util_spec.rb               |  30 +++++
 spec/ruby/shared/string/times.rb                   |   6 +
 version.h                                          |   4 +-
 55 files changed, 733 insertions(+), 139 deletions(-)
 create mode 100644 spec/ruby/core/module/fixtures/autoload_required_directly_no_constant.rb
 create mode 100644 spec/ruby/core/thread/backtrace/location/fixtures/path.rb
Current branch master is up to date.
Latest commit hash = bb966b5dee
$$$[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 Makefile
config.status: creating GNUmakefile
GNUmakefile unchanged
Downloading Unicode 12.1.0 data and property files...
making mjit_config.h
compiling /tmp/ruby/v3/src/trunk-random-repeat/mjit.c
/tmp/ruby/v3/src/trunk-random-repeat/revision.h updated
compiling /tmp/ruby/v3/src/trunk-random-repeat/version.c
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: '/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/data/12.1.0/ucd' is up to date.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
linking miniruby
/tmp/ruby/v3/src/trunk-random-repeat/lib/unicode_normalize/tables.rb unchanged
/tmp/ruby/v3/src/trunk-random-repeat/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-random-repeat'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
$$$[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 -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random-repeat/include -I/tmp/ruby/v3/src/trunk-random-repeat -I/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -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 -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random-repeat/include -I/tmp/ruby/v3/src/trunk-random-repeat -I/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -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-random-repeat/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-random-repeat/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.2.8.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 -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random-repeat/include -I/tmp/ruby/v3/src/trunk-random-repeat -I/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -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-random-repeat/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-random-repeat/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 -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random-repeat/include -I/tmp/ruby/v3/src/trunk-random-repeat -I/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/12.1.0    /tmp/ruby/v3/src/trunk-random-repeat/vm.c -o rb_mjit_header.h.new
encdb.h unchanged
/tmp/ruby/v3/src/trunk-random-repeat/revision.h unchanged
rb_mjit_header.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-2.8.0.h
./miniruby -I/tmp/ruby/v3/src/trunk-random-repeat/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-random-repeat/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-2.8.0.h
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
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-random-repeat'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-random-repeat/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
*** 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-random-repeat'
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_struct_aset, rb_vm_opt_struct_aref, rb_eql_opt, 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: changing definition to declaration: rb_equal_opt
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, rb_eql_opt
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
$$$[end] "make all -j6" exit with 0.
$$$[beg] make install -j6
generating x86_64-linux-fake.rb
	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 -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random-repeat/include -I/tmp/ruby/v3/src/trunk-random-repeat -I/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -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-random-repeat/revision.h unchanged
x86_64-linux-fake.rb updated
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
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-random-repeat'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-random-repeat/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
making encs
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/bigdecimal'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random-repeat'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random-repeat'
*** 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-random-repeat'
./miniruby -I/tmp/ruby/v3/src/trunk-random-repeat/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-random-repeat/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-random-repeat/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-random-repeat/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-random-repeat/lib
installing arch files:              /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/2.8.0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-random-repeat/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/2.8.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/site_ruby/2.8.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/vendor_ruby/2.8.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-random-repeat/include/ruby-2.8.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/2.8.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/site_ruby/2.8.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/vendor_ruby/2.8.0
installing extension headers:       /tmp/ruby/v3/install/trunk-random-repeat/include/ruby-2.8.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-random-repeat/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/2.8.0
installing common headers:          /tmp/ruby/v3/install/trunk-random-repeat/include/ruby-2.8.0
installing manpages:                /tmp/ruby/v3/install/trunk-random-repeat/share/man (man1, man5)
installing default gems from lib:   /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/gems/2.8.0
                                    benchmark 0.1.0
                                    bundler 2.2.0.dev
                                    cgi 0.1.0
                                    csv 3.1.2
                                    delegate 0.1.0
                                    did_you_mean 1.4.0
                                    english 0.7.0
                                    fileutils 1.4.1
                                    forwardable 1.3.1
                                    getoptlong 0.1.0
                                    ipaddr 1.2.2
                                    irb 1.2.4
                                    logger 1.4.2
                                    matrix 0.3.0
                                    mutex_m 0.1.0
                                    net-ftp 0.1.0
                                    net-http 0.1.0
                                    net-imap 0.1.0
                                    net-pop 0.1.0
                                    net-protocol 0.1.0
                                    net-smtp 0.1.0
                                    observer 0.1.0
                                    open3 0.1.0
                                    ostruct 0.2.0
                                    prime 0.1.1
                                    pstore 0.1.0
                                    racc 1.5.0
                                    rdoc 6.2.1
                                    readline 0.0.2
                                    reline 0.1.4
                                    singleton 0.1.0
                                    tempfile 0.1.0
                                    timeout 0.1.0
                                    tmpdir 0.1.0
                                    tracer 0.1.0
                                    uri 0.10.0
                                    weakref 0.1.0
                                    webrick 1.6.0
                                    yaml 0.1.0
installing default gems from ext:   /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/gems/2.8.0
                                    bigdecimal 2.0.0
                                    date 3.0.0
                                    etc 1.1.0
                                    fcntl 1.0.0
                                    fiddle 1.0.1
                                    gdbm 2.1.0
                                    io-console 0.5.6
                                    json 2.3.0
                                    openssl 2.2.0
                                    psych 3.1.0
                                    readline-ext 0.1.0
                                    sdbm 1.0.0
                                    stringio 0.1.1
                                    strscan 1.0.3
                                    zlib 1.1.0
installing bundled gems:            /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/gems/2.8.0
                                    minitest 5.14.0
                                    power_assert 1.2.0
                                    rake 13.0.1
                                    test-unit 3.3.5
                                    rexml 3.2.4
                                    rss 0.2.9
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-random-repeat/lib/ruby/gems/2.8.0/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTS="--repeat-count=20 --test-order=random"
2020-05-31 19:14:42 +0000
Driver is ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
Target is ruby 2.8.0dev (2020-05-31T16:23:43Z master bb966b5dee) [x86_64-linux]

$$$[end] "make yes-btest TESTS=\"--repeat-count=20 --test-order=random\"" exit with 0.
$$$[beg] make yes-test-basic TESTS="--repeat-count=20 --test-order=random"
	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 -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random-repeat/include -I/tmp/ruby/v3/src/trunk-random-repeat -I/tmp/ruby/v3/src/trunk-random-repeat/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.2.8  -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-random-repeat/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:condition ..OK 2
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:case .....OK 5
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:while/until ........OK 8
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:exception ..........OK 10
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:array .......................................OK 39
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:iterator .............................................................................................................OK 109
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:call ......OK 6
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:proc .........OK 9
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:signal ..OK 2
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:system ........OK 8
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:const .....OK 5
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:clone .....OK 5
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:marshal ....OK 4
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:pack ....OK 4
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:math ..OK 2
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:struct ......OK 6
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:variable ...........OK 11
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:trace ...OK 3
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:defined? ............OK 12
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:alias ......OK 6
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:path .......................OK 23
/tmp/ruby/v3/src/trunk-random-repeat/basictest/test.rb:gc ....OK 4

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

# Running tests:

Leaked file descriptor: OpenSSL::TestX509Request#test_subject: 7 #<File::Stat dev=0x4b, ino=172930488, mode=020666, nlink=1, uid=0, gid=0, rdev=0x109, size=0, blksize=4096, blocks=0, atime=2020-05-15 05:54:30.725382257 +0000, mtime=2020-05-15 05:54:30.725382257 +0000, ctime=2020-05-15 05:54:30.725382257 +0000>
Leaked file descriptor: OpenSSL::TestX509Request#test_subject: 8 #<File::Stat dev=0x4b, ino=172930484, mode=020666, nlink=1, uid=0, gid=0, rdev=0x108, size=0, blksize=4096, blocks=0, atime=2020-05-15 05:54:30.725382257 +0000, mtime=2020-05-15 05:54:30.725382257 +0000, ctime=2020-05-15 05:54:30.725382257 +0000>
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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x000056138800e5f0 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(1/20)  tests in 854.707551s, 24.1767 tests/s, 6613.4492 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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x000056138802d950 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(2/20)  tests in 961.985775s, 21.4806 tests/s, 5875.9122 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<TCPSocket:fd 13, AF_INET, 172.17.0.5, 32917>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x000056138779c840 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(3/20)  tests in 965.558134s, 21.4011 tests/s, 5854.1271 assertions/s.
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Finished(4/20)  tests in 966.343544s, 21.3837 tests/s, 5849.5263 assertions/s.
Finished(5/20)  tests in 958.039252s, 21.5691 tests/s, 5900.1800 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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000561387b64ef0 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(6/20)  tests in 962.256781s, 21.4745 tests/s, 5874.4050 assertions/s.
Finished(7/20)  tests in 974.234249s, 21.2105 tests/s, 5802.2103 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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000561387b597f8 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(8/20)  tests in 973.299080s, 21.2309 tests/s, 5807.7318 assertions/s.
Finished(9/20)  tests in 974.651348s, 21.2014 tests/s, 5799.5446 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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000561387bf48e8 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(10/20)  tests in 974.101752s, 21.2134 tests/s, 5802.9277 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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000561387b65828 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(11/20)  tests in 971.821226s, 21.2632 tests/s, 5816.5575 assertions/s.
Finished(12/20)  tests in 984.105403s, 20.9978 tests/s, 5743.9010 assertions/s.
Finished(13/20)  tests in 979.721417s, 21.0917 tests/s, 5769.6973 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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x0000561387a90f38 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(14/20)  tests in 982.841185s, 21.0248 tests/s, 5751.2323 assertions/s.
Finished(15/20)  tests in 978.765601s, 21.1123 tests/s, 5775.2990 assertions/s.
Finished(16/20)  tests in 984.017455s, 20.9996 tests/s, 5744.3839 assertions/s.
Finished(17/20)  tests in 995.201919s, 20.7636 tests/s, 5679.8855 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:<STDOUT>> #<IO:fd 1>(autoclose) #<IO:fd 1>(autoclose)
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00005613878221c0 /tmp/ruby/v3/src/trunk-random-repeat/lib/drb/drb.rb:1722 sleep>
Finished(18/20)  tests in 988.654955s, 20.9011 tests/s, 5717.5580 assertions/s.
Finished(19/20)  tests in 992.679131s, 20.8164 tests/s, 5694.1844 assertions/s.
Finished(20/20)  tests in 996.437870s, 20.7379 tests/s, 5672.9117 assertions/s.
413280 tests, 113052366 assertions, 0 failures, 0 errors, 1425 skips

ruby -v: ruby 2.8.0dev (2020-05-31T16:23:43Z master bb966b5dee) [x86_64-linux]
$$$[end] "make yes-test-all TESTS=\"--repeat-count=20 --test-order=random\"" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS="--repeat-count=20 --test-order=random"
ruby 2.8.0dev (2020-05-31T16:23:43Z master bb966b5dee) [x86_64-linux]
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 98.892699 seconds

3739 files, 30262 examples, 139475 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS=\"--repeat-count=20 --test-order=random\"" exit with 0.
raw logfile