# Logfile created on 2021-04-15 09:13:09 +0000 by logger.rb/61378
#<BuildRuby:0x000055608af69510 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @TARGET_NAME="trunk-repeat50", @SRC_DIR="/tmp/ruby/v3/src", @BUILD_DIR="/tmp/ruby/v3/build", @INSTALL_DIR="/tmp/ruby/v3/install", @TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j6", @test_opts="TESTS=--repeat-count=50", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20210415-091309", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055608b217258 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055608b2171b8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055608b217168 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20210415-091309", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20210415-091309>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x000055608b2170f0>>>>
$$$[beg] make update-unicode  -j6
Downloading Unicode 12.1.0 data and property files...
Downloading Unicode 12.1.0 auxiliary files...
Downloading Unicode emoji 12.1 files...
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/12.1/emoji-zwj-sequences.txt already exists
$$$[end] "make update-unicode  -j6" exit with 0.
$$$[beg] make update-download -j6
tool/config.guess already exists
tool/config.sub already exists
downloading for ext/zlib/extlibs
.downloaded-cache/zlib-1.2.11.tar.gz already exists
checking md5 of .downloaded-cache/zlib-1.2.11.tar.gz ... OK
checking sha512 of .downloaded-cache/zlib-1.2.11.tar.gz ... OK
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
checking md5 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
checking sha512 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
$$$[end] "make update-download -j6" exit with 0.
$$$[beg] make update-rubyspec -j6
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j6" exit with 0.
$$$[beg] make update-src      -j6
Updating d9a5281..26888d5
Fast-forward
 hash.c                                             |   3 +
 lib/bundler.rb                                     |   2 +-
 lib/bundler/cli.rb                                 |   9 +
 lib/bundler/cli/common.rb                          |  15 +-
 lib/bundler/cli/gem.rb                             |  77 +++-
 lib/bundler/cli/install.rb                         |   8 +-
 lib/bundler/cli/outdated.rb                        |   2 +-
 lib/bundler/compact_index_client/updater.rb        |   4 +-
 lib/bundler/definition.rb                          |  32 +-
 lib/bundler/dsl.rb                                 |   9 +-
 lib/bundler/feature_flag.rb                        |   2 -
 lib/bundler/gem_helper.rb                          |  16 +
 lib/bundler/injector.rb                            |   4 +-
 lib/bundler/inline.rb                              |   2 +-
 lib/bundler/installer/parallel_installer.rb        |  51 ++-
 lib/bundler/lazy_specification.rb                  |   7 +-
 lib/bundler/lockfile_parser.rb                     |  18 +-
 lib/bundler/man/bundle-add.1                       |   2 +-
 lib/bundler/man/bundle-binstubs.1                  |   2 +-
 lib/bundler/man/bundle-cache.1                     |   2 +-
 lib/bundler/man/bundle-check.1                     |   2 +-
 lib/bundler/man/bundle-clean.1                     |   2 +-
 lib/bundler/man/bundle-config.1                    |   8 +-
 lib/bundler/man/bundle-config.1.ronn               |   7 +-
 lib/bundler/man/bundle-doctor.1                    |   2 +-
 lib/bundler/man/bundle-exec.1                      |   2 +-
 lib/bundler/man/bundle-gem.1                       |  15 +-
 lib/bundler/man/bundle-gem.1.ronn                  |  16 +
 lib/bundler/man/bundle-info.1                      |   2 +-
 lib/bundler/man/bundle-init.1                      |   2 +-
 lib/bundler/man/bundle-inject.1                    |   2 +-
 lib/bundler/man/bundle-install.1                   |   2 +-
 lib/bundler/man/bundle-list.1                      |   2 +-
 lib/bundler/man/bundle-lock.1                      |   2 +-
 lib/bundler/man/bundle-open.1                      |   2 +-
 lib/bundler/man/bundle-outdated.1                  |   2 +-
 lib/bundler/man/bundle-platform.1                  |   2 +-
 lib/bundler/man/bundle-pristine.1                  |   2 +-
 lib/bundler/man/bundle-remove.1                    |   2 +-
 lib/bundler/man/bundle-show.1                      |   2 +-
 lib/bundler/man/bundle-update.1                    |   2 +-
 lib/bundler/man/bundle-viz.1                       |   2 +-
 lib/bundler/man/bundle.1                           |   2 +-
 lib/bundler/man/gemfile.5                          |   2 +-
 lib/bundler/plugin/api/source.rb                   |   7 +
 lib/bundler/settings.rb                            |   2 -
 lib/bundler/source.rb                              |   6 +
 lib/bundler/source/metadata.rb                     |   4 -
 lib/bundler/source/path.rb                         |   4 +-
 lib/bundler/source/path/installer.rb               |   2 +-
 lib/bundler/source/rubygems.rb                     |  24 +-
 lib/bundler/source_list.rb                         |  20 +-
 lib/bundler/spec_set.rb                            |   2 +
 lib/bundler/templates/Gemfile                      |   2 +-
 lib/bundler/templates/gems.rb                      |   2 +-
 lib/bundler/templates/newgem/Gemfile.tt            |   7 +-
 lib/bundler/templates/newgem/Rakefile.tt           |   6 +-
 .../templates/newgem/github/workflows/main.yml.tt  |   6 +-
 lib/bundler/templates/newgem/newgem.gemspec.tt     |  24 +-
 lib/bundler/templates/newgem/standard.yml.tt       |   4 +
 lib/bundler/vendor/tmpdir/lib/tmpdir.rb            |   2 +-
 lib/rubygems.rb                                    |   4 +-
 lib/rubygems/commands/update_command.rb            |  24 +-
 lib/rubygems/defaults.rb                           |   2 +-
 lib/rubygems/indexer.rb                            |   2 +-
 lib/rubygems/installer.rb                          |   7 +-
 lib/rubygems/package.rb                            |   9 +-
 lib/rubygems/platform.rb                           |  10 +-
 lib/rubygems/remote_fetcher.rb                     |  11 +-
 lib/rubygems/security/trust_dir.rb                 |   1 +
 lib/rubygems/test_utilities.rb                     |   2 +-
 spec/bundler/bundler/dep_proxy_spec.rb             |   2 +-
 spec/bundler/bundler/gem_helper_spec.rb            |  39 +-
 .../bundler/installer/parallel_installer_spec.rb   |  33 ++
 .../bundler/installer/spec_installation_spec.rb    |   4 +
 spec/bundler/bundler/source_list_spec.rb           |  21 +-
 spec/bundler/commands/info_spec.rb                 |  14 +
 spec/bundler/commands/lock_spec.rb                 |   2 +-
 spec/bundler/commands/newgem_spec.rb               | 410 ++++++++++++++++-
 spec/bundler/commands/outdated_spec.rb             |  50 ++
 spec/bundler/commands/post_bundle_message_spec.rb  |  24 +-
 spec/bundler/commands/update_spec.rb               | 100 ++--
 spec/bundler/install/deploy_spec.rb                |  20 +-
 spec/bundler/install/gemfile/gemspec_spec.rb       |   4 +-
 spec/bundler/install/gemfile/path_spec.rb          |   7 +-
 spec/bundler/install/gemfile/sources_spec.rb       | 506 ++++++++++++++++-----
 .../install/gemfile/specific_platform_spec.rb      |  44 ++
 spec/bundler/install/gems/flex_spec.rb             |  32 +-
 spec/bundler/install/gems/resolving_spec.rb        |  45 ++
 spec/bundler/install/gems/sudo_spec.rb             |  17 +-
 spec/bundler/install/git_spec.rb                   |   2 +-
 spec/bundler/lock/lockfile_spec.rb                 |  59 +--
 spec/bundler/other/major_deprecation_spec.rb       | 112 ++++-
 spec/bundler/quality_spec.rb                       |   1 -
 .../realworld/fixtures/warbler/Gemfile.lock        |   5 +-
 spec/bundler/runtime/inline_spec.rb                |  13 +
 spec/bundler/runtime/platform_spec.rb              |  38 ++
 spec/bundler/runtime/setup_spec.rb                 |  12 +-
 spec/bundler/spec_helper.rb                        |  13 +-
 spec/bundler/support/builders.rb                   |  44 +-
 spec/bundler/support/bundle.rb                     |   8 +
 spec/bundler/support/hax.rb                        |   2 +-
 spec/bundler/support/helpers.rb                    |   4 +-
 spec/bundler/support/matchers.rb                   |  51 ++-
 spec/bundler/support/path.rb                       |  40 +-
 spec/bundler/support/rubygems_ext.rb               |  69 +--
 spec/ruby/library/matrix/exponent_spec.rb          |   2 +-
 test/rubygems/packages/ascii_binder-0.1.10.1.gem   | Bin 0 -> 244736 bytes
 test/rubygems/test_gem_commands_setup_command.rb   |   2 +-
 test/rubygems/test_gem_commands_update_command.rb  |  29 +-
 test/rubygems/test_gem_installer.rb                |  22 +-
 test/rubygems/test_gem_package.rb                  |   4 +-
 test/rubygems/test_gem_platform.rb                 |  29 --
 test/rubygems/test_gem_remote_fetcher.rb           |  38 ++
 test/rubygems/test_gem_server.rb                   |   8 +-
 tool/bundler/rubocop_gems.rb                       |  11 +
 tool/bundler/rubocop_gems.rb.lock                  |  59 +++
 tool/bundler/standard_gems.rb                      |  11 +
 tool/bundler/standard_gems.rb.lock                 |  65 +++
 tool/bundler/test_gems.rb                          |   3 +-
 tool/bundler/test_gems.rb.lock                     |   9 +-
 tool/mkconfig.rb                                   |  12 +-
 tool/rbinstall.rb                                  |   2 +
 tool/sync_default_gems.rb                          |   6 +-
 124 files changed, 2064 insertions(+), 644 deletions(-)
 create mode 100644 lib/bundler/templates/newgem/standard.yml.tt
 create mode 100644 spec/bundler/support/bundle.rb
 create mode 100644 test/rubygems/packages/ascii_binder-0.1.10.1.gem
 create mode 100644 tool/bundler/rubocop_gems.rb
 create mode 100644 tool/bundler/rubocop_gems.rb.lock
 create mode 100644 tool/bundler/standard_gems.rb
 create mode 100644 tool/bundler/standard_gems.rb.lock
Current branch master is up to date.
Latest commit hash = 26888d5e03
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
compiling /tmp/ruby/v3/src/trunk-repeat50/hash.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-repeat50/revision.h updated
compiling /tmp/ruby/v3/src/trunk-repeat50/version.c
linking miniruby
/tmp/ruby/v3/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
$$$[end] "make after-update    -j6" exit with 0.
$$$[beg] make miniruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

make: 'miniruby' is up to date.
$$$[end] "make miniruby -j6" exit with 0.
$$$[beg] make ruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

creating verconf.h
verconf.h updated
compiling /tmp/ruby/v3/src/trunk-repeat50/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.1.0
linking ruby
$$$[end] "make ruby -j6" exit with 0.
$$$[beg] make all -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
building rb_mjit_header.h
./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/mjit_tabs.rb "" \
	gcc -E -DMJIT_HEADER -P -dD -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC  -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0    /tmp/ruby/v3/src/trunk-repeat50/vm.c >rb_mjit_header.h.new
generating x86_64-linux-fake.rb
encdb.h unchanged
/tmp/ruby/v3/src/trunk-repeat50/revision.h unchanged
x86_64-linux-fake.rb updated
rb_mjit_header.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-3.1.0.h
./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/transform_mjit_header.rb "gcc -O3 -fno-fast-math -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  -w" rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-3.1.0.h
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
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
$$$[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 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
/tmp/ruby/v3/src/trunk-repeat50/revision.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making encs
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
*** Following extensions are not compiled:
dbm:
	Could not be configured. It will not be installed.
	Check ext/dbm/mkmf.log for more details.
*** Fix the problems, then remove these directories and try again if you want.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --mflags="-j --jobserver-fds=4,5" --make-flags=" -j --jobserver-fds=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --exclude=doc
installing binary commands:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.1.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.1.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.1.0
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.1.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.1.0
installing common headers:          /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.1.0
installing manpages:                /tmp/ruby/v3/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0
                                    abbrev 0.1.0
                                    base64 0.1.0
                                    benchmark 0.1.1
                                    bundler 2.3.0.dev
                                    cgi 0.2.0
                                    csv 3.2.0
                                    debug 0.1.0
                                    delegate 0.2.0
                                    did_you_mean 1.5.0
                                    drb 2.0.4
                                    english 0.7.1
                                    erb 2.2.3
                                    fileutils 1.5.0
                                    find 0.1.0
                                    forwardable 1.3.2
                                    getoptlong 0.1.1
                                    ipaddr 1.2.2
                                    irb 1.3.5
                                    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.1
                                    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.5
                                    resolv 0.2.0
                                    resolv-replace 0.1.0
                                    rinda 0.1.0
                                    ruby2_keywords 1.0.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.2
                                    tracer 0.1.1
                                    tsort 0.1.0
                                    un 0.1.0
                                    uri 0.10.1
                                    weakref 0.1.1
                                    yaml 0.1.1
installing default gems from ext:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0
                                    bigdecimal 3.0.0
                                    date 3.1.0
                                    digest 3.0.0
                                    etc 1.2.0
                                    fcntl 1.0.0
                                    fiddle 1.0.6
                                    gdbm 2.1.0
                                    io-console 0.5.9
                                    io-nonblock 0.1.0
                                    io-wait 0.1.1
                                    json 2.5.1
                                    nkf 0.1.0
                                    openssl 2.2.0
                                    pathname 0.1.0
                                    psych 3.3.0
                                    readline-ext 0.1.1
                                    stringio 3.0.0
                                    strscan 3.0.0
                                    syslog 0.1.0
                                    zlib 1.1.0
installing bundled gems:            /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0
                                    minitest 5.14.4
                                    power_assert 2.0.0
                                    rake 13.0.3
                                    test-unit 3.4.0
                                    rexml 3.2.5
                                    rss 0.2.9
                                    typeprof 0.13.0
                                    rbs 1.1.1
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.1.0/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTS=--repeat-count=50
2021-04-15 09:13:29 +0000
Driver is ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
Target is ruby 3.1.0dev (2021-04-15T09:07:23Z master 26888d5e03) [x86_64-linux]

$$$[end] "make yes-btest TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

# Running tests:

Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 14 : #<IO:fd 14>
Finished(1/50)  tests in 855.942672s, 25.1395 tests/s, 6625.8900 assertions/s.
Finished(2/50)  tests in 927.858372s, 23.1910 tests/s, 6112.3531 assertions/s.
Finished(3/50)  tests in 937.669274s, 22.9484 tests/s, 6048.3501 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 43239>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d5450398 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(4/50)  tests in 942.376669s, 22.8338 tests/s, 6018.1732 assertions/s.
Finished(5/50)  tests in 941.235587s, 22.8614 tests/s, 6025.3502 assertions/s.
Finished(6/50)  tests in 946.498214s, 22.7343 tests/s, 5991.9564 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 44947>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d2c21a98 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(7/50)  tests in 948.265179s, 22.6920 tests/s, 5980.8165 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 45473>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d3411de8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(8/50)  tests in 948.085436s, 22.6963 tests/s, 5981.8343 assertions/s.
Finished(9/50)  tests in 949.291680s, 22.6674 tests/s, 5974.2692 assertions/s.
Finished(10/50)  tests in 952.220176s, 22.5977 tests/s, 5956.0721 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 42413>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d28464c8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(11/50)  tests in 967.628154s, 22.2379 tests/s, 5861.0118 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 41063>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38edd8eb40 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(12/50)  tests in 955.444636s, 22.5215 tests/s, 5935.8730 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38ec8e0cc0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(13/50)  tests in 963.121774s, 22.3419 tests/s, 5888.5804 assertions/s.
Finished(14/50)  tests in 955.564364s, 22.5186 tests/s, 5935.0832 assertions/s.
Finished(15/50)  tests in 957.353348s, 22.4765 tests/s, 5923.9820 assertions/s.
Finished(16/50)  tests in 957.734661s, 22.4676 tests/s, 5921.7070 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 38371>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d61d3b50 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(17/50)  tests in 961.158812s, 22.3876 tests/s, 5900.5774 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 39713>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d5b24de0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(18/50)  tests in 963.697019s, 22.3286 tests/s, 5885.0364 assertions/s.
Finished(19/50)  tests in 967.326178s, 22.2448 tests/s, 5862.9159 assertions/s.
Finished(20/50)  tests in 966.757964s, 22.2579 tests/s, 5866.4011 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d53a25e0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(21/50)  tests in 964.033166s, 22.3208 tests/s, 5882.9885 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d43c7df0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(22/50)  tests in 965.692853s, 22.2824 tests/s, 5872.6623 assertions/s.
Finished(23/50)  tests in 971.650153s, 22.1458 tests/s, 5836.7613 assertions/s.
Finished(24/50)  tests in 966.617040s, 22.2611 tests/s, 5867.1488 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d5474d38 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(25/50)  tests in 970.319818s, 22.1762 tests/s, 5844.8162 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d4229e58 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(26/50)  tests in 965.925156s, 22.2771 tests/s, 5871.3327 assertions/s.
Finished(27/50)  tests in 972.586166s, 22.1245 tests/s, 5831.1193 assertions/s.
Finished(28/50)  tests in 970.622354s, 22.1693 tests/s, 5843.0047 assertions/s.
Finished(29/50)  tests in 971.951750s, 22.1390 tests/s, 5835.0304 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d307a338 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(30/50)  tests in 975.149833s, 22.0664 tests/s, 5815.7934 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d5334310 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(31/50)  tests in 972.623544s, 22.1237 tests/s, 5830.9652 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 45423>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d3d91760 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(32/50)  tests in 973.302413s, 22.1082 tests/s, 5826.9074 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d431e890 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(33/50)  tests in 976.917421s, 22.0264 tests/s, 5805.3914 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d3c34200 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(34/50)  tests in 973.071224s, 22.1135 tests/s, 5828.3072 assertions/s.
Finished(35/50)  tests in 977.733375s, 22.0080 tests/s, 5800.4259 assertions/s.
Finished(36/50)  tests in 976.440247s, 22.0372 tests/s, 5807.9478 assertions/s.
Finished(37/50)  tests in 977.705514s, 22.0087 tests/s, 5800.7283 assertions/s.
Finished(38/50)  tests in 979.256300s, 21.9738 tests/s, 5791.7422 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d2780c28 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(39/50)  tests in 979.640464s, 21.9652 tests/s, 5789.1933 assertions/s.
Finished(40/50)  tests in 979.168917s, 21.9758 tests/s, 5791.9935 assertions/s.
Finished(41/50)  tests in 1018.322129s, 21.1308 tests/s, 5569.5068 assertions/s.
Finished(42/50)  tests in 980.583890s, 21.9441 tests/s, 5783.6459 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 43661>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d33f1f20 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(43/50)  tests in 983.913483s, 21.8698 tests/s, 5764.1308 assertions/s.
Finished(44/50)  tests in 984.793486s, 21.8503 tests/s, 5758.9739 assertions/s.
Finished(45/50)  tests in 983.999985s, 21.8679 tests/s, 5763.4350 assertions/s.
Finished(46/50)  tests in 983.131057s, 21.8872 tests/s, 5768.7589 assertions/s.
Finished(47/50)  tests in 984.491346s, 21.8570 tests/s, 5760.6459 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d1bcfcd0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(48/50)  tests in 984.442224s, 21.8581 tests/s, 5760.9313 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f38d184e200 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1713 sleep>
Finished(49/50)  tests in 986.828256s, 21.8052 tests/s, 5747.0061 assertions/s.
Finished(50/50)  tests in 986.685401s, 21.8084 tests/s, 5747.7246 assertions/s.
1075900 tests, 283567411 assertions, 0 failures, 0 errors, 2619 skips

ruby -v: ruby 3.1.0dev (2021-04-15T09:07:23Z master 26888d5e03) [x86_64-linux]
$$$[end] "make yes-test-all TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS=--repeat-count=50
ruby 3.1.0dev (2021-04-15T09:07:23Z master 26888d5e03) [x86_64-linux]
..........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 143.452813 seconds

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