# Logfile created on 2021-01-23 09:56:49 +0000 by logger.rb/61378
#<BuildRuby:0x0000561fc9515d30 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @TARGET_NAME="trunk-random1", @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-random1", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-random1", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-random1", @configure_opts=["--enable-shared"], @build_opts="-j6", @test_opts="TESTS=\"--test-order=random\"", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-random1.20210123-095649", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000561fc97bf3d8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000561fc97bf310 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000561fc97bf2c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-random1.20210123-095649", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-random1.20210123-095649>, @mon_owner=nil, @mon_count=0, @mon_mutex=#<Thread::Mutex:0x0000561fc97bf248>>>>
$$$[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-random1/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/emoji/12.1/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/emoji/12.1/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/emoji/12.1/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/emoji/12.1/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-random1/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 f12c33b..62283f7
Fast-forward
 configure.ac                   |  6 +++-
 coroutine/emscripten/Context.c |  8 +++++
 coroutine/emscripten/Context.h | 76 ++++++++++++++++++++++++++++++++++++++++++
 3 files changed, 89 insertions(+), 1 deletion(-)
 create mode 100644 coroutine/emscripten/Context.c
 create mode 100644 coroutine/emscripten/Context.h
Current branch master is up to date.
Latest commit hash = 62283f7a7a
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
cd -P /tmp/ruby/v3/src/trunk-random1 && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/v3/src/trunk-random1/configure --prefix=/tmp/ruby/v3/install/trunk-random1 --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 for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
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 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 how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
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 the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc... /usr/lib/ccache/gcc
checking for gcc-ar flags... rcD
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 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 -O3 -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
configure: Test skipped due to lack of a C++ compiler.
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/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.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 variable length macro... yes
checking if _Alignof() works... yes
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 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 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 getentropy... 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 flags... -S -x
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 = 3.1.0
configure: creating ./config.status
---
Configuration summary for ruby version 3.1.0

   * Installation prefix: /tmp/ruby/v3/install/trunk-random1
   * 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 GNUmakefile
MAKE=make /bin/sh ./config.status Makefile
config.status: creating Makefile
config.status: creating GNUmakefile
GNUmakefile unchanged
Makefile unchanged
Downloading Unicode 12.1.0 data and property files...
generating /tmp/ruby/v3/src/trunk-random1/ext/rbconfig/sizeof/sizes.c
making mjit_config.h
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-random1/ext/rbconfig/sizeof'
compiling /tmp/ruby/v3/src/trunk-random1/mjit.c
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-random1/ext/rbconfig/sizeof'
/tmp/ruby/v3/src/trunk-random1/revision.h updated
compiling /tmp/ruby/v3/src/trunk-random1/version.c
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd/Scripts.txt already exists
downloading for ext/zlib/extlibs
.downloaded-cache/zlib-1.2.11.tar.gz already exists
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: '/tmp/ruby/v3/src/trunk-random1/enc/unicode/data/12.1.0/ucd' is up to date.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
linking miniruby
/tmp/ruby/v3/src/trunk-random1/lib/unicode_normalize/tables.rb unchanged
/tmp/ruby/v3/src/trunk-random1/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-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
$$$[end] "make after-update    -j6" exit with 0.
$$$[beg] make miniruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random1/include -I/tmp/ruby/v3/src/trunk-random1 -I/tmp/ruby/v3/src/trunk-random1/enc/unicode/12.1.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.1  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j --jobserver-fds=4,5
gcc (Ubuntu 7.4.0-1ubuntu1~18.04.1) 7.4.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
building rb_mjit_header.h
generating enc.mk
./miniruby -I/tmp/ruby/v3/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-random1/tool/mjit_tabs.rb "" \
	gcc -E -DMJIT_HEADER -P -dD -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC  -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random1/include -I/tmp/ruby/v3/src/trunk-random1 -I/tmp/ruby/v3/src/trunk-random1/enc/unicode/12.1.0    /tmp/ruby/v3/src/trunk-random1/vm.c -o rb_mjit_header.h.new
generating x86_64-linux-fake.rb
encdb.h unchanged
x86_64-linux-fake.rb updated
/tmp/ruby/v3/src/trunk-random1/revision.h unchanged
config.status: creating ruby-runner.h
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-random1/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-random1/tool/transform_mjit_header.rb "gcc  -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC " rb_mjit_header.h .ext/include/x86_64-linux/rb_mjit_min_header-3.1.0.h
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
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-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
linking encoding emacs_mule.so
generating transdb.h
linking encoding euc_kr.so
linking encoding euc_jp.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
linking encoding windows_1253.so
transdb.h unchanged
linking encoding windows_1254.so
generating makefiles ext/configure-ext.mk
making trans
linking encoding windows_1257.so
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
linking transcoder transdb.so
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
linking transcoder big5.so
linking transcoder cesu_8.so
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_docomo.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 korean.so
linking transcoder japanese_sjis.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/io/console'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/json'
making encs
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/rbconfig/sizeof'
compiling /tmp/ruby/v3/src/trunk-random1/ext/rbconfig/sizeof/sizes.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/rubyvm'
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/digest/sha2'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
*** 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-random1'
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 -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-random1/include -I/tmp/ruby/v3/src/trunk-random1 -I/tmp/ruby/v3/src/trunk-random1/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-random1/revision.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
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-random1'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-random1/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-random1'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-random1'
*** 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-random1'
./miniruby -I/tmp/ruby/v3/src/trunk-random1/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-random1/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-random1/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-random1/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-random1/lib
installing arch files:              /tmp/ruby/v3/install/trunk-random1/lib/ruby/3.1.0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-random1/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-random1/lib/ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-random1/lib/ruby/site_ruby/3.1.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-random1/lib/ruby/vendor_ruby/3.1.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-random1/include/ruby-3.1.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-random1/lib/ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-random1/lib/ruby/site_ruby/3.1.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-random1/lib/ruby/vendor_ruby/3.1.0
installing extension headers:       /tmp/ruby/v3/install/trunk-random1/include/ruby-3.1.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-random1/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-random1/lib/ruby/3.1.0
installing common headers:          /tmp/ruby/v3/install/trunk-random1/include/ruby-3.1.0
installing manpages:                /tmp/ruby/v3/install/trunk-random1/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-random1/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.2
                                    fileutils 1.5.0
                                    find 0.1.0
                                    forwardable 1.3.2
                                    getoptlong 0.1.1
                                    ipaddr 1.2.2
                                    irb 1.3.2
                                    logger 1.4.3
                                    matrix 0.3.1
                                    mutex_m 0.1.1
                                    net-ftp 0.1.1
                                    net-http 0.1.1
                                    net-imap 0.1.1
                                    net-pop 0.1.1
                                    net-protocol 0.1.0
                                    net-smtp 0.2.1
                                    observer 0.1.1
                                    open-uri 0.1.0
                                    open3 0.1.1
                                    optparse 0.1.0
                                    ostruct 0.3.3
                                    pp 0.1.0
                                    prettyprint 0.1.0
                                    prime 0.1.2
                                    pstore 0.1.1
                                    racc 1.5.2
                                    rdoc 6.3.0
                                    readline 0.0.2
                                    reline 0.2.2
                                    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.1
                                    tracer 0.1.1
                                    tsort 0.1.0
                                    un 0.1.0
                                    uri 0.10.1
                                    weakref 0.1.1
                                    yaml 0.1.1
installing default gems from ext:   /tmp/ruby/v3/install/trunk-random1/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.7
                                    io-nonblock 0.1.0
                                    io-wait 0.1.0
                                    json 2.5.1
                                    nkf 0.1.0
                                    openssl 2.2.0
                                    pathname 0.1.0
                                    psych 3.3.0
                                    readline-ext 0.1.1
                                    stringio 3.0.0
                                    strscan 3.0.0
                                    syslog 0.1.0
                                    zlib 1.1.0
installing bundled gems:            /tmp/ruby/v3/install/trunk-random1/lib/ruby/gems/3.1.0
                                    minitest 5.14.3
                                    power_assert 1.2.0
                                    rake 13.0.3
                                    test-unit 3.3.9
                                    rexml 3.2.4
                                    rss 0.2.9
                                    rbs 1.0.0
                                    typeprof 0.11.0
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-random1/lib/ruby/gems/3.1.0/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTS="--test-order=random"
2021-01-23 09:58:15 +0000
Driver is ruby 2.5.1p57 (2018-03-29 revision 63029) [x86_64-linux-gnu]
Target is ruby 3.1.0dev (2021-01-23T09:56:06Z master 62283f7a7a) [x86_64-linux]

$$$[end] "make yes-btest TESTS=\"--test-order=random\"" exit with 0.
$$$[beg] make yes-test-basic TESTS="--test-order=random"
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-random1/include -I/tmp/ruby/v3/src/trunk-random1 -I/tmp/ruby/v3/src/trunk-random1/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-random1/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:condition ..OK 2
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:case .....OK 5
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:while/until ........OK 8
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:exception ..........OK 10
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:array .......................................OK 39
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:call ......OK 6
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:proc .........OK 9
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:signal ..OK 2
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:system ........OK 8
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:const .....OK 5
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:clone .....OK 5
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:marshal ....OK 4
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:pack ....OK 4
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:math ..OK 2
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:struct ......OK 6
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:variable ............OK 12
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:trace ...OK 3
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:defined? ............OK 12
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:alias ......OK 6
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:path .......................OK 23
/tmp/ruby/v3/src/trunk-random1/basictest/test.rb:gc ....OK 4

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

# Running tests:

Leaked file descriptor: OpenSSL::TestEOF1#test_eof_0: 7 #<File::Stat dev=0x34, ino=18702, mode=020666, nlink=1, uid=0, gid=0, rdev=0x109, size=0, blksize=4096, blocks=0, atime=2020-12-18 21:16:01.803421782 +0000, mtime=2020-12-18 21:16:01.803421782 +0000, ctime=2020-12-18 21:16:01.803421782 +0000>
Leaked file descriptor: OpenSSL::TestEOF1#test_eof_0: 8 #<File::Stat dev=0x34, ino=18698, mode=020666, nlink=1, uid=0, gid=0, rdev=0x108, size=0, blksize=4096, blocks=0, atime=2020-12-18 21:16:01.803421782 +0000, mtime=2020-12-18 21:16:01.803421782 +0000, ctime=2020-12-18 21:16:01.803421782 +0000>
Leaked file descriptor: TestEtc#test_ractor: 9 #<File::Stat dev=0xfe00, ino=4301429919, mode=0100644, nlink=1, uid=0, gid=0, rdev=0x0, size=1006, blksize=4096, blocks=8, atime=2019-11-22 09:46:34 +0000, mtime=2019-11-22 09:46:34 +0000, ctime=2019-11-22 09:46:36.15236558 +0000>
Closed file descriptor: TestEtc#test_getpwnam: 9
Finished tests in 1058.459598s, 20.1642 tests/s, 5356.3528 assertions/s.
21343 tests, 5669483 assertions, 0 failures, 0 errors, 48 skips

ruby -v: ruby 3.1.0dev (2021-01-23T09:56:06Z master 62283f7a7a) [x86_64-linux]
$$$[end] "make yes-test-all TESTS=\"--test-order=random\"" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS="--test-order=random"
ruby 3.1.0dev (2021-01-23T09:56:06Z master 62283f7a7a) [x86_64-linux]
..............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 182.256327 seconds

3774 files, 30580 examples, 131523 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS=\"--test-order=random\"" exit with 0.
raw logfile