# Logfile created on 2020-05-28 15:32:25 +0000 by logger.rb/61378
#<BuildRuby:0x0000561d144b4fb0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=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.20200528-153225", @ruby_env=[["RUBY_DEBUG", "ci"]], @logger=#<Logger:0x0000561d146f3858 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561d146f36a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561d146f3650 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20200528-153225", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20200528-153225>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000561d146f3560>>>>
$$$[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-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/UnicodeData.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/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/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/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 fa38020..07b2102
Fast-forward
 configure.ac             |   2 +-
 hash.c                   | 267 ++++++++++++++++++++++++++++++++---------------
 test/drb/drbtest.rb      |   1 +
 test/rinda/test_rinda.rb |   1 +
 tool/lib/vcs.rb          | 120 +++++----------------
 tool/test-coverage.rb    |   2 +-
 6 files changed, 211 insertions(+), 182 deletions(-)
Current branch master is up to date.
Latest commit hash = 07b2102a88
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
cd -P /tmp/ruby/v3/src/trunk-repeat50 && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/v3/src/trunk-repeat50/configure --prefix=/tmp/ruby/v3/install/trunk-repeat50 --disable-install-doc --enable-shared --no-create --no-recursion
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking how to run the C preprocessor... gcc -E
checking for g++... no
checking for c++... no
checking for gpp... no
checking for aCC... no
checking for CC... no
checking for cxx... no
checking for cc++... no
checking for cl.exe... no
checking for FCC... no
checking for KCC... no
checking for RCC... no
checking for xlC_r... no
checking for xlC... no
checking whether we are using the GNU C++ compiler... no
checking whether g++ accepts -g... no
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking whether gcc needs -traditional... no
checking for ld... ld
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc... /usr/lib/ccache/gcc
checking for ranlib... ranlib
checking for ar... ar
checking for ar flags... rcD
checking for as... as
checking for objdump... objdump
checking for objcopy... objcopy
checking for nm... nm
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe mkdir -p... /bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether -Wl,-R. is accepted as LDFLAGS... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as CFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Werror=deprecated-declarations is accepted as CFLAGS... yes
checking whether -Werror=division-by-zero is accepted as CFLAGS... no
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Werror=duplicated-cond is accepted as CFLAGS... yes
checking whether -Werror=implicit-function-declaration is accepted as CFLAGS... yes
checking whether -Werror=implicit-int is accepted as CFLAGS... yes
checking whether -Werror=misleading-indentation is accepted as CFLAGS... yes
checking whether -Werror=pointer-arith is accepted as CFLAGS... yes
checking whether -Werror=shorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Werror=write-strings is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Werror=extra-tokens is accepted as CFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -std=gnu99 is accepted as CFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shl_load in -ldld... no
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking a.out.h usability... yes
checking a.out.h presence... yes
checking for a.out.h... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking copyfile.h usability... no
checking copyfile.h presence... no
checking for copyfile.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking malloc_np.h usability... no
checking malloc_np.h presence... no
checking for malloc_np.h... no
checking net/socket.h usability... no
checking net/socket.h presence... no
checking for net/socket.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sanitizer/asan_interface.h usability... yes
checking sanitizer/asan_interface.h presence... yes
checking for sanitizer/asan_interface.h... yes
checking sanitizer/msan_interface.h usability... no
checking sanitizer/msan_interface.h presence... no
checking for sanitizer/msan_interface.h... no
checking setjmpex.h usability... no
checking setjmpex.h presence... no
checking for setjmpex.h... no
checking stdalign.h usability... yes
checking stdalign.h presence... yes
checking for stdalign.h... yes
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/id.h usability... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking x86intrin.h usability... yes
checking x86intrin.h presence... yes
checking for x86intrin.h... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for prototypes... yes
checking token paste string... ansi
checking stringization... #expr
checking string literal concatenation... yes
checking for variable length prototypes and stdarg.h... yes
checking for variable length macro... yes
checking for alignas() syntax... __attribute__((__aligned__(x)))
checking for alignof() syntax... alignof
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for DEPRECATED_TYPE type attribute... __attribute__ ((__deprecated__ mesg)) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking whether sys_nerr is declared... yes
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... no
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking type of array argument to getgroups... gid_t
checking return type of signal handlers... void
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for dup2... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strstr... yes
checking for tgamma... yes
checking whether finite is declared... yes
checking whether isinf is declared... yes
checking whether isnan is declared... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking for signbit... yes
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... no
checking for atan2l... yes
checking for atan2f... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for grantpt... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for killpg... yes
checking for lchmod... no
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for openat... yes
checking for pipe2... yes
checking for poll... yes
checking for posix_fadvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking if getcwd allocates buffer if NULL is given... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_sigmask... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking whether ELF binaries are produced... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking elf_abi.h usability... no
checking elf_abi.h presence... no
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking mach-o/loader.h usability... no
checking mach-o/loader.h presence... no
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking valgrind/memcheck.h usability... yes
checking valgrind/memcheck.h presence... yes
checking for valgrind/memcheck.h... yes
checking for strip... strip
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for prefix of external symbols... NONE
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h unchanged
configure: ruby library version = 2.8.0
configure: creating ./config.status
---
Configuration summary for ruby version 2.8.0

   * Installation prefix: /tmp/ruby/v3/install/trunk-repeat50
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * enable shared:       yes
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with pthread:        yes
   * with coroutine:      amd64
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O3
   * debugflags:          -ggdb3
   * warnflags:           -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
   * strip command:       strip -S -x
   * install doc:         no
   * JIT support:         yes
   * man page type:       man
   * BASERUBY -v:         ruby 2.5.1p57 (2018-03-29 revision 63029) \
                          [x86_64-linux-gnu]

---
MAKE=make /bin/sh ./config.status Makefile
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating GNUmakefile
config.status: creating Makefile
GNUmakefile unchanged
Makefile unchanged
Downloading Unicode 12.1.0 data and property files...
generating /tmp/ruby/v3/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
making mjit_config.h
compiling /tmp/ruby/v3/src/trunk-repeat50/hash.c
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat50/ext/rbconfig/sizeof'
compiling /tmp/ruby/v3/src/trunk-repeat50/mjit.c
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat50/ext/rbconfig/sizeof'
/tmp/ruby/v3/src/trunk-repeat50/revision.h updated
compiling /tmp/ruby/v3/src/trunk-repeat50/version.c
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: '/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/12.1.0/ucd' is up to date.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
/tmp/ruby/v3/src/trunk-repeat50/lib/unicode_normalize/tables.rb unchanged
linking miniruby
/tmp/ruby/v3/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
$$$[end] "make after-update    -j6" exit with 0.
$$$[beg] make miniruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -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.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-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.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-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.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-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.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-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/mjit_tabs.rb "" \
	gcc -E -DMJIT_HEADER -P -dD -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC  -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/12.1.0    /tmp/ruby/v3/src/trunk-repeat50/vm.c -o rb_mjit_header.h.new
encdb.h unchanged
/tmp/ruby/v3/src/trunk-repeat50/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-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/transform_mjit_header.rb "gcc  -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC " rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-2.8.0.h
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
linking encoding encdb.so
linking encoding big5.so
linking encoding cp949.so
linking encoding cesu_8.so
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'
linking encoding emacs_mule.so
generating transdb.h
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
transdb.h unchanged
linking encoding windows_1253.so
generating makefiles ext/configure-ext.mk
linking encoding windows_1254.so
making trans
linking encoding windows_1257.so
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'
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
linking transcoder single_byte.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
linking transcoder utf8_mac.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
linking transcoder utf_16_32.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
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]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rbconfig/sizeof'
compiling /tmp/ruby/v3/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
linking shared-object rbconfig/sizeof.so
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]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
making encs
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rbconfig/sizeof'
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'
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_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-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.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
generating encdb.h
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 enc.mk
encdb.h unchanged
x86_64-linux-fake.rb updated
/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[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving 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/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]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
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/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/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/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
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/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/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]: 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/2.8.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/2.8.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/2.8.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/2.8.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-2.8.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/2.8.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/2.8.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/2.8.0
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-2.8.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/2.8.0
installing common headers:          /tmp/ruby/v3/install/trunk-repeat50/include/ruby-2.8.0
installing manpages:                /tmp/ruby/v3/install/trunk-repeat50/share/man (man1, man5)
installing default gems from lib:   /tmp/ruby/v3/install/trunk-repeat50/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-repeat50/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-repeat50/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-repeat50/lib/ruby/gems/2.8.0/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTS=--repeat-count=50
2020-05-28 15:33:27 +0000
Driver is ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
Target is ruby 2.8.0dev (2020-05-28T14:57:29Z master 07b2102a88) [x86_64-linux]

$$$[end] "make yes-btest TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -DCANONICALIZATION_FOR_MATHN -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.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-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 109
/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 11
/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
config.status: creating ruby-runner.h
making mjit_build_dir.so
Run options: 
  --seed=31163
  "--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: 11 : #<IO:fd 11>
Finished(1/50)  tests in 849.931305s, 24.3067 tests/s, 6650.6775 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:0x000055787127e838 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(2/50)  tests in 924.753044s, 22.3400 tests/s, 6112.5519 assertions/s.
Finished(3/50)  tests in 938.461720s, 22.0137 tests/s, 6023.2963 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/50)  tests in 955.171522s, 21.6286 tests/s, 5917.7424 assertions/s.
Finished(5/50)  tests in 950.475462s, 21.7354 tests/s, 5947.1257 assertions/s.
Finished(6/50)  tests in 959.319271s, 21.5351 tests/s, 5892.4314 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, 172.17.0.4, 40107>
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:0x0000557872740528 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(7/50)  tests in 954.532280s, 21.6431 tests/s, 5921.9736 assertions/s.
Finished(8/50)  tests in 950.542181s, 21.7339 tests/s, 5946.7082 assertions/s.
Finished(9/50)  tests in 949.952913s, 21.7474 tests/s, 5950.3444 assertions/s.
Finished(10/50)  tests in 954.642773s, 21.6406 tests/s, 5921.0955 assertions/s.
Finished(11/50)  tests in 960.721700s, 21.5036 tests/s, 5883.7049 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, 172.17.0.4, 41611>
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:0x00005578726a8b38 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(12/50)  tests in 969.465678s, 21.3097 tests/s, 5830.5984 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 172.17.0.4, 45465>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
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:0x00005578727189b0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(13/50)  tests in 957.960354s, 21.5656 tests/s, 5900.6586 assertions/s.
Finished(14/50)  tests in 963.176880s, 21.4488 tests/s, 5868.6355 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 172.17.0.4, 46575>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<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:0x00005578729a1768 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(15/50)  tests in 963.153975s, 21.4493 tests/s, 5868.8134 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:0x00005578729c9060 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(16/50)  tests in 964.952657s, 21.4093 tests/s, 5857.9361 assertions/s.
Finished(17/50)  tests in 965.342578s, 21.4007 tests/s, 5855.5368 assertions/s.
Finished(18/50)  tests in 972.223268s, 21.2492 tests/s, 5814.1141 assertions/s.
Finished(19/50)  tests in 966.432240s, 21.3766 tests/s, 5848.9222 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<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:0x00005578729cba40 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(20/50)  tests in 974.183504s, 21.2065 tests/s, 5802.3699 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:0x0000557872718438 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(21/50)  tests in 973.992637s, 21.2106 tests/s, 5803.5767 assertions/s.
Finished(22/50)  tests in 973.863399s, 21.2134 tests/s, 5804.2360 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:0x00005578729a0610 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(23/50)  tests in 972.885807s, 21.2348 tests/s, 5810.1896 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, 172.17.0.4, 44573>
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:0x0000557872b3dc20 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(24/50)  tests in 972.926865s, 21.2339 tests/s, 5809.8673 assertions/s.
Finished(25/50)  tests in 971.495809s, 21.2651 tests/s, 5818.4389 assertions/s.
Finished(26/50)  tests in 976.738025s, 21.1510 tests/s, 5787.3563 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:0x000055787289bd28 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(27/50)  tests in 972.939012s, 21.2336 tests/s, 5809.8924 assertions/s.
Finished(28/50)  tests in 981.239781s, 21.0540 tests/s, 5760.6582 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:0x00005578729cad20 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(29/50)  tests in 974.455482s, 21.2006 tests/s, 5800.6046 assertions/s.
Finished(30/50)  tests in 977.345781s, 21.1379 tests/s, 5783.6552 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:0x0000557872ba0f28 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(31/50)  tests in 974.125245s, 21.2077 tests/s, 5802.7148 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:0x0000557872793ea8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(32/50)  tests in 983.745045s, 21.0004 tests/s, 5746.0122 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:0x0000557872bfc5f8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(33/50)  tests in 977.539768s, 21.1337 tests/s, 5782.4072 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:0x0000557872b38978 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(34/50)  tests in 991.118643s, 20.8441 tests/s, 5703.2375 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<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:0x0000557872aab910 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(35/50)  tests in 982.395402s, 21.0292 tests/s, 5753.8207 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, 172.17.0.4, 46641>
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:0x0000557872ad4c70 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(36/50)  tests in 985.898914s, 20.9545 tests/s, 5733.3515 assertions/s.
Finished(37/50)  tests in 981.381457s, 21.0509 tests/s, 5759.8836 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:0x0000557872be3328 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(38/50)  tests in 988.896325s, 20.8910 tests/s, 5716.0138 assertions/s.
Finished(39/50)  tests in 984.615215s, 20.9818 tests/s, 5740.8853 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:0x0000557872bf8bd8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(40/50)  tests in 978.443017s, 21.1142 tests/s, 5777.1653 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:0x0000557872ad6e58 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(41/50)  tests in 978.884345s, 21.1046 tests/s, 5774.5341 assertions/s.
Finished(42/50)  tests in 974.838560s, 21.1922 tests/s, 5798.4770 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:0x000055787175be78 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(43/50)  tests in 981.261585s, 21.0535 tests/s, 5760.4405 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close:  #<IO:<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:0x0000557871ea1ac0 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(44/50)  tests in 984.204881s, 20.9905 tests/s, 5743.2971 assertions/s.
Finished(45/50)  tests in 982.685752s, 21.0230 tests/s, 5752.1593 assertions/s.
Finished(46/50)  tests in 997.208106s, 20.7168 tests/s, 5668.3986 assertions/s.
Finished(47/50)  tests in 985.143909s, 20.9705 tests/s, 5737.8490 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:0x0000557871e71488 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1722 sleep>
Finished(48/50)  tests in 990.998907s, 20.8466 tests/s, 5704.0154 assertions/s.
Finished(49/50)  tests in 991.566778s, 20.8347 tests/s, 5700.6720 assertions/s.
Finished(50/50)  tests in 998.731567s, 20.6852 tests/s, 5659.7781 assertions/s.
1032950 tests, 282629524 assertions, 0 failures, 0 errors, 3519 skips

ruby -v: ruby 2.8.0dev (2020-05-28T14:57:29Z master 07b2102a88) [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 2.8.0dev (2020-05-28T14:57:29Z master 07b2102a88) [x86_64-linux]
...........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 100.370035 seconds

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