# Logfile created on 2024-11-12 02:30:55 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x0000fffbdcd3fdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @no_timeout_error=nil, @logfile="/home/opc/ruby/logs/brlog.master.20241112-023055", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffbdcd8c4c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffbdcd8c308 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffbdcc40238 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20241112-023055", @dev=#<File:/home/opc/ruby/logs/brlog.master.20241112-023055>, @binmode=false, @mon_data=#<Monitor:0x0000fffbdcd8bf98>, @mon_data_owner_object_id=880>>> $$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git master Cloning into 'master'... $$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git master" exit with 0. $$$[beg] ./autogen.sh $$$[end] "./autogen.sh" exit with 0. $$$[beg] autoconf $$$[end] "autoconf" exit with 0. $$$[beg] /home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit checking for ruby... /usr/local/bin/ruby downloading config.guess ... done downloading config.sub ... done checking build system type... aarch64-unknown-linux-gnu checking host system type... aarch64-unknown-linux-gnu checking target system type... aarch64-unknown-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 for gcc... (cached) gcc checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether we are using the GNU C compiler... yes checking whether gcc accepts -g... yes checking for gcc option to accept ISO C89... none needed checking for gcc option to accept ISO C99... none needed checking for g++... no checking for c++... no checking for gpp... no checking for aCC... no checking for CC... no checking for cxx... no checking for cc++... no checking for cl.exe... no checking for FCC... no checking for KCC... no checking for RCC... no checking for xlC_r... no checking for xlC... no checking whether we are using the GNU C++ compiler... no checking whether g++ accepts -g... no checking how to run the C preprocessor... gcc -E checking for gas... no checking for as... as checking for gobjcopy... no checking for objcopy... objcopy checking for gobjdump... no checking for objdump... objdump checking for gstrip... no checking for strip... strip checking for grep that handles long lines and -e... /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-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... dtrace checking for dot... no checking for doxygen... no checking for pkg-config... pkg-config configure: WARNING: does not work; ignore 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 ELF binaries are produced... 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 -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 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 -Wmisleading-indentation is accepted as CFLAGS... yes 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 for -fstack-protector... -fstack-protector-strong checking for a broken LLVM libunwind that cannot unwind code with RA signing... no checking whether -mbranch-protection=pac-ret is accepted as CFLAGS... no checking whether -msign-return-address=all is accepted as CFLAGS... yes checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes checking whether -fno-strict-overflow is accepted as CFLAGS... yes checking whether -ggdb3 is accepted as LDFLAGS... 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 configure: Test skipped due to lack of a C++ compiler. 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 for afunix.h... no 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 sys/epoll.h usability... yes checking sys/epoll.h presence... yes checking for sys/epoll.h... yes checking sys/event.h usability... no checking sys/event.h presence... no checking for sys/event.h... no checking stdckdint.h usability... no checking stdckdint.h presence... no checking for stdckdint.h... no checking stdatomic.h usability... yes checking stdatomic.h presence... yes checking for stdatomic.h... yes checking gmp.h usability... no checking gmp.h presence... no checking for gmp.h... no 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... yes 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 word size... 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 off_t... (cached) yes 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__((__deprecated__(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 for uid_t in sys/types.h... (cached) yes 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 for pid_t... (cached) yes checking vfork.h usability... no checking vfork.h presence... no checking for vfork.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for working vfork... (cached) yes checking for __syscall... no checking for _longjmp... yes checking for arc4random_buf... no checking for atan2l... yes checking for atan2f... yes checking whether atomic_signal_fence is declared... 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 daemon... (cached) no 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 fchdir... yes 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 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 malloc_trim... yes 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 snprintf... 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_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 for __builtin_add_overflow... yes checking for __builtin_add_overflow_p... yes checking for __builtin_add_overflow with long long arguments... yes checking for __builtin_sub_overflow... yes checking for __builtin_sub_overflow_p... yes checking for __builtin_sub_overflow with long long arguments... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... yes checking for __builtin_mul_overflow with long long arguments... 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 aarch64... -1 checking native coroutine implementation for aarch64-linux... arm64 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 for thread-local storage specifier... _Thread_local 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... no checking ioctl request type... unsigned long 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... no checking valgrind/memcheck.h presence... no checking for valgrind/memcheck.h... no checking for strip flags... -S -x checking whether -fPIE is accepted as CFLAGS... yes checking whether -pie is accepted as LDFLAGS... yes checking whether wrapper for LD_LIBRARY_PATH is needed... no checking for __builtin_setjmp... (cached) no checking for _setjmpex as a macro or function... no checking for _setjmp as a macro or function... yes checking for setjmp type... _setjmp checking if building with shared GC support... no checking for rustc... rustc checking whether rustc works for YJIT... yes checking for prefix of external symbols... NONE checking if make is GNU make... yes .ext/include/aarch64-linux/ruby/config.h updated configure: ruby library version = 3.4.0+0 configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile --- Configuration summary for ruby version 3.4.0 * Installation prefix: /home/opc/ruby/install/master * exec prefix: ${prefix} * arch: aarch64-linux * site arch: ${arch} * RUBY_BASE_NAME: ruby * 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: arm64 * with shared GC: no * enable shared libs: no * dynamic library ext: so * CFLAGS: ${hardenflags} ${optflags} ${debugflags} \ ${warnflags} * LDFLAGS: -L. -fstack-protector-strong -rdynamic \ -Wl,-export-dynamic * 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 \ -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 \ -Wmisleading-indentation -Wundef * hardenflags: -msign-return-address=all \ -fstack-protector-strong -U_FORTIFY_SOURCE \ -D_FORTIFY_SOURCE=2 * strip command: strip -S -x * install doc: no * YJIT support: no * RJIT support: yes * man page type: doc * BASERUBY -v: ruby 3.2.1 (2023-02-08 revision 31819e82c8) \ [aarch64-linux] --- $$$[end] "/home/opc/ruby/src/master/configure --prefix=/home/opc/ruby/install/master --disable-install-doc --disable-dtrace --disable-yjit" exit with 0. $$$[beg] make update-download -j3 tool/config.guess already exists tool/config.sub already exists Downloading bundled gem minitest-5.25.1... Downloading bundled gem power_assert-2.0.4... Downloading bundled gem rake-13.2.1... Downloading bundled gem test-unit-3.6.2... Downloading bundled gem rexml-3.3.9... Downloading bundled gem rss-0.3.1... Downloading bundled gem net-ftp-0.3.8... Downloading bundled gem net-imap-0.5.1... Downloading bundled gem net-pop-0.1.2... Downloading bundled gem net-smtp-0.5.0... Downloading bundled gem matrix-0.4.2... Downloading bundled gem prime-0.1.2... Downloading bundled gem rbs-3.6.1... Downloading bundled gem racc-1.8.1... Downloading bundled gem mutex_m-0.2.0... Downloading bundled gem getoptlong-0.2.1... Downloading bundled gem base64-0.2.0... Downloading bundled gem bigdecimal-3.1.8... Downloading bundled gem observer-0.1.2... Downloading bundled gem abbrev-0.1.2... Downloading bundled gem resolv-replace-0.1.1... Downloading bundled gem rinda-0.2.0... Downloading bundled gem drb-2.2.1... Downloading bundled gem nkf-0.2.0... Downloading bundled gem syslog-0.1.2... Downloading bundled gem csv-3.3.0... Downloading bundled gem repl_type_completor-0.1.7... /usr/bin/mkdir -p /home/opc/ruby/src/master/.bundle/.timestamp /usr/bin/mkdir -p /home/opc/ruby/src/master/gems/src Cloning https://github.com/ruby/typeprof Cloning into '/home/opc/ruby/src/master/gems/src/typeprof'... Cloning https://github.com/ruby/debug Cloning into '/home/opc/ruby/src/master/gems/src/debug'... Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision - /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision updated Building debug@9c4279598e9e0376657b3813bf76a206f1f97beb to /home/opc/ruby/src/master/gems/debug-1.9.2.gem Successfully built RubyGem Name: debug Version: 1.9.2 File: debug-1.9.2.gem Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94 From https://github.com/ruby/typeprof * branch 167263ca3a634b61df0445f1a6b3e259a5d47f94 -> FETCH_HEAD HEAD is now at 167263c Add typeprof.gemspec echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision - /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision updated Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /home/opc/ruby/src/master/gems/typeprof-0.21.11.gem Successfully built RubyGem Name: typeprof Version: 0.30.0 File: typeprof-0.30.0.gem $$$[end] "make update-download -j3" exit with 0. $$$[beg] make update-src -j3 Already up to date. Latest commit hash = bc21a610b6 $$$[end] "make update-src -j3" exit with 0. $$$[beg] make after-update -j3 generating id.h generating optinsn.inc generating optunifs.inc id.h updated generating insns.inc generating insns_info.inc generating vmtc.inc generating vm.inc generating node_name.inc generating known_errors.inc known_errors.inc updated generating vm_call_iseq_optimized.inc vm_call_iseq_optimized.inc updated /home/opc/ruby/src/master/revision.h updated /usr/bin/mkdir -p /home/opc/ruby/src/master/enc/jis /usr/local/bin/ruby --disable=gems /home/opc/ruby/src/master/tool/gen_dummy_probes.rb /home/opc/ruby/src/master/probes.d > probes.dmyh + cp /home/opc/ruby/src/master/enc/jis/props.h.blt /home/opc/ruby/src/master/enc/jis/props.h generating /home/opc/ruby/src/master/lib/ruby_vm/rjit/instruction.rb generating parse.c copying lex.c generating id.c id.c updated making /home/opc/ruby/src/master/ast.rbinc making /home/opc/ruby/src/master/dir.rbinc generating enc/trans/newline.c ... making /home/opc/ruby/src/master/gc.rbinc making /home/opc/ruby/src/master/numeric.rbinc making /home/opc/ruby/src/master/io.rbinc making /home/opc/ruby/src/master/marshal.rbinc making /home/opc/ruby/src/master/rjit.rbinc making /home/opc/ruby/src/master/rjit_c.rbinc making /home/opc/ruby/src/master/pack.rbinc making /home/opc/ruby/src/master/trace_point.rbinc making /home/opc/ruby/src/master/warning.rbinc making /home/opc/ruby/src/master/array.rbinc making /home/opc/ruby/src/master/hash.rbinc making /home/opc/ruby/src/master/kernel.rbinc making /home/opc/ruby/src/master/ractor.rbinc making /home/opc/ruby/src/master/symbol.rbinc making /home/opc/ruby/src/master/timev.rbinc making /home/opc/ruby/src/master/thread_sync.rbinc making /home/opc/ruby/src/master/nilclass.rbinc making /home/opc/ruby/src/master/prelude.rbinc making /home/opc/ruby/src/master/gem_prelude.rbinc making /home/opc/ruby/src/master/yjit.rbinc making /home/opc/ruby/src/master/yjit_hook.rbinc generating /home/opc/ruby/src/master/ext/ripper/ripper.c make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper' generating /home/opc/ruby/src/master/ext/rbconfig/sizeof/sizes.c extracting ripper.y from ../../parse.y make[1]: Entering directory '/home/opc/ruby/src/master/ext/rbconfig/sizeof' sizes.c updated make[1]: Leaving directory '/home/opc/ruby/src/master/ext/rbconfig/sizeof' generating /home/opc/ruby/src/master/ext/rbconfig/sizeof/limits.c make[1]: Entering directory '/home/opc/ruby/src/master/ext/rbconfig/sizeof' limits.c updated make[1]: Leaving directory '/home/opc/ruby/src/master/ext/rbconfig/sizeof' make[1]: Entering directory '/home/opc/ruby/src/master/ext/socket' generating constant definitions make[1]: Leaving directory '/home/opc/ruby/src/master/ext/socket' make[1]: Entering directory '/home/opc/ruby/src/master/ext/etc' generating constant definitions make[1]: Leaving directory '/home/opc/ruby/src/master/ext/etc' generating miniprelude.c generating eventids1.c from ../../parse.y generating eventids1.h from ../../parse.y generating eventids2table.c from ./eventids2.c miniprelude.c updated compiling compiler ripper.y /bin/sh /home/opc/ruby/src/master/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb updated generating aarch64-linux-fake.rb aarch64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' generating table from enc/trans/big5.c generating table from enc/trans/cesu_8.c generating enc/trans/cesu_8.c ... generating table from enc/trans/chinese.c generating enc/trans/big5.c ... generating table from enc/trans/ebcdic.c generating enc/trans/ebcdic.c ... generating table from enc/trans/emoji.c generating enc/trans/emoji.c ... generating table from enc/trans/emoji_iso2022_kddi.c generating enc/trans/chinese.c ... generating table from enc/trans/emoji_sjis_docomo.c generating ripper_init.c from ./ripper_init.c.tmpl make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper' generating /home/opc/ruby/src/master/ext/ripper/ripper_init.c generating enc/trans/emoji_iso2022_kddi.c ... generating table from enc/trans/emoji_sjis_kddi.c make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper' generating /home/opc/ruby/src/master/ext/ripper/eventids1.h make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper' generating /home/opc/ruby/src/master/ext/ripper/eventids1.c make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper' generating /home/opc/ruby/src/master/ext/ripper/eventids2table.c make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper' generating table from enc/trans/emoji_sjis_softbank.c generating enc/trans/emoji_sjis_docomo.c ... generating table from enc/trans/escape.c generating enc/trans/escape.c ... generating table from enc/trans/gb18030.c generating enc/trans/emoji_sjis_kddi.c ... generating table from enc/trans/gbk.c generating enc/trans/emoji_sjis_softbank.c ... generating table from enc/trans/iso2022.c generating enc/trans/iso2022.c ... generating table from enc/trans/japanese.c generating enc/trans/japanese.c ... generating table from enc/trans/japanese_euc.c generating enc/trans/gbk.c ... generating table from enc/trans/japanese_sjis.c generating enc/trans/japanese_sjis.c ... generating table from enc/trans/korean.c generating enc/trans/gb18030.c ... generating table from enc/trans/single_byte.c generating enc/trans/japanese_euc.c ... generating table from enc/trans/utf8_mac.c generating enc/trans/single_byte.c ... generating table from enc/trans/utf_16_32.c generating enc/trans/utf_16_32.c ... generating enc/trans/korean.c ... generating enc/trans/utf8_mac.c ... make[1]: Leaving directory '/home/opc/ruby/build/master' /usr/bin/mkdir -p /home/opc/ruby/src/master/.bundle/gems Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94 Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb Extracting bundle gem minitest-5.25.1... echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision - echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision - /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged Extracting bundle gem power_assert-2.0.4... Extracting bundle gem rake-13.2.1... Unpacked gems/power_assert-2.0.4.gem Extracting bundle gem test-unit-3.6.2... Unpacked gems/minitest-5.25.1.gem Extracting bundle gem rexml-3.3.9... Unpacked gems/rake-13.2.1.gem Extracting bundle gem rss-0.3.1... Unpacked gems/test-unit-3.6.2.gem Extracting bundle gem net-ftp-0.3.8... Unpacked gems/rss-0.3.1.gem Extracting bundle gem net-imap-0.5.1... Unpacked gems/rexml-3.3.9.gem Extracting bundle gem net-pop-0.1.2... Unpacked gems/net-ftp-0.3.8.gem Extracting bundle gem net-smtp-0.5.0... Unpacked gems/net-pop-0.1.2.gem Unpacked gems/net-imap-0.5.1.gem Extracting bundle gem matrix-0.4.2... Extracting bundle gem prime-0.1.2... Unpacked gems/net-smtp-0.5.0.gem Extracting bundle gem rbs-3.6.1... Unpacked gems/prime-0.1.2.gem Unpacked gems/matrix-0.4.2.gem Extracting bundle gem racc-1.8.1... Extracting bundle gem mutex_m-0.2.0... Unpacked gems/mutex_m-0.2.0.gem Extracting bundle gem getoptlong-0.2.1... Unpacked gems/racc-1.8.1.gem Extracting bundle gem base64-0.2.0... Unpacked gems/getoptlong-0.2.1.gem Extracting bundle gem bigdecimal-3.1.8... Unpacked gems/rbs-3.6.1.gem Extracting bundle gem observer-0.1.2... Unpacked gems/base64-0.2.0.gem Extracting bundle gem abbrev-0.1.2... Unpacked gems/bigdecimal-3.1.8.gem Extracting bundle gem resolv-replace-0.1.1... Unpacked gems/observer-0.1.2.gem Extracting bundle gem rinda-0.2.0... Unpacked gems/abbrev-0.1.2.gem Extracting bundle gem drb-2.2.1... Unpacked gems/resolv-replace-0.1.1.gem Unpacked gems/rinda-0.2.0.gem Extracting bundle gem nkf-0.2.0... Extracting bundle gem syslog-0.1.2... Unpacked gems/drb-2.2.1.gem Extracting bundle gem csv-3.3.0... Unpacked gems/syslog-0.1.2.gem Extracting bundle gem repl_type_completor-0.1.7... Unpacked gems/nkf-0.2.0.gem Unpacked gems/csv-3.3.0.gem Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /home/opc/ruby/src/master/gems/typeprof-0.21.11.gem Unpacked gems/repl_type_completor-0.1.7.gem Extracting bundle gem debug-1.9.2... Unpacked gems/debug-1.9.2.gem Successfully built RubyGem Name: typeprof Version: 0.30.0 File: typeprof-0.30.0.gem Extracting bundle gem typeprof-0.21.11... Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby. Unpacked gems/typeprof-0.30.0.gem $$$[end] "make after-update -j3" exit with 0. $$$[beg] make miniruby -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 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 /home/opc/ruby/src/master/main.c compiling /home/opc/ruby/src/master/dmydln.c compiling /home/opc/ruby/src/master/miniinit.c making dummy probes.h compiling /home/opc/ruby/src/master/ast.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/miniinit.c:12: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/bignum.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/ast.c:2: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/bignum.c:35: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/class.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/compar.c compiling /home/opc/ruby/src/master/compile.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby/encoding.h:19, from /home/opc/ruby/src/master/encindex.h:14, from /home/opc/ruby/src/master/compile.c:19: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/complex.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/complex.c:19: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/cont.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/debug.c compiling /home/opc/ruby/src/master/debug_counter.c compiling /home/opc/ruby/src/master/dir.c compiling /home/opc/ruby/src/master/dln_find.c compiling /home/opc/ruby/src/master/encoding.c compiling /home/opc/ruby/src/master/enum.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/enum.c:13: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/enumerator.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/enumerator.c:22: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/error.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/eval.c compiling /home/opc/ruby/src/master/file.c compiling /home/opc/ruby/src/master/gc.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/constant.h:13, from /home/opc/ruby/src/master/gc.c:79: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/hash.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/debug_counter.h:351, from /home/opc/ruby/src/master/hash.c:26: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/inits.c compiling /home/opc/ruby/src/master/imemo.c compiling /home/opc/ruby/src/master/io.c compiling /home/opc/ruby/src/master/io_buffer.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby/fiber/scheduler.h:20, from /home/opc/ruby/src/master/io.c:16: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby/io/buffer.h:16, from /home/opc/ruby/src/master/io_buffer.c:9: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/iseq.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/eval_intern.h:4, from /home/opc/ruby/src/master/iseq.c:21: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/load.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/dln.h:14, from /home/opc/ruby/src/master/load.c:5: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/marshal.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby/encoding.h:19, from /home/opc/ruby/src/master/encindex.h:14, from /home/opc/ruby/src/master/marshal.c:22: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/math.c compiling /home/opc/ruby/src/master/memory_view.c compiling /home/opc/ruby/src/master/rjit.c compiling /home/opc/ruby/src/master/rjit_c.c compiling /home/opc/ruby/src/master/node.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/assert.h:23, from /home/opc/ruby/src/master/ruby_assert.h:10, from /home/opc/ruby/src/master/vm_core.h:54, from /home/opc/ruby/src/master/rjit.h:13, from /home/opc/ruby/src/master/rjit_c.c:9: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/node_dump.c compiling /home/opc/ruby/src/master/numeric.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/node_dump.c:12: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/numeric.c:28: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/object.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/constant.h:13, from /home/opc/ruby/src/master/object.c:22: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/pack.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/pack.c:19: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling parse.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from parse.y:45: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/parser_st.c compiling /home/opc/ruby/src/master/proc.c compiling /home/opc/ruby/src/master/process.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby/fiber/scheduler.h:20, from /home/opc/ruby/src/master/process.c:16: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/ractor.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/ractor.c:3: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ In file included from /home/opc/ruby/src/master/ractor.c:8: /home/opc/ruby/src/master/ractor.c: In function ‘ractor_channel_func’: /home/opc/ruby/src/master/eval_intern.h:99:34: warning: variable ‘_ec’ might be clobbered by ‘longjmp’ or ‘vfork’ [-Wclobbered] rb_execution_context_t * const _ec = (ec); \ ^~~ /home/opc/ruby/src/master/ractor.c:3898:9: note: in expansion of macro ‘EC_PUSH_TAG’ EC_PUSH_TAG(ec); ^~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ /home/opc/ruby/src/master/ractor.c: At top level: cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/random.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/random.c:65: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/range.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/range.c:22: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/rational.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/rational.c:27: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/re.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby/encoding.h:19, from /home/opc/ruby/src/master/encindex.h:14, from /home/opc/ruby/src/master/re.c:16: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/regcomp.c compiling /home/opc/ruby/src/master/regenc.c compiling /home/opc/ruby/src/master/regerror.c compiling /home/opc/ruby/src/master/regexec.c compiling /home/opc/ruby/src/master/regparse.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/regsyntax.c compiling /home/opc/ruby/src/master/ruby.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/dln.h:14, from /home/opc/ruby/src/master/ruby.c:43: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/ruby_parser.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby/encoding.h:19, from /home/opc/ruby/src/master/rubyparser.h:21, from /home/opc/ruby/src/master/internal/parse.h:12, from /home/opc/ruby/src/master/ruby_parser.c:3: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/scheduler.c compiling /home/opc/ruby/src/master/shape.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/signal.c compiling /home/opc/ruby/src/master/sprintf.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/sprintf.c:24: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/st.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/st.c:107: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/strftime.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/string.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/debug_counter.h:351, from /home/opc/ruby/src/master/string.c:24: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/struct.c compiling /home/opc/ruby/src/master/symbol.c compiling /home/opc/ruby/src/master/thread.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/eval_intern.h:4, from /home/opc/ruby/src/master/thread.c:75: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/time.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from /home/opc/ruby/src/master/time.c:35: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/transcode.c compiling /home/opc/ruby/src/master/util.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/variable.c compiling /home/opc/ruby/src/master/version.c compiling /home/opc/ruby/src/master/vm.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/eval_intern.h:4, from /home/opc/ruby/src/master/vm.c:13: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/vm_backtrace.c compiling /home/opc/ruby/src/master/vm_dump.c compiling /home/opc/ruby/src/master/vm_sync.c compiling /home/opc/ruby/src/master/vm_trace.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/eval_intern.h:4, from /home/opc/ruby/src/master/vm_trace.c:24: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/weakmap.c compiling /home/opc/ruby/src/master/missing/setproctitle.c compiling /home/opc/ruby/src/master/missing/strlcat.c compiling /home/opc/ruby/src/master/missing/strlcpy.c compiling /home/opc/ruby/src/master/addr2line.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/array.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/debug_counter.h:351, from /home/opc/ruby/src/master/array.c:14: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling prism/api_node.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/prism/api_pack.c compiling prism/diagnostic.c compiling /home/opc/ruby/src/master/prism/encoding.c compiling /home/opc/ruby/src/master/prism/extension.c compiling prism/node.c compiling /home/opc/ruby/src/master/prism/options.c compiling /home/opc/ruby/src/master/prism/pack.c compiling prism/prettyprint.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/prism/regexp.c compiling prism/serialize.c compiling /home/opc/ruby/src/master/prism/static_literals.c compiling prism/token_type.c compiling /home/opc/ruby/src/master/prism/util/pm_buffer.c compiling /home/opc/ruby/src/master/prism/util/pm_char.c compiling /home/opc/ruby/src/master/prism/util/pm_constant_pool.c compiling /home/opc/ruby/src/master/prism/util/pm_integer.c compiling /home/opc/ruby/src/master/prism/util/pm_list.c compiling /home/opc/ruby/src/master/prism/util/pm_memchr.c compiling /home/opc/ruby/src/master/prism/util/pm_newline_list.c compiling /home/opc/ruby/src/master/prism/util/pm_string.c compiling /home/opc/ruby/src/master/prism/util/pm_strncasecmp.c compiling /home/opc/ruby/src/master/prism/util/pm_strpbrk.c compiling /home/opc/ruby/src/master/prism/prism.c compiling /home/opc/ruby/src/master/prism_init.c assembling /home/opc/ruby/src/master/coroutine/arm64/Context.S compiling /home/opc/ruby/src/master/enc/ascii.c compiling /home/opc/ruby/src/master/enc/us_ascii.c compiling /home/opc/ruby/src/master/enc/unicode.c compiling /home/opc/ruby/src/master/enc/utf_8.c compiling enc/trans/newline.c linking miniruby $$$[end] "make miniruby -j3" exit with 0. $$$[beg] make ruby -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 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 /home/opc/ruby/src/master/dln.c compiling /home/opc/ruby/src/master/localeinit.c creating verconf.h verconf.h updated compiling /home/opc/ruby/src/master/dmyext.c compiling /home/opc/ruby/src/master/dmyenc.c compiling /home/opc/ruby/src/master/loadpath.c builtin_binary.inc updated 44637b1d132a6bc5d1698057c9161c8cf2cb538e134475e608a1f24f98986c5a builtin_binary.inc compiling /home/opc/ruby/src/master/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j3" exit with 0. $$$[beg] make all -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk encdb.h updated making srcs under enc making enc make[1]: Entering directory '/home/opc/ruby/build/master' compiling /home/opc/ruby/src/master/enc/encdb.c compiling /home/opc/ruby/src/master/enc/big5.c make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h compiling /home/opc/ruby/src/master/enc/cesu_8.c compiling /home/opc/ruby/src/master/enc/cp949.c transdb.h updated generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated making trans make[1]: Entering directory '/home/opc/ruby/build/master' compiling /home/opc/ruby/src/master/enc/trans/transdb.c compiling /home/opc/ruby/src/master/enc/emacs_mule.c compiling /home/opc/ruby/src/master/enc/euc_jp.c generating table from /home/opc/ruby/src/master/enc/trans/big5.c compiling /home/opc/ruby/src/master/enc/euc_kr.c compiling /home/opc/ruby/src/master/enc/euc_tw.c compiling /home/opc/ruby/src/master/enc/gb2312.c compiling /home/opc/ruby/src/master/enc/gb18030.c compiling /home/opc/ruby/src/master/enc/gbk.c compiling /home/opc/ruby/src/master/enc/iso_8859_1.c compiling /home/opc/ruby/src/master/enc/iso_8859_2.c compiling /home/opc/ruby/src/master/enc/iso_8859_3.c compiling /home/opc/ruby/src/master/enc/iso_8859_4.c compiling /home/opc/ruby/src/master/enc/iso_8859_5.c compiling /home/opc/ruby/src/master/enc/iso_8859_6.c compiling /home/opc/ruby/src/master/enc/iso_8859_7.c compiling /home/opc/ruby/src/master/enc/iso_8859_8.c compiling /home/opc/ruby/src/master/enc/iso_8859_9.c compiling /home/opc/ruby/src/master/enc/iso_8859_10.c compiling /home/opc/ruby/src/master/enc/iso_8859_11.c compiling /home/opc/ruby/src/master/enc/iso_8859_13.c compiling /home/opc/ruby/src/master/enc/iso_8859_14.c compiling /home/opc/ruby/src/master/enc/iso_8859_15.c compiling /home/opc/ruby/src/master/enc/iso_8859_16.c compiling /home/opc/ruby/src/master/enc/koi8_r.c compiling /home/opc/ruby/src/master/enc/koi8_u.c compiling /home/opc/ruby/src/master/enc/shift_jis.c compiling /home/opc/ruby/src/master/enc/utf_16be.c generating table from /home/opc/ruby/src/master/enc/trans/cesu_8.c compiling /home/opc/ruby/src/master/enc/utf_16le.c generating /home/opc/ruby/src/master/enc/trans/cesu_8.c ... generating table from /home/opc/ruby/src/master/enc/trans/chinese.c compiling /home/opc/ruby/src/master/enc/utf_32be.c compiling /home/opc/ruby/src/master/enc/utf_32le.c compiling /home/opc/ruby/src/master/enc/windows_31j.c compiling /home/opc/ruby/src/master/enc/windows_1250.c compiling /home/opc/ruby/src/master/enc/windows_1251.c compiling /home/opc/ruby/src/master/enc/windows_1252.c generating /home/opc/ruby/src/master/enc/trans/chinese.c ... generating table from /home/opc/ruby/src/master/enc/trans/ebcdic.c generating /home/opc/ruby/src/master/enc/trans/ebcdic.c ... generating table from /home/opc/ruby/src/master/enc/trans/emoji.c compiling /home/opc/ruby/src/master/enc/windows_1253.c compiling /home/opc/ruby/src/master/enc/windows_1254.c generating /home/opc/ruby/src/master/enc/trans/emoji.c ... generating table from /home/opc/ruby/src/master/enc/trans/emoji_iso2022_kddi.c compiling /home/opc/ruby/src/master/enc/windows_1257.c linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so linking encoding cp949.so linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so generating /home/opc/ruby/src/master/enc/trans/emoji_iso2022_kddi.c ... generating table from /home/opc/ruby/src/master/enc/trans/emoji_sjis_docomo.c linking encoding euc_tw.so linking encoding gb2312.so linking encoding gb18030.so linking encoding gbk.so linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking encoding iso_8859_7.so linking encoding iso_8859_8.so linking encoding iso_8859_9.so linking encoding iso_8859_10.so generating /home/opc/ruby/src/master/enc/trans/emoji_sjis_docomo.c ... generating table from /home/opc/ruby/src/master/enc/trans/emoji_sjis_kddi.c linking encoding iso_8859_11.so linking encoding iso_8859_13.so linking encoding iso_8859_14.so linking encoding iso_8859_15.so linking encoding iso_8859_16.so linking encoding koi8_r.so linking encoding koi8_u.so linking encoding shift_jis.so linking encoding utf_16be.so generating /home/opc/ruby/src/master/enc/trans/big5.c ... generating table from /home/opc/ruby/src/master/enc/trans/emoji_sjis_softbank.c linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so linking encoding windows_31j.so linking encoding windows_1250.so linking encoding windows_1251.so linking encoding windows_1252.so generating /home/opc/ruby/src/master/enc/trans/emoji_sjis_kddi.c ... generating table from /home/opc/ruby/src/master/enc/trans/escape.c linking encoding windows_1253.so generating /home/opc/ruby/src/master/enc/trans/escape.c ... generating table from /home/opc/ruby/src/master/enc/trans/gb18030.c linking encoding windows_1254.so linking encoding windows_1257.so make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' configuring -test-/RUBY_ALIGNOF configuring -test-/abi configuring -test-/arith_seq/beg_len_step configuring -test-/arith_seq/extract configuring -test-/array/concat configuring -test-/array/resize configuring -test-/asan configuring -test-/bignum configuring -test-/bug-14834 configuring -test-/bug-3571 configuring -test-/bug-5832 configuring -test-/bug_reporter configuring -test-/class configuring -test-/cxxanyargs configuring -test-/debug configuring -test-/dln/empty configuring -test-/econv configuring -test-/ensure_and_callcc configuring -test-/enumerator_kw configuring -test-/eval configuring -test-/exception configuring -test-/fatal configuring -test-/file generating /home/opc/ruby/src/master/enc/trans/emoji_sjis_softbank.c ... generating table from /home/opc/ruby/src/master/enc/trans/gbk.c generating /home/opc/ruby/src/master/enc/trans/gbk.c ... generating table from /home/opc/ruby/src/master/enc/trans/iso2022.c generating /home/opc/ruby/src/master/enc/trans/iso2022.c ... generating table from /home/opc/ruby/src/master/enc/trans/japanese.c generating /home/opc/ruby/src/master/enc/trans/japanese.c ... generating table from /home/opc/ruby/src/master/enc/trans/japanese_euc.c 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-/load/resolve_symbol_resolver configuring -test-/load/resolve_symbol_target configuring -test-/load/stringify_symbols configuring -test-/load/stringify_target 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-/public_header_warnings 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 -test-/thread/id configuring -test-/thread/instrumentation configuring -test-/thread/lock_native_thread configuring -test-/thread_fd configuring -test-/time configuring -test-/tracepoint configuring -test-/typeddata configuring -test-/vm configuring -test-/wait configuring cgi/escape generating /home/opc/ruby/src/master/enc/trans/gb18030.c ... generating table from /home/opc/ruby/src/master/enc/trans/japanese_sjis.c configuring continuation configuring coverage configuring date generating /home/opc/ruby/src/master/enc/trans/japanese_sjis.c ... generating table from /home/opc/ruby/src/master/enc/trans/korean.c generating /home/opc/ruby/src/master/enc/trans/japanese_euc.c ... generating table from /home/opc/ruby/src/master/enc/trans/single_byte.c generating /home/opc/ruby/src/master/enc/trans/single_byte.c ... generating table from /home/opc/ruby/src/master/enc/trans/utf8_mac.c configuring digest configuring digest/bubblebabble configuring digest/md5 generating /home/opc/ruby/src/master/enc/trans/korean.c ... generating table from /home/opc/ruby/src/master/enc/trans/utf_16_32.c generating /home/opc/ruby/src/master/enc/trans/utf_16_32.c ... linking transcoder transdb.so compiling /home/opc/ruby/src/master/enc/trans/big5.c configuring digest/rmd160 configuring digest/sha1 configuring digest/sha2 configuring erb/escape generating /home/opc/ruby/src/master/enc/trans/utf8_mac.c ... configuring etc compiling /home/opc/ruby/src/master/enc/trans/cesu_8.c compiling /home/opc/ruby/src/master/enc/trans/chinese.c compiling /home/opc/ruby/src/master/enc/trans/ebcdic.c compiling /home/opc/ruby/src/master/enc/trans/emoji.c compiling /home/opc/ruby/src/master/enc/trans/emoji_iso2022_kddi.c compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_docomo.c compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_kddi.c compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_softbank.c compiling /home/opc/ruby/src/master/enc/trans/escape.c compiling /home/opc/ruby/src/master/enc/trans/gb18030.c compiling /home/opc/ruby/src/master/enc/trans/gbk.c compiling /home/opc/ruby/src/master/enc/trans/iso2022.c compiling /home/opc/ruby/src/master/enc/trans/japanese.c compiling /home/opc/ruby/src/master/enc/trans/japanese_euc.c compiling /home/opc/ruby/src/master/enc/trans/japanese_sjis.c compiling /home/opc/ruby/src/master/enc/trans/korean.c compiling /home/opc/ruby/src/master/enc/trans/single_byte.c compiling /home/opc/ruby/src/master/enc/trans/utf8_mac.c compiling /home/opc/ruby/src/master/enc/trans/utf_16_32.c linking transcoder big5.so linking transcoder cesu_8.so linking transcoder chinese.so linking transcoder ebcdic.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking transcoder emoji_sjis_softbank.so linking transcoder escape.so linking transcoder gb18030.so linking transcoder gbk.so linking transcoder iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so linking transcoder korean.so linking transcoder single_byte.so linking transcoder utf8_mac.so linking transcoder utf_16_32.so make[1]: Leaving directory '/home/opc/ruby/build/master' making encs configuring fcntl make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' configuring fiddle configuring io/console configuring json configuring json/generator configuring json/parser libffi_version: 3.1.0 configuring monitor configuring objspace configuring openssl configuring pathname configuring psych configuring pty configuring rbconfig/sizeof configuring io/nonblock configuring io/wait configuring ripper configuring rubyvm configuring socket configuring stringio configuring strscan configuring zlib configuring bigdecimal-3.1.8/ext/bigdecimal configuring debug-1.9.2/ext/debug configuring nkf-0.2.0/ext/nkf configuring racc-1.8.1/ext/racc/cparse configuring rbs-3.6.1/ext/rbs_extension configuring syslog-0.1.2/ext/syslog make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/abi' compiling /home/opc/ruby/src/master/ext/-test-/abi/abi.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step' compiling /home/opc/ruby/src/master/ext/-test-/RUBY_ALIGNOF/c.c compiling /home/opc/ruby/src/master/ext/-test-/arith_seq/beg_len_step/beg_len_step.c linking shared-object -test-/abi.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/abi' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/extract' compiling /home/opc/ruby/src/master/ext/-test-/arith_seq/extract/extract.c linking shared-object -test-/RUBY_ALIGNOF.so linking shared-object -test-/arith_seq/beg_len_step.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/array/concat' compiling /home/opc/ruby/src/master/ext/-test-/array/concat/to_ary_concat.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/array/resize' linking shared-object -test-/arith_seq/extract.so compiling /home/opc/ruby/src/master/ext/-test-/array/resize/resize.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/extract' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/asan' compiling /home/opc/ruby/src/master/ext/-test-/asan/asan.c linking shared-object -test-/array/to_ary_concat.so linking shared-object -test-/array/resize.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/array/concat' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bignum' compiling /home/opc/ruby/src/master/ext/-test-/bignum/big2str.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/array/resize' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-14834' compiling /home/opc/ruby/src/master/ext/-test-/bug-14834/bug-14834.c linking shared-object -test-/asan.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/asan' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-3571' compiling /home/opc/ruby/src/master/ext/-test-/bug-3571/bug.c linking shared-object -test-/bug_14834.so compiling /home/opc/ruby/src/master/ext/-test-/bignum/bigzero.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-14834' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-5832' compiling /home/opc/ruby/src/master/ext/-test-/bug-5832/bug.c linking shared-object -test-/bug_3571.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-3571' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug_reporter' compiling /home/opc/ruby/src/master/ext/-test-/bug_reporter/bug_reporter.c compiling /home/opc/ruby/src/master/ext/-test-/bignum/div.c linking shared-object -test-/bug_5832.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-5832' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/class' compiling /home/opc/ruby/src/master/ext/-test-/class/class2name.c linking shared-object -test-/bug_reporter.so compiling /home/opc/ruby/src/master/ext/-test-/bignum/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug_reporter' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/debug' compiling /home/opc/ruby/src/master/ext/-test-/debug/init.c compiling /home/opc/ruby/src/master/ext/-test-/class/init.c compiling /home/opc/ruby/src/master/ext/-test-/bignum/intpack.c compiling /home/opc/ruby/src/master/ext/-test-/debug/inspector.c linking shared-object -test-/class.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/class' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/dln/empty' compiling /home/opc/ruby/src/master/ext/-test-/dln/empty/empty.c compiling /home/opc/ruby/src/master/ext/-test-/debug/profile_frames.c compiling /home/opc/ruby/src/master/ext/-test-/bignum/mul.c linking shared-object -test-/dln/empty.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/dln/empty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/econv' compiling /home/opc/ruby/src/master/ext/-test-/econv/append.c linking shared-object -test-/debug.so compiling /home/opc/ruby/src/master/ext/-test-/bignum/str2big.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/debug' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/ensure_and_callcc' compiling /home/opc/ruby/src/master/ext/-test-/ensure_and_callcc/ensure_and_callcc.c compiling /home/opc/ruby/src/master/ext/-test-/econv/init.c linking shared-object -test-/bignum.so linking shared-object -test-/ensure_and_callcc.so linking shared-object -test-/econv.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/ensure_and_callcc' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/enumerator_kw' compiling /home/opc/ruby/src/master/ext/-test-/enumerator_kw/enumerator_kw.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/econv' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/eval' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bignum' compiling /home/opc/ruby/src/master/ext/-test-/eval/eval.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/exception' compiling /home/opc/ruby/src/master/ext/-test-/exception/dataerror.c linking shared-object -test-/eval.so compiling /home/opc/ruby/src/master/ext/-test-/exception/enc_raise.c linking shared-object -test-/enumerator_kw.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/eval' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/fatal' compiling /home/opc/ruby/src/master/ext/-test-/fatal/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/enumerator_kw' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/file' compiling /home/opc/ruby/src/master/ext/-test-/file/fs.c compiling /home/opc/ruby/src/master/ext/-test-/exception/ensured.c compiling /home/opc/ruby/src/master/ext/-test-/fatal/invalid.c compiling /home/opc/ruby/src/master/ext/-test-/file/init.c compiling /home/opc/ruby/src/master/ext/-test-/exception/init.c compiling /home/opc/ruby/src/master/ext/-test-/fatal/rb_fatal.c compiling /home/opc/ruby/src/master/ext/-test-/file/newline_conv.c linking shared-object -test-/exception.so linking shared-object -test-/fatal.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/fatal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/float' compiling /home/opc/ruby/src/master/ext/-test-/float/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/exception' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/funcall' compiling /home/opc/ruby/src/master/ext/-test-/funcall/funcall.c compiling /home/opc/ruby/src/master/ext/-test-/file/stat.c compiling /home/opc/ruby/src/master/ext/-test-/float/nextafter.c linking shared-object -test-/funcall.so linking shared-object -test-/file.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/funcall' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/gvl/call_without_gvl' compiling /home/opc/ruby/src/master/ext/-test-/gvl/call_without_gvl/call_without_gvl.c linking shared-object -test-/float.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/file' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/hash' compiling /home/opc/ruby/src/master/ext/-test-/hash/delete.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/float' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/integer' compiling /home/opc/ruby/src/master/ext/-test-/integer/core_ext.c linking shared-object -test-/gvl/call_without_gvl.so In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal/bignum.h:19, from /home/opc/ruby/src/master/internal/numeric.h:11, from /home/opc/ruby/src/master/ext/-test-/integer/core_ext.c:1: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/ext/-test-/hash/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/iseq_load' compiling /home/opc/ruby/src/master/ext/-test-/iseq_load/iseq_load.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/ext/-test-/integer/init.c linking shared-object -test-/hash.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/hash' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/iter' compiling /home/opc/ruby/src/master/ext/-test-/iter/break.c linking shared-object -test-/iseq_load.so compiling /home/opc/ruby/src/master/ext/-test-/integer/my_integer.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/iseq_load' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/dot.dot' compiling /home/opc/ruby/src/master/ext/-test-/load/dot.dot/dot.dot.c compiling /home/opc/ruby/src/master/ext/-test-/iter/init.c linking shared-object -test-/integer.so linking shared-object -test-/load/dot.dot.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/integer' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/protect' compiling /home/opc/ruby/src/master/ext/-test-/load/protect/protect.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/dot.dot' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_resolver' compiling /home/opc/ruby/src/master/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c compiling /home/opc/ruby/src/master/ext/-test-/iter/yield.c linking shared-object -test-/load/resolve_symbol_resolver.so linking shared-object -test-/load/protect.so linking shared-object -test-/iter.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_resolver' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_target' compiling /home/opc/ruby/src/master/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/protect' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_symbols' compiling /home/opc/ruby/src/master/ext/-test-/load/stringify_symbols/stringify_symbols.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/iter' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_target' compiling /home/opc/ruby/src/master/ext/-test-/load/stringify_target/stringify_target.c linking shared-object -test-/load/resolve_symbol_target.so linking shared-object -test-/load/stringify_symbols.so linking shared-object -test-/load/stringify_target.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_target' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/compat' compiling /home/opc/ruby/src/master/ext/-test-/marshal/compat/usrcompat.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_symbols' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/internal_ivar' compiling /home/opc/ruby/src/master/ext/-test-/marshal/internal_ivar/internal_ivar.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_target' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/usr' compiling /home/opc/ruby/src/master/ext/-test-/marshal/usr/usrmarshal.c linking shared-object -test-/marshal/compat.so linking shared-object -test-/marshal/internal_ivar.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/compat' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/memory_view' compiling /home/opc/ruby/src/master/ext/-test-/memory_view/memory_view.c linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/method' compiling /home/opc/ruby/src/master/ext/-test-/method/arity.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/usr' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/notimplement' compiling /home/opc/ruby/src/master/ext/-test-/notimplement/bug.c linking shared-object -test-/notimplement.so compiling /home/opc/ruby/src/master/ext/-test-/method/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/notimplement' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/num2int' compiling /home/opc/ruby/src/master/ext/-test-/num2int/num2int.c linking shared-object -test-/method.so linking shared-object -test-/memory_view.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/method' linking shared-object -test-/num2int.so make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/path_to_class' compiling /home/opc/ruby/src/master/ext/-test-/path_to_class/path_to_class.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/memory_view' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/popen_deadlock' compiling /home/opc/ruby/src/master/ext/-test-/popen_deadlock/infinite_loop_dlsym.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/num2int' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/postponed_job' compiling /home/opc/ruby/src/master/ext/-test-/postponed_job/postponed_job.c linking shared-object -test-/path_to_class.so linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/path_to_class' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/printf' compiling /home/opc/ruby/src/master/ext/-test-/printf/printf.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/popen_deadlock' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/proc' compiling /home/opc/ruby/src/master/ext/-test-/proc/init.c linking shared-object -test-/postponed_job.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/postponed_job' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/random' compiling /home/opc/ruby/src/master/ext/-test-/random/bad_version.c compiling /home/opc/ruby/src/master/ext/-test-/proc/receiver.c linking shared-object -test-/printf.so compiling /home/opc/ruby/src/master/ext/-test-/random/init.c compiling /home/opc/ruby/src/master/ext/-test-/proc/super.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/printf' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/rational' compiling /home/opc/ruby/src/master/ext/-test-/rational/rat.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal/rational.h:12, from /home/opc/ruby/src/master/ext/-test-/rational/rat.c:1: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/ext/-test-/random/loop.c linking shared-object -test-/proc.so cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ linking shared-object -test-/rational.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/proc' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/rb_call_super_kw' compiling /home/opc/ruby/src/master/ext/-test-/rb_call_super_kw/rb_call_super_kw.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/rational' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/recursion' compiling /home/opc/ruby/src/master/ext/-test-/recursion/recursion.c linking shared-object -test-/random.so linking shared-object -test-/rb_call_super_kw.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/random' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/regexp' compiling /home/opc/ruby/src/master/ext/-test-/regexp/init.c linking shared-object -test-/recursion.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/scan_args' compiling /home/opc/ruby/src/master/ext/-test-/scan_args/scan_args.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/recursion' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/foreach' compiling /home/opc/ruby/src/master/ext/-test-/st/foreach/foreach.c compiling /home/opc/ruby/src/master/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/regexp.so linking shared-object -test-/st/foreach.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/regexp' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/foreach' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/numhash' compiling /home/opc/ruby/src/master/ext/-test-/st/numhash/numhash.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/update' compiling /home/opc/ruby/src/master/ext/-test-/st/update/update.c linking shared-object -test-/st/update.so linking shared-object -test-/st/numhash.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/update' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/string' compiling /home/opc/ruby/src/master/ext/-test-/string/capacity.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/numhash' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/struct' compiling /home/opc/ruby/src/master/ext/-test-/struct/data.c compiling /home/opc/ruby/src/master/ext/-test-/struct/duplicate.c compiling /home/opc/ruby/src/master/ext/-test-/string/coderange.c compiling /home/opc/ruby/src/master/ext/-test-/struct/init.c compiling /home/opc/ruby/src/master/ext/-test-/string/cstr.c compiling /home/opc/ruby/src/master/ext/-test-/struct/len.c linking shared-object -test-/scan_args.so compiling /home/opc/ruby/src/master/ext/-test-/struct/member.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/scan_args' compiling /home/opc/ruby/src/master/ext/-test-/string/ellipsize.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/symbol' compiling /home/opc/ruby/src/master/ext/-test-/symbol/init.c linking shared-object -test-/struct.so compiling /home/opc/ruby/src/master/ext/-test-/string/enc_associate.c compiling /home/opc/ruby/src/master/ext/-test-/symbol/type.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/struct' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation' compiling /home/opc/ruby/src/master/ext/-test-/thread/instrumentation/instrumentation.c compiling /home/opc/ruby/src/master/ext/-test-/string/enc_dummy.c linking shared-object -test-/symbol.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/symbol' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread/lock_native_thread' compiling /home/opc/ruby/src/master/ext/-test-/thread/lock_native_thread/lock_native_thread.c linking shared-object -test-/thread/instrumentation.so compiling /home/opc/ruby/src/master/ext/-test-/string/enc_str_buf_cat.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread_fd' compiling /home/opc/ruby/src/master/ext/-test-/thread_fd/thread_fd.c linking shared-object -test-/thread/lock_native_thread.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread/lock_native_thread' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/time' compiling /home/opc/ruby/src/master/ext/-test-/time/init.c compiling /home/opc/ruby/src/master/ext/-test-/string/fstring.c linking shared-object -test-/thread_fd.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread_fd' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/tracepoint' compiling /home/opc/ruby/src/master/ext/-test-/tracepoint/gc_hook.c compiling /home/opc/ruby/src/master/ext/-test-/time/leap_second.c compiling /home/opc/ruby/src/master/ext/-test-/string/init.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/include/ruby.h:38, from /home/opc/ruby/src/master/ext/-test-/time/leap_second.c:1: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/ext/-test-/tracepoint/tracepoint.c cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ compiling /home/opc/ruby/src/master/ext/-test-/time/new.c compiling /home/opc/ruby/src/master/ext/-test-/string/modify.c linking shared-object -test-/tracepoint.so compiling /home/opc/ruby/src/master/ext/-test-/string/new.c linking shared-object -test-/time.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/tracepoint' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/typeddata' compiling /home/opc/ruby/src/master/ext/-test-/typeddata/typeddata.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/time' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/vm' compiling /home/opc/ruby/src/master/ext/-test-/vm/at_exit.c compiling /home/opc/ruby/src/master/ext/-test-/string/nofree.c linking shared-object -test-/typeddata.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/typeddata' linking shared-object -test-/vm/at_exit.so make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/wait' compiling /home/opc/ruby/src/master/ext/-test-/wait/wait.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/vm' compiling /home/opc/ruby/src/master/ext/-test-/string/normalize.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/cgi/escape' compiling /home/opc/ruby/src/master/ext/cgi/escape/escape.c linking shared-object -test-/wait.so compiling /home/opc/ruby/src/master/ext/-test-/string/qsort.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/wait' make[2]: Entering directory '/home/opc/ruby/build/master/ext/continuation' compiling /home/opc/ruby/src/master/ext/continuation/continuation.c linking shared-object continuation.so compiling /home/opc/ruby/src/master/ext/-test-/string/rb_interned_str.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/continuation' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' compiling /home/opc/ruby/src/master/ext/coverage/coverage.c linking shared-object cgi/escape.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/cgi/escape' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' compiling /home/opc/ruby/src/master/ext/date/date_core.c compiling /home/opc/ruby/src/master/ext/-test-/string/rb_str_dup.c compiling /home/opc/ruby/src/master/ext/-test-/string/set_len.c linking shared-object -test-/string.so installing default coverage libraries linking shared-object coverage.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' compiling /home/opc/ruby/src/master/ext/digest/digest.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/string' make[2]: Entering directory '/home/opc/ruby/build/master/ext/erb/escape' compiling /home/opc/ruby/src/master/ext/erb/escape/escape.c linking shared-object erb/escape.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/erb/escape' make[2]: Entering directory '/home/opc/ruby/build/master/ext/etc' compiling /home/opc/ruby/src/master/ext/etc/etc.c linking shared-object digest.so installing digest libraries installing default digest libraries make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fcntl' compiling /home/opc/ruby/src/master/ext/fcntl/fcntl.c linking shared-object fcntl.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fcntl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' compiling /home/opc/ruby/src/master/ext/fiddle/closure.c linking shared-object etc.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/etc' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' compiling /home/opc/ruby/src/master/ext/io/console/console.c compiling /home/opc/ruby/src/master/ext/fiddle/conversions.c compiling /home/opc/ruby/src/master/ext/fiddle/fiddle.c compiling /home/opc/ruby/src/master/ext/fiddle/function.c linking shared-object io/console.so installing default console libraries make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/nonblock' compiling /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c compiling /home/opc/ruby/src/master/ext/fiddle/handle.c linking shared-object io/nonblock.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/nonblock' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/wait' compiling /home/opc/ruby/src/master/ext/io/wait/wait.c linking shared-object io/wait.so compiling /home/opc/ruby/src/master/ext/fiddle/memory_view.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/wait' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' compiling /home/opc/ruby/src/master/ext/monitor/monitor.c compiling /home/opc/ruby/src/master/ext/fiddle/pinned.c installing default monitor libraries linking shared-object monitor.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' compiling /home/opc/ruby/src/master/ext/objspace/object_tracing.c compiling /home/opc/ruby/src/master/ext/fiddle/pointer.c compiling /home/opc/ruby/src/master/ext/objspace/objspace.c linking shared-object fiddle.so installing default fiddle libraries make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' compiling /home/opc/ruby/src/master/ext/openssl/openssl_missing.c compiling /home/opc/ruby/src/master/ext/openssl/ossl.c compiling /home/opc/ruby/src/master/ext/objspace/objspace_dump.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_asn1.c linking shared-object objspace.so installing default objspace libraries make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' compiling /home/opc/ruby/src/master/ext/pathname/pathname.c compiling /home/opc/ruby/src/master/ext/date/date_parse.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_bio.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_bn.c installing default pathname libraries linking shared-object pathname.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' compiling /home/opc/ruby/src/master/ext/psych/psych.c compiling /home/opc/ruby/src/master/ext/psych/psych_emitter.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_cipher.c compiling /home/opc/ruby/src/master/ext/psych/psych_parser.c compiling /home/opc/ruby/src/master/ext/psych/psych_to_ruby.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_config.c compiling /home/opc/ruby/src/master/ext/psych/psych_yaml_tree.c linking shared-object psych.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' compiling /home/opc/ruby/src/master/ext/pty/pty.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_digest.c installing default pty libraries linking shared-object pty.so compiling /home/opc/ruby/src/master/ext/date/date_strftime.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' compiling /home/opc/ruby/src/master/ext/date/date_strptime.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_engine.c installing default date_core libraries compiling /home/opc/ruby/src/master/ext/openssl/ossl_hmac.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_kdf.c linking shared-object date_core.so make[2]: Entering directory '/home/opc/ruby/build/master/ext/rbconfig/sizeof' compiling /home/opc/ruby/src/master/ext/rbconfig/sizeof/sizes.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ns_spki.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' compiling /home/opc/ruby/src/master/ext/openssl/ossl_ocsp.c compiling /home/opc/ruby/src/master/ext/rbconfig/sizeof/limits.c linking shared-object rbconfig/sizeof.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rbconfig/sizeof' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' compiling /home/opc/ruby/src/master/ext/ripper/eventids1.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' installing default libraries make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' compiling /home/opc/ruby/src/master/ext/socket/init.c compiling /home/opc/ruby/src/master/ext/ripper/eventids2.c compiling /home/opc/ruby/src/master/ext/socket/constants.c compiling /home/opc/ruby/src/master/ext/ripper/ripper.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/internal.h:31, from ripper.y:45: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkcs12.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkcs7.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey.c compiling /home/opc/ruby/src/master/ext/socket/basicsocket.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_dh.c compiling /home/opc/ruby/src/master/ext/socket/socket.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_dsa.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_ec.c compiling /home/opc/ruby/src/master/ext/socket/ipsocket.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_rsa.c compiling /home/opc/ruby/src/master/ext/socket/tcpsocket.c compiling /home/opc/ruby/src/master/ext/socket/tcpserver.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_provider.c compiling /home/opc/ruby/src/master/ext/socket/sockssocket.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_rand.c compiling /home/opc/ruby/src/master/ext/socket/udpsocket.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ssl.c compiling /home/opc/ruby/src/master/ext/socket/unixsocket.c compiling /home/opc/ruby/src/master/ext/socket/unixserver.c compiling /home/opc/ruby/src/master/ext/socket/option.c compiling /home/opc/ruby/src/master/ext/socket/ancdata.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ssl_session.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ts.c compiling /home/opc/ruby/src/master/ext/socket/raddrinfo.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509attr.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509cert.c compiling /home/opc/ruby/src/master/ext/socket/ifaddr.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509crl.c installing default socket libraries linking shared-object socket.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/ext/stringio' compiling /home/opc/ruby/src/master/ext/stringio/stringio.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509ext.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509name.c linking shared-object stringio.so compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509req.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/stringio' compiling /home/opc/ruby/src/master/ext/ripper/ripper_init.c In file included from /home/opc/ruby/src/master/include/ruby/internal/assume.h:31, from /home/opc/ruby/src/master/include/ruby/backward/2/assume.h:24, from /home/opc/ruby/src/master/include/ruby/defines.h:72, from /home/opc/ruby/src/master/include/ruby/ruby.h:25, from /home/opc/ruby/src/master/ext/ripper/ripper_init.c:1: /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:138:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_add_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:149:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_add_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:178:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ /home/opc/ruby/src/master/include/ruby/internal/has/builtin.h:49:33: warning: "RBIMPL_HAS_BUILTIN___builtin_sub_overflow_p" is not defined, evaluates to 0 [-Wundef] # define RBIMPL_HAS_BUILTIN(_) (RBIMPL_HAS_BUILTIN_ ## _) ^~~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/compilers.h:39:29: note: in expansion of macro ‘RBIMPL_HAS_BUILTIN’ # define __has_builtin(...) RBIMPL_HAS_BUILTIN(__VA_ARGS__) ^~~~~~~~~~~~~~~~~~ /home/opc/ruby/src/master/internal/bits.h:189:5: note: in expansion of macro ‘__has_builtin’ #if __has_builtin(__builtin_sub_overflow_p) ^~~~~~~~~~~~~ cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ checking /home/opc/ruby/src/master/parse.y and /home/opc/ruby/src/master/ext/ripper/eventids2.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509revoked.c installing default ripper libraries compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509store.c installing default openssl libraries make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan' compiling /home/opc/ruby/src/master/ext/strscan/strscan.c linking shared-object openssl.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/zlib' compiling /home/opc/ruby/src/master/ext/zlib/zlib.c linking shared-object strscan.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' compiling /home/opc/ruby/src/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/bigdecimal.c linking shared-object zlib.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/zlib' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' compiling /home/opc/ruby/src/master/.bundle/gems/debug-1.9.2/ext/debug/debug.c compiling /home/opc/ruby/src/master/.bundle/gems/debug-1.9.2/ext/debug/iseq_collector.c ln -sfT ../../../../../src/master/.bundle/gems/debug-1.9.2/lib ../../../../../.bundle/gems/debug-1.9.2/lib linking shared-object debug/debug.so make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' compiling /home/opc/ruby/src/master/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c compiling /home/opc/ruby/src/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal/missing.c ln -sfT ../../../../../src/master/.bundle/gems/bigdecimal-3.1.8/lib ../../../../../.bundle/gems/bigdecimal-3.1.8/lib linking shared-object bigdecimal.so make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' compiling /home/opc/ruby/src/master/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c ln -sfT ../../../../../src/master/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib linking shared-object racc/cparse.so make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/constants.c ln -sfT ../../../../../src/master/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib linking shared-object nkf.so compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexer.c make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' compiling /home/opc/ruby/src/master/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c ln -sfT ../../../../../src/master/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib linking shared-object syslog.so make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/bubblebabble' compiling /home/opc/ruby/src/master/ext/digest/bubblebabble/bubblebabble.c compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/lexstate.c linking shared-object digest/bubblebabble.so cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/bubblebabble' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/md5' compiling /home/opc/ruby/src/master/ext/digest/md5/md5init.c compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/location.c compiling /home/opc/ruby/src/master/ext/digest/md5/md5.c compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/main.c linking shared-object digest/md5.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/md5' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/rmd160' compiling /home/opc/ruby/src/master/ext/digest/rmd160/rmd160init.c compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c compiling /home/opc/ruby/src/master/ext/digest/rmd160/rmd160.c /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parser.c:57:1: warning: ‘inline’ is not at beginning of declaration [-Wold-style-declaration] static void inline melt_array(VALUE *array) { ^~~~~~ linking shared-object ripper.so linking shared-object digest/rmd160.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/rmd160' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha1' compiling /home/opc/ruby/src/master/ext/digest/sha1/sha1init.c compiling /home/opc/ruby/src/master/ext/digest/sha1/sha1.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' compiling /home/opc/ruby/src/master/ext/digest/sha2/sha2init.c compiling /home/opc/ruby/src/master/ext/digest/sha2/sha2.c linking shared-object digest/sha1.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha1' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/generator' compiling /home/opc/ruby/src/master/ext/json/generator/generator.c linking shared-object digest/sha2.so installing default sha2 libraries cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/parser' compiling /home/opc/ruby/src/master/ext/json/parser/parser.c compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/parserstate.c compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/ruby_objs.c linking shared-object json/ext/parser.so linking shared-object json/ext/generator.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/parser' compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension/unescape.c ln -sfT ../../../../../src/master/.bundle/gems/rbs-3.6.1/lib ../../../../../.bundle/gems/rbs-3.6.1/lib make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/generator' linking shared-object rbs_extension.so make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' $$$[end] "make all -j3" exit with 0. $$$[beg] make install -j3 Update typeprof to 167263ca3a634b61df0445f1a6b3e259a5d47f94 Update debug to 9c4279598e9e0376657b3813bf76a206f1f97beb echo 9c4279598e9e0376657b3813bf76a206f1f97beb | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision - echo 167263ca3a634b61df0445f1a6b3e259a5d47f94 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision - /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk Building typeprof@167263ca3a634b61df0445f1a6b3e259a5d47f94 to /home/opc/ruby/src/master/gems/typeprof-0.21.11.gem making enc making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h Successfully built RubyGem Name: typeprof Version: 0.30.0 File: typeprof-0.30.0.gem Extracting bundle gem typeprof-0.21.11... Try with hash version of bundled gems instead of gems/typeprof-0.21.11.gem. We don't use this gem with release version of Ruby. transdb.h updated generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/home/opc/ruby/build/master' compiling /home/opc/ruby/src/master/enc/trans/transdb.c ext/configure-ext.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/abi' linking shared-object -test-/abi.so Unpacked gems/typeprof-0.30.0.gem make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step' linking shared-object -test-/arith_seq/beg_len_step.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/abi' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step' linking transcoder transdb.so make[1]: Leaving directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation' linking shared-object -test-/thread/instrumentation.so make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' making encs make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' ./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext -- --disable-gems -r./aarch64-linux-fake /home/opc/ruby/src/master/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j3 --jobserver-auth=4,5" --make-flags=" -j3 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc installing binary commands: /home/opc/ruby/install/master/bin installing base libraries: /home/opc/ruby/install/master/lib installing arch files: /home/opc/ruby/install/master/lib/ruby/3.4.0+0/aarch64-linux installing pkgconfig data: /home/opc/ruby/install/master/lib/pkgconfig installing extension objects: /home/opc/ruby/install/master/lib/ruby/3.4.0+0/aarch64-linux installing extension objects: /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0/aarch64-linux installing extension objects: /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0/aarch64-linux installing extension headers: /home/opc/ruby/install/master/include/ruby-3.4.0+0/aarch64-linux installing extension scripts: /home/opc/ruby/install/master/lib/ruby/3.4.0+0 installing extension scripts: /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /home/opc/ruby/install/master/include/ruby-3.4.0+0/ruby installing command scripts: /home/opc/ruby/install/master/bin installing library scripts: /home/opc/ruby/install/master/lib/ruby/3.4.0+0 installing common headers: /home/opc/ruby/install/master/include/ruby-3.4.0+0 installing manpages: /home/opc/ruby/install/master/share/man/man1 installing default gems from lib: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0 benchmark 0.4.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.4.0 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 irb 1.14.1 logger 1.6.1 net-http 0.5.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.6.0 ostruct 0.6.1 pp 0.6.0 prettyprint 0.2.0 prism 1.0.0 pstore 0.1.4 rdoc 6.7.0 readline 0.0.4 reline 0.5.11 resolv 0.5.0 ruby2_keywords 0.0.5 securerandom 0.3.2 set 1.1.0 shellwords 0.2.1 singleton 0.3.0 syntax_suggest 2.0.1 tempfile 0.3.0 time 0.4.1 timeout 0.4.2 tmpdir 0.3.0 tsort 0.2.0 un 0.3.0 uri 1.0.1 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0 date 3.4.0 digest 3.1.1 etc 1.4.4 fcntl 1.2.0 fiddle 1.1.6.dev io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.8.1 openssl 3.2.0 pathname 0.4.0 psych 5.2.0 stringio 3.1.2.dev strscan 3.1.1.dev zlib 3.1.1 installing bundled gems: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0 minitest 5.25.1 power_assert 2.0.4 rake 13.2.1 test-unit 3.6.2 rexml 3.3.9 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.1 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.6.1 debug 1.9.2 racc 1.8.1 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 repl_type_completor 0.1.7 installing bundled gem cache: /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: typeprof-0.30.0.gem not found in bundled_gems $$$[end] "make install -j3" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j3' PASS all 1990 tests $$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 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. Checking leaked global symbols...none /home/opc/ruby/src/master/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /home/opc/ruby/src/master/basictest/test.rb:condition ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:if/unless ...OK 3 /home/opc/ruby/src/master/basictest/test.rb:case .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:while/until ........OK 8 /home/opc/ruby/src/master/basictest/test.rb:exception ..........OK 10 /home/opc/ruby/src/master/basictest/test.rb:array .......................................OK 39 /home/opc/ruby/src/master/basictest/test.rb:hash ...........................OK 27 /home/opc/ruby/src/master/basictest/test.rb:iterator ...........................................................................................................OK 107 /home/opc/ruby/src/master/basictest/test.rb:float ................................................................................OK 80 /home/opc/ruby/src/master/basictest/test.rb:bignum ...............................OK 31 /home/opc/ruby/src/master/basictest/test.rb:string & char ..............................................................OK 62 /home/opc/ruby/src/master/basictest/test.rb:assignment ..........OK 10 /home/opc/ruby/src/master/basictest/test.rb:call ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:proc .........OK 9 /home/opc/ruby/src/master/basictest/test.rb:signal ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:eval ...........................OK 27 /home/opc/ruby/src/master/basictest/test.rb:system ........OK 8 /home/opc/ruby/src/master/basictest/test.rb:const .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:clone .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:marshal ....OK 4 /home/opc/ruby/src/master/basictest/test.rb:pack ....OK 4 /home/opc/ruby/src/master/basictest/test.rb:math ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:struct ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:variable ............OK 12 /home/opc/ruby/src/master/basictest/test.rb:trace ...OK 3 /home/opc/ruby/src/master/basictest/test.rb:defined? ............OK 12 /home/opc/ruby/src/master/basictest/test.rb:alias ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:path .......................OK 23 /home/opc/ruby/src/master/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j3'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' Run options: --seed=55490 "--ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/home/opc/ruby/src/master/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j3 # Running tests: [ 1/917] 1889724=test_http [ 2/917] 1889726=test_hash [ 3/917] 1889725=test_pty [ 4/917] 1889724=test_gem_dependency_installer [ 5/917] 1889725=test_gem_request [ 6/917] 1889725=test_gem_commands_which_command [ 7/917] 1889725=test_gem_package_old [ 8/917] 1889725=test_gem_commands_specification_command [ 9/917] 1889725=test_scan_args [ 10/917] 1889725=test_method_cache [ 11/917] 1889725=test_too_many_dummy_encodings [ 12/917] 1889725=test_sprintf_comb [ 13/917] 1889725=test_gem_commands_push_command [ 14/917] 1889725=locals_test [ 15/917] 1889725=test_rdoc_task [ 16/917] 1889725=tunnel_test [ 17/917] 1889725=test_backtrace [ 18/917] 1889726=test_gem_text [ 19/917] 1889726=test_settracefunc [ 20/917] 1889724=test_tracepoint [ 21/917] 1889726=test_rendering [ 22/917] 1889726=test_internal_ivar [ 23/917] 1889726=test_win32ole [ 24/917] 1889726=test_gem_source_local [ 25/917] 1889724=test_gem_gemcutter_utilities [ 26/917] 1889726=desugar_compiler_test [ 27/917] 1889725=test_set [ 28/917] 1889725=test_http [ 29/917] 1889726=test_utf16 [ 30/917] 1889726=test_case [ 31/917] 1889726=test_ractor .Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 8 #<File::Stat dev=0x9, ino=1339569127, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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> [ 32/917] 1889726=test_severity [ 33/917] 1889726=test_str2big [ 34/917] 1889726=test_gem_package_tar_writer COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889725 opc 8u IPv4 1339569127 0t0 TCP localhost:34101->localhost:60540 (CLOSE_WAIT) [ 35/917] 1889724=test_rdoc_markup_to_rdoc [ 36/917] 1889726=test_gem_uninstaller Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 9 #<File::Stat dev=0x9, ino=1339571250, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889725 opc 9u IPv4 1339571250 0t0 TCP localhost:41295->localhost:57850 (CLOSE_WAIT) [ 37/917] 1889724=test_cclass [ 38/917] 1889724=test_yjit [ 39/917] 1889724=test_gem_dependency Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 11 #<File::Stat dev=0x9, ino=1339569771, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889725 opc 11u IPv4 1339569771 0t0 TCP localhost:43839->localhost:41618 (CLOSE_WAIT) [ 40/917] 1889724=test_gem_remote_fetcher_local_server [ 41/917] 1889724=test_method [ 42/917] 1889726=test_m17n [ 43/917] 1889726=test_argf .Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 10 #<File::Stat dev=0x9, ino=1339571039, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889725 opc 10u IPv4 1339571039 0t0 TCP localhost:filenet-rmi->localhost:55866 (CLOSE_WAIT) [ 44/917] 1889724=test_x509name [ 45/917] 1889724=test_yaml [ 46/917] 1889724=test_pkcs12 [ 47/917] 1889726=test_koi8 [ 48/917] 1889726=test_json_tree [ 49/917] 1889726=test_gem_remote_fetcher [ 50/917] 1889724=test_parser_events [ 51/917] 1889724=test_filter [ 52/917] 1889724=test_pkey_rsa [ 53/917] 1889726=test_flush [ 54/917] 1889726=test_system .Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 12 #<File::Stat dev=0x9, ino=1339570050, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889725 opc 12u IPv4 1339570050 0t0 TCP localhost:46849->localhost:58096 (CLOSE_WAIT) [ 55/917] 1889724=test_numhash [ 56/917] 1889724=test_gem_specification [ 57/917] 1889726=test_method_cache [ 58/917] 1889726=attribute_write_test [ 59/917] 1889726=test_rdoc_class_module [ 60/917] 1889726=test_parse [ 61/917] 1889726=test_rdoc_cross_reference [ 62/917] 1889725=test_win32ole_variable [ 63/917] 1889725=test_windows_1252 [ 64/917] 1889725=test_stack [ 65/917] 1889726=test_emoji [ 66/917] 1889726=test_sorted_set [ 67/917] 1889726=test_condition [ 68/917] 1889726=test_gem_resolver_vendor_set [ 69/917] 1889726=test_jaro_winkler [ 70/917] 1889726=test_cp949 [ 71/917] 1889726=test_fileutils [ 72/917] 1889725=dispatcher_test [ 73/917] 1889725=test_mixed_unicode_escapes [ 74/917] 1889725=test_sleep Leaked file descriptor: TestFileUtils#test_chown_error: 7 #<File::Stat dev=0xfc00, ino=36566075, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-11-12 02:04:22.438804151 +0000, mtime=2024-07-02 00:23:26.387557471 +0000, ctime=2024-07-02 00:23:26.387557471 +0000> Leaked file descriptor: TestFileUtils#test_chown_error: 8 #<File::Stat dev=0xfc00, ino=36566444, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2024-11-11 02:46:24.767823494 +0000, mtime=2024-07-02 00:23:28.695566203 +0000, ctime=2024-07-02 00:23:28.695566203 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889726 opc 7r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd ruby 1889726 opc 8r REG 252,0 6940392 36566444 /var/lib/sss/mc/group [ 75/917] 1889726=test_gem_dependency_resolution_error [ 76/917] 1889726=test_econv [ 77/917] 1889724=warnings_test [ 78/917] 1889724=test_gem_install_update_options [ 79/917] 1889724=test_gem_request_set_lockfile_parser [ 80/917] 1889724=test_date_attr [ 81/917] 1889724=test_sizeof [ 82/917] 1889726=test_face [ 83/917] 1889726=constant_path_node_test [ 84/917] 1889726=test_stringchar [ 85/917] 1889726=test_cgi_tag_helper [ 86/917] 1889726=test_pack [ 87/917] 1889726=test_pinned [ 88/917] 1889726=test_framework [ 89/917] 1889726=test_ansi_with_terminfo [ 90/917] 1889726=test_inadvertent_creation [ 91/917] 1889726=test_coderange [ 92/917] 1889726=test_weakmap [ 93/917] 1889725=test_nil2vtempty [ 94/917] 1889725=test_date_time [ 95/917] 1889725=test_rdoc_generator_json_index [ 96/917] 1889725=test_rdoc_context [ 97/917] 1889725=test_gem_command_manager [ 98/917] 1889725=test_array [ 99/917] 1889725=test_open-uri [100/917] 1889724=test_case [101/917] 1889724=test_enumerator [102/917] 1889725=test_enc_associate [103/917] 1889725=test_sprintf [104/917] 1889725=test_gem_source_list [105/917] 1889725=json_addition_test [106/917] 1889725=test_name_error [107/917] 1889725=test_gem_commands_sources_command [108/917] 1889725=test_yaml_special_cases [109/917] 1889725=test_recorder [110/917] 1889725=test_class [111/917] 1889726=test_exit [112/917] 1889726=comments_test [113/917] 1889726=test_const [114/917] 1889726=test_rdoc_parser_rd [115/917] 1889726=test_math [116/917] 1889726=test_qsort [117/917] 1889726=test_gc [118/917] 1889726=test_libs [119/917] 1889726=test_iso_8859 [120/917] 1889726=test_safe_load [121/917] 1889726=test_forwardable [122/917] 1889726=test_process [123/917] 1889726=test_fd_setsize [124/917] 1889726=!Nothing_to_test [125/917] 1889726=static_literals_test [126/917] 1889726=test_memory_view [127/917] 1889726=test_dir_m17n [128/917] 1889725=test_array_create [129/917] 1889725=test_threadgroup [130/917] 1889726=test_complex [131/917] 1889726=test_method_name_check [132/917] 1889726=test_err_in_callback [133/917] 1889726=test_storage [134/917] 1889726=test_merge_keys [135/917] 1889726=test_did_you_mean [136/917] 1889726=test_shapes [137/917] 1889726=test_cesu8 [138/917] 1889726=regular_expression_encoding_test [139/917] 1889726=test_rdoc_extend [140/917] 1889726=test_rendering [141/917] 1889726=test_kernel [142/917] 1889725=test_dot_dot [143/917] 1889725=test_gem_rdoc [144/917] 1889726=test_iterator [145/917] 1889726=test_string [146/917] 1889726=test_gem_commands_install_command [147/917] 1889725=test_hash [148/917] 1889725=test_variable [149/917] 1889725=test_gem_commands_pristine_command [150/917] 1889725=test_optarg [151/917] 1889725=test_rdoc_tom_doc [152/917] 1889725=test_gem_resolver_git_specification [153/917] 1889726=test_utf32 [154/917] 1889725=test_basicinstructions [155/917] 1889726=test_erb [156/917] 1889725=test_date_ractor [157/917] 1889726=test_key_actor_emacs [158/917] 1889725=test_gem_security [159/917] 1889726=test_pp [160/917] 1889726=test_gem_impossible_dependencies_error [161/917] 1889726=test_noarg [162/917] 1889726=test_arith_seq_beg_len_step [163/917] 1889726=test_raise_exception [164/917] 1889726=test_exception [165/917] 1889726=test_gem_resolver_requirement_list [166/917] 1889726=test_gem_command [167/917] 1889726=test_asn1 [168/917] 1889726=test_random [169/917] 1889726=test_gem_resolver_lock_set [170/917] 1889726=test_rdoc_generator_darkfish [171/917] 1889726=test_undef [172/917] 1889726=test_emoji_breaks [173/917] 1889726=test_normalize [174/917] 1889726=test_verbose [175/917] 1889726=test_gem_commands_open_command [176/917] 1889726=test_gem_update_suggestion [177/917] 1889726=test_assignment [178/917] 1889726=test_rdoc_store [179/917] 1889726=test_shift_jis [180/917] 1889726=test_rubyoptions [181/917] 1889724=test_rdoc_stats [182/917] 1889724=test_files_sample [183/917] 1889724=test_data_error [184/917] 1889724=test_force_exit [185/917] 1889724=test_optimization [186/917] 1889726=regexp_test [187/917] 1889726=test_show_source [188/917] 1889726=test_remote_fetch_error [189/917] 1889726=test_yield [190/917] 1889725=test_dryrun [191/917] 1889725=test_gc_compact [192/917] 1889724=test_rdoc_i18n_locale [193/917] 1889724=test_queue [194/917] 1889724=test_boolean [195/917] 1889724=test_gem_resolver_lock_specification [196/917] 1889724=test_clone [197/917] 1889724=lex_test [198/917] 1889724=test_enc_raise [199/917] 1889724=test_prettyprint [200/917] 1889724=test_gem_uri_formatter [201/917] 1889724=test_cgi_util [202/917] 1889724=test_ole_methods [203/917] 1889724=test_gbk [204/917] 1889724=test_backtrace [205/917] 1889724=test_gem_commands_dependency_command [206/917] 1889724=test_gem_spec_fetcher [207/917] 1889726=test_warning [208/917] 1889726=test_yamldbm [209/917] 1889726=test_switch_hitter [210/917] 1889726=test_default_gems [211/917] 1889724=test_unicode_escape [212/917] 1889726=ruby_parser_test [213/917] 1889726=test_hash_create [214/917] 1889726=test_grapheme_breaks [215/917] 1889726=test_set [216/917] 1889724=test_enumerable [217/917] 1889726=test_rdoc_method_attr [218/917] 1889724=test_tree_spell_checker [219/917] 1889724=test_gem_resolver_api_specification [220/917] 1889726=test_rdoc_rubygems_hook [221/917] 1889725=test_ractor [222/917] 1889724=test_webauthn_listener [223/917] 1889725=test_gem_ext_cargo_builder_unit [224/917] 1889725=test_rational [225/917] 1889726=test_case_mapping [226/917] 1889726=test_thread [227/917] 1889726=test_arity [228/917] 1889726=test_buffering [229/917] 1889726=test_svcb_https [230/917] 1889726=test_pkey_ec [231/917] 1889725=test_key_event_record [232/917] 1889726=test_open3 [233/917] 1889725=test_mdns [234/917] 1889725=test_date_parse [235/917] 1889725=test_thread [236/917] 1889725=test_gem_util [237/917] 1889725=test_gem_security_signer [238/917] 1889725=test_complex2 [239/917] 1889725=test_config [240/917] 1889725=test_literal [241/917] 1889725=static_inspect_test [242/917] 1889725=test_gem_unsatisfiable_dependency_error [243/917] 1889725=test_io .Leaked file descriptor: TestFiberIO#test_tcp_connect: 15 #<File::Stat dev=0xd, ino=1339579676, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:34:57.558196525 +0000, mtime=2024-11-12 02:34:57.558196525 +0000, ctime=2024-11-12 02:34:57.558196525 +0000> Leaked file descriptor: TestFiberIO#test_tcp_connect: 16 #<File::Stat dev=0xd, ino=1339579676, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:34:57.558196525 +0000, mtime=2024-11-12 02:34:57.558196525 +0000, ctime=2024-11-12 02:34:57.558196525 +0000> .Closed file descriptor: TestFiberIO#test_read: 15 Closed file descriptor: TestFiberIO#test_read: 16 [244/917] 1889725=test_rdoc_i18n_text [245/917] 1889725=test_input_method [246/917] 1889725=test_pkey_dh [247/917] 1889726=test_multi_irb_commands [248/917] 1889726=test_m17n_comb [249/917] 1889724=test_ractor [250/917] 1889724=test_null [251/917] 1889724=test_memory_view [252/917] 1889724=test_data [253/917] 1889724=test_bigzero [254/917] 1889724=test_gem_remote_fetcher_local_ssl_server [255/917] 1889725=test_gem_commands_query_command [256/917] 1889725=test_gem_platform [257/917] 1889725=compiler_test [258/917] 1889725=test_win32ole_typelib [259/917] 1889725=index_write_test [260/917] 1889725=test_external_new [261/917] 1889725=parse_success_test [262/917] 1889725=test_pkey [263/917] 1889725=test_gem_commands_cert_command [264/917] 1889726=test_gem_commands_stale_command [265/917] 1889726=test_ws [266/917] 1889726=json_parser_test [267/917] 1889726=test_date_strftime [268/917] 1889725=test_rdoc_markup_to_tt_only [269/917] 1889725=test_rdoc_markup_raw [270/917] 1889725=test_rdoc_markup_to_bs [271/917] 1889725=test_key_name_check [272/917] 1889725=test_timeout [273/917] 1889726=test_rdoc_alias [274/917] 1889726=test_ractor [275/917] 1889726=test_weakref [276/917] 1889726=test_instrumentation_api [277/917] 1889725=test_numeric [278/917] 1889725=test_fstring [279/917] 1889725=test_singleton [280/917] 1889725=test_word [281/917] 1889725=test_gem_ext_rake_builder [282/917] 1889725=test_rdoc_require [283/917] 1889725=test_exception [284/917] 1889724=test_bash_completion [285/917] 1889724=pattern_test [286/917] 1889724=test_rdoc_markup_to_html_crossref [287/917] 1889724=test_div [288/917] 1889724=test_files_test_2 [289/917] 1889724=test_deprecated [290/917] 1889724=test_io_buffer [291/917] 1889724=test_rdoc_context_section [292/917] 1889724=test_optparse [293/917] 1889724=test_pkcs7 [294/917] 1889726=test_gem_commands_environment_command [295/917] 1889726=test_pack [296/917] 1889724=test_class_name_check [297/917] 1889724=test_scalar [298/917] 1889724=test_syntax [299/917] 1889726=test_zsh_completion [300/917] 1889726=test_basicsocket .Leaked file descriptor: TestSocket_BasicSocket#test_close_read: 12 #<File::Stat dev=0xd, ino=1339580604, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:35:05.114226997 +0000, mtime=2024-11-12 02:35:05.114226997 +0000, ctime=2024-11-12 02:35:05.114226997 +0000> Leaked file descriptor: TestSocket_BasicSocket#test_close_read: 13 #<File::Stat dev=0xd, ino=1339580604, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:35:05.114226997 +0000, mtime=2024-11-12 02:35:05.114226997 +0000, ctime=2024-11-12 02:35:05.114226997 +0000> Closed file descriptor: TestSocket_BasicSocket#test_for_fd: 12 Closed file descriptor: TestSocket_BasicSocket#test_for_fd: 13 Closed file descriptor: TestSocket_BasicSocket#test_listen: 12 Closed file descriptor: TestSocket_BasicSocket#test_listen: 13 Leaked file descriptor: TestSocket_BasicSocket#test_close_write: 12 #<File::Stat dev=0xd, ino=1339580642, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:35:05.226227449 +0000, mtime=2024-11-12 02:35:05.226227449 +0000, ctime=2024-11-12 02:35:05.226227449 +0000> Leaked file descriptor: TestSocket_BasicSocket#test_close_write: 13 #<File::Stat dev=0xd, ino=1339580642, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:35:05.226227449 +0000, mtime=2024-11-12 02:35:05.226227449 +0000, ctime=2024-11-12 02:35:05.226227449 +0000> [301/917] 1889726=test_rdoc_text [302/917] 1889726=library_symbols_test [303/917] 1889726=test_stringify_symbols [304/917] 1889725=test_require [305/917] 1889725=test_objspace [306/917] 1889726=test_have_library [307/917] 1889726=test_stream [308/917] 1889726=test_ns_spki [309/917] 1889726=test_rdoc_markup_parser [310/917] 1889726=test_iseq_load [311/917] 1889726=test_rdoc_markup_indented_paragraph [312/917] 1889726=test_postponed_job [313/917] 1889726=test_key_actor_vi [314/917] 1889726=test_rdoc_markdown [315/917] 1889726=test_gem_request_set_lockfile [316/917] 1889726=test_ensure_and_callcc [317/917] 1889726=test_win32ole_variant_outarg [318/917] 1889726=test_rdoc_encoding [319/917] 1889726=test_generic [320/917] 1889726=test_common [321/917] 1889726=test_rdoc_markup_to_html_snippet [322/917] 1889726=test_httpresponses [323/917] 1889726=test_deprecate [324/917] 1889726=test_rdoc_constant [325/917] 1889726=test_rdoc_markup_attributes [326/917] 1889726=test_random_formatter [327/917] 1889726=test_string_processing [328/917] 1889726=encodings_test [329/917] 1889726=test_rand [330/917] 1889726=test_bmethod [331/917] 1889726=test_euc_kr [332/917] 1889726=test_provider [333/917] 1889726=test_gem_source_specific_file [334/917] 1889726=test_rdoc_code_object [335/917] 1889726=test_process [336/917] 1889724=test_io_wait [337/917] 1889724=test_pack [338/917] 1889724=test_rdoc_parser_c [339/917] 1889724=test_kwargs [340/917] 1889724=json_fixtures_test [341/917] 1889724=test_gem_doctor [342/917] 1889724=test_disable_irb [343/917] 1889724=test_len [344/917] 1889724=test_gem_dependency_list [345/917] 1889724=string_encoding_test [346/917] 1889724=test_gem_commands_outdated_command [347/917] 1889724=test_rdoc_parser_changelog [348/917] 1889724=test_gem_commands_fetch_command [349/917] 1889724=test_typeddata [350/917] 1889724=test_tsort [351/917] 1889724=test_securerandom [352/917] 1889724=test_gem_commands_server_command [353/917] 1889724=test_function [354/917] 1889724=test_gem_resolver_activation_request [355/917] 1889724=test_macro [356/917] 1889724=test_string [357/917] 1889726=test_pipe [358/917] 1889726=test_gem_requirement [359/917] 1889726=test_tcp .Closed file descriptor: TestSocket_TCPSocket#test_encoding: 12 Closed file descriptor: TestSocket_TCPSocket#test_encoding: 13 [360/917] 1889726=test_win32ole_method_event [361/917] 1889726=test_integer [362/917] 1889726=test_rdoc_markup_to_table_of_contents [363/917] 1889726=test_gem_name_tuple [364/917] 1889726=test_time [365/917] 1889726=test_file [366/917] 1889726=test_nextafter [367/917] 1889726=test_gem_commands_owner_command [368/917] 1889726=test_capacity [369/917] 1889726=test_init [370/917] 1889726=test_gem_request_connection_pools [371/917] 1889725=test_rat [372/917] 1889725=test_yamlstore [373/917] 1889725=test_bug-3571 [374/917] 1889725=test_numeric [375/917] 1889725=test_flags [376/917] 1889725=test_rdoc_generator_markup [377/917] 1889726=test_find [378/917] 1889725=test_constant [379/917] 1889726=test_hmac [380/917] 1889726=test_encoding [381/917] 1889726=test_gem_version_option [382/917] 1889726=test_rdoc_include [383/917] 1889726=test_win32ole_record [384/917] 1889726=test_date_compat [385/917] 1889726=test_pstore [386/917] 1889726=snippets_test [387/917] 1889726=test_ubf_async_safe [388/917] 1889726=test_rdoc_options [389/917] 1889726=test_zlib [390/917] 1889725=test_proc [391/917] 1889725=test_console_attr [392/917] 1889725=test_gem_ext_cargo_builder [393/917] 1889725=test_gem_commands_unpack_command [394/917] 1889724=test_reqarg [395/917] 1889725=test_gem_ext_ext_conf_builder [396/917] 1889724=test_spell_checker [397/917] 1889724=test_gem_version [398/917] 1889724=test_frozen_error [399/917] 1889724=test_path_to_class [400/917] 1889724=test_enumerator [401/917] 1889724=test_yield_block [402/917] 1889724=test_bug-5832 [403/917] 1889724=test_c_struct_builder [404/917] 1889724=test_gem_package_tar_reader_entry [405/917] 1889724=test_resource [406/917] 1889724=test_gem_uri [407/917] 1889724=test_yjit_exit_locations [408/917] 1889724=test_rdoc_rdoc [409/917] 1889724=test_rdoc_markdown_test [410/917] 1889725=test_io_timeout [411/917] 1889725=test_rdoc_normal_module [412/917] 1889725=test_type_completor [413/917] 1889725=location_test [414/917] 1889725=test_gem_config_file [415/917] 1889725=json_string_matching_test [416/917] 1889725=test_comparable [417/917] 1889725=test_ldap [418/917] 1889725=test_kdf [419/917] 1889725=test_nowrite [420/917] 1889725=test_defined [421/917] 1889725=test_passing_block [422/917] 1889725=test_thread_queue [423/917] 1889724=test_io_buffer [424/917] 1889724=test_psych [425/917] 1889724=test_nil [426/917] 1889724=test_wait [427/917] 1889724=test_human_typo [428/917] 1889724=test_import [429/917] 1889724=test_gem_resolver_specification [430/917] 1889724=test_big2str [431/917] 1889724=test_pkey_dsa [432/917] 1889726=test_logger [433/917] 1889726=test_gem_commands_yank_command [434/917] 1889725=test_yaml_tree [435/917] 1889725=test_gem_resolver_dependency_request [436/917] 1889725=test_euc_tw [437/917] 1889725=test_command [438/917] 1889726=test_cstr [439/917] 1889725=test_enumerator_kw [440/917] 1889725=test_marshalable [441/917] 1889725=test_line_editor [442/917] 1889725=test_files_lib [443/917] 1889724=lex_test [444/917] 1889724=test_help [445/917] 1889724=test_string_memory [446/917] 1889724=test_complexrational [447/917] 1889724=test_raise [448/917] 1889724=version_test [449/917] 1889724=json_common_interface_test [450/917] 1889724=test_string [451/917] 1889724=test_function_entry [452/917] 1889724=test_rdoc_any_method [453/917] 1889724=test_error_highlight [454/917] 1889726=test_fnmatch [455/917] 1889726=test_pathname [456/917] 1889726=test_http_request [457/917] 1889726=test_tempfile [458/917] 1889724=test_coverage [459/917] 1889726=test_rdoc_markup_pre_process [460/917] 1889726=test_store [461/917] 1889725=test_tree_builder [462/917] 1889725=test_protect [463/917] 1889725=test_gem_commands_update_command [464/917] 1889724=test_big5 [465/917] 1889724=test_date [466/917] 1889726=test_date_conv [467/917] 1889724=test_webauthn_poller [468/917] 1889726=test_rdoc_markup_verbatim [469/917] 1889726=test_egrep_cpp [470/917] 1889724=test_gem_resolver_index_specification [471/917] 1889726=test_serialize_subclasses [472/917] 1889726=test_frozen [473/917] 1889726=test_rdoc_generator_pot_po_entry [474/917] 1889726=test_erb_m17n [475/917] 1889726=test_timeout [476/917] 1889726=test_win32ole_event [477/917] 1889724=test_rdoc_markup_formatter [478/917] 1889726=test_gem_commands_uninstall_command [479/917] 1889724=test_compile_prism [480/917] 1889724=test_helper [481/917] 1889724=test_getopts [482/917] 1889724=test_fips [483/917] 1889724=test_alias [484/917] 1889724=test_emitter [485/917] 1889724=test_gem_ext_cmake_builder [486/917] 1889724=test_digest_extend [487/917] 1889724=test_last_thread [488/917] 1889726=test_thread_fd_close [489/917] 1889726=test_refinement [490/917] 1889725=test_transcode [491/917] 1889725=test_debug [492/917] 1889725=test_gem_commands_cleanup_command [493/917] 1889724=test_class2name [494/917] 1889724=test_pattern_key_name_check [495/917] 1889724=heredoc_test [496/917] 1889724=test_profile_frames [497/917] 1889724=test_rdoc_markup_heading [498/917] 1889724=test_flip [499/917] 1889724=test_io_console [500/917] 1889725=test_c_union_entity [501/917] 1889725=test_notimplement [502/917] 1889725=test_cgi_session [503/917] 1889725=test_dns [504/917] 1889725=source_location_test [505/917] 1889725=test_x509crl [506/917] 1889725=test_insns_leaf [507/917] 1889725=test_allocation [508/917] 1889726=test_ifunless [509/917] 1889726=test_gem_console_ui [510/917] 1889726=test_x509req [511/917] 1889726=test_readpartial [512/917] 1889726=test_rdoc_parser_ruby [513/917] 1889726=test_httpresponse [514/917] 1889726=test_gem_commands_exec_command [515/917] 1889724=unescape_test [516/917] 1889726=test_super [517/917] 1889724=test_color_printer [518/917] 1889724=test_gem_source_vendor [519/917] 1889724=test_gem_resolver [520/917] 1889724=test_dln [521/917] 1889724=test_object [522/917] 1889724=reflection_test [523/917] 1889724=test_config [524/917] 1889725=test_func [525/917] 1889724=json_encoding_test [526/917] 1889724=test_vm_dump [527/917] 1889724=test_ftp [528/917] 1889724=test_gem_available_set [529/917] 1889724=test_pkg_config [530/917] 1889724=test_modify_expand [531/917] 1889724=test_convertible [532/917] 1889726=errors_test [533/917] 1889726=parameters_signature_test [534/917] 1889726=test_whileuntil [535/917] 1889726=test_regexp [536/917] 1889725=test_nofree [537/917] 1889725=test_within_pipe [538/917] 1889725=test_rdoc_normal_class [539/917] 1889724=test_pointer [540/917] 1889725=test_beginendblock [541/917] 1889725=test_monitor [542/917] 1889725=test_eval [543/917] 1889725=test_arith_seq_extract [544/917] 1889725=test_ruby_lex [545/917] 1889725=test_object_references [546/917] 1889725=test_gem_source_subpath_problem [547/917] 1889725=test_bug_reporter [548/917] 1889724=test_gem_installer [549/917] 1889725=test_ossl [550/917] 1889724=regular_expression_options_test [551/917] 1889724=test_buffered_io [552/917] 1889724=test_helper [553/917] 1889724=test_gem_resolver_api_set [554/917] 1889724=test_duplicate [555/917] 1889724=test_cgi_header [556/917] 1889724=test_case_options [557/917] 1889724=test_kill_ring [558/917] 1889724=test_mailto [559/917] 1889724=test_addr [560/917] 1889724=test_object [561/917] 1889724=test_member [562/917] 1889724=test_file [563/917] 1889725=test_config [564/917] 1889725=test_helper_method [565/917] 1889725=test_summary [566/917] 1889725=bom_test [567/917] 1889725=test_emitter [568/917] 1889725=test_x509ext [569/917] 1889725=symbol_encoding_test [570/917] 1889725=test_foreach [571/917] 1889725=test_rdoc_markup_to_html [572/917] 1889725=test_gem_resolver_installer_set [573/917] 1889725=test_append [574/917] 1889725=test_gem_path_support [575/917] 1889725=test_arity [576/917] 1889725=test_win32ole_type_event [577/917] 1889725=test_keyword [578/917] 1889725=dump_test [579/917] 1889725=test_trace [580/917] 1889725=test_scalar_scanner [581/917] 1889725=test_lambda [582/917] 1889725=test_rb_str_dup [583/917] 1889725=test_sleep [584/917] 1889724=test_webauthn_listener_response [585/917] 1889724=test_gem_resolver_index_set [586/917] 1889724=test_gc [587/917] 1889725=test_gem_request_set [588/917] 1889725=test_gem_bundler_version_finder [589/917] 1889725=test_folderitem2_invokeverb [590/917] 1889725=test_interned_str [591/917] 1889725=test_set_len [592/917] 1889725=test_pattern_matching [593/917] 1889725=test_delegate [594/917] 1889725=test_project_sanity [595/917] 1889725=test_symbol [596/917] 1889725=test_alias_and_anchor [597/917] 1889725=test_popen_deadlock [598/917] 1889725=test_time [599/917] 1889725=test_ensured [600/917] 1889725=test_rdoc_markup [601/917] 1889725=test_key_stroke [602/917] 1889725=test_euc_jp [603/917] 1889725=test_gem_ext_builder [604/917] 1889725=test_history [605/917] 1889725=test_to_ary_concat [606/917] 1889724=test_windows_1251 [607/917] 1889724=relocation_test [608/917] 1889724=test_gem_commands_build_command [609/917] 1889724=test_call [610/917] 1889724=test_ellipsize [611/917] 1889724=test_reline [612/917] 1889725=integer_base_flags_test [613/917] 1889725=test_terminfo [614/917] 1889725=test_socket [615/917] 1889724=test_inlinecache [616/917] 1889724=test_thread [617/917] 1889725=test_data [618/917] 1889725=test_bug-14834 [619/917] 1889725=test_addrinfo [620/917] 1889725=test_to_ruby [621/917] 1889725=test_time_tz [622/917] 1889725=newline_offsets_test [623/917] 1889725=test_rdoc_markup_hard_break [624/917] 1889725=test_nesting_parser [625/917] 1889725=ractor_test [626/917] 1889725=test_ancdata [627/917] 1889725=test_marshal [628/917] 1889726=test_enc_str_buf_cat [629/917] 1889726=newline_test [630/917] 1889726=test_bignum [631/917] 1889725=test_ssl Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 15 #<File::Stat dev=0x9, ino=1339591778, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, 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> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889725 opc 15u IPv4 1339591778 0t0 TCP localhost:45297->localhost:39728 (CLOSE_WAIT) [632/917] 1889726=test_scheduler [633/917] 1889725=test_gem_commands_help_command [634/917] 1889725=breadth_first_search_test [635/917] 1889725=test_gem_resolver_conflict [636/917] 1889725=test_ractor [637/917] 1889726=test_ansi_without_terminfo [638/917] 1889726=json_generator_test [639/917] 1889725=test_ractor [640/917] 1889725=test_registry [641/917] 1889725=test_gem [642/917] 1889725=numeric_value_test [643/917] 1889725=test_gem_resolver_best_set [644/917] 1889725=test_cgi_core [645/917] 1889725=test_dbm [646/917] 1889725=test_parser [647/917] 1889725=node_id_test [648/917] 1889726=test_rdoc_markup_to_label [649/917] 1889726=test_range [650/917] 1889725=test_gem_commands_signin_command [651/917] 1889725=test_extlibs [652/917] 1889724=test_iter_break [653/917] 1889726=test_rdoc_markup_include [654/917] 1889724=test_enum [655/917] 1889726=test_require [656/917] 1889725=test_recursion [657/917] 1889725=test_rbconfig [658/917] 1889725=test_num2int [659/917] 1889725=test_locale [660/917] 1889725=test_ts [661/917] 1889724=test_stream [662/917] 1889724=test_ractor [663/917] 1889724=test_trick [664/917] 1889725=test_address_resolve [665/917] 1889725=test_rdoc_attr [666/917] 1889725=test_date_new [667/917] 1889725=test_gem_commands_list_command [668/917] 1889725=test_gem_resolver_local_specification [669/917] 1889725=test_configuration [670/917] 1889726=test_date_marshal [671/917] 1889726=test_have_func [672/917] 1889725=test_integer [673/917] 1889726=test_unix [674/917] 1889726=test_gem_commands_search_command [675/917] 1889726=test_symbol [676/917] 1889724=test_coder [677/917] 1889724=test_rdoc_servlet [678/917] 1889724=test_gem_commands_contents_command [679/917] 1889724=test_udp [680/917] 1889724=test_context [681/917] 1889724=test_formatter [682/917] 1889724=test_load [683/917] 1889724=test_bundled_ca [684/917] 1889725=test_integer_comb [685/917] 1889724=test_abi [686/917] 1889724=test_ssl [687/917] 1889726=test_erb_command [688/917] 1889726=test_module [689/917] 1889725=test_gem_security_trust_dir [690/917] 1889725=test_gem_source_installed [691/917] 1889725=test_gem_validator [692/917] 1889725=test_usrmarshal [693/917] 1889725=test_key_error [694/917] 1889725=test_win32ole_param [695/917] 1889725=test_gem_commands_mirror [696/917] 1889725=test_fiber [697/917] 1889726=integer_parse_test [698/917] 1889726=test_engine [699/917] 1889726=test_lock_native_thread [700/917] 1889726=test_gem_package_task [701/917] 1889726=test_resize [702/917] 1889726=test_cparser [703/917] 1889726=fuzzer_test [704/917] 1889726=test_rubyvm [705/917] 1889726=test_c_struct_entry [706/917] 1889726=onigmo_test [707/917] 1889726=test_struct [708/917] 1889726=test_custom_command [709/917] 1889726=test_rdoc_parser_markdown [710/917] 1889726=equality_test [711/917] 1889726=test_depth_first [712/917] 1889726=test_change_word [713/917] 1889726=test_config [714/917] 1889726=test_ostruct [715/917] 1889726=test_update [716/917] 1889726=test_cipher [717/917] 1889726=test_rdoc_parser_prism_ruby [718/917] 1889725=test_new [719/917] 1889725=test_gem_source_lock [720/917] 1889725=test_load [721/917] 1889725=test_win32ole_type [722/917] 1889725=test_rdoc_rd_inline_parser [723/917] 1889726=test_gem_gem_runner [724/917] 1889725=test_require_lib [725/917] 1889726=test_metaclass [726/917] 1889726=test_x509store [727/917] 1889726=test_rdoc_rd_block_parser [728/917] 1889726=test_rdoc_generator_pot [729/917] 1889726=test_rdoc_markup_to_markdown [730/917] 1889726=test_rdoc_markup_to_joined_paragraph [731/917] 1889726=test_rdoc_rd [732/917] 1889726=test_cgi_cookie [733/917] 1889726=test_not [734/917] 1889726=test_cd [735/917] 1889726=test_tracer [736/917] 1889726=test_wss [737/917] 1889726=test_rdoc_markup_attribute_manager [738/917] 1889726=test_option [739/917] 1889726=test_require [740/917] 1889725=test_objectspace [741/917] 1889724=test_gem_resolver_composed_set [742/917] 1889724=test_my_integer [743/917] 1889724=test_debugger_integration [744/917] 1889724=test_logperiod [745/917] 1889724=test_case_comprehensive [746/917] 1889724=test_rational2 [747/917] 1889724=fixtures_test [748/917] 1889724=test_placearg [749/917] 1889724=test_gem_package_tar_header [750/917] 1889724=test_ssl_session [751/917] 1889726=test_io_wait_uncommon [752/917] 1889726=test_fixnum [753/917] 1889726=test_signal [754/917] 1889724=test_gem_silent_ui [755/917] 1889726=test_continuation [756/917] 1889726=test_gem_ci_detector [757/917] 1889726=test_completion [758/917] 1889724=test_file_exhaustive [759/917] 1889726=test_proxyLeaked file descriptor: TestFileExhaustive#test_expand_path_error_for_nonexistent_username: 9 #<File::Stat dev=0xfc00, ino=36566075, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-11-12 02:04:22.438804151 +0000, mtime=2024-07-02 00:23:26.387557471 +0000, ctime=2024-07-02 00:23:26.387557471 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889724 opc 9r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd [760/917] 1889726=test_gem_security_policy [761/917] 1889726=test_rdoc_markup_document [762/917] 1889726=test_delete [763/917] 1889726=test_handle [764/917] 1889726=test_gem_request_set_gem_dependency_api [765/917] 1889725=test_name_error_extension [766/917] 1889725=test_weakkeymap [767/917] 1889726=test_files_test [768/917] 1889726=test_evaluation [769/917] 1889726=test_protocol [770/917] 1889726=test_rdoc_markup_to_ansi [771/917] 1889726=test_object_create_start [772/917] 1889726=test_gem_commands_info_command [773/917] 1889726=test_https [774/917] 1889725=test_logdevice [775/917] 1889725=test_ast [776/917] 1889724=test_x509cert [777/917] 1889724=test_rdoc_markup_paragraph [778/917] 1889724=test_irb [779/917] 1889724=test_variable_name_check [780/917] 1889724=test_bn [781/917] 1889724=test_require_path_check [782/917] 1889724=json_generic_object_test [783/917] 1889724=test_fiddle [784/917] 1889724=test_date_arith [785/917] 1889724=test_gem_resolver_vendor_specification [786/917] 1889724=test_exception_at_throwing [787/917] 1889724=test_gem_resolver_installed_specification [788/917] 1889724=parse_stream_test [789/917] 1889724=test_ractor [790/917] 1889724=test_stringscanner [791/917] 1889724=test_gem_commands_check_command [792/917] 1889724=test_gem_resolver_git_set [793/917] 1889726=test_signedness [794/917] 1889724=test_digest [795/917] 1889724=test_gem_safe_marshal [796/917] 1889724=test_httpheader [797/917] 1889724=test_sexp [798/917] 1889724=test_ractor [799/917] 1889724=test_rdoc_ri_driver [800/917] 1889726=test_gem_ext_cargo_builder_link_flag_converter [801/917] 1889726=test_gem_local_remote_options [802/917] 1889726=test_rdoc_single_class [803/917] 1889726=test_dup [804/917] 1889726=test_acceptable [805/917] 1889724=test_tmpdir [806/917] 1889726=test_struct [807/917] 1889724=test_mutex [808/917] 1889726=test_rdoc_token_stream [809/917] 1889726=parse_test [810/917] 1889726=test_type [811/917] 1889726=heredoc_dedent_test [812/917] 1889726=test_thread_cv [813/917] 1889726=test_stringio [814/917] 1889724=test_assembler [815/917] 1889724=overlap_test [816/917] 1889726=test_files_ext [817/917] 1889726=test_random [818/917] 1889726=test_regex_casefold [819/917] 1889726=test_lexer [820/917] 1889726=test_win32ole_method [821/917] 1889726=test_gem_source_git [822/917] 1889724=test_ripper [823/917] 1889724=test_eval_history [824/917] 1889724=test_unicode [825/917] 1889724=test_gem_package [826/917] 1889726=test_array [827/917] 1889724=test_autoload [828/917] 1889724=test_gem_source [829/917] 1889724=test_mkmf [830/917] 1889724=test_have_macro [831/917] 1889724=test_class [832/917] 1889724=test_at_exit [833/917] 1889724=test_benchmark [834/917] 1889724=command_line_test [835/917] 1889724=test_autoconf [836/917] 1889724=test_arithmetic_sequence [837/917] 1889724=test_ractor_compatibility [838/917] 1889724=test_find_executable [839/917] 1889724=test_gem_request_set_lockfile_tokenizer [840/917] 1889724=test_lazy_enumerator [841/917] 1889724=test_cgi_multipart [842/917] 1889724=test_gem_source_fetch_problem [843/917] 1889724=test_rdoc_comment [844/917] 1889724=test_install [845/917] 1889724=test_encoding [846/917] 1889724=test_ftp [847/917] 1889724=test_sockopt [848/917] 1889724=test_history [849/917] 1889724=test_bundled_gems [850/917] 1889724=test_gem_commands_setup_command [851/917] 1889724=test_gem_safe_yaml [852/917] 1889724=test_document [853/917] 1889724=test_eval [854/917] 1889724=test_singleton_function [855/917] 1889724=test_env [856/917] 1889724=test_gem_package_tar_reader [857/917] 1889724=test_gem_commands_signout_command [858/917] 1889724=test_win32ole_variant_m [859/917] 1889724=test_pair [860/917] 1889726=test_primitive [861/917] 1889726=parser_test [862/917] 1889726=test_rdoc_ri_paths [863/917] 1889726=test_parser [864/917] 1889726=test_iseq [865/917] 1889726=test_digest [866/917] 1889726=test_path [867/917] 1889726=test_rdoc_rd_inline [868/917] 1889726=test_dir [869/917] 1889726=test_files_test_1 [870/917] 1889726=test_resolve_symbol [871/917] 1889726=test_rubygems [872/917] 1889726=ripper_test [873/917] 1889726=test_closure [874/917] 1889724=test_io [875/917] 1889726=test_uncorrectable_name_check [876/917] 1889726=test_cgi_modruby [877/917] 1889726=test_gem_remote_fetcher_s3 [878/917] 1889726=test_win32ole_variant [879/917] 1889726=magic_comment_test Leaked file descriptor: TestIO#test_select_exceptfds: 11 #<File::Stat dev=0xd, ino=1339598215, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:37:19.442769002 +0000, mtime=2024-11-12 02:37:19.442769002 +0000, ctime=2024-11-12 02:37:19.442769002 +0000> Leaked file descriptor: TestIO#test_select_exceptfds: 12 #<File::Stat dev=0xd, ino=1339598215, mode=010600, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=2024-11-12 02:37:19.442769002 +0000, mtime=2024-11-12 02:37:19.442769002 +0000, ctime=2024-11-12 02:37:19.442769002 +0000> [880/917] 1889726=test_printf [881/917] 1889726=test_x509attr [882/917] 1889726=test_workspace [883/917] 1889726=string_query_test [884/917] 1889726=test_etc [885/917] 1889726=test_nomethod_error [886/917] 1889726=test_gem_commands_rebuild_command [887/917] 1889726=test_stat [888/917] 1889726=test_win32ole_param_event [889/917] 1889726=test_rdoc_parser [890/917] 1889726=test_https_proxy [891/917] 1889726=test_mul [892/917] 1889726=test_shellwords [893/917] 1889726=test_rdoc_generator_pot_po [894/917] 1889726=test_ipaddr [895/917] 1889726=test_ocsp [896/917] 1889726=implicit_array_test [897/917] 1889726=test_scanner_events [898/917] 1889726=test_date_strptime [899/917] 1889726=test_omap [900/917] 1889726=test_nonblock [901/917] 1889726=test_rdoc_parser_simple [902/917] 1889726=test_gem_ext_configure_builder [903/917] 1889726=json_ext_parser_test [904/917] 1889726=test_color Closed file descriptor: TestIO#test_threaded_flush: 11 Closed file descriptor: TestIO#test_threaded_flush: 12 .[905/917] 1889726=test_rdoc_top_level [906/917] 1889726=test_io_m17n [907/917] 1889726=test_gem_stub_specification [908/917] 1889726=test_float [909/917] 1889726=test_cmethod [910/917] 1889726=test_unicode_normalize [911/917] 1889726=test_rdoc_generator_ri [912/917] 1889726=test_gem_stream_ui [913/917] 1889726=parse_comments_test [914/917] 1889726=test_gb18030 [915/917] 1889726=test_propertyputref [916/917] 1889726=test_reline_key [917/917] 1889726=test_gem_commands_lock_command Failed tests: Test_TooManyDummyEncodings#test_exceed_encoding_table_size: Test::Unit::AssertionFailedError: assert_separately failed with error message TestHashOnly#test_AREF_fstring_key_default_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message TestHashOnly#test_any_hash_fixable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSetTraceFunc#test_lineno_in_optimized_insn: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSetTraceFunc#test_script_compiled: Test::Unit::PendedError: TODO: test for requires TestTracepointObj#test_teardown_with_active_GC_end_hook: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMethod#test_hash_does_not_change_after_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMethod#test_zsuper_private_override_instance_method: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMethod#test_argument_error_location: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMethod#test_override_optimized_method_on_class_using_prepend: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArgf#test_wrong_type: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSystem#test_system_closed: Test::Unit::AssertionFailedError: assert_separately failed with error message TestParse#test_assign_in_conditional: Test::Unit::AssertionFailedError: assert_separately failed with error message TestParse#test_shareable_constant_value_unshareable_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message TestParse#test_error_def_in_argument: Test::Unit::AssertionFailedError: assert_separately failed with error message TestParse#test_unclosed_unicode_escape_at_eol_bug_19750: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_Symbol::TestInadvertent#test_gc_attrset: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_UTF_7: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_UTF_16: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_CP50221: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_KDDI: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_UTF_32: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_IBM037: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_2: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_StrEncAssociate#test_dummy_encoding_index_CP50220: Test::Unit::AssertionFailedError: assert_separately failed with error message TestNameError#test_info_parent_iseq_mark: Test::Unit::AssertionFailedError: assert_separately failed with error message TestWeakMap#test_include?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f TestWeakMap#test_member?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f TestWeakMap#test_key?: Test::Unit::PendedError: TODO: failure introduced from 837fd5e494731d7d44786f29e7d6e8c27029806f TestWeakMap#test_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message TestClass#test_redefinition_mismatch: Test::Unit::AssertionFailedError: assert_separately failed with error message TestClass#test_superclass_of_basicobject: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_extutf8_invalid: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_extutf8: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_bytes_euc_jp: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_as_bytes_extutf8: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_euc_jp: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_extutf8_inteucjp_representable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_utf8_raw_windows_1252_name: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_utf8_raw_windows_1251_name: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_utf8_raw_jp_name: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable: Test::Unit::AssertionFailedError: assert_separately failed with error message Complex_Test#test_inspect_to_s_frozen_bug_20337: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIterator#test_yield_at_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDateParseRactor#test_date_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_ArithSeq#test_beg_len_step: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnumerator#test_with_index_dangling_memo: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:sample: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptions#test_dump_parsetree_error_tolerant: Test::Unit::PendedError: Skipped, no message given TestRubyOptions#test_yydebug: Test::Unit::PendedError: Skipped, no message given TestRubyOptions#test_setproctitle: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_mul: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_div: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_ltlt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_eqq: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_length: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_array_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_array_length: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_objtostring: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_optimized_empty_ensure: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_gt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_array_min: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_callinfo_unreachable_path: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_hash_length: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_and: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_opt_case_dispatch: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_gt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_ge: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_mod: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_le: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_size: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_hash_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_le: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_clear_unreachable_keyword_args: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_ge: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_format: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_hash_aref_with: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_float_plus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_div: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_or: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_mul: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_array_empty?: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_array_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_array_max: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_uminus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_hash_aset_with: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_eq_neq: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_freeze_block: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_block_parameter_should_not_create_objects: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_string_freeze: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_peephole_optimization_without_trace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyOptimization#test_fixnum_minus: Test::Unit::AssertionFailedError: assert_separately failed with error message TestClone#test_user_flags: Test::Unit::AssertionFailedError: assert_separately failed with error message CGIUtilTest#test_cgi_unescapeURIComponent_accept_charset: Test::Unit::AssertionFailedError: assert_separately failed with error message CGIUtilTest#test_cgi_unescape_accept_charset: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyYieldGen#test_block_cached_argc: Test::Unit::AssertionFailedError: assert_separately failed with error message TestWarning#test_warn_called_only_when_category_enabled: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_moving_hashes_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_moving_arrays_up_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_moving_objects_between_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_updating_references_for_heap_allocated_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_updating_references_for_heap_allocated_frozen_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_moving_arrays_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_updating_references_for_embed_frozen_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_moving_strings_down_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_moving_strings_up_heaps: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_updating_references_for_embed_shared_arrays: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_moving_objects_between_heaps_keeps_shape_frozen_status: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGCCompact#test_ast_compacts: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyLiteral#test_big_hash_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyLiteral#test_hash_literal_frozen: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRubyLiteral#test_dsymbol_redefined_intern: Test::Unit::AssertionFailedError: assert_separately failed with error message TestFiberCurrentRactor#test_ractor_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTimeout#test_handling_enclosed_threadgroup: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTimeout#test_threadgroup: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_String_Fstring#test_rb_enc_interned_str_autoloaded_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThreadInstrumentation#test_blocking_on_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThreadInstrumentation#test_sleeping_inside_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPack#test_bug_18343: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPack#test_pack_unpack_m: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPack#test_pack_resize: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPack#test_monkey_pack: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPack#test_monkey_pack_buffer: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_undef_Warning_warn: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_super_in_method_missing: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_exception_in_name_error_to_str: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_exception_in_exception_equal: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_blocking_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_redefined_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_wrong_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestException#test_undefined_backtrace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIseqLoad#test_stressful_roundtrip: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIseqLoad#test_require_integration: Test::Unit::PendedError: iseq loader require integration tests still failing TestIseqLoad#test_break_ensure: Test::Unit::PendedError: failing due to exception entry sp mismatch TestIseqLoad#test_next_in_block_in_block: Test::Unit::PendedError: failing due to stack_max mismatch TestPostponed_job#test_legacy_register_in_c_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPostponed_job#test_legacy_register_one_same: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPostponed_job#test_multiple_preregistration: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPostponed_job#test_multiple_preregistration_with_new_data: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPostponed_job#test_legacy_register: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPostponed_job#test_preregister_and_trigger: Test::Unit::AssertionFailedError: assert_separately failed with error message URI::TestCommon#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRand#test_default_seed: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_safe_call_in_for_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_anonymous_keyword_rest_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_syntax_lib: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_keyword_empty_splat: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_class_module_Object_ancestors: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_syntax_sample: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_anonymous_block_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_syntax_ext: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_anonymous_rest_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_value_of_def: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_syntax_test: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSyntax#test_cdhash: Test::Unit::AssertionFailedError: assert_separately failed with error message TestString#test_fs_setter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestString#test_eq_tilde_can_be_overridden: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_exec_fd_3_redirect: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_warmup_run_major_gc_and_compact: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_execopts_rlimit: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_warmup_promote_all_objects_to_oldgen: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_popen_reopen: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_deadlock_by_signal_at_forking: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_overwrite_ENV: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_to_hash_on_arguments: Test::Unit::AssertionFailedError: TestProcess#test_warmup_precompute_string_coderange: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProcess#test_rescue_exec_fail: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPipe#test_stdout_epipe: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPipe::WithConversion#test_stdout_epipe: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_Integer#test_positive_pow: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTime#test_marshal_zone_gc: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTime#test_memsize: Test::Unit::PendedError: Time object size test TestObjSpace#test_load_allocation_path_load: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjSpace#test_count_symbols: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjSpace#test_reachable_objects_from: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjSpace#test_reachable_objects_size: Test::Unit::AssertionFailedError: assert_separately failed with error message Retrying... TestObjSpace#test_trace_object_allocations_stop_first: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjSpace#test_reachable_objects_during_iteration: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjSpace#test_load_allocation_path_compile_file: Test::Unit::AssertionFailedError: assert_separately failed with error message TestNumeric#test_coerced_remainder: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfFlags#test_try_ldflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfFlags#test_try_cflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfFlags#test_try_cppflag_invalid_opt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEncoding#test_errinfo_after_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEncoding#test_nonascii_library_path: Test::Unit::AssertionFailedError: assert_separately failed with error message TestProc#test_hash_does_not_change_after_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDefined#test_super_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message TestWait#test_wait_for_invalid_fd: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPathname#test_relative_path_from_casefold: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPathname#test_split: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/prism: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/reline: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/uri: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/error_highlight: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/cgi: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/random: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/net: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/bundler: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/yaml: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/optparse: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/did_you_mean: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/ruby_vm: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/logger: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/rdoc: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/open3: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/set: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/forwardable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/rubygems: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/unicode_normalize: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/irb: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/syntax_suggest: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:lib/erb: Test::Unit::AssertionFailedError: assert_separately failed with error message TestCoverage#test_coverage_suspendable: Test::Unit::AssertionFailedError: assert_separately failed with error message Prism::TestCompilePrism#test_ScopeNode: Test::Unit::AssertionFailedError: assert_separately failed with error message Prism::TestCompilePrism#test_ConstantPathTargetNode: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestFIPS#test_fips_mode_get_is_false_on_fips_mode_disabled: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestFIPS#test_fips_mode_get_with_fips_mode_set: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestFIPS#test_fips_mode_get_is_true_on_fips_mode_enabled: Test::Unit::PendedError: Only for FIPS mode environment OpenSSL::TestFIPS#test_fips_mode_is_reentrant: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAlias#test_alias_in_module: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTranscode#test_valid_dummy_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTranscode#test_loading_race: Test::Unit::AssertionFailedError: assert_separately failed with error message TestLastThread#test_last_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::Literal#test_hash_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::Literal#test_array_literal: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_refine_with_prepend: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_public_in_refine: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_remove_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_using_wrong_argument: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_undefined_refined_method_defined: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_reopen_refinement_module: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_refine_after_using: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_refined_method_defined: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_remove_undefined_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_refine_basic_object: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_singleton_method_should_not_use_refinements: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_inlinecache: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_change_refined_new_method_visibility: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_alias_refined_method: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_refined_protected_methods: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRefinement#test_symbol_proc_with_block: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_nested_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::MethodCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObject#test_redef_method_missing: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_positional_splat_and_post_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_required_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_no_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_required_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_required_and_positional_splat_parameters: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_optional_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_keyword_and_keyword_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_required_positional_and_keyword_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_ruby2_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_positional_splat_parameter: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAllocation::ProcCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_ArithSeq#test_extract_with_arith_seq: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_ArithSeq#test_extract_with_others: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_ArithSeq#test_extract_with_range: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfConfig#test_with_config_with_arg_and_no_value: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfConfig#test_with_config_with_arg_and_value: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfConfig#test_with_target_rbconfig: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfConfig#test_dir_config: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfConfig#test_with_config_without_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message TestKeywordArguments#test_large_kwsplat_to_method_taking_kw_and_kwsplat: Test::Unit::AssertionFailedError: assert_separately failed with error message TestKeywordArguments#test_dynamic_symbol_keyword: Test::Unit::AssertionFailedError: assert_separately failed with error message TestLambdaParameters#test_proc_inside_lambda_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_9: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_1: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_3: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_5: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_7: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_8: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_6: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_4: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_2: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPopenDeadlock#test_popen_without_deadlock_0: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTimeExtension#test_rfc2822_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message Bug::Test_ExceptionE#test_ensured: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGc#test_measure_total_time: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGc#test_gc_parameter_init_slots: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGc#test_thrashing_for_young_objects: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGc#test_profiler_clear: Test::Unit::PendedError: for now TestGc#test_latest_gc_info: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGc#test_latest_gc_info_weak_references_count: Test::Unit::AssertionFailedError: assert_separately failed with error message TestGc#test_expand_heap: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMethodInlineCache#test_zsuper: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_utf8_comment_in_usascii_extended_regexp_bug_19455: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_with_peek_optimization: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_positive_look_ahead: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_timeout_nil: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_timeout_shorter_than_global: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_positive_look_behind: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_negative_look_behind: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_extended_comment_invalid_escape_bug_18294: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_timeout_corner_cases: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_timeout_longer_than_global: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_eq_tilde_can_be_overridden: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_negative_look_ahead: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_atomic_complex: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_square: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_positive_look_ahead_complex: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_invalid_group: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_atomic: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_match_cache_exponential: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_invalid_free_at_parse_depth_limit_over: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_bug_19467: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_s_timeout_corner_cases: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_nonextended_section_of_extended_regexp_bug_19379: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRegexp#test_s_timeout: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMarshal#test_continuation: Test::Unit::PendedError: requires callcc support TestMarshal#test_marshal_load_extended_class_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMarshal#test_marshal_load_r_prepare_reference_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message TestBignum#test_very_big_str_to_inum: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPsychRactor#test_ractor_round_trip: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPsychRactor#test_not_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPsychRactor#test_ractor_config: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPsychRactor#test_ractor_constants: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThread#test_signal_at_join: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThread#test_report_on_exception: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThread#test_thread_native_thread_id_across_fork_on_linux: Test::Unit::PendedError: this test is only for Linux TestThread#test_thread_value_in_trap: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThread#test_thread_join_in_trap: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnumerable#test_inject_op_redefined: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnumerable#test_refine_Enumerable_then_include: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnumerable#test_inject_array_op_redefined: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnumerable#test_callcc: Test::Unit::PendedError: requires callcc support TestEnumerable#test_inject_op_private: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnumerable#test_inject_array_op_private: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjSpaceRactor#test_tracing_does_not_crash: Test::Unit::AssertionFailedError: assert_separately failed with error message TestMkmfConfiguration#test_verbose_with_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message TestInteger#test_Integer: Test::Unit::AssertionFailedError: assert_separately failed with error message TestInteger#test_Integer_with_exception_keyword: Test::Unit::AssertionFailedError: assert_separately failed with error message TestInteger#test_times_bignum_redefine_plus_lt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby: Test::Unit::AssertionFailedError: assert_separately failed with error message TestABI#test_disable_abi_check_using_environment_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestABI#test_enable_abi_check_using_environment_variable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestABI#test_require_lib_with_incorrect_abi_on_release_ruby: Test::Unit::PendedError: ABI is enforced TestSymbol#test_block_curry_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSymbol#test_to_proc_no_method: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSymbol#test_block_curry_lambda: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSymbol#test_to_proc_arg: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSymbol#test_block_method_to_proc: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSymbol#test_hash_redefinition: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSymbol#test_to_proc_binding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSymbol#test_to_proc_iseq: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_prepend_optmethod: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_private_extended_module: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_gc_prepend_chain: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_prepend_visibility_inherited: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_prepend_call_super: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_prepend_gc: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_include_toplevel: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_inspect_segfault: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_redefinition_mismatch: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_refine_module_then_include: Test::Unit::AssertionFailedError: assert_separately failed with error message TestModule#test_private_top_methods: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestEngine#test_engines_free: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestEngine#test_openssl_engine_digest_sha1: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestEngine#test_openssl_engine_id_name_inspect: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestEngine#test_openssl_engine_by_id_string: Test::Unit::AssertionFailedError: assert_separately failed with error message OpenSSL::TestEngine#test_openssl_engine_builtin: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThreadLockNativeThread#test_lock_native_thread: Test::Unit::AssertionFailedError: assert_separately failed with error message TestThreadLockNativeThread#test_lock_native_thread_tls: Test::Unit::AssertionFailedError: assert_separately failed with error message TC_OpenStruct#test_access_methods_from_different_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TC_OpenStruct#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_require_invalid_shared_object: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_define_module: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_loading_fifo_threading_raise: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_define_class: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_throw_while_loading: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_define_class_under: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_default_loaded_features_encoding: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_loading_fifo_fd_leak: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_require_in_wrapped_load: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_load_wrap_nil: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_load_error_path: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_require_too_long_filename: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_loading_fifo_threading_success: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRequire#test_define_module_under: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSignal#test_trap_system_default: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSignal#test_sigwait_fd_unused: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSignal#test_hup_me: Test::Unit::AssertionFailedError: assert_separately failed with error message TestSignal#test_ignored_interrupt: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjectSpace#test_each_object_no_garbage: Test::Unit::AssertionFailedError: assert_separately failed with error message TestObjectSpace#test_each_object_singleton_class: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Generic#test_parse_files:test: Test::Unit::AssertionFailedError: assert_separately failed with error message TestWeakKeyMap#test_compaction: Test::Unit::AssertionFailedError: assert_separately failed with error message TestLogDevice#test_shifting_weekly_dst_change: Test::Unit::AssertionFailedError: assert_separately failed with error message TestLogDevice#test_shifting_monthly_dst_change: Test::Unit::AssertionFailedError: assert_separately failed with error message TestFileExhaustive#test_flock_shared: Test::Unit::AssertionFailedError: assert_separately failed with error message TestFileExhaustive#test_readlink_long_path: Test::Unit::AssertionFailedError: assert_separately failed with error message TestFileExhaustive#test_flock_exclusive: Test::Unit::AssertionFailedError: assert_separately failed with error message TestFileExhaustive#test_join_with_changed_separator: Test::Unit::AssertionFailedError: assert_separately failed with error message Bug::Test_ExceptionAT#test_exception_at_throwing: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDigest::TestInitCopy#test_initialize_copy_md5_rmd160: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDigest::TestDigestParen#test_sha2: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDigest::TestDigestParen#test_no_lib_no_def: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDigest::TestDigestParen#test_race: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDigest::TestDigestParen#test_race_mixed: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDigest::TestDigestParen#test_no_lib: Test::Unit::AssertionFailedError: assert_separately failed with error message TestPathnameRactor#test_ractor_shareable: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDup#test_user_flags: Test::Unit::AssertionFailedError: assert_separately failed with error message TestTmpdir#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestStringIO#test_overflow: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Ripper#test_regexp_enc_error: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Ripper#test_new: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Ripper::TestInput#test_regexp_enc_error: Test::Unit::AssertionFailedError: assert_separately failed with error message TestRipper::Ripper::TestInput#test_new: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_parallel_race: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_parent_namespace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_private_constant: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_after_failed_and_removed_from_loaded_features: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_source_location: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_same_file: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_deprecate_constant_before_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_source_location_after_require: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_deprecate_constant: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_private_constant_before_autoload: Test::Unit::AssertionFailedError: assert_separately failed with error message TestAutoload#test_autoload_p_with_static_extensions: Test::Unit::PendedError: Skipped, no message given TestArray#test_sort_with_replace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArray#test_repeated_combination_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArray#test_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArray#test_repeated_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message RactorCompatibilityTest#test_method_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message RactorCompatibilityTest#test_pattern_key_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message RactorCompatibilityTest#test_key_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message RactorCompatibilityTest#test_can_raise_other_name_error_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message RactorCompatibilityTest#test_class_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message RactorCompatibilityTest#test_variable_name_suggestion_works_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_bracket_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_size_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_frozen_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_values_at_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_select_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_update_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_each_pair_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_has_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_delete_if_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_except_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_delete_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_to_hash_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_has_value2_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_has_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_empty_p_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_aset_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_to_a_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_fetch_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_invert_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_rassoc_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_reject_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_replace_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_keep_if_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_to_s_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_filter_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_reject_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_ivar_in_env_should_not_be_access_from_non_main_ractors: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_values_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_each_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_each_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_rehash_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_filter_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_slice_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_dup_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_shift_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_to_h_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_select_bang_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_inspect_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_key_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_frozen_env_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_getenv_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_shared_substring_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_clear_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_huge_value_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_keys_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEnv#test_assoc_in_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArraySubclass#test_sort_with_replace: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArraySubclass#test_repeated_combination_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArraySubclass#test_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message TestArraySubclass#test_repeated_permutation_stack_error: Test::Unit::AssertionFailedError: assert_separately failed with error message TestISeq#test_translate_by_object: Test::Unit::AssertionFailedError: assert_separately failed with error message TestISeq#test_mandatory_only: Test::Unit::AssertionFailedError: assert_separately failed with error message TestISeq#test_iseq_builtin_load: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir#test_glob_too_may_open_files: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir#test_glob_gc_for_fd: Test::Unit::AssertionFailedError: assert_separately failed with error message TestDir#test_instance_chdir: Test::Unit::AssertionFailedError: assert_separately failed with error message Test_Load_ResolveSymbol#test_load_resolve_symbol_resolver: Test::Unit::AssertionFailedError: assert_separately failed with error message TestEtc#test_ractor: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO_M17N#test_bom_too_long_utfname: Test::Unit::AssertionFailedError: assert_separately failed with error message TestFloat#test_long_string: Test::Unit::AssertionFailedError: assert_separately failed with error message TestFloat#test_aliased_quo_recursion: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_copy_stream_no_busy_wait: Test::Unit::PendedError: multiple threads already active TestIO#test_closed_stream_in_rescue: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_cross_thread_close_stdio: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_write_epipe_nosync: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_DATA_binmode: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_open_fifo_does_not_block_other_threads: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_race_closed_stream: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_dup_many: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_set_lineno: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_race_gets_and_close: Test::Unit::AssertionFailedError: assert_separately failed with error message TestIO#test_puts_parallel: Test::Unit::PendedError: not portable TestIO#test_set_stdout: Test::Unit::AssertionFailedError: assert_separately failed with error message Leaked file descriptor: TestProcess#test_uid_from_name: 7 #<File::Stat dev=0xfc00, ino=36566075, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-11-12 02:04:22.438804151 +0000, mtime=2024-07-02 00:23:26.387557471 +0000, ctime=2024-07-02 00:23:26.387557471 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889721 opc 7r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd Leaked file descriptor: TestProcess#test_gid_from_name: 10 #<File::Stat dev=0xfc00, ino=36566444, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2024-11-11 02:46:24.767823494 +0000, mtime=2024-07-02 00:23:28.695566203 +0000, ctime=2024-07-02 00:23:28.695566203 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 1889721 opc 10r REG 252,0 6940392 36566444 /var/lib/sss/mc/group 1) Failure: Test_TooManyDummyEncodings#test_exceed_encoding_table_size [/home/opc/ruby/src/master/test/-ext-/string/test_too_many_dummy_encodings.rb:7]: assert_separately failed with error message pid 2037880 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 2) Failure: TestHashOnly#test_AREF_fstring_key_default_proc [/home/opc/ruby/src/master/test/ruby/test_hash.rb:1995]: assert_separately failed with error message pid 2038054 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 3) Failure: TestHashOnly#test_any_hash_fixable [/home/opc/ruby/src/master/test/ruby/test_hash.rb:2338]: assert_separately failed with error message pid 2038057 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 4) Failure: TestSetTraceFunc#test_lineno_in_optimized_insn [/home/opc/ruby/src/master/test/ruby/test_settracefunc.rb:2277]: assert_separately failed with error message pid 2038067 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 5) Failure: TestTracepointObj#test_teardown_with_active_GC_end_hook [/home/opc/ruby/src/master/test/-ext-/tracepoint/test_tracepoint.rb:86]: assert_separately failed with error message pid 2038125 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 6) Failure: TestMethod#test_hash_does_not_change_after_compaction [/home/opc/ruby/src/master/test/ruby/test_method.rb:216]: assert_separately failed with error message pid 2038149 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 7) Failure: TestMethod#test_zsuper_private_override_instance_method [/home/opc/ruby/src/master/test/ruby/test_method.rb:1526]: assert_separately failed with error message pid 2038152 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 8) Failure: TestMethod#test_argument_error_location [/home/opc/ruby/src/master/test/ruby/test_method.rb:1520]: assert_separately failed with error message pid 2038155 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 9) Failure: TestMethod#test_override_optimized_method_on_class_using_prepend [/home/opc/ruby/src/master/test/ruby/test_method.rb:1547]: assert_separately failed with error message pid 2038181 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 10) Failure: TestArgf#test_wrong_type [/home/opc/ruby/src/master/test/ruby/test_argf.rb:1097]: assert_separately failed with error message pid 2038303 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 11) Failure: TestSystem#test_system_closed [/home/opc/ruby/src/master/test/ruby/test_system.rb:150]: assert_separately failed with error message pid 2038387 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 12) Failure: TestParse#test_assign_in_conditional [/home/opc/ruby/src/master/test/ruby/test_parse.rb:994]: assert_separately failed with error message pid 2038393 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 13) Failure: TestParse#test_shareable_constant_value_unshareable_literal [/home/opc/ruby/src/master/test/ruby/test_parse.rb:1628]: assert_separately failed with error message pid 2038396 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 14) Failure: TestParse#test_error_def_in_argument [/home/opc/ruby/src/master/test/ruby/test_parse.rb:1269]: assert_separately failed with error message pid 2038399 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 15) Failure: TestParse#test_unclosed_unicode_escape_at_eol_bug_19750 [/home/opc/ruby/src/master/test/ruby/test_parse.rb:1253]: assert_separately failed with error message pid 2038402 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 16) Failure: Test_Symbol::TestInadvertent#test_gc_attrset [/home/opc/ruby/src/master/test/-ext-/symbol/test_inadvertent_creation.rb:351]: assert_separately failed with error message pid 2038409 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 17) Failure: Test_StrEncAssociate#test_dummy_encoding_index_UTF_7 [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038412 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 18) Failure: Test_StrEncAssociate#test_dummy_encoding_index_UTF_16 [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038415 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 19) Failure: Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038418 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 20) Failure: Test_StrEncAssociate#test_dummy_encoding_index_CP50221 [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038421 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 21) Failure: Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_KDDI [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038424 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 22) Failure: Test_StrEncAssociate#test_dummy_encoding_index_UTF_32 [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038427 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 23) Failure: Test_StrEncAssociate#test_dummy_encoding_index_IBM037 [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038430 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 24) Failure: Test_StrEncAssociate#test_dummy_encoding_index_ISO_2022_JP_2 [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038433 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 25) Failure: Test_StrEncAssociate#test_dummy_encoding_index_CP50220 [/home/opc/ruby/src/master/test/-ext-/string/test_enc_associate.rb:17]: assert_separately failed with error message pid 2038436 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 26) Failure: TestNameError#test_info_parent_iseq_mark [/home/opc/ruby/src/master/test/ruby/test_name_error.rb:139]: assert_separately failed with error message pid 2038439 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 27) Failure: TestWeakMap#test_compaction [/home/opc/ruby/src/master/test/ruby/test_weakmap.rb:206]: assert_separately failed with error message pid 2038445 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 28) Failure: TestClass#test_redefinition_mismatch [/home/opc/ruby/src/master/test/ruby/test_class.rb:722]: assert_separately failed with error message pid 2038463 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 29) Failure: TestClass#test_superclass_of_basicobject [/home/opc/ruby/src/master/test/ruby/test_class.rb:100]: assert_separately failed with error message pid 2038466 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 30) Failure: TestDir_M17N#test_filename_extutf8_invalid [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:58]: assert_separately failed with error message pid 2038472 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 31) Failure: TestDir_M17N#test_filename_extutf8 [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:43]: assert_separately failed with error message pid 2038475 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 32) Failure: TestDir_M17N#test_filename_bytes_euc_jp [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:174]: assert_separately failed with error message pid 2038531 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 33) Failure: TestDir_M17N#test_filename_ext_euc_jp_and_int_utf_8 [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:233]: assert_separately failed with error message pid 2038569 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 34) Failure: TestDir_M17N#test_filename_as_bytes_extutf8 [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:79]: assert_separately failed with error message pid 2038572 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 35) Failure: TestDir_M17N#test_filename_euc_jp [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:191]: assert_separately failed with error message pid 2038575 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 36) Failure: TestDir_M17N#test_filename_extutf8_inteucjp_representable [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:116]: assert_separately failed with error message pid 2038578 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 37) Failure: TestDir_M17N#test_filename_utf8_raw_windows_1252_name [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:227]: assert_separately failed with error message pid 2038581 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 38) Failure: TestDir_M17N#test_filename_utf8_raw_windows_1251_name [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:223]: assert_separately failed with error message pid 2038584 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 39) Failure: TestDir_M17N#test_filename_utf8_raw_jp_name [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:219]: assert_separately failed with error message pid 2038587 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 40) Failure: TestDir_M17N#test_filename_extutf8_inteucjp_unrepresentable [/home/opc/ruby/src/master/test/ruby/test_dir_m17n.rb:140]: assert_separately failed with error message pid 2038590 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 41) Failure: Complex_Test#test_inspect_to_s_frozen_bug_20337 [/home/opc/ruby/src/master/test/ruby/test_complex.rb:745]: assert_separately failed with error message pid 2038606 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 42) Failure: TestIterator#test_yield_at_toplevel [/home/opc/ruby/src/master/test/ruby/test_iterator.rb:16]: assert_separately failed with error message pid 2038633 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 43) Failure: TestDateParseRactor#test_date_ractor [/home/opc/ruby/src/master/test/date/test_date_ractor.rb:22]: assert_separately failed with error message pid 2038636 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 44) Failure: Test_ArithSeq#test_extract_with_arith_seq [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_extract.rb:6]: assert_separately failed with error message pid 2038640 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 45) Failure: Test_ArithSeq#test_extract_with_others [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_extract.rb:33]: assert_separately failed with error message pid 2038643 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 46) Failure: Test_ArithSeq#test_beg_len_step [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:6]: assert_separately failed with error message pid 2038646 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 47) Failure: Test_ArithSeq#test_extract_with_range [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_extract.rb:21]: assert_separately failed with error message pid 2038649 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 48) Failure: TestEnumerator#test_with_index_dangling_memo [/home/opc/ruby/src/master/test/ruby/test_enumerator.rb:163]: assert_separately failed with error message pid 2038677 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 49) Failure: TestRipper::Generic#test_parse_files:lib/prism [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038680 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 50) Failure: TestRipper::Generic#test_parse_files:sample [/home/opc/ruby/src/master/test/ripper/test_files_sample.rb:5]: assert_separately failed with error message pid 2038683 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 51) Failure: TestRipper::Generic#test_parse_files:lib/reline [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038686 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 52) Failure: TestRipper::Generic#test_parse_files:lib/uri [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038689 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 53) Failure: TestRipper::Generic#test_parse_files:lib [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:5]: assert_separately failed with error message pid 2038692 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 54) Failure: TestRipper::Generic#test_parse_files:lib/error_highlight [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038695 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 55) Failure: TestRipper::Generic#test_parse_files:lib/cgi [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038698 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 56) Failure: TestRipper::Generic#test_parse_files:lib/random [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038701 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 57) Failure: TestRipper::Generic#test_parse_files:lib/net [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038704 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 58) Failure: TestRipper::Generic#test_parse_files:lib/bundler [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038707 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 59) Failure: TestRipper::Generic#test_parse_files:lib/yaml [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038710 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 60) Failure: TestRipper::Generic#test_parse_files:lib/optparse [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038713 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 61) Failure: TestRipper::Generic#test_parse_files:lib/did_you_mean [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038716 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 62) Failure: TestRipper::Generic#test_parse_files:lib/ruby_vm [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038719 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 63) Failure: TestRipper::Generic#test_parse_files:lib/logger [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038722 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 64) Failure: TestRipper::Generic#test_parse_files:lib/rdoc [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038725 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 65) Failure: TestRipper::Generic#test_parse_files:lib/open3 [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038728 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 66) Failure: TestRipper::Generic#test_parse_files:lib/set [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038731 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 67) Failure: TestRipper::Generic#test_parse_files:lib/forwardable [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038734 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 68) Failure: TestRipper::Generic#test_parse_files:test [/home/opc/ruby/src/master/test/ripper/test_files_test.rb:5]: assert_separately failed with error message pid 2038737 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 69) Failure: TestRipper::Generic#test_parse_files:lib/rubygems [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038740 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 70) Failure: TestRipper::Generic#test_parse_files:lib/unicode_normalize [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038743 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 71) Failure: TestRipper::Generic#test_parse_files:lib/irb [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038746 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 72) Failure: TestRipper::Generic#test_parse_files:lib/syntax_suggest [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038749 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 73) Failure: TestRipper::Generic#test_parse_files:lib/erb [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2038752 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 74) Failure: TestRubyOptions#test_setproctitle [/home/opc/ruby/src/master/test/ruby/test_rubyoptions.rb:800]: assert_separately failed with error message pid 2040426 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 75) Failure: TestRubyOptimization#test_fixnum_plus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:37]: assert_separately failed with error message pid 2040562 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 76) Failure: TestRubyOptimization#test_float_mul [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:103]: assert_separately failed with error message pid 2040565 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 77) Failure: TestRubyOptimization#test_string_plus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:161]: assert_separately failed with error message pid 2040568 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 78) Failure: TestRubyOptimization#test_float_div [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:109]: assert_separately failed with error message pid 2040575 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 79) Failure: TestRubyOptimization#test_string_ltlt [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:290]: assert_separately failed with error message pid 2040578 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 80) Failure: TestRubyOptimization#test_eqq [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:697]: assert_separately failed with error message pid 2040584 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 81) Failure: TestRubyOptimization#test_string_length [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:139]: assert_separately failed with error message pid 2040587 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 82) Failure: TestRubyOptimization#test_array_plus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:308]: assert_separately failed with error message pid 2040590 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 83) Failure: TestRubyOptimization#test_array_length [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:321]: assert_separately failed with error message pid 2040593 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 84) Failure: TestRubyOptimization#test_objtostring [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:1086]: assert_separately failed with error message pid 2040596 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 85) Failure: TestRubyOptimization#test_optimized_empty_ensure [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:1058]: assert_separately failed with error message pid 2040599 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 86) Failure: TestRubyOptimization#test_float_gt [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:127]: assert_separately failed with error message pid 2040602 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 87) Failure: TestRubyOptimization#test_array_min [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:192]: assert_separately failed with error message pid 2040613 exit 0 Finished tests in 423.834061s, 75.4187 tests/s, 15406.3503 assertions/s. | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 88) Failure: TestRubyOptimization#test_callinfo_unreachable_path [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:972]: assert_separately failed with error message pid 2040616 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 89) Failure: TestRubyOptimization#test_hash_length [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:335]: assert_separately failed with error message pid 2040619 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 90) Failure: TestRubyOptimization#test_fixnum_and [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:296]: assert_separately failed with error message pid 2040622 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 91) Failure: TestRubyOptimization#test_fixnum_lt [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:67]: assert_separately failed with error message pid 2040625 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 92) Failure: TestRubyOptimization#test_float_lt [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:115]: assert_separately failed with error message pid 2040628 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 93) Failure: TestRubyOptimization#test_float_minus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:97]: assert_separately failed with error message pid 2040635 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 94) Failure: TestRubyOptimization#test_opt_case_dispatch [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:679]: assert_separately failed with error message pid 2040638 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 95) Failure: TestRubyOptimization#test_fixnum_gt [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:79]: assert_separately failed with error message pid 2040645 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 96) Failure: TestRubyOptimization#test_float_ge [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:133]: assert_separately failed with error message pid 2040652 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 97) Failure: TestRubyOptimization#test_fixnum_mod [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:61]: assert_separately failed with error message pid 2040655 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 98) Failure: TestRubyOptimization#test_fixnum_le [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:73]: assert_separately failed with error message pid 2040658 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 99) Failure: TestRubyOptimization#test_string_size [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:145]: assert_separately failed with error message pid 2040661 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 100) Failure: TestRubyOptimization#test_hash_empty? [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:342]: assert_separately failed with error message pid 2040664 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 101) Failure: TestRubyOptimization#test_float_le [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:121]: assert_separately failed with error message pid 2040667 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 102) Failure: TestRubyOptimization#test_clear_unreachable_keyword_args [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:957]: assert_separately failed with error message pid 2040670 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 103) Failure: TestRubyOptimization#test_fixnum_ge [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:85]: assert_separately failed with error message pid 2040677 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 104) Failure: TestRubyOptimization#test_string_format [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:173]: assert_separately failed with error message pid 2040680 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 105) Failure: TestRubyOptimization#test_hash_aref_with [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:349]: assert_separately failed with error message pid 2040683 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 106) Failure: TestRubyOptimization#test_float_plus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:91]: assert_separately failed with error message pid 2040686 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 107) Failure: TestRubyOptimization#test_fixnum_div [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:55]: assert_separately failed with error message pid 2040689 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 108) Failure: TestRubyOptimization#test_string_empty? [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:152]: assert_separately failed with error message pid 2040692 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 109) Failure: TestRubyOptimization#test_fixnum_or [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:302]: assert_separately failed with error message pid 2040695 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 110) Failure: TestRubyOptimization#test_fixnum_mul [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:49]: assert_separately failed with error message pid 2040698 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 111) Failure: TestRubyOptimization#test_array_empty? [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:328]: assert_separately failed with error message pid 2040703 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 112) Failure: TestRubyOptimization#test_array_minus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:314]: assert_separately failed with error message pid 2040706 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 113) Failure: TestRubyOptimization#test_array_max [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:199]: assert_separately failed with error message pid 2040709 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 114) Failure: TestRubyOptimization#test_string_uminus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:186]: assert_separately failed with error message pid 2040712 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 115) Failure: TestRubyOptimization#test_hash_aset_with [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:360]: assert_separately failed with error message pid 2040715 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 116) Failure: TestRubyOptimization#test_string_eq_neq [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:274]: assert_separately failed with error message pid 2040718 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 117) Failure: TestRubyOptimization#test_string_freeze_block [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:632]: assert_separately failed with error message pid 2040721 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 118) Failure: TestRubyOptimization#test_block_parameter_should_not_create_objects [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:935]: assert_separately failed with error message pid 2040724 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 119) Failure: TestRubyOptimization#test_string_freeze [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:180]: assert_separately failed with error message pid 2040727 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 120) Failure: TestRubyOptimization#test_peephole_optimization_without_trace [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:950]: assert_separately failed with error message pid 2040730 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 121) Failure: TestRubyOptimization#test_fixnum_minus [/home/opc/ruby/src/master/test/ruby/test_optimization.rb:43]: assert_separately failed with error message pid 2040733 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 122) Failure: TestClone#test_user_flags [/home/opc/ruby/src/master/test/ruby/test_clone.rb:84]: assert_separately failed with error message pid 2040736 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 123) Failure: CGIUtilTest#test_cgi_unescapeURIComponent_accept_charset [/home/opc/ruby/src/master/test/cgi/test_cgi_util.rb:123]: assert_separately failed with error message pid 2040739 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 124) Failure: CGIUtilTest#test_cgi_unescape_accept_charset [/home/opc/ruby/src/master/test/cgi/test_cgi_util.rb:66]: assert_separately failed with error message pid 2040742 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 125) Failure: TestRubyYieldGen#test_block_cached_argc [/home/opc/ruby/src/master/test/ruby/test_yield.rb:404]: assert_separately failed with error message pid 2040824 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 126) Failure: TestWarning#test_warn_called_only_when_category_enabled [/home/opc/ruby/src/master/test/ruby/test_warning.rb:8]: assert_separately failed with error message pid 2040827 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 127) Failure: TestGCCompact#test_moving_hashes_down_heaps [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:410]: assert_separately failed with error message pid 2040830 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 128) Failure: TestGCCompact#test_moving_arrays_up_heaps [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:311]: assert_separately failed with error message pid 2040833 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 129) Failure: TestGCCompact#test_moving_objects_between_heaps [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:335]: assert_separately failed with error message pid 2040848 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 130) Failure: TestGCCompact#test_updating_references_for_heap_allocated_shared_arrays [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:188]: assert_separately failed with error message pid 2040851 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 131) Failure: TestGCCompact#test_updating_references_for_heap_allocated_frozen_shared_arrays [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:236]: assert_separately failed with error message pid 2040854 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 132) Failure: TestGCCompact#test_moving_arrays_down_heaps [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:289]: assert_separately failed with error message pid 2040857 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 133) Failure: TestGCCompact#test_updating_references_for_embed_frozen_shared_arrays [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:261]: assert_separately failed with error message pid 2040870 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 134) Failure: TestGCCompact#test_moving_strings_down_heaps [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:388]: assert_separately failed with error message pid 2040873 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 135) Failure: TestGCCompact#test_moving_strings_up_heaps [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:367]: assert_separately failed with error message pid 2040876 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 136) Failure: TestGCCompact#test_updating_references_for_embed_shared_arrays [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:212]: assert_separately failed with error message pid 2040879 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 137) Failure: TestGCCompact#test_moving_objects_between_heaps_keeps_shape_frozen_status [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:430]: assert_separately failed with error message pid 2040882 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 138) Failure: TestGCCompact#test_ast_compacts [/home/opc/ruby/src/master/test/ruby/test_gc_compact.rb:149]: assert_separately failed with error message pid 2040885 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 139) Failure: TestRubyLiteral#test_big_hash_literal [/home/opc/ruby/src/master/test/ruby/test_literal.rb:467]: assert_separately failed with error message pid 2040889 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 140) Failure: TestRubyLiteral#test_hash_literal_frozen [/home/opc/ruby/src/master/test/ruby/test_literal.rb:301]: assert_separately failed with error message pid 2040894 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 141) Failure: TestRubyLiteral#test_dsymbol_redefined_intern [/home/opc/ruby/src/master/test/ruby/test_literal.rb:129]: assert_separately failed with error message pid 2040912 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 142) Failure: TestFiberCurrentRactor#test_ractor_shareable [/home/opc/ruby/src/master/test/fiber/test_ractor.rb:11]: assert_separately failed with error message pid 2040915 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 143) Failure: TestTimeout#test_handling_enclosed_threadgroup [/home/opc/ruby/src/master/test/test_timeout.rb:260]: assert_separately failed with error message pid 2040919 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 144) Failure: TestTimeout#test_threadgroup [/home/opc/ruby/src/master/test/test_timeout.rb:247]: assert_separately failed with error message pid 2040924 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 145) Failure: Test_String_Fstring#test_rb_enc_str_new_autoloaded_encoding [/home/opc/ruby/src/master/test/-ext-/string/test_fstring.rb:28]: assert_separately failed with error message pid 2040933 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 146) Failure: Test_String_Fstring#test_rb_enc_interned_str_autoloaded_encoding [/home/opc/ruby/src/master/test/-ext-/string/test_fstring.rb:16]: assert_separately failed with error message pid 2040936 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 147) Failure: TestThreadInstrumentation#test_blocking_on_ractor [/home/opc/ruby/src/master/test/-ext-/thread/test_instrumentation_api.rb:137]: assert_separately failed with error message pid 2040939 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 148) Failure: TestThreadInstrumentation#test_sleeping_inside_ractor [/home/opc/ruby/src/master/test/-ext-/thread/test_instrumentation_api.rb:164]: assert_separately failed with error message pid 2040960 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 149) Failure: TestPack#test_bug_18343 [/home/opc/ruby/src/master/test/ruby/test_pack.rb:661]: assert_separately failed with error message pid 2040967 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 150) Failure: TestPack#test_pack_unpack_m [/home/opc/ruby/src/master/test/ruby/test_pack.rb:652]: assert_separately failed with error message pid 2040970 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 151) Failure: TestPack#test_pack_resize [/home/opc/ruby/src/master/test/ruby/test_pack.rb:815]: assert_separately failed with error message pid 2040973 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 152) Failure: TestPack#test_monkey_pack [/home/opc/ruby/src/master/test/ruby/test_pack.rb:900]: assert_separately failed with error message pid 2040976 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 153) Failure: TestPack#test_monkey_pack_buffer [/home/opc/ruby/src/master/test/ruby/test_pack.rb:918]: assert_separately failed with error message pid 2040979 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 154) Failure: TestException#test_undef_Warning_warn [/home/opc/ruby/src/master/test/ruby/test_exception.rb:1210]: assert_separately failed with error message pid 2041033 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 155) Failure: TestException#test_super_in_method_missing [/home/opc/ruby/src/master/test/ruby/test_exception.rb:1409]: assert_separately failed with error message pid 2041049 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 156) Failure: TestException#test_exception_in_name_error_to_str [/home/opc/ruby/src/master/test/ruby/test_exception.rb:597]: assert_separately failed with error message pid 2041052 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 157) Failure: TestException#test_exception_in_exception_equal [/home/opc/ruby/src/master/test/ruby/test_exception.rb:644]: assert_separately failed with error message pid 2041055 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 158) Failure: TestException#test_blocking_backtrace [/home/opc/ruby/src/master/test/ruby/test_exception.rb:1250]: assert_separately failed with error message pid 2041062 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 159) Failure: TestException#test_redefined_backtrace [/home/opc/ruby/src/master/test/ruby/test_exception.rb:1231]: assert_separately failed with error message pid 2041065 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 160) Failure: TestException#test_wrong_backtrace [/home/opc/ruby/src/master/test/ruby/test_exception.rb:1272]: assert_separately failed with error message pid 2041076 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 161) Failure: TestException#test_undefined_backtrace [/home/opc/ruby/src/master/test/ruby/test_exception.rb:1218]: assert_separately failed with error message pid 2041090 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 162) Failure: TestIseqLoad#test_stressful_roundtrip [/home/opc/ruby/src/master/test/-ext-/iseq_load/test_iseq_load.rb:20]: assert_separately failed with error message pid 2041093 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 163) Failure: TestPostponed_job#test_legacy_register_in_c_thread [/home/opc/ruby/src/master/test/-ext-/postponed_job/test_postponed_job.rb:64]: assert_separately failed with error message pid 2041096 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 164) Failure: TestPostponed_job#test_legacy_register_one_same [/home/opc/ruby/src/master/test/-ext-/postponed_job/test_postponed_job.rb:54]: assert_separately failed with error message pid 2041100 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 165) Failure: TestPostponed_job#test_multiple_preregistration [/home/opc/ruby/src/master/test/-ext-/postponed_job/test_postponed_job.rb:20]: assert_separately failed with error message pid 2041103 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 166) Failure: TestPostponed_job#test_multiple_preregistration_with_new_data [/home/opc/ruby/src/master/test/-ext-/postponed_job/test_postponed_job.rb:29]: assert_separately failed with error message pid 2041106 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 167) Failure: TestPostponed_job#test_legacy_register [/home/opc/ruby/src/master/test/-ext-/postponed_job/test_postponed_job.rb:38]: assert_separately failed with error message pid 2041109 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 168) Failure: TestPostponed_job#test_preregister_and_trigger [/home/opc/ruby/src/master/test/-ext-/postponed_job/test_postponed_job.rb:7]: assert_separately failed with error message pid 2041112 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 169) Failure: URI::TestCommon#test_ractor [/home/opc/ruby/src/master/test/uri/test_common.rb:69]: assert_separately failed with error message pid 2041115 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 170) Failure: TestRand#test_default_seed [/home/opc/ruby/src/master/test/ruby/test_rand.rb:403]: assert_separately failed with error message pid 2041161 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 171) Failure: TestSyntax#test_safe_call_in_for_variable [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:1260]: assert_separately failed with error message pid 2041167 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 172) Failure: TestSyntax#test_anonymous_keyword_rest_forwarding [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:173]: assert_separately failed with error message pid 2041177 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 173) Failure: TestSyntax#test_syntax_lib [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:24]: assert_separately failed with error message pid 2041180 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 174) Failure: TestSyntax#test_keyword_empty_splat [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:382]: assert_separately failed with error message pid 2041201 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 175) Failure: TestSyntax#test_class_module_Object_ancestors [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:2222]: assert_separately failed with error message pid 2041204 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 176) Failure: TestSyntax#test_syntax_sample [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:25]: assert_separately failed with error message pid 2041207 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 177) Failure: TestSyntax#test_anonymous_block_forwarding [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:81]: assert_separately failed with error message pid 2041456 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 178) Failure: TestSyntax#test_syntax_ext [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:26]: assert_separately failed with error message pid 2041461 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 179) Failure: TestSyntax#test_anonymous_rest_forwarding [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:154]: assert_separately failed with error message pid 2041464 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 180) Failure: TestSyntax#test_value_of_def [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:1142]: assert_separately failed with error message pid 2041467 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 181) Failure: TestSyntax#test_syntax_test [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:27]: assert_separately failed with error message pid 2041698 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 182) Failure: TestSyntax#test_cdhash [/home/opc/ruby/src/master/test/ruby/test_syntax.rb:2237]: assert_separately failed with error message pid 2041856 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 183) Failure: TestString#test_fs_setter [/home/opc/ruby/src/master/test/ruby/test_string.rb:2779]: assert_separately failed with error message pid 2041866 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 184) Failure: TestString#test_eq_tilde_can_be_overridden [/home/opc/ruby/src/master/test/ruby/test_string.rb:3326]: assert_separately failed with error message pid 2041869 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 185) Failure: TestProcess#test_exec_fd_3_redirect [/home/opc/ruby/src/master/test/ruby/test_process.rb:2432]: assert_separately failed with error message pid 2042022 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 186) Failure: TestProcess#test_warmup_run_major_gc_and_compact [/home/opc/ruby/src/master/test/ruby/test_process.rb:2736]: assert_separately failed with error message pid 2042303 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 187) Failure: TestProcess#test_execopts_rlimit [/home/opc/ruby/src/master/test/ruby/test_process.rb:251]: assert_separately failed with error message pid 2042558 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 188) Failure: TestProcess#test_warmup_promote_all_objects_to_oldgen [/home/opc/ruby/src/master/test/ruby/test_process.rb:2724]: assert_separately failed with error message pid 2042561 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 189) Failure: TestProcess#test_popen_reopen [/home/opc/ruby/src/master/test/ruby/test_process.rb:2000]: assert_separately failed with error message pid 2042577 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 190) Failure: TestProcess#test_deadlock_by_signal_at_forking [/home/opc/ruby/src/master/test/ruby/test_process.rb:2391]: assert_separately failed with error message pid 2042596 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 191) Failure: TestProcess#test_overwrite_ENV [/home/opc/ruby/src/master/test/ruby/test_process.rb:267]: assert_separately failed with error message pid 2043142 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 192) Failure: TestProcess#test_to_hash_on_arguments [/home/opc/ruby/src/master/test/ruby/test_process.rb:2558]: 1. [1/2] Assertion for "Array" | assert_separately failed with error message | pid 2043173 exit 0 | | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 2. [2/2] Assertion for "String" | assert_separately failed with error message | pid 2043178 exit 0 | | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value . 193) Failure: TestProcess#test_warmup_precompute_string_coderange [/home/opc/ruby/src/master/test/ruby/test_process.rb:2750]: assert_separately failed with error message pid 2043187 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 194) Failure: TestProcess#test_rescue_exec_fail [/home/opc/ruby/src/master/test/ruby/test_process.rb:2539]: assert_separately failed with error message pid 2043240 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 195) Failure: TestPipe#test_stdout_epipe [/home/opc/ruby/src/master/test/ruby/test_pipe.rb:32]: assert_separately failed with error message pid 2043264 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 196) Failure: TestPipe::WithConversion#test_stdout_epipe [/home/opc/ruby/src/master/test/ruby/test_pipe.rb:32]: assert_separately failed with error message pid 2043268 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 197) Failure: Test_Integer#test_positive_pow [/home/opc/ruby/src/master/test/-ext-/integer/test_integer.rb:17]: assert_separately failed with error message pid 2043272 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 198) Failure: TestTime#test_marshal_zone_gc [/home/opc/ruby/src/master/test/ruby/test_time.rb:454]: assert_separately failed with error message pid 2043275 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 199) Failure: TestObjSpace#test_load_allocation_path_load [/home/opc/ruby/src/master/test/objspace/test_objspace.rb:868]: assert_separately failed with error message pid 2043314 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 200) Failure: TestObjSpace#test_count_symbols [/home/opc/ruby/src/master/test/objspace/test_objspace.rb:809]: assert_separately failed with error message pid 2043317 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 201) Failure: TestObjSpace#test_reachable_objects_from [/home/opc/ruby/src/master/test/objspace/test_objspace.rb:117]: assert_separately failed with error message pid 2043398 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 202) Failure: TestObjSpace#test_reachable_objects_size [/home/opc/ruby/src/master/test/objspace/test_objspace.rb:169]: assert_separately failed with error message pid 2043410 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 203) Failure: TestObjSpace#test_trace_object_allocations_stop_first [/home/opc/ruby/src/master/test/objspace/test_objspace.rb:182]: assert_separately failed with error message pid 2043417 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 204) Failure: TestObjSpace#test_reachable_objects_during_iteration [/home/opc/ruby/src/master/test/objspace/test_objspace.rb:146]: assert_separately failed with error message pid 2043420 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 205) Failure: TestObjSpace#test_load_allocation_path_compile_file [/home/opc/ruby/src/master/test/objspace/test_objspace.rb:868]: assert_separately failed with error message pid 2043427 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 206) Failure: TestNumeric#test_coerced_remainder [/home/opc/ruby/src/master/test/ruby/test_numeric.rb:398]: assert_separately failed with error message pid 2043446 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 207) Failure: TestMkmfFlags#test_try_ldflag_invalid_opt [/home/opc/ruby/src/master/test/mkmf/test_flags.rb:36]: assert_separately failed with error message pid 2043449 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 208) Failure: TestMkmfFlags#test_try_cflag_invalid_opt [/home/opc/ruby/src/master/test/mkmf/test_flags.rb:43]: assert_separately failed with error message pid 2043458 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 209) Failure: TestMkmfFlags#test_try_cppflag_invalid_opt [/home/opc/ruby/src/master/test/mkmf/test_flags.rb:50]: assert_separately failed with error message pid 2043467 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 210) Failure: TestEncoding#test_errinfo_after_autoload [/home/opc/ruby/src/master/test/ruby/test_encoding.rb:109]: assert_separately failed with error message pid 2043476 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 211) Failure: TestEncoding#test_nonascii_library_path [/home/opc/ruby/src/master/test/ruby/test_encoding.rb:120]: assert_separately failed with error message pid 2043482 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 212) Failure: TestProc#test_hash_does_not_change_after_compaction [/home/opc/ruby/src/master/test/ruby/test_proc.rb:212]: assert_separately failed with error message pid 2043505 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 213) Failure: TestDefined#test_super_toplevel [/home/opc/ruby/src/master/test/ruby/test_defined.rb:368]: assert_separately failed with error message pid 2043519 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 214) Failure: TestWait#test_wait_for_invalid_fd [/home/opc/ruby/src/master/test/-ext-/wait/test_wait.rb:15]: assert_separately failed with error message pid 2043522 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 215) Failure: TestPathname#test_relative_path_from_casefold [/home/opc/ruby/src/master/test/pathname/test_pathname.rb:1537]: assert_separately failed with error message pid 2043525 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 216) Failure: TestPathname#test_split [/home/opc/ruby/src/master/test/pathname/test_pathname.rb:1090]: assert_separately failed with error message pid 2043528 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 217) Failure: TestRipper::Generic#test_parse_files:lib/prism [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043532 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 218) Failure: TestRipper::Generic#test_parse_files:sample [/home/opc/ruby/src/master/test/ripper/test_files_sample.rb:5]: assert_separately failed with error message pid 2043535 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 219) Failure: TestRipper::Generic#test_parse_files:lib/reline [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043538 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 220) Failure: TestRipper::Generic#test_parse_files:lib/uri [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043541 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 221) Failure: TestRipper::Generic#test_parse_files:lib [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:5]: assert_separately failed with error message pid 2043544 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 222) Failure: TestRipper::Generic#test_parse_files:lib/error_highlight [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043547 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 223) Failure: TestRipper::Generic#test_parse_files:lib/cgi [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043550 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 224) Failure: TestRipper::Generic#test_parse_files:lib/random [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043553 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 225) Failure: TestRipper::Generic#test_parse_files:lib/net [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043556 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 226) Failure: TestRipper::Generic#test_parse_files:lib/bundler [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043559 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 227) Failure: TestRipper::Generic#test_parse_files:lib/yaml [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043562 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 228) Failure: TestRipper::Generic#test_parse_files:lib/optparse [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043565 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 229) Failure: TestRipper::Generic#test_parse_files:lib/did_you_mean [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043568 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 230) Failure: TestRipper::Generic#test_parse_files:lib/ruby_vm [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043571 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 231) Failure: TestRipper::Generic#test_parse_files:lib/logger [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043574 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 232) Failure: TestRipper::Generic#test_parse_files:lib/rdoc [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043577 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 233) Failure: TestRipper::Generic#test_parse_files:lib/open3 [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043580 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 234) Failure: TestRipper::Generic#test_parse_files:lib/set [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043583 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 235) Failure: TestRipper::Generic#test_parse_files:lib/forwardable [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043586 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 236) Failure: TestRipper::Generic#test_parse_files:test [/home/opc/ruby/src/master/test/ripper/test_files_test.rb:5]: assert_separately failed with error message pid 2043589 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 237) Failure: TestRipper::Generic#test_parse_files:lib/rubygems [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043592 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 238) Failure: TestRipper::Generic#test_parse_files:lib/unicode_normalize [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043595 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 239) Failure: TestRipper::Generic#test_parse_files:lib/irb [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043598 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 240) Failure: TestRipper::Generic#test_parse_files:lib/syntax_suggest [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043601 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 241) Failure: TestRipper::Generic#test_parse_files:lib/erb [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2043604 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 242) Failure: TestCoverage#test_coverage_suspendable [/home/opc/ruby/src/master/test/coverage/test_coverage.rb:862]: assert_separately failed with error message pid 2043663 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 243) Failure: Prism::TestCompilePrism#test_ScopeNode [/home/opc/ruby/src/master/test/ruby/test_compile_prism.rb:2570]: assert_separately failed with error message pid 2043773 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 244) Failure: Prism::TestCompilePrism#test_ConstantPathTargetNode [/home/opc/ruby/src/master/test/ruby/test_compile_prism.rb:447]: assert_separately failed with error message pid 2043776 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 245) Failure: OpenSSL::TestFIPS#test_fips_mode_get_is_false_on_fips_mode_disabled [/home/opc/ruby/src/master/test/openssl/test_fips.rb:22]: assert_separately failed with error message pid 2043779 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 246) Failure: OpenSSL::TestFIPS#test_fips_mode_get_with_fips_mode_set [/home/opc/ruby/src/master/test/openssl/test_fips.rb:40]: assert_separately failed with error message pid 2043782 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 247) Failure: OpenSSL::TestFIPS#test_fips_mode_is_reentrant [/home/opc/ruby/src/master/test/openssl/test_fips.rb:31]: assert_separately failed with error message pid 2043785 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 248) Failure: TestAlias#test_alias_in_module [/home/opc/ruby/src/master/test/ruby/test_alias.rb:207]: assert_separately failed with error message pid 2043799 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 249) Failure: TestTranscode#test_valid_dummy_encoding [/home/opc/ruby/src/master/test/ruby/test_transcode.rb:2265]: assert_separately failed with error message pid 2043802 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 250) Failure: TestTranscode#test_loading_race [/home/opc/ruby/src/master/test/ruby/test_transcode.rb:2276]: assert_separately failed with error message pid 2043805 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 251) Failure: TestLastThread#test_last_thread [/home/opc/ruby/src/master/test/-ext-/gvl/test_last_thread.rb:6]: assert_separately failed with error message pid 2043810 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 252) Failure: TestAllocation::Literal#test_hash_literal [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043814 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 253) Failure: TestAllocation::Literal#test_array_literal [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043817 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 254) Failure: TestRefinement#test_refine_with_prepend [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1908]: assert_separately failed with error message pid 2043832 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 255) Failure: TestRefinement#test_public_in_refine [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1922]: assert_separately failed with error message pid 2043863 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 256) Failure: TestRefinement#test_remove_refined_method [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1405]: assert_separately failed with error message pid 2043866 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 257) Failure: TestRefinement#test_using_wrong_argument [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:2052]: assert_separately failed with error message pid 2043869 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 258) Failure: TestRefinement#test_undefined_refined_method_defined [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1372]: assert_separately failed with error message pid 2043876 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 259) Failure: TestRefinement#test_reopen_refinement_module [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1596]: assert_separately failed with error message pid 2043883 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 260) Failure: TestRefinement#test_refine_after_using [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1039]: assert_separately failed with error message pid 2043886 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 261) Failure: TestRefinement#test_refined_method_defined [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1330]: assert_separately failed with error message pid 2043889 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 262) Failure: TestRefinement#test_remove_undefined_refined_method [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1433]: assert_separately failed with error message pid 2043892 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 263) Failure: TestRefinement#test_refine_basic_object [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1245]: assert_separately failed with error message pid 2043895 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 264) Failure: TestRefinement#test_singleton_method_should_not_use_refinements [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1312]: assert_separately failed with error message pid 2043898 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 265) Failure: TestRefinement#test_inlinecache [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:2653]: assert_separately failed with error message pid 2043913 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 266) Failure: TestRefinement#test_change_refined_new_method_visibility [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1273]: assert_separately failed with error message pid 2043916 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 267) Failure: TestRefinement#test_alias_refined_method [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1287]: assert_separately failed with error message pid 2043931 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 268) Failure: TestRefinement#test_refined_protected_methods [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1210]: assert_separately failed with error message pid 2043937 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 269) Failure: TestRefinement#test_symbol_proc_with_block [/home/opc/ruby/src/master/test/ruby/test_refinement.rb:1858]: assert_separately failed with error message pid 2043940 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 270) Failure: TestAllocation::MethodCall#test_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043953 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 271) Failure: TestAllocation::MethodCall#test_argument_forwarding [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043956 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 272) Failure: TestAllocation::MethodCall#test_positional_splat_and_post_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043959 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 273) Failure: TestAllocation::MethodCall#test_positional_splat_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043962 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 274) Failure: TestAllocation::MethodCall#test_required_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043965 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 275) Failure: TestAllocation::MethodCall#test_no_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043968 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 276) Failure: TestAllocation::MethodCall#test_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043971 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 277) Failure: TestAllocation::MethodCall#test_required_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043974 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 278) Failure: TestAllocation::MethodCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043977 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 279) Failure: TestAllocation::MethodCall#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043980 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 280) Failure: TestAllocation::MethodCall#test_required_and_positional_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043983 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 281) Failure: TestAllocation::MethodCall#test_optional_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043986 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 282) Failure: TestAllocation::MethodCall#test_keyword_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043989 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 283) Failure: TestAllocation::MethodCall#test_positional_splat_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043992 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 284) Failure: TestAllocation::MethodCall#test_required_positional_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043995 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 285) Failure: TestAllocation::MethodCall#test_ruby2_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2043998 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 286) Failure: TestAllocation::MethodCall#test_nested_argument_forwarding [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044001 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 287) Failure: TestAllocation::MethodCall#test_positional_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044004 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 288) Failure: TestAllocation::MethodCall#test_no_array_allocation_with_splat_and_nonstatic_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044007 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 289) Failure: TestAllocation::MethodCall::WithBlock#test_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044010 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 290) Failure: TestAllocation::MethodCall::WithBlock#test_argument_forwarding [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044013 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 291) Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_and_post_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044016 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 292) Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044019 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 31965 tests, 6529736 assertions, 604 failures, 0 errors, 357 skips ruby -v: ruby 3.4.0dev (2024-11-12T02:19:04Z master bc21a610b6) +PRISM [aarch64-linux] 293) Failure: TestAllocation::MethodCall::WithBlock#test_required_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044022 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 294) Failure: TestAllocation::MethodCall::WithBlock#test_no_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044025 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 295) Failure: TestAllocation::MethodCall::WithBlock#test_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044028 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 296) Failure: TestAllocation::MethodCall::WithBlock#test_required_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044031 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 297) Failure: TestAllocation::MethodCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044034 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 298) Failure: TestAllocation::MethodCall::WithBlock#test_nested_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044037 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 299) Failure: TestAllocation::MethodCall::WithBlock#test_required_and_positional_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044040 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 300) Failure: TestAllocation::MethodCall::WithBlock#test_optional_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044043 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 301) Failure: TestAllocation::MethodCall::WithBlock#test_keyword_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044046 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 302) Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044049 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 303) Failure: TestAllocation::MethodCall::WithBlock#test_required_positional_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044052 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 304) Failure: TestAllocation::MethodCall::WithBlock#test_ruby2_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044055 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 305) Failure: TestAllocation::MethodCall::WithBlock#test_nested_argument_forwarding [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044058 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 306) Failure: TestAllocation::MethodCall::WithBlock#test_positional_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044061 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 307) Failure: TestAllocation::MethodCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044064 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 308) Failure: TestAllocation::ProcCall#test_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044067 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 309) Failure: TestAllocation::ProcCall#test_positional_splat_and_post_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044070 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 310) Failure: TestAllocation::ProcCall#test_positional_splat_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044073 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 311) Failure: TestAllocation::ProcCall#test_required_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044076 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 312) Failure: TestAllocation::ProcCall#test_no_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044079 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 313) Failure: TestAllocation::ProcCall#test_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044082 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 314) Failure: TestAllocation::ProcCall#test_required_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044085 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 315) Failure: TestAllocation::ProcCall#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044088 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 316) Failure: TestAllocation::ProcCall#test_required_and_positional_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044091 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 317) Failure: TestAllocation::ProcCall#test_optional_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044094 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 318) Failure: TestAllocation::ProcCall#test_keyword_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044097 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 319) Failure: TestAllocation::ProcCall#test_positional_splat_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044100 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 320) Failure: TestAllocation::ProcCall#test_required_positional_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044103 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 321) Failure: TestAllocation::ProcCall#test_ruby2_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044106 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 322) Failure: TestAllocation::ProcCall#test_positional_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044109 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 323) Failure: TestAllocation::ProcCall#test_no_array_allocation_with_splat_and_nonstatic_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044112 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 324) Failure: TestObject#test_redef_method_missing [/home/opc/ruby/src/master/test/ruby/test_object.rb:1016]: assert_separately failed with error message pid 2044178 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 325) Failure: TestAllocation::ProcCall::WithBlock#test_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044181 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 326) Failure: TestAllocation::ProcCall::WithBlock#test_positional_splat_and_post_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044184 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 327) Failure: TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044187 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 328) Failure: TestAllocation::ProcCall::WithBlock#test_required_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044190 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 329) Failure: TestAllocation::ProcCall::WithBlock#test_no_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044193 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 330) Failure: TestAllocation::ProcCall::WithBlock#test_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044196 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 331) Failure: TestAllocation::ProcCall::WithBlock#test_required_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044199 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 332) Failure: TestAllocation::ProcCall::WithBlock#test_anonymous_splat_and_anonymous_keyword_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044202 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 333) Failure: TestAllocation::ProcCall::WithBlock#test_required_and_positional_splat_parameters [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044205 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 334) Failure: TestAllocation::ProcCall::WithBlock#test_optional_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044208 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 335) Failure: TestAllocation::ProcCall::WithBlock#test_keyword_and_keyword_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044211 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 336) Failure: TestAllocation::ProcCall::WithBlock#test_positional_splat_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044214 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 337) Failure: TestAllocation::ProcCall::WithBlock#test_required_positional_and_keyword_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044217 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 338) Failure: TestAllocation::ProcCall::WithBlock#test_ruby2_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044220 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 339) Failure: TestAllocation::ProcCall::WithBlock#test_positional_splat_parameter [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044223 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 340) Failure: TestAllocation::ProcCall::WithBlock#test_no_array_allocation_with_splat_and_nonstatic_keywords [/home/opc/ruby/src/master/test/ruby/test_allocation.rb:15]: assert_separately failed with error message pid 2044226 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 341) Failure: Test_ArithSeq#test_extract_with_arith_seq [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_extract.rb:6]: assert_separately failed with error message pid 2044229 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 342) Failure: Test_ArithSeq#test_extract_with_others [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_extract.rb:33]: assert_separately failed with error message pid 2044232 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 343) Failure: Test_ArithSeq#test_beg_len_step [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_beg_len_step.rb:6]: assert_separately failed with error message pid 2044235 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 344) Failure: Test_ArithSeq#test_extract_with_range [/home/opc/ruby/src/master/test/-ext-/arith_seq/test_arith_seq_extract.rb:21]: assert_separately failed with error message pid 2044238 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 345) Failure: TestMkmfConfig#test_with_config_with_arg_and_no_value [/home/opc/ruby/src/master/test/mkmf/test_config.rb:21]: assert_separately failed with error message pid 2044241 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 346) Failure: TestMkmfConfig#test_with_config_with_arg_and_value [/home/opc/ruby/src/master/test/mkmf/test_config.rb:15]: assert_separately failed with error message pid 2044244 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 347) Failure: TestMkmfConfig#test_with_target_rbconfig [/home/opc/ruby/src/master/test/mkmf/test_config.rb:51]: assert_separately failed with error message pid 2044247 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 348) Failure: TestMkmfConfig#test_dir_config [/home/opc/ruby/src/master/test/mkmf/test_config.rb:9]: assert_separately failed with error message pid 2044250 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 349) Failure: TestMkmfConfig#test_with_config_without_arg [/home/opc/ruby/src/master/test/mkmf/test_config.rb:27]: assert_separately failed with error message pid 2044253 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 350) Failure: TestKeywordArguments#test_large_kwsplat_to_method_taking_kw_and_kwsplat [/home/opc/ruby/src/master/test/ruby/test_keyword.rb:4041]: assert_separately failed with error message pid 2044256 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 351) Failure: TestKeywordArguments#test_dynamic_symbol_keyword [/home/opc/ruby/src/master/test/ruby/test_keyword.rb:4056]: assert_separately failed with error message pid 2044259 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 352) Failure: TestLambdaParameters#test_proc_inside_lambda_toplevel [/home/opc/ruby/src/master/test/ruby/test_lambda.rb:166]: assert_separately failed with error message pid 2044309 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 353) Failure: TestPopenDeadlock#test_popen_without_deadlock_9 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044312 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 354) Failure: TestPopenDeadlock#test_popen_without_deadlock_1 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044317 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 355) Failure: TestPopenDeadlock#test_popen_without_deadlock_3 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044322 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 356) Failure: TestPopenDeadlock#test_popen_without_deadlock_5 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044327 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 357) Failure: TestPopenDeadlock#test_popen_without_deadlock_7 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044332 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 358) Failure: TestPopenDeadlock#test_popen_without_deadlock_8 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044337 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 359) Failure: TestPopenDeadlock#test_popen_without_deadlock_6 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044342 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 360) Failure: TestPopenDeadlock#test_popen_without_deadlock_4 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044347 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 361) Failure: TestPopenDeadlock#test_popen_without_deadlock_2 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044352 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 362) Failure: TestPopenDeadlock#test_popen_without_deadlock_0 [/home/opc/ruby/src/master/test/-ext-/popen_deadlock/test_popen_deadlock.rb:32]: assert_separately failed with error message pid 2044357 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 363) Failure: TestTimeExtension#test_rfc2822_ractor [/home/opc/ruby/src/master/test/test_time.rb:76]: assert_separately failed with error message pid 2044362 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 364) Failure: Bug::Test_ExceptionE#test_ensured [/home/opc/ruby/src/master/test/-ext-/exception/test_ensured.rb:10]: assert_separately failed with error message pid 2044370 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 365) Failure: TestGc#test_measure_total_time [/home/opc/ruby/src/master/test/ruby/test_gc.rb:287]: assert_separately failed with error message pid 2044376 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 366) Failure: TestGc#test_gc_parameter_init_slots [/home/opc/ruby/src/master/test/ruby/test_gc.rb:523]: assert_separately failed with error message pid 2044390 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 367) Failure: TestGc#test_thrashing_for_young_objects [/home/opc/ruby/src/master/test/ruby/test_gc.rb:632]: assert_separately failed with error message pid 2044481 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 368) Failure: TestGc#test_latest_gc_info [/home/opc/ruby/src/master/test/ruby/test_gc.rb:306]: assert_separately failed with error message pid 2044488 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 369) Failure: TestGc#test_latest_gc_info_weak_references_count [/home/opc/ruby/src/master/test/ruby/test_gc.rb:367]: assert_separately failed with error message pid 2044518 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 370) Failure: TestGc#test_expand_heap [/home/opc/ruby/src/master/test/ruby/test_gc.rb:611]: assert_separately failed with error message pid 2044522 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 371) Failure: TestMethodInlineCache#test_zsuper [/home/opc/ruby/src/master/test/ruby/test_inlinecache.rb:37]: assert_separately failed with error message pid 2044526 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 372) Failure: TestRegexp#test_utf8_comment_in_usascii_extended_regexp_bug_19455 [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:204]: assert_separately failed with error message pid 2044529 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 373) Failure: TestRegexp#test_match_cache_with_peek_optimization [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:2003]: assert_separately failed with error message pid 2044532 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 374) Failure: TestRegexp#test_match_cache_positive_look_ahead [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1958]: assert_separately failed with error message pid 2044539 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 375) Failure: TestRegexp#test_timeout_nil [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1849]: assert_separately failed with error message pid 2044545 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 376) Failure: TestRegexp#test_timeout_shorter_than_global [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1849]: assert_separately failed with error message pid 2044548 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 377) Failure: TestRegexp#test_match_cache_positive_look_behind [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1985]: assert_separately failed with error message pid 2044551 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 378) Failure: TestRegexp#test_match_cache_negative_look_behind [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1994]: assert_separately failed with error message pid 2044554 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 379) Failure: TestRegexp#test_extended_comment_invalid_escape_bug_18294 [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:95]: assert_separately failed with error message pid 2044560 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 380) Failure: TestRegexp#test_timeout_corner_cases [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1888]: assert_separately failed with error message pid 2044563 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 381) Failure: TestRegexp#test_timeout_longer_than_global [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1849]: assert_separately failed with error message pid 2044566 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 382) Failure: TestRegexp#test_eq_tilde_can_be_overridden [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1686]: assert_separately failed with error message pid 2044571 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 383) Failure: TestRegexp#test_match_cache_negative_look_ahead [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1976]: assert_separately failed with error message pid 2044574 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 384) Failure: TestRegexp#test_match_cache_atomic_complex [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1949]: assert_separately failed with error message pid 2044577 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 385) Failure: TestRegexp#test_match_cache_square [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1931]: assert_separately failed with error message pid 2044580 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 386) Failure: TestRegexp#test_match_cache_positive_look_ahead_complex [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1967]: assert_separately failed with error message pid 2044583 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 387) Failure: TestRegexp#test_invalid_group [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1744]: assert_separately failed with error message pid 2044694 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 388) Failure: TestRegexp#test_match_cache_atomic [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1940]: assert_separately failed with error message pid 2044697 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 389) Failure: TestRegexp#test_match_cache_exponential [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1922]: assert_separately failed with error message pid 2044700 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 390) Failure: TestRegexp#test_invalid_free_at_parse_depth_limit_over [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1699]: assert_separately failed with error message pid 2044709 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 391) Failure: TestRegexp#test_bug_19467 [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:2025]: assert_separately failed with error message pid 2044712 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 392) Failure: TestRegexp#test_s_timeout_corner_cases [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1801]: assert_separately failed with error message pid 2044715 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 393) Failure: TestRegexp#test_nonextended_section_of_extended_regexp_bug_19379 [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:148]: assert_separately failed with error message pid 2044718 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 394) Failure: TestRegexp#test_s_timeout [/home/opc/ruby/src/master/test/ruby/test_regexp.rb:1783]: assert_separately failed with error message pid 2044721 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 395) Failure: TestMarshal#test_marshal_load_extended_class_crash [/home/opc/ruby/src/master/test/ruby/test_marshal.rb:731]: assert_separately failed with error message pid 2044734 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 396) Failure: TestMarshal#test_marshal_load_r_prepare_reference_crash [/home/opc/ruby/src/master/test/ruby/test_marshal.rb:743]: assert_separately failed with error message pid 2044737 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 397) Failure: TestBignum#test_very_big_str_to_inum [/home/opc/ruby/src/master/test/ruby/test_bignum.rb:207]: assert_separately failed with error message pid 2044741 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 398) Failure: TestPsychRactor#test_ractor_round_trip [/home/opc/ruby/src/master/test/psych/test_ractor.rb:6]: assert_separately failed with error message pid 2044751 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 399) Failure: TestPsychRactor#test_not_shareable [/home/opc/ruby/src/master/test/psych/test_ractor.rb:18]: assert_separately failed with error message pid 2044757 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 400) Failure: TestPsychRactor#test_ractor_config [/home/opc/ruby/src/master/test/psych/test_ractor.rb:30]: assert_separately failed with error message pid 2044761 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 401) Failure: TestPsychRactor#test_ractor_constants [/home/opc/ruby/src/master/test/psych/test_ractor.rb:43]: assert_separately failed with error message pid 2044766 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 402) Failure: TestThread#test_signal_at_join [/home/opc/ruby/src/master/test/ruby/test_thread.rb:1506]: assert_separately failed with error message pid 2185560 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 403) Failure: TestThread#test_report_on_exception [/home/opc/ruby/src/master/test/ruby/test_thread.rb:430]: assert_separately failed with error message pid 2187614 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 404) Failure: TestThread#test_thread_value_in_trap [/home/opc/ruby/src/master/test/ruby/test_thread.rb:1021]: assert_separately failed with error message pid 2187765 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 405) Failure: TestThread#test_thread_join_in_trap [/home/opc/ruby/src/master/test/ruby/test_thread.rb:1005]: assert_separately failed with error message pid 2187795 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 406) Failure: TestEnumerable#test_inject_op_redefined [/home/opc/ruby/src/master/test/ruby/test_enum.rb:273]: assert_separately failed with error message pid 2187832 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 407) Failure: TestEnumerable#test_refine_Enumerable_then_include [/home/opc/ruby/src/master/test/ruby/test_enum.rb:369]: assert_separately failed with error message pid 2187851 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 408) Failure: TestEnumerable#test_inject_array_op_redefined [/home/opc/ruby/src/master/test/ruby/test_enum.rb:329]: assert_separately failed with error message pid 2187854 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 409) Failure: TestEnumerable#test_inject_op_private [/home/opc/ruby/src/master/test/ruby/test_enum.rb:302]: assert_separately failed with error message pid 2187857 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 410) Failure: TestEnumerable#test_inject_array_op_private [/home/opc/ruby/src/master/test/ruby/test_enum.rb:350]: assert_separately failed with error message pid 2187901 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 411) Failure: TestObjSpaceRactor#test_tracing_does_not_crash [/home/opc/ruby/src/master/test/objspace/test_ractor.rb:5]: assert_separately failed with error message pid 2187904 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 412) Failure: TestMkmfConfiguration#test_verbose_with_arg [/home/opc/ruby/src/master/test/mkmf/test_configuration.rb:28]: assert_separately failed with error message pid 2187908 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 413) Failure: TestInteger#test_Integer [/home/opc/ruby/src/master/test/ruby/test_integer.rb:167]: assert_separately failed with error message pid 2187911 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 414) Failure: TestInteger#test_Integer_with_exception_keyword [/home/opc/ruby/src/master/test/ruby/test_integer.rb:226]: assert_separately failed with error message pid 2187925 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 415) Failure: TestInteger#test_times_bignum_redefine_plus_lt [/home/opc/ruby/src/master/test/ruby/test_integer.rb:319]: assert_separately failed with error message pid 2187981 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 416) Failure: TestABI#test_require_lib_with_incorrect_abi_on_dev_ruby [/home/opc/ruby/src/master/test/-ext-/test_abi.rb:9]: assert_separately failed with error message pid 2187984 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 417) Failure: TestABI#test_disable_abi_check_using_environment_variable [/home/opc/ruby/src/master/test/-ext-/test_abi.rb:19]: assert_separately failed with error message pid 2187987 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 418) Failure: TestABI#test_enable_abi_check_using_environment_variable [/home/opc/ruby/src/master/test/-ext-/test_abi.rb:27]: assert_separately failed with error message pid 2187990 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 419) Failure: TestSymbol#test_block_curry_proc [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:331]: assert_separately failed with error message pid 2187996 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 420) Failure: TestSymbol#test_to_proc_no_method [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:170]: assert_separately failed with error message pid 2188011 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 421) Failure: TestSymbol#test_block_curry_lambda [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:341]: assert_separately failed with error message pid 2188014 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 422) Failure: TestSymbol#test_to_proc_arg [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:179]: assert_separately failed with error message pid 2188017 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 423) Failure: TestSymbol#test_block_method_to_proc [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:351]: assert_separately failed with error message pid 2188024 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 424) Failure: TestSymbol#test_hash_redefinition [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:568]: assert_separately failed with error message pid 2188030 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 425) Failure: TestSymbol#test_to_proc_binding [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:280]: assert_separately failed with error message pid 2188036 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 426) Failure: TestSymbol#test_to_proc_iseq [/home/opc/ruby/src/master/test/ruby/test_symbol.rb:267]: assert_separately failed with error message pid 2188039 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 427) Failure: TestModule#test_prepend_optmethod [/home/opc/ruby/src/master/test/ruby/test_module.rb:2441]: assert_separately failed with error message pid 2188046 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 428) Failure: TestModule#test_private_extended_module [/home/opc/ruby/src/master/test/ruby/test_module.rb:3222]: assert_separately failed with error message pid 2188049 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 429) Failure: TestModule#test_gc_prepend_chain [/home/opc/ruby/src/master/test/ruby/test_module.rb:604]: assert_separately failed with error message pid 2188052 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 430) Failure: TestModule#test_prepend_visibility_inherited [/home/opc/ruby/src/master/test/ruby/test_module.rb:2632]: assert_separately failed with error message pid 2188055 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 431) Failure: TestModule#test_prepend_call_super [/home/opc/ruby/src/master/test/ruby/test_module.rb:2760]: assert_separately failed with error message pid 2188058 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 432) Failure: TestModule#test_prepend_gc [/home/opc/ruby/src/master/test/ruby/test_module.rb:3069]: assert_separately failed with error message pid 2188092 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 433) Failure: TestModule#test_include_toplevel [/home/opc/ruby/src/master/test/ruby/test_module.rb:526]: assert_separately failed with error message pid 2188110 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 434) Failure: TestModule#test_inspect_segfault [/home/opc/ruby/src/master/test/ruby/test_module.rb:3141]: assert_separately failed with error message pid 2188113 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 435) Failure: TestModule#test_redefinition_mismatch [/home/opc/ruby/src/master/test/ruby/test_module.rb:3213]: assert_separately failed with error message pid 2188116 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 436) Failure: TestModule#test_refine_module_then_include [/home/opc/ruby/src/master/test/ruby/test_module.rb:626]: assert_separately failed with error message pid 2188127 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 437) Failure: TestModule#test_private_top_methods [/home/opc/ruby/src/master/test/ruby/test_module.rb:2982]: assert_separately failed with error message pid 2188138 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 438) Failure: OpenSSL::TestEngine#test_engines_free [/home/opc/ruby/src/master/test/openssl/test_engine.rb:85]: assert_separately failed with error message pid 2188153 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 439) Failure: OpenSSL::TestEngine#test_openssl_engine_digest_sha1 [/home/opc/ruby/src/master/test/openssl/test_engine.rb:85]: assert_separately failed with error message pid 2188156 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 440) Failure: OpenSSL::TestEngine#test_openssl_engine_id_name_inspect [/home/opc/ruby/src/master/test/openssl/test_engine.rb:85]: assert_separately failed with error message pid 2188159 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 441) Failure: OpenSSL::TestEngine#test_openssl_engine_by_id_string [/home/opc/ruby/src/master/test/openssl/test_engine.rb:85]: assert_separately failed with error message pid 2188162 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 442) Failure: OpenSSL::TestEngine#test_openssl_engine_builtin [/home/opc/ruby/src/master/test/openssl/test_engine.rb:85]: assert_separately failed with error message pid 2188168 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 443) Failure: TestThreadLockNativeThread#test_lock_native_thread [/home/opc/ruby/src/master/test/-ext-/thread/test_lock_native_thread.rb:18]: assert_separately failed with error message pid 2188171 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 444) Failure: TestThreadLockNativeThread#test_lock_native_thread_tls [/home/opc/ruby/src/master/test/-ext-/thread/test_lock_native_thread.rb:31]: assert_separately failed with error message pid 2188175 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 445) Failure: TC_OpenStruct#test_access_methods_from_different_ractor [/home/opc/ruby/src/master/test/ostruct/test_ostruct.rb:373]: assert_separately failed with error message pid 2188189 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 446) Failure: TC_OpenStruct#test_ractor [/home/opc/ruby/src/master/test/ostruct/test_ostruct.rb:360]: assert_separately failed with error message pid 2188193 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 447) Failure: TestRequire#test_require_invalid_shared_object [/home/opc/ruby/src/master/test/ruby/test_require.rb:37]: assert_separately failed with error message pid 2188201 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 448) Failure: TestRequire#test_define_module [/home/opc/ruby/src/master/test/ruby/test_require.rb:317]: assert_separately failed with error message pid 2188204 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 449) Failure: TestRequire#test_loading_fifo_threading_raise [/home/opc/ruby/src/master/test/ruby/test_require.rb:850]: assert_separately failed with error message pid 2188217 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 450) Failure: TestRequire#test_define_class [/home/opc/ruby/src/master/test/ruby/test_require.rb:256]: assert_separately failed with error message pid 2188221 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 451) Failure: TestRequire#test_throw_while_loading [/home/opc/ruby/src/master/test/ruby/test_require.rb:920]: assert_separately failed with error message pid 2188232 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 452) Failure: TestRequire#test_define_class_under [/home/opc/ruby/src/master/test/ruby/test_require.rb:285]: assert_separately failed with error message pid 2188236 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 453) Failure: TestRequire#test_default_loaded_features_encoding [/home/opc/ruby/src/master/test/ruby/test_require.rb:633]: assert_separately failed with error message pid 2188239 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 454) Failure: TestRequire#test_loading_fifo_fd_leak [/home/opc/ruby/src/master/test/ruby/test_require.rb:896]: assert_separately failed with error message pid 2188302 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 455) Failure: TestRequire#test_require_in_wrapped_load [/home/opc/ruby/src/master/test/ruby/test_require.rb:364]: assert_separately failed with error message pid 2188419 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 456) Failure: TestRequire#test_load_wrap_nil [/home/opc/ruby/src/master/test/ruby/test_require.rb:431]: assert_separately failed with error message pid 2188422 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 457) Failure: TestRequire#test_load_error_path [/home/opc/ruby/src/master/test/ruby/test_require.rb:20]: assert_separately failed with error message pid 2188425 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 458) Failure: TestRequire#test_require_too_long_filename [/home/opc/ruby/src/master/test/ruby/test_require.rb:48]: assert_separately failed with error message pid 2188432 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 459) Failure: TestRequire#test_loading_fifo_threading_success [/home/opc/ruby/src/master/test/ruby/test_require.rb:869]: assert_separately failed with error message pid 2188438 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 460) Failure: TestRequire#test_define_module_under [/home/opc/ruby/src/master/test/ruby/test_require.rb:332]: assert_separately failed with error message pid 2188448 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 461) Failure: TestSignal#test_trap_system_default [/home/opc/ruby/src/master/test/ruby/test_signal.rb:197]: assert_separately failed with error message pid 2188458 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 462) Failure: TestSignal#test_sigwait_fd_unused [/home/opc/ruby/src/master/test/ruby/test_signal.rb:336]: assert_separately failed with error message pid 2188492 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 463) Failure: TestSignal#test_hup_me [/home/opc/ruby/src/master/test/ruby/test_signal.rb:268]: assert_separately failed with error message pid 2188502 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 464) Failure: TestSignal#test_ignored_interrupt [/home/opc/ruby/src/master/test/ruby/test_signal.rb:284]: assert_separately failed with error message pid 2188505 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 465) Failure: TestObjectSpace#test_each_object_no_garbage [/home/opc/ruby/src/master/test/ruby/test_objectspace.rb:243]: assert_separately failed with error message pid 2188542 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 466) Failure: TestObjectSpace#test_each_object_singleton_class [/home/opc/ruby/src/master/test/ruby/test_objectspace.rb:269]: assert_separately failed with error message pid 2188564 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 467) Failure: TestRipper::Generic#test_parse_files:lib/prism [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188568 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 468) Failure: TestRipper::Generic#test_parse_files:sample [/home/opc/ruby/src/master/test/ripper/test_files_sample.rb:5]: assert_separately failed with error message pid 2188571 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 469) Failure: TestRipper::Generic#test_parse_files:lib/reline [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188574 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 470) Failure: TestRipper::Generic#test_parse_files:lib/uri [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188577 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 471) Failure: TestRipper::Generic#test_parse_files:lib [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:5]: assert_separately failed with error message pid 2188580 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 472) Failure: TestRipper::Generic#test_parse_files:lib/error_highlight [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188583 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 473) Failure: TestRipper::Generic#test_parse_files:lib/cgi [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188586 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 474) Failure: TestRipper::Generic#test_parse_files:lib/random [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188589 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 475) Failure: TestRipper::Generic#test_parse_files:lib/net [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188592 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 476) Failure: TestRipper::Generic#test_parse_files:lib/bundler [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188595 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 477) Failure: TestRipper::Generic#test_parse_files:lib/yaml [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188598 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 478) Failure: TestRipper::Generic#test_parse_files:lib/optparse [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188601 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 479) Failure: TestRipper::Generic#test_parse_files:lib/did_you_mean [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188604 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 480) Failure: TestRipper::Generic#test_parse_files:lib/ruby_vm [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188607 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 481) Failure: TestRipper::Generic#test_parse_files:lib/logger [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188610 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 482) Failure: TestRipper::Generic#test_parse_files:lib/rdoc [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188613 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 483) Failure: TestRipper::Generic#test_parse_files:lib/open3 [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188616 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 484) Failure: TestRipper::Generic#test_parse_files:lib/set [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188619 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 485) Failure: TestRipper::Generic#test_parse_files:lib/forwardable [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188622 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 486) Failure: TestRipper::Generic#test_parse_files:test [/home/opc/ruby/src/master/test/ripper/test_files_test.rb:5]: assert_separately failed with error message pid 2188625 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 487) Failure: TestRipper::Generic#test_parse_files:lib/rubygems [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188628 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 488) Failure: TestRipper::Generic#test_parse_files:lib/unicode_normalize [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188631 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 489) Failure: TestRipper::Generic#test_parse_files:lib/irb [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188634 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 490) Failure: TestRipper::Generic#test_parse_files:lib/syntax_suggest [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188637 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 491) Failure: TestRipper::Generic#test_parse_files:lib/erb [/home/opc/ruby/src/master/test/ripper/test_files_lib.rb:10]: assert_separately failed with error message pid 2188640 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 492) Failure: TestWeakKeyMap#test_compaction [/home/opc/ruby/src/master/test/ruby/test_weakkeymap.rb:128]: assert_separately failed with error message pid 2188646 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 493) Failure: TestLogDevice#test_shifting_weekly_dst_change [/home/opc/ruby/src/master/test/logger/test_logdevice.rb:630]: assert_separately failed with error message pid 2188657 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 494) Failure: TestLogDevice#test_shifting_monthly_dst_change [/home/opc/ruby/src/master/test/logger/test_logdevice.rb:661]: assert_separately failed with error message pid 2188760 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 495) Failure: TestFileExhaustive#test_flock_shared [/home/opc/ruby/src/master/test/ruby/test_file_exhaustive.rb:1452]: assert_separately failed with error message pid 2188771 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 496) Failure: TestFileExhaustive#test_readlink_long_path [/home/opc/ruby/src/master/test/ruby/test_file_exhaustive.rb:760]: assert_separately failed with error message pid 2188775 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 497) Failure: TestFileExhaustive#test_flock_exclusive [/home/opc/ruby/src/master/test/ruby/test_file_exhaustive.rb:1421]: assert_separately failed with error message pid 2188778 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 498) Failure: TestFileExhaustive#test_join_with_changed_separator [/home/opc/ruby/src/master/test/ruby/test_file_exhaustive.rb:1377]: assert_separately failed with error message pid 2188784 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 499) Failure: Bug::Test_ExceptionAT#test_exception_at_throwing [/home/opc/ruby/src/master/test/-ext-/exception/test_exception_at_throwing.rb:7]: assert_separately failed with error message pid 2188866 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 500) Failure: TestDigest::TestInitCopy#test_initialize_copy_md5_rmd160 [/home/opc/ruby/src/master/test/digest/test_digest.rb:210]: assert_separately failed with error message pid 2188869 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 501) Failure: TestDigest::TestDigestParen#test_sha2 [/home/opc/ruby/src/master/test/digest/test_digest.rb:221]: assert_separately failed with error message pid 2188872 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 502) Failure: TestDigest::TestDigestParen#test_no_lib_no_def [/home/opc/ruby/src/master/test/digest/test_digest.rb:242]: assert_separately failed with error message pid 2188875 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 503) Failure: TestDigest::TestDigestParen#test_race [/home/opc/ruby/src/master/test/digest/test_digest.rb:250]: assert_separately failed with error message pid 2188878 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 504) Failure: TestDigest::TestDigestParen#test_race_mixed [/home/opc/ruby/src/master/test/digest/test_digest.rb:263]: assert_separately failed with error message pid 2188882 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 505) Failure: TestDigest::TestDigestParen#test_no_lib [/home/opc/ruby/src/master/test/digest/test_digest.rb:231]: assert_separately failed with error message pid 2188898 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 506) Failure: TestPathnameRactor#test_ractor_shareable [/home/opc/ruby/src/master/test/pathname/test_ractor.rb:11]: assert_separately failed with error message pid 2188901 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 507) Failure: TestDup#test_user_flags [/home/opc/ruby/src/master/test/ruby/test_dup.rb:77]: assert_separately failed with error message pid 2188905 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 508) Failure: TestTmpdir#test_ractor [/home/opc/ruby/src/master/test/test_tmpdir.rb:126]: assert_separately failed with error message pid 2188908 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 509) Failure: TestStringIO#test_overflow [/home/opc/ruby/src/master/test/stringio/test_stringio.rb:947]: assert_separately failed with error message pid 2188913 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 510) Failure: TestRipper::Ripper#test_regexp_enc_error [/home/opc/ruby/src/master/test/ripper/test_ripper.rb:107]: assert_separately failed with error message pid 2188916 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 511) Failure: TestRipper::Ripper#test_new [/home/opc/ruby/src/master/test/ripper/test_ripper.rb:18]: assert_separately failed with error message pid 2188919 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 512) Failure: TestRipper::Ripper::TestInput#test_regexp_enc_error [/home/opc/ruby/src/master/test/ripper/test_ripper.rb:107]: assert_separately failed with error message pid 2188922 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 513) Failure: TestRipper::Ripper::TestInput#test_new [/home/opc/ruby/src/master/test/ripper/test_ripper.rb:18]: assert_separately failed with error message pid 2188925 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 514) Failure: TestAutoload#test_autoload_parallel_race [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:563]: assert_separately failed with error message pid 2188928 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 515) Failure: TestAutoload#test_autoload_parent_namespace [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:592]: assert_separately failed with error message pid 2190957 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 516) Failure: TestAutoload#test_autoload_private_constant [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:294]: assert_separately failed with error message pid 2190960 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 517) Failure: TestAutoload#test_autoload_after_failed_and_removed_from_loaded_features [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:506]: assert_separately failed with error message pid 2190963 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 518) Failure: TestAutoload#test_source_location [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:460]: assert_separately failed with error message pid 2190966 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 519) Failure: TestAutoload#test_autoload_same_file [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:419]: assert_separately failed with error message pid 2190969 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 520) Failure: TestAutoload#test_autoload_deprecate_constant_before_autoload [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:363]: assert_separately failed with error message pid 2190974 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 521) Failure: TestAutoload#test_source_location_after_require [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:476]: assert_separately failed with error message pid 2190986 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 522) Failure: TestAutoload#test_autoload_deprecate_constant [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:314]: assert_separately failed with error message pid 2190989 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 523) Failure: TestAutoload#test_autoload_private_constant_before_autoload [/home/opc/ruby/src/master/test/ruby/test_autoload.rb:333]: assert_separately failed with error message pid 2190992 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 524) Failure: TestArray#test_sort_with_replace [/home/opc/ruby/src/master/test/ruby/test_array.rb:1877]: assert_separately failed with error message pid 2191019 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 525) Failure: TestArray#test_repeated_combination_stack_error [/home/opc/ruby/src/master/test/ruby/test_array.rb:2576]: assert_separately failed with error message pid 2191022 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 526) Failure: TestArray#test_permutation_stack_error [/home/opc/ruby/src/master/test/ruby/test_array.rb:2488]: assert_separately failed with error message pid 2191028 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 527) Failure: TestArray#test_repeated_permutation_stack_error [/home/opc/ruby/src/master/test/ruby/test_array.rb:2530]: assert_separately failed with error message pid 2191039 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 528) Failure: RactorCompatibilityTest#test_method_name_suggestion_works_in_ractor [/home/opc/ruby/src/master/test/did_you_mean/test_ractor_compatibility.rb:43]: assert_separately failed with error message pid 2191042 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 529) Failure: RactorCompatibilityTest#test_pattern_key_name_suggestion_works_in_ractor [/home/opc/ruby/src/master/test/did_you_mean/test_ractor_compatibility.rb:61]: assert_separately failed with error message pid 2191046 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 530) Failure: RactorCompatibilityTest#test_key_name_suggestion_works_in_ractor [/home/opc/ruby/src/master/test/did_you_mean/test_ractor_compatibility.rb:24]: assert_separately failed with error message pid 2191051 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 531) Failure: RactorCompatibilityTest#test_can_raise_other_name_error_in_ractor [/home/opc/ruby/src/master/test/did_you_mean/test_ractor_compatibility.rb:83]: assert_separately failed with error message pid 2191055 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 532) Failure: RactorCompatibilityTest#test_class_name_suggestion_works_in_ractor [/home/opc/ruby/src/master/test/did_you_mean/test_ractor_compatibility.rb:7]: assert_separately failed with error message pid 2191059 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 533) Failure: RactorCompatibilityTest#test_variable_name_suggestion_works_in_ractor [/home/opc/ruby/src/master/test/did_you_mean/test_ractor_compatibility.rb:100]: assert_separately failed with error message pid 2191064 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 534) Failure: TestEnv#test_bracket_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:643]: assert_separately failed with error message pid 2191068 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 535) Failure: TestEnv#test_size_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1131]: assert_separately failed with error message pid 2191073 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 536) Failure: TestEnv#test_frozen_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1364]: assert_separately failed with error message pid 2191078 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 537) Failure: TestEnv#test_values_at_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:972]: assert_separately failed with error message pid 2191083 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 538) Failure: TestEnv#test_select_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:982]: assert_separately failed with error message pid 2191088 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 539) Failure: TestEnv#test_update_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1313]: assert_separately failed with error message pid 2191093 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 540) Failure: TestEnv#test_each_pair_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:869]: assert_separately failed with error message pid 2191098 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 541) Failure: TestEnv#test_has_value_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:687]: assert_separately failed with error message pid 2191103 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 542) Failure: TestEnv#test_delete_if_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:900]: assert_separately failed with error message pid 2191108 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 543) Failure: TestEnv#test_except_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1045]: assert_separately failed with error message pid 2191113 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 544) Failure: TestEnv#test_delete_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:744]: assert_separately failed with error message pid 2191118 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 545) Failure: TestEnv#test_to_hash_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1228]: assert_separately failed with error message pid 2191123 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 546) Failure: TestEnv#test_has_value2_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1193]: assert_separately failed with error message pid 2191128 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 547) Failure: TestEnv#test_has_key_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1156]: assert_separately failed with error message pid 2191133 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 548) Failure: TestEnv#test_empty_p_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1143]: assert_separately failed with error message pid 2191140 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 549) Failure: TestEnv#test_aset_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:803]: assert_separately failed with error message pid 2191145 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 550) Failure: TestEnv#test_to_a_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1102]: assert_separately failed with error message pid 2191150 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 551) Failure: TestEnv#test_fetch_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:774]: assert_separately failed with error message pid 2191155 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 552) Failure: TestEnv#test_invert_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1285]: assert_separately failed with error message pid 2191160 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 553) Failure: TestEnv#test_rassoc_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1206]: assert_separately failed with error message pid 2191165 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 554) Failure: TestEnv#test_reject_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1253]: assert_separately failed with error message pid 2191170 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 555) Failure: TestEnv#test_replace_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1298]: assert_separately failed with error message pid 2191175 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 556) Failure: TestEnv#test_keep_if_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:954]: assert_separately failed with error message pid 2191180 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 557) Failure: TestEnv#test_to_s_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1074]: assert_separately failed with error message pid 2191185 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 558) Failure: TestEnv#test_filter_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1004]: assert_separately failed with error message pid 2191190 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 559) Failure: TestEnv#test_reject_bang_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:882]: assert_separately failed with error message pid 2191195 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 560) Failure: TestEnv#test_ivar_in_env_should_not_be_access_from_non_main_ractors [/home/opc/ruby/src/master/test/ruby/test_env.rb:1410]: assert_separately failed with error message pid 2191200 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 561) Failure: TestEnv#test_values_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:845]: assert_separately failed with error message pid 2191204 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 562) Failure: TestEnv#test_each_key_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:833]: assert_separately failed with error message pid 2191209 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 563) Failure: TestEnv#test_each_value_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:857]: assert_separately failed with error message pid 2191214 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 564) Failure: TestEnv#test_rehash_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1122]: assert_separately failed with error message pid 2191219 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 565) Failure: TestEnv#test_filter_bang_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:936]: assert_separately failed with error message pid 2191224 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 566) Failure: TestEnv#test_slice_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1026]: assert_separately failed with error message pid 2191229 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 567) Failure: TestEnv#test_dup_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:678]: assert_separately failed with error message pid 2191234 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 568) Failure: TestEnv#test_shift_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1267]: assert_separately failed with error message pid 2191239 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 569) Failure: TestEnv#test_to_h_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1240]: assert_separately failed with error message pid 2191244 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 570) Failure: TestEnv#test_select_bang_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:918]: assert_separately failed with error message pid 2191249 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 571) Failure: TestEnv#test_inspect_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1083]: assert_separately failed with error message pid 2191254 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 572) Failure: TestEnv#test_key_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:711]: assert_separately failed with error message pid 2191259 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 573) Failure: TestEnv#test_frozen_env_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1355]: assert_separately failed with error message pid 2191264 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 574) Failure: TestEnv#test_getenv_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:760]: assert_separately failed with error message pid 2191269 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 575) Failure: TestEnv#test_shared_substring_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1390]: assert_separately failed with error message pid 2191274 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 576) Failure: TestEnv#test_clear_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1064]: assert_separately failed with error message pid 2191279 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 577) Failure: TestEnv#test_huge_value_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1333]: assert_separately failed with error message pid 2191284 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 578) Failure: TestEnv#test_keys_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:820]: assert_separately failed with error message pid 2191288 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 579) Failure: TestEnv#test_assoc_in_ractor [/home/opc/ruby/src/master/test/ruby/test_env.rb:1170]: assert_separately failed with error message pid 2191293 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 580) Failure: TestArraySubclass#test_sort_with_replace [/home/opc/ruby/src/master/test/ruby/test_array.rb:1877]: assert_separately failed with error message pid 2191297 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 581) Failure: TestArraySubclass#test_repeated_combination_stack_error [/home/opc/ruby/src/master/test/ruby/test_array.rb:2576]: assert_separately failed with error message pid 2191300 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 582) Failure: TestArraySubclass#test_permutation_stack_error [/home/opc/ruby/src/master/test/ruby/test_array.rb:2488]: assert_separately failed with error message pid 2191306 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 583) Failure: TestArraySubclass#test_repeated_permutation_stack_error [/home/opc/ruby/src/master/test/ruby/test_array.rb:2530]: assert_separately failed with error message pid 2191317 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 584) Failure: TestISeq#test_translate_by_object [/home/opc/ruby/src/master/test/ruby/test_iseq.rb:407]: assert_separately failed with error message pid 2191323 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 585) Failure: TestISeq#test_mandatory_only [/home/opc/ruby/src/master/test/ruby/test_iseq.rb:788]: assert_separately failed with error message pid 2191326 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 586) Failure: TestISeq#test_iseq_builtin_load [/home/opc/ruby/src/master/test/ruby/test_iseq.rb:769]: assert_separately failed with error message pid 2191340 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 587) Failure: TestDir#test_glob_too_may_open_files [/home/opc/ruby/src/master/test/ruby/test_dir.rb:362]: assert_separately failed with error message pid 2191365 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 588) Failure: TestDir#test_glob_gc_for_fd [/home/opc/ruby/src/master/test/ruby/test_dir.rb:743]: assert_separately failed with error message pid 2191370 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 589) Failure: TestDir#test_instance_chdir [/home/opc/ruby/src/master/test/ruby/test_dir.rb:174]: assert_separately failed with error message pid 2191375 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 590) Failure: Test_Load_ResolveSymbol#test_load_resolve_symbol_resolver [/home/opc/ruby/src/master/test/-ext-/load/test_resolve_symbol.rb:6]: assert_separately failed with error message pid 2191380 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 591) Failure: TestEtc#test_ractor [/home/opc/ruby/src/master/test/etc/test_etc.rb:180]: assert_separately failed with error message pid 2191383 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 592) Failure: TestIO_M17N#test_bom_too_long_utfname [/home/opc/ruby/src/master/test/ruby/test_io_m17n.rb:2251]: assert_separately failed with error message pid 2191486 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 593) Failure: TestFloat#test_long_string [/home/opc/ruby/src/master/test/ruby/test_float.rb:981]: assert_separately failed with error message pid 2191551 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 594) Failure: TestFloat#test_aliased_quo_recursion [/home/opc/ruby/src/master/test/ruby/test_float.rb:1030]: assert_separately failed with error message pid 2191554 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 595) Failure: TestIO#test_closed_stream_in_rescue [/home/opc/ruby/src/master/test/ruby/test_io.rb:4151]: assert_separately failed with error message pid 2191678 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 596) Failure: TestIO#test_cross_thread_close_stdio [/home/opc/ruby/src/master/test/ruby/test_io.rb:3359]: assert_separately failed with error message pid 2191728 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 597) Failure: TestIO#test_write_epipe_nosync [/home/opc/ruby/src/master/test/ruby/test_io.rb:1793]: assert_separately failed with error message pid 2191790 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 598) Failure: TestIO#test_DATA_binmode [/home/opc/ruby/src/master/test/ruby/test_io.rb:3083]: assert_separately failed with error message pid 2191797 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 599) Failure: TestIO#test_open_fifo_does_not_block_other_threads [/home/opc/ruby/src/master/test/ruby/test_io.rb:3938]: assert_separately failed with error message pid 2193628 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 600) Failure: TestIO#test_race_closed_stream [/home/opc/ruby/src/master/test/ruby/test_io.rb:4055]: assert_separately failed with error message pid 2193633 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 601) Failure: TestIO#test_dup_many [/home/opc/ruby/src/master/test/ruby/test_io.rb:1475]: assert_separately failed with error message pid 2193644 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 602) Failure: TestIO#test_set_lineno [/home/opc/ruby/src/master/test/ruby/test_io.rb:1894]: assert_separately failed with error message pid 2193647 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 603) Failure: TestIO#test_race_gets_and_close [/home/opc/ruby/src/master/test/ruby/test_io.rb:4023]: assert_separately failed with error message pid 2193693 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value 604) Failure: TestIO#test_set_stdout [/home/opc/ruby/src/master/test/ruby/test_io.rb:2963]: assert_separately failed with error message pid 2193824 exit 0 | /home/opc/ruby/src/master/lib/pp.rb:462: warning: assigned but unused variable - value make: *** [uncommon.mk:963: yes-test-all] Error 92 $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 512. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -Wmisleading-indentation -Wundef XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.6.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' ruby 3.4.0dev (2024-11-12T02:19:04Z master bc21a610b6) +PRISM [aarch64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ............................................................ 3360 ............................................................ 3420 ................. Finished in 41.526062 seconds 3436 files, 33245 examples, 184267 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0.