# Logfile created on 2022-08-10 17:33:06 +0000 by logger.rb/v1.4.2
#<BuildRuby:0x000056120c023db0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/v3/src", @BUILD_DIR="/tmp/ruby/v3/build", @INSTALL_DIR="/tmp/ruby/v3/install", @TARGET_NAME="trunk-repeat50", @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", @btest_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.20220810-173306", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056120bd9aeb8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056120bd9ae40 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056120bd9ad78 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20220810-173306", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20220810-173306>, @binmode=false, @mon_data=#<Monitor:0x000056120bd9ac60>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j6
Downloading Unicode 14.0.0 data and property files...
Downloading Unicode 14.0.0 auxiliary files...
Downloading Unicode UCD emoji 14.0 files...
Downloading Unicode emoji 14.0 files...
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/emoji/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/emoji/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/14.0/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/14.0/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/14.0/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/psych/extlibs
.downloaded-cache/yaml-0.2.5.tar.gz already exists
checking rmd160 of .downloaded-cache/yaml-0.2.5.tar.gz ... OK
checking sha256 of .downloaded-cache/yaml-0.2.5.tar.gz ... OK
checking sha512 of .downloaded-cache/yaml-0.2.5.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
From https://github.com/ruby/ruby
   ff07e5c..a661aac  master     -> origin/master
Updating ff07e5c..a661aac
Fast-forward
 .github/workflows/compilers.yml              |   1 +
 NEWS.md                                      |   3 +-
 benchmark/masgn.yml                          |  26 ++-
 compile.c                                    |  78 +++++++
 configure.ac                                 |   3 +-
 gems/bundled_gems                            |   4 +-
 insns.def                                    |  19 ++
 lib/error_highlight/base.rb                  |  60 ++++-
 lib/error_highlight/core_ext.rb              |  33 +--
 lib/error_highlight/version.rb               |   2 +-
 test/error_highlight/test_error_highlight.rb |  28 ++-
 version.h                                    |   2 +-
 yjit/src/cruby_bindings.inc.rs               | 332 ++++++++++++++-------------
 13 files changed, 380 insertions(+), 211 deletions(-)
Current branch master is up to date.
Latest commit hash = a661aac9a7
$$$[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 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++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
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... /usr/bin/grep
checking for egrep... /usr/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... /usr/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 LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition 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
configure: WARNING: something wrong with CXXFLAGS=""
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 -Wundef is accepted as CFLAGS... yes
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
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
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 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 stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.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 for x86intrin.h when defined(__x86_64__)... 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... __attribute__ ((__no_sanitize__(san))) 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 __assume... no
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 size of dev_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 size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
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... yes
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 dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... 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 sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
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 chmod... yes
checking for chown... 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 dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... 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 getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... 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 getppid... 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 getuid... 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 kill... yes
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 mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... 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 system... 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 tzset... yes
checking for umask... 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 for statx... yes
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 for __builtin_expect... 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 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_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
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 sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... yes
checking ioctl request type... unsigned long
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-as-needed is accepted as LDFLAGS... yes
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 if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h unchanged
configure: ruby library version = 3.2.0+2
configure: creating ./config.status
---
Configuration summary for ruby version 3.2.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 thread:         pthread
   * with coroutine:      amd64
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic -Wl,--no-as-needed
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O3 -fno-fast-math
   * debugflags:          -ggdb3
   * warnflags:           -Wall -Wextra -Wdeprecated-declarations \
                          -Wdiv-by-zero -Wduplicated-cond \
                          -Wimplicit-function-declaration -Wimplicit-int \
                          -Wmisleading-indentation -Wpointer-arith \
                          -Wwrite-strings -Wold-style-definition \
                          -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 \
                          -Wundef
   * strip command:       strip -S -x
   * install doc:         no
   * MJIT support:        yes
   * YJIT support:        no
   * man page type:       man
   * BASERUBY -v:         ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) \
                          [x86_64-linux-gnu]

---
MAKE=make /bin/sh ./config.status Makefile
MAKE=make /bin/sh ./config.status GNUmakefile
config.status: creating GNUmakefile
GNUmakefile unchanged
config.status: creating Makefile
generating opt_sc.inc
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating mjit_compile.inc
generating /tmp/ruby/v3/src/trunk-repeat50/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat50/ext/ripper'
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat50/ext/ripper'
make[1]: *** No rule to make target 'id.h', needed by 'ripper.y'.  Stop.
generating /tmp/ruby/v3/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
make: *** [uncommon.mk:1202: /tmp/ruby/v3/src/trunk-repeat50/ext/ripper/ripper.c] Error 2
make: *** Waiting for unfinished jobs....
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat50/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat50/ext/rbconfig/sizeof'
$$$[end] "make after-update    -j6" exit with 512.
$$$[beg] make miniruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -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 -Wundef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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.

compiling /tmp/ruby/v3/src/trunk-repeat50/compile.c
compiling /tmp/ruby/v3/src/trunk-repeat50/iseq.c
making mjit_config.h
compiling /tmp/ruby/v3/src/trunk-repeat50/mjit_compile.c
compiling /tmp/ruby/v3/src/trunk-repeat50/vm.c
compiling /tmp/ruby/v3/src/trunk-repeat50/mjit.c
/tmp/ruby/v3/src/trunk-repeat50/revision.h updated
compiling /tmp/ruby/v3/src/trunk-repeat50/version.c
linking miniruby
$$$[end] "make miniruby -j6" exit with 0.
$$$[beg] make ruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -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 -Wundef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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.

builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-repeat50/builtin.c
/bin/sh /tmp/ruby/v3/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
creating verconf.h
verconf.h updated
compiling /tmp/ruby/v3/src/trunk-repeat50/loadpath.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.2.0
linking ruby
$$$[end] "make ruby -j6" exit with 0.
$$$[beg] make all -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -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 -Wundef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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 spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
linking encoding encdb.so
linking encoding big5.so
building rb_mjit_header.h
linking encoding cesu_8.so
making srcs under enc
linking encoding cp949.so
linking encoding emacs_mule.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 euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
generating transdb.h
linking encoding gb18030.so
linking encoding gbk.so
rb_mjit_header.h updated
linking encoding iso_8859_1.so
/tmp/ruby/v3/src/trunk-repeat50/revision.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-3.2.0.h
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
transdb.h unchanged
generating makefiles ext/configure-ext.mk
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
making trans
ext/configure-ext.mk unchanged
linking encoding iso_8859_15.so
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
linking encoding iso_8859_16.so
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
linking transcoder transdb.so
linking encoding koi8_r.so
linking transcoder big5.so
linking encoding koi8_u.so
linking transcoder cesu_8.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking encoding utf_16le.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking encoding utf_32be.so
linking transcoder gb18030.so
linking encoding utf_32le.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking encoding windows_31j.so
linking transcoder japanese.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
linking encoding windows_1254.so
linking transcoder utf_16_32.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
linking encoding windows_1257.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
making encs
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
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/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
linking shared-object rbconfig/sizeof.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.6.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/debug-1.6.1/lib ../../../../../.bundle/gems/debug-1.6.1/lib
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/rbs-2.6.0/lib ../../../../../.bundle/gems/rbs-2.6.0/lib
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.6.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_ic_hit_p, rb_vm_splat_array, rb_vm_defined, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_set_ivar_idx, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, 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, 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
$$$[end] "make all -j6" exit with 0.
$$$[beg] make install -j6
generating x86_64-linux-fake.rb
Downloading bundled gem debug-1.6.2...
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -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 -Wundef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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
x86_64-linux-fake.rb updated
encdb.h unchanged
/tmp/ruby/v3/src/trunk-repeat50/revision.h unchanged
Extracting bundle gem debug-1.6.2...
making srcs under enc
making 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'
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'
generating transdb.h
Unpacked gems/debug-1.6.2.gem
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
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'
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring coverage
configuring continuation
configuring -test-/array/resize
making encs
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring cgi/escape
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring bigdecimal
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring digest
configuring -test-/fatal
configuring digest/bubblebabble
configuring -test-/file
configuring digest/md5
configuring date
configuring etc
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'
configuring fcntl
configuring fiddle
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring io/console
configuring json
configuring json/generator
configuring json/parser
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring io/nonblock
configuring -test-/thread/instrumentation
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring monitor
configuring nkf
configuring objspace
configuring openssl
configuring io/wait
configuring pathname
configuring psych
configuring pty
configuring racc/cparse
configuring rbconfig/sizeof
configuring readline
configuring ripper
configuring rubyvm
configuring stringio
configuring socket
configuring strscan
configuring syslog
configuring zlib
configuring debug-1.6.1/ext/debug
configuring debug-1.6.2/ext/debug
configuring rbs-2.6.0/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/abi'
linking shared-object -test-/abi.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/array/concat'
linking shared-object -test-/arith_seq/extract.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/array/resize'
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/array/resize.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bignum'
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-14834'
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-3571'
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-5832'
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug_reporter'
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/array/resize'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/class'
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/dln/empty'
linking shared-object -test-/debug.so
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-14834'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/enumerator_kw'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/eval'
linking shared-object -test-/enumerator_kw.so
linking shared-object -test-/eval.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/exception'
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/class'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/fatal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/eval'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/debug'
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/file'
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/enumerator_kw'
linking shared-object -test-/float.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
linking shared-object -test-/gvl/call_without_gvl.so
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/exception'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/hash'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/integer'
linking shared-object -test-/hash.so
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iseq_load'
linking shared-object -test-/iseq_load.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iter'
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/protect'
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/dot.dot'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/usr'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/iter'
linking shared-object -test-/marshal/usr.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/hash'
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/method'
linking shared-object -test-/memory_view.so
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/load/protect'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/num2int'
linking shared-object -test-/notimplement.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/memory_view'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/path_to_class'
linking shared-object -test-/path_to_class.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/popen_deadlock'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/method'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/notimplement'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/marshal/internal_ivar'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/proc'
linking shared-object -test-/postponed_job.so
linking shared-object -test-/proc.so
linking shared-object -test-/printf.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/random'
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rational'
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/recursion'
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/postponed_job'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/regexp'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/random'
linking shared-object -test-/regexp.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/scan_args'
linking shared-object -test-/scan_args.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/foreach'
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rational'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/numhash'
linking shared-object -test-/st/numhash.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/update'
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/recursion'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/struct'
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/string'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/regexp'
linking shared-object -test-/string.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/symbol'
linking shared-object -test-/symbol.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/thread/instrumentation'
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/thread_fd'
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/thread/instrumentation'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/time'
linking shared-object -test-/time.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/tracepoint'
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/typeddata'
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/symbol'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/vm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/struct'
linking shared-object -test-/vm/at_exit.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/wait'
linking shared-object -test-/wait.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/cgi/escape'
linking shared-object bigdecimal.so
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/continuation'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/tracepoint'
linking shared-object continuation.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/vm'
linking shared-object coverage.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/cgi/escape'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/continuation'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/etc'
linking shared-object etc.so
linking shared-object digest.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fcntl'
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/etc'
linking shared-object fiddle.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/nonblock'
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/wait'
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
linking shared-object monitor.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/nonblock'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
linking shared-object pathname.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/racc/cparse'
linking shared-object pty.so
linking shared-object psych.so
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rbconfig/sizeof'
linking shared-object rbconfig/sizeof.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/readline'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
linking shared-object readline.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/racc/cparse'
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]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/stringio'
linking shared-object stringio.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/strscan'
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/readline'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/zlib'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
linking shared-object zlib.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.1/ext/debug'
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/stringio'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.6.0/ext/rbs_extension'
linking shared-object rbs_extension.so
compiling /tmp/ruby/v3/src/trunk-repeat50/.bundle/gems/debug-1.6.2/ext/debug/debug.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/zlib'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/bubblebabble'
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/md5'
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/bubblebabble'
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/debug-1.6.1/lib ../../../../../.bundle/gems/debug-1.6.1/lib
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/rmd160'
linking shared-object digest/rmd160.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha1'
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/md5'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/rmd160'
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/sha1'
linking shared-object digest/sha2.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/generator'
linking shared-object json/ext/generator.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/parser'
linking shared-object json/ext/parser.so
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/rbs-2.6.0/lib ../../../../../.bundle/gems/rbs-2.6.0/lib
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.6.0/ext/rbs_extension'
compiling /tmp/ruby/v3/src/trunk-repeat50/.bundle/gems/debug-1.6.2/ext/debug/iseq_collector.c
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]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/generator'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json/parser'
ln -sfT ../../../../../src/trunk-repeat50/.bundle/gems/debug-1.6.2/lib ../../../../../.bundle/gems/debug-1.6.2/lib
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.2/ext/debug'
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'
make[1]: Nothing to be done for 'note'.
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" --ext-build-dir="./ext" --mflags="-j6 --jobserver-auth=4,5" --make-flags=" -j6 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+2/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+2/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.2.0+2/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.2.0+2/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.2.0+2/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+2
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.2.0+2
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.2.0+2
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.2.0+2/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+2
installing common headers:          /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.2.0+2
installing manpages:                /tmp/ruby/v3/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+2
                                    abbrev 0.1.0
                                    base64 0.1.1
                                    benchmark 0.2.0
                                    bundler 2.4.0.dev
                                    cgi 0.3.2
                                    csv 3.2.2
                                    delegate 0.2.0
                                    did_you_mean 1.6.1
                                    drb 2.1.0
                                    english 0.7.1
                                    erb 2.2.3
                                    error_highlight 0.4.0
                                    fileutils 1.6.0
                                    find 0.1.1
                                    forwardable 1.3.2
                                    getoptlong 0.1.1
                                    ipaddr 1.2.4
                                    irb 1.4.1
                                    logger 1.5.1
                                    mutex_m 0.1.1
                                    net-http 0.2.2
                                    net-protocol 0.1.3
                                    observer 0.1.1
                                    open-uri 0.2.0
                                    open3 0.1.1
                                    optparse 0.2.0
                                    ostruct 0.5.5
                                    pp 0.3.0
                                    prettyprint 0.1.1
                                    pstore 0.1.1
                                    racc 1.6.0
                                    rdoc 6.4.0
                                    readline 0.0.3
                                    reline 0.3.1
                                    resolv 0.2.1
                                    resolv-replace 0.1.0
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.0
                                    set 1.0.2
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    tempfile 0.1.2
                                    time 0.2.0
                                    timeout 0.3.0
                                    tmpdir 0.1.2
                                    tsort 0.1.0
                                    un 0.2.0
                                    uri 0.11.0
                                    weakref 0.1.1
                                    yaml 0.2.0
installing default gems from ext:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+2
                                    bigdecimal 3.1.2
                                    date 3.2.3
                                    digest 3.1.0
                                    etc 1.4.0
                                    fcntl 1.0.1
                                    fiddle 1.1.0
                                    io-console 0.5.11
                                    io-nonblock 0.1.1
                                    io-wait 0.3.0.pre
                                    json 2.6.2
                                    nkf 0.1.1
                                    openssl 3.0.0
                                    pathname 0.2.0
                                    psych 5.0.0.dev
                                    readline-ext 0.1.4
                                    stringio 3.0.3
                                    strscan 3.0.1
                                    syslog 0.1.0
                                    zlib 2.1.1
installing bundled gems:            /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+2
                                    minitest 5.16.2
                                    power_assert 2.0.1
                                    rake 13.0.6
                                    test-unit 3.5.3
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.1.3
                                    net-imap 0.2.3
                                    net-pop 0.1.1
                                    net-smtp 0.3.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 2.6.0
Building native extensions. This could take a while...
                                    typeprof 0.21.3
                                    debug 1.6.2
Building native extensions. This could take a while...
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+2/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j6'
PASS all 1747 tests
$$$[end] "make yes-btest TESTOPTS='-q -j6'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -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 -Wundef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
config.status: creating ruby-runner.h
making mjit_build_dir.so
Run options: 
  --seed=49997
  "--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/
  --stderr-on-failure
  --repeat-count=50

# Running tests:

Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 36065>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f5f77b4e500 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 run>
Finished(1/50)  tests in 1396.651126s, 15.8773 tests/s, 4287.3678 assertions/s.
Finished(2/50)  tests in 1462.523286s, 15.1615 tests/s, 4094.3902 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 : #<IO:fd 10>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f5f782b8b60 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Finished(3/50)  tests in 1507.633721s, 14.7078 tests/s, 3972.5378 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 : #<IO:fd 10>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f5f75a36a20 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Finished(4/50)  tests in 1642.333780s, 13.5015 tests/s, 3645.7285 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 : #<IO:fd 10>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 #<File::Stat dev=0x8, ino=1866618706, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f5f76750710 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 run>
Finished(5/50)  tests in 1706.428287s, 12.9944 tests/s, 3508.3895 assertions/s.
Finished(6/50)  tests in 1426.340378s, 15.5461 tests/s, 4198.1760 assertions/s.
Finished(7/50)  tests in 1477.999497s, 15.0027 tests/s, 4051.4811 assertions/s.
Finished(8/50)  tests in 1610.732532s, 13.7664 tests/s, 3717.6545 assertions/s.
Finished(9/50)  tests in 1590.170393s, 13.9444 tests/s, 3765.5625 assertions/s.
Finished(10/50)  tests in 1769.112207s, 12.5340 tests/s, 3385.4320 assertions/s.
Finished(11/50)  tests in 1776.768499s, 12.4800 tests/s, 3370.1087 assertions/s.
Finished(12/50)  tests in 1713.444447s, 12.9412 tests/s, 3495.3045 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f5f75dc5e98 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_inspect: #<TestThread::Thread:0x00007f5f75dc5e98 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Finished(13/50)  tests in 1658.201278s, 13.3723 tests/s, 3612.5048 assertions/s.
Finished(14/50)  tests in 1581.789629s, 14.0183 tests/s, 3785.5249 assertions/s.
Finished(15/50)  tests in 1477.842358s, 15.0043 tests/s, 4052.8260 assertions/s.
Finished(16/50)  tests in 1480.503543s, 14.9773 tests/s, 4045.9457 assertions/s.
Finished(17/50)  tests in 1581.231341s, 14.0232 tests/s, 3788.0966 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f5ec3ce2b78 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_inspect: #<TestThread::Thread:0x00007f5ec3ce2b78 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Finished(18/50)  tests in 1843.895422s, 12.0256 tests/s, 3249.0904 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 36847>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f5f763b0880 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 run>
Finished(19/50)  tests in 1746.803521s, 12.6940 tests/s, 3428.9289 assertions/s.
Finished(20/50)  tests in 1672.472355s, 13.2582 tests/s, 3581.7608 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 33547>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Finished(21/50)  tests in 1742.830998s, 12.7230 tests/s, 3437.2684 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 : #<IO:fd 10>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f5f744d2670 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Finished(22/50)  tests in 1653.701890s, 13.4087 tests/s, 3622.5731 assertions/s.
Finished(23/50)  tests in 1502.574012s, 14.7573 tests/s, 3987.4349 assertions/s.
Finished(24/50)  tests in 1583.874023s, 13.9999 tests/s, 3782.5578 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f5f145d7300 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_inspect: #<TestThread::Thread:0x00007f5f145d7300 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Finished(25/50)  tests in 1747.023300s, 12.6924 tests/s, 3430.3269 assertions/s.
Finished(26/50)  tests in 1789.436550s, 12.3916 tests/s, 3347.1877 assertions/s.
Finished(27/50)  tests in 1732.190344s, 12.8011 tests/s, 3458.6424 assertions/s.
Finished(28/50)  tests in 1659.941350s, 13.3583 tests/s, 3608.8450 assertions/s.
Finished(29/50)  tests in 1603.545301s, 13.8281 tests/s, 3735.8901 assertions/s.
Finished(30/50)  tests in 1654.026869s, 13.4061 tests/s, 3621.6830 assertions/s.
Finished(31/50)  tests in 1671.615330s, 13.2650 tests/s, 3583.6672 assertions/s.
Finished(32/50)  tests in 1699.956118s, 13.0439 tests/s, 3524.6386 assertions/s.
Finished(33/50)  tests in 1884.500089s, 11.7665 tests/s, 3178.0179 assertions/s.
Finished(34/50)  tests in 1973.323521s, 11.2369 tests/s, 3036.1722 assertions/s.
Finished(35/50)  tests in 1681.219758s, 13.1892 tests/s, 3562.8483 assertions/s.
Finished(36/50)  tests in 1685.567731s, 13.1552 tests/s, 3554.3911 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f5eeec81b18 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_inspect: #<TestThread::Thread:0x00007f5eeec81b18 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Finished(37/50)  tests in 1742.790090s, 12.7233 tests/s, 3437.7359 assertions/s.
Finished(38/50)  tests in 1563.981598s, 14.1779 tests/s, 3830.3437 assertions/s.
Finished(39/50)  tests in 1727.622115s, 12.8350 tests/s, 3467.9864 assertions/s.
Finished(40/50)  tests in 1861.309846s, 11.9131 tests/s, 3219.0250 assertions/s.
Finished(41/50)  tests in 1794.623000s, 12.3558 tests/s, 3338.6176 assertions/s.
Finished(42/50)  tests in 2016.024981s, 10.9989 tests/s, 2971.7930 assertions/s.
Finished(43/50)  tests in 1834.389118s, 12.0879 tests/s, 3266.1631 assertions/s.
Finished(44/50)  tests in 2034.051294s, 10.9014 tests/s, 2945.7767 assertions/s.
Finished(45/50)  tests in 1806.674162s, 12.2734 tests/s, 3316.5510 assertions/s.
Finished(46/50)  tests in 1725.739616s, 12.8490 tests/s, 3471.9427 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f5ee13a6370 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_inspect: #<TestThread::Thread:0x00007f5ee13a6370 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Finished(47/50)  tests in 1962.674221s, 11.2979 tests/s, 3053.0186 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f5f7862f5a0 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_inspect: #<TestThread::Thread:0x00007f5f7862f5a0 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Finished(48/50)  tests in 1928.776716s, 11.4964 tests/s, 3106.4067 assertions/s.
Finished(49/50)  tests in 1941.868726s, 11.4189 tests/s, 3085.9954 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 45437>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f5f18d477a8 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Finished(50/50)  tests in 1765.705062s, 12.5582 tests/s, 3393.9117 assertions/s.
1108701 tests, 299512082 assertions, 0 failures, 0 errors, 3564 skips

ruby -v: ruby 3.2.0dev (2022-08-10T14:01:49Z master a661aac9a7) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS=--repeat-count=50
$ /tmp/ruby/v3/build/trunk-repeat50/miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib /tmp/ruby/v3/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/v3/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-repeat50/spec/default.mspec
ruby 3.2.0dev (2022-08-10T14:01:49Z master a661aac9a7) [x86_64-linux]
....................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 160.117944 seconds

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