# Logfile created on 2023-12-22 11:45:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055bfb2e4c6c8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231222-114515", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055bfb2ed6c38 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055bfb2ed6aa8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055bfb2ed6878 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231222-114515", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231222-114515>, @binmode=false, @mon_data=#<Monitor:0x000055bfb2ed67b0>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20-asserts
Cloning into 'trunk-repeat20-asserts'...
Updating files: 97% (11831/12164)
Updating files: 98% (11921/12164)
Updating files: 99% (12043/12164)
Updating files: 100% (12164/12164)
Updating files: 100% (12164/12164), done.
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-repeat20-asserts" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking 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 the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
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 stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
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 race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether 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 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 CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for 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: WARNING: something wrong with CXXFLAGS=""
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for stdio.h... (cached) yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking 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__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
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 for sys/pstat.h... no
checking for pid_t... (cached) yes
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 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 grantpt... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
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 for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking 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 x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage sepcifier... _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 for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... yes
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
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 for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library...
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.3.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.3.0
* Installation prefix: /tmp/ruby/install/trunk-repeat20-asserts
* exec prefix: ${prefix}
* arch: x86_64-linux
* site arch: ${arch}
* RUBY_BASE_NAME: ruby
* enable shared: yes
* ruby lib prefix: ${libdir}/${RUBY_BASE_NAME}
* site libraries path: ${rubylibprefix}/${sitearch}
* vendor path: ${rubylibprefix}/vendor_ruby
* target OS: linux
* compiler: gcc
* with thread: pthread
* with coroutine: amd64
* enable shared libs: yes
* dynamic library ext: so
* CFLAGS: ${optflags} ${debugflags} ${warnflags}
* LDFLAGS: -L. -fstack-protector-strong -rdynamic \
-Wl,-export-dynamic -Wl,--no-as-needed
* DLDFLAGS: -Wl,--compress-debug-sections=zlib
* optflags: -O3 -fno-fast-math
* debugflags: -ggdb3
* warnflags: -Wall -Wextra -Wdeprecated-declarations \
-Wdiv-by-zero -Wduplicated-cond \
-Wimplicit-function-declaration -Wimplicit-int \
-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
* strip command: strip -S -x
* install doc: no
* YJIT support: yes
* RJIT support: yes
* man page type: man
* BASERUBY -v: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) \
[x86_64-linux-gnu]
---
$$$[end] "/tmp/ruby/src/trunk-repeat20-asserts/configure --prefix=/tmp/ruby/install/trunk-repeat20-asserts --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-unicode DEFS="-DRUBY_DEBUG=1"
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
$$$[end] "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-download DEFS="-DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.20.0...
Downloading bundled gem power_assert-2.0.3...
Downloading bundled gem rake-13.1.0...
Downloading bundled gem test-unit-3.6.1...
Downloading bundled gem rexml-3.2.6...
Downloading bundled gem rss-0.3.0...
Downloading bundled gem net-ftp-0.3.3...
Downloading bundled gem net-imap-0.4.8...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.4.0...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem rbs-3.4.0...
Downloading bundled gem typeprof-0.21.9...
Downloading bundled gem debug-1.9.1...
Downloading bundled gem racc-1.7.3...
$$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src DEFS="-DRUBY_DEBUG=1"
Already up to date.
Latest commit hash = e8639098ed
$$$[end] "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update DEFS="-DRUBY_DEBUG=1"
generating id.h
id.h updated
generating optinsn.inc
generating optunifs.inc
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
/tmp/ruby/src/trunk-repeat20-asserts/revision.h updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20-asserts/enc/jis
+ cp /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-repeat20-asserts/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-repeat20-asserts/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-repeat20-asserts/probes.d > probes.dmyh
generating /tmp/ruby/src/trunk-repeat20-asserts/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating enc/trans/newline.c ...
generating id.c
id.c updated
making /tmp/ruby/src/trunk-repeat20-asserts/ast.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/dir.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/gc.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/numeric.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/io.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/marshal.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/rjit.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/pack.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/trace_point.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/warning.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/array.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/kernel.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/ractor.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/symbol.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/timev.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/thread_sync.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/nilclass.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/prelude.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/gem_prelude.rbinc
making /tmp/ruby/src/trunk-repeat20-asserts/yjit.rbinc
/tmp/ruby/src/trunk-repeat20-asserts/lib/unicode_normalize/tables.rb unchanged
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
extracting ripper.y from ../../parse.y
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
generating eventids2table.c from ./eventids2.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/etc'
generating miniprelude.c
miniprelude.c updated
generating golf_prelude.c
golf_prelude.c updated
/bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating table from enc/trans/big5.c
generating 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/chinese.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/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/gbk.c
generating enc/trans/gbk.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/japanese_euc.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/korean.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/utf8_mac.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
/usr/bin/mkdir -p /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems
Extracting bundle gem minitest-5.20.0...
Unpacked gems/minitest-5.20.0.gem
Extracting bundle gem power_assert-2.0.3...
Unpacked gems/power_assert-2.0.3.gem
Extracting bundle gem rake-13.1.0...
Unpacked gems/rake-13.1.0.gem
Extracting bundle gem test-unit-3.6.1...
Unpacked gems/test-unit-3.6.1.gem
Extracting bundle gem rexml-3.2.6...
Unpacked gems/rexml-3.2.6.gem
Extracting bundle gem rss-0.3.0...
Unpacked gems/rss-0.3.0.gem
Extracting bundle gem net-ftp-0.3.3...
Unpacked gems/net-ftp-0.3.3.gem
Extracting bundle gem net-imap-0.4.8...
Unpacked gems/net-imap-0.4.8.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.4.0...
Unpacked gems/net-smtp-0.4.0.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem rbs-3.4.0...
Unpacked gems/rbs-3.4.0.gem
Extracting bundle gem typeprof-0.21.9...
Unpacked gems/typeprof-0.21.9.gem
Extracting bundle gem debug-1.9.1...
Unpacked gems/debug-1.9.1.gem
Extracting bundle gem racc-1.7.3...
Unpacked gems/racc-1.7.3.gem
$$$[end] "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
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=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-repeat20-asserts/main.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dmydln.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dmyext.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-repeat20-asserts/array.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ast.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/bignum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/class.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compar.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compile.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/complex.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/cont.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/debug.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/debug_counter.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dir.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dln_find.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/encoding.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/error.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/eval.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/file.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/gc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/hash.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/inits.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io_buffer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/iseq.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/load.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/marshal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/math.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/numeric.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/object.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/parser_st.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/proc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/process.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ractor.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/random.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/range.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rational.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/re.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regcomp.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regenc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regerror.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regexec.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regparse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/regsyntax.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/shape.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/signal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/sprintf.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/st.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/strftime.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/string.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/struct.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/symbol.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/thread.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/time.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/transcode.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/util.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/variable.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/api_pack.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/encoding.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/extension.c
compiling prism/node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/options.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/pack.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_buffer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_char.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_list.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_newline_list.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_state_stack.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_string.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_string_list.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_strncasecmp.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism_init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/yjit.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
assembling /tmp/ruby/src/trunk-repeat20-asserts/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/ascii.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/unicode.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/missing/strlcat.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/missing/strlcpy.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/addr2line.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dmyenc.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
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=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-repeat20-asserts/dln.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat20-asserts/loadpath.c
builtin_binary.inc updated
4b2fdf28117ecf0b560d43acdd223a617908b1d4a283456baf4c5fb786074707 builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
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=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
encdb.h updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
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-/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-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
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-/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/instrumentation
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring bigdecimal
configuring cgi/escape
configuring continuation
configuring coverage
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring erb/escape
configuring etc
configuring fcntl
configuring fiddle
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring zlib
configuring debug-1.9.1/ext/debug
configuring racc-1.7.3/ext/racc/cparse
configuring rbs-3.4.0/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF/c.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/abi/abi.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/class'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/class/init.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/debug/profile_frames.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/dln/empty/empty.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/econv/init.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/eval/eval.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/exception/init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/file'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/file/stat.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/float'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/float/nextafter.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/funcall/funcall.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/hash/init.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/integer/my_integer.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/iter/yield.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_resolver'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c
linking shared-object -test-/load/resolve_symbol_resolver.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_resolver'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_target'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c
linking shared-object -test-/load/resolve_symbol_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/resolve_symbol_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_symbols'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/stringify_symbols/stringify_symbols.c
linking shared-object -test-/load/stringify_symbols.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_symbols'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_target'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/load/stringify_target/stringify_target.c
linking shared-object -test-/load/stringify_target.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/load/stringify_target'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/method'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/method/init.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/num2int/num2int.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/printf/printf.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/proc/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/proc/super.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/random'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/random/loop.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/recursion/recursion.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/st/update/update.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/string'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/capacity.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/string/set_len.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/data.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/struct/member.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/symbol/type.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/time'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/time/new.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/vm/at_exit.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/-test-/wait/wait.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/bigdecimal/missing.c
linking shared-object bigdecimal.so
installing default bigdecimal libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/cgi/escape/escape.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/continuation'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/continuation/continuation.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/coverage/coverage.c
linking shared-object coverage.so
installing default coverage libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/date/date_strptime.c
linking shared-object date_core.so
installing default date_core libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/digest.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/md5'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/md5/md5.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/rmd160/rmd160.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha1/sha1.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/erb/escape'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/erb/escape/escape.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/etc'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/etc/etc.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fcntl'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/fiddle/pointer.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/io/console/console.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/wait'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/json/generator/generator.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/parser'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/json/parser/parser.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/monitor/monitor.c
linking shared-object monitor.so
installing default monitor libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/nkf/nkf.c
linking shared-object nkf.so
installing default nkf libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace_dump.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/openssl_missing.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
installing default openssl libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/pathname/pathname.c
linking shared-object pathname.so
installing default pathname libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/psych/psych_yaml_tree.c
linking shared-object psych.so
installing default psych libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/pty/pty.c
linking shared-object pty.so
installing default pty libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/rbconfig/sizeof/limits.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids1.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper_init.c
linking shared-object ripper.so
installing default ripper libraries
checking /tmp/ruby/src/trunk-repeat20-asserts/parse.y and /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ifaddr.c
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/stringio'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/strscan/strscan.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/syslog/syslog.c
linking shared-object syslog.so
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/zlib/zlib.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug/iseq_collector.c
linking shared-object debug/debug.so
ln -sfT ../../../../../src/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/lib ../../../../../.bundle/gems/debug-1.9.1/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse/cparse.c
linking shared-object racc/cparse.so
ln -sfT ../../../../../src/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/lib ../../../../../../.bundle/gems/racc-1.7.3/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
ln -sfT ../../../../../src/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/lib ../../../../../.bundle/gems/rbs-3.4.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/encdb.c
linking encoding encdb.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/big5.c
linking encoding big5.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/cesu_8.c
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/cp949.c
linking encoding cp949.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/emacs_mule.c
linking encoding emacs_mule.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/euc_jp.c
linking encoding euc_jp.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/euc_kr.c
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/euc_tw.c
linking encoding euc_tw.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/gb2312.c
linking encoding gb2312.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/gb18030.c
linking encoding gb18030.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/gbk.c
linking encoding gbk.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_1.c
linking encoding iso_8859_1.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_2.c
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_3.c
linking encoding iso_8859_3.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_4.c
linking encoding iso_8859_4.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_5.c
linking encoding iso_8859_5.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_6.c
linking encoding iso_8859_6.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_7.c
linking encoding iso_8859_7.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_8.c
linking encoding iso_8859_8.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_9.c
linking encoding iso_8859_9.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_10.c
linking encoding iso_8859_10.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_11.c
linking encoding iso_8859_11.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_13.c
linking encoding iso_8859_13.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_14.c
linking encoding iso_8859_14.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_15.c
linking encoding iso_8859_15.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/iso_8859_16.c
linking encoding iso_8859_16.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/koi8_r.c
linking encoding koi8_r.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/koi8_u.c
linking encoding koi8_u.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/shift_jis.c
linking encoding shift_jis.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_16be.c
linking encoding utf_16be.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_16le.c
linking encoding utf_16le.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_32be.c
linking encoding utf_32be.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/utf_32le.c
linking encoding utf_32le.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_31j.c
linking encoding windows_31j.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1250.c
linking encoding windows_1250.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1251.c
linking encoding windows_1251.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1252.c
linking encoding windows_1252.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1253.c
linking encoding windows_1253.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1254.c
linking encoding windows_1254.so
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/windows_1257.c
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/transdb.c
linking transcoder transdb.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/big5.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/big5.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/big5.c
linking transcoder big5.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/cesu_8.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/cesu_8.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/cesu_8.c
linking transcoder cesu_8.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/chinese.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/chinese.c
linking transcoder chinese.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/ebcdic.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/ebcdic.c
linking transcoder ebcdic.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji.c
linking transcoder emoji.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_iso2022_kddi.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_docomo.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_kddi.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_softbank.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/escape.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/escape.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/escape.c
linking transcoder escape.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gb18030.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gb18030.c
linking transcoder gb18030.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gbk.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/gbk.c
linking transcoder gbk.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/iso2022.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/iso2022.c
linking transcoder iso2022.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese.c
linking transcoder japanese.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_euc.c
linking transcoder japanese_euc.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_sjis.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/korean.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/korean.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/korean.c
linking transcoder korean.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c
linking transcoder single_byte.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf8_mac.c
linking transcoder utf8_mac.so
generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf_16_32.c ...
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRUBY_DEBUG=1"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
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=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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 srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/transdb.c
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-repeat20-asserts/bin
installing base libraries: /tmp/ruby/install/trunk-repeat20-asserts/lib
installing arch files: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat20-asserts/bin
installing library scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
abbrev 0.1.2
base64 0.2.0
benchmark 0.3.0
bundler 2.5.2
cgi 0.4.1
csv 3.2.8
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.3
error_highlight 0.6.0
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.6
irb 1.11.0
logger 1.6.0
mutex_m 0.2.0
net-http 0.4.0
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.1
open3 0.2.1
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.19.0
pstore 0.1.3
rdoc 6.6.2
readline 0.0.4
reline 0.4.1
resolv 0.3.0
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.1
set 1.0.4
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 2.0.0
tempfile 0.2.1
time 0.3.0
timeout 0.4.1
tmpdir 0.2.0
tsort 0.2.0
un 0.3.0
uri 0.13.0
weakref 0.1.3
yaml 0.3.0
installing default gems from ext: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3
fcntl 1.1.0
fiddle 1.1.2
io-console 0.7.1
io-nonblock 0.3.0
io-wait 0.3.1
json 2.7.1
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.2
stringio 3.1.0
strscan 3.0.7
syslog 0.1.2
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0
minitest 5.20.0
power_assert 2.0.3
rake 13.1.0
test-unit 3.6.1
rexml 3.2.6
rss 0.3.0
net-ftp 0.3.3
net-imap 0.4.8
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.4.0
typeprof 0.21.9
debug 1.9.1
racc 1.7.3
installing bundled gem cache: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1870 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
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=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
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=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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 '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
Skipping Gem::PackageTask tests. rake not found.
Run options:
--seed=42437
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=20
# Running tests:
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38547>
Finished(1/20) tests in 1786.592823s, 15.1394 tests/s, 5359.2228 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40731>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(2/20) tests in 2546.725265s, 10.6211 tests/s, 3759.8209 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44747>
Closed file descriptor: TestIRB::FrozenObjectTest#test_calling_command_on_a_frozen_main: 9
Finished(3/20) tests in 1901.709303s, 14.2235 tests/s, 5034.7911 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f7efe4a7690 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46279>
Finished(4/20) tests in 2170.381314s, 12.4628 tests/s, 4412.0602 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40161>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(5/20) tests in 2587.775625s, 10.4526 tests/s, 3700.0549 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Finished(6/20) tests in 1928.381380s, 14.0268 tests/s, 4965.2844 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38123>
Closed file descriptor: TestIRB::FrozenObjectTest#test_calling_command_on_a_frozen_main: 9
Finished(7/20) tests in 1855.896769s, 14.5746 tests/s, 5159.7056 assertions/s.
Finished(8/20) tests in 2314.293989s, 11.6878 tests/s, 4137.4480 assertions/s.
Finished(9/20) tests in 2592.838099s, 10.4322 tests/s, 3692.7790 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f7f020483b0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(10/20) tests in 2169.386500s, 12.4685 tests/s, 4413.9230 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f7f03130e70 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37681>
Closed file descriptor: TestGCCompact::AutoCompact#test_major_compacts: 9
Finished(11/20) tests in 2316.277232s, 11.6778 tests/s, 4134.2378 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39167>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(12/20) tests in 2483.416788s, 10.8918 tests/s, 3855.4539 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f7eff037f40 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45881>
Finished(13/20) tests in 1913.372696s, 14.1368 tests/s, 5003.9420 assertions/s.
Finished(14/20) tests in 2075.962661s, 13.0296 tests/s, 4612.3122 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f7f34934740 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37243>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(15/20) tests in 2496.032321s, 10.8368 tests/s, 3836.2308 assertions/s.
Finished(16/20) tests in 2050.559028s, 13.1910 tests/s, 4669.9524 assertions/s.
Finished(17/20) tests in 1963.010599s, 13.7793 tests/s, 4877.6833 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35363>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(18/20) tests in 2396.282577s, 11.2879 tests/s, 3996.0834 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45505>
Closed file descriptor: TestGCCompact::AutoCompact#test_major_compacts: 9
Finished(19/20) tests in 2213.330818s, 12.2209 tests/s, 4326.1771 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45003>
Finished(20/20) tests in 2130.569115s, 12.6957 tests/s, 4494.4902 assertions/s.
540979 tests, 191505126 assertions, 0 failures, 0 errors, 2395 skips
ruby -v: ruby 3.3.0dev (2023-12-22T07:15:33Z master e8639098ed) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
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=/tmp/ruby/build/trunk-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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 '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-12-22T07:15:33Z master e8639098ed) [x86_64-linux]
0 .........................................................................
73 .........................................................................
146 .........................................................................
219 .........................................................................
292 .........................................................................
365 .........................................................................
438 .........................................................................
511 .........................................................................
584 .........................................................................
657 .........................................................................
730 .........................................................................
803 .........................................................................
876 .........................................................................
949 .........................................................................
1022 .........................................................................
1095 .........................................................................
1168 .........................................................................
1241 .........................................................................
1314 .........................................................................
1387 .........................................................................
1460 .........................................................................
1533 .........................................................................
1606 .........................................................................
1679 .........................................................................
1752 .........................................................................
1825 .........................................................................
1898 .........................................................................
1971 .........................................................................
2044 .........................................................................
2117 .........................................................................
2190 .........................................................................
2263 .........................................................................
2336 .........................................................................
2409 .........................................................................
2482 .........................................................................
2555 .........................................................................
2628 .........................................................................
2701 .........................................................................
2774 .........................................................................
2847 .........................................................................
2920 .........................................................................
2993 .........................................................................
3066 .........................................................................
3139 .........................................................................
3212 .........................................................................
3285 .........................................................................
3358 .........................................................................
3431 .........................................................................
3504 .........................................................................
3577 .........................................................................
3650 .........................................................................
3723 .....
Finished in 160.887433 seconds
3728 files, 32495 examples, 147757 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.130460.ruby -x gdbscript
[New LWP 130460]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139634800393216) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7eff42acfc00 (LWP 130460) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139634800393216) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7eff42acfc00 (LWP 130460)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139634800393216) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7eff42acfc00
old_mask = {__val = {94741538931360, 1, 43, 18446744073709551352, 2, 0, 94741538931360, 94741538933520, 8, 139634801206483, 0, 139634801102829, 139634800393216, 139634802718208, 94741538931360, 139634801048999}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139634800393216) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139634800393216, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007eff42b33476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007eff42b197f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x646666372d303030, sa_sigaction = 0x646666372d303030}, sa_mask = {__val = {3472328331443594549, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139634797507560, 8155806908880564480, 0}}, sa_flags = 0, sa_restorer = 0x7eff42d0b6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 3630807731929376358, 7234582238584647728, 3472328322853659957, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3919038108081088102}}
#5 0x00007eff42f3373b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7eff4332ff28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7eff4337f220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7eff4332f3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7eff42d0b6a0 <_IO_2_1_stderr_>
#7 0x00007eff42f4b2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x562abbc64240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x562abbc64240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007eff430ff336 in ractor_free (ptr=0x562abbc64230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x562abbc64230
#11 0x00007eff4302e835 in rb_data_free (obj=139634771964672, objspace=0x562abbc63470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x562abbc64230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x562abbc63470, obj=139634771964672) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007eff4302ea1b in rb_objspace_free_objects (objspace=objspace@entry=0x562abbc63470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139634771964672
page = <optimized out>
stride = 48
p = 139634771964672
pend = 139634772017136
i = 7
#14 0x00007eff431ea7e0 in ruby_vm_destruct (vm=0x562abbc60b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x562abbc63090
stack = 0x7eff429ce010
objspace = 0x562abbc63470
#15 0x00007eff43014f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x562abbc63090
step = 4
message = 4
buf = <optimized out>
#16 0x00007eff430152a5 in ruby_run_node (n=0x7eff3fef3eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x562abbc644f0
status = 0
#17 0x0000562aba9ac187 in rb_main (argv=0x7ffd5e8911c8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140726189495417
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.258264.ruby -x gdbscript
[New LWP 258264]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139976550751232) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f4ed4959c00 (LWP 258264) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139976550751232) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f4ed4959c00 (LWP 258264)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139976550751232) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f4ed4959c00
old_mask = {__val = {94506656719520, 1, 43, 18446744073709551352, 2, 0, 94506656719520, 94506656721680, 8, 139976551564499, 0, 139976551460845, 139976550751232, 139976553076224, 94506656719520, 139976551407015}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139976550751232) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139976550751232, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f4ed49bd476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f4ed49a37f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x666666372d303030, sa_sigaction = 0x666666372d303030}, sa_mask = {__val = {3472328296228074290, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139976547890152, 7974508061244809984, 0}}, sa_flags = 0, sa_restorer = 0x7f4ed4b956a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7018355563308672614, 7378697426660503600, 3472328524767245106, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 7306585939460384358}}
#5 0x00007f4ed4dbd73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f4ed51b9f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f4ed5209220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f4ed51b93c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f4ed4b956a0 <_IO_2_1_stderr_>
#7 0x00007f4ed4dd52dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55f40bb42240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55f40bb42240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f4ed4f89336 in ractor_free (ptr=0x55f40bb42230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55f40bb42230
#11 0x00007f4ed4eb8835 in rb_data_free (obj=139976522347152, objspace=0x55f40bb41470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55f40bb42230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55f40bb41470, obj=139976522347152) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f4ed4eb8a1b in rb_objspace_free_objects (objspace=objspace@entry=0x55f40bb41470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139976522347152
page = <optimized out>
stride = 48
p = 139976522347152
pend = 139976522399712
i = 7
#14 0x00007f4ed50747e0 in ruby_vm_destruct (vm=0x55f40bb3eb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55f40bb41090
stack = 0x7f4ed4858010
objspace = 0x55f40bb41470
#15 0x00007f4ed4e9ef48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55f40bb41090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f4ed4e9f2a5 in ruby_run_node (n=0x7f4ed1d83e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55f40bb424f0
status = 0
#17 0x000055f40a8d2187 in rb_main (argv=0x7fff235f0208, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140733786817721
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.292651.ruby -x gdbscript
[New LWP 292651]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140010782256128) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f56ccf0ec00 (LWP 292651) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140010782256128) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f56ccf0ec00 (LWP 292651)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140010782256128) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f56ccf0ec00
old_mask = {__val = {94532620264096, 1, 43, 18446744073709551352, 2, 0, 94532620264096, 94532620266256, 8, 140010783069395, 0, 140010782965741, 140010782256128, 140010784581120, 94532620264096, 140010782911911}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140010782256128) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140010782256128, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f56ccf72476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f56ccf587f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x636666372d303030, sa_sigaction = 0x636666372d303030}, sa_mask = {__val = {3472328301361574452, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140010779374568, 14693645062308908032, 0}}, sa_flags = 0, sa_restorer = 0x7f56cd14a6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7089001380154926694, 7162524644546719792, 3472328528978063924, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 7377231756306638438}}
#5 0x00007f56cd37273b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f56cd76ef28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f56cd7be220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f56cd76e3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f56cd14a6a0 <_IO_2_1_stderr_>
#7 0x00007f56cd38a2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55fa17406240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55fa17406240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f56cd53e336 in ractor_free (ptr=0x55fa17406230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55fa17406230
#11 0x00007f56cd46d835 in rb_data_free (obj=140010753831600, objspace=0x55fa17405470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55fa17406230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55fa17405470, obj=140010753831600) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f56cd46da1b in rb_objspace_free_objects (objspace=objspace@entry=0x55fa17405470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140010753831600
page = <optimized out>
stride = 48
p = 140010753831600
pend = 140010753884160
i = 7
#14 0x00007f56cd6297e0 in ruby_vm_destruct (vm=0x55fa17402b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55fa17405090
stack = 0x7f56cce0d010
objspace = 0x55fa17405470
#15 0x00007f56cd453f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55fa17405090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f56cd4542a5 in ruby_run_node (n=0x7f56ca333e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55fa174064f0
status = 0
#17 0x000055fa16df9187 in rb_main (argv=0x7ffc420a4868, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140721416456985
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3084505.ruby -x gdbscript
[New LWP 3084505]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140675805510656) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7ff1a36a7c00 (LWP 3084505) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140675805510656) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7ff1a36a7c00 (LWP 3084505)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140675805510656) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7ff1a36a7c00
old_mask = {__val = {94678945055392, 1, 43, 18446744073709551352, 2, 0, 94678945055392, 94678945057552, 8, 140675806323923, 0, 140675806220269, 140675805510656, 140675807835648, 94678945055392, 140675806166439}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140675805510656) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140675805510656, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007ff1a370b476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007ff1a36f17f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x636666372d303030, sa_sigaction = 0x636666372d303030}, sa_mask = {__val = {3472328309216535095, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140675802657768, 5713465721002622976, 0}}, sa_flags = 0, sa_restorer = 0x7ff1a38e36a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7220785751534036582, 7162524644546719792, 3472328300626600503, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3546129930576422502}}
#5 0x00007ff1a3b0b73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7ff1a3f07f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7ff1a3f57220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7ff1a3f073c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7ff1a38e36a0 <_IO_2_1_stderr_>
#7 0x00007ff1a3b232dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x561c28e38240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x561c28e38240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007ff1a3cd7336 in ractor_free (ptr=0x561c28e38230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x561c28e38230
#11 0x00007ff1a3c06835 in rb_data_free (obj=140675777114880, objspace=0x561c28e37470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x561c28e38230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x561c28e37470, obj=140675777114880) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007ff1a3c06a1b in rb_objspace_free_objects (objspace=objspace@entry=0x561c28e37470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140675777114880
page = <optimized out>
stride = 48
p = 140675777114880
pend = 140675777167344
i = 7
#14 0x00007ff1a3dc27e0 in ruby_vm_destruct (vm=0x561c28e34b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x561c28e37090
stack = 0x7ff1a35a6010
objspace = 0x561c28e37470
#15 0x00007ff1a3becf48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x561c28e37090
step = 4
message = 4
buf = <optimized out>
#16 0x00007ff1a3bed2a5 in ruby_run_node (n=0x7ff1a0ad3eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x561c28e384f0
status = 0
#17 0x0000561c27f34187 in rb_main (argv=0x7ffc7baaf228, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140722383287513
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3193518.ruby -x gdbscript
[New LWP 3193518]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139629156674560) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7efdf248ac00 (LWP 3193518) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139629156674560) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7efdf248ac00 (LWP 3193518)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139629156674560) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7efdf248ac00
old_mask = {__val = {93976975180448, 1, 43, 18446744073709551352, 2, 0, 93976975180448, 93976975182608, 8, 139629157487827, 0, 139629157384173, 139629156674560, 139629158999552, 93976975180448, 139629157330343}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139629156674560) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139629156674560, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007efdf24ee476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007efdf24d47f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x636666372d303030, sa_sigaction = 0x636666372d303030}, sa_mask = {__val = {3472328330691622705, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139629153809384, 15972343515730450432, 0}}, sa_flags = 0, sa_restorer = 0x7efdf26c66a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 3618191737876604518, 7162524644546719792, 3472328322101688113, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3906422114028316262}}
#5 0x00007efdf28ee73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7efdf2ceaf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7efdf2d3a220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7efdf2cea3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7efdf26c66a0 <_IO_2_1_stderr_>
#7 0x00007efdf29062dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x5578b8394240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x5578b8394240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007efdf2aba336 in ractor_free (ptr=0x5578b8394230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x5578b8394230
#11 0x00007efdf29e9835 in rb_data_free (obj=139629128266416, objspace=0x5578b8393470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x5578b8394230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x5578b8393470, obj=139629128266416) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007efdf29e9a1b in rb_objspace_free_objects (objspace=objspace@entry=0x5578b8393470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139629128266416
page = <optimized out>
stride = 48
p = 139629128266416
pend = 139629128318976
i = 7
#14 0x00007efdf2ba57e0 in ruby_vm_destruct (vm=0x5578b8390b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x5578b8393090
stack = 0x7efdf2389010
objspace = 0x5578b8393470
#15 0x00007efdf29cff48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x5578b8393090
step = 4
message = 4
buf = <optimized out>
#16 0x00007efdf29d02a5 in ruby_run_node (n=0x7efdef8b3e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x5578b83944f0
status = 0
#17 0x00005578b71bc187 in rb_main (argv=0x7ffc17ecb888, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140720709876537
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3229113.ruby -x gdbscript
[New LWP 3229113]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140654471904256) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fecabd57c00 (LWP 3229113) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140654471904256) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fecabd57c00 (LWP 3229113)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140654471904256) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fecabd57c00
old_mask = {__val = {96, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140654472322100, 0, 0, 140654474245792, 140654480725744}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140654471904256) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140654471904256, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fecabdbb476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fecabda17f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {0, 0, 140654480683972, 140654482639040, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 14759973772490106368, 0}}, sa_flags = 0, sa_restorer = 0x7fecabf936a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 0, 0, 14759973772490106368, 0, 14759973772490106368, 0, 140654474245792, 140654480725744, 140654480683972, 140654480950310, 140654473305795, 206158430248, 94076695012144, 94076695011952, 14759973772490106368}}
#5 0x00007fecac1bb73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fecac5b7f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fecac5c16f0 <__func__.2> "rb_current_execution_context", expr=expr@entry=0x7fecac5b73c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fecabf936a0 <_IO_2_1_stderr_>
#7 0x00007fecac1bbae3 in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_bug_for_fatal_signal (default_sighandler=0x0, sig=sig@entry=11, ctx=ctx@entry=0x558feffce480, fmt=fmt@entry=0x7fecac5f8426 "Segmentation fault at %p") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1061
file = 0x0
line = 0
#9 0x00007fecac3e135f in sigsegv (sig=11, info=0x558feffce5b0, ctx=0x558feffce480) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:926
No locals.
#10 <signal handler called>
No locals.
#11 RB_BUILTIN_TYPE (obj=22967943152) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:190
ret = <optimized out>
__func__ = "RB_BUILTIN_TYPE"
#12 rbimpl_RB_TYPE_P_fastpath (t=RUBY_T_STRING, obj=22967943152) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:351
No locals.
#13 RB_TYPE_P (t=RUBY_T_STRING, obj=22967943152) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:378
No locals.
#14 rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7fecabf936a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1179
i = 0
name = 22967943152
len = <optimized out>
max_name_length = 1024
cmd = <optimized out>
error = <optimized out>
other_runtime_info = other_runtime_info
vm = <optimized out>
ec = <optimized out>
#15 0x00007fecac1bb72b in rb_assert_failure (file=file@entry=0x7fecac5b7f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fecac607220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fecac5b73c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
out = 0x7fecabf936a0 <_IO_2_1_stderr_>
#16 0x00007fecac1d32dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#17 rb_hook_list_free (hooks=0x558feff3d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#18 rb_hook_list_free (hooks=0x558feff3d240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#19 0x00007fecac387336 in ractor_free (ptr=0x558feff3d230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x558feff3d230
#20 0x00007fecac2b6835 in rb_data_free (obj=140654443508400, objspace=0x558feff3c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x558feff3d230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#21 obj_free (objspace=0x558feff3c470, obj=140654443508400) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#22 0x00007fecac2b6a1b in rb_objspace_free_objects (objspace=objspace@entry=0x558feff3c470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140654443508400
page = <optimized out>
stride = 48
p = 140654443508400
pend = 140654443560960
i = 7
#23 0x00007fecac4727e0 in ruby_vm_destruct (vm=0x558feff39b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x558feff3c090
stack = 0x7fecabc56010
objspace = 0x558feff3c470
#24 0x00007fecac29cf48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x558feff3c090
step = 4
message = 4
buf = <optimized out>
#25 0x00007fecac29d2a5 in ruby_run_node (n=0x7feca9183e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x558feff3d4f0
status = 0
#26 0x0000558feeecd187 in rb_main (argv=0x7ffd4eab6c58, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140725923311369
#27 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3273652.ruby -x gdbscript
[New LWP 3273652]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139913779817472) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f4037252c00 (LWP 3273652) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139913779817472) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f4037252c00 (LWP 3273652)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139913779817472) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f4037252c00
old_mask = {__val = {94154007798432, 1, 43, 18446744073709551352, 2, 0, 94154007798432, 94154007800592, 8, 139913780630739, 0, 139913780527085, 139913779817472, 139913782142464, 94154007798432, 139913780473255}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139913779817472) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139913779817472, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f40372b6476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f403729c7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x666666372d303030, sa_sigaction = 0x666666372d303030}, sa_mask = {__val = {3472328301428683362, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139913776985064, 6691807590700420864, 0}}, sa_flags = 0, sa_restorer = 0x7f403748e6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7090127280833717862, 7378697426660503600, 3472328529045172834, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 7378357656985429606}}
#5 0x00007f40376b673b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f4037ab2f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f4037b02220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f4037ab23c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f403748e6a0 <_IO_2_1_stderr_>
#7 0x00007f40376ce2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55a1f030a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55a1f030a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f4037882336 in ractor_free (ptr=0x55a1f030a230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55a1f030a230
#11 0x00007f40377b1835 in rb_data_free (obj=139913751442176, objspace=0x55a1f0309470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55a1f030a230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55a1f0309470, obj=139913751442176) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f40377b1a1b in rb_objspace_free_objects (objspace=objspace@entry=0x55a1f0309470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139913751442176
page = <optimized out>
stride = 48
p = 139913751442176
pend = 139913751494640
i = 7
#14 0x00007f403796d7e0 in ruby_vm_destruct (vm=0x55a1f0306b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55a1f0309090
stack = 0x7f4037151010
objspace = 0x55a1f0309470
#15 0x00007f4037797f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55a1f0309090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f40377982a5 in ruby_run_node (n=0x7f4034683eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55a1f030a4f0
status = 0
#17 0x000055a1ef9dc187 in rb_main (argv=0x7fffb21b7848, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140736181533433
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3336616.ruby -x gdbscript
[New LWP 3336616]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140428115872768) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fb7f7f68c00 (LWP 3336616) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140428115872768) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fb7f7f68c00 (LWP 3336616)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140428115872768) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fb7f7f68c00
old_mask = {__val = {94600706601632, 1, 43, 18446744073709551352, 2, 0, 94600706601632, 94600706603792, 8, 140428116686035, 0, 140428116582381, 140428115872768, 140428118197760, 94600706601632, 140428116528551}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140428115872768) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140428115872768, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fb7f7fcc476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fb7f7fb27f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x666666372d303030, sa_sigaction = 0x666666372d303030}, sa_mask = {__val = {3472328318608631137, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140428113015784, 15473034497914457344, 0}}, sa_flags = 0, sa_restorer = 0x7fb7f81a46a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7378358975523612262, 7378697426660503600, 3472328310018696545, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3703703154565998182}}
#5 0x00007fb7f83cc73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fb7f87c8f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fb7f8818220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fb7f87c83c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fb7f81a46a0 <_IO_2_1_stderr_>
#7 0x00007fb7f83e42dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x5609f1837240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x5609f1837240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fb7f8598336 in ractor_free (ptr=0x5609f1837230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x5609f1837230
#11 0x00007fb7f84c7835 in rb_data_free (obj=140428087472784, objspace=0x5609f1836470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x5609f1837230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x5609f1836470, obj=140428087472784) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fb7f84c7a1b in rb_objspace_free_objects (objspace=objspace@entry=0x5609f1836470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140428087472784
page = <optimized out>
stride = 48
p = 140428087472784
pend = 140428087525344
i = 7
#14 0x00007fb7f86837e0 in ruby_vm_destruct (vm=0x5609f1833b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x5609f1836090
stack = 0x7fb7f7e67010
objspace = 0x5609f1836470
#15 0x00007fb7f84adf48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x5609f1836090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fb7f84ae2a5 in ruby_run_node (n=0x7fb7f5393e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x5609f18374f0
status = 0
#17 0x00005609ef896187 in rb_main (argv=0x7fffae22a058, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140736114893577
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3435137.ruby -x gdbscript
[New LWP 3435137]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140657886239744) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fed77581c00 (LWP 3435137) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140657886239744) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fed77581c00 (LWP 3435137)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140657886239744) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fed77581c00
old_mask = {__val = {93941914890912, 1, 250, 18446744073709551352, 2, 0, 93941914890912, 93941914893072, 8, 140657887053011, 0, 140657886949357, 140657886239744, 140657888564736, 93941914890912, 140657886895527}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140657886239744) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140657886239744, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fed775e5476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fed775cb7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x2020202020202020, sa_sigaction = 0x2020202020202020}, sa_mask = {__val = {6566283579056201760, 7378596435911206006, 7378697629483820646, 7362593949345656886, 7378697629483820646, 2319406791637612134, 3472328228586663213, 3472310704041635888, 2314885599538982970, 2314885530818453536, 6566283579056201760, 7812726533347963766, 8312272859592395357, 140657883411432, 12401233002882320896, 0}}, sa_flags = 0, sa_restorer = 0x7fed777bd6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2319406791775367474, 3472328228581748082, 3472310704041635888, 2314885599538982970, 2314885530818453536, 2314885530818453536, 6566283579056201760, 7365367112054961782, 3474920948974969958, 3991427758955507760, 2319406792463233330, 3472328228586663282, 3472310704041635888, 2314885599538982970, 2314885530818453536}}
#5 0x00007fed779e573b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fed77de1f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fed77e31220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fed77de13c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fed777bd6a0 <_IO_2_1_stderr_>
#7 0x00007fed779fd2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55708e77b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55708e77b240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fed77bb1336 in ractor_free (ptr=0x55708e77b230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55708e77b230
#11 0x00007fed77ae0835 in rb_data_free (obj=140657857868544, objspace=0x55708e77a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55708e77b230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55708e77a470, obj=140657857868544) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fed77ae0a1b in rb_objspace_free_objects (objspace=objspace@entry=0x55708e77a470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140657857868544
page = <optimized out>
stride = 48
p = 140657857868544
pend = 140657857921008
i = 7
#14 0x00007fed77c9c7e0 in ruby_vm_destruct (vm=0x55708e777b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55708e77a090
stack = 0x7fed77480010
objspace = 0x55708e77a470
#15 0x00007fed77ac6f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55708e77a090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fed77ac72a5 in ruby_run_node (n=0x7fed749b3eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55708e77b4f0
status = 0
#17 0x000055708dda4187 in rb_main (argv=0x7ffd721471a8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140726517396569
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3475486.ruby -x gdbscript
[New LWP 3475486]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140461008526336) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7fbfa0849c00 (LWP 3475486) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140461008526336) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7fbfa0849c00 (LWP 3475486)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140461008526336) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7fbfa0849c00
old_mask = {__val = {94010794144416, 1, 43, 18446744073709551352, 2, 0, 94010794144416, 94010794146576, 8, 140461009339603, 0, 140461009235949, 140461008526336, 140461010851328, 94010794144416, 140461009182119}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140461008526336) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140461008526336, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007fbfa08ad476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007fbfa08937f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x656666372d303030, sa_sigaction = 0x656666372d303030}, sa_mask = {__val = {3472328305726993463, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140461005665256, 4184193406157707520, 0}}, sa_flags = 0, sa_restorer = 0x7fbfa0a856a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7162240957833111142, 7306639832622575664, 3472328297137058871, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3487585136875497062}}
#5 0x00007fbfa0cad73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7fbfa10a9f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7fbfa10f9220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7fbfa10a93c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7fbfa0a856a0 <_IO_2_1_stderr_>
#7 0x00007fbfa0cc52dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x558097fdb240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x558097fdb240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007fbfa0e79336 in ractor_free (ptr=0x558097fdb230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x558097fdb230
#11 0x00007fbfa0da8835 in rb_data_free (obj=140460980122368, objspace=0x558097fda470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x558097fdb230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x558097fda470, obj=140460980122368) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007fbfa0da8a1b in rb_objspace_free_objects (objspace=objspace@entry=0x558097fda470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140460980122368
page = <optimized out>
stride = 48
p = 140460980122368
pend = 140460980174832
i = 7
#14 0x00007fbfa0f647e0 in ruby_vm_destruct (vm=0x558097fd7b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x558097fda090
stack = 0x7fbfa0748010
objspace = 0x558097fda470
#15 0x00007fbfa0d8ef48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x558097fda090
step = 4
message = 4
buf = <optimized out>
#16 0x00007fbfa0d8f2a5 in ruby_run_node (n=0x7fbf9dc73eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x558097fdb4f0
status = 0
#17 0x0000558096377187 in rb_main (argv=0x7ffe74d4c018, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140730858521289
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3588670.ruby -x gdbscript
[New LWP 3588670]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140711402540032) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7ff9ed2a0c00 (LWP 3588670) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140711402540032) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7ff9ed2a0c00 (LWP 3588670)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140711402540032) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7ff9ed2a0c00
old_mask = {__val = {94368327086752, 1, 43, 18446744073709551352, 2, 0, 94368327086752, 94368327088912, 8, 140711403353299, 0, 140711403249645, 140711402540032, 140711404865024, 94368327086752, 140711403195815}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140711402540032) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140711402540032, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007ff9ed304476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007ff9ed2ea7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x656666372d303030, sa_sigaction = 0x656666372d303030}, sa_mask = {__val = {3472328309146607927, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140711399650280, 17286261605229325568, 0}}, sa_flags = 0, sa_restorer = 0x7ff9ed4dc6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7219612568332363366, 7306639832622575664, 3472328300556673335, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3544956747374749286}}
#5 0x00007ff9ed70473b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7ff9edb00f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7ff9edb50220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7ff9edb003c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7ff9ed4dc6a0 <_IO_2_1_stderr_>
#7 0x00007ff9ed71c2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55d3d69d7240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55d3d69d7240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007ff9ed8d0336 in ractor_free (ptr=0x55d3d69d7230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55d3d69d7230
#11 0x00007ff9ed7ff835 in rb_data_free (obj=140711374107312, objspace=0x55d3d69d6470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55d3d69d7230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55d3d69d6470, obj=140711374107312) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007ff9ed7ffa1b in rb_objspace_free_objects (objspace=objspace@entry=0x55d3d69d6470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140711374107312
page = <optimized out>
stride = 48
p = 140711374107312
pend = 140711374159872
i = 7
#14 0x00007ff9ed9bb7e0 in ruby_vm_destruct (vm=0x55d3d69d3b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55d3d69d6090
stack = 0x7ff9ed19f010
objspace = 0x55d3d69d6470
#15 0x00007ff9ed7e5f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55d3d69d6090
step = 4
message = 4
buf = <optimized out>
#16 0x00007ff9ed7e62a5 in ruby_run_node (n=0x7ff9ea6c3e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55d3d69d74f0
status = 0
#17 0x000055d3d4c9a187 in rb_main (argv=0x7ffe7a65c4f8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140730951911337
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3662033.ruby -x gdbscript
[New LWP 3662033]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140206623624192) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f8465ff0c00 (LWP 3662033) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140206623624192) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f8465ff0c00 (LWP 3662033)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140206623624192) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f8465ff0c00
old_mask = {__val = {94607208055456, 1, 43, 18446744073709551352, 2, 0, 94607208055456, 94607208057616, 8, 140206624437459, 0, 140206624333805, 140206623624192, 140206625949184, 94607208055456, 140206624279975}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140206623624192) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140206623624192, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f8466054476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f846603a7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x656666372d303030, sa_sigaction = 0x656666372d303030}, sa_mask = {__val = {3472328330721966392, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140206620734440, 6217185932799022848, 0}}, sa_flags = 0, sa_restorer = 0x7f846622c6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 3618700820467770982, 7306639832622575664, 3472328322132031800, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3906931196619482726}}
#5 0x00007f846645473b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f8466850f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f84668a0220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f84668503c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f846622c6a0 <_IO_2_1_stderr_>
#7 0x00007f846646c2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x560b7507c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x560b7507c240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f8466620336 in ractor_free (ptr=0x560b7507c230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x560b7507c230
#11 0x00007f846654f835 in rb_data_free (obj=140206595191440, objspace=0x560b7507b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x560b7507c230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x560b7507b470, obj=140206595191440) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f846654fa1b in rb_objspace_free_objects (objspace=objspace@entry=0x560b7507b470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140206595191440
page = <optimized out>
stride = 48
p = 140206595191440
pend = 140206595244000
i = 7
#14 0x00007f846670b7e0 in ruby_vm_destruct (vm=0x560b75078b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x560b7507b090
stack = 0x7f8465eef010
objspace = 0x560b7507b470
#15 0x00007f8466535f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x560b7507b090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f84665362a5 in ruby_run_node (n=0x7f8463413e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x560b7507c4f0
status = 0
#17 0x0000560b747e8187 in rb_main (argv=0x7ffe89549b18, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140731202444745
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3693440.ruby -x gdbscript
[New LWP 3693440]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139821590031360) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f2ac034ac00 (LWP 3693440) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139821590031360) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f2ac034ac00 (LWP 3693440)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139821590031360) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f2ac034ac00
old_mask = {__val = {94297033310880, 1, 43, 18446744073709551352, 2, 0, 94297033310880, 94297033313040, 8, 139821590844627, 0, 139821590740973, 139821590031360, 139821592356352, 94297033310880, 139821590687143}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139821590031360) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139821590031360, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f2ac03ae476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f2ac03947f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x666666372d303030, sa_sigaction = 0x666666372d303030}, sa_mask = {__val = {3472328331479967284, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139821587166184, 13055639924224416000, 0}}, sa_flags = 0, sa_restorer = 0x7f2ac05866a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 3631417965161113190, 7378697426660503600, 3472328322890032692, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3919648341312824934}}
#5 0x00007f2ac07ae73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f2ac0baaf28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f2ac0bfa220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f2ac0baa3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f2ac05866a0 <_IO_2_1_stderr_>
#7 0x00007f2ac07c62dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55c33d2cc240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55c33d2cc240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f2ac097a336 in ractor_free (ptr=0x55c33d2cc230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55c33d2cc230
#11 0x00007f2ac08a9835 in rb_data_free (obj=139821561623184, objspace=0x55c33d2cb470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55c33d2cc230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55c33d2cb470, obj=139821561623184) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f2ac08a9a1b in rb_objspace_free_objects (objspace=objspace@entry=0x55c33d2cb470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139821561623184
page = <optimized out>
stride = 48
p = 139821561623184
pend = 139821561675744
i = 7
#14 0x00007f2ac0a657e0 in ruby_vm_destruct (vm=0x55c33d2c8b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55c33d2cb090
stack = 0x7f2ac0249010
objspace = 0x55c33d2cb470
#15 0x00007f2ac088ff48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55c33d2cb090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f2ac08902a5 in ruby_run_node (n=0x7f2abd773e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55c33d2cc4f0
status = 0
#17 0x000055c33d28d187 in rb_main (argv=0x7fff4fc1a8d8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140734531480457
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3821890.ruby -x gdbscript
[New LWP 3821890]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139860305415168) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f33c3d28c00 (LWP 3821890) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139860305415168) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f33c3d28c00 (LWP 3821890)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139860305415168) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f33c3d28c00
old_mask = {__val = {93881911304864, 1, 43, 18446744073709551352, 2, 0, 93881911304864, 93881911307024, 8, 139860306228435, 0, 139860306124781, 139860305415168, 139860307740160, 93881911304864, 139860306070951}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139860305415168) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139860305415168, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f33c3d8c476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f33c3d727f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x656666372d303030, sa_sigaction = 0x656666372d303030}, sa_mask = {__val = {3472328327148560740, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139860302558184, 4003557523826612992, 0}}, sa_flags = 0, sa_restorer = 0x7f33c3f646a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 3558749021988546150, 7306639832622575664, 3472328318558626148, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3846979398140257894}}
#5 0x00007f33c418c73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f33c4588f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f33c45d8220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f33c45883c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f33c3f646a0 <_IO_2_1_stderr_>
#7 0x00007f33c41a42dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x556295f9a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x556295f9a240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f33c4358336 in ractor_free (ptr=0x556295f9a230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x556295f9a230
#11 0x00007f33c4287835 in rb_data_free (obj=139860277015296, objspace=0x556295f99470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x556295f9a230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x556295f99470, obj=139860277015296) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f33c4287a1b in rb_objspace_free_objects (objspace=objspace@entry=0x556295f99470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139860277015296
page = <optimized out>
stride = 48
p = 139860277015296
pend = 139860277067760
i = 7
#14 0x00007f33c44437e0 in ruby_vm_destruct (vm=0x556295f96b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x556295f99090
stack = 0x7f33c3c27010
objspace = 0x556295f99470
#15 0x00007f33c426df48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x556295f99090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f33c426e2a5 in ruby_run_node (n=0x7f33c1153eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x556295f9a4f0
status = 0
#17 0x00005562940b8187 in rb_main (argv=0x7ffeda79e9b8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140732563844201
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3887676.ruby -x gdbscript
[New LWP 3887676]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139944500026368) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f475e365c00 (LWP 3887676) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139944500026368) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f475e365c00 (LWP 3887676)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139944500026368) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f475e365c00
old_mask = {__val = {94502405505696, 1, 43, 18446744073709551352, 2, 0, 94502405505696, 94502405507856, 8, 139944500839635, 0, 139944500735981, 139944500026368, 139944502351360, 94502405505696, 139944500682151}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139944500026368) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139944500026368, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f475e3c9476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f475e3af7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x636666372d303030, sa_sigaction = 0x636666372d303030}, sa_mask = {__val = {3472328296294933603, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139944497181672, 397383190563409152, 0}}, sa_flags = 0, sa_restorer = 0x7f475e5a16a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7003997252236830310, 7162524644546719792, 3472328523911423075, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 7292227628388542054}}
#5 0x00007f475e7c973b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f475ebc5f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f475ec15220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f475ebc53c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f475e5a16a0 <_IO_2_1_stderr_>
#7 0x00007f475e7e12dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55f30e4fc240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55f30e4fc240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f475e995336 in ractor_free (ptr=0x55f30e4fc230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55f30e4fc230
#11 0x00007f475e8c4835 in rb_data_free (obj=139944471638784, objspace=0x55f30e4fb470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55f30e4fc230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55f30e4fb470, obj=139944471638784) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f475e8c4a1b in rb_objspace_free_objects (objspace=objspace@entry=0x55f30e4fb470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139944471638784
page = <optimized out>
stride = 48
p = 139944471638784
pend = 139944471691248
i = 7
#14 0x00007f475ea807e0 in ruby_vm_destruct (vm=0x55f30e4f8b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55f30e4fb090
stack = 0x7f475e264010
objspace = 0x55f30e4fb470
#15 0x00007f475e8aaf48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55f30e4fb090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f475e8ab2a5 in ruby_run_node (n=0x7f475b793eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55f30e4fc4f0
status = 0
#17 0x000055f30dc7f187 in rb_main (argv=0x7ffccd21f798, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140723750042185
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.3918746.ruby -x gdbscript
[New LWP 3918746]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140273006869504) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f93dabefc00 (LWP 3918746) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140273006869504) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f93dabefc00 (LWP 3918746)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140273006869504) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f93dabefc00
old_mask = {__val = {94435789763232, 1, 43, 18446744073709551352, 2, 0, 94435789763232, 94435789765392, 8, 140273007682771, 0, 140273007579117, 140273006869504, 140273009194496, 94435789763232, 140273007525287}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140273006869504) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140273006869504, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f93dac53476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f93dac397f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x656666372d303030, sa_sigaction = 0x656666372d303030}, sa_mask = {__val = {3472328317837337907, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140273003983848, 407302876290045184, 0}}, sa_flags = 0, sa_restorer = 0x7f93dae2b6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7365418822404499046, 7306639832622575664, 3472328309247403315, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3690763001446884966}}
#5 0x00007f93db05373b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f93db44ff28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f93db49f220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f93db44f3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f93dae2b6a0 <_IO_2_1_stderr_>
#7 0x00007f93db06b2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x55e38bb43240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x55e38bb43240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f93db21f336 in ractor_free (ptr=0x55e38bb43230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55e38bb43230
#11 0x00007f93db14e835 in rb_data_free (obj=140272978440960, objspace=0x55e38bb42470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55e38bb43230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x55e38bb42470, obj=140272978440960) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f93db14ea1b in rb_objspace_free_objects (objspace=objspace@entry=0x55e38bb42470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140272978440960
page = <optimized out>
stride = 48
p = 140272978440960
pend = 140272978493424
i = 7
#14 0x00007f93db30a7e0 in ruby_vm_destruct (vm=0x55e38bb3fb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55e38bb42090
stack = 0x7f93daaee010
objspace = 0x55e38bb42470
#15 0x00007f93db134f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55e38bb42090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f93db1352a5 in ruby_run_node (n=0x7f93d8013eb0) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55e38bb434f0
status = 0
#17 0x000055e38b43d187 in rb_main (argv=0x7ffe3e902078, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140729948054313
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.4031230.ruby -x gdbscript
[New LWP 4031230]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139970402024448) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f4d66177c00 (LWP 4031230) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139970402024448) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f4d66177c00 (LWP 4031230)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139970402024448) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f4d66177c00
old_mask = {__val = {94771120677536, 1, 43, 18446744073709551352, 2, 0, 94771120677536, 94771120679696, 8, 139970402837715, 0, 139970402734061, 139970402024448, 139970404349440, 94771120677536, 139970402680231}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139970402024448) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139970402024448, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f4d661db476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f4d661c17f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x666666372d303030, sa_sigaction = 0x666666372d303030}, sa_mask = {__val = {3472328296382085175, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139970399171560, 3258094364443219968, 0}}, sa_flags = 0, sa_restorer = 0x7f4d663b36a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7005459412985210470, 7378697426660503600, 3472328523998574647, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 7293689789136922214}}
#5 0x00007f4d665db73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f4d669d7f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f4d66a27220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f4d669d73c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f4d663b36a0 <_IO_2_1_stderr_>
#7 0x00007f4d665f32dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x56319efbe240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x56319efbe240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f4d667a7336 in ractor_free (ptr=0x56319efbe230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x56319efbe230
#11 0x00007f4d666d6835 in rb_data_free (obj=139970373628560, objspace=0x56319efbd470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x56319efbe230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x56319efbd470, obj=139970373628560) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f4d666d6a1b in rb_objspace_free_objects (objspace=objspace@entry=0x56319efbd470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139970373628560
page = <optimized out>
stride = 48
p = 139970373628560
pend = 139970373681120
i = 7
#14 0x00007f4d668927e0 in ruby_vm_destruct (vm=0x56319efbab10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x56319efbd090
stack = 0x7f4d66076010
objspace = 0x56319efbd470
#15 0x00007f4d666bcf48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x56319efbd090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f4d666bd2a5 in ruby_run_node (n=0x7f4d635a3e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x56319efbe4f0
status = 0
#17 0x000056319e31c187 in rb_main (argv=0x7fff78c5b098, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140735219610441
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.4128255.ruby -x gdbscript
[New LWP 4128255]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140295413816320) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f99124ddc00 (LWP 4128255) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140295413816320) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f99124ddc00 (LWP 4128255)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140295413816320) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f99124ddc00
old_mask = {__val = {94863958028960, 1, 43, 18446744073709551352, 2, 0, 94863958028960, 94863958031120, 8, 140295414629587, 0, 140295414525933, 140295413816320, 140295416141312, 94863958028960, 140295414472103}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140295413816320) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140295413816320, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f9912541476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f99125277f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x666666372d303030, sa_sigaction = 0x666666372d303030}, sa_mask = {__val = {3472328330725109808, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 140295410938856, 7340201365832502784, 0}}, sa_flags = 0, sa_restorer = 0x7f99127196a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 3618753558237046374, 7378697426660503600, 3472328322135175216, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 3906983934388758118}}
#5 0x00007f991294173b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f9912d3df28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f9912d8d220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f9912d3d3c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f99127196a0 <_IO_2_1_stderr_>
#7 0x00007f99129592dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x56473c857240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x56473c857240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f9912b0d336 in ractor_free (ptr=0x56473c857230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x56473c857230
#11 0x00007f9912a3c835 in rb_data_free (obj=140295385395888, objspace=0x56473c856470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x56473c857230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x56473c856470, obj=140295385395888) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f9912a3ca1b in rb_objspace_free_objects (objspace=objspace@entry=0x56473c856470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140295385395888
page = <optimized out>
stride = 48
p = 140295385395888
pend = 140295385448448
i = 7
#14 0x00007f9912bf87e0 in ruby_vm_destruct (vm=0x56473c853b10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x56473c856090
stack = 0x7f99123dc010
objspace = 0x56473c856470
#15 0x00007f9912a22f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x56473c856090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f9912a232a5 in ruby_run_node (n=0x7f990f903e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x56473c8574f0
status = 0
#17 0x000056473c326187 in rb_main (argv=0x7fff00e4edc8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140733208391801
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.4160712.ruby -x gdbscript
[New LWP 4160712]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139825145879552) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f2b94269c00 (LWP 4160712) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139825145879552) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f2b94269c00 (LWP 4160712)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139825145879552) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f2b94269c00
old_mask = {__val = {94072342426272, 1, 43, 18446744073709551352, 2, 0, 94072342426272, 94072342428432, 8, 139825146692819, 0, 139825146589165, 139825145879552, 139825148204544, 94072342426272, 139825146535335}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139825145879552) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139825145879552, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f2b942cd476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f2b942b37f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x636666372d303030, sa_sigaction = 0x636666372d303030}, sa_mask = {__val = {3472328300556793653, 3472310980127322656, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 7352792074894472795, 7378697629483820646, 3256155514113898086, 7378697629483820646, 3472328300523054694, 3472310980127304992, 139825143018472, 473402938409078272, 0}}, sa_flags = 0, sa_restorer = 0x7f2b944a56a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 2314885530818453536, 7809632576447149659, 6566283579054775660, 3966085137663358067, 7075499398857451110, 7162524644546719792, 3472328528173283125, 3472310978869031456, 3467824696600309808, 2314903123273988656, 2314885530818453536, 2314885530818453536, 2314885530818453536, 3966085167695951451, 7363729775009162854}}
#5 0x00007f2b946cd73b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f2b94ac9f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f2b94b19220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f2b94ac93c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f2b944a56a0 <_IO_2_1_stderr_>
#7 0x00007f2b946e52dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#8 rb_hook_list_free (hooks=0x558eec8df240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#9 rb_hook_list_free (hooks=0x558eec8df240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#10 0x00007f2b94899336 in ractor_free (ptr=0x558eec8df230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x558eec8df230
#11 0x00007f2b947c8835 in rb_data_free (obj=139825117475472, objspace=0x558eec8de470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x558eec8df230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#12 obj_free (objspace=0x558eec8de470, obj=139825117475472) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#13 0x00007f2b947c8a1b in rb_objspace_free_objects (objspace=objspace@entry=0x558eec8de470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 139825117475472
page = <optimized out>
stride = 48
p = 139825117475472
pend = 139825117528032
i = 7
#14 0x00007f2b949847e0 in ruby_vm_destruct (vm=0x558eec8dbb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x558eec8de090
stack = 0x7f2b94168010
objspace = 0x558eec8de470
#15 0x00007f2b947aef48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x558eec8de090
step = 4
message = 4
buf = <optimized out>
#16 0x00007f2b947af2a5 in ruby_run_node (n=0x7f2b91693e10) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x558eec8df4f0
status = 0
#17 0x0000558eeb795187 in rb_main (argv=0x7ffc577fa308, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140721776469433
#18 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.6792.ruby -x gdbscript
[New LWP 6792]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby --disable=gems -W'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140155036896256) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f7863300c00 (LWP 6792) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140155036896256) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f7863300c00 (LWP 6792)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140155036896256) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f7863300c00
old_mask = {__val = {87, 2147483647, 0, 0, 0, 0, 0, 0, 0, 0, 0, 140155037314100, 140155046563611, 140155045695071, 140155039237792, 140155045792120}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140155036896256) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140155036896256, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f7863364476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f786334a7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x0, sa_sigaction = 0x0}, sa_mask = {__val = {140155045999110, 140154999965184, 140155045675874, 140155047631040, 2147483647, 140729736556496, 5628311999686815488, 140155045999110, 140155045668780, 140155037032448, 140155038165615, 1, 2147483647, 94526127697136, 5628311999686815488, 0}}, sa_flags = 1672891999, sa_restorer = 0x7f786353c6a0 <_IO_2_1_stderr_>}
sigs = {__val = {32, 0, 0, 5628311999686815488, 0, 5628311999686815488, 140155045695071, 140155039237792, 140155045792120, 140155045675874, 94526126283536, 140155038297795, 206158430248, 140729736556624, 140729736556432, 5628311999686815488}}
#5 0x00007f786376473b in die () at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1028
No locals.
#6 rb_assert_failure (file=file@entry=0x7f7863b60e58 "/tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/globals.h", line=line@entry=199, name=name@entry=0x7f7863b7c978 <__func__.2> "rb_class_of", expr=expr@entry=0x7f7863b60362 "unexpected type") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1133
out = 0x7f786353c6a0 <_IO_2_1_stderr_>
#7 0x00007f786376b181 in rb_class_of (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/globals.h:199
__func__ = "rb_class_of"
#8 0x00007f786376b456 in rb_class_of (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/object.c:265
__func__ = "rb_class_of"
#9 rb_obj_class (obj=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/object.c:266
No locals.
#10 0x00007f7863a389dd in rb_vm_bugreport (ctx=ctx@entry=0x0, errout=errout@entry=0x7f786353c6a0 <_IO_2_1_stderr_>) at /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c:1195
klass = <optimized out>
i = 0
name = 23077667732
len = <optimized out>
max_name_length = 1024
cmd = <optimized out>
error = <optimized out>
other_runtime_info = other_runtime_info
vm = <optimized out>
ec = <optimized out>
#11 0x00007f786376472b in rb_assert_failure (file=file@entry=0x7f7863b60f28 "/tmp/ruby/src/trunk-repeat20-asserts/vm_core.h", line=line@entry=1953, name=name@entry=0x7f7863bb0220 <__func__.0> "rb_current_execution_context", expr=expr@entry=0x7f7863b603c4 "!expect_ec || ec != NULL") at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1131
out = 0x7f786353c6a0 <_IO_2_1_stderr_>
#12 0x00007f786377c2dc in rb_current_execution_context (expect_ec=true) at /tmp/ruby/src/trunk-repeat20-asserts/vm_core.h:1953
ec = 0x0
ec = <optimized out>
__func__ = "rb_current_execution_context"
#13 rb_hook_list_free (hooks=0x55f8942e1240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:93
No locals.
#14 rb_hook_list_free (hooks=0x55f8942e1240) at /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c:88
No locals.
#15 0x00007f7863930336 in ractor_free (ptr=0x55f8942e1230) at /tmp/ruby/src/trunk-repeat20-asserts/ractor.c:250
r = 0x55f8942e1230
#16 0x00007f786385f835 in rb_data_free (obj=140155008463536, objspace=0x55f8942e0470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3500
free_immediately = <optimized out>
dfree = <optimized out>
data = 0x55f8942e1230
data = <optimized out>
free_immediately = <optimized out>
dfree = <optimized out>
#17 obj_free (objspace=0x55f8942e0470, obj=140155008463536) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:3659
__func__ = "obj_free"
#18 0x00007f786385fa1b in rb_objspace_free_objects (objspace=objspace@entry=0x55f8942e0470) at /tmp/ruby/src/trunk-repeat20-asserts/gc.c:4623
vp = 140155008463536
page = <optimized out>
stride = 48
p = 140155008463536
pend = 140155008516096
i = 7
#19 0x00007f7863a1b7e0 in ruby_vm_destruct (vm=0x55f8942ddb10) at /tmp/ruby/src/trunk-repeat20-asserts/vm.c:3057
th = 0x55f8942e0090
stack = 0x7f78631ff010
objspace = 0x55f8942e0470
#20 0x00007f7863845f48 in rb_ec_cleanup (ec=<optimized out>, ex=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:268
state = <optimized out>
save_error = 4
sysex = 0
signaled = 0
th = <optimized out>
th0 = 0x55f8942e0090
step = 4
message = 4
buf = <optimized out>
#21 0x00007f78638462a5 in ruby_run_node (n=0x7f7860723e00) at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:328
ec = 0x55f8942e14f0
status = 0
#22 0x000055f8923ee187 in rb_main (argv=0x7ffe31f4f578, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:39
variable_in_this_stack_frame = 140729736558633
#23 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)