# Logfile created on 2024-02-29 11:59:33 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055617ab04560 @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-gc-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-gc-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-gc-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-gc-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2\"", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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=21600, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240229-115933", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "30"]], @make="make", @logger=#<Logger:0x000055617ab9a1a0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055617ab9a060 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055617ab99e80 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240229-115933", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20240229-115933>, @binmode=false, @mon_data=#<Monitor:0x000055617ab99db8>, @mon_data_owner_object_id=860>>> $$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts Cloning into 'trunk-gc-asserts'... Updating files: 87% (10661/12116) Updating files: 88% (10663/12116) Updating files: 89% (10784/12116) Updating files: 90% (10905/12116) Updating files: 91% (11026/12116) Updating files: 92% (11147/12116) Updating files: 93% (11268/12116) Updating files: 94% (11390/12116) Updating files: 95% (11511/12116) Updating files: 96% (11632/12116) Updating files: 97% (11753/12116) Updating files: 98% (11874/12116) Updating files: 99% (11995/12116) Updating files: 100% (12116/12116) Updating files: 100% (12116/12116), done. $$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-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-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-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 checking whether CXXFLAGS is valid... no configure: WARNING: something wrong with CXXFLAGS="" 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.4.0+0 configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile --- Configuration summary for ruby version 3.4.0 * Installation prefix: /tmp/ruby/install/trunk-gc-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-gc-asserts/configure --prefix=/tmp/ruby/install/trunk-gc-asserts --disable-install-doc --enable-shared" exit with 0. $$$[beg] make update-unicode DEFS="-DRGENGC_CHECK_MODE=2" 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=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2" tool/config.guess already exists tool/config.sub already exists Downloading bundled gem power_assert-2.0.3... Downloading bundled gem rake-13.1.0... Downloading bundled gem test-unit-3.6.2... Downloading bundled gem rexml-3.2.6... Downloading bundled gem rss-0.3.0... Downloading bundled gem net-ftp-0.3.4... Downloading bundled gem net-imap-0.4.10... Downloading bundled gem net-pop-0.1.2... Downloading bundled gem net-smtp-0.4.0.1... Downloading bundled gem matrix-0.4.2... Downloading bundled gem prime-0.1.2... Downloading bundled gem rbs-3.4.4... Downloading bundled gem typeprof-0.21.11... Downloading bundled gem racc-1.7.3... Downloading bundled gem mutex_m-0.2.0... Downloading bundled gem getoptlong-0.2.1... Downloading bundled gem base64-0.2.0... Downloading bundled gem observer-0.1.2... Downloading bundled gem abbrev-0.1.2... Downloading bundled gem resolv-replace-0.1.1... Downloading bundled gem rinda-0.2.0... Downloading bundled gem nkf-0.2.0... Downloading bundled gem syslog-0.1.2... Downloading bundled gem csv-3.2.8... /usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp /usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/gems/src Cloning https://github.com/minitest/minitest Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/minitest'... Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 From https://github.com/minitest/minitest * branch 00affdbf08f42b9b12df043e9fe28e56ad33b622 -> FETCH_HEAD echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/minitest.revision - HEAD is now at 00affdb Support Ruby 3.4's new error message format /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/minitest.revision updated Building minitest@00affdbf08f42b9b12df043e9fe28e56ad33b622 to /tmp/ruby/src/trunk-gc-asserts/gems/minitest-5.22.2.gem Successfully built RubyGem Name: minitest Version: 5.22.2 File: minitest-5.22.2.gem Cloning https://github.com/ruby/debug Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/debug'... Update debug to 2d602636d99114d55a32fedd652c9c704446a749 From https://github.com/ruby/debug * branch 2d602636d99114d55a32fedd652c9c704446a749 -> FETCH_HEAD HEAD is now at 2d60263 Use ruby/actions workflow for ruby versions echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision updated Building debug@2d602636d99114d55a32fedd652c9c704446a749 to /tmp/ruby/src/trunk-gc-asserts/gems/debug-1.9.1.gem Successfully built RubyGem Name: debug Version: 1.9.1 File: debug-1.9.1.gem Cloning https://github.com/ruby/bigdecimal Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/bigdecimal'... Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d From https://github.com/ruby/bigdecimal * branch 741fb93b566959663269ecd988e278a974528a1d -> FETCH_HEAD HEAD is now at 741fb93 Merge pull request #286 from mame/no-backtick-in-error-messages echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/bigdecimal.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/bigdecimal.revision updated Building bigdecimal@741fb93b566959663269ecd988e278a974528a1d to /tmp/ruby/src/trunk-gc-asserts/gems/bigdecimal-3.1.6.gem Successfully built RubyGem Name: bigdecimal Version: 3.1.6 File: bigdecimal-3.1.6.gem Cloning https://github.com/ruby/drb Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/drb'... Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50 From https://github.com/ruby/drb * branch 29389313b6f0d1b215ba16cdc28062dbc44c3c50 -> FETCH_HEAD HEAD is now at 2938931 Merge pull request #25 from mame/no-backtick echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/drb.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/drb.revision updated Building drb@29389313b6f0d1b215ba16cdc28062dbc44c3c50 to /tmp/ruby/src/trunk-gc-asserts/gems/drb-2.2.0.gem Successfully built RubyGem Name: drb Version: 2.2.0 File: drb-2.2.0.gem $$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make update-rubyspec DEFS="-DRGENGC_CHECK_MODE=2" make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2" Already up to date. Latest commit hash = 3f633e57ac $$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2" 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-gc-asserts/revision.h updated /usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/enc/jis + cp /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-gc-asserts/enc/jis/props.h /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-gc-asserts/probes.d > probes.dmyh generating /tmp/ruby/src/trunk-gc-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-gc-asserts/ast.rbinc making /tmp/ruby/src/trunk-gc-asserts/dir.rbinc making /tmp/ruby/src/trunk-gc-asserts/gc.rbinc making /tmp/ruby/src/trunk-gc-asserts/numeric.rbinc making /tmp/ruby/src/trunk-gc-asserts/io.rbinc making /tmp/ruby/src/trunk-gc-asserts/marshal.rbinc making /tmp/ruby/src/trunk-gc-asserts/rjit.rbinc making /tmp/ruby/src/trunk-gc-asserts/rjit_c.rbinc making /tmp/ruby/src/trunk-gc-asserts/pack.rbinc making /tmp/ruby/src/trunk-gc-asserts/trace_point.rbinc making /tmp/ruby/src/trunk-gc-asserts/warning.rbinc making /tmp/ruby/src/trunk-gc-asserts/array.rbinc making /tmp/ruby/src/trunk-gc-asserts/kernel.rbinc making /tmp/ruby/src/trunk-gc-asserts/ractor.rbinc making /tmp/ruby/src/trunk-gc-asserts/symbol.rbinc making /tmp/ruby/src/trunk-gc-asserts/timev.rbinc making /tmp/ruby/src/trunk-gc-asserts/thread_sync.rbinc making /tmp/ruby/src/trunk-gc-asserts/nilclass.rbinc making /tmp/ruby/src/trunk-gc-asserts/prelude.rbinc making /tmp/ruby/src/trunk-gc-asserts/gem_prelude.rbinc making /tmp/ruby/src/trunk-gc-asserts/yjit.rbinc /tmp/ruby/src/trunk-gc-asserts/lib/unicode_normalize/tables.rb unchanged generating /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper.c make[1]: Entering directory '/tmp/ruby/src/trunk-gc-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-gc-asserts/ext/ripper' generating /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/sizes.c make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof' sizes.c updated make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof' generating /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/limits.c make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof' limits.c updated make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof' make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/socket' generating constant definitions make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/socket' make[1]: Entering directory '/tmp/ruby/src/trunk-gc-asserts/ext/etc' generating constant definitions make[1]: Leaving directory '/tmp/ruby/src/trunk-gc-asserts/ext/etc' generating miniprelude.c miniprelude.c updated generating golf_prelude.c golf_prelude.c updated /bin/sh /tmp/ruby/src/trunk-gc-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-gc-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-gc-asserts' Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/minitest.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/minitest.revision unchanged Update debug to 2d602636d99114d55a32fedd652c9c704446a749 echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision unchanged Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/bigdecimal.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/bigdecimal.revision unchanged Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50 echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/drb.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/drb.revision unchanged /usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/.bundle/gems 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.2... Unpacked gems/test-unit-3.6.2.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.4... Unpacked gems/net-ftp-0.3.4.gem Extracting bundle gem net-imap-0.4.10... Unpacked gems/net-imap-0.4.10.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.1... Unpacked gems/net-smtp-0.4.0.1.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.4... Unpacked gems/rbs-3.4.4.gem Extracting bundle gem typeprof-0.21.11... Unpacked gems/typeprof-0.21.11.gem Extracting bundle gem racc-1.7.3... Unpacked gems/racc-1.7.3.gem Extracting bundle gem mutex_m-0.2.0... Unpacked gems/mutex_m-0.2.0.gem Extracting bundle gem getoptlong-0.2.1... Unpacked gems/getoptlong-0.2.1.gem Extracting bundle gem base64-0.2.0... Unpacked gems/base64-0.2.0.gem Extracting bundle gem observer-0.1.2... Unpacked gems/observer-0.1.2.gem Extracting bundle gem abbrev-0.1.2... Unpacked gems/abbrev-0.1.2.gem Extracting bundle gem resolv-replace-0.1.1... Unpacked gems/resolv-replace-0.1.1.gem Extracting bundle gem rinda-0.2.0... Unpacked gems/rinda-0.2.0.gem Extracting bundle gem nkf-0.2.0... Unpacked gems/nkf-0.2.0.gem Extracting bundle gem syslog-0.1.2... Unpacked gems/syslog-0.1.2.gem Extracting bundle gem csv-3.2.8... Unpacked gems/csv-3.2.8.gem Extracting bundle gem minitest-5.22.2... Unpacked gems/minitest-5.22.2.gem Extracting bundle gem debug-1.9.1... Unpacked gems/debug-1.9.1.gem Extracting bundle gem bigdecimal-3.1.6... Unpacked gems/bigdecimal-3.1.6.gem Extracting bundle gem drb-2.2.0... Unpacked gems/drb-2.2.0.gem $$$[end] "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2" BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -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-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-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-gc-asserts/main.c compiling /tmp/ruby/src/trunk-gc-asserts/dmydln.c compiling /tmp/ruby/src/trunk-gc-asserts/miniinit.c making dummy probes.h compiling /tmp/ruby/src/trunk-gc-asserts/array.c compiling /tmp/ruby/src/trunk-gc-asserts/ast.c compiling /tmp/ruby/src/trunk-gc-asserts/bignum.c compiling /tmp/ruby/src/trunk-gc-asserts/class.c compiling /tmp/ruby/src/trunk-gc-asserts/compar.c compiling /tmp/ruby/src/trunk-gc-asserts/compile.c compiling /tmp/ruby/src/trunk-gc-asserts/complex.c compiling /tmp/ruby/src/trunk-gc-asserts/cont.c compiling /tmp/ruby/src/trunk-gc-asserts/debug.c compiling /tmp/ruby/src/trunk-gc-asserts/debug_counter.c compiling /tmp/ruby/src/trunk-gc-asserts/dir.c compiling /tmp/ruby/src/trunk-gc-asserts/dln_find.c compiling /tmp/ruby/src/trunk-gc-asserts/encoding.c compiling /tmp/ruby/src/trunk-gc-asserts/enum.c compiling /tmp/ruby/src/trunk-gc-asserts/enumerator.c compiling /tmp/ruby/src/trunk-gc-asserts/error.c compiling /tmp/ruby/src/trunk-gc-asserts/eval.c compiling /tmp/ruby/src/trunk-gc-asserts/file.c compiling /tmp/ruby/src/trunk-gc-asserts/gc.c compiling /tmp/ruby/src/trunk-gc-asserts/hash.c compiling /tmp/ruby/src/trunk-gc-asserts/inits.c compiling /tmp/ruby/src/trunk-gc-asserts/imemo.c compiling /tmp/ruby/src/trunk-gc-asserts/io.c compiling /tmp/ruby/src/trunk-gc-asserts/io_buffer.c compiling /tmp/ruby/src/trunk-gc-asserts/iseq.c compiling /tmp/ruby/src/trunk-gc-asserts/load.c compiling /tmp/ruby/src/trunk-gc-asserts/marshal.c compiling /tmp/ruby/src/trunk-gc-asserts/math.c compiling /tmp/ruby/src/trunk-gc-asserts/memory_view.c compiling /tmp/ruby/src/trunk-gc-asserts/rjit.c compiling /tmp/ruby/src/trunk-gc-asserts/rjit_c.c compiling /tmp/ruby/src/trunk-gc-asserts/node.c compiling /tmp/ruby/src/trunk-gc-asserts/node_dump.c compiling /tmp/ruby/src/trunk-gc-asserts/numeric.c compiling /tmp/ruby/src/trunk-gc-asserts/object.c compiling /tmp/ruby/src/trunk-gc-asserts/pack.c compiling parse.c compiling /tmp/ruby/src/trunk-gc-asserts/parser_st.c compiling /tmp/ruby/src/trunk-gc-asserts/proc.c compiling /tmp/ruby/src/trunk-gc-asserts/process.c compiling /tmp/ruby/src/trunk-gc-asserts/ractor.c compiling /tmp/ruby/src/trunk-gc-asserts/random.c compiling /tmp/ruby/src/trunk-gc-asserts/range.c compiling /tmp/ruby/src/trunk-gc-asserts/rational.c compiling /tmp/ruby/src/trunk-gc-asserts/re.c compiling /tmp/ruby/src/trunk-gc-asserts/regcomp.c compiling /tmp/ruby/src/trunk-gc-asserts/regenc.c compiling /tmp/ruby/src/trunk-gc-asserts/regerror.c compiling /tmp/ruby/src/trunk-gc-asserts/regexec.c compiling /tmp/ruby/src/trunk-gc-asserts/regparse.c compiling /tmp/ruby/src/trunk-gc-asserts/regsyntax.c compiling /tmp/ruby/src/trunk-gc-asserts/ruby.c compiling /tmp/ruby/src/trunk-gc-asserts/ruby_parser.c compiling /tmp/ruby/src/trunk-gc-asserts/scheduler.c compiling /tmp/ruby/src/trunk-gc-asserts/shape.c compiling /tmp/ruby/src/trunk-gc-asserts/signal.c compiling /tmp/ruby/src/trunk-gc-asserts/sprintf.c compiling /tmp/ruby/src/trunk-gc-asserts/st.c compiling /tmp/ruby/src/trunk-gc-asserts/strftime.c compiling /tmp/ruby/src/trunk-gc-asserts/string.c compiling /tmp/ruby/src/trunk-gc-asserts/struct.c compiling /tmp/ruby/src/trunk-gc-asserts/symbol.c compiling /tmp/ruby/src/trunk-gc-asserts/thread.c compiling /tmp/ruby/src/trunk-gc-asserts/time.c compiling /tmp/ruby/src/trunk-gc-asserts/transcode.c compiling /tmp/ruby/src/trunk-gc-asserts/util.c compiling /tmp/ruby/src/trunk-gc-asserts/variable.c compiling /tmp/ruby/src/trunk-gc-asserts/version.c compiling /tmp/ruby/src/trunk-gc-asserts/vm.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_dump.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_sync.c compiling /tmp/ruby/src/trunk-gc-asserts/vm_trace.c compiling /tmp/ruby/src/trunk-gc-asserts/weakmap.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/api_pack.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/diagnostic.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/encoding.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/extension.c compiling prism/node.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/options.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/pack.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/regexp.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/static_literals.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_buffer.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_char.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_constant_pool.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_integer.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_list.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_newline_list.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_state_stack.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_string.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_string_list.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_strncasecmp.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/prism.c compiling /tmp/ruby/src/trunk-gc-asserts/prism_init.c compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/coroutine/amd64/Context.S compiling /tmp/ruby/src/trunk-gc-asserts/enc/ascii.c compiling /tmp/ruby/src/trunk-gc-asserts/enc/us_ascii.c compiling /tmp/ruby/src/trunk-gc-asserts/enc/unicode.c compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_8.c compiling enc/trans/newline.c compiling /tmp/ruby/src/trunk-gc-asserts/missing/setproctitle.c compiling /tmp/ruby/src/trunk-gc-asserts/missing/strlcat.c compiling /tmp/ruby/src/trunk-gc-asserts/missing/strlcpy.c compiling /tmp/ruby/src/trunk-gc-asserts/addr2line.c linking miniruby $$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2" BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -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-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-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-gc-asserts/dln.c compiling /tmp/ruby/src/trunk-gc-asserts/localeinit.c creating verconf.h verconf.h updated compiling /tmp/ruby/src/trunk-gc-asserts/loadpath.c builtin_binary.inc updated 850fa96ec7ae425c663fe14f75296afd05c5ab208335d6c725342d81cb7373c6 builtin_binary.inc compiling /tmp/ruby/src/trunk-gc-asserts/builtin.c compiling /tmp/ruby/src/trunk-gc-asserts/dmyext.c compiling /tmp/ruby/src/trunk-gc-asserts/dmyenc.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2" BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -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-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-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-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-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-gc-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-/asan configuring -test-/bignum configuring -test-/bug-14834 configuring -test-/bug-3571 configuring -test-/bug-5832 configuring -test-/bug_reporter configuring -test-/class configuring -test-/cxxanyargs configuring -test-/debug configuring -test-/dln/empty configuring -test-/econv configuring -test-/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/lock_native_thread configuring -test-/thread_fd configuring -test-/time configuring -test-/tracepoint configuring -test-/typeddata configuring -test-/vm configuring -test-/wait configuring cgi/escape 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 objspace configuring openssl configuring pathname configuring psych configuring pty configuring rbconfig/sizeof configuring ripper configuring rubyvm configuring socket configuring stringio configuring strscan configuring zlib configuring bigdecimal-3.1.6/ext/bigdecimal configuring debug-1.9.1/ext/debug configuring nkf-0.2.0/ext/nkf configuring racc-1.7.3/ext/racc/cparse configuring rbs-3.4.4/ext/rbs_extension configuring syslog-0.1.2/ext/syslog make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefile exts.mk exts.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/RUBY_ALIGNOF' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/RUBY_ALIGNOF/c.c linking shared-object -test-/RUBY_ALIGNOF.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/abi' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/abi/abi.c linking shared-object -test-/abi.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/abi' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/arith_seq/beg_len_step' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/arith_seq/extract' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/arith_seq/extract/extract.c linking shared-object -test-/arith_seq/extract.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/arith_seq/extract' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/array/concat' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/array/concat' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/array/resize' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/array/resize/resize.c linking shared-object -test-/array/resize.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/array/resize' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/asan' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/asan/asan.c linking shared-object -test-/asan.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/asan' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bignum' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/big2str.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/bigzero.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/div.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/intpack.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/mul.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bignum/str2big.c linking shared-object -test-/bignum.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bignum' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-14834' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug-14834/bug-14384.c linking shared-object -test-/bug_14834.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-14834' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-3571' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug-3571/bug.c linking shared-object -test-/bug_3571.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-3571' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-5832' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug-5832/bug.c linking shared-object -test-/bug_5832.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug-5832' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/bug_reporter/bug_reporter.c linking shared-object -test-/bug_reporter.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/bug_reporter' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/class' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/class/class2name.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/class/init.c linking shared-object -test-/class.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/class' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/debug' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/debug/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/debug/inspector.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/debug/profile_frames.c linking shared-object -test-/debug.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/dln/empty' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/dln/empty/empty.c linking shared-object -test-/dln/empty.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/dln/empty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/econv' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/econv/append.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/econv/init.c linking shared-object -test-/econv.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/econv' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/enumerator_kw' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/enumerator_kw/enumerator_kw.c linking shared-object -test-/enumerator_kw.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/enumerator_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/eval' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/eval/eval.c linking shared-object -test-/eval.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/eval' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/exception' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/dataerror.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/enc_raise.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/ensured.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/exception/init.c linking shared-object -test-/exception.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/exception' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/fatal' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/fatal/rb_fatal.c linking shared-object -test-/fatal/rb_fatal.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/fatal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/file' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/fs.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/newline_conv.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/file/stat.c linking shared-object -test-/file.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/file' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/float' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/float/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/float/nextafter.c linking shared-object -test-/float.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/float' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/funcall' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/funcall/funcall.c linking shared-object -test-/funcall.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/funcall' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/hash' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/hash/delete.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/hash/init.c linking shared-object -test-/hash.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/hash' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/integer' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/integer/core_ext.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/integer/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/integer/my_integer.c linking shared-object -test-/integer.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/integer' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iseq_load/iseq_load.c linking shared-object -test-/iseq_load.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iseq_load' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iter' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iter/break.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iter/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/iter/yield.c linking shared-object -test-/iter.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/iter' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/dot.dot' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/load/dot.dot' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/protect' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/load/protect/protect.c linking shared-object -test-/load/protect.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/protect' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/resolve_symbol_resolver' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/load/resolve_symbol_resolver' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/resolve_symbol_target' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/load/resolve_symbol_target' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/stringify_symbols' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/load/stringify_symbols' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/load/stringify_target' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/load/stringify_target' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/compat' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/marshal/compat/usrcompat.c linking shared-object -test-/marshal/compat.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/compat' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/internal_ivar' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/usr' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/marshal/usr/usrmarshal.c linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/marshal/usr' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/memory_view' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/memory_view/memory_view.c linking shared-object -test-/memory_view.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/memory_view' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/method' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/method/arity.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/method/init.c linking shared-object -test-/method.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/method' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/notimplement' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/notimplement/bug.c linking shared-object -test-/notimplement.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/notimplement' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/num2int' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/num2int/num2int.c linking shared-object -test-/num2int.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/num2int' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/path_to_class' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/path_to_class' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/popen_deadlock' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/popen_deadlock' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/postponed_job' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/postponed_job/postponed_job.c linking shared-object -test-/postponed_job.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/postponed_job' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/printf' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/printf/printf.c linking shared-object -test-/printf.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/printf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/proc' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/proc/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/proc/receiver.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/proc/super.c linking shared-object -test-/proc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/proc' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/random' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/random/bad_version.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/random/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/random/loop.c linking shared-object -test-/random.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/random' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/rational' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/rational/rat.c linking shared-object -test-/rational.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/rational' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/recursion' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/recursion/recursion.c linking shared-object -test-/recursion.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/recursion' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/regexp' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/regexp/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/regexp.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/regexp' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/scan_args' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/scan_args/scan_args.c linking shared-object -test-/scan_args.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/scan_args' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/foreach' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/st/foreach/foreach.c linking shared-object -test-/st/foreach.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/foreach' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/numhash' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/st/numhash/numhash.c linking shared-object -test-/st/numhash.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/numhash' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/update' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/st/update/update.c linking shared-object -test-/st/update.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/string' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/capacity.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/coderange.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/cstr.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/ellipsize.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/enc_associate.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/enc_dummy.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/enc_str_buf_cat.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/fstring.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/modify.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/new.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/nofree.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/normalize.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/qsort.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/rb_interned_str.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/rb_str_dup.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/string/set_len.c linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/struct' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/data.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/duplicate.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/len.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/struct/member.c linking shared-object -test-/struct.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/struct' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/symbol' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/symbol/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/symbol/type.c linking shared-object -test-/symbol.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/symbol' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread/instrumentation/instrumentation.c linking shared-object -test-/thread/instrumentation.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/instrumentation' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/lock_native_thread' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread/lock_native_thread/lock_native_thread.c linking shared-object -test-/thread/lock_native_thread.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/lock_native_thread' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread_fd' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread_fd/thread_fd.c linking shared-object -test-/thread_fd.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread_fd' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/time' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/time/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/time/leap_second.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/time/new.c linking shared-object -test-/time.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/time' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/tracepoint' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/tracepoint/gc_hook.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/tracepoint/tracepoint.c linking shared-object -test-/tracepoint.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/tracepoint' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/typeddata' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/typeddata/typeddata.c linking shared-object -test-/typeddata.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/typeddata' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/vm' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/vm/at_exit.c linking shared-object -test-/vm/at_exit.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/vm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/wait' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/wait/wait.c linking shared-object -test-/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/cgi/escape' compiling /tmp/ruby/src/trunk-gc-asserts/ext/cgi/escape/escape.c linking shared-object cgi/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/cgi/escape' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/continuation' compiling /tmp/ruby/src/trunk-gc-asserts/ext/continuation/continuation.c linking shared-object continuation.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/continuation' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' compiling /tmp/ruby/src/trunk-gc-asserts/ext/coverage/coverage.c linking shared-object coverage.so installing default coverage libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' compiling /tmp/ruby/src/trunk-gc-asserts/ext/date/date_core.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/date/date_parse.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/date/date_strftime.c compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' compiling /tmp/ruby/src/trunk-gc-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-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/bubblebabble' compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/bubblebabble/bubblebabble.c linking shared-object digest/bubblebabble.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/bubblebabble' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/md5' compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/md5/md5init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/md5/md5.c linking shared-object digest/md5.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/md5' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/rmd160' compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/rmd160/rmd160init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/rmd160/rmd160.c linking shared-object digest/rmd160.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/rmd160' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha1' compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha1/sha1init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha1/sha1.c linking shared-object digest/sha1.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha1' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha2/sha2init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/digest/sha2/sha2.c linking shared-object digest/sha2.so installing default sha2 libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/erb/escape' compiling /tmp/ruby/src/trunk-gc-asserts/ext/erb/escape/escape.c linking shared-object erb/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/erb/escape' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/etc' compiling /tmp/ruby/src/trunk-gc-asserts/ext/etc/etc.c linking shared-object etc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/etc' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fcntl' compiling /tmp/ruby/src/trunk-gc-asserts/ext/fcntl/fcntl.c linking shared-object fcntl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fcntl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/closure.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/conversions.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/fiddle.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/function.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/handle.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/memory_view.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/pinned.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/fiddle/pointer.c linking shared-object fiddle.so installing default fiddle libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' compiling /tmp/ruby/src/trunk-gc-asserts/ext/io/console/console.c linking shared-object io/console.so installing default console libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/nonblock' compiling /tmp/ruby/src/trunk-gc-asserts/ext/io/nonblock/nonblock.c linking shared-object io/nonblock.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/nonblock' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/wait' compiling /tmp/ruby/src/trunk-gc-asserts/ext/io/wait/wait.c linking shared-object io/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' installing default libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/generator' compiling /tmp/ruby/src/trunk-gc-asserts/ext/json/generator/generator.c linking shared-object json/ext/generator.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/generator' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/parser' compiling /tmp/ruby/src/trunk-gc-asserts/ext/json/parser/parser.c linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json/parser' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' compiling /tmp/ruby/src/trunk-gc-asserts/ext/monitor/monitor.c linking shared-object monitor.so installing default monitor libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/object_tracing.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/objspace/objspace_dump.c linking shared-object objspace.so installing default objspace libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/openssl_missing.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_asn1.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_bio.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_bn.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_cipher.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_config.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_digest.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_engine.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_hmac.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_kdf.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ns_spki.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ocsp.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkcs12.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkcs7.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_dh.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_dsa.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_ec.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_pkey_rsa.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_provider.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_rand.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ssl.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ssl_session.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_ts.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509attr.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509cert.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509crl.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509ext.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509name.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509req.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509revoked.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/openssl/ossl_x509store.c linking shared-object openssl.so installing default openssl libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' compiling /tmp/ruby/src/trunk-gc-asserts/ext/pathname/pathname.c linking shared-object pathname.so installing default pathname libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_emitter.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_parser.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_to_ruby.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/psych/psych_yaml_tree.c linking shared-object psych.so installing default psych libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' compiling /tmp/ruby/src/trunk-gc-asserts/ext/pty/pty.c linking shared-object pty.so installing default pty libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rbconfig/sizeof' compiling /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/sizes.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/rbconfig/sizeof/limits.c linking shared-object rbconfig/sizeof.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids1.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/ripper/ripper_init.c linking shared-object ripper.so installing default ripper libraries checking /tmp/ruby/src/trunk-gc-asserts/parse.y and /tmp/ruby/src/trunk-gc-asserts/ext/ripper/eventids2.c make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' installing default libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/constants.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/basicsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/socket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/option.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/socket/ifaddr.c linking shared-object socket.so installing default socket libraries make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/stringio' compiling /tmp/ruby/src/trunk-gc-asserts/ext/stringio/stringio.c linking shared-object stringio.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/stringio' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan' compiling /tmp/ruby/src/trunk-gc-asserts/ext/strscan/strscan.c linking shared-object strscan.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/zlib' compiling /tmp/ruby/src/trunk-gc-asserts/ext/zlib/zlib.c linking shared-object zlib.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/zlib' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal/bigdecimal.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal/missing.c linking shared-object bigdecimal.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/lib ../../../../../.bundle/gems/bigdecimal-3.1.6/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug/debug.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug/iseq_collector.c linking shared-object debug/debug.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/debug-1.9.1/lib ../../../../../.bundle/gems/debug-1.9.1/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf/nkf.c linking shared-object nkf.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/lib ../../../../../.bundle/gems/nkf-0.2.0/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse/cparse.c linking shared-object racc/cparse.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/racc-1.7.3/lib ../../../../../../.bundle/gems/racc-1.7.3/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/constants.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/lexer.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/lexstate.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/main.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/parser.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/parserstate.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/ruby_objs.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension/unescape.c linking shared-object rbs_extension.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/lib ../../../../../.bundle/gems/rbs-3.4.4/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog/syslog.c linking shared-object syslog.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/lib ../../../../../.bundle/gems/syslog-0.1.2/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-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-gc-asserts' compiling /tmp/ruby/src/trunk-gc-asserts/enc/encdb.c linking encoding encdb.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/big5.c linking encoding big5.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/cesu_8.c linking encoding cesu_8.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/cp949.c linking encoding cp949.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/emacs_mule.c linking encoding emacs_mule.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/euc_jp.c linking encoding euc_jp.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/euc_kr.c linking encoding euc_kr.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/euc_tw.c linking encoding euc_tw.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/gb2312.c linking encoding gb2312.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/gb18030.c linking encoding gb18030.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/gbk.c linking encoding gbk.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_1.c linking encoding iso_8859_1.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_2.c linking encoding iso_8859_2.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_3.c linking encoding iso_8859_3.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_4.c linking encoding iso_8859_4.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_5.c linking encoding iso_8859_5.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_6.c linking encoding iso_8859_6.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_7.c linking encoding iso_8859_7.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_8.c linking encoding iso_8859_8.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_9.c linking encoding iso_8859_9.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_10.c linking encoding iso_8859_10.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_11.c linking encoding iso_8859_11.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_13.c linking encoding iso_8859_13.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_14.c linking encoding iso_8859_14.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_15.c linking encoding iso_8859_15.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/iso_8859_16.c linking encoding iso_8859_16.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/koi8_r.c linking encoding koi8_r.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/koi8_u.c linking encoding koi8_u.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/shift_jis.c linking encoding shift_jis.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_16be.c linking encoding utf_16be.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_16le.c linking encoding utf_16le.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_32be.c linking encoding utf_32be.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/utf_32le.c linking encoding utf_32le.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_31j.c linking encoding windows_31j.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1250.c linking encoding windows_1250.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1251.c linking encoding windows_1251.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1252.c linking encoding windows_1252.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1253.c linking encoding windows_1253.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1254.c linking encoding windows_1254.so compiling /tmp/ruby/src/trunk-gc-asserts/enc/windows_1257.c linking encoding windows_1257.so make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/transdb.c linking transcoder transdb.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/big5.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/big5.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/big5.c linking transcoder big5.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/cesu_8.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/cesu_8.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/cesu_8.c linking transcoder cesu_8.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/chinese.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/chinese.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/chinese.c linking transcoder chinese.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/ebcdic.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/ebcdic.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/ebcdic.c linking transcoder ebcdic.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji.c linking transcoder emoji.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_iso2022_kddi.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_iso2022_kddi.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_iso2022_kddi.c linking transcoder emoji_iso2022_kddi.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_docomo.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_docomo.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_docomo.c linking transcoder emoji_sjis_docomo.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_kddi.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_kddi.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_kddi.c linking transcoder emoji_sjis_kddi.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_softbank.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_softbank.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/emoji_sjis_softbank.c linking transcoder emoji_sjis_softbank.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/escape.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/escape.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/escape.c linking transcoder escape.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/gb18030.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/gb18030.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/gb18030.c linking transcoder gb18030.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/gbk.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/gbk.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/gbk.c linking transcoder gbk.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/iso2022.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/iso2022.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/iso2022.c linking transcoder iso2022.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese.c linking transcoder japanese.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_euc.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_euc.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_euc.c linking transcoder japanese_euc.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_sjis.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_sjis.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/japanese_sjis.c linking transcoder japanese_sjis.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/korean.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/korean.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/korean.c linking transcoder korean.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/single_byte.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/single_byte.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/single_byte.c linking transcoder single_byte.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf8_mac.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf8_mac.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf8_mac.c linking transcoder utf8_mac.so generating table from /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf_16_32.c generating /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf_16_32.c ... compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/utf_16_32.c linking transcoder utf_16_32.so make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' $$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2" Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622 echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/minitest.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/minitest.revision unchanged Update debug to 2d602636d99114d55a32fedd652c9c704446a749 echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/debug.revision unchanged Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/bigdecimal.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/bigdecimal.revision unchanged Update drb to 29389313b6f0d1b215ba16cdc28062dbc44c3c50 echo 29389313b6f0d1b215ba16cdc28062dbc44c3c50 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/drb.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/drb.revision unchanged 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -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-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-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-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-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-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' compiling /tmp/ruby/src/trunk-gc-asserts/enc/trans/transdb.c linking transcoder transdb.so make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' ./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-gc-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2" --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-gc-asserts/bin installing base libraries: /tmp/ruby/install/trunk-gc-asserts/lib installing arch files: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-gc-asserts/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-gc-asserts/bin installing library scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk-gc-asserts/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.11.2 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.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.24.0 pstore 0.1.3 rdoc 6.6.2 readline 0.0.4 reline 0.4.3 resolv 0.3.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 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-gc-asserts/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.1 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.1 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0 minitest 5.22.2 power_assert 2.0.3 rake 13.1.0 test-unit 3.6.2 rexml 3.2.6 rss 0.3.0 net-ftp 0.3.4 net-imap 0.4.10 net-pop 0.1.2 net-smtp 0.4.0.1 matrix 0.4.2 prime 0.1.2 rbs 3.4.4 typeprof 0.21.11 debug 1.9.1 racc 1.7.3 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.6 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.0 nkf 0.2.0 syslog 0.1.2 csv 3.2.8 installing bundled gem cache: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.4.0+0/cache $$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1904 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j4' 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -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-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-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. Checking leaked global symbols...none /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-gc-asserts/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -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-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-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-gc-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' Run options: --seed=1024 "--ruby=./miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-gc-asserts/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/872] 355814=test_install [ 2/872] 355813=test_nowrite [ 3/872] 355812=test_thread_queue [ 4/872] 355815=test_stack [ 5/872] 355813=test_thread_cv [ 6/872] 355813=test_load [ 7/872] 355813=test_last_thread [ 8/872] 355814=json_generic_object_test [ 9/872] 355813=test_to_ruby [ 10/872] 355814=test_gem_commands_stale_command [ 11/872] 355813=test_set [ 12/872] 355813=test_econv [ 13/872] 355814=test_depth_first [ 14/872] 355814=test_gem_version [ 15/872] 355814=test_unicode [ 16/872] 355814=test_io_console [ 17/872] 355813=test_gem_version_option [ 18/872] 355813=test_eval [ 19/872] 355813=test_enum [ 20/872] 355812=test_cstr [ 21/872] 355815=test_ellipsize [ 22/872] 355815=test_c_union_entity [ 23/872] 355814=test_ssl_session [ 24/872] 355815=test_files_lib [ 25/872] 355814=test_parse [ 26/872] 355813=test_help [ 27/872] 355813=test_pair [ 28/872] 355814=test_object_references [ 29/872] 355814=test_inadvertent_creation [ 30/872] 355812=test_rdoc_markup_verbatim [ 31/872] 355814=test_gem_resolver_best_set [ 32/872] 355812=json_string_matching_test [ 33/872] 355812=test_rdoc_parser_ruby [ 34/872] 355814=test_alias_and_anchor [ 35/872] 355814=test_httpresponse [ 36/872] 355813=test_dir [ 37/872] 355814=test_pkey_dsa [ 38/872] 355814=test_acceptable [ 39/872] 355813=test_marshalable [ 40/872] 355813=test_random [ 41/872] 355814=test_const [ 42/872] 355813=test_encoding [ 43/872] 355814=test_enc_str_buf_cat [ 44/872] 355813=test_class [ 45/872] 355814=test_ssl [ 46/872] 355812=test_sockopt [ 47/872] 355812=test_gem_ci_detector [ 48/872] 355812=test_rb_str_dup [ 49/872] 355812=test_module [ 50/872] 355814=test_io_wait_uncommon [ 51/872] 355814=test_lexer [ 52/872] 355814=test_document [ 53/872] 355814=test_rdoc_ri_driver [ 54/872] 355814=test_httpheader [ 55/872] 355814=parse_comments_test [ 56/872] 355814=test_encoding [ 57/872] 355814=test_rdoc_markup_to_ansi [ 58/872] 355814=test_gem_package_tar_reader [ 59/872] 355814=test_gem_resolver_conflict [ 60/872] 355814=test_constant [ 61/872] 355814=test_gem_commands_query_command [ 62/872] 355814=test_too_many_dummy_encodings [ 63/872] 355814=test_coverage [ 64/872] 355815=test_primitive [ 65/872] 355815=test_rubyvm [ 66/872] 355815=test_have_macro [ 67/872] 355812=test_pathname [ 68/872] 355814=test_ansi_without_terminfo [ 69/872] 355814=test_rdoc_rd_inline_parser [ 70/872] 355815=test_gem_resolver [ 71/872] 355814=test_gem_source_lock [ 72/872] 355814=test_gem_commands_list_command [ 73/872] 355812=test_digest [ 74/872] 355814=test_gem_uri [ 75/872] 355812=test_erb [ 76/872] 355814=test_object_create_start [ 77/872] 355814=version_test [ 78/872] 355814=test_closure [ 79/872] 355812=test_sexp [ 80/872] 355812=test_enumerator [ 81/872] 355812=test_nonblock [ 82/872] 355812=test_ocsp [ 83/872] 355815=test_rdoc_markup_paragraph [ 84/872] 355812=test_case_options [ 85/872] 355812=test_rdoc_any_method [ 86/872] 355815=test_gem_commands_fetch_command [ 87/872] 355815=test_struct [ 88/872] 355815=test_timeout [ 89/872] 355815=test_env [ 90/872] 355812=test_mutex [ 91/872] 355812=test_win32ole_event [ 92/872] 355812=test_complexrational [ 93/872] 355812=test_my_integer [ 94/872] 355812=test_debugger_integration [ 95/872] 355812=test_big5 [ 96/872] 355812=test_call [ 97/872] 355814=test_gem_commands_sources_command [ 98/872] 355812=test_io_m17n [ 99/872] 355814=test_date_compat [100/872] 355814=test_bundled_ca [101/872] 355814=test_rdoc_markup_indented_paragraph [102/872] 355814=test_usrmarshal [103/872] 355814=test_rdoc_options [104/872] 355812=test_fixnum [105/872] 355812=test_signal [106/872] 355815=test_yaml [107/872] 355814=test_big2str [108/872] 355814=test_uncorrectable_name_check [109/872] 355814=test_qsort [110/872] 355814=test_rdoc_include [111/872] 355815=json_addition_test [112/872] 355815=test_gem_commands_search_command [113/872] 355814=test_gem_commands_signin_command [114/872] 355815=test_gem_console_ui [115/872] 355815=test_cgi_modruby [116/872] 355815=test_gem_stub_specification [117/872] 355815=test_gem_resolver_api_set [118/872] 355815=test_cmethod [119/872] 355815=test_logger [120/872] 355815=test_cgi_tag_helper [121/872] 355812=test_stat [122/872] 355812=test_import [123/872] 355815=test_gem_commands_help_command [124/872] 355814=test_frozen_error [125/872] 355814=test_passing_block [126/872] 355814=test_printf [127/872] 355815=test_gem_dependency_installer [128/872] 355814=test_variable_name_check [129/872] 355814=test_gem_security_trust_dir [130/872] 355814=test_numeric [131/872] 355814=test_gem_commands_exec_command [132/872] 355815=test_time [133/872] 355814=test_have_library [134/872] 355815=test_update [135/872] 355814=test_word [136/872] 355815=test_pattern_matching [137/872] 355814=test_nomethod_error [138/872] 355814=test_lock_native_thread [139/872] 355815=test_clone [140/872] 355814=test_key_error [141/872] 355814=test_engine [142/872] 355815=test_len [143/872] 355815=test_dot_dot [144/872] 355815=test_objspace [145/872] 355814=magic_comment_test [146/872] 355814=test_cparser [147/872] 355812=test_fstring [148/872] 355812=test_file [149/872] 355812=test_pkcs7 [150/872] 355812=bom_test [151/872] 355812=test_rdoc_markup_raw [152/872] 355812=test_dup [153/872] 355812=test_require [154/872] 355814=test_provider [155/872] 355814=test_rdoc_markup_to_tt_only [156/872] 355814=test_history [157/872] 355814=test_yield [158/872] 355812=test_typeddata [159/872] 355812=test_files_test_1 [160/872] 355812=test_rdoc_rd [161/872] 355812=test_config [162/872] 355812=test_win32ole_type_event [163/872] 355812=test_rdoc_rd_inline [164/872] 355812=test_memory_view [165/872] 355812=test_cipher [166/872] 355812=test_new [167/872] 355812=test_erb_command [168/872] 355812=test_bigzero [169/872] 355812=test_rdoc_top_level [170/872] 355812=test_iseq_load [171/872] 355813=test_windows_1251 [172/872] 355813=test_complex2 [173/872] 355813=test_class2name [174/872] 355813=test_eval [175/872] 355813=test_class [176/872] 355813=test_metaclass [177/872] 355813=test_struct [178/872] 355813=test_gem_commands_install_command [179/872] 355812=test_ast [180/872] 355813=test_cgi_cookie [181/872] 355813=fuzzer_test [182/872] 355813=test_pack [183/872] 355813=test_ostruct [184/872] 355813=test_gem_commands_owner_command [185/872] 355813=test_date_arith [186/872] 355813=test_rational2 [187/872] 355813=test_benchmark [188/872] 355813=test_project_sanity [189/872] 355813=test_gem_package_tar_header [190/872] 355813=test_arithmetic_sequence [191/872] 355813=test_gem_source [192/872] 355813=test_gem_util [193/872] 355813=test_deprecated [194/872] 355813=test_signedness [195/872] 355813=test_ensured [196/872] 355813=test_ractor [197/872] 355813=test_completion [198/872] 355813=test_div [199/872] 355813=test_rdoc_markup_attributes [200/872] 355813=test_rdoc_context_section [201/872] 355813=test_evaluation [202/872] 355813=test_https [203/872] 355813=test_gem_commands_outdated_command [204/872] 355813=test_shift_jis [205/872] 355813=test_emitter [206/872] 355813=test_not [207/872] 355813=json_parser_test [208/872] 355813=test_assembler [209/872] 355813=test_win32ole_method [210/872] 355813=test_rdoc_require [211/872] 355813=test_undef [212/872] 355813=test_address_resolve [213/872] 355813=test_iter_break [214/872] 355813=test_memory_view [215/872] 355813=test_flip [216/872] 355813=test_gem_resolver_installed_specification [217/872] 355813=test_num2int [218/872] 355813=ruby_parser_test [219/872] 355813=test_duplicate [220/872] 355813=test_arity [221/872] 355813=test_rdoc_generator_pot_po [222/872] 355813=test_switch_hitter [223/872] 355813=test_input_method [224/872] 355813=test_hash [225/872] 355813=test_gem_installer [226/872] 355813=test_gem_ext_cmake_builder [227/872] 355813=test_gem_resolver_specification [228/872] 355813=test_weakkeymap [229/872] 355813=test_external_new [230/872] 355813=test_gem_unsatisfiable_dependency_error [231/872] 355813=test_win32ole_typelib [232/872] 355813=test_optparse [233/872] 355813=test_hash_create [234/872] 355813=integer_parse_test [235/872] 355813=test_rdoc_normal_class [236/872] 355813=test_member [237/872] 355813=test_gem_resolver_index_set [238/872] 355813=test_gem_spec_fetcher [239/872] 355813=ruby_api_test [240/872] 355813=test_arith_seq_beg_len_step [241/872] 355813=test_profile_frames [242/872] 355813=test_gem_resolver_requirement_list [243/872] 355813=memsize_test [244/872] 355813=test_rbconfig [245/872] 355813=format_errors_test [246/872] 355813=test_color [247/872] 355813=test_folderitem2_invokeverb [248/872] 355813=test_rdoc_markup_to_html [249/872] 355813=test_common [250/872] 355813=test_variable [251/872] 355813=test_optimization [252/872] 355814=test_gem_commands_pristine_command [253/872] 355814=test_gem_safe_yaml [254/872] 355814=test_jaro_winkler [255/872] 355814=test_ipaddr [256/872] 355814=test_gem_command [257/872] 355814=test_rdoc_markup_formatter [258/872] 355814=location_test [259/872] 355814=test_func [260/872] 355813=test_terminfo [261/872] 355813=test_gem_source_specific_file [262/872] 355813=test_bug-14834 [263/872] 355813=test_time_tz [264/872] 355813=test_c_struct_entry [265/872] 355813=test_addrinfo [266/872] 355813=test_nofree [267/872] 355813=test_object [268/872] 355814=test_gem_source_installed [269/872] 355814=test_history [270/872] 355814=test_gem_commands_which_command [271/872] 355814=test_dir_m17n [272/872] 355813=test_gem_source_vendor [273/872] 355813=test_rendering [274/872] 355813=test_basicsocket [275/872] 355813=test_postponed_job [276/872] 355813=test_gem_request_set_lockfile [277/872] 355814=test_default_gems [278/872] 355813=test_dryrun [279/872] 355813=test_modify_expand [280/872] 355813=test_gem_available_set [281/872] 355814=test_process [282/872] 355813=test_date_strftime [283/872] 355814=test_iterator [284/872] 355814=test_string [285/872] 355814=test_svcb_https [286/872] 355814=test_buffering [287/872] 355814=pattern_test [288/872] 355814=test_path [289/872] 355814=test_rubyoptions [290/872] 355813=test_enc_raise [291/872] 355813=test_storage [292/872] 355813=test_euc_jp [293/872] 355813=test_symbol [294/872] 355813=test_rdoc_encoding [295/872] 355813=test_recursion [296/872] 355813=test_ancdata [297/872] 355813=test_rdoc_markdown [298/872] 355813=test_null [299/872] 355813=test_gem_stream_ui [300/872] 355813=test_class_name_check [301/872] 355813=test_rdoc_generator_ri [302/872] 355813=test_yamldbm [303/872] 355813=test_rdoc_constant [304/872] 355813=test_deprecate [305/872] 355813=test_iseq [306/872] 355813=test_rdoc_markup_to_html_crossref [307/872] 355814=test_config [308/872] 355813=test_gem_commands_lock_command [309/872] 355813=test_ractor [310/872] 355814=test_gem_resolver_git_set [311/872] 355813=test_gem_rdoc [312/872] 355813=test_integer [313/872] 355814=test_ractor [314/872] 355814=test_lambda [315/872] 355814=test_rational [316/872] 355814=test_trick [317/872] 355815=test_date_ractor [318/872] 355815=test_gem_ext_configure_builder [319/872] 355815=test_protocol [320/872] 355815=test_win32ole_param [321/872] 355815=test_rdoc_generator_pot [322/872] 355815=test_ole_methods [323/872] 355815=json_fixtures_test [324/872] 355815=test_ssl [325/872] 355815=test_ractor [326/872] 355815=test_rdoc_parser_c [327/872] 355814=test_gem_gem_runner [328/872] 355814=test_marshal [329/872] 355815=test_regexp [330/872] 355814=test_rdoc_tom_doc [331/872] 355814=test_rdoc_extend [332/872] 355814=test_scheduler [333/872] 355814=test_stringscanner [334/872] 355814=test_mkmf [335/872] 355814=test_rdoc_attr [336/872] 355814=test_merge_keys [337/872] 355814=test_cgi_core [338/872] 355814=test_delegate [339/872] 355814=test_addr [340/872] 355814=test_have_func [341/872] 355814=test_threadgroup [342/872] 355814=test_parser [343/872] 355814=test_verbose [344/872] 355814=test_gem_install_update_options [345/872] 355814=test_helper [346/872] 355814=test_remote_fetch_error [347/872] 355814=test_boolean [348/872] 355814=test_bmethod [349/872] 355814=test_rdoc_markup_heading [350/872] 355814=test_gem [351/872] 355814=test_parser_events [352/872] 355814=test_ansi_with_terminfo [353/872] 355814=test_gem_resolver_local_specification [354/872] 355814=test_insns_leaf [355/872] 355814=test_rat [356/872] 355814=test_rdoc_markup_include [357/872] 355814=test_gem_remote_fetcher [358/872] 355813=test_x509req [359/872] 355813=test_thread_fd_close [360/872] 355813=test_rdoc_markup_attribute_manager [361/872] 355813=test_flush [362/872] 355813=json_generator_test [363/872] 355813=test_http [364/872] 355814=test_gem_resolver_composed_set [365/872] 355814=test_win32ole_type [366/872] 355814=test_transcode [367/872] 355814=test_tmpdir [368/872] 355814=test_vm_dump [369/872] 355814=test_filter [370/872] 355814=test_dln [371/872] 355814=errors_test [372/872] 355814=test_koi8 [373/872] 355814=test_str2big [374/872] 355814=test_gem_package_tar_reader_entry [375/872] 355814=test_thread [376/872] 355813=test_pkg_config [377/872] 355813=test_gem_security_policy [378/872] 355813=test_fips [379/872] 355813=test_store [380/872] 355813=test_rdoc_markup_to_joined_paragraph [381/872] 355813=test_gem_resolver_api_specification [382/872] 355813=test_rdoc_markup_to_table_of_contents [383/872] 355813=test_propertyputref [384/872] 355813=test_tracepoint [385/872] 355813=test_helper [386/872] 355813=test_internal_ivar [387/872] 355813=test_rdoc_cross_reference [388/872] 355813=unescape_test [389/872] 355814=test_refinement [390/872] 355813=test_gem_request_connection_pools [391/872] 355813=test_gem_request [392/872] 355813=test_iso_8859 [393/872] 355813=test_rdoc_context [394/872] 355813=test_gem_validator [395/872] 355813=test_pkey_rsa [396/872] 355813=test_x509crl [397/872] 355813=test_rdoc_parser_simple [398/872] 355813=test_cgi_session [399/872] 355813=test_open-uri [400/872] 355813=test_numhash [401/872] 355813=test_rdoc_token_stream [402/872] 355813=test_pointer [403/872] 355813=test_flags [404/872] 355813=test_x509ext [405/872] 355813=test_gem_ext_builder [406/872] 355813=test_bug_reporter [407/872] 355813=test_rdoc_single_class [408/872] 355813=compiler_test [409/872] 355813=test_gem_ext_ext_conf_builder [410/872] 355813=test_x509name [411/872] 355813=test_timeout [412/872] 355813=test_path_to_class [413/872] 355813=test_name_error_extension [414/872] 355813=test_weakref [415/872] 355813=test_pinned [416/872] 355813=test_settracefunc [417/872] 355813=test_gem_text [418/872] 355813=test_gem_source_git [419/872] 355813=test_regex_casefold [420/872] 355814=test_unix [421/872] 355814=test_context [422/872] 355814=test_nil2vtempty [423/872] 355814=test_type_completor [424/872] 355814=test_coder [425/872] 355814=test_symbol [426/872] 355813=test_exit [427/872] 355813=test_win32ole [428/872] 355813=test_cgi_header [429/872] 355815=test_keyword [430/872] 355813=test_rdoc_markup_to_markdown [431/872] 355813=test_sprintf_comb [432/872] 355813=test_method_cache [433/872] 355813=test_gem_ext_cargo_builder_unit [434/872] 355813=test_tcp [435/872] 355815=test_protect [436/872] 355815=test_ruby_lex [437/872] 355813=test_tree_builder [438/872] 355813=test_whileuntil [439/872] 355813=test_monitor [440/872] 355813=test_gem_commands_mirror [441/872] 355813=test_ossl [442/872] 355815=test_gem_commands_info_command [443/872] 355815=ractor_test [444/872] 355815=constant_path_node_test [445/872] 355815=test_gem_request_set [446/872] 355813=test_bignum [447/872] 355815=test_scanner_events [448/872] 355813=test_case [449/872] 355813=test_string_memory [450/872] 355815=test_gem_commands_specification_command [451/872] 355815=test_object [452/872] 355815=test_line_editor [453/872] 355815=test_gem_silent_ui [454/872] 355815=test_abi [455/872] 355813=test_gem_source_local [456/872] 355815=test_win32ole_param_event [457/872] 355815=test_gem_resolver_git_specification [458/872] 355815=test_gem_resolver_vendor_specification [459/872] 355815=test_string_processing [460/872] 355815=test_gb18030 [461/872] 355815=test_normalize [462/872] 355815=test_extlibs [463/872] 355813=test_win32ole_variant_m [464/872] 355813=test_notimplement [465/872] 355813=test_rubygems [466/872] 355813=test_gem_commands_open_command [467/872] 355813=test_mailto [468/872] 355813=test_key_actor_vi [469/872] 355815=test_tempfile [470/872] 355813=test_reqarg [471/872] 355815=test_instrumentation_api [472/872] 355813=test_compile_prism [473/872] 355815=test_syntax [474/872] 355813=test_bug-3571 [475/872] 355813=test_basicinstructions [476/872] 355813=test_key_actor_emacs [477/872] 355813=test_lazy_enumerator [478/872] 355813=test_find_executable [479/872] 355813=test_mul [480/872] 355813=test_resource [481/872] 355813=test_arity [482/872] 355813=test_resolve_symbol [483/872] 355813=test_rdoc_parser [484/872] 355813=test_function [485/872] 355813=test_trace [486/872] 355813=test_x509attr [487/872] 355813=attribute_write_test [488/872] 355813=test_ripper [489/872] 355813=test_gem_doctor [490/872] 355813=test_ldap [491/872] 355813=test_recorder [492/872] 355813=test_macro [493/872] 355813=test_gem_package [494/872] 355814=json_encoding_test [495/872] 355814=test_arith_seq_extract [496/872] 355814=test_unicode_normalize [497/872] 355813=test_hmac [498/872] 355813=test_pattern_key_name_check [499/872] 355813=test_reline_key [500/872] 355813=test_yamlstore [501/872] 355813=test_gem_impossible_dependencies_error [502/872] 355813=test_gem_commands_cleanup_command [503/872] 355813=test_win32ole_variant [504/872] 355813=test_change_word [505/872] 355813=test_bug-5832 [506/872] 355813=test_autoload [507/872] 355815=test_numeric [508/872] 355815=test_fd_setsize [509/872] 355815=test_rdoc_rdoc [510/872] 355815=test_raise [511/872] 355815=test_gem_commands_check_command [512/872] 355815=test_string [513/872] 355815=test_gem_update_suggestion [514/872] 355815=test_stringio [515/872] 355815=test_gem_commands_environment_command [516/872] 355815=test_dns [517/872] 355815=test_gem_resolver_lock_set [518/872] 355815=test_io_buffer [519/872] 355815=test_enumerable [520/872] 355815=test_beginendblock [521/872] 355815=json_ext_parser_test [522/872] 355815=test_rdoc_i18n_text [523/872] 355815=test_within_pipe [524/872] 355815=test_singleton_function [525/872] 355815=test_erb_m17n [526/872] 355815=test_bash_completion [527/872] 355815=test_rdoc_generator_darkfish [528/872] 355815=test_gem_request_set_lockfile_tokenizer [529/872] 355815=test_fnmatch [530/872] 355815=test_windows_1252 [531/872] 355815=parse_test [532/872] 355813=test_alias [533/872] 355813=test_io_timeout [534/872] 355813=test_at_exit [535/872] 355813=test_rdoc_comment [536/872] 355813=test_https_proxy [537/872] 355813=test_defined [538/872] 355813=test_super [539/872] 355813=test_rdoc_markup_to_html_snippet [540/872] 355813=test_comparable [541/872] 355813=test_gem_dependency [542/872] 355813=parameters_signature_test [543/872] 355813=test_rdoc_parser_changelog [544/872] 355813=test_error_highlight [545/872] 355813=test_autoconf [546/872] 355813=test_files_test_2 [547/872] 355814=test_gc [548/872] 355815=test_cgi_multipart [549/872] 355815=test_win32ole_variant_outarg [550/872] 355815=dispatcher_test [551/872] 355815=test_eval_history [552/872] 355815=test_generic [553/872] 355815=test_file [554/872] 355815=test_init [555/872] 355815=test_wait [556/872] 355815=test_date_conv [557/872] 355815=test_append [558/872] 355815=test_workspace [559/872] 355815=test_egrep_cpp [560/872] 355815=test_force_exit [561/872] 355815=test_files_ext [562/872] 355815=test_euc_tw [563/872] 355815=test_continuation [564/872] 355815=test_pty [565/872] 355815=test_case [566/872] 355815=test_delete [567/872] 355815=test_gem_resolver_index_specification [568/872] 355815=test_rdoc_alias [569/872] 355815=test_placearg [570/872] 355815=test_math [571/872] 355815=test_gem_safe_marshal [572/872] 355813=test_gc [573/872] 355813=test_rdoc_generator_markup [574/872] 355813=test_libs [575/872] 355813=test_m17n_comb [576/872] 355815=test_rdoc_generator_json_index [577/872] 355815=test_scalar [578/872] 355815=test_io_buffer [579/872] 355815=test_gem_commands_setup_command [580/872] 355815=test_show_source [581/872] 355815=test_files_test [582/872] 355815=test_gem_command_manager [583/872] 355815=test_webauthn_poller [584/872] 355815=test_did_you_mean [585/872] 355815=desugar_compiler_test [586/872] 355815=test_x509cert [587/872] 355815=test_config [588/872] 355815=test_spell_checker [589/872] 355815=test_gem_config_file [590/872] 355815=test_logdevice [591/872] 355815=test_gem_commands_push_command [592/872] 355815=test_yjit_exit_locations [593/872] 355815=test_rdoc_rubygems_hook [594/872] 355815=test_rdoc_markup_document [595/872] 355815=test_thread [596/872] 355815=test_udp [597/872] 355815=test_string [598/872] 355813=test_load [599/872] 355813=test_literal [600/872] 355813=test_gem_security [601/872] 355813=test_gem_request_set_gem_dependency_api [602/872] 355813=test_exception [603/872] 355814=test_range [604/872] 355814=test_pkey_dh [605/872] 355814=test_type [606/872] 355814=test_pkey [607/872] 355814=test_emoji_breaks [608/872] 355813=test_locale [609/872] 355813=test_ts [610/872] 355813=test_gem_resolver_activation_request [611/872] 355813=test_yaml_tree [612/872] 355813=test_logperiod [613/872] 355813=test_enumerator_kw [614/872] 355813=test_ractor [615/872] 355813=test_rdoc_text [616/872] 355813=heredoc_dedent_test [617/872] 355813=test_objectspace [618/872] 355813=test_ubf_async_safe [619/872] 355813=test_argf [620/872] 355813=test_m17n [621/872] 355813=test_process [622/872] 355814=test_require [623/872] 355814=test_rdoc_generator_pot_po_entry [624/872] 355814=test_yjit [625/872] 355813=test_win32ole_record [626/872] 355813=test_digest [627/872] 355813=test_ractor [628/872] 355813=test_euc_kr [629/872] 355813=test_tsort [630/872] 355813=test_integer_comb [631/872] 355814=test_console_attr [632/872] 355814=test_require_lib [633/872] 355814=test_fiddle [634/872] 355814=test_sleep [635/872] 355814=test_frozen [636/872] 355814=test_io_wait [637/872] 355814=test_rdoc_rd_block_parser [638/872] 355814=test_kwargs [639/872] 355814=test_nesting_parser [640/872] 355814=test_set [641/872] 355814=test_securerandom [642/872] 355814=test_coderange [643/872] 355814=test_rdoc_i18n_locale [644/872] 355814=test_kdf [645/872] 355814=test_stream [646/872] 355814=test_handle [647/872] 355813=test_rendering [648/872] 355813=static_literals_test [649/872] 355813=test_gem_resolver_dependency_request [650/872] 355813=test_rdoc_method_attr [651/872] 355813=test_configuration [652/872] 355813=test_serialize_subclasses [653/872] 355813=test_ns_spki [654/872] 355813=test_gem_package_task [655/872] 355813=test_io [656/872] 355813=test_gem_requirement [657/872] 355814=test_case_comprehensive [658/872] 355813=test_rdoc_parser_markdown [659/872] 355813=test_file_exhaustive [660/872] 355813=test_hash [661/872] 355813=test_command [662/872] 355815=test_rdoc_class_module [663/872] 355813=test_psych [664/872] 355813=test_case_mapping [665/872] 355813=test_x509store [666/872] 355813=json_common_interface_test [667/872] 355813=test_reline [668/872] 355813=test_optarg [669/872] 355813=test_date [670/872] 355813=test_formatter [671/872] 355813=test_yield_block [672/872] 355813=test_exception [673/872] 355813=test_fileutils [674/872] 355813=test_gem_ext_rake_builder [675/872] 355813=test_gem_local_remote_options [676/872] 355813=test_bn [677/872] 355813=test_gem_commands_server_command [678/872] 355813=test_gem_platform [679/872] 355813=test_method_cache [680/872] 355813=test_cesu8 [681/872] 355813=test_resize [682/872] 355813=test_asn1 [683/872] 355813=test_method_name_check [684/872] 355813=test_rdoc_markup_parser [685/872] 355813=test_method [686/872] 355815=test_gem_source_list [687/872] 355815=test_yaml_special_cases [688/872] 355815=test_assignment [689/872] 355815=test_rdoc_markup_pre_process [690/872] 355815=test_socket [691/872] 355815=test_require [692/872] 355815=test_complex [693/872] 355815=test_rdoc_parser_rd [694/872] 355815=test_utf32 [695/872] 355815=test_gem_gemcutter_utilities [696/872] 355815=test_stream [697/872] 355815=test_nil [698/872] 355815=!Nothing_to_test [699/872] 355815=test_io [700/872] 355812=test_noarg [701/872] 355812=test_set_len [702/872] 355812=test_rdoc_servlet [703/872] 355812=test_random [704/872] 355812=test_rdoc_markup_to_label [705/872] 355812=test_kernel [706/872] 355812=test_etc [707/872] 355812=test_date_marshal [708/872] 355812=test_gem_commands_unpack_command [709/872] 355812=test_exception_at_throwing [710/872] 355812=test_backtrace [711/872] 355812=test_gem_resolver_installer_set [712/872] 355812=test_to_ary_concat [713/872] 355813=test_mixed_unicode_escapes [714/872] 355813=test_pack [715/872] 355813=test_rdoc_markup_to_rdoc [716/872] 355813=test_open3 [717/872] 355815=library_symbols_test [718/872] 355815=test_ftp [719/872] 355815=test_gbk [720/872] 355815=test_inlinecache [721/872] 355815=test_pstore [722/872] 355815=test_gem_ext_cargo_builder_link_flag_converter [723/872] 355815=test_gem_commands_contents_command [724/872] 355813=test_gem_ext_cargo_builder [725/872] 355815=test_key_stroke [726/872] 355815=test_gem_uninstaller [727/872] 355813=test_gem_specification [728/872] 355815=test_win32ole_variable [729/872] 355815=test_pkey_ec [730/872] 355815=test_thread [731/872] 355815=test_proc [732/872] 355815=test_fiber [733/872] 355815=test_gem_commands_uninstall_command [734/872] 355813=test_array [735/872] 355813=test_date_new [736/872] 355813=test_date_parse [737/872] 355813=test_zlib [738/872] 355815=regexp_test [739/872] 355815=test_rdoc_store [740/872] 355815=test_rdoc_markup [741/872] 355815=test_human_typo [742/872] 355815=test_enc_associate [743/872] 355815=test_time [744/872] 355815=test_rdoc_code_object [745/872] 355812=test_gem_source_subpath_problem [746/872] 355815=test_rdoc_stats [747/872] 355815=test_gem_request_set_lockfile_parser [748/872] 355812=test_gem_commands_update_command [749/872] 355815=test_tracer [750/872] 355815=test_zsh_completion [751/872] 355815=test_interned_str [752/872] 355815=newline_test [753/872] 355815=test_tree_spell_checker [754/872] 355815=test_option [755/872] 355815=test_system [756/872] 355815=test_random_formatter [757/872] 355815=test_gem_dependency_resolution_error [758/872] 355815=test_gem_package_old [759/872] 355815=test_gem_resolver_vendor_set [760/872] 355815=test_gem_commands_yank_command [761/872] 355815=test_ractor [762/872] 355815=test_rdoc_markup_hard_break [763/872] 355815=test_gc_compact [764/872] 355812=test_pipe [765/872] 355812=test_win32ole_method_event [766/872] 355812=test_face [767/872] 355812=test_sizeof [768/872] 355815=test_cgi_util [769/872] 355815=test_key_event_record [770/872] 355815=test_data [771/872] 355815=test_sleep [772/872] 355815=test_find [773/872] 355815=test_integer [774/872] 355815=test_ractor [775/872] 355815=test_gem_commands_build_command [776/872] 355815=test_severity [777/872] 355815=test_ifunless [778/872] 355815=encoding_test [779/872] 355815=test_grapheme_breaks [780/872] 355815=test_foreach [781/872] 355815=test_gem_commands_signout_command [782/872] 355815=test_rand [783/872] 355812=test_gem_commands_cert_command [784/872] 355815=test_cclass [785/872] 355815=test_rdoc_normal_module [786/872] 355815=test_rdoc_markdown_test [787/872] 355812=test_config [788/872] 355812=test_rdoc_markup_to_bs [789/872] 355812=test_gem_dependency_list [790/872] 355815=test_gem_path_support [791/872] 355815=test_json_tree [792/872] 355815=test_nextafter [793/872] 355812=test_rdoc_task [794/872] 355812=test_capacity [795/872] 355812=test_files_sample [796/872] 355812=test_backtrace [797/872] 355815=test_summary [798/872] 355815=test_kill_ring [799/872] 355815=test_utf16 [800/872] 355815=test_gem_package_tar_writer [801/872] 355815=command_line_test [802/872] 355815=test_gem_bundler_version_finder [803/872] 355815=test_emitter [804/872] 355815=test_float [805/872] 355815=test_pp [806/872] 355815=parser_test [807/872] 355815=test_stringify_symbols [808/872] 355815=test_forwardable [809/872] 355815=test_scan_args [810/872] 355815=test_webauthn_listener_response [811/872] 355815=test_rdoc_ri_paths [812/872] 355815=test_digest_extend [813/872] 355815=test_shellwords [814/872] 355815=test_key_name_check [815/872] 355815=test_omap [816/872] 355815=test_popen_deadlock [817/872] 355815=test_unicode_escape [818/872] 355815=test_irb [819/872] 355815=test_pkcs12 [820/872] 355815=test_shapes [821/872] 355815=locals_test [822/872] 355815=test_convertible [823/872] 355815=test_array [824/872] 355814=test_scalar_scanner [825/872] 355814=test_date_time [826/872] 355814=test_weakmap [827/872] 355813=test_pack [828/872] 355813=test_ws [829/872] 355813=test_gem_uri_formatter [830/872] 355813=test_sorted_set [831/872] 355813=test_emoji [832/872] 355813=test_gem_source_fetch_problem [833/872] 355813=test_readpartial [834/872] 355813=test_sprintf [835/872] 355813=test_cp949 [836/872] 355813=test_enumerator [837/872] 355812=test_condition [838/872] 355812=test_array_create [839/872] 355812=ripper_test [840/872] 355812=test_data_error [841/872] 355812=test_mdns [842/872] 355812=test_name_error [843/872] 355812=test_gem_name_tuple [844/872] 355812=test_gem_commands_dependency_command [845/872] 355812=test_ractor_compatibility [846/872] 355812=test_singleton [847/872] 355812=test_debug [848/872] 355812=test_safe_load [849/872] 355812=test_date_attr [850/872] 355812=test_wss [851/872] 355812=test_httpresponses [852/872] 355812=test_webauthn_listener [853/872] 355812=test_data [854/872] 355812=test_http [855/872] 355812=test_require_path_check [856/872] 355812=test_function_entry [857/872] 355812=test_framework [858/872] 355812=test_parser [859/872] 355812=test_gem_resolver_lock_specification [860/872] 355812=test_c_struct_builder [861/872] 355812=test_gem_security_signer [862/872] 355812=test_buffered_io [863/872] 355812=test_date_strptime [864/872] 355812=test_getopts [865/872] 355812=test_raise_exception [866/872] 355812=test_prettyprint [867/872] 355812=test_err_in_callback [868/872] 355812=test_color_printer [869/872] 355812=test_http_request [870/872] 355812=test_queue [871/872] 355812=test_stringchar [872/872] 355812=comments_test Failed tests: TestGc#test_exception_in_finalizer: Test::Unit::AssertionFailedError: [ruby-core:58652] [Bug #9168] TestGc#test_profiler_clear: Test::Unit::PendedError: for now TestGc#test_sweep_in_finalizer: Test::Unit::AssertionFailedError: [ruby-core:58833] [Bug #9205] TestObjectSpace#test_finalizer_with_super: Test::Unit::AssertionFailedError: pid 413162 killed by SIGABRT (signal 6) (core dumped) Retrying... 1) Failure: TestGc#test_exception_in_finalizer [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:703]: [ruby-core:58652] [Bug #9168] pid 423173 killed by SIGABRT (signal 6) (core dumped) | verify_internal_consistency_i: FL_FINALIZE set but not in finalizer_table: 0x00007f1a18fcff38 [0 ] T_ZOMBIE | -:1: [BUG] gc_verify_internal_consistency: found internal inconsistency. | ruby 3.4.0dev (2024-02-29T10:57:49Z master 3f633e57ac) [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0006 p:0003 s:0024 e:000023 BLOCK -:1 [FINISH] | c:0005 p:---- s:0021 e:000020 CFUNC :define_finalizer | c:0004 p:0011 s:0015 e:000014 BLOCK -:3 | c:0003 p:0024 s:0012 e:000011 METHOD <internal:numeric>:238 | c:0002 p:0011 s:0007 E:001028 EVAL -:2 [FINISH] | c:0001 p:0000 s:0003 E:001da0 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:2:in '<main>' | <internal:numeric>:238:in 'times' | -:3:in 'block in <main>' | -:3:in 'define_finalizer' | -:1:in 'block in <main>' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- C level backtrace information ------------------------------------------- | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_print_backtrace+0x14) [0x7f1a33e976e1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(bug_report_end+0x0) [0x7f1a33c8461e] /tmp/ruby/src/trunk-gc-asserts/error.c:1043 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1043 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(die+0x0) [0x7f1a33bb294d] /tmp/ruby/src/trunk-gc-asserts/error.c:1051 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1053 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_mode_transition+0x0) [0x7f1a33bb4518] /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_finish) /tmp/ruby/src/trunk-gc-asserts/gc.c:5631 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_step) /tmp/ruby/src/trunk-gc-asserts/gc.c:5700 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_verify_internal_consistency+0x2f) [0x7f1a33cb128e] /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_finish) /tmp/ruby/src/trunk-gc-asserts/gc.c:5634 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_step) /tmp/ruby/src/trunk-gc-asserts/gc.c:5700 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_continue+0xf) [0x7f1a33cb803b] /tmp/ruby/src/trunk-gc-asserts/gc.c:5733 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_continue) /tmp/ruby/src/trunk-gc-asserts/gc.c:2484 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(heap_prepare+0x14) [0x7f1a33cb8716] /tmp/ruby/src/trunk-gc-asserts/gc.c:2496 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(heap_next_free_page) /tmp/ruby/src/trunk-gc-asserts/gc.c:2711 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_alloc) /tmp/ruby/src/trunk-gc-asserts/gc.c:2812 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_of+0x10) [0x7f1a33cbb130] /tmp/ruby/src/trunk-gc-asserts/gc.c:2917 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(typed_data_alloc) /tmp/ruby/src/trunk-gc-asserts/gc.c:2999 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_data_typed_object_zalloc) /tmp/ruby/src/trunk-gc-asserts/gc.c:3022 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_partial_backtrace_object+0xa6) [0x7f1a33e937a6] /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c:621 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(setup_exception+0x4c5) [0x7f1a33c8db85] /tmp/ruby/src/trunk-gc-asserts/eval.c:566 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_longjmp+0xa8) [0x7f1a33c8ddd8] /tmp/ruby/src/trunk-gc-asserts/eval.c:651 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_scan_args_set+0x0) [0x7f1a33c8fa69] /tmp/ruby/src/trunk-gc-asserts/eval.c:844 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(extract_raise_opts) /tmp/ruby/src/trunk-gc-asserts/eval.c:709 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_f_raise) /tmp/ruby/src/trunk-gc-asserts/eval.c:732 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(f_raise+0xf) [0x7f1a33c8fc2f] /tmp/ruby/src/trunk-gc-asserts/eval.c:780 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7f1a33e67954] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3524 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3526 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xa0) [0x7f1a33e79421] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5653 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:881 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7f1a33e7f8fa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_invoke_proc+0x5f) [0x7f1a33e8564f] /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_body+0x5f0) [0x7f1a33e85c60] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cc+0xf8) [0x7f1a33e865a8] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call0+0x49) [0x7f1a33e78ba9] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall_default_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(run_finalizer+0x183) [0x7f1a33ca5b53] /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7f1a33ca8bb7] /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_enter) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:74 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_list) /tmp/ruby/src/trunk-gc-asserts/gc.c:4145 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred_heap_pages) /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred+0x20) [0x7f1a33ca8de5] /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_finalize_deferred) /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_postponed_job_flush+0x1de) [0x7f1a33e9cb3e] /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_threadptr_execute_interrupts+0x3d1) [0x7f1a33e2caf1] /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints+0xf) [0x7f1a33e677af] /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2100 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints) /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3528 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xa0) [0x7f1a33e79421] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5653 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:881 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_loop+0xa) [0x7f1a33e7fb87] /tmp/ruby/src/trunk-gc-asserts/vm.c:2579 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2558 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_exec_node+0xb5) [0x7f1a33c8e555] /tmp/ruby/src/trunk-gc-asserts/eval.c:282 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ruby_run_node+0x8b) [0x7f1a33c9213b] /tmp/ruby/src/trunk-gc-asserts/eval.c:320 | /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x564406229187] /tmp/ruby/src/trunk-gc-asserts/main.c:40 | /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7f1a3379bd90] ../sysdeps/nptl/libc_start_call_main.h:58 | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7f1a3379be40] ../csu/libc-start.c:392 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 | [0x5644062291d5] | | -- Other runtime information ----------------------------------------------- | | * Loaded script: - | | * Loaded features: | | 0 enumerator.so | 1 thread.rb | 2 fiber.so | 3 rational.so | 4 complex.so | 5 ruby2_keywords.rb | 6 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 8 /tmp/ruby/build/trunk-gc-asserts/rbconfig.rb | 9 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/compatibility.rb | 10 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/defaults.rb | 11 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/deprecate.rb | 12 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/errors.rb | 13 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/unknown_command_spell_checker.rb | 14 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/exceptions.rb | 15 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/basic_specification.rb | 16 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/stub_specification.rb | 17 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/platform.rb | 18 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/util/list.rb | 19 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/version.rb | 20 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/requirement.rb | 21 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/specification.rb | 22 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/util.rb | 23 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/dependency.rb | 24 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/core_ext/kernel_gem.rb | 25 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 26 /tmp/ruby/build/trunk-gc-asserts/.ext/common/monitor.rb | 27 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems.rb | 28 /tmp/ruby/src/trunk-gc-asserts/lib/bundled_gems.rb | 29 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/version.rb | 30 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/base.rb | 31 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/formatter.rb | 32 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/core_ext.rb | 33 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight.rb | 34 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/version.rb | 35 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/core_ext/name_error.rb | 36 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/levenshtein.rb | 37 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/jaro_winkler.rb | 38 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checker.rb | 39 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb | 40 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb | 41 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers.rb | 42 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/method_name_checker.rb | 43 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/key_error_checker.rb | 44 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/null_checker.rb | 45 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/tree_spell_checker.rb | 46 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/require_path_checker.rb | 47 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb | 48 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/formatter.rb | 49 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean.rb | 50 /tmp/ruby/src/trunk-gc-asserts/lib/syntax_suggest/core_ext.rb | | * Process memory map: | | 564406228000-564406229000 r--p 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 564406229000-56440622a000 r-xp 00001000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 56440622a000-56440622b000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 56440622b000-56440622c000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 56440622c000-56440622d000 rw-p 00003000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 5644074c3000-564407d73000 rw-p 00000000 00:00 0 [heap] | 7f1a16343000-7f1a16561000 r--s 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7f1a16561000-7f1a17ad6000 rw-p 00000000 00:00 0 | 7f1a17ad6000-7f1a18e80000 r--s 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7f1a18e80000-7f1a18e90000 rw-p 00000000 00:00 0 | 7f1a18eb3000-7f1a18ef0000 r--s 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 7f1a18ef0000-7f1a18fb0000 rw-p 00000000 00:00 0 | 7f1a18fc0000-7f1a19050000 rw-p 00000000 00:00 0 | 7f1a19060000-7f1a19120000 rw-p 00000000 00:00 0 | 7f1a1912f000-7f1a19130000 ---p 00000000 00:00 0 | 7f1a19130000-7f1a19171000 rw-p 00000000 00:00 0 | 7f1a19171000-7f1a19172000 ---p 00000000 00:00 0 | 7f1a19172000-7f1a191b3000 rw-p 00000000 00:00 0 | 7f1a191b3000-7f1a191b4000 ---p 00000000 00:00 0 | 7f1a191b4000-7f1a191f5000 rw-p 00000000 00:00 0 | 7f1a191f5000-7f1a191f6000 ---p 00000000 00:00 0 | 7f1a191f6000-7f1a19237000 rw-p 00000000 00:00 0 | 7f1a19237000-7f1a19238000 ---p 00000000 00:00 0 | 7f1a19238000-7f1a19279000 rw-p 00000000 00:00 0 | 7f1a19279000-7f1a1927a000 ---p 00000000 00:00 0 | 7f1a1927a000-7f1a192bb000 rw-p 00000000 00:00 0 | 7f1a192bb000-7f1a192bc000 ---p 00000000 00:00 0 | 7f1a192bc000-7f1a192fd000 rw-p 00000000 00:00 0 | 7f1a192fd000-7f1a192fe000 ---p 00000000 00:00 0 | 7f1a192fe000-7f1a1933f000 rw-p 00000000 00:00 0 | 7f1a1933f000-7f1a19340000 ---p 00000000 00:00 0 | 7f1a19340000-7f1a19381000 rw-p 00000000 00:00 0 | 7f1a19381000-7f1a19382000 ---p 00000000 00:00 0 | 7f1a19382000-7f1a193c3000 rw-p 00000000 00:00 0 | 7f1a193c3000-7f1a193c4000 ---p 00000000 00:00 0 | 7f1a193c4000-7f1a19405000 rw-p 00000000 00:00 0 | 7f1a19405000-7f1a19406000 ---p 00000000 00:00 0 | 7f1a19406000-7f1a19447000 rw-p 00000000 00:00 0 | 7f1a19447000-7f1a19448000 ---p 00000000 00:00 0 | 7f1a19448000-7f1a19489000 rw-p 00000000 00:00 0 | 7f1a19489000-7f1a1948a000 ---p 00000000 00:00 0 | 7f1a1948a000-7f1a194cb000 rw-p 00000000 00:00 0 | 7f1a194cb000-7f1a194cc000 ---p 00000000 00:00 0 | 7f1a194cc000-7f1a1950d000 rw-p 00000000 00:00 0 | 7f1a1950d000-7f1a1950e000 ---p 00000000 00:00 0 | 7f1a1950e000-7f1a1954f000 rw-p 00000000 00:00 0 | 7f1a1954f000-7f1a19550000 ---p 00000000 00:00 0 | 7f1a19550000-7f1a19591000 rw-p 00000000 00:00 0 | 7f1a19591000-7f1a19592000 ---p 00000000 00:00 0 | 7f1a19592000-7f1a195d3000 rw-p 00000000 00:00 0 | 7f1a195d3000-7f1a195d4000 ---p 00000000 00:00 0 | 7f1a195d4000-7f1a19615000 rw-p 00000000 00:00 0 | 7f1a19615000-7f1a19616000 ---p 00000000 00:00 0 | 7f1a19616000-7f1a19657000 rw-p 00000000 00:00 0 | 7f1a19657000-7f1a19658000 ---p 00000000 00:00 0 | 7f1a19658000-7f1a19699000 rw-p 00000000 00:00 0 | 7f1a19699000-7f1a1969a000 ---p 00000000 00:00 0 | 7f1a1969a000-7f1a196db000 rw-p 00000000 00:00 0 | 7f1a196db000-7f1a196dc000 ---p 00000000 00:00 0 | 7f1a196dc000-7f1a1971d000 rw-p 00000000 00:00 0 | 7f1a1971d000-7f1a1971e000 ---p 00000000 00:00 0 | 7f1a1971e000-7f1a1975f000 rw-p 00000000 00:00 0 | 7f1a1975f000-7f1a19760000 ---p 00000000 00:00 0 | 7f1a19760000-7f1a197a1000 rw-p 00000000 00:00 0 | 7f1a197a1000-7f1a197a2000 ---p 00000000 00:00 0 | 7f1a197a2000-7f1a197e3000 rw-p 00000000 00:00 0 | 7f1a197e3000-7f1a197e4000 ---p 00000000 00:00 0 | 7f1a197e4000-7f1a19825000 rw-p 00000000 00:00 0 | 7f1a19825000-7f1a19826000 ---p 00000000 00:00 0 | 7f1a19826000-7f1a19867000 rw-p 00000000 00:00 0 | 7f1a19867000-7f1a19868000 ---p 00000000 00:00 0 | 7f1a19868000-7f1a198a9000 rw-p 00000000 00:00 0 | 7f1a198a9000-7f1a198aa000 ---p 00000000 00:00 0 | 7f1a198aa000-7f1a198eb000 rw-p 00000000 00:00 0 | 7f1a198eb000-7f1a198ec000 ---p 00000000 00:00 0 | 7f1a198ec000-7f1a1992d000 rw-p 00000000 00:00 0 | 7f1a1992d000-7f1a1992e000 ---p 00000000 00:00 0 | 7f1a1992e000-7f1a1996f000 rw-p 00000000 00:00 0 | 7f1a1996f000-7f1a19970000 ---p 00000000 00:00 0 | 7f1a19970000-7f1a1a1c0000 rw-p 00000000 00:00 0 | 7f1a1a1cf000-7f1a33640000 rw-p 00000000 00:00 0 | 7f1a33640000-7f1a33641000 r--p 00000000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7f1a33641000-7f1a33642000 r-xp 00001000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7f1a33642000-7f1a33643000 r--p 00002000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7f1a33643000-7f1a33644000 r--p 00002000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7f1a33644000-7f1a33645000 rw-p 00003000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7f1a33645000-7f1a33646000 r--p 00000000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7f1a33646000-7f1a33647000 r-xp 00001000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7f1a33647000-7f1a33648000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7f1a33648000-7f1a33649000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7f1a33649000-7f1a3364a000 rw-p 00003000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7f1a3364a000-7f1a3364b000 r--p 00000000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7f1a3364b000-7f1a3364c000 r-xp 00001000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7f1a3364c000-7f1a3364d000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7f1a3364d000-7f1a3364e000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7f1a3364e000-7f1a3364f000 rw-p 00003000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7f1a3364f000-7f1a33752000 rw-p 00000000 00:00 0 | 7f1a33752000-7f1a33755000 r--p 00000000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7f1a33755000-7f1a3376c000 r-xp 00003000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7f1a3376c000-7f1a33770000 r--p 0001a000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7f1a33770000-7f1a33771000 r--p 0001d000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7f1a33771000-7f1a33772000 rw-p 0001e000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7f1a33772000-7f1a3379a000 r--p 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7f1a3379a000-7f1a3392f000 r-xp 00028000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7f1a3392f000-7f1a33987000 r--p 001bd000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7f1a33987000-7f1a3398b000 r--p 00214000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7f1a3398b000-7f1a3398d000 rw-p 00218000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7f1a3398d000-7f1a3399c000 rw-p 00000000 00:00 0 | 7f1a3399c000-7f1a339aa000 r--p 00000000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7f1a339aa000-7f1a33a26000 r-xp 0000e000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7f1a33a26000-7f1a33a81000 r--p 0008a000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7f1a33a81000-7f1a33a82000 r--p 000e4000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7f1a33a82000-7f1a33a83000 rw-p 000e5000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7f1a33a83000-7f1a33a85000 r--p 00000000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7f1a33a85000-7f1a33a99000 r-xp 00002000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7f1a33a99000-7f1a33ab2000 r--p 00016000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7f1a33ab2000-7f1a33ab3000 ---p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7f1a33ab3000-7f1a33ab4000 r--p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7f1a33ab4000-7f1a33ab5000 rw-p 00030000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7f1a33ab5000-7f1a33abd000 rw-p 00000000 00:00 0 | 7f1a33abd000-7f1a33ac7000 r--p 00000000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7f1a33ac7000-7f1a33b26000 r-xp 0000a000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7f1a33b26000-7f1a33b3d000 r--p 00069000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7f1a33b3d000-7f1a33b3e000 r--p 0007f000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7f1a33b3e000-7f1a33b3f000 rw-p 00080000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7f1a33b3f000-7f1a33b41000 r--p 00000000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7f1a33b41000-7f1a33b52000 r-xp 00002000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7f1a33b52000-7f1a33b58000 r--p 00013000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7f1a33b58000-7f1a33b59000 ---p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7f1a33b59000-7f1a33b5a000 r--p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7f1a33b5a000-7f1a33b5b000 rw-p 0001a000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7f1a33b5f000-7f1a33bab000 r--p 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7f1a33bab000-7f1a33fdd000 r-xp 0004c000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7f1a33fdd000-7f1a34171000 r--p 0047e000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7f1a34171000-7f1a34172000 ---p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7f1a34172000-7f1a3418a000 r--p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7f1a3418a000-7f1a3418e000 rw-p 0062a000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7f1a3418e000-7f1a341a5000 rw-p 00000000 00:00 0 | 7f1a341a5000-7f1a341a7000 r--p 00000000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7f1a341a7000-7f1a341d1000 r-xp 00002000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7f1a341d1000-7f1a341dc000 r--p 0002c000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7f1a341dd000-7f1a341df000 r--p 00037000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7f1a341df000-7f1a341e1000 rw-p 00039000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffc24c30000-7ffc2542f000 rw-p 00000000 00:00 0 [stack] | 7ffc254ff000-7ffc25503000 r--p 00000000 00:00 0 [vvar] | 7ffc25503000-7ffc25505000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | | 2) Failure: TestGc#test_sweep_in_finalizer [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_gc.rb:690]: [ruby-core:58833] [Bug #9205] pid 423290 killed by SIGABRT (signal 6) (core dumped) | verify_internal_consistency_i: FL_FINALIZE set but not in finalizer_table: 0x00007fdc00f6ffc0 [0 ] T_ZOMBIE | <internal:gc>:39: [BUG] gc_verify_internal_consistency: found internal inconsistency. | ruby 3.4.0dev (2024-02-29T10:57:49Z master 3f633e57ac) [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0007 p:0010 s:0037 e:000032 METHOD <internal:gc>:39 | c:0006 p:0004 s:0025 e:000024 BLOCK -:2 [FINISH] | c:0005 p:---- s:0021 e:000020 CFUNC :define_finalizer | c:0004 p:0010 s:0015 e:000014 BLOCK -:5 | c:0003 p:0024 s:0012 e:000011 METHOD <internal:numeric>:238 | c:0002 p:0011 s:0007 E:002638 EVAL -:4 [FINISH] | c:0001 p:0000 s:0003 E:000dd0 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:4:in '<main>' | <internal:numeric>:238:in 'times' | -:5:in 'block in <main>' | -:5:in 'define_finalizer' | -:2:in 'block in <main>' | <internal:gc>:39:in 'start' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- C level backtrace information ------------------------------------------- | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_print_backtrace+0x14) [0x7fdc1be1b6e1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(bug_report_end+0x0) [0x7fdc1bc0861e] /tmp/ruby/src/trunk-gc-asserts/error.c:1043 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1043 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(die+0x0) [0x7fdc1bb3694d] /tmp/ruby/src/trunk-gc-asserts/error.c:1051 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1053 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_mode_transition+0x0) [0x7fdc1bb38518] /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_finish) /tmp/ruby/src/trunk-gc-asserts/gc.c:5631 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_step) /tmp/ruby/src/trunk-gc-asserts/gc.c:5700 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_verify_internal_consistency+0x2e) [0x7fdc1bc39584] /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_rest) /tmp/ruby/src/trunk-gc-asserts/gc.c:9125 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_rest+0x8) [0x7fdc1bc3a5b8] /tmp/ruby/src/trunk-gc-asserts/gc.c:9441 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8980 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start_internal) /tmp/ruby/src/trunk-gc-asserts/gc.c:9437 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core+0x636) [0x7fdc1bdfd936] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6920 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7fdc1be038fa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_invoke_proc+0x5f) [0x7fdc1be0964f] /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_body+0x5f0) [0x7fdc1be09c60] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cc+0xf8) [0x7fdc1be0a5a8] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call0+0x49) [0x7fdc1bdfcba9] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall_default_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(run_finalizer+0x183) [0x7fdc1bc29b53] /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7fdc1bc2cbb7] /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_enter) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:74 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_list) /tmp/ruby/src/trunk-gc-asserts/gc.c:4145 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred_heap_pages) /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred+0x20) [0x7fdc1bc2cde5] /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_finalize_deferred) /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_postponed_job_flush+0x1de) [0x7fdc1be20b3e] /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_threadptr_execute_interrupts+0x3d1) [0x7fdc1bdb0af1] /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints+0xf) [0x7fdc1bdeb7af] /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2100 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints) /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3528 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xa0) [0x7fdc1bdfd421] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5653 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:881 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7fdc1be038fa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_exec_node+0xb5) [0x7fdc1bc12555] /tmp/ruby/src/trunk-gc-asserts/eval.c:282 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ruby_run_node+0x8b) [0x7fdc1bc1613b] /tmp/ruby/src/trunk-gc-asserts/eval.c:320 | /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x560e931ec187] /tmp/ruby/src/trunk-gc-asserts/main.c:40 | /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fdc1b71fd90] ../sysdeps/nptl/libc_start_call_main.h:58 | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fdc1b71fe40] ../csu/libc-start.c:392 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 | [0x560e931ec1d5] | | -- Other runtime information ----------------------------------------------- | | * Loaded script: - | | * Loaded features: | | 0 enumerator.so | 1 thread.rb | 2 fiber.so | 3 rational.so | 4 complex.so | 5 ruby2_keywords.rb | 6 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 8 /tmp/ruby/build/trunk-gc-asserts/rbconfig.rb | 9 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/compatibility.rb | 10 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/defaults.rb | 11 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/deprecate.rb | 12 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/errors.rb | 13 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/unknown_command_spell_checker.rb | 14 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/exceptions.rb | 15 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/basic_specification.rb | 16 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/stub_specification.rb | 17 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/platform.rb | 18 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/util/list.rb | 19 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/version.rb | 20 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/requirement.rb | 21 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/specification.rb | 22 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/util.rb | 23 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/dependency.rb | 24 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/core_ext/kernel_gem.rb | 25 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 26 /tmp/ruby/build/trunk-gc-asserts/.ext/common/monitor.rb | 27 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems.rb | 28 /tmp/ruby/src/trunk-gc-asserts/lib/bundled_gems.rb | 29 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/version.rb | 30 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/base.rb | 31 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/formatter.rb | 32 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight/core_ext.rb | 33 /tmp/ruby/src/trunk-gc-asserts/lib/error_highlight.rb | 34 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/version.rb | 35 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/core_ext/name_error.rb | 36 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/levenshtein.rb | 37 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/jaro_winkler.rb | 38 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checker.rb | 39 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb | 40 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb | 41 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers.rb | 42 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/method_name_checker.rb | 43 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/key_error_checker.rb | 44 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/null_checker.rb | 45 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/tree_spell_checker.rb | 46 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/require_path_checker.rb | 47 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb | 48 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/formatter.rb | 49 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean.rb | 50 /tmp/ruby/src/trunk-gc-asserts/lib/syntax_suggest/core_ext.rb | | * Process memory map: | | 560e931eb000-560e931ec000 r--p 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 560e931ec000-560e931ed000 r-xp 00001000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 560e931ed000-560e931ee000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 560e931ee000-560e931ef000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 560e931ef000-560e931f0000 rw-p 00003000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 560e94f09000-560e9578b000 rw-p 00000000 00:00 0 [heap] | 7fdbfe2d3000-7fdbfe4f1000 r--s 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fdbfe4f1000-7fdbffa66000 rw-p 00000000 00:00 0 | 7fdbffa66000-7fdc00e10000 r--s 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fdc00e10000-7fdc00e20000 rw-p 00000000 00:00 0 | 7fdc00ef3000-7fdc00f30000 r--s 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 7fdc00f30000-7fdc00f40000 rw-p 00000000 00:00 0 | 7fdc00f50000-7fdc00fe0000 rw-p 00000000 00:00 0 | 7fdc00ff0000-7fdc010b0000 rw-p 00000000 00:00 0 | 7fdc010bf000-7fdc010c0000 ---p 00000000 00:00 0 | 7fdc010c0000-7fdc01101000 rw-p 00000000 00:00 0 | 7fdc01101000-7fdc01102000 ---p 00000000 00:00 0 | 7fdc01102000-7fdc01143000 rw-p 00000000 00:00 0 | 7fdc01143000-7fdc01144000 ---p 00000000 00:00 0 | 7fdc01144000-7fdc01185000 rw-p 00000000 00:00 0 | 7fdc01185000-7fdc01186000 ---p 00000000 00:00 0 | 7fdc01186000-7fdc011c7000 rw-p 00000000 00:00 0 | 7fdc011c7000-7fdc011c8000 ---p 00000000 00:00 0 | 7fdc011c8000-7fdc01209000 rw-p 00000000 00:00 0 | 7fdc01209000-7fdc0120a000 ---p 00000000 00:00 0 | 7fdc0120a000-7fdc0124b000 rw-p 00000000 00:00 0 | 7fdc0124b000-7fdc0124c000 ---p 00000000 00:00 0 | 7fdc0124c000-7fdc0128d000 rw-p 00000000 00:00 0 | 7fdc0128d000-7fdc0128e000 ---p 00000000 00:00 0 | 7fdc0128e000-7fdc012cf000 rw-p 00000000 00:00 0 | 7fdc012cf000-7fdc012d0000 ---p 00000000 00:00 0 | 7fdc012d0000-7fdc01311000 rw-p 00000000 00:00 0 | 7fdc01311000-7fdc01312000 ---p 00000000 00:00 0 | 7fdc01312000-7fdc01353000 rw-p 00000000 00:00 0 | 7fdc01353000-7fdc01354000 ---p 00000000 00:00 0 | 7fdc01354000-7fdc01395000 rw-p 00000000 00:00 0 | 7fdc01395000-7fdc01396000 ---p 00000000 00:00 0 | 7fdc01396000-7fdc013d7000 rw-p 00000000 00:00 0 | 7fdc013d7000-7fdc013d8000 ---p 00000000 00:00 0 | 7fdc013d8000-7fdc01419000 rw-p 00000000 00:00 0 | 7fdc01419000-7fdc0141a000 ---p 00000000 00:00 0 | 7fdc0141a000-7fdc0145b000 rw-p 00000000 00:00 0 | 7fdc0145b000-7fdc0145c000 ---p 00000000 00:00 0 | 7fdc0145c000-7fdc0149d000 rw-p 00000000 00:00 0 | 7fdc0149d000-7fdc0149e000 ---p 00000000 00:00 0 | 7fdc0149e000-7fdc014df000 rw-p 00000000 00:00 0 | 7fdc014df000-7fdc014e0000 ---p 00000000 00:00 0 | 7fdc014e0000-7fdc01521000 rw-p 00000000 00:00 0 | 7fdc01521000-7fdc01522000 ---p 00000000 00:00 0 | 7fdc01522000-7fdc01563000 rw-p 00000000 00:00 0 | 7fdc01563000-7fdc01564000 ---p 00000000 00:00 0 | 7fdc01564000-7fdc015a5000 rw-p 00000000 00:00 0 | 7fdc015a5000-7fdc015a6000 ---p 00000000 00:00 0 | 7fdc015a6000-7fdc015e7000 rw-p 00000000 00:00 0 | 7fdc015e7000-7fdc015e8000 ---p 00000000 00:00 0 | 7fdc015e8000-7fdc01629000 rw-p 00000000 00:00 0 | 7fdc01629000-7fdc0162a000 ---p 00000000 00:00 0 | 7fdc0162a000-7fdc0166b000 rw-p 00000000 00:00 0 | 7fdc0166b000-7fdc0166c000 ---p 00000000 00:00 0 | 7fdc0166c000-7fdc016ad000 rw-p 00000000 00:00 0 | 7fdc016ad000-7fdc016ae000 ---p 00000000 00:00 0 | 7fdc016ae000-7fdc016ef000 rw-p 00000000 00:00 0 | 7fdc016ef000-7fdc016f0000 ---p 00000000 00:00 0 | 7fdc016f0000-7fdc01731000 rw-p 00000000 00:00 0 | 7fdc01731000-7fdc01732000 ---p 00000000 00:00 0 | 7fdc01732000-7fdc01773000 rw-p 00000000 00:00 0 | 7fdc01773000-7fdc01774000 ---p 00000000 00:00 0 | 7fdc01774000-7fdc017b5000 rw-p 00000000 00:00 0 | 7fdc017b5000-7fdc017b6000 ---p 00000000 00:00 0 | 7fdc017b6000-7fdc017f7000 rw-p 00000000 00:00 0 | 7fdc017f7000-7fdc017f8000 ---p 00000000 00:00 0 | 7fdc017f8000-7fdc01839000 rw-p 00000000 00:00 0 | 7fdc01839000-7fdc0183a000 ---p 00000000 00:00 0 | 7fdc0183a000-7fdc0187b000 rw-p 00000000 00:00 0 | 7fdc0187b000-7fdc0187c000 ---p 00000000 00:00 0 | 7fdc0187c000-7fdc018bd000 rw-p 00000000 00:00 0 | 7fdc018bd000-7fdc018be000 ---p 00000000 00:00 0 | 7fdc018be000-7fdc018ff000 rw-p 00000000 00:00 0 | 7fdc018ff000-7fdc01900000 ---p 00000000 00:00 0 | 7fdc01900000-7fdc02150000 rw-p 00000000 00:00 0 Finished tests in 7568.297909s, 3.3416 tests/s, 1256.6024 assertions/s. | 7fdc02150000-7fdc02151000 r--p 00000000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7fdc02151000-7fdc02152000 r-xp 00001000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7fdc02152000-7fdc02153000 r--p 00002000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7fdc02153000-7fdc02154000 r--p 00002000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7fdc02154000-7fdc02155000 rw-p 00003000 00:7e 14588441 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so | 7fdc02155000-7fdc02156000 r--p 00000000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fdc02156000-7fdc02157000 r-xp 00001000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fdc02157000-7fdc02158000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fdc02158000-7fdc02159000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fdc02159000-7fdc0215a000 rw-p 00003000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fdc0215a000-7fdc0215b000 r--p 00000000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fdc0215b000-7fdc0215c000 r-xp 00001000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fdc0215c000-7fdc0215d000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fdc0215d000-7fdc0215e000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fdc0215e000-7fdc0215f000 rw-p 00003000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fdc0215f000-7fdc1b5d0000 rw-p 00000000 00:00 0 | 7fdc1b5d3000-7fdc1b6d6000 rw-p 00000000 00:00 0 | 7fdc1b6d6000-7fdc1b6d9000 r--p 00000000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fdc1b6d9000-7fdc1b6f0000 r-xp 00003000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fdc1b6f0000-7fdc1b6f4000 r--p 0001a000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fdc1b6f4000-7fdc1b6f5000 r--p 0001d000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fdc1b6f5000-7fdc1b6f6000 rw-p 0001e000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fdc1b6f6000-7fdc1b71e000 r--p 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fdc1b71e000-7fdc1b8b3000 r-xp 00028000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fdc1b8b3000-7fdc1b90b000 r--p 001bd000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fdc1b90b000-7fdc1b90f000 r--p 00214000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fdc1b90f000-7fdc1b911000 rw-p 00218000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fdc1b911000-7fdc1b920000 rw-p 00000000 00:00 0 | 7fdc1b920000-7fdc1b92e000 r--p 00000000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fdc1b92e000-7fdc1b9aa000 r-xp 0000e000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fdc1b9aa000-7fdc1ba05000 r--p 0008a000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fdc1ba05000-7fdc1ba06000 r--p 000e4000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fdc1ba06000-7fdc1ba07000 rw-p 000e5000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fdc1ba07000-7fdc1ba09000 r--p 00000000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fdc1ba09000-7fdc1ba1d000 r-xp 00002000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fdc1ba1d000-7fdc1ba36000 r--p 00016000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fdc1ba36000-7fdc1ba37000 ---p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fdc1ba37000-7fdc1ba38000 r--p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fdc1ba38000-7fdc1ba39000 rw-p 00030000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fdc1ba39000-7fdc1ba41000 rw-p 00000000 00:00 0 | 7fdc1ba41000-7fdc1ba4b000 r--p 00000000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fdc1ba4b000-7fdc1baaa000 r-xp 0000a000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fdc1baaa000-7fdc1bac1000 r--p 00069000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fdc1bac1000-7fdc1bac2000 r--p 0007f000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fdc1bac2000-7fdc1bac3000 rw-p 00080000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fdc1bac3000-7fdc1bac5000 r--p 00000000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fdc1bac5000-7fdc1bad6000 r-xp 00002000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fdc1bad6000-7fdc1badc000 r--p 00013000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fdc1badc000-7fdc1badd000 ---p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fdc1badd000-7fdc1bade000 r--p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fdc1bade000-7fdc1badf000 rw-p 0001a000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fdc1bae3000-7fdc1bb2f000 r--p 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fdc1bb2f000-7fdc1bf61000 r-xp 0004c000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fdc1bf61000-7fdc1c0f5000 r--p 0047e000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fdc1c0f5000-7fdc1c0f6000 ---p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fdc1c0f6000-7fdc1c10e000 r--p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fdc1c10e000-7fdc1c112000 rw-p 0062a000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fdc1c112000-7fdc1c129000 rw-p 00000000 00:00 0 | 7fdc1c129000-7fdc1c12b000 r--p 00000000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fdc1c12b000-7fdc1c155000 r-xp 00002000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fdc1c155000-7fdc1c160000 r--p 0002c000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fdc1c161000-7fdc1c163000 r--p 00037000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fdc1c163000-7fdc1c165000 rw-p 00039000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffc9b4fa000-7ffc9bcf9000 rw-p 00000000 00:00 0 [stack] | 7ffc9bd19000-7ffc9bd1d000 r--p 00000000 00:00 0 [vvar] | 7ffc9bd1d000-7ffc9bd1f000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | | 3) Failure: TestObjectSpace#test_finalizer_with_super [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_objectspace.rb:124]: pid 423316 killed by SIGABRT (signal 6) (core dumped) | verify_internal_consistency_i: FL_FINALIZE set but not in finalizer_table: 0x00007fe3e207ff80 [3 ] T_ZOMBIE | -e:17: [BUG] gc_verify_internal_consistency: found internal inconsistency. | ruby 3.4.0dev (2024-02-29T10:57:49Z master 3f633e57ac) [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0007 p:0002 s:0024 e:000023 BLOCK -e:17 [FINISH] | c:0006 p:---- s:0021 e:000020 CFUNC :initialize | c:0005 p:---- s:0018 e:000017 CFUNC :new | c:0004 p:0011 s:0014 e:000013 BLOCK -e:38 | c:0003 p:0024 s:0011 e:000010 METHOD <internal:numeric>:238 | c:0002 p:0057 s:0006 E:001c90 EVAL -e:36 [FINISH] | c:0001 p:0000 s:0003 E:0021e0 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -e:36:in '<main>' | <internal:numeric>:238:in 'times' | -e:38:in 'block in <main>' | -e:38:in 'new' | -e:38:in 'initialize' | -e:17:in 'block in <class:C>' | | -- Threading information --------------------------------------------------- | Total ractor count: 1 | Ruby thread count for this ractor: 1 | | -- C level backtrace information ------------------------------------------- | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_print_backtrace+0x14) [0x7fe3fce286e1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(bug_report_end+0x0) [0x7fe3fcc1561e] /tmp/ruby/src/trunk-gc-asserts/error.c:1043 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1043 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(die+0x0) [0x7fe3fcb4394d] /tmp/ruby/src/trunk-gc-asserts/error.c:1051 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1053 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_mode_transition+0x0) [0x7fe3fcb45518] /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_finish) /tmp/ruby/src/trunk-gc-asserts/gc.c:5631 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_step) /tmp/ruby/src/trunk-gc-asserts/gc.c:5700 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_verify_internal_consistency+0x36) [0x7fe3fcc4530e] /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start) /tmp/ruby/src/trunk-gc-asserts/gc.c:9012 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7fe3fcc46af3] /tmp/ruby/src/trunk-gc-asserts/gc.c:8986 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8988 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_slowpath+0xfb) [0x7fe3fcc49c83] /tmp/ruby/src/trunk-gc-asserts/gc.c:2856 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-gc-asserts/gc.c:2880 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_of+0xd6) [0x7fe3fcc4af2e] /tmp/ruby/src/trunk-gc-asserts/gc.c:2924 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:2942 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RB_SPECIAL_CONST_P+0x0) [0x7fe3fcdfbe1c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5937 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_obj_written) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/gc.h:804 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_obj_write) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/gc.h:838 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_ic_update) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5938 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_opt_getconstant_path) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5966 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core+0x2978) [0x7fe3fce0cc78] ../../src/trunk-gc-asserts/insns.def:263 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7fe3fce108fa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_invoke_proc+0x5f) [0x7fe3fce1664f] /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_body+0x5f0) [0x7fe3fce16c60] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cc+0xf8) [0x7fe3fce175a8] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call0+0x49) [0x7fe3fce09ba9] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall_default_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(run_finalizer+0x183) [0x7fe3fcc36b53] /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7fe3fcc39bb7] /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_enter) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:74 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_list) /tmp/ruby/src/trunk-gc-asserts/gc.c:4145 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred_heap_pages) /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred+0x20) [0x7fe3fcc39de5] /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_finalize_deferred) /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_postponed_job_flush+0x1de) [0x7fe3fce2db3e] /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_threadptr_execute_interrupts+0x3d1) [0x7fe3fcdbdaf1] /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints+0x10) [0x7fe3fce17020] /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2100 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints) /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:176 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cfunc) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:187 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_body) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:233 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cc+0xf8) [0x7fe3fce175a8] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_call+0x32) [0x7fe3fce195e6] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:899 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_funcallv_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1092 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_class_new_instance_pass_kw+0x52) [0x7fe3fccc0c02] /tmp/ruby/src/trunk-gc-asserts/object.c:2173 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7fe3fcdf8954] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3524 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3526 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xa0) [0x7fe3fce0a421] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5653 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:881 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7fe3fce108fa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_exec_node+0xb5) [0x7fe3fcc1f555] /tmp/ruby/src/trunk-gc-asserts/eval.c:282 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ruby_run_node+0x8b) [0x7fe3fcc2313b] /tmp/ruby/src/trunk-gc-asserts/eval.c:320 | /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x55d2804b4187] /tmp/ruby/src/trunk-gc-asserts/main.c:40 | /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fe3fc72cd90] ../sysdeps/nptl/libc_start_call_main.h:58 | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fe3fc72ce40] ../csu/libc-start.c:392 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 | [0x55d2804b41d5] | | -- Other runtime information ----------------------------------------------- | | * Loaded script: -e | | * Loaded features: | | 0 enumerator.so | 1 thread.rb | 2 fiber.so | 3 rational.so | 4 complex.so | 5 ruby2_keywords.rb | 6 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | | * Process memory map: | | 55d2804b3000-55d2804b4000 r--p 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 55d2804b4000-55d2804b5000 r-xp 00001000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 55d2804b5000-55d2804b6000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 55d2804b6000-55d2804b7000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 55d2804b7000-55d2804b8000 rw-p 00003000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 55d280df2000-55d280faa000 rw-p 00000000 00:00 0 [heap] | 7fe3df2a7000-7fe3df4c5000 r--s 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fe3df4c5000-7fe3e0c79000 rw-p 00000000 00:00 0 | 7fe3e0c79000-7fe3e2023000 r--s 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fe3e2023000-7fe3e2060000 r--s 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby | 7fe3e2060000-7fe3e20c0000 rw-p 00000000 00:00 0 | 7fe3e20cf000-7fe3e20d0000 ---p 00000000 00:00 0 | 7fe3e20d0000-7fe3e2111000 rw-p 00000000 00:00 0 | 7fe3e2111000-7fe3e2112000 ---p 00000000 00:00 0 | 7fe3e2112000-7fe3e2153000 rw-p 00000000 00:00 0 | 7fe3e2153000-7fe3e2154000 ---p 00000000 00:00 0 | 7fe3e2154000-7fe3e2195000 rw-p 00000000 00:00 0 | 7fe3e2195000-7fe3e2196000 ---p 00000000 00:00 0 | 7fe3e2196000-7fe3e21d7000 rw-p 00000000 00:00 0 | 7fe3e21d7000-7fe3e21d8000 ---p 00000000 00:00 0 | 7fe3e21d8000-7fe3e2219000 rw-p 00000000 00:00 0 | 7fe3e2219000-7fe3e221a000 ---p 00000000 00:00 0 | 7fe3e221a000-7fe3e225b000 rw-p 00000000 00:00 0 | 7fe3e225b000-7fe3e225c000 ---p 00000000 00:00 0 | 7fe3e225c000-7fe3e229d000 rw-p 00000000 00:00 0 | 7fe3e229d000-7fe3e229e000 ---p 00000000 00:00 0 | 7fe3e229e000-7fe3e22df000 rw-p 00000000 00:00 0 | 7fe3e22df000-7fe3e22e0000 ---p 00000000 00:00 0 | 7fe3e22e0000-7fe3e2321000 rw-p 00000000 00:00 0 | 7fe3e2321000-7fe3e2322000 ---p 00000000 00:00 0 | 7fe3e2322000-7fe3e2363000 rw-p 00000000 00:00 0 | 7fe3e2363000-7fe3e2364000 ---p 00000000 00:00 0 | 7fe3e2364000-7fe3e23a5000 rw-p 00000000 00:00 0 | 7fe3e23a5000-7fe3e23a6000 ---p 00000000 00:00 0 | 7fe3e23a6000-7fe3e23e7000 rw-p 00000000 00:00 0 | 7fe3e23e7000-7fe3e23e8000 ---p 00000000 00:00 0 | 7fe3e23e8000-7fe3e2429000 rw-p 00000000 00:00 0 | 7fe3e2429000-7fe3e242a000 ---p 00000000 00:00 0 | 7fe3e242a000-7fe3e246b000 rw-p 00000000 00:00 0 | 7fe3e246b000-7fe3e246c000 ---p 00000000 00:00 0 | 7fe3e246c000-7fe3e24ad000 rw-p 00000000 00:00 0 | 7fe3e24ad000-7fe3e24ae000 ---p 00000000 00:00 0 | 7fe3e24ae000-7fe3e24ef000 rw-p 00000000 00:00 0 | 7fe3e24ef000-7fe3e24f0000 ---p 00000000 00:00 0 | 7fe3e24f0000-7fe3e2531000 rw-p 00000000 00:00 0 | 7fe3e2531000-7fe3e2532000 ---p 00000000 00:00 0 | 7fe3e2532000-7fe3e2573000 rw-p 00000000 00:00 0 | 7fe3e2573000-7fe3e2574000 ---p 00000000 00:00 0 | 7fe3e2574000-7fe3e25b5000 rw-p 00000000 00:00 0 | 7fe3e25b5000-7fe3e25b6000 ---p 00000000 00:00 0 | 7fe3e25b6000-7fe3e25f7000 rw-p 00000000 00:00 0 | 7fe3e25f7000-7fe3e25f8000 ---p 00000000 00:00 0 | 7fe3e25f8000-7fe3e2639000 rw-p 00000000 00:00 0 | 7fe3e2639000-7fe3e263a000 ---p 00000000 00:00 0 | 7fe3e263a000-7fe3e267b000 rw-p 00000000 00:00 0 | 7fe3e267b000-7fe3e267c000 ---p 00000000 00:00 0 | 7fe3e267c000-7fe3e26bd000 rw-p 00000000 00:00 0 | 7fe3e26bd000-7fe3e26be000 ---p 00000000 00:00 0 | 7fe3e26be000-7fe3e26ff000 rw-p 00000000 00:00 0 | 7fe3e26ff000-7fe3e2700000 ---p 00000000 00:00 0 | 7fe3e2700000-7fe3e2741000 rw-p 00000000 00:00 0 | 7fe3e2741000-7fe3e2742000 ---p 00000000 00:00 0 | 7fe3e2742000-7fe3e2783000 rw-p 00000000 00:00 0 | 7fe3e2783000-7fe3e2784000 ---p 00000000 00:00 0 | 7fe3e2784000-7fe3e27c5000 rw-p 00000000 00:00 0 | 7fe3e27c5000-7fe3e27c6000 ---p 00000000 00:00 0 | 7fe3e27c6000-7fe3e2807000 rw-p 00000000 00:00 0 | 7fe3e2807000-7fe3e2808000 ---p 00000000 00:00 0 | 7fe3e2808000-7fe3e2849000 rw-p 00000000 00:00 0 | 7fe3e2849000-7fe3e284a000 ---p 00000000 00:00 0 | 7fe3e284a000-7fe3e288b000 rw-p 00000000 00:00 0 | 7fe3e288b000-7fe3e288c000 ---p 00000000 00:00 0 | 7fe3e288c000-7fe3e28cd000 rw-p 00000000 00:00 0 | 7fe3e28cd000-7fe3e28ce000 ---p 00000000 00:00 0 | 7fe3e28ce000-7fe3e290f000 rw-p 00000000 00:00 0 | 7fe3e290f000-7fe3e2910000 ---p 00000000 00:00 0 | 7fe3e2910000-7fe3e3160000 rw-p 00000000 00:00 0 | 7fe3e3165000-7fe3e3166000 r--p 00000000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fe3e3166000-7fe3e3167000 r-xp 00001000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fe3e3167000-7fe3e3168000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fe3e3168000-7fe3e3169000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fe3e3169000-7fe3e316a000 rw-p 00003000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7fe3e316a000-7fe3e316b000 r--p 00000000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fe3e316b000-7fe3e316c000 r-xp 00001000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fe3e316c000-7fe3e316d000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fe3e316d000-7fe3e316e000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fe3e316e000-7fe3e316f000 rw-p 00003000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7fe3e316f000-7fe3fc6e3000 rw-p 00000000 00:00 0 | 7fe3fc6e3000-7fe3fc6e6000 r--p 00000000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fe3fc6e6000-7fe3fc6fd000 r-xp 00003000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fe3fc6fd000-7fe3fc701000 r--p 0001a000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fe3fc701000-7fe3fc702000 r--p 0001d000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fe3fc702000-7fe3fc703000 rw-p 0001e000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7fe3fc703000-7fe3fc72b000 r--p 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fe3fc72b000-7fe3fc8c0000 r-xp 00028000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fe3fc8c0000-7fe3fc918000 r--p 001bd000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fe3fc918000-7fe3fc91c000 r--p 00214000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fe3fc91c000-7fe3fc91e000 rw-p 00218000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7fe3fc91e000-7fe3fc92d000 rw-p 00000000 00:00 0 | 7fe3fc92d000-7fe3fc93b000 r--p 00000000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fe3fc93b000-7fe3fc9b7000 r-xp 0000e000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fe3fc9b7000-7fe3fca12000 r--p 0008a000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fe3fca12000-7fe3fca13000 r--p 000e4000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fe3fca13000-7fe3fca14000 rw-p 000e5000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7fe3fca14000-7fe3fca16000 r--p 00000000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fe3fca16000-7fe3fca2a000 r-xp 00002000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fe3fca2a000-7fe3fca43000 r--p 00016000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fe3fca43000-7fe3fca44000 ---p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fe3fca44000-7fe3fca45000 r--p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fe3fca45000-7fe3fca46000 rw-p 00030000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7fe3fca46000-7fe3fca4e000 rw-p 00000000 00:00 0 | 7fe3fca4e000-7fe3fca58000 r--p 00000000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fe3fca58000-7fe3fcab7000 r-xp 0000a000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fe3fcab7000-7fe3fcace000 r--p 00069000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fe3fcace000-7fe3fcacf000 r--p 0007f000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fe3fcacf000-7fe3fcad0000 rw-p 00080000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1 | 7fe3fcad0000-7fe3fcad2000 r--p 00000000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fe3fcad2000-7fe3fcae3000 r-xp 00002000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fe3fcae3000-7fe3fcae9000 r--p 00013000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fe3fcae9000-7fe3fcaea000 ---p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fe3fcaea000-7fe3fcaeb000 r--p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fe3fcaeb000-7fe3fcaec000 rw-p 0001a000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11 | 7fe3fcaf0000-7fe3fcb3c000 r--p 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fe3fcb3c000-7fe3fcf6e000 r-xp 0004c000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fe3fcf6e000-7fe3fd102000 r--p 0047e000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fe3fd102000-7fe3fd103000 ---p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fe3fd103000-7fe3fd11b000 r--p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fe3fd11b000-7fe3fd11f000 rw-p 0062a000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0 | 7fe3fd11f000-7fe3fd136000 rw-p 00000000 00:00 0 | 7fe3fd136000-7fe3fd138000 r--p 00000000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fe3fd138000-7fe3fd162000 r-xp 00002000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fe3fd162000-7fe3fd16d000 r--p 0002c000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fe3fd16e000-7fe3fd170000 r--p 00037000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fe3fd170000-7fe3fd172000 rw-p 00039000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7ffca893c000-7ffca913b000 rw-p 00000000 00:00 0 [stack] | 7ffca91c6000-7ffca91ca000 r--p 00000000 00:00 0 [vvar] | 7ffca91ca000-7ffca91cc000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | | . 1. [1/2] Assertion for "stdout" | <[":ok"]> expected but was | <[]>. 2. [2/2] Assertion for "stderr" | <[]> expected but was | <["verify_internal_consistency_i: FL_FINALIZE set but not in finalizer_table: 0x00007fe3e207ff80 [3 ] T_ZOMBIE ", | "-e:17: [BUG] gc_verify_internal_consistency: found internal inconsistency.", | "ruby 3.4.0dev (2024-02-29T10:57:49Z master 3f633e57ac) [x86_64-linux]", | "", | "-- Control frame information -----------------------------------------------", | "c:0007 p:0002 s:0024 e:000023 BLOCK -e:17 [FINISH]", | "c:0006 p:---- s:0021 e:000020 CFUNC :initialize", | "c:0005 p:---- s:0018 e:000017 CFUNC :new", | "c:0004 p:0011 s:0014 e:000013 BLOCK -e:38", | "c:0003 p:0024 s:0011 e:000010 METHOD <internal:numeric>:238", | "c:0002 p:0057 s:0006 E:001c90 EVAL -e:36 [FINISH]", | "c:0001 p:0000 s:0003 E:0021e0 DUMMY [FINISH]", | "", | "-- Ruby level backtrace information ----------------------------------------", | "-e:36:in '<main>'", | "<internal:numeric>:238:in 'times'", | "-e:38:in 'block in <main>'", | "-e:38:in 'new'", | "-e:38:in 'initialize'", | "-e:17:in 'block in <class:C>'", | "", | "-- Threading information ---------------------------------------------------", | "Total ractor count: 1", | "Ruby thread count for this ractor: 1", | "", | "-- C level backtrace information -------------------------------------------", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_print_backtrace+0x14) [0x7fe3fce286e1] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:820", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1151", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(bug_report_end+0x0) [0x7fe3fcc1561e] /tmp/ruby/src/trunk-gc-asserts/error.c:1043", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug_without_die) /tmp/ruby/src/trunk-gc-asserts/error.c:1043", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(die+0x0) [0x7fe3fcb4394d] /tmp/ruby/src/trunk-gc-asserts/error.c:1051", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1053", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_mode_transition+0x0) [0x7fe3fcb45518] /tmp/ruby/src/trunk-gc-asserts/gc.c:7710", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_finish) /tmp/ruby/src/trunk-gc-asserts/gc.c:5631", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_sweep_step) /tmp/ruby/src/trunk-gc-asserts/gc.c:5700", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_verify_internal_consistency+0x36) [0x7fe3fcc4530e] /tmp/ruby/src/trunk-gc-asserts/gc.c:7777", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_start) /tmp/ruby/src/trunk-gc-asserts/gc.c:9012", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7fe3fcc46af3] /tmp/ruby/src/trunk-gc-asserts/gc.c:8986", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:92", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc.c:8988", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_slowpath+0xfb) [0x7fe3fcc49c83] /tmp/ruby/src/trunk-gc-asserts/gc.c:2856", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-gc-asserts/gc.c:2880", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(newobj_of+0xd6) [0x7fe3fcc4af2e] /tmp/ruby/src/trunk-gc-asserts/gc.c:2924", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:2942", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(RB_SPECIAL_CONST_P+0x0) [0x7fe3fcdfbe1c] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5937", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_obj_written) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/gc.h:804", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_obj_write) /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/gc.h:838", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_ic_update) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5938", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_opt_getconstant_path) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5966", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core+0x2978) [0x7fe3fce0cc78] ../../src/trunk-gc-asserts/insns.def:263", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7fe3fce108fa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2552", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_invoke_proc+0x5f) [0x7fe3fce1664f] /tmp/ruby/src/trunk-gc-asserts/vm.c:1735", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_body+0x5f0) [0x7fe3fce16c60] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cc+0xf8) [0x7fe3fce175a8] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call0+0x49) [0x7fe3fce09ba9] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_call_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall_default_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_check_funcall) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(run_finalizer+0x183) [0x7fe3fcc36b53] /tmp/ruby/src/trunk-gc-asserts/gc.c:4056", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_multi_ractor_p+0x0) [0x7fe3fcc39bb7] /tmp/ruby/src/trunk-gc-asserts/gc.c:4122", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_lock_enter) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:74", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_list) /tmp/ruby/src/trunk-gc-asserts/gc.c:4145", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred_heap_pages) /tmp/ruby/src/trunk-gc-asserts/gc.c:4172", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(finalize_deferred+0x20) [0x7fe3fcc39de5] /tmp/ruby/src/trunk-gc-asserts/gc.c:4181", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(gc_finalize_deferred) /tmp/ruby/src/trunk-gc-asserts/gc.c:4191", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_postponed_job_flush+0x1de) [0x7fe3fce2db3e] /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_threadptr_execute_interrupts+0x3d1) [0x7fe3fcdbdaf1] /tmp/ruby/src/trunk-gc-asserts/thread.c:2465", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints+0x10) [0x7fe3fce17020] /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2100", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_check_ints) /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_pop_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:176", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cfunc) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:187", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_body) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:233", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call0_cc+0xf8) [0x7fe3fce175a8] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_call+0x32) [0x7fe3fce195e6] /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:899", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_funcallv_kw) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1092", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_class_new_instance_pass_kw+0x52) [0x7fe3fccc0c02] /tmp/ruby/src/trunk-gc-asserts/object.c:2173", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_cfp_consistent_p+0x0) [0x7fe3fcdf8954] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3524", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame_) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3526", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_with_frame) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_call_cfunc_other) /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_sendish+0xa0) [0x7fe3fce0a421] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5653", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(vm_exec_core) ../../src/trunk-gc-asserts/insns.def:881", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_vm_exec+0x19a) [0x7fe3fce108fa] /tmp/ruby/src/trunk-gc-asserts/vm.c:2552", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(rb_ec_exec_node+0xb5) [0x7fe3fcc1f555] /tmp/ruby/src/trunk-gc-asserts/eval.c:282", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4(ruby_run_node+0x8b) [0x7fe3fcc2313b] /tmp/ruby/src/trunk-gc-asserts/eval.c:320", | "/tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x55d2804b4187] /tmp/ruby/src/trunk-gc-asserts/main.c:40", | "/tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:59", | "/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x80) [0x7fe3fc72cd90] ../sysdeps/nptl/libc_start_call_main.h:58", | "/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7fe3fc72ce40] ../csu/libc-start.c:392", | "/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:379", | "/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0", | "[0x55d2804b41d5]", | "", | "-- Other runtime information -----------------------------------------------", | "", | "* Loaded script: -e", | "", | "* Loaded features:", | "", | " 0 enumerator.so", | " 1 thread.rb", | " 2 fiber.so", | " 3 rational.so", | " 4 complex.so", | " 5 ruby2_keywords.rb", | " 6 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | " 7 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "", | "* Process memory map:", | "", | "55d2804b3000-55d2804b4000 r--p 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby", | "55d2804b4000-55d2804b5000 r-xp 00001000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby", | "55d2804b5000-55d2804b6000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby", | "55d2804b6000-55d2804b7000 r--p 00002000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby", | "55d2804b7000-55d2804b8000 rw-p 00003000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby", | "55d280df2000-55d280faa000 rw-p 00000000 00:00 0 [heap]", | "7fe3df2a7000-7fe3df4c5000 r--s 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7fe3df4c5000-7fe3e0c79000 rw-p 00000000 00:00 0 ", | "7fe3e0c79000-7fe3e2023000 r--s 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0", | "7fe3e2023000-7fe3e2060000 r--s 00000000 00:7e 14550871 /tmp/ruby/build/trunk-gc-asserts/ruby", | "7fe3e2060000-7fe3e20c0000 rw-p 00000000 00:00 0 ", | "7fe3e20cf000-7fe3e20d0000 ---p 00000000 00:00 0 ", | "7fe3e20d0000-7fe3e2111000 rw-p 00000000 00:00 0 ", | "7fe3e2111000-7fe3e2112000 ---p 00000000 00:00 0 ", | "7fe3e2112000-7fe3e2153000 rw-p 00000000 00:00 0 ", | "7fe3e2153000-7fe3e2154000 ---p 00000000 00:00 0 ", | "7fe3e2154000-7fe3e2195000 rw-p 00000000 00:00 0 ", | "7fe3e2195000-7fe3e2196000 ---p 00000000 00:00 0 ", | "7fe3e2196000-7fe3e21d7000 rw-p 00000000 00:00 0 ", | "7fe3e21d7000-7fe3e21d8000 ---p 00000000 00:00 0 ", | "7fe3e21d8000-7fe3e2219000 rw-p 00000000 00:00 0 ", | "7fe3e2219000-7fe3e221a000 ---p 00000000 00:00 0 ", | "7fe3e221a000-7fe3e225b000 rw-p 00000000 00:00 0 ", | "7fe3e225b000-7fe3e225c000 ---p 00000000 00:00 0 ", | "7fe3e225c000-7fe3e229d000 rw-p 00000000 00:00 0 ", | "7fe3e229d000-7fe3e229e000 ---p 00000000 00:00 0 ", | "7fe3e229e000-7fe3e22df000 rw-p 00000000 00:00 0 ", | "7fe3e22df000-7fe3e22e0000 ---p 00000000 00:00 0 ", | "7fe3e22e0000-7fe3e2321000 rw-p 00000000 00:00 0 ", | "7fe3e2321000-7fe3e2322000 ---p 00000000 00:00 0 ", | "7fe3e2322000-7fe3e2363000 rw-p 00000000 00:00 0 ", | "7fe3e2363000-7fe3e2364000 ---p 00000000 00:00 0 ", | "7fe3e2364000-7fe3e23a5000 rw-p 00000000 00:00 0 ", | "7fe3e23a5000-7fe3e23a6000 ---p 00000000 00:00 0 ", | "7fe3e23a6000-7fe3e23e7000 rw-p 00000000 00:00 0 ", | "7fe3e23e7000-7fe3e23e8000 ---p 00000000 00:00 0 ", | "7fe3e23e8000-7fe3e2429000 rw-p 00000000 00:00 0 ", | "7fe3e2429000-7fe3e242a000 ---p 00000000 00:00 0 ", | "7fe3e242a000-7fe3e246b000 rw-p 00000000 00:00 0 ", | "7fe3e246b000-7fe3e246c000 ---p 00000000 00:00 0 ", | "7fe3e246c000-7fe3e24ad000 rw-p 00000000 00:00 0 ", | "7fe3e24ad000-7fe3e24ae000 ---p 00000000 00:00 0 ", | "7fe3e24ae000-7fe3e24ef000 rw-p 00000000 00:00 0 ", | "7fe3e24ef000-7fe3e24f0000 ---p 00000000 00:00 0 ", | "7fe3e24f0000-7fe3e2531000 rw-p 00000000 00:00 0 ", | "7fe3e2531000-7fe3e2532000 ---p 00000000 00:00 0 ", | "7fe3e2532000-7fe3e2573000 rw-p 00000000 00:00 0 ", | "7fe3e2573000-7fe3e2574000 ---p 00000000 00:00 0 ", | "7fe3e2574000-7fe3e25b5000 rw-p 00000000 00:00 0 ", | "7fe3e25b5000-7fe3e25b6000 ---p 00000000 00:00 0 ", | "7fe3e25b6000-7fe3e25f7000 rw-p 00000000 00:00 0 ", | "7fe3e25f7000-7fe3e25f8000 ---p 00000000 00:00 0 ", | "7fe3e25f8000-7fe3e2639000 rw-p 00000000 00:00 0 ", | "7fe3e2639000-7fe3e263a000 ---p 00000000 00:00 0 ", | "7fe3e263a000-7fe3e267b000 rw-p 00000000 00:00 0 ", | "7fe3e267b000-7fe3e267c000 ---p 00000000 00:00 0 ", | "7fe3e267c000-7fe3e26bd000 rw-p 00000000 00:00 0 ", | "7fe3e26bd000-7fe3e26be000 ---p 00000000 00:00 0 ", | "7fe3e26be000-7fe3e26ff000 rw-p 00000000 00:00 0 ", | "7fe3e26ff000-7fe3e2700000 ---p 00000000 00:00 0 ", | "7fe3e2700000-7fe3e2741000 rw-p 00000000 00:00 0 ", | "7fe3e2741000-7fe3e2742000 ---p 00000000 00:00 0 ", | "7fe3e2742000-7fe3e2783000 rw-p 00000000 00:00 0 ", | "7fe3e2783000-7fe3e2784000 ---p 00000000 00:00 0 ", | "7fe3e2784000-7fe3e27c5000 rw-p 00000000 00:00 0 ", | "7fe3e27c5000-7fe3e27c6000 ---p 00000000 00:00 0 ", | "7fe3e27c6000-7fe3e2807000 rw-p 00000000 00:00 0 ", | "7fe3e2807000-7fe3e2808000 ---p 00000000 00:00 0 ", | "7fe3e2808000-7fe3e2849000 rw-p 00000000 00:00 0 ", | "7fe3e2849000-7fe3e284a000 ---p 00000000 00:00 0 ", | "7fe3e284a000-7fe3e288b000 rw-p 00000000 00:00 0 ", | "7fe3e288b000-7fe3e288c000 ---p 00000000 00:00 0 ", | "7fe3e288c000-7fe3e28cd000 rw-p 00000000 00:00 0 ", | "7fe3e28cd000-7fe3e28ce000 ---p 00000000 00:00 0 ", | "7fe3e28ce000-7fe3e290f000 rw-p 00000000 00:00 0 ", | "7fe3e290f000-7fe3e2910000 ---p 00000000 00:00 0 ", | "7fe3e2910000-7fe3e3160000 rw-p 00000000 00:00 0 ", | "7fe3e3165000-7fe3e3166000 r--p 00000000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7fe3e3166000-7fe3e3167000 r-xp 00001000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7fe3e3167000-7fe3e3168000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7fe3e3168000-7fe3e3169000 r--p 00002000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7fe3e3169000-7fe3e316a000 rw-p 00003000 00:7e 14711057 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7fe3e316a000-7fe3e316b000 r--p 00000000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7fe3e316b000-7fe3e316c000 r-xp 00001000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7fe3e316c000-7fe3e316d000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7fe3e316d000-7fe3e316e000 r--p 00002000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7fe3e316e000-7fe3e316f000 rw-p 00003000 00:7e 14710975 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7fe3e316f000-7fe3fc6e3000 rw-p 00000000 00:00 0 ", | "7fe3fc6e3000-7fe3fc6e6000 r--p 00000000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7fe3fc6e6000-7fe3fc6fd000 r-xp 00003000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7fe3fc6fd000-7fe3fc701000 r--p 0001a000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7fe3fc701000-7fe3fc702000 r--p 0001d000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7fe3fc702000-7fe3fc703000 rw-p 0001e000 00:7e 13112712 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7fe3fc703000-7fe3fc72b000 r--p 00000000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7fe3fc72b000-7fe3fc8c0000 r-xp 00028000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7fe3fc8c0000-7fe3fc918000 r--p 001bd000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7fe3fc918000-7fe3fc91c000 r--p 00214000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7fe3fc91c000-7fe3fc91e000 rw-p 00218000 00:7e 13112687 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7fe3fc91e000-7fe3fc92d000 rw-p 00000000 00:00 0 ", | "7fe3fc92d000-7fe3fc93b000 r--p 00000000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7fe3fc93b000-7fe3fc9b7000 r-xp 0000e000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7fe3fc9b7000-7fe3fca12000 r--p 0008a000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7fe3fca12000-7fe3fca13000 r--p 000e4000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7fe3fca13000-7fe3fca14000 rw-p 000e5000 00:7e 13112739 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7fe3fca14000-7fe3fca16000 r--p 00000000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7fe3fca16000-7fe3fca2a000 r-xp 00002000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7fe3fca2a000-7fe3fca43000 r--p 00016000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7fe3fca43000-7fe3fca44000 ---p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7fe3fca44000-7fe3fca45000 r--p 0002f000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7fe3fca45000-7fe3fca46000 rw-p 00030000 00:7e 13112696 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7fe3fca46000-7fe3fca4e000 rw-p 00000000 00:00 0 ", | "7fe3fca4e000-7fe3fca58000 r--p 00000000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1", | "7fe3fca58000-7fe3fcab7000 r-xp 0000a000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1", | "7fe3fcab7000-7fe3fcace000 r--p 00069000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1", | "7fe3fcace000-7fe3fcacf000 r--p 0007f000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1", | "7fe3fcacf000-7fe3fcad0000 rw-p 00080000 00:7e 13112716 /usr/lib/x86_64-linux-gnu/libgmp.so.10.4.1", | "7fe3fcad0000-7fe3fcad2000 r--p 00000000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11", | "7fe3fcad2000-7fe3fcae3000 r-xp 00002000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11", | "7fe3fcae3000-7fe3fcae9000 r--p 00013000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11", | "7fe3fcae9000-7fe3fcaea000 ---p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11", | "7fe3fcaea000-7fe3fcaeb000 r--p 00019000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11", | "7fe3fcaeb000-7fe3fcaec000 rw-p 0001a000 00:7e 13112818 /usr/lib/x86_64-linux-gnu/libz.so.1.2.11", | "7fe3fcaf0000-7fe3fcb3c000 r--p 00000000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0", | "7fe3fcb3c000-7fe3fcf6e000 r-xp 0004c000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0", | "7fe3fcf6e000-7fe3fd102000 r--p 0047e000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0", | "7fe3fd102000-7fe3fd103000 ---p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0", | "7fe3fd103000-7fe3fd11b000 r--p 00612000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0", | "7fe3fd11b000-7fe3fd11f000 rw-p 0062a000 00:7e 14550879 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.4.0", | "7fe3fd11f000-7fe3fd136000 rw-p 00000000 00:00 0 ", | "7fe3fd136000-7fe3fd138000 r--p 00000000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7fe3fd138000-7fe3fd162000 r-xp 00002000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7fe3fd162000-7fe3fd16d000 r--p 0002c000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7fe3fd16e000-7fe3fd170000 r--p 00037000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7fe3fd170000-7fe3fd172000 rw-p 00039000 00:7e 13112669 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7ffca893c000-7ffca913b000 rw-p 00000000 00:00 0 [stack]", | "7ffca91c6000-7ffca91ca000 r--p 00000000 00:00 0 [vvar]", | "7ffca91ca000-7ffca91cc000 r-xp 00000000 00:00 0 [vdso]", | "ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]", | "", | ""]>. 25290 tests, 9510341 assertions, 3 failures, 0 errors, 255 skips ruby -v: ruby 3.4.0dev (2024-02-29T10:57:49Z master 3f633e57ac) [x86_64-linux] make: *** [uncommon.mk:948: yes-test-all] Error 3 $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4' 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-gc-asserts/include -I/tmp/ruby/src/trunk-gc-asserts -I/tmp/ruby/src/trunk-gc-asserts/prism -I/tmp/ruby/src/trunk-gc-asserts/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -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-gc-asserts/yjit/target/release/' /tmp/ruby/src/trunk-gc-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-gc-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-gc-asserts/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.4.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-gc-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts' $ /tmp/ruby/build/trunk-gc-asserts/miniruby -I/tmp/ruby/src/trunk-gc-asserts/lib /tmp/ruby/src/trunk-gc-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-gc-asserts --extout=.ext -- /tmp/ruby/src/trunk-gc-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-gc-asserts/spec/default.mspec --error-output stderr --debug ruby 3.4.0dev (2024-02-29T10:57:49Z master 3f633e57ac) [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 .................................................................... Finished in 1367.520839 seconds 3426 files, 32140 examples, 133406 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0. $ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.412498.ruby -x gdbscript [New LWP 412498] [New LWP 412500] [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-gc-asserts/ruby -W0'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140144301882368) at ./nptl/pthread_kill.c:44 [Current thread is 1 (Thread 0x7f75e354bc00 (LWP 412498))] >>> Threads Id Target Id Frame * 1 Thread 0x7f75e354bc00 (LWP 412498) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140144301882368) at ./nptl/pthread_kill.c:44 2 Thread 0x7f75c9f6f640 (LWP 412500) 0x00007f75e3692fde in epoll_wait (epfd=4, events=events@entry=0x7f75e3f985bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 >>> Machine level backtrace Thread 2 (Thread 0x7f75c9f6f640 (LWP 412500)): #0 0x00007f75e3692fde in epoll_wait (epfd=4, events=events@entry=0x7f75e3f985bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 sc_ret = -4 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x00007f75e3c25bd0 in event_wait (vm=0x56351e6ff2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2926 r = <optimized out> r = <optimized out> #2 timer_thread_polling (vm=0x56351e6ff2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887 r = <optimized out> r = <optimized out> i = <optimized out> th = <optimized out> events = <optimized out> #3 timer_thread_func (ptr=0x56351e6ff2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3053 vm = 0x56351e6ff2a0 #4 0x00007f75e3601b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140726987334240, 3313128420639228313, 140143876306496, 25, 140144302626896, 140726987334592, -3237794204034547303, -3237702759193919079}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #5 0x00007f75e3692bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 1 (Thread 0x7f75e354bc00 (LWP 412498)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140144301882368) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7f75e354bc00 old_mask = {__val = {140726987329616, 0, 140143858110000, 140144302695635, 0, 140144302591981, 140144301882368, 140144304207360, 94786144123968, 140144302538151, 39, 140144304223904, 94786144123968, 140144309512479, 94786143908512, 139640360603744}} 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=140144301882368) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=140144301882368, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007f75e35af476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007f75e35957f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x66666666660a5d6f, sa_sigaction = 0x66666666660a5d6f}, sa_mask = {__val = {3472335126135203430, 7378697628523966512, 3474076752553600614, 8659627274773999665, 3472328296227676272, 140726987330016, 4599827761347448832, 140144301874880, 140144312661120, 0, 140144304223904, 140726987330016, 140144300720128, 140144300785640, 140144307336734, 18446744069414584321}}, sa_flags = 1595428864, sa_restorer = 0x7f75e343ffc0} sigs = {__val = {32, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 7022930802683944992, 4063485352991153522, 3256155515006562661, 7363778158604478007, 8659703141076316208, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 8314900945785856032}} #5 0x00007f75e39ad952 in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1029 No locals. #6 rb_bug (fmt=fmt@entry=0x7f75e3de3808 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/src/trunk-gc-asserts/error.c:1053 args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffd8e1712c0, reg_save_area = 0x7ffd8e171200}} #7 0x00007f75e39af518 in gc_verify_internal_consistency_ (objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 data = {objspace = 0x56351e701c00, err_count = 1, live_object_count = 18344, zombie_object_count = 574, parent = 140144300785600, old_object_count = 16518, remembered_shady_count = 0} #8 0x00007f75e3aac28e in gc_verify_internal_consistency (objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 prev_during_gc = <optimized out> _lev = 1 #9 gc_sweep_finish (objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5634 No locals. #10 gc_sweep_step (objspace=0x56351e701c00, size_pool=0x56351e701de0, heap=0x56351e701e30) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5700 sweep_page = <optimized out> unlink_limit = 3 swept_slots = 817 pooled_slots = 1226 #11 0x00007f75e3ab303b in gc_sweep_continue (heap=0x56351e701f10, sweep_size_pool=0x56351e701ec0, objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5733 size_pool = 0x56351e701de0 i = 2 __func__ = "gc_sweep_continue" i = <optimized out> size_pool = <optimized out> #12 gc_continue (objspace=0x56351e701c00, size_pool=0x56351e701ec0, heap=0x56351e701f10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2484 lock_lev = 0 #13 0x00007f75e3ab3716 in heap_prepare (heap=0x56351e701f10, size_pool=0x56351e701ec0, objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2496 __func__ = "heap_prepare" #14 heap_next_free_page (heap=0x56351e701f10, size_pool=0x56351e701ec0, objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2711 page = <optimized out> page = <optimized out> __func__ = "heap_next_free_page" #15 newobj_alloc (objspace=0x56351e701c00, cache=0x56351e702bc8, size_pool_idx=3, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2812 page = <optimized out> lev = 1 unlock_vm = true size_pool = 0x56351e701ec0 heap = 0x56351e701f10 obj = <optimized out> __func__ = "newobj_alloc" #16 0x00007f75e3ab6130 in newobj_of (alloc_size=200, wb_protected=1, v3=0, v2=3, v1=140144312540064, flags=<optimized out>, klass=140143876416800, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2917 obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> i = <optimized out> cnt = <optimized out> #17 typed_data_alloc (size=200, type=0x7f75e3f75ba0 <backtrace_data_type>, datap=0x0, typed_flag=2, klass=140143876416800) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2999 wb_protected = true wb_protected = <optimized out> #18 rb_data_typed_object_zalloc (klass=140143876416800, size=size@entry=168, type=type@entry=0x7f75e3f75ba0 <backtrace_data_type>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:3022 obj = <optimized out> embed_size = 200 obj = <optimized out> #19 0x00007f75e3c8e7a6 in rb_ec_partial_backtrace_object (ec=ec@entry=0x56351e702c80, start_frame=start_frame@entry=0, num_frames=6, num_frames@entry=-1, start_too_large=start_too_large@entry=0x0, skip_internal=skip_internal@entry=false, do_yield=do_yield@entry=false) at /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c:621 cfp = 0x7f75e3549ec0 end_cfp = 0x7f75e3549fd8 size = 6 bt = 0x0 btobj = 4 loc = 0x0 cfunc_counter = 0 memsize = 168 #20 0x00007f75e3c8f52a in rb_ec_backtrace_object (ec=ec@entry=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c:686 No locals. #21 0x00007f75e3a88b85 in setup_exception (ec=0x56351e702c80, tag=6, mesg=<optimized out>, cause=4) at /tmp/ruby/src/trunk-gc-asserts/eval.c:566 at = <optimized out> bt = 4 _ec = 0x56351e702c80 _tag = {tag = 36, retval = 1, buf = {0x56351e702c80, 0x7f75e3a88afe <setup_exception+1086>, 0x0, 0x7ffd8e171770, 0x0}, prev = 0x7ffd8e171bf0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 e = <optimized out> line = 1 file = 0x7f75e343fd58 "-" file0 = 0x7f75e343fd58 "-" dtrace_line = <optimized out> dtrace_file = <optimized out> #22 0x00007f75e3a88dd8 in rb_longjmp (ec=ec@entry=0x56351e702c80, tag=tag@entry=6, mesg=<optimized out>, mesg@entry=4, cause=4, cause@entry=36) at /tmp/ruby/src/trunk-gc-asserts/eval.c:651 No locals. #23 0x00007f75e3a8aa69 in rb_raise_jump (cause=<optimized out>, mesg=4) at /tmp/ruby/src/trunk-gc-asserts/eval.c:844 ec = 0x56351e702c80 cfp = <optimized out> me = 0x7f75c8dcff88 self = <optimized out> klass = <optimized out> mid = <optimized out> ec = <optimized out> cfp = <optimized out> me = <optimized out> klass = <optimized out> self = <optimized out> mid = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> #24 rb_f_raise (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:743 err = 4 opts = {36} cause = 0x7ffd8e1719c8 #25 0x00007f75e3a8ac2f in f_raise (c=<optimized out>, v=<optimized out>, _=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:780 No locals. #26 0x00007f75e3c62954 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3524 ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #27 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #28 vm_call_cfunc_other (ec=0x56351e702c80, reg_cfp=0x7f75e3549ec0, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596 ci = <optimized out> argv_ary = <optimized out> #29 0x00007f75e3c74421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 94786146777712 ci = 0x7ffd8e1710a0 cc = <optimized out> recv = 412498 argc = <optimized out> calling = {cd = 0x56351e9bba70, cc = 0x7f75c8dcff60, block_handler = 0, recv = 140144300772840, argc = 0, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #30 vm_exec_core (ec=0x64b52) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x56351e9bba70 leaf = <optimized out> val = 94786146777712 reg_pc = 0x56351e9b5cd8 reg_cfp = 0x7f75e3549ec0 insns_address_table = {0x7f75e3c7662d <vm_exec_core+9005>, 0x7f75e3c765c3 <vm_exec_core+8899>, 0x7f75e3c766d4 <vm_exec_core+9172>, 0x7f75e3c76656 <vm_exec_core+9046>, 0x7f75e3c76376 <vm_exec_core+8310>, 0x7f75e3c762e9 <vm_exec_core+8169>, 0x7f75e3c76b91 <vm_exec_core+10385>, 0x7f75e3c76b28 <vm_exec_core+10280>, 0x7f75e3c76500 <vm_exec_core+8704>, 0x7f75e3c764a5 <vm_exec_core+8613>, 0x7f75e3c76955 <vm_exec_core+9813>, 0x7f75e3c76749 <vm_exec_core+9289>, 0x7f75e3c76c52 <vm_exec_core+10578>, 0x7f75e3c75213 <vm_exec_core+3859>, 0x7f75e3c754c8 <vm_exec_core+4552>, 0x7f75e3c75484 <vm_exec_core+4484>, 0x7f75e3c75445 <vm_exec_core+4421>, 0x7f75e3c75409 <vm_exec_core+4361>, 0x7f75e3c753cd <vm_exec_core+4301>, 0x7f75e3c75391 <vm_exec_core+4241>, 0x7f75e3c7530c <vm_exec_core+4108>, 0x7f75e3c752c4 <vm_exec_core+4036>, 0x7f75e3c76564 <vm_exec_core+8804>, 0x7f75e3c76458 <vm_exec_core+8536>, 0x7f75e3c7556c <vm_exec_core+4716>, 0x7f75e3c7552b <vm_exec_core+4651>, 0x7f75e3c74d1a <vm_exec_core+2586>, 0x7f75e3c74c99 <vm_exec_core+2457>, 0x7f75e3c763f4 <vm_exec_core+8436>, 0x7f75e3c74c55 <vm_exec_core+2389>, 0x7f75e3c75a6e <vm_exec_core+5998>, 0x7f75e3c7587c <vm_exec_core+5500>, 0x7f75e3c757ec <vm_exec_core+5356>, 0x7f75e3c75787 <vm_exec_core+5255>, 0x7f75e3c75728 <vm_exec_core+5160>, 0x7f75e3c756c9 <vm_exec_core+5065>, 0x7f75e3c7566d <vm_exec_core+4973>, 0x7f75e3c755f2 <vm_exec_core+4850>, 0x7f75e3c75b7a <vm_exec_core+6266>, 0x7f75e3c75b4c <vm_exec_core+6220>, 0x7f75e3c75b0a <vm_exec_core+6154>, 0x7f75e3c75ab2 <vm_exec_core+6066>, 0x7f75e3c75cc7 <vm_exec_core+6599>, 0x7f75e3c75bcb <vm_exec_core+6347>, 0x7f75e3c74f97 <vm_exec_core+3223>, 0x7f75e3c74f4c <vm_exec_core+3148>, 0x7f75e3c75f1a <vm_exec_core+7194>, 0x7f75e3c75ea5 <vm_exec_core+7077>, 0x7f75e3c75e3c <vm_exec_core+6972>, 0x7f75e3c75de7 <vm_exec_core+6887>, 0x7f75e3c75fec <vm_exec_core+7404>, 0x7f75e3c75f4f <vm_exec_core+7247>, 0x7f75e3c76062 <vm_exec_core+7522>, 0x7f75e3c75282 <vm_exec_core+3970>, 0x7f75e3c7629c <vm_exec_core+8092>, 0x7f75e3c76178 <vm_exec_core+7800>, 0x7f75e3c74360 <vm_exec_core+96>, 0x7f75e3c75d58 <vm_exec_core+6744>, 0x7f75e3c75d02 <vm_exec_core+6658>, 0x7f75e3c7720b <vm_exec_core+12043>, 0x7f75e3c76122 <vm_exec_core+7714>, 0x7f75e3c74b39 <vm_exec_core+2105>, 0x7f75e3c74a43 <vm_exec_core+1859>, 0x7f75e3c750ea <vm_exec_core+3562>, 0x7f75e3c75028 <vm_exec_core+3368>, 0x7f75e3c76f50 <vm_exec_core+11344>, 0x7f75e3c74fe1 <vm_exec_core+3297>, 0x7f75e3c74ee6 <vm_exec_core+3046>, 0x7f75e3c74e80 <vm_exec_core+2944>, 0x7f75e3c74e3d <vm_exec_core+2877>, 0x7f75e3c74d7d <vm_exec_core+2685>, 0x7f75e3c74baf <vm_exec_core+2223>, 0x7f75e3c77a0b <vm_exec_core+14091>, 0x7f75e3c7795a <vm_exec_core+13914>, 0x7f75e3c778b0 <vm_exec_core+13744>, 0x7f75e3c77835 <vm_exec_core+13621>, 0x7f75e3c77787 <vm_exec_core+13447>, 0x7f75e3c77728 <vm_exec_core+13352>, 0x7f75e3c776a2 <vm_exec_core+13218>, 0x7f75e3c775f9 <vm_exec_core+13049>, 0x7f75e3c77555 <vm_exec_core+12885>, 0x7f75e3c774ac <vm_exec_core+12716>, 0x7f75e3c77408 <vm_exec_core+12552>, 0x7f75e3c7737d <vm_exec_core+12413>, 0x7f75e3c77329 <vm_exec_core+12329>, 0x7f75e3c772ce <vm_exec_core+12238>, 0x7f75e3c7725d <vm_exec_core+12125>, 0x7f75e3c76fba <vm_exec_core+11450>, 0x7f75e3c749cd <vm_exec_core+1741>, 0x7f75e3c74968 <vm_exec_core+1640>, 0x7f75e3c7707b <vm_exec_core+11643>, 0x7f75e3c771ce <vm_exec_core+11982>, 0x7f75e3c770b4 <vm_exec_core+11700>, 0x7f75e3c77170 <vm_exec_core+11888>, 0x7f75e3c770fb <vm_exec_core+11771>, 0x7f75e3c7703c <vm_exec_core+11580>, 0x7f75e3c748f1 <vm_exec_core+1521>, 0x7f75e3c74890 <vm_exec_core+1424>, 0x7f75e3c747f9 <vm_exec_core+1273>, 0x7f75e3c747ab <vm_exec_core+1195>, 0x7f75e3c74759 <vm_exec_core+1113>, 0x7f75e3c74709 <vm_exec_core+1033>, 0x7f75e3c746b1 <vm_exec_core+945>, 0x7f75e3c74675 <vm_exec_core+885>, 0x7f75e3c74639 <vm_exec_core+825>, 0x7f75e3c7661d <vm_exec_core+8989>, 0x7f75e3c765b3 <vm_exec_core+8883>, 0x7f75e3c766c4 <vm_exec_core+9156>, 0x7f75e3c76646 <vm_exec_core+9030>, 0x7f75e3c76366 <vm_exec_core+8294>, 0x7f75e3c762d9 <vm_exec_core+8153>, 0x7f75e3c76b81 <vm_exec_core+10369>, 0x7f75e3c76b18 <vm_exec_core+10264>, 0x7f75e3c764f0 <vm_exec_core+8688>, 0x7f75e3c76495 <vm_exec_core+8597>, 0x7f75e3c76945 <vm_exec_core+9797>, 0x7f75e3c76739 <vm_exec_core+9273>, 0x7f75e3c76c42 <vm_exec_core+10562>, 0x7f75e3c75203 <vm_exec_core+3843>, 0x7f75e3c754b8 <vm_exec_core+4536>, 0x7f75e3c75474 <vm_exec_core+4468>, 0x7f75e3c75435 <vm_exec_core+4405>, 0x7f75e3c753f9 <vm_exec_core+4345>, 0x7f75e3c753bd <vm_exec_core+4285>, 0x7f75e3c75381 <vm_exec_core+4225>, 0x7f75e3c752fc <vm_exec_core+4092>, 0x7f75e3c752b4 <vm_exec_core+4020>, 0x7f75e3c76554 <vm_exec_core+8788>, 0x7f75e3c76448 <vm_exec_core+8520>, 0x7f75e3c7555c <vm_exec_core+4700>, 0x7f75e3c7551b <vm_exec_core+4635>, 0x7f75e3c74d0a <vm_exec_core+2570>, 0x7f75e3c74c89 <vm_exec_core+2441>, 0x7f75e3c763e4 <vm_exec_core+8420>, 0x7f75e3c74c45 <vm_exec_core+2373>, 0x7f75e3c75a5e <vm_exec_core+5982>, 0x7f75e3c7586c <vm_exec_core+5484>, 0x7f75e3c757dc <vm_exec_core+5340>, 0x7f75e3c75777 <vm_exec_core+5239>, 0x7f75e3c75718 <vm_exec_core+5144>, 0x7f75e3c756b9 <vm_exec_core+5049>, 0x7f75e3c7565d <vm_exec_core+4957>, 0x7f75e3c755e2 <vm_exec_core+4834>, 0x7f75e3c75b6a <vm_exec_core+6250>, 0x7f75e3c75b3c <vm_exec_core+6204>, 0x7f75e3c75afa <vm_exec_core+6138>, 0x7f75e3c75aa2 <vm_exec_core+6050>, 0x7f75e3c75cb7 <vm_exec_core+6583>, 0x7f75e3c75bbb <vm_exec_core+6331>, 0x7f75e3c74f87 <vm_exec_core+3207>, 0x7f75e3c74f3c <vm_exec_core+3132>, 0x7f75e3c75f0a <vm_exec_core+7178>, 0x7f75e3c75e95 <vm_exec_core+7061>, 0x7f75e3c75e2c <vm_exec_core+6956>, 0x7f75e3c75dd7 <vm_exec_core+6871>, 0x7f75e3c75fdc <vm_exec_core+7388>, 0x7f75e3c75f3f <vm_exec_core+7231>, 0x7f75e3c76052 <vm_exec_core+7506>, 0x7f75e3c75272 <vm_exec_core+3954>, 0x7f75e3c7628c <vm_exec_core+8076>, 0x7f75e3c76168 <vm_exec_core+7784>, 0x7f75e3c77c38 <vm_exec_core+14648>, 0x7f75e3c75d48 <vm_exec_core+6728>, 0x7f75e3c75cf2 <vm_exec_core+6642>, 0x7f75e3c77c23 <vm_exec_core+14627>, 0x7f75e3c76112 <vm_exec_core+7698>, 0x7f75e3c74b29 <vm_exec_core+2089>, 0x7f75e3c74a33 <vm_exec_core+1843>, 0x7f75e3c750da <vm_exec_core+3546>, 0x7f75e3c75018 <vm_exec_core+3352>, 0x7f75e3c76f40 <vm_exec_core+11328>, 0x7f75e3c74fd1 <vm_exec_core+3281>, 0x7f75e3c74ed6 <vm_exec_core+3030>, 0x7f75e3c74e70 <vm_exec_core+2928>, 0x7f75e3c74e2d <vm_exec_core+2861>, 0x7f75e3c74d6d <vm_exec_core+2669>, 0x7f75e3c74b9f <vm_exec_core+2207>, 0x7f75e3c77c0e <vm_exec_core+14606>, 0x7f75e3c77bf9 <vm_exec_core+14585>, 0x7f75e3c77be4 <vm_exec_core+14564>, 0x7f75e3c77bcf <vm_exec_core+14543>, 0x7f75e3c77bba <vm_exec_core+14522>, 0x7f75e3c77ba5 <vm_exec_core+14501>, 0x7f75e3c77b89 <vm_exec_core+14473>, 0x7f75e3c77b74 <vm_exec_core+14452>, 0x7f75e3c77b5f <vm_exec_core+14431>, 0x7f75e3c77b4a <vm_exec_core+14410>, 0x7f75e3c77b35 <vm_exec_core+14389>, 0x7f75e3c77b20 <vm_exec_core+14368>, 0x7f75e3c77b0b <vm_exec_core+14347>, 0x7f75e3c77af6 <vm_exec_core+14326>, 0x7f75e3c77ae1 <vm_exec_core+14305>, 0x7f75e3c77acc <vm_exec_core+14284>, 0x7f75e3c749bd <vm_exec_core+1725>, 0x7f75e3c74958 <vm_exec_core+1624>, 0x7f75e3c77ab7 <vm_exec_core+14263>, 0x7f75e3c77aa2 <vm_exec_core+14242>, 0x7f75e3c77a8d <vm_exec_core+14221>, 0x7f75e3c77a78 <vm_exec_core+14200>, 0x7f75e3c74342 <vm_exec_core+66>...} #31 0x00007f75e3c7a8fa in rb_vm_exec (ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x56351e702c80 _tag = {tag = 36, retval = 4, buf = {0x7ffd8e171dd0, 0x7f75e3c7a900 <rb_vm_exec+416>, 0x0, 0x7ffd8e171bd0, 0xc00000000}, prev = 0x7ffd8e171f60, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #32 0x00007f75e3c802a8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f75c8de6300, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1516 arg_size = <optimized out> arg_size = <optimized out> #33 0x00007f75e3c8064f in rb_vm_invoke_proc (ec=ec@entry=0x56351e702c80, proc=<optimized out>, argc=<optimized out>, argv=argv@entry=0x7ffd8e171f28, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 self = <optimized out> #34 0x00007f75e3c80c60 in vm_call0_body (ec=0x56351e702c80, calling=0x7ffd8e171dd0, argv=0x7ffd8e171f28) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 proc = <optimized out> ci = <optimized out> cc = 0x7ffd8e171e80 ret = <optimized out> #35 0x00007f75e3c815a8 in vm_call0_cc (ec=0x56351e702c80, recv=140143857917520, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {94786143919104, 140143859070920} calling = {cd = 0x7ffd8e171d90, cc = 0x7ffd8e171e80, block_handler = 0, recv = 140143857917520, argc = 1, kw_splat = false, heap_argv = 0} #36 0x00007f75e3c73ba9 in rb_vm_call0 (kw_splat=0, cme=0x7f75c9f91a50, argv=0x7ffd8e171f28, argc=1, id=3425, recv=140143857917520, ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 cc = {flags = 52250, klass = 0, cme_ = 0x7f75c9f91a50, call_ = 0x7f75e3c7d5c0 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}} #37 rb_vm_call_kw (kw_splat=0, me=0x7f75c9f91a50, argv=0x7ffd8e171f28, argc=1, id=3425, recv=140143857917520, ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 No locals. #38 rb_check_funcall_default_kw (kw_splat=0, def=36, argv=0x7ffd8e171f28, argc=1, mid=3425, recv=140143857917520) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 klass = 140143876428480 me = 0x7f75c9f91a50 ec = <optimized out> respond = -1 klass = <optimized out> me = <optimized out> ec = <optimized out> respond = <optimized out> ret = <optimized out> #39 rb_check_funcall (recv=140143857917520, mid=mid@entry=3425, argc=argc@entry=1, argv=argv@entry=0x7ffd8e171f28) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 No locals. #40 0x00007f75e3aa0b53 in run_single_final (objid=<optimized out>, cmd=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 No locals. #41 run_finalizer (objspace=<optimized out>, obj=<optimized out>, table=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4105 _ec = <optimized out> _tag = {tag = 36, retval = 140726987333656, buf = {0x7f75c8dc0000, 0x7f75e3aa0bc8 <run_finalizer+504>, 0x0, 0x7ffd8e171ef0, 0x7f75e3549ec0}, prev = 0x7ffd8e172110, state = RUBY_TAG_NONE, lock_rec = 0} i = 0 state = <optimized out> saved = {errinfo = 4, objid = 161, final = 140143857917520, cfp = 0x7f75e3549ef8, sp = 0x7f75e344a0b8, finished = 0} ec = 0x56351e702c80 #42 0x00007f75e3aa3bb7 in run_final (zombie=<optimized out>, objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 table = 140143857827560 key = 140143857827640 key = <optimized out> __func__ = "run_final" table = <optimized out> #43 finalize_list (zombie=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4143 next_zombie = 140143857827360 page = 0x56351e7e5e10 __func__ = "finalize_list" next_zombie = <optimized out> page = <optimized out> _lev = <optimized out> #44 finalize_deferred_heap_pages (objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 zombie = <optimized out> #45 0x00007f75e3aa3de5 in finalize_deferred (objspace=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 ec = 0x56351e702c80 #46 gc_finalize_deferred (dmy=0x56351e701c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 objspace = 0x56351e701c00 #47 0x00007f75e3c97b3e in rb_postponed_job_flush (vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 i = <optimized out> func = <optimized out> data = <optimized out> wq_job = <optimized out> _ec = 0x56351e702c80 _tag = {tag = 36, retval = 140143857917520, buf = {0x7f75e3549f30, 0x7f75e3c97bf0 <rb_postponed_job_flush+656>, 0x0, 0x7ffd8e1720a0, 0xc8}, prev = 0x7ffd8e172430, state = RUBY_TAG_NONE, lock_rec = 0} pjq = 0x56351e7019f0 ec = 0x56351e702c80 block_mask = 12 saved_mask = 0 saved_errno = 4 tmp = {n = {next = 0x7ffd8e172100, prev = 0x7ffd8e172100}} triggered_bits = 0 #48 0x00007f75e3c27af1 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 sig = <optimized out> timer_interrupt = 0 pending_interrupt = 0 terminate_interrupt = 0 trap_interrupt = 0 interrupt = <optimized out> postponed_job_interrupt = 4 ret = 0 #49 0x00007f75e3c627af in rb_vm_check_ints (ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:1916 No locals. #50 rb_vm_check_ints (ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 No locals. #51 vm_pop_frame (ep=<optimized out>, cfp=0x7f75e3549ef8, ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 flags = <optimized out> flags = <optimized out> #52 rb_vm_pop_frame (ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 No locals. #53 vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=0x7f75e3549f30, ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3528 ci = 0x5db100100005 cc = <optimized out> val = 140143857827760 me = 0x7f75c9f7f6e8 cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #54 vm_call_cfunc_with_frame (ec=0x56351e702c80, reg_cfp=0x7f75e3549f30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #55 0x00007f75e3c74421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 94786146765536 ci = 0x7ffd8e1710a0 cc = <optimized out> recv = 412498 argc = <optimized out> calling = {cd = 0x56351e9b8ae0, cc = 0x7f75c8de5d88, block_handler = 0, recv = 140143876425280, argc = 2, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #56 vm_exec_core (ec=0x64b52) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x56351e9b8ae0 leaf = <optimized out> val = 94786146765536 reg_pc = 0x56351e7bc388 reg_cfp = 0x7f75e3549f30 insns_address_table = {0x7f75e3c7662d <vm_exec_core+9005>, 0x7f75e3c765c3 <vm_exec_core+8899>, 0x7f75e3c766d4 <vm_exec_core+9172>, 0x7f75e3c76656 <vm_exec_core+9046>, 0x7f75e3c76376 <vm_exec_core+8310>, 0x7f75e3c762e9 <vm_exec_core+8169>, 0x7f75e3c76b91 <vm_exec_core+10385>, 0x7f75e3c76b28 <vm_exec_core+10280>, 0x7f75e3c76500 <vm_exec_core+8704>, 0x7f75e3c764a5 <vm_exec_core+8613>, 0x7f75e3c76955 <vm_exec_core+9813>, 0x7f75e3c76749 <vm_exec_core+9289>, 0x7f75e3c76c52 <vm_exec_core+10578>, 0x7f75e3c75213 <vm_exec_core+3859>, 0x7f75e3c754c8 <vm_exec_core+4552>, 0x7f75e3c75484 <vm_exec_core+4484>, 0x7f75e3c75445 <vm_exec_core+4421>, 0x7f75e3c75409 <vm_exec_core+4361>, 0x7f75e3c753cd <vm_exec_core+4301>, 0x7f75e3c75391 <vm_exec_core+4241>, 0x7f75e3c7530c <vm_exec_core+4108>, 0x7f75e3c752c4 <vm_exec_core+4036>, 0x7f75e3c76564 <vm_exec_core+8804>, 0x7f75e3c76458 <vm_exec_core+8536>, 0x7f75e3c7556c <vm_exec_core+4716>, 0x7f75e3c7552b <vm_exec_core+4651>, 0x7f75e3c74d1a <vm_exec_core+2586>, 0x7f75e3c74c99 <vm_exec_core+2457>, 0x7f75e3c763f4 <vm_exec_core+8436>, 0x7f75e3c74c55 <vm_exec_core+2389>, 0x7f75e3c75a6e <vm_exec_core+5998>, 0x7f75e3c7587c <vm_exec_core+5500>, 0x7f75e3c757ec <vm_exec_core+5356>, 0x7f75e3c75787 <vm_exec_core+5255>, 0x7f75e3c75728 <vm_exec_core+5160>, 0x7f75e3c756c9 <vm_exec_core+5065>, 0x7f75e3c7566d <vm_exec_core+4973>, 0x7f75e3c755f2 <vm_exec_core+4850>, 0x7f75e3c75b7a <vm_exec_core+6266>, 0x7f75e3c75b4c <vm_exec_core+6220>, 0x7f75e3c75b0a <vm_exec_core+6154>, 0x7f75e3c75ab2 <vm_exec_core+6066>, 0x7f75e3c75cc7 <vm_exec_core+6599>, 0x7f75e3c75bcb <vm_exec_core+6347>, 0x7f75e3c74f97 <vm_exec_core+3223>, 0x7f75e3c74f4c <vm_exec_core+3148>, 0x7f75e3c75f1a <vm_exec_core+7194>, 0x7f75e3c75ea5 <vm_exec_core+7077>, 0x7f75e3c75e3c <vm_exec_core+6972>, 0x7f75e3c75de7 <vm_exec_core+6887>, 0x7f75e3c75fec <vm_exec_core+7404>, 0x7f75e3c75f4f <vm_exec_core+7247>, 0x7f75e3c76062 <vm_exec_core+7522>, 0x7f75e3c75282 <vm_exec_core+3970>, 0x7f75e3c7629c <vm_exec_core+8092>, 0x7f75e3c76178 <vm_exec_core+7800>, 0x7f75e3c74360 <vm_exec_core+96>, 0x7f75e3c75d58 <vm_exec_core+6744>, 0x7f75e3c75d02 <vm_exec_core+6658>, 0x7f75e3c7720b <vm_exec_core+12043>, 0x7f75e3c76122 <vm_exec_core+7714>, 0x7f75e3c74b39 <vm_exec_core+2105>, 0x7f75e3c74a43 <vm_exec_core+1859>, 0x7f75e3c750ea <vm_exec_core+3562>, 0x7f75e3c75028 <vm_exec_core+3368>, 0x7f75e3c76f50 <vm_exec_core+11344>, 0x7f75e3c74fe1 <vm_exec_core+3297>, 0x7f75e3c74ee6 <vm_exec_core+3046>, 0x7f75e3c74e80 <vm_exec_core+2944>, 0x7f75e3c74e3d <vm_exec_core+2877>, 0x7f75e3c74d7d <vm_exec_core+2685>, 0x7f75e3c74baf <vm_exec_core+2223>, 0x7f75e3c77a0b <vm_exec_core+14091>, 0x7f75e3c7795a <vm_exec_core+13914>, 0x7f75e3c778b0 <vm_exec_core+13744>, 0x7f75e3c77835 <vm_exec_core+13621>, 0x7f75e3c77787 <vm_exec_core+13447>, 0x7f75e3c77728 <vm_exec_core+13352>, 0x7f75e3c776a2 <vm_exec_core+13218>, 0x7f75e3c775f9 <vm_exec_core+13049>, 0x7f75e3c77555 <vm_exec_core+12885>, 0x7f75e3c774ac <vm_exec_core+12716>, 0x7f75e3c77408 <vm_exec_core+12552>, 0x7f75e3c7737d <vm_exec_core+12413>, 0x7f75e3c77329 <vm_exec_core+12329>, 0x7f75e3c772ce <vm_exec_core+12238>, 0x7f75e3c7725d <vm_exec_core+12125>, 0x7f75e3c76fba <vm_exec_core+11450>, 0x7f75e3c749cd <vm_exec_core+1741>, 0x7f75e3c74968 <vm_exec_core+1640>, 0x7f75e3c7707b <vm_exec_core+11643>, 0x7f75e3c771ce <vm_exec_core+11982>, 0x7f75e3c770b4 <vm_exec_core+11700>, 0x7f75e3c77170 <vm_exec_core+11888>, 0x7f75e3c770fb <vm_exec_core+11771>, 0x7f75e3c7703c <vm_exec_core+11580>, 0x7f75e3c748f1 <vm_exec_core+1521>, 0x7f75e3c74890 <vm_exec_core+1424>, 0x7f75e3c747f9 <vm_exec_core+1273>, 0x7f75e3c747ab <vm_exec_core+1195>, 0x7f75e3c74759 <vm_exec_core+1113>, 0x7f75e3c74709 <vm_exec_core+1033>, 0x7f75e3c746b1 <vm_exec_core+945>, 0x7f75e3c74675 <vm_exec_core+885>, 0x7f75e3c74639 <vm_exec_core+825>, 0x7f75e3c7661d <vm_exec_core+8989>, 0x7f75e3c765b3 <vm_exec_core+8883>, 0x7f75e3c766c4 <vm_exec_core+9156>, 0x7f75e3c76646 <vm_exec_core+9030>, 0x7f75e3c76366 <vm_exec_core+8294>, 0x7f75e3c762d9 <vm_exec_core+8153>, 0x7f75e3c76b81 <vm_exec_core+10369>, 0x7f75e3c76b18 <vm_exec_core+10264>, 0x7f75e3c764f0 <vm_exec_core+8688>, 0x7f75e3c76495 <vm_exec_core+8597>, 0x7f75e3c76945 <vm_exec_core+9797>, 0x7f75e3c76739 <vm_exec_core+9273>, 0x7f75e3c76c42 <vm_exec_core+10562>, 0x7f75e3c75203 <vm_exec_core+3843>, 0x7f75e3c754b8 <vm_exec_core+4536>, 0x7f75e3c75474 <vm_exec_core+4468>, 0x7f75e3c75435 <vm_exec_core+4405>, 0x7f75e3c753f9 <vm_exec_core+4345>, 0x7f75e3c753bd <vm_exec_core+4285>, 0x7f75e3c75381 <vm_exec_core+4225>, 0x7f75e3c752fc <vm_exec_core+4092>, 0x7f75e3c752b4 <vm_exec_core+4020>, 0x7f75e3c76554 <vm_exec_core+8788>, 0x7f75e3c76448 <vm_exec_core+8520>, 0x7f75e3c7555c <vm_exec_core+4700>, 0x7f75e3c7551b <vm_exec_core+4635>, 0x7f75e3c74d0a <vm_exec_core+2570>, 0x7f75e3c74c89 <vm_exec_core+2441>, 0x7f75e3c763e4 <vm_exec_core+8420>, 0x7f75e3c74c45 <vm_exec_core+2373>, 0x7f75e3c75a5e <vm_exec_core+5982>, 0x7f75e3c7586c <vm_exec_core+5484>, 0x7f75e3c757dc <vm_exec_core+5340>, 0x7f75e3c75777 <vm_exec_core+5239>, 0x7f75e3c75718 <vm_exec_core+5144>, 0x7f75e3c756b9 <vm_exec_core+5049>, 0x7f75e3c7565d <vm_exec_core+4957>, 0x7f75e3c755e2 <vm_exec_core+4834>, 0x7f75e3c75b6a <vm_exec_core+6250>, 0x7f75e3c75b3c <vm_exec_core+6204>, 0x7f75e3c75afa <vm_exec_core+6138>, 0x7f75e3c75aa2 <vm_exec_core+6050>, 0x7f75e3c75cb7 <vm_exec_core+6583>, 0x7f75e3c75bbb <vm_exec_core+6331>, 0x7f75e3c74f87 <vm_exec_core+3207>, 0x7f75e3c74f3c <vm_exec_core+3132>, 0x7f75e3c75f0a <vm_exec_core+7178>, 0x7f75e3c75e95 <vm_exec_core+7061>, 0x7f75e3c75e2c <vm_exec_core+6956>, 0x7f75e3c75dd7 <vm_exec_core+6871>, 0x7f75e3c75fdc <vm_exec_core+7388>, 0x7f75e3c75f3f <vm_exec_core+7231>, 0x7f75e3c76052 <vm_exec_core+7506>, 0x7f75e3c75272 <vm_exec_core+3954>, 0x7f75e3c7628c <vm_exec_core+8076>, 0x7f75e3c76168 <vm_exec_core+7784>, 0x7f75e3c77c38 <vm_exec_core+14648>, 0x7f75e3c75d48 <vm_exec_core+6728>, 0x7f75e3c75cf2 <vm_exec_core+6642>, 0x7f75e3c77c23 <vm_exec_core+14627>, 0x7f75e3c76112 <vm_exec_core+7698>, 0x7f75e3c74b29 <vm_exec_core+2089>, 0x7f75e3c74a33 <vm_exec_core+1843>, 0x7f75e3c750da <vm_exec_core+3546>, 0x7f75e3c75018 <vm_exec_core+3352>, 0x7f75e3c76f40 <vm_exec_core+11328>, 0x7f75e3c74fd1 <vm_exec_core+3281>, 0x7f75e3c74ed6 <vm_exec_core+3030>, 0x7f75e3c74e70 <vm_exec_core+2928>, 0x7f75e3c74e2d <vm_exec_core+2861>, 0x7f75e3c74d6d <vm_exec_core+2669>, 0x7f75e3c74b9f <vm_exec_core+2207>, 0x7f75e3c77c0e <vm_exec_core+14606>, 0x7f75e3c77bf9 <vm_exec_core+14585>, 0x7f75e3c77be4 <vm_exec_core+14564>, 0x7f75e3c77bcf <vm_exec_core+14543>, 0x7f75e3c77bba <vm_exec_core+14522>, 0x7f75e3c77ba5 <vm_exec_core+14501>, 0x7f75e3c77b89 <vm_exec_core+14473>, 0x7f75e3c77b74 <vm_exec_core+14452>, 0x7f75e3c77b5f <vm_exec_core+14431>, 0x7f75e3c77b4a <vm_exec_core+14410>, 0x7f75e3c77b35 <vm_exec_core+14389>, 0x7f75e3c77b20 <vm_exec_core+14368>, 0x7f75e3c77b0b <vm_exec_core+14347>, 0x7f75e3c77af6 <vm_exec_core+14326>, 0x7f75e3c77ae1 <vm_exec_core+14305>, 0x7f75e3c77acc <vm_exec_core+14284>, 0x7f75e3c749bd <vm_exec_core+1725>, 0x7f75e3c74958 <vm_exec_core+1624>, 0x7f75e3c77ab7 <vm_exec_core+14263>, 0x7f75e3c77aa2 <vm_exec_core+14242>, 0x7f75e3c77a8d <vm_exec_core+14221>, 0x7f75e3c77a78 <vm_exec_core+14200>, 0x7f75e3c74342 <vm_exec_core+66>...} #57 0x00007f75e3c7ab87 in vm_exec_loop (result=<optimized out>, tag=0x7ffd8e172430, state=<optimized out>, ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2579 vm_loop_start = <optimized out> #58 rb_vm_exec (ec=0x56351e702c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2558 _ec = 0x56351e702c80 _tag = {tag = 36, retval = 4, buf = {0x7f75c8de6378, 0x7f75e3c7a900 <rb_vm_exec+416>, 0x0, 0x7ffd8e172410, 0x7f75c8de5ec8}, prev = 0x7ffd8e1724f0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #59 0x00007f75e3c7b39b in rb_iseq_eval_main (iseq=iseq@entry=0x7f75c8de6378) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2818 ec = <optimized out> val = <optimized out> #60 0x00007f75e3a89555 in rb_ec_exec_node (ec=ec@entry=0x56351e702c80, n=n@entry=0x7f75c8de6378) at /tmp/ruby/src/trunk-gc-asserts/eval.c:282 _ec = <optimized out> _tag = {tag = 36, retval = 94786143923328, buf = {0x7f75c8de6378, 0x7f75e3a895a0 <rb_ec_exec_node+256>, 0x0, 0x7ffd8e1724c0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7f75c8de6378 #61 0x00007f75e3a8d13b in ruby_run_node (n=0x7f75c8de6378) at /tmp/ruby/src/trunk-gc-asserts/eval.c:320 ec = 0x56351e702c80 status = 0 #62 0x000056351dc80187 in rb_main (argv=0x7ffd8e1726f8, argc=2) at /tmp/ruby/src/trunk-gc-asserts/main.c:40 variable_in_this_stack_frame = 140726987336089 #63 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59 No locals. >>> Dump Ruby level backtrace (if possible) $ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.412993.ruby -x gdbscript [New LWP 412993] [New LWP 412995] [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-gc-asserts/ruby'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139734854077440) at ./nptl/pthread_kill.c:44 [Current thread is 1 (Thread 0x7f168e570c00 (LWP 412993))] >>> Threads Id Target Id Frame * 1 Thread 0x7f168e570c00 (LWP 412993) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139734854077440) at ./nptl/pthread_kill.c:44 2 Thread 0x7f1674f8f640 (LWP 412995) 0x00007f168e6b7fde in epoll_wait (epfd=4, events=events@entry=0x7f168efbd5bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 >>> Machine level backtrace Thread 2 (Thread 0x7f1674f8f640 (LWP 412995)): #0 0x00007f168e6b7fde in epoll_wait (epfd=4, events=events@entry=0x7f168efbd5bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 sc_ret = -4 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x00007f168ec4abd0 in event_wait (vm=0x55735cc1c2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2926 r = <optimized out> r = <optimized out> #2 timer_thread_polling (vm=0x55735cc1c2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887 r = <optimized out> r = <optimized out> i = <optimized out> th = <optimized out> events = <optimized out> #3 timer_thread_func (ptr=0x55735cc1c2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3053 vm = 0x55735cc1c2a0 #4 0x00007f168e626b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140728900520288, 2685382359875430405, 139734428481088, 25, 139734854821968, 140728900520640, -2636702591123609595, -2636442225789392891}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #5 0x00007f168e6b7bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 1 (Thread 0x7f168e570c00 (LWP 412993)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139734854077440) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7f168e570c00 old_mask = {__val = {140728900517328, 0, 139734410276600, 139734854890707, 0, 139734854787053, 139734854077440, 139734856402432, 93953965985696, 139734854733223, 39, 139734856418976, 93953965985696, 139734861707551, 93953965802144, 139637978824160}} 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=139734854077440) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=139734854077440, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007f168e5d4476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007f168e5ba7f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x66666666660a5d6f, sa_sigaction = 0x66666666660a5d6f}, sa_mask = {__val = {3472335126135203430, 7378697628523966512, 3474076752553600614, 8659627274773999665, 3472328296227676272, 140728900517728, 4659762943539303168, 139734854069896, 139734864856192, 0, 139734856418976, 140728900517728, 139734852894720, 139734852960240, 139734859531806, 18446744069414584359}}, sa_flags = 1798329088, sa_restorer = 0x7f168e45ffc8} sigs = {__val = {32, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 7022930802683944992, 3487306075664440690, 3256155515020390960, 4121409593415198263, 8659703141076316209, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 8314900945785856032}} #5 0x00007f168e9d2952 in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1029 No locals. #6 rb_bug (fmt=fmt@entry=0x7f168ee08808 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/src/trunk-gc-asserts/error.c:1053 args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffe00200040, reg_save_area = 0x7ffe001fff80}} #7 0x00007f168e9d4518 in gc_verify_internal_consistency_ (objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 data = {objspace = 0x55735cc1ec00, err_count = 1, live_object_count = 18733, zombie_object_count = 514, parent = 139734852960200, old_object_count = 16579, remembered_shady_count = 0} #8 0x00007f168ead5584 in gc_verify_internal_consistency (objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 prev_during_gc = <optimized out> _lev = 2097552 #9 gc_rest (objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9125 lock_lev = 0 marking = <optimized out> sweeping = <optimized out> #10 0x00007f168ead65b8 in gc_rest (objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9441 marking = <optimized out> sweeping = <optimized out> marking = <optimized out> sweeping = <optimized out> lock_lev = <optimized out> #11 garbage_collect (reason=107520, objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8980 _lev = 32534 ret = <optimized out> ret = <optimized out> _lev = <optimized out> #12 gc_start_internal (ec=<optimized out>, self=<optimized out>, full_mark=<optimized out>, immediate_mark=<optimized out>, immediate_sweep=<optimized out>, compact=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9437 objspace = 0x55735cc1ec00 reason = 107520 __func__ = <optimized out> #13 0x00007f168ec99936 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6920 canary_p = <optimized out> ret = <optimized out> canary_p = <optimized out> ret = <optimized out> #14 vm_invoke_builtin (argv=<optimized out>, bf=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6928 No locals. #15 vm_exec_core (ec=0x64d41) at ../../src/trunk-gc-asserts/insns.def:1530 bf = 0x7f168ef937a0 <gc_table> leaf = <optimized out> val = <optimized out> reg_pc = 0x55735ccbd970 reg_cfp = 0x7f168e56ee88 insns_address_table = {0x7f168ec9b62d <vm_exec_core+9005>, 0x7f168ec9b5c3 <vm_exec_core+8899>, 0x7f168ec9b6d4 <vm_exec_core+9172>, 0x7f168ec9b656 <vm_exec_core+9046>, 0x7f168ec9b376 <vm_exec_core+8310>, 0x7f168ec9b2e9 <vm_exec_core+8169>, 0x7f168ec9bb91 <vm_exec_core+10385>, 0x7f168ec9bb28 <vm_exec_core+10280>, 0x7f168ec9b500 <vm_exec_core+8704>, 0x7f168ec9b4a5 <vm_exec_core+8613>, 0x7f168ec9b955 <vm_exec_core+9813>, 0x7f168ec9b749 <vm_exec_core+9289>, 0x7f168ec9bc52 <vm_exec_core+10578>, 0x7f168ec9a213 <vm_exec_core+3859>, 0x7f168ec9a4c8 <vm_exec_core+4552>, 0x7f168ec9a484 <vm_exec_core+4484>, 0x7f168ec9a445 <vm_exec_core+4421>, 0x7f168ec9a409 <vm_exec_core+4361>, 0x7f168ec9a3cd <vm_exec_core+4301>, 0x7f168ec9a391 <vm_exec_core+4241>, 0x7f168ec9a30c <vm_exec_core+4108>, 0x7f168ec9a2c4 <vm_exec_core+4036>, 0x7f168ec9b564 <vm_exec_core+8804>, 0x7f168ec9b458 <vm_exec_core+8536>, 0x7f168ec9a56c <vm_exec_core+4716>, 0x7f168ec9a52b <vm_exec_core+4651>, 0x7f168ec99d1a <vm_exec_core+2586>, 0x7f168ec99c99 <vm_exec_core+2457>, 0x7f168ec9b3f4 <vm_exec_core+8436>, 0x7f168ec99c55 <vm_exec_core+2389>, 0x7f168ec9aa6e <vm_exec_core+5998>, 0x7f168ec9a87c <vm_exec_core+5500>, 0x7f168ec9a7ec <vm_exec_core+5356>, 0x7f168ec9a787 <vm_exec_core+5255>, 0x7f168ec9a728 <vm_exec_core+5160>, 0x7f168ec9a6c9 <vm_exec_core+5065>, 0x7f168ec9a66d <vm_exec_core+4973>, 0x7f168ec9a5f2 <vm_exec_core+4850>, 0x7f168ec9ab7a <vm_exec_core+6266>, 0x7f168ec9ab4c <vm_exec_core+6220>, 0x7f168ec9ab0a <vm_exec_core+6154>, 0x7f168ec9aab2 <vm_exec_core+6066>, 0x7f168ec9acc7 <vm_exec_core+6599>, 0x7f168ec9abcb <vm_exec_core+6347>, 0x7f168ec99f97 <vm_exec_core+3223>, 0x7f168ec99f4c <vm_exec_core+3148>, 0x7f168ec9af1a <vm_exec_core+7194>, 0x7f168ec9aea5 <vm_exec_core+7077>, 0x7f168ec9ae3c <vm_exec_core+6972>, 0x7f168ec9ade7 <vm_exec_core+6887>, 0x7f168ec9afec <vm_exec_core+7404>, 0x7f168ec9af4f <vm_exec_core+7247>, 0x7f168ec9b062 <vm_exec_core+7522>, 0x7f168ec9a282 <vm_exec_core+3970>, 0x7f168ec9b29c <vm_exec_core+8092>, 0x7f168ec9b178 <vm_exec_core+7800>, 0x7f168ec99360 <vm_exec_core+96>, 0x7f168ec9ad58 <vm_exec_core+6744>, 0x7f168ec9ad02 <vm_exec_core+6658>, 0x7f168ec9c20b <vm_exec_core+12043>, 0x7f168ec9b122 <vm_exec_core+7714>, 0x7f168ec99b39 <vm_exec_core+2105>, 0x7f168ec99a43 <vm_exec_core+1859>, 0x7f168ec9a0ea <vm_exec_core+3562>, 0x7f168ec9a028 <vm_exec_core+3368>, 0x7f168ec9bf50 <vm_exec_core+11344>, 0x7f168ec99fe1 <vm_exec_core+3297>, 0x7f168ec99ee6 <vm_exec_core+3046>, 0x7f168ec99e80 <vm_exec_core+2944>, 0x7f168ec99e3d <vm_exec_core+2877>, 0x7f168ec99d7d <vm_exec_core+2685>, 0x7f168ec99baf <vm_exec_core+2223>, 0x7f168ec9ca0b <vm_exec_core+14091>, 0x7f168ec9c95a <vm_exec_core+13914>, 0x7f168ec9c8b0 <vm_exec_core+13744>, 0x7f168ec9c835 <vm_exec_core+13621>, 0x7f168ec9c787 <vm_exec_core+13447>, 0x7f168ec9c728 <vm_exec_core+13352>, 0x7f168ec9c6a2 <vm_exec_core+13218>, 0x7f168ec9c5f9 <vm_exec_core+13049>, 0x7f168ec9c555 <vm_exec_core+12885>, 0x7f168ec9c4ac <vm_exec_core+12716>, 0x7f168ec9c408 <vm_exec_core+12552>, 0x7f168ec9c37d <vm_exec_core+12413>, 0x7f168ec9c329 <vm_exec_core+12329>, 0x7f168ec9c2ce <vm_exec_core+12238>, 0x7f168ec9c25d <vm_exec_core+12125>, 0x7f168ec9bfba <vm_exec_core+11450>, 0x7f168ec999cd <vm_exec_core+1741>, 0x7f168ec99968 <vm_exec_core+1640>, 0x7f168ec9c07b <vm_exec_core+11643>, 0x7f168ec9c1ce <vm_exec_core+11982>, 0x7f168ec9c0b4 <vm_exec_core+11700>, 0x7f168ec9c170 <vm_exec_core+11888>, 0x7f168ec9c0fb <vm_exec_core+11771>, 0x7f168ec9c03c <vm_exec_core+11580>, 0x7f168ec998f1 <vm_exec_core+1521>, 0x7f168ec99890 <vm_exec_core+1424>, 0x7f168ec997f9 <vm_exec_core+1273>, 0x7f168ec997ab <vm_exec_core+1195>, 0x7f168ec99759 <vm_exec_core+1113>, 0x7f168ec99709 <vm_exec_core+1033>, 0x7f168ec996b1 <vm_exec_core+945>, 0x7f168ec99675 <vm_exec_core+885>, 0x7f168ec99639 <vm_exec_core+825>, 0x7f168ec9b61d <vm_exec_core+8989>, 0x7f168ec9b5b3 <vm_exec_core+8883>, 0x7f168ec9b6c4 <vm_exec_core+9156>, 0x7f168ec9b646 <vm_exec_core+9030>, 0x7f168ec9b366 <vm_exec_core+8294>, 0x7f168ec9b2d9 <vm_exec_core+8153>, 0x7f168ec9bb81 <vm_exec_core+10369>, 0x7f168ec9bb18 <vm_exec_core+10264>, 0x7f168ec9b4f0 <vm_exec_core+8688>, 0x7f168ec9b495 <vm_exec_core+8597>, 0x7f168ec9b945 <vm_exec_core+9797>, 0x7f168ec9b739 <vm_exec_core+9273>, 0x7f168ec9bc42 <vm_exec_core+10562>, 0x7f168ec9a203 <vm_exec_core+3843>, 0x7f168ec9a4b8 <vm_exec_core+4536>, 0x7f168ec9a474 <vm_exec_core+4468>, 0x7f168ec9a435 <vm_exec_core+4405>, 0x7f168ec9a3f9 <vm_exec_core+4345>, 0x7f168ec9a3bd <vm_exec_core+4285>, 0x7f168ec9a381 <vm_exec_core+4225>, 0x7f168ec9a2fc <vm_exec_core+4092>, 0x7f168ec9a2b4 <vm_exec_core+4020>, 0x7f168ec9b554 <vm_exec_core+8788>, 0x7f168ec9b448 <vm_exec_core+8520>, 0x7f168ec9a55c <vm_exec_core+4700>, 0x7f168ec9a51b <vm_exec_core+4635>, 0x7f168ec99d0a <vm_exec_core+2570>, 0x7f168ec99c89 <vm_exec_core+2441>, 0x7f168ec9b3e4 <vm_exec_core+8420>, 0x7f168ec99c45 <vm_exec_core+2373>, 0x7f168ec9aa5e <vm_exec_core+5982>, 0x7f168ec9a86c <vm_exec_core+5484>, 0x7f168ec9a7dc <vm_exec_core+5340>, 0x7f168ec9a777 <vm_exec_core+5239>, 0x7f168ec9a718 <vm_exec_core+5144>, 0x7f168ec9a6b9 <vm_exec_core+5049>, 0x7f168ec9a65d <vm_exec_core+4957>, 0x7f168ec9a5e2 <vm_exec_core+4834>, 0x7f168ec9ab6a <vm_exec_core+6250>, 0x7f168ec9ab3c <vm_exec_core+6204>, 0x7f168ec9aafa <vm_exec_core+6138>, 0x7f168ec9aaa2 <vm_exec_core+6050>, 0x7f168ec9acb7 <vm_exec_core+6583>, 0x7f168ec9abbb <vm_exec_core+6331>, 0x7f168ec99f87 <vm_exec_core+3207>, 0x7f168ec99f3c <vm_exec_core+3132>, 0x7f168ec9af0a <vm_exec_core+7178>, 0x7f168ec9ae95 <vm_exec_core+7061>, 0x7f168ec9ae2c <vm_exec_core+6956>, 0x7f168ec9add7 <vm_exec_core+6871>, 0x7f168ec9afdc <vm_exec_core+7388>, 0x7f168ec9af3f <vm_exec_core+7231>, 0x7f168ec9b052 <vm_exec_core+7506>, 0x7f168ec9a272 <vm_exec_core+3954>, 0x7f168ec9b28c <vm_exec_core+8076>, 0x7f168ec9b168 <vm_exec_core+7784>, 0x7f168ec9cc38 <vm_exec_core+14648>, 0x7f168ec9ad48 <vm_exec_core+6728>, 0x7f168ec9acf2 <vm_exec_core+6642>, 0x7f168ec9cc23 <vm_exec_core+14627>, 0x7f168ec9b112 <vm_exec_core+7698>, 0x7f168ec99b29 <vm_exec_core+2089>, 0x7f168ec99a33 <vm_exec_core+1843>, 0x7f168ec9a0da <vm_exec_core+3546>, 0x7f168ec9a018 <vm_exec_core+3352>, 0x7f168ec9bf40 <vm_exec_core+11328>, 0x7f168ec99fd1 <vm_exec_core+3281>, 0x7f168ec99ed6 <vm_exec_core+3030>, 0x7f168ec99e70 <vm_exec_core+2928>, 0x7f168ec99e2d <vm_exec_core+2861>, 0x7f168ec99d6d <vm_exec_core+2669>, 0x7f168ec99b9f <vm_exec_core+2207>, 0x7f168ec9cc0e <vm_exec_core+14606>, 0x7f168ec9cbf9 <vm_exec_core+14585>, 0x7f168ec9cbe4 <vm_exec_core+14564>, 0x7f168ec9cbcf <vm_exec_core+14543>, 0x7f168ec9cbba <vm_exec_core+14522>, 0x7f168ec9cba5 <vm_exec_core+14501>, 0x7f168ec9cb89 <vm_exec_core+14473>, 0x7f168ec9cb74 <vm_exec_core+14452>, 0x7f168ec9cb5f <vm_exec_core+14431>, 0x7f168ec9cb4a <vm_exec_core+14410>, 0x7f168ec9cb35 <vm_exec_core+14389>, 0x7f168ec9cb20 <vm_exec_core+14368>, 0x7f168ec9cb0b <vm_exec_core+14347>, 0x7f168ec9caf6 <vm_exec_core+14326>, 0x7f168ec9cae1 <vm_exec_core+14305>, 0x7f168ec9cacc <vm_exec_core+14284>, 0x7f168ec999bd <vm_exec_core+1725>, 0x7f168ec99958 <vm_exec_core+1624>, 0x7f168ec9cab7 <vm_exec_core+14263>, 0x7f168ec9caa2 <vm_exec_core+14242>, 0x7f168ec9ca8d <vm_exec_core+14221>, 0x7f168ec9ca78 <vm_exec_core+14200>, 0x7f168ec99342 <vm_exec_core+66>...} #16 0x00007f168ec9f8fa in rb_vm_exec (ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x55735cc1fc80 _tag = {tag = 36, retval = 4, buf = {0x7ffe002004d0, 0x7f168ec9f900 <rb_vm_exec+416>, 0x0, 0x7ffe002002d0, 0x1800000000}, prev = 0x7ffe00200660, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #17 0x00007f168eca52a8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f1673e03608, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1516 arg_size = <optimized out> arg_size = <optimized out> #18 0x00007f168eca564f in rb_vm_invoke_proc (ec=ec@entry=0x55735cc1fc80, proc=<optimized out>, argc=<optimized out>, argv=argv@entry=0x7ffe00200628, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 self = <optimized out> #19 0x00007f168eca5c60 in vm_call0_body (ec=0x55735cc1fc80, calling=0x7ffe002004d0, argv=0x7ffe00200628) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 proc = <optimized out> ci = <optimized out> cc = 0x7ffe00200580 ret = <optimized out> #20 0x00007f168eca65a8 in vm_call0_cc (ec=0x55735cc1fc80, recv=139734410081160, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {93953965812736, 139734411245480} calling = {cd = 0x7ffe00200490, cc = 0x7ffe00200580, block_handler = 0, recv = 139734410081160, argc = 1, kw_splat = false, heap_argv = 0} #21 0x00007f168ec98ba9 in rb_vm_call0 (kw_splat=0, cme=0x7f1674fb1a30, argv=0x7ffe00200628, argc=1, id=3425, recv=139734410081160, ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 cc = {flags = 52250, klass = 0, cme_ = 0x7f1674fb1a30, call_ = 0x7f168eca25c0 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}} #22 rb_vm_call_kw (kw_splat=0, me=0x7f1674fb1a30, argv=0x7ffe00200628, argc=1, id=3425, recv=139734410081160, ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 No locals. #23 rb_check_funcall_default_kw (kw_splat=0, def=36, argv=0x7ffe00200628, argc=1, mid=3425, recv=139734410081160) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 klass = 139734428603040 me = 0x7f1674fb1a30 ec = <optimized out> respond = -1 klass = <optimized out> me = <optimized out> ec = <optimized out> respond = <optimized out> ret = <optimized out> #24 rb_check_funcall (recv=139734410081160, mid=mid@entry=3425, argc=argc@entry=1, argv=argv@entry=0x7ffe00200628) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 No locals. #25 0x00007f168eac5b53 in run_single_final (objid=<optimized out>, cmd=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 No locals. #26 run_finalizer (objspace=<optimized out>, obj=<optimized out>, table=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4105 _ec = <optimized out> _tag = {tag = 36, retval = 140728900519704, buf = {0x7f1673df0000, 0x7f168eac5bc8 <run_finalizer+504>, 0x0, 0x7ffe002005f0, 0x4b00000120}, prev = 0x7ffe00200810, state = RUBY_TAG_NONE, lock_rec = 0} i = 0 state = <optimized out> saved = {errinfo = 4, objid = 121, final = 139734410081160, cfp = 0x7f168e56eef8, sp = 0x7f168e46f0b8, finished = 0} ec = 0x55735cc1fc80 #27 0x00007f168eac8bb7 in run_final (zombie=<optimized out>, objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 table = 139734410067840 key = 139734410067920 key = <optimized out> __func__ = "run_final" table = <optimized out> #28 finalize_list (zombie=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4143 next_zombie = 139734410067760 page = 0x55735ccf63f0 __func__ = "finalize_list" next_zombie = <optimized out> page = <optimized out> _lev = <optimized out> #29 finalize_deferred_heap_pages (objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 zombie = <optimized out> #30 0x00007f168eac8de5 in finalize_deferred (objspace=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 ec = 0x55735cc1fc80 #31 gc_finalize_deferred (dmy=0x55735cc1ec00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 objspace = 0x55735cc1ec00 #32 0x00007f168ecbcb3e in rb_postponed_job_flush (vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 i = <optimized out> func = <optimized out> data = <optimized out> wq_job = <optimized out> _ec = 0x55735cc1fc80 _tag = {tag = 36, retval = 139734410081160, buf = {0x7f168e56ef30, 0x7f168ecbcbf0 <rb_postponed_job_flush+656>, 0x0, 0x7ffe002007a0, 0xc8}, prev = 0x7ffe00200b30, state = RUBY_TAG_NONE, lock_rec = 0} pjq = 0x55735cc1e9f0 ec = 0x55735cc1fc80 block_mask = 12 saved_mask = 0 saved_errno = 4 tmp = {n = {next = 0x7ffe00200800, prev = 0x7ffe00200800}} triggered_bits = 0 #33 0x00007f168ec4caf1 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 sig = <optimized out> timer_interrupt = 0 pending_interrupt = 0 terminate_interrupt = 0 trap_interrupt = 0 interrupt = <optimized out> postponed_job_interrupt = 4 ret = 0 #34 0x00007f168ec877af in rb_vm_check_ints (ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:1916 No locals. #35 rb_vm_check_ints (ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 No locals. #36 vm_pop_frame (ep=<optimized out>, cfp=0x7f168e56eef8, ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 flags = <optimized out> flags = <optimized out> #37 rb_vm_pop_frame (ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 No locals. #38 vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=0x7f168e56ef30, ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3528 ci = 0x5db100100005 cc = <optimized out> val = 139734410067880 me = 0x7f1674f9f6c8 cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #39 vm_call_cfunc_with_frame (ec=0x55735cc1fc80, reg_cfp=0x7f168e56ef30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #40 0x00007f168ec99421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 93953966688192 ci = 0x7ffe001ffe20 cc = <optimized out> recv = 412993 argc = <optimized out> calling = {cd = 0x55735ccf47c0, cc = 0x7f1673e032c0, block_handler = 0, recv = 139734428599840, argc = 2, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #41 vm_exec_core (ec=0x64d41) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x55735ccf47c0 leaf = <optimized out> val = 93953966688192 reg_pc = 0x55735cea6d30 reg_cfp = 0x7f168e56ef30 insns_address_table = {0x7f168ec9b62d <vm_exec_core+9005>, 0x7f168ec9b5c3 <vm_exec_core+8899>, 0x7f168ec9b6d4 <vm_exec_core+9172>, 0x7f168ec9b656 <vm_exec_core+9046>, 0x7f168ec9b376 <vm_exec_core+8310>, 0x7f168ec9b2e9 <vm_exec_core+8169>, 0x7f168ec9bb91 <vm_exec_core+10385>, 0x7f168ec9bb28 <vm_exec_core+10280>, 0x7f168ec9b500 <vm_exec_core+8704>, 0x7f168ec9b4a5 <vm_exec_core+8613>, 0x7f168ec9b955 <vm_exec_core+9813>, 0x7f168ec9b749 <vm_exec_core+9289>, 0x7f168ec9bc52 <vm_exec_core+10578>, 0x7f168ec9a213 <vm_exec_core+3859>, 0x7f168ec9a4c8 <vm_exec_core+4552>, 0x7f168ec9a484 <vm_exec_core+4484>, 0x7f168ec9a445 <vm_exec_core+4421>, 0x7f168ec9a409 <vm_exec_core+4361>, 0x7f168ec9a3cd <vm_exec_core+4301>, 0x7f168ec9a391 <vm_exec_core+4241>, 0x7f168ec9a30c <vm_exec_core+4108>, 0x7f168ec9a2c4 <vm_exec_core+4036>, 0x7f168ec9b564 <vm_exec_core+8804>, 0x7f168ec9b458 <vm_exec_core+8536>, 0x7f168ec9a56c <vm_exec_core+4716>, 0x7f168ec9a52b <vm_exec_core+4651>, 0x7f168ec99d1a <vm_exec_core+2586>, 0x7f168ec99c99 <vm_exec_core+2457>, 0x7f168ec9b3f4 <vm_exec_core+8436>, 0x7f168ec99c55 <vm_exec_core+2389>, 0x7f168ec9aa6e <vm_exec_core+5998>, 0x7f168ec9a87c <vm_exec_core+5500>, 0x7f168ec9a7ec <vm_exec_core+5356>, 0x7f168ec9a787 <vm_exec_core+5255>, 0x7f168ec9a728 <vm_exec_core+5160>, 0x7f168ec9a6c9 <vm_exec_core+5065>, 0x7f168ec9a66d <vm_exec_core+4973>, 0x7f168ec9a5f2 <vm_exec_core+4850>, 0x7f168ec9ab7a <vm_exec_core+6266>, 0x7f168ec9ab4c <vm_exec_core+6220>, 0x7f168ec9ab0a <vm_exec_core+6154>, 0x7f168ec9aab2 <vm_exec_core+6066>, 0x7f168ec9acc7 <vm_exec_core+6599>, 0x7f168ec9abcb <vm_exec_core+6347>, 0x7f168ec99f97 <vm_exec_core+3223>, 0x7f168ec99f4c <vm_exec_core+3148>, 0x7f168ec9af1a <vm_exec_core+7194>, 0x7f168ec9aea5 <vm_exec_core+7077>, 0x7f168ec9ae3c <vm_exec_core+6972>, 0x7f168ec9ade7 <vm_exec_core+6887>, 0x7f168ec9afec <vm_exec_core+7404>, 0x7f168ec9af4f <vm_exec_core+7247>, 0x7f168ec9b062 <vm_exec_core+7522>, 0x7f168ec9a282 <vm_exec_core+3970>, 0x7f168ec9b29c <vm_exec_core+8092>, 0x7f168ec9b178 <vm_exec_core+7800>, 0x7f168ec99360 <vm_exec_core+96>, 0x7f168ec9ad58 <vm_exec_core+6744>, 0x7f168ec9ad02 <vm_exec_core+6658>, 0x7f168ec9c20b <vm_exec_core+12043>, 0x7f168ec9b122 <vm_exec_core+7714>, 0x7f168ec99b39 <vm_exec_core+2105>, 0x7f168ec99a43 <vm_exec_core+1859>, 0x7f168ec9a0ea <vm_exec_core+3562>, 0x7f168ec9a028 <vm_exec_core+3368>, 0x7f168ec9bf50 <vm_exec_core+11344>, 0x7f168ec99fe1 <vm_exec_core+3297>, 0x7f168ec99ee6 <vm_exec_core+3046>, 0x7f168ec99e80 <vm_exec_core+2944>, 0x7f168ec99e3d <vm_exec_core+2877>, 0x7f168ec99d7d <vm_exec_core+2685>, 0x7f168ec99baf <vm_exec_core+2223>, 0x7f168ec9ca0b <vm_exec_core+14091>, 0x7f168ec9c95a <vm_exec_core+13914>, 0x7f168ec9c8b0 <vm_exec_core+13744>, 0x7f168ec9c835 <vm_exec_core+13621>, 0x7f168ec9c787 <vm_exec_core+13447>, 0x7f168ec9c728 <vm_exec_core+13352>, 0x7f168ec9c6a2 <vm_exec_core+13218>, 0x7f168ec9c5f9 <vm_exec_core+13049>, 0x7f168ec9c555 <vm_exec_core+12885>, 0x7f168ec9c4ac <vm_exec_core+12716>, 0x7f168ec9c408 <vm_exec_core+12552>, 0x7f168ec9c37d <vm_exec_core+12413>, 0x7f168ec9c329 <vm_exec_core+12329>, 0x7f168ec9c2ce <vm_exec_core+12238>, 0x7f168ec9c25d <vm_exec_core+12125>, 0x7f168ec9bfba <vm_exec_core+11450>, 0x7f168ec999cd <vm_exec_core+1741>, 0x7f168ec99968 <vm_exec_core+1640>, 0x7f168ec9c07b <vm_exec_core+11643>, 0x7f168ec9c1ce <vm_exec_core+11982>, 0x7f168ec9c0b4 <vm_exec_core+11700>, 0x7f168ec9c170 <vm_exec_core+11888>, 0x7f168ec9c0fb <vm_exec_core+11771>, 0x7f168ec9c03c <vm_exec_core+11580>, 0x7f168ec998f1 <vm_exec_core+1521>, 0x7f168ec99890 <vm_exec_core+1424>, 0x7f168ec997f9 <vm_exec_core+1273>, 0x7f168ec997ab <vm_exec_core+1195>, 0x7f168ec99759 <vm_exec_core+1113>, 0x7f168ec99709 <vm_exec_core+1033>, 0x7f168ec996b1 <vm_exec_core+945>, 0x7f168ec99675 <vm_exec_core+885>, 0x7f168ec99639 <vm_exec_core+825>, 0x7f168ec9b61d <vm_exec_core+8989>, 0x7f168ec9b5b3 <vm_exec_core+8883>, 0x7f168ec9b6c4 <vm_exec_core+9156>, 0x7f168ec9b646 <vm_exec_core+9030>, 0x7f168ec9b366 <vm_exec_core+8294>, 0x7f168ec9b2d9 <vm_exec_core+8153>, 0x7f168ec9bb81 <vm_exec_core+10369>, 0x7f168ec9bb18 <vm_exec_core+10264>, 0x7f168ec9b4f0 <vm_exec_core+8688>, 0x7f168ec9b495 <vm_exec_core+8597>, 0x7f168ec9b945 <vm_exec_core+9797>, 0x7f168ec9b739 <vm_exec_core+9273>, 0x7f168ec9bc42 <vm_exec_core+10562>, 0x7f168ec9a203 <vm_exec_core+3843>, 0x7f168ec9a4b8 <vm_exec_core+4536>, 0x7f168ec9a474 <vm_exec_core+4468>, 0x7f168ec9a435 <vm_exec_core+4405>, 0x7f168ec9a3f9 <vm_exec_core+4345>, 0x7f168ec9a3bd <vm_exec_core+4285>, 0x7f168ec9a381 <vm_exec_core+4225>, 0x7f168ec9a2fc <vm_exec_core+4092>, 0x7f168ec9a2b4 <vm_exec_core+4020>, 0x7f168ec9b554 <vm_exec_core+8788>, 0x7f168ec9b448 <vm_exec_core+8520>, 0x7f168ec9a55c <vm_exec_core+4700>, 0x7f168ec9a51b <vm_exec_core+4635>, 0x7f168ec99d0a <vm_exec_core+2570>, 0x7f168ec99c89 <vm_exec_core+2441>, 0x7f168ec9b3e4 <vm_exec_core+8420>, 0x7f168ec99c45 <vm_exec_core+2373>, 0x7f168ec9aa5e <vm_exec_core+5982>, 0x7f168ec9a86c <vm_exec_core+5484>, 0x7f168ec9a7dc <vm_exec_core+5340>, 0x7f168ec9a777 <vm_exec_core+5239>, 0x7f168ec9a718 <vm_exec_core+5144>, 0x7f168ec9a6b9 <vm_exec_core+5049>, 0x7f168ec9a65d <vm_exec_core+4957>, 0x7f168ec9a5e2 <vm_exec_core+4834>, 0x7f168ec9ab6a <vm_exec_core+6250>, 0x7f168ec9ab3c <vm_exec_core+6204>, 0x7f168ec9aafa <vm_exec_core+6138>, 0x7f168ec9aaa2 <vm_exec_core+6050>, 0x7f168ec9acb7 <vm_exec_core+6583>, 0x7f168ec9abbb <vm_exec_core+6331>, 0x7f168ec99f87 <vm_exec_core+3207>, 0x7f168ec99f3c <vm_exec_core+3132>, 0x7f168ec9af0a <vm_exec_core+7178>, 0x7f168ec9ae95 <vm_exec_core+7061>, 0x7f168ec9ae2c <vm_exec_core+6956>, 0x7f168ec9add7 <vm_exec_core+6871>, 0x7f168ec9afdc <vm_exec_core+7388>, 0x7f168ec9af3f <vm_exec_core+7231>, 0x7f168ec9b052 <vm_exec_core+7506>, 0x7f168ec9a272 <vm_exec_core+3954>, 0x7f168ec9b28c <vm_exec_core+8076>, 0x7f168ec9b168 <vm_exec_core+7784>, 0x7f168ec9cc38 <vm_exec_core+14648>, 0x7f168ec9ad48 <vm_exec_core+6728>, 0x7f168ec9acf2 <vm_exec_core+6642>, 0x7f168ec9cc23 <vm_exec_core+14627>, 0x7f168ec9b112 <vm_exec_core+7698>, 0x7f168ec99b29 <vm_exec_core+2089>, 0x7f168ec99a33 <vm_exec_core+1843>, 0x7f168ec9a0da <vm_exec_core+3546>, 0x7f168ec9a018 <vm_exec_core+3352>, 0x7f168ec9bf40 <vm_exec_core+11328>, 0x7f168ec99fd1 <vm_exec_core+3281>, 0x7f168ec99ed6 <vm_exec_core+3030>, 0x7f168ec99e70 <vm_exec_core+2928>, 0x7f168ec99e2d <vm_exec_core+2861>, 0x7f168ec99d6d <vm_exec_core+2669>, 0x7f168ec99b9f <vm_exec_core+2207>, 0x7f168ec9cc0e <vm_exec_core+14606>, 0x7f168ec9cbf9 <vm_exec_core+14585>, 0x7f168ec9cbe4 <vm_exec_core+14564>, 0x7f168ec9cbcf <vm_exec_core+14543>, 0x7f168ec9cbba <vm_exec_core+14522>, 0x7f168ec9cba5 <vm_exec_core+14501>, 0x7f168ec9cb89 <vm_exec_core+14473>, 0x7f168ec9cb74 <vm_exec_core+14452>, 0x7f168ec9cb5f <vm_exec_core+14431>, 0x7f168ec9cb4a <vm_exec_core+14410>, 0x7f168ec9cb35 <vm_exec_core+14389>, 0x7f168ec9cb20 <vm_exec_core+14368>, 0x7f168ec9cb0b <vm_exec_core+14347>, 0x7f168ec9caf6 <vm_exec_core+14326>, 0x7f168ec9cae1 <vm_exec_core+14305>, 0x7f168ec9cacc <vm_exec_core+14284>, 0x7f168ec999bd <vm_exec_core+1725>, 0x7f168ec99958 <vm_exec_core+1624>, 0x7f168ec9cab7 <vm_exec_core+14263>, 0x7f168ec9caa2 <vm_exec_core+14242>, 0x7f168ec9ca8d <vm_exec_core+14221>, 0x7f168ec9ca78 <vm_exec_core+14200>, 0x7f168ec99342 <vm_exec_core+66>...} #42 0x00007f168ec9f8fa in rb_vm_exec (ec=0x55735cc1fc80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x55735cc1fc80 _tag = {tag = 36, retval = 4, buf = {0x7f1673e03680, 0x7f168ec9f900 <rb_vm_exec+416>, 0x0, 0x7ffe00200b10, 0x7f1673e03400}, prev = 0x7ffe00200bf0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #43 0x00007f168eca039b in rb_iseq_eval_main (iseq=iseq@entry=0x7f1673e03680) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2818 ec = <optimized out> val = <optimized out> #44 0x00007f168eaae555 in rb_ec_exec_node (ec=ec@entry=0x55735cc1fc80, n=n@entry=0x7f1673e03680) at /tmp/ruby/src/trunk-gc-asserts/eval.c:282 _ec = <optimized out> _tag = {tag = 36, retval = 93953965816960, buf = {0x7f1673e03680, 0x7f168eaae5a0 <rb_ec_exec_node+256>, 0x0, 0x7ffe00200bc0, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7f1673e03680 #45 0x00007f168eab213b in ruby_run_node (n=0x7f1673e03680) at /tmp/ruby/src/trunk-gc-asserts/eval.c:320 ec = 0x55735cc1fc80 status = 0 #46 0x000055735c8d8187 in rb_main (argv=0x7ffe00200df8, argc=1) at /tmp/ruby/src/trunk-gc-asserts/main.c:40 variable_in_this_stack_frame = 140728900522137 #47 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59 No locals. >>> Dump Ruby level backtrace (if possible) $ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.413162.ruby -x gdbscript [New LWP 413162] [New LWP 413165] [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-gc-asserts/ruby --disable=gems -e class A d'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139965216361472) at ./nptl/pthread_kill.c:44 [Current thread is 1 (Thread 0x7f4c31008c00 (LWP 413162))] >>> Threads Id Target Id Frame * 1 Thread 0x7f4c31008c00 (LWP 413162) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139965216361472) at ./nptl/pthread_kill.c:44 2 Thread 0x7f4c17a2f640 (LWP 413165) 0x00007f4c3114ffde in epoll_wait (epfd=4, events=events@entry=0x7f4c31a555bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 >>> Machine level backtrace Thread 2 (Thread 0x7f4c17a2f640 (LWP 413165)): #0 0x00007f4c3114ffde in epoll_wait (epfd=4, events=events@entry=0x7f4c31a555bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 sc_ret = -4 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x00007f4c316e2bd0 in event_wait (vm=0x5628b43352a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2926 r = <optimized out> r = <optimized out> #2 timer_thread_polling (vm=0x5628b43352a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887 r = <optimized out> r = <optimized out> i = <optimized out> th = <optimized out> events = <optimized out> #3 timer_thread_func (ptr=0x5628b43352a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3053 vm = 0x5628b43352a0 #4 0x00007f4c310beb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140733599302608, -3183329196714472889, 139964790797888, 25, 139965217106000, 140733599302960, 3263603072252004935, 3263676937212938823}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #5 0x00007f4c3114fbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 1 (Thread 0x7f4c31008c00 (LWP 413162)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139965216361472) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7f4c31008c00 old_mask = {__val = {140733599298336, 0, 139964790894880, 139965217174739, 0, 139965217071085, 139965216361472, 139965218686464, 94732821958336, 139965217017255, 241, 139965218703008, 94732821958336, 139965223991583, 94732821942944, 139638382637872}} 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=139965216361472) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=139965216361472, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007f4c3106c476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007f4c310527f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x2020202030203030, sa_sigaction = 0x2020202030203030}, sa_mask = {__val = {2314885530818453536, 8528445641706184736, 6731874708548188531, 8391150724257423370, 7378645557149655905, 140733599298736, 17133404972860852480, 139965216353928, 139965227140224, 0, 139965218703008, 140733599298736, 139965215211520, 139965215277040, 139965221815838, 18446744069414584337}}, sa_flags = -800569088, sa_restorer = 0x7f4c30efffc8} sigs = {__val = {32, 4049130129970375984, 8223625903103894835, 3472328295963457581, 4192904167887482928, 2314885531086893104, 2314885530818453536, 2314885530818453536, 8528445641706184736, 7378697234196427620, 3919933115663279718, 7378634724483280944, 7378697629483820646, 3251651914486591542, 3472328295963457581, 4192904167887482928}} #5 0x00007f4c3146a952 in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1029 No locals. #6 rb_bug (fmt=fmt@entry=0x7f4c318a0808 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/src/trunk-gc-asserts/error.c:1053 args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7fff1831b590, reg_save_area = 0x7fff1831b4d0}} #7 0x00007f4c3146c518 in gc_verify_internal_consistency_ (objspace=0x5628b4337c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 data = {objspace = 0x5628b4337c00, err_count = 1, live_object_count = 7676, zombie_object_count = 1, parent = 139965215277000, old_object_count = 7666, remembered_shady_count = 0} #8 0x00007f4c3156c30e in gc_verify_internal_consistency (objspace=0x5628b4337c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 prev_during_gc = <optimized out> _lev = 226653313 #9 gc_start (objspace=0x5628b4337c00, reason=256) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9012 do_full_mark = 0 __func__ = "gc_start" lock_lev = 32588 #10 0x00007f4c3156daf3 in garbage_collect (objspace=0x5628b4337c00, reason=256) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8986 _lev = 32588 ret = <optimized out> #11 0x00007f4c31570c83 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cache=0x5628b4338bc8, objspace=0x5628b4337c00, flags=53274, klass=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2856 obj = <optimized out> lev = 1 obj = <optimized out> lev = <optimized out> #12 newobj_slowpath_wb_protected (klass=<optimized out>, flags=53274, objspace=0x5628b4337c00, cache=0x5628b4338bc8, size_pool_idx=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2880 No locals. #13 0x00007f4c31571f2e in newobj_of (alloc_size=40, wb_protected=1, v3=0, v2=0, v1=0, flags=<optimized out>, klass=0, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2924 obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> i = <optimized out> cnt = <optimized out> #14 rb_wb_protected_newobj_of (ec=<optimized out>, klass=klass@entry=0, flags=flags@entry=53274, size=size@entry=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2942 __func__ = "rb_wb_protected_newobj_of" #15 0x00007f4c315838f2 in rb_imemo_new (type=type@entry=imemo_constcache, v0=v0@entry=0) at /tmp/ruby/src/trunk-gc-asserts/imemo.c:47 size = 40 flags = 53306 obj = <optimized out> #16 0x00007f4c31722e1c in vm_ic_update (pc=0x5628b44dde50, reg_ep=0x7f4c30f070c8, val=139964790888000, ic=0x5628b44ddec0, iseq=0x7f4c16995e58) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5937 ice = <optimized out> pos = <optimized out> ice = <optimized out> pos = <optimized out> #17 rb_vm_opt_getconstant_path (ec=0x5628b4338c80, reg_cfp=0x7f4c31006e88, ic=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5966 val = <optimized out> segments = <optimized out> ice = <optimized out> #18 0x00007f4c31733c78 in vm_exec_core (ec=0x64dea) at ../../src/trunk-gc-asserts/insns.def:263 ic = 0x6 leaf = <optimized out> val = <optimized out> reg_pc = 0x5628b44dde60 reg_cfp = 0x7f4c31006e88 insns_address_table = {0x7f4c3173362d <vm_exec_core+9005>, 0x7f4c317335c3 <vm_exec_core+8899>, 0x7f4c317336d4 <vm_exec_core+9172>, 0x7f4c31733656 <vm_exec_core+9046>, 0x7f4c31733376 <vm_exec_core+8310>, 0x7f4c317332e9 <vm_exec_core+8169>, 0x7f4c31733b91 <vm_exec_core+10385>, 0x7f4c31733b28 <vm_exec_core+10280>, 0x7f4c31733500 <vm_exec_core+8704>, 0x7f4c317334a5 <vm_exec_core+8613>, 0x7f4c31733955 <vm_exec_core+9813>, 0x7f4c31733749 <vm_exec_core+9289>, 0x7f4c31733c52 <vm_exec_core+10578>, 0x7f4c31732213 <vm_exec_core+3859>, 0x7f4c317324c8 <vm_exec_core+4552>, 0x7f4c31732484 <vm_exec_core+4484>, 0x7f4c31732445 <vm_exec_core+4421>, 0x7f4c31732409 <vm_exec_core+4361>, 0x7f4c317323cd <vm_exec_core+4301>, 0x7f4c31732391 <vm_exec_core+4241>, 0x7f4c3173230c <vm_exec_core+4108>, 0x7f4c317322c4 <vm_exec_core+4036>, 0x7f4c31733564 <vm_exec_core+8804>, 0x7f4c31733458 <vm_exec_core+8536>, 0x7f4c3173256c <vm_exec_core+4716>, 0x7f4c3173252b <vm_exec_core+4651>, 0x7f4c31731d1a <vm_exec_core+2586>, 0x7f4c31731c99 <vm_exec_core+2457>, 0x7f4c317333f4 <vm_exec_core+8436>, 0x7f4c31731c55 <vm_exec_core+2389>, 0x7f4c31732a6e <vm_exec_core+5998>, 0x7f4c3173287c <vm_exec_core+5500>, 0x7f4c317327ec <vm_exec_core+5356>, 0x7f4c31732787 <vm_exec_core+5255>, 0x7f4c31732728 <vm_exec_core+5160>, 0x7f4c317326c9 <vm_exec_core+5065>, 0x7f4c3173266d <vm_exec_core+4973>, 0x7f4c317325f2 <vm_exec_core+4850>, 0x7f4c31732b7a <vm_exec_core+6266>, 0x7f4c31732b4c <vm_exec_core+6220>, 0x7f4c31732b0a <vm_exec_core+6154>, 0x7f4c31732ab2 <vm_exec_core+6066>, 0x7f4c31732cc7 <vm_exec_core+6599>, 0x7f4c31732bcb <vm_exec_core+6347>, 0x7f4c31731f97 <vm_exec_core+3223>, 0x7f4c31731f4c <vm_exec_core+3148>, 0x7f4c31732f1a <vm_exec_core+7194>, 0x7f4c31732ea5 <vm_exec_core+7077>, 0x7f4c31732e3c <vm_exec_core+6972>, 0x7f4c31732de7 <vm_exec_core+6887>, 0x7f4c31732fec <vm_exec_core+7404>, 0x7f4c31732f4f <vm_exec_core+7247>, 0x7f4c31733062 <vm_exec_core+7522>, 0x7f4c31732282 <vm_exec_core+3970>, 0x7f4c3173329c <vm_exec_core+8092>, 0x7f4c31733178 <vm_exec_core+7800>, 0x7f4c31731360 <vm_exec_core+96>, 0x7f4c31732d58 <vm_exec_core+6744>, 0x7f4c31732d02 <vm_exec_core+6658>, 0x7f4c3173420b <vm_exec_core+12043>, 0x7f4c31733122 <vm_exec_core+7714>, 0x7f4c31731b39 <vm_exec_core+2105>, 0x7f4c31731a43 <vm_exec_core+1859>, 0x7f4c317320ea <vm_exec_core+3562>, 0x7f4c31732028 <vm_exec_core+3368>, 0x7f4c31733f50 <vm_exec_core+11344>, 0x7f4c31731fe1 <vm_exec_core+3297>, 0x7f4c31731ee6 <vm_exec_core+3046>, 0x7f4c31731e80 <vm_exec_core+2944>, 0x7f4c31731e3d <vm_exec_core+2877>, 0x7f4c31731d7d <vm_exec_core+2685>, 0x7f4c31731baf <vm_exec_core+2223>, 0x7f4c31734a0b <vm_exec_core+14091>, 0x7f4c3173495a <vm_exec_core+13914>, 0x7f4c317348b0 <vm_exec_core+13744>, 0x7f4c31734835 <vm_exec_core+13621>, 0x7f4c31734787 <vm_exec_core+13447>, 0x7f4c31734728 <vm_exec_core+13352>, 0x7f4c317346a2 <vm_exec_core+13218>, 0x7f4c317345f9 <vm_exec_core+13049>, 0x7f4c31734555 <vm_exec_core+12885>, 0x7f4c317344ac <vm_exec_core+12716>, 0x7f4c31734408 <vm_exec_core+12552>, 0x7f4c3173437d <vm_exec_core+12413>, 0x7f4c31734329 <vm_exec_core+12329>, 0x7f4c317342ce <vm_exec_core+12238>, 0x7f4c3173425d <vm_exec_core+12125>, 0x7f4c31733fba <vm_exec_core+11450>, 0x7f4c317319cd <vm_exec_core+1741>, 0x7f4c31731968 <vm_exec_core+1640>, 0x7f4c3173407b <vm_exec_core+11643>, 0x7f4c317341ce <vm_exec_core+11982>, 0x7f4c317340b4 <vm_exec_core+11700>, 0x7f4c31734170 <vm_exec_core+11888>, 0x7f4c317340fb <vm_exec_core+11771>, 0x7f4c3173403c <vm_exec_core+11580>, 0x7f4c317318f1 <vm_exec_core+1521>, 0x7f4c31731890 <vm_exec_core+1424>, 0x7f4c317317f9 <vm_exec_core+1273>, 0x7f4c317317ab <vm_exec_core+1195>, 0x7f4c31731759 <vm_exec_core+1113>, 0x7f4c31731709 <vm_exec_core+1033>, 0x7f4c317316b1 <vm_exec_core+945>, 0x7f4c31731675 <vm_exec_core+885>, 0x7f4c31731639 <vm_exec_core+825>, 0x7f4c3173361d <vm_exec_core+8989>, 0x7f4c317335b3 <vm_exec_core+8883>, 0x7f4c317336c4 <vm_exec_core+9156>, 0x7f4c31733646 <vm_exec_core+9030>, 0x7f4c31733366 <vm_exec_core+8294>, 0x7f4c317332d9 <vm_exec_core+8153>, 0x7f4c31733b81 <vm_exec_core+10369>, 0x7f4c31733b18 <vm_exec_core+10264>, 0x7f4c317334f0 <vm_exec_core+8688>, 0x7f4c31733495 <vm_exec_core+8597>, 0x7f4c31733945 <vm_exec_core+9797>, 0x7f4c31733739 <vm_exec_core+9273>, 0x7f4c31733c42 <vm_exec_core+10562>, 0x7f4c31732203 <vm_exec_core+3843>, 0x7f4c317324b8 <vm_exec_core+4536>, 0x7f4c31732474 <vm_exec_core+4468>, 0x7f4c31732435 <vm_exec_core+4405>, 0x7f4c317323f9 <vm_exec_core+4345>, 0x7f4c317323bd <vm_exec_core+4285>, 0x7f4c31732381 <vm_exec_core+4225>, 0x7f4c317322fc <vm_exec_core+4092>, 0x7f4c317322b4 <vm_exec_core+4020>, 0x7f4c31733554 <vm_exec_core+8788>, 0x7f4c31733448 <vm_exec_core+8520>, 0x7f4c3173255c <vm_exec_core+4700>, 0x7f4c3173251b <vm_exec_core+4635>, 0x7f4c31731d0a <vm_exec_core+2570>, 0x7f4c31731c89 <vm_exec_core+2441>, 0x7f4c317333e4 <vm_exec_core+8420>, 0x7f4c31731c45 <vm_exec_core+2373>, 0x7f4c31732a5e <vm_exec_core+5982>, 0x7f4c3173286c <vm_exec_core+5484>, 0x7f4c317327dc <vm_exec_core+5340>, 0x7f4c31732777 <vm_exec_core+5239>, 0x7f4c31732718 <vm_exec_core+5144>, 0x7f4c317326b9 <vm_exec_core+5049>, 0x7f4c3173265d <vm_exec_core+4957>, 0x7f4c317325e2 <vm_exec_core+4834>, 0x7f4c31732b6a <vm_exec_core+6250>, 0x7f4c31732b3c <vm_exec_core+6204>, 0x7f4c31732afa <vm_exec_core+6138>, 0x7f4c31732aa2 <vm_exec_core+6050>, 0x7f4c31732cb7 <vm_exec_core+6583>, 0x7f4c31732bbb <vm_exec_core+6331>, 0x7f4c31731f87 <vm_exec_core+3207>, 0x7f4c31731f3c <vm_exec_core+3132>, 0x7f4c31732f0a <vm_exec_core+7178>, 0x7f4c31732e95 <vm_exec_core+7061>, 0x7f4c31732e2c <vm_exec_core+6956>, 0x7f4c31732dd7 <vm_exec_core+6871>, 0x7f4c31732fdc <vm_exec_core+7388>, 0x7f4c31732f3f <vm_exec_core+7231>, 0x7f4c31733052 <vm_exec_core+7506>, 0x7f4c31732272 <vm_exec_core+3954>, 0x7f4c3173328c <vm_exec_core+8076>, 0x7f4c31733168 <vm_exec_core+7784>, 0x7f4c31734c38 <vm_exec_core+14648>, 0x7f4c31732d48 <vm_exec_core+6728>, 0x7f4c31732cf2 <vm_exec_core+6642>, 0x7f4c31734c23 <vm_exec_core+14627>, 0x7f4c31733112 <vm_exec_core+7698>, 0x7f4c31731b29 <vm_exec_core+2089>, 0x7f4c31731a33 <vm_exec_core+1843>, 0x7f4c317320da <vm_exec_core+3546>, 0x7f4c31732018 <vm_exec_core+3352>, 0x7f4c31733f40 <vm_exec_core+11328>, 0x7f4c31731fd1 <vm_exec_core+3281>, 0x7f4c31731ed6 <vm_exec_core+3030>, 0x7f4c31731e70 <vm_exec_core+2928>, 0x7f4c31731e2d <vm_exec_core+2861>, 0x7f4c31731d6d <vm_exec_core+2669>, 0x7f4c31731b9f <vm_exec_core+2207>, 0x7f4c31734c0e <vm_exec_core+14606>, 0x7f4c31734bf9 <vm_exec_core+14585>, 0x7f4c31734be4 <vm_exec_core+14564>, 0x7f4c31734bcf <vm_exec_core+14543>, 0x7f4c31734bba <vm_exec_core+14522>, 0x7f4c31734ba5 <vm_exec_core+14501>, 0x7f4c31734b89 <vm_exec_core+14473>, 0x7f4c31734b74 <vm_exec_core+14452>, 0x7f4c31734b5f <vm_exec_core+14431>, 0x7f4c31734b4a <vm_exec_core+14410>, 0x7f4c31734b35 <vm_exec_core+14389>, 0x7f4c31734b20 <vm_exec_core+14368>, 0x7f4c31734b0b <vm_exec_core+14347>, 0x7f4c31734af6 <vm_exec_core+14326>, 0x7f4c31734ae1 <vm_exec_core+14305>, 0x7f4c31734acc <vm_exec_core+14284>, 0x7f4c317319bd <vm_exec_core+1725>, 0x7f4c31731958 <vm_exec_core+1624>, 0x7f4c31734ab7 <vm_exec_core+14263>, 0x7f4c31734aa2 <vm_exec_core+14242>, 0x7f4c31734a8d <vm_exec_core+14221>, 0x7f4c31734a78 <vm_exec_core+14200>, 0x7f4c31731342 <vm_exec_core+66>...} #19 0x00007f4c317378fa in rb_vm_exec (ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x5628b4338c80 _tag = {tag = 36, retval = 4, buf = {0x7fff1831bd10, 0x7f4c31737900 <rb_vm_exec+416>, 0x0, 0x7fff1831bb10, 0x0}, prev = 0x7fff1831bea0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #20 0x00007f4c3173d2a8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f4c16995e58, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1516 arg_size = <optimized out> arg_size = <optimized out> #21 0x00007f4c3173d64f in rb_vm_invoke_proc (ec=ec@entry=0x5628b4338c80, proc=<optimized out>, argc=<optimized out>, argv=argv@entry=0x7fff1831be68, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 self = <optimized out> #22 0x00007f4c3173dc60 in vm_call0_body (ec=0x5628b4338c80, calling=0x7fff1831bd10, argv=0x7fff1831be68) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 proc = <optimized out> ci = <optimized out> cc = 0x7fff1831bdc0 ret = <optimized out> #23 0x00007f4c3173e5a8 in vm_call0_cc (ec=0x5628b4338c80, recv=139964773389960, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {0, 0} calling = {cd = 0x7fff1831bcd0, cc = 0x7fff1831bdc0, block_handler = 0, recv = 139964773389960, argc = 1, kw_splat = false, heap_argv = 0} #24 0x00007f4c31730ba9 in rb_vm_call0 (kw_splat=0, cme=0x7f4c17a51a30, argv=0x7fff1831be68, argc=1, id=3425, recv=139964773389960, ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 cc = {flags = 52250, klass = 0, cme_ = 0x7f4c17a51a30, call_ = 0x7f4c3173a5c0 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}} #25 rb_vm_call_kw (kw_splat=0, me=0x7f4c17a51a30, argv=0x7fff1831be68, argc=1, id=3425, recv=139964773389960, ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 No locals. #26 rb_check_funcall_default_kw (kw_splat=0, def=36, argv=0x7fff1831be68, argc=1, mid=3425, recv=139964773389960) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 klass = 139964790919840 me = 0x7f4c17a51a30 ec = <optimized out> respond = -1 klass = <optimized out> me = <optimized out> ec = <optimized out> respond = <optimized out> ret = <optimized out> #27 rb_check_funcall (recv=139964773389960, mid=mid@entry=3425, argc=argc@entry=1, argv=argv@entry=0x7fff1831be68) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 No locals. #28 0x00007f4c3155db53 in run_single_final (objid=<optimized out>, cmd=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 No locals. #29 run_finalizer (objspace=<optimized out>, obj=<optimized out>, table=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4105 _ec = <optimized out> _tag = {tag = 36, retval = 0, buf = {0x7f4c16990000, 0x7f4c3155dbc8 <run_finalizer+504>, 0x0, 0x7fff1831be30, 0x5628b433df18}, prev = 0x7fff1831c050, state = RUBY_TAG_NONE, lock_rec = 0} i = 0 state = <optimized out> saved = {errinfo = 4, objid = 81, final = 139964773389960, cfp = 0x7f4c31006ec0, sp = 0x7f4c30f070b8, finished = 0} ec = 0x5628b4338c80 #30 0x00007f4c31560bb7 in run_final (zombie=<optimized out>, objspace=0x5628b4337c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 table = 139964773432880 key = 139964773433160 key = <optimized out> __func__ = "run_final" table = <optimized out> #31 finalize_list (zombie=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4143 next_zombie = 0 page = 0x5628b449e290 __func__ = "finalize_list" next_zombie = <optimized out> page = <optimized out> _lev = <optimized out> #32 finalize_deferred_heap_pages (objspace=0x5628b4337c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 zombie = <optimized out> #33 0x00007f4c31560de5 in finalize_deferred (objspace=0x5628b4337c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 ec = 0x5628b4338c80 #34 gc_finalize_deferred (dmy=0x5628b4337c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 objspace = 0x5628b4337c00 #35 0x00007f4c31754b3e in rb_postponed_job_flush (vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 i = <optimized out> func = <optimized out> data = <optimized out> wq_job = <optimized out> _ec = 0x5628b4338c80 _tag = {tag = 36, retval = 1, buf = {0x7f4c31006ef8, 0x7f4c31754bf0 <rb_postponed_job_flush+656>, 0x0, 0x7fff1831bfe0, 0x60}, prev = 0x7fff1831c5a0, state = RUBY_TAG_NONE, lock_rec = 0} pjq = 0x5628b43379f0 ec = 0x5628b4338c80 block_mask = 12 saved_mask = 0 saved_errno = 4 tmp = {n = {next = 0x7fff1831c040, prev = 0x7fff1831c040}} triggered_bits = 0 #36 0x00007f4c316e4af1 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 sig = <optimized out> timer_interrupt = 0 pending_interrupt = 0 terminate_interrupt = 0 trap_interrupt = 0 interrupt = <optimized out> postponed_job_interrupt = 4 ret = 0 #37 0x00007f4c3173e020 in rb_vm_check_ints (ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:1916 No locals. #38 rb_vm_check_ints (ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 No locals. #39 vm_pop_frame (ep=<optimized out>, cfp=<optimized out>, ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 flags = <optimized out> flags = <optimized out> #40 rb_vm_pop_frame (ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 No locals. #41 vm_call0_cfunc_with_frame (argv=<optimized out>, calling=<optimized out>, ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:176 reg_cfp = 0x7f4c31006ef8 ci = <optimized out> me = 0x7f4c30efea10 mid = 3137 block_handler = <optimized out> recv = <optimized out> argc = <optimized out> val = 4 cfunc = <optimized out> len = <optimized out> frame_flags = <optimized out> ci = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> len = <optimized out> recv = <optimized out> argc = <optimized out> mid = <optimized out> block_handler = <optimized out> frame_flags = <optimized out> unaligned_member_ptr_result = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> reg_cfp = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #42 vm_call0_cfunc (argv=<optimized out>, calling=<optimized out>, ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:187 No locals. #43 vm_call0_body (ec=0x5628b4338c80, calling=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:233 ci = <optimized out> cc = <optimized out> ret = <optimized out> #44 0x00007f4c3173e5a8 in vm_call0_cc (ec=0x5628b4338c80, recv=139964773432800, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {0, 139965222035246} calling = {cd = 0x7fff1831c2a0, cc = 0x7f4c1699fd68, block_handler = 0, recv = 139964773432800, argc = 0, kw_splat = false, heap_argv = 0} #45 0x00007f4c317405e6 in rb_call (scope=CALL_FCALL, argv=0x7f4c30f07088, argc=0, mid=3137, recv=139964773432800) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:899 ec = <optimized out> #46 rb_funcallv_kw (recv=recv@entry=139964773432800, mid=mid@entry=3137, argc=argc@entry=0, argv=argv@entry=0x7f4c30f07088, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1092 No locals. #47 0x00007f4c3154a217 in rb_obj_call_init_kw (obj=obj@entry=139964773432800, argc=argc@entry=0, argv=argv@entry=0x7f4c30f07088, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1694 No locals. #48 0x00007f4c315e7c02 in rb_class_new_instance_pass_kw (argc=0, argv=0x7f4c30f07088, klass=139964790887840) at /tmp/ruby/src/trunk-gc-asserts/object.c:2173 obj = 139964773432800 #49 0x00007f4c3171f954 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3524 ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #50 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #51 vm_call_cfunc_other (ec=0x5628b4338c80, reg_cfp=0x7f4c31006f30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596 ci = <optimized out> argv_ary = <optimized out> #52 0x00007f4c31731421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 94732823592160 ci = 0x7fff1831b370 cc = <optimized out> recv = 413162 argc = <optimized out> calling = {cd = 0x5628b44c7ce0, cc = 0x7f4c1699fd90, block_handler = 0, recv = 139964790887840, argc = 0, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #53 vm_exec_core (ec=0x64dea) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x5628b44c7ce0 leaf = <optimized out> val = 94732823592160 reg_pc = 0x5628b44ded38 reg_cfp = 0x7f4c31006f30 insns_address_table = {0x7f4c3173362d <vm_exec_core+9005>, 0x7f4c317335c3 <vm_exec_core+8899>, 0x7f4c317336d4 <vm_exec_core+9172>, 0x7f4c31733656 <vm_exec_core+9046>, 0x7f4c31733376 <vm_exec_core+8310>, 0x7f4c317332e9 <vm_exec_core+8169>, 0x7f4c31733b91 <vm_exec_core+10385>, 0x7f4c31733b28 <vm_exec_core+10280>, 0x7f4c31733500 <vm_exec_core+8704>, 0x7f4c317334a5 <vm_exec_core+8613>, 0x7f4c31733955 <vm_exec_core+9813>, 0x7f4c31733749 <vm_exec_core+9289>, 0x7f4c31733c52 <vm_exec_core+10578>, 0x7f4c31732213 <vm_exec_core+3859>, 0x7f4c317324c8 <vm_exec_core+4552>, 0x7f4c31732484 <vm_exec_core+4484>, 0x7f4c31732445 <vm_exec_core+4421>, 0x7f4c31732409 <vm_exec_core+4361>, 0x7f4c317323cd <vm_exec_core+4301>, 0x7f4c31732391 <vm_exec_core+4241>, 0x7f4c3173230c <vm_exec_core+4108>, 0x7f4c317322c4 <vm_exec_core+4036>, 0x7f4c31733564 <vm_exec_core+8804>, 0x7f4c31733458 <vm_exec_core+8536>, 0x7f4c3173256c <vm_exec_core+4716>, 0x7f4c3173252b <vm_exec_core+4651>, 0x7f4c31731d1a <vm_exec_core+2586>, 0x7f4c31731c99 <vm_exec_core+2457>, 0x7f4c317333f4 <vm_exec_core+8436>, 0x7f4c31731c55 <vm_exec_core+2389>, 0x7f4c31732a6e <vm_exec_core+5998>, 0x7f4c3173287c <vm_exec_core+5500>, 0x7f4c317327ec <vm_exec_core+5356>, 0x7f4c31732787 <vm_exec_core+5255>, 0x7f4c31732728 <vm_exec_core+5160>, 0x7f4c317326c9 <vm_exec_core+5065>, 0x7f4c3173266d <vm_exec_core+4973>, 0x7f4c317325f2 <vm_exec_core+4850>, 0x7f4c31732b7a <vm_exec_core+6266>, 0x7f4c31732b4c <vm_exec_core+6220>, 0x7f4c31732b0a <vm_exec_core+6154>, 0x7f4c31732ab2 <vm_exec_core+6066>, 0x7f4c31732cc7 <vm_exec_core+6599>, 0x7f4c31732bcb <vm_exec_core+6347>, 0x7f4c31731f97 <vm_exec_core+3223>, 0x7f4c31731f4c <vm_exec_core+3148>, 0x7f4c31732f1a <vm_exec_core+7194>, 0x7f4c31732ea5 <vm_exec_core+7077>, 0x7f4c31732e3c <vm_exec_core+6972>, 0x7f4c31732de7 <vm_exec_core+6887>, 0x7f4c31732fec <vm_exec_core+7404>, 0x7f4c31732f4f <vm_exec_core+7247>, 0x7f4c31733062 <vm_exec_core+7522>, 0x7f4c31732282 <vm_exec_core+3970>, 0x7f4c3173329c <vm_exec_core+8092>, 0x7f4c31733178 <vm_exec_core+7800>, 0x7f4c31731360 <vm_exec_core+96>, 0x7f4c31732d58 <vm_exec_core+6744>, 0x7f4c31732d02 <vm_exec_core+6658>, 0x7f4c3173420b <vm_exec_core+12043>, 0x7f4c31733122 <vm_exec_core+7714>, 0x7f4c31731b39 <vm_exec_core+2105>, 0x7f4c31731a43 <vm_exec_core+1859>, 0x7f4c317320ea <vm_exec_core+3562>, 0x7f4c31732028 <vm_exec_core+3368>, 0x7f4c31733f50 <vm_exec_core+11344>, 0x7f4c31731fe1 <vm_exec_core+3297>, 0x7f4c31731ee6 <vm_exec_core+3046>, 0x7f4c31731e80 <vm_exec_core+2944>, 0x7f4c31731e3d <vm_exec_core+2877>, 0x7f4c31731d7d <vm_exec_core+2685>, 0x7f4c31731baf <vm_exec_core+2223>, 0x7f4c31734a0b <vm_exec_core+14091>, 0x7f4c3173495a <vm_exec_core+13914>, 0x7f4c317348b0 <vm_exec_core+13744>, 0x7f4c31734835 <vm_exec_core+13621>, 0x7f4c31734787 <vm_exec_core+13447>, 0x7f4c31734728 <vm_exec_core+13352>, 0x7f4c317346a2 <vm_exec_core+13218>, 0x7f4c317345f9 <vm_exec_core+13049>, 0x7f4c31734555 <vm_exec_core+12885>, 0x7f4c317344ac <vm_exec_core+12716>, 0x7f4c31734408 <vm_exec_core+12552>, 0x7f4c3173437d <vm_exec_core+12413>, 0x7f4c31734329 <vm_exec_core+12329>, 0x7f4c317342ce <vm_exec_core+12238>, 0x7f4c3173425d <vm_exec_core+12125>, 0x7f4c31733fba <vm_exec_core+11450>, 0x7f4c317319cd <vm_exec_core+1741>, 0x7f4c31731968 <vm_exec_core+1640>, 0x7f4c3173407b <vm_exec_core+11643>, 0x7f4c317341ce <vm_exec_core+11982>, 0x7f4c317340b4 <vm_exec_core+11700>, 0x7f4c31734170 <vm_exec_core+11888>, 0x7f4c317340fb <vm_exec_core+11771>, 0x7f4c3173403c <vm_exec_core+11580>, 0x7f4c317318f1 <vm_exec_core+1521>, 0x7f4c31731890 <vm_exec_core+1424>, 0x7f4c317317f9 <vm_exec_core+1273>, 0x7f4c317317ab <vm_exec_core+1195>, 0x7f4c31731759 <vm_exec_core+1113>, 0x7f4c31731709 <vm_exec_core+1033>, 0x7f4c317316b1 <vm_exec_core+945>, 0x7f4c31731675 <vm_exec_core+885>, 0x7f4c31731639 <vm_exec_core+825>, 0x7f4c3173361d <vm_exec_core+8989>, 0x7f4c317335b3 <vm_exec_core+8883>, 0x7f4c317336c4 <vm_exec_core+9156>, 0x7f4c31733646 <vm_exec_core+9030>, 0x7f4c31733366 <vm_exec_core+8294>, 0x7f4c317332d9 <vm_exec_core+8153>, 0x7f4c31733b81 <vm_exec_core+10369>, 0x7f4c31733b18 <vm_exec_core+10264>, 0x7f4c317334f0 <vm_exec_core+8688>, 0x7f4c31733495 <vm_exec_core+8597>, 0x7f4c31733945 <vm_exec_core+9797>, 0x7f4c31733739 <vm_exec_core+9273>, 0x7f4c31733c42 <vm_exec_core+10562>, 0x7f4c31732203 <vm_exec_core+3843>, 0x7f4c317324b8 <vm_exec_core+4536>, 0x7f4c31732474 <vm_exec_core+4468>, 0x7f4c31732435 <vm_exec_core+4405>, 0x7f4c317323f9 <vm_exec_core+4345>, 0x7f4c317323bd <vm_exec_core+4285>, 0x7f4c31732381 <vm_exec_core+4225>, 0x7f4c317322fc <vm_exec_core+4092>, 0x7f4c317322b4 <vm_exec_core+4020>, 0x7f4c31733554 <vm_exec_core+8788>, 0x7f4c31733448 <vm_exec_core+8520>, 0x7f4c3173255c <vm_exec_core+4700>, 0x7f4c3173251b <vm_exec_core+4635>, 0x7f4c31731d0a <vm_exec_core+2570>, 0x7f4c31731c89 <vm_exec_core+2441>, 0x7f4c317333e4 <vm_exec_core+8420>, 0x7f4c31731c45 <vm_exec_core+2373>, 0x7f4c31732a5e <vm_exec_core+5982>, 0x7f4c3173286c <vm_exec_core+5484>, 0x7f4c317327dc <vm_exec_core+5340>, 0x7f4c31732777 <vm_exec_core+5239>, 0x7f4c31732718 <vm_exec_core+5144>, 0x7f4c317326b9 <vm_exec_core+5049>, 0x7f4c3173265d <vm_exec_core+4957>, 0x7f4c317325e2 <vm_exec_core+4834>, 0x7f4c31732b6a <vm_exec_core+6250>, 0x7f4c31732b3c <vm_exec_core+6204>, 0x7f4c31732afa <vm_exec_core+6138>, 0x7f4c31732aa2 <vm_exec_core+6050>, 0x7f4c31732cb7 <vm_exec_core+6583>, 0x7f4c31732bbb <vm_exec_core+6331>, 0x7f4c31731f87 <vm_exec_core+3207>, 0x7f4c31731f3c <vm_exec_core+3132>, 0x7f4c31732f0a <vm_exec_core+7178>, 0x7f4c31732e95 <vm_exec_core+7061>, 0x7f4c31732e2c <vm_exec_core+6956>, 0x7f4c31732dd7 <vm_exec_core+6871>, 0x7f4c31732fdc <vm_exec_core+7388>, 0x7f4c31732f3f <vm_exec_core+7231>, 0x7f4c31733052 <vm_exec_core+7506>, 0x7f4c31732272 <vm_exec_core+3954>, 0x7f4c3173328c <vm_exec_core+8076>, 0x7f4c31733168 <vm_exec_core+7784>, 0x7f4c31734c38 <vm_exec_core+14648>, 0x7f4c31732d48 <vm_exec_core+6728>, 0x7f4c31732cf2 <vm_exec_core+6642>, 0x7f4c31734c23 <vm_exec_core+14627>, 0x7f4c31733112 <vm_exec_core+7698>, 0x7f4c31731b29 <vm_exec_core+2089>, 0x7f4c31731a33 <vm_exec_core+1843>, 0x7f4c317320da <vm_exec_core+3546>, 0x7f4c31732018 <vm_exec_core+3352>, 0x7f4c31733f40 <vm_exec_core+11328>, 0x7f4c31731fd1 <vm_exec_core+3281>, 0x7f4c31731ed6 <vm_exec_core+3030>, 0x7f4c31731e70 <vm_exec_core+2928>, 0x7f4c31731e2d <vm_exec_core+2861>, 0x7f4c31731d6d <vm_exec_core+2669>, 0x7f4c31731b9f <vm_exec_core+2207>, 0x7f4c31734c0e <vm_exec_core+14606>, 0x7f4c31734bf9 <vm_exec_core+14585>, 0x7f4c31734be4 <vm_exec_core+14564>, 0x7f4c31734bcf <vm_exec_core+14543>, 0x7f4c31734bba <vm_exec_core+14522>, 0x7f4c31734ba5 <vm_exec_core+14501>, 0x7f4c31734b89 <vm_exec_core+14473>, 0x7f4c31734b74 <vm_exec_core+14452>, 0x7f4c31734b5f <vm_exec_core+14431>, 0x7f4c31734b4a <vm_exec_core+14410>, 0x7f4c31734b35 <vm_exec_core+14389>, 0x7f4c31734b20 <vm_exec_core+14368>, 0x7f4c31734b0b <vm_exec_core+14347>, 0x7f4c31734af6 <vm_exec_core+14326>, 0x7f4c31734ae1 <vm_exec_core+14305>, 0x7f4c31734acc <vm_exec_core+14284>, 0x7f4c317319bd <vm_exec_core+1725>, 0x7f4c31731958 <vm_exec_core+1624>, 0x7f4c31734ab7 <vm_exec_core+14263>, 0x7f4c31734aa2 <vm_exec_core+14242>, 0x7f4c31734a8d <vm_exec_core+14221>, 0x7f4c31734a78 <vm_exec_core+14200>, 0x7f4c31731342 <vm_exec_core+66>...} #54 0x00007f4c317378fa in rb_vm_exec (ec=0x5628b4338c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x5628b4338c80 _tag = {tag = 36, retval = 4, buf = {0x7f4c16996178, 0x7f4c31737900 <rb_vm_exec+416>, 0x0, 0x7fff1831c580, 0x7f4c31a97040 <_rtld_global>}, prev = 0x7fff1831c660, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #55 0x00007f4c3173839b in rb_iseq_eval_main (iseq=iseq@entry=0x7f4c16996178) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2818 ec = <optimized out> val = <optimized out> #56 0x00007f4c31546555 in rb_ec_exec_node (ec=ec@entry=0x5628b4338c80, n=n@entry=0x7f4c16996178) at /tmp/ruby/src/trunk-gc-asserts/eval.c:282 _ec = <optimized out> _tag = {tag = 36, retval = 94732821957760, buf = {0x7f4c16996178, 0x7f4c315465a0 <rb_ec_exec_node+256>, 0x0, 0x7fff1831c630, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7f4c16996178 #57 0x00007f4c3154a13b in ruby_run_node (n=0x7f4c16996178) at /tmp/ruby/src/trunk-gc-asserts/eval.c:320 ec = 0x5628b4338c80 status = 0 #58 0x00005628b40a9187 in rb_main (argv=0x7fff1831c868, argc=4) at /tmp/ruby/src/trunk-gc-asserts/main.c:40 variable_in_this_stack_frame = 140733599304473 #59 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59 No locals. >>> Dump Ruby level backtrace (if possible) $ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.423173.ruby -x gdbscript [New LWP 423173] [New LWP 423175] [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-gc-asserts/ruby -W0'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139750509186048) at ./nptl/pthread_kill.c:44 [Current thread is 1 (Thread 0x7f1a33750c00 (LWP 423173))] >>> Threads Id Target Id Frame * 1 Thread 0x7f1a33750c00 (LWP 423173) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139750509186048) at ./nptl/pthread_kill.c:44 2 Thread 0x7f1a1a16f640 (LWP 423175) 0x00007f1a33897fde in epoll_wait (epfd=4, events=events@entry=0x7f1a3419d5bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 >>> Machine level backtrace Thread 2 (Thread 0x7f1a1a16f640 (LWP 423175)): #0 0x00007f1a33897fde in epoll_wait (epfd=4, events=events@entry=0x7f1a3419d5bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 sc_ret = -4 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x00007f1a33e2abd0 in event_wait (vm=0x5644074c32a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2926 r = <optimized out> r = <optimized out> #2 timer_thread_polling (vm=0x5644074c32a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887 r = <optimized out> r = <optimized out> i = <optimized out> th = <optimized out> events = <optimized out> #3 timer_thread_func (ptr=0x5644074c32a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3053 vm = 0x5644074c32a0 #4 0x00007f1a33806b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140720933626112, -8481741028734422517, 139750083589696, 25, 139750509930576, 140720933626464, 8394420899514528267, 8394334188575109643}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #5 0x00007f1a33897bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 1 (Thread 0x7f1a33750c00 (LWP 423173)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139750509186048) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7f1a33750c00 old_mask = {__val = {140720933621488, 0, 139750065393200, 139750509999315, 0, 139750509895661, 139750509186048, 139750511511040, 94850180414528, 139750509841831, 39, 139750511527584, 94850180414528, 139750516816159, 94850180199072, 139638601862912}} 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=139750509186048) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=139750509186048, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007f1a337b4476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007f1a3379a7f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x66666666660a5d6f, sa_sigaction = 0x66666666660a5d6f}, sa_mask = {__val = {3472335126135203430, 7378697628523966512, 3474076752553600614, 8659627274773999665, 3472328296227676272, 140720933621888, 9956719899018564864, 139750509178560, 139750519964800, 0, 139750511527584, 140720933621888, 139750508003328, 139750508068840, 139750514640414, 18446744069414584321}}, sa_flags = -988769024, sa_restorer = 0x7f1a3363ffc0} sigs = {__val = {32, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 7022930802683944992, 3630858313786875250, 3256155514164229429, 3473741178118497847, 8659703141076316213, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 8314900945785856032}} #5 0x00007f1a33bb2952 in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1029 No locals. #6 rb_bug (fmt=fmt@entry=0x7f1a33fe8808 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/src/trunk-gc-asserts/error.c:1053 args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffc2542d160, reg_save_area = 0x7ffc2542d0a0}} #7 0x00007f1a33bb4518 in gc_verify_internal_consistency_ (objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 data = {objspace = 0x5644074c5c00, err_count = 1, live_object_count = 18344, zombie_object_count = 574, parent = 139750508068800, old_object_count = 16518, remembered_shady_count = 0} #8 0x00007f1a33cb128e in gc_verify_internal_consistency (objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 prev_during_gc = <optimized out> _lev = 874133136 #9 gc_sweep_finish (objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5634 No locals. #10 gc_sweep_step (objspace=0x5644074c5c00, size_pool=0x5644074c5de0, heap=0x5644074c5e30) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5700 sweep_page = <optimized out> unlink_limit = 3 swept_slots = 817 pooled_slots = 1226 #11 0x00007f1a33cb803b in gc_sweep_continue (heap=0x5644074c5f10, sweep_size_pool=0x5644074c5ec0, objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:5733 size_pool = 0x5644074c5de0 i = 2 __func__ = "gc_sweep_continue" i = <optimized out> size_pool = <optimized out> #12 gc_continue (objspace=0x5644074c5c00, size_pool=0x5644074c5ec0, heap=0x5644074c5f10) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2484 lock_lev = 0 #13 0x00007f1a33cb8716 in heap_prepare (heap=0x5644074c5f10, size_pool=0x5644074c5ec0, objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2496 __func__ = "heap_prepare" #14 heap_next_free_page (heap=0x5644074c5f10, size_pool=0x5644074c5ec0, objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2711 page = <optimized out> page = <optimized out> __func__ = "heap_next_free_page" #15 newobj_alloc (objspace=0x5644074c5c00, cache=0x5644074c6bc8, size_pool_idx=3, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2812 page = <optimized out> lev = 1 unlock_vm = true size_pool = 0x5644074c5ec0 heap = 0x5644074c5f10 obj = <optimized out> __func__ = "newobj_alloc" #16 0x00007f1a33cbb130 in newobj_of (alloc_size=200, wb_protected=1, v3=0, v2=3, v1=139750519843744, flags=<optimized out>, klass=139750083700000, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2917 obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> i = <optimized out> cnt = <optimized out> #17 typed_data_alloc (size=200, type=0x7f1a3417aba0 <backtrace_data_type>, datap=0x0, typed_flag=2, klass=139750083700000) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2999 wb_protected = true wb_protected = <optimized out> #18 rb_data_typed_object_zalloc (klass=139750083700000, size=size@entry=168, type=type@entry=0x7f1a3417aba0 <backtrace_data_type>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:3022 obj = <optimized out> embed_size = 200 obj = <optimized out> #19 0x00007f1a33e937a6 in rb_ec_partial_backtrace_object (ec=ec@entry=0x5644074c6c80, start_frame=start_frame@entry=0, num_frames=6, num_frames@entry=-1, start_too_large=start_too_large@entry=0x0, skip_internal=skip_internal@entry=false, do_yield=do_yield@entry=false) at /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c:621 cfp = 0x7f1a3374eec0 end_cfp = 0x7f1a3374efd8 size = 6 bt = 0x0 btobj = 4 loc = 0x0 cfunc_counter = 0 memsize = 168 #20 0x00007f1a33e9452a in rb_ec_backtrace_object (ec=ec@entry=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_backtrace.c:686 No locals. #21 0x00007f1a33c8db85 in setup_exception (ec=0x5644074c6c80, tag=6, mesg=<optimized out>, cause=4) at /tmp/ruby/src/trunk-gc-asserts/eval.c:566 at = <optimized out> bt = 4 _ec = 0x5644074c6c80 _tag = {tag = 36, retval = 1, buf = {0x5644074c6c80, 0x7f1a33c8dafe <setup_exception+1086>, 0x0, 0x7ffc2542d610, 0x0}, prev = 0x7ffc2542da90, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 e = <optimized out> line = 1 file = 0x7f1a3363fd58 "-" file0 = 0x7f1a3363fd58 "-" dtrace_line = <optimized out> dtrace_file = <optimized out> #22 0x00007f1a33c8ddd8 in rb_longjmp (ec=ec@entry=0x5644074c6c80, tag=tag@entry=6, mesg=<optimized out>, mesg@entry=4, cause=4, cause@entry=36) at /tmp/ruby/src/trunk-gc-asserts/eval.c:651 No locals. #23 0x00007f1a33c8fa69 in rb_raise_jump (cause=<optimized out>, mesg=4) at /tmp/ruby/src/trunk-gc-asserts/eval.c:844 ec = 0x5644074c6c80 cfp = <optimized out> me = 0x7f1a18fcff88 self = <optimized out> klass = <optimized out> mid = <optimized out> ec = <optimized out> cfp = <optimized out> me = <optimized out> klass = <optimized out> self = <optimized out> mid = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> #24 rb_f_raise (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:743 err = 4 opts = {36} cause = 0x7ffc2542d868 #25 0x00007f1a33c8fc2f in f_raise (c=<optimized out>, v=<optimized out>, _=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:780 No locals. #26 0x00007f1a33e67954 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3524 ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #27 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #28 vm_call_cfunc_other (ec=0x5644074c6c80, reg_cfp=0x7f1a3374eec0, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596 ci = <optimized out> argv_ary = <optimized out> #29 0x00007f1a33e79421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 94850183068112 ci = 0x7ffc2542cf40 cc = <optimized out> recv = 423173 argc = <optimized out> calling = {cd = 0x56440777f9d0, cc = 0x7f1a18fcff60, block_handler = 0, recv = 139750508056040, argc = 0, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #30 vm_exec_core (ec=0x67505) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x56440777f9d0 leaf = <optimized out> val = 94850183068112 reg_pc = 0x564407779c38 reg_cfp = 0x7f1a3374eec0 insns_address_table = {0x7f1a33e7b62d <vm_exec_core+9005>, 0x7f1a33e7b5c3 <vm_exec_core+8899>, 0x7f1a33e7b6d4 <vm_exec_core+9172>, 0x7f1a33e7b656 <vm_exec_core+9046>, 0x7f1a33e7b376 <vm_exec_core+8310>, 0x7f1a33e7b2e9 <vm_exec_core+8169>, 0x7f1a33e7bb91 <vm_exec_core+10385>, 0x7f1a33e7bb28 <vm_exec_core+10280>, 0x7f1a33e7b500 <vm_exec_core+8704>, 0x7f1a33e7b4a5 <vm_exec_core+8613>, 0x7f1a33e7b955 <vm_exec_core+9813>, 0x7f1a33e7b749 <vm_exec_core+9289>, 0x7f1a33e7bc52 <vm_exec_core+10578>, 0x7f1a33e7a213 <vm_exec_core+3859>, 0x7f1a33e7a4c8 <vm_exec_core+4552>, 0x7f1a33e7a484 <vm_exec_core+4484>, 0x7f1a33e7a445 <vm_exec_core+4421>, 0x7f1a33e7a409 <vm_exec_core+4361>, 0x7f1a33e7a3cd <vm_exec_core+4301>, 0x7f1a33e7a391 <vm_exec_core+4241>, 0x7f1a33e7a30c <vm_exec_core+4108>, 0x7f1a33e7a2c4 <vm_exec_core+4036>, 0x7f1a33e7b564 <vm_exec_core+8804>, 0x7f1a33e7b458 <vm_exec_core+8536>, 0x7f1a33e7a56c <vm_exec_core+4716>, 0x7f1a33e7a52b <vm_exec_core+4651>, 0x7f1a33e79d1a <vm_exec_core+2586>, 0x7f1a33e79c99 <vm_exec_core+2457>, 0x7f1a33e7b3f4 <vm_exec_core+8436>, 0x7f1a33e79c55 <vm_exec_core+2389>, 0x7f1a33e7aa6e <vm_exec_core+5998>, 0x7f1a33e7a87c <vm_exec_core+5500>, 0x7f1a33e7a7ec <vm_exec_core+5356>, 0x7f1a33e7a787 <vm_exec_core+5255>, 0x7f1a33e7a728 <vm_exec_core+5160>, 0x7f1a33e7a6c9 <vm_exec_core+5065>, 0x7f1a33e7a66d <vm_exec_core+4973>, 0x7f1a33e7a5f2 <vm_exec_core+4850>, 0x7f1a33e7ab7a <vm_exec_core+6266>, 0x7f1a33e7ab4c <vm_exec_core+6220>, 0x7f1a33e7ab0a <vm_exec_core+6154>, 0x7f1a33e7aab2 <vm_exec_core+6066>, 0x7f1a33e7acc7 <vm_exec_core+6599>, 0x7f1a33e7abcb <vm_exec_core+6347>, 0x7f1a33e79f97 <vm_exec_core+3223>, 0x7f1a33e79f4c <vm_exec_core+3148>, 0x7f1a33e7af1a <vm_exec_core+7194>, 0x7f1a33e7aea5 <vm_exec_core+7077>, 0x7f1a33e7ae3c <vm_exec_core+6972>, 0x7f1a33e7ade7 <vm_exec_core+6887>, 0x7f1a33e7afec <vm_exec_core+7404>, 0x7f1a33e7af4f <vm_exec_core+7247>, 0x7f1a33e7b062 <vm_exec_core+7522>, 0x7f1a33e7a282 <vm_exec_core+3970>, 0x7f1a33e7b29c <vm_exec_core+8092>, 0x7f1a33e7b178 <vm_exec_core+7800>, 0x7f1a33e79360 <vm_exec_core+96>, 0x7f1a33e7ad58 <vm_exec_core+6744>, 0x7f1a33e7ad02 <vm_exec_core+6658>, 0x7f1a33e7c20b <vm_exec_core+12043>, 0x7f1a33e7b122 <vm_exec_core+7714>, 0x7f1a33e79b39 <vm_exec_core+2105>, 0x7f1a33e79a43 <vm_exec_core+1859>, 0x7f1a33e7a0ea <vm_exec_core+3562>, 0x7f1a33e7a028 <vm_exec_core+3368>, 0x7f1a33e7bf50 <vm_exec_core+11344>, 0x7f1a33e79fe1 <vm_exec_core+3297>, 0x7f1a33e79ee6 <vm_exec_core+3046>, 0x7f1a33e79e80 <vm_exec_core+2944>, 0x7f1a33e79e3d <vm_exec_core+2877>, 0x7f1a33e79d7d <vm_exec_core+2685>, 0x7f1a33e79baf <vm_exec_core+2223>, 0x7f1a33e7ca0b <vm_exec_core+14091>, 0x7f1a33e7c95a <vm_exec_core+13914>, 0x7f1a33e7c8b0 <vm_exec_core+13744>, 0x7f1a33e7c835 <vm_exec_core+13621>, 0x7f1a33e7c787 <vm_exec_core+13447>, 0x7f1a33e7c728 <vm_exec_core+13352>, 0x7f1a33e7c6a2 <vm_exec_core+13218>, 0x7f1a33e7c5f9 <vm_exec_core+13049>, 0x7f1a33e7c555 <vm_exec_core+12885>, 0x7f1a33e7c4ac <vm_exec_core+12716>, 0x7f1a33e7c408 <vm_exec_core+12552>, 0x7f1a33e7c37d <vm_exec_core+12413>, 0x7f1a33e7c329 <vm_exec_core+12329>, 0x7f1a33e7c2ce <vm_exec_core+12238>, 0x7f1a33e7c25d <vm_exec_core+12125>, 0x7f1a33e7bfba <vm_exec_core+11450>, 0x7f1a33e799cd <vm_exec_core+1741>, 0x7f1a33e79968 <vm_exec_core+1640>, 0x7f1a33e7c07b <vm_exec_core+11643>, 0x7f1a33e7c1ce <vm_exec_core+11982>, 0x7f1a33e7c0b4 <vm_exec_core+11700>, 0x7f1a33e7c170 <vm_exec_core+11888>, 0x7f1a33e7c0fb <vm_exec_core+11771>, 0x7f1a33e7c03c <vm_exec_core+11580>, 0x7f1a33e798f1 <vm_exec_core+1521>, 0x7f1a33e79890 <vm_exec_core+1424>, 0x7f1a33e797f9 <vm_exec_core+1273>, 0x7f1a33e797ab <vm_exec_core+1195>, 0x7f1a33e79759 <vm_exec_core+1113>, 0x7f1a33e79709 <vm_exec_core+1033>, 0x7f1a33e796b1 <vm_exec_core+945>, 0x7f1a33e79675 <vm_exec_core+885>, 0x7f1a33e79639 <vm_exec_core+825>, 0x7f1a33e7b61d <vm_exec_core+8989>, 0x7f1a33e7b5b3 <vm_exec_core+8883>, 0x7f1a33e7b6c4 <vm_exec_core+9156>, 0x7f1a33e7b646 <vm_exec_core+9030>, 0x7f1a33e7b366 <vm_exec_core+8294>, 0x7f1a33e7b2d9 <vm_exec_core+8153>, 0x7f1a33e7bb81 <vm_exec_core+10369>, 0x7f1a33e7bb18 <vm_exec_core+10264>, 0x7f1a33e7b4f0 <vm_exec_core+8688>, 0x7f1a33e7b495 <vm_exec_core+8597>, 0x7f1a33e7b945 <vm_exec_core+9797>, 0x7f1a33e7b739 <vm_exec_core+9273>, 0x7f1a33e7bc42 <vm_exec_core+10562>, 0x7f1a33e7a203 <vm_exec_core+3843>, 0x7f1a33e7a4b8 <vm_exec_core+4536>, 0x7f1a33e7a474 <vm_exec_core+4468>, 0x7f1a33e7a435 <vm_exec_core+4405>, 0x7f1a33e7a3f9 <vm_exec_core+4345>, 0x7f1a33e7a3bd <vm_exec_core+4285>, 0x7f1a33e7a381 <vm_exec_core+4225>, 0x7f1a33e7a2fc <vm_exec_core+4092>, 0x7f1a33e7a2b4 <vm_exec_core+4020>, 0x7f1a33e7b554 <vm_exec_core+8788>, 0x7f1a33e7b448 <vm_exec_core+8520>, 0x7f1a33e7a55c <vm_exec_core+4700>, 0x7f1a33e7a51b <vm_exec_core+4635>, 0x7f1a33e79d0a <vm_exec_core+2570>, 0x7f1a33e79c89 <vm_exec_core+2441>, 0x7f1a33e7b3e4 <vm_exec_core+8420>, 0x7f1a33e79c45 <vm_exec_core+2373>, 0x7f1a33e7aa5e <vm_exec_core+5982>, 0x7f1a33e7a86c <vm_exec_core+5484>, 0x7f1a33e7a7dc <vm_exec_core+5340>, 0x7f1a33e7a777 <vm_exec_core+5239>, 0x7f1a33e7a718 <vm_exec_core+5144>, 0x7f1a33e7a6b9 <vm_exec_core+5049>, 0x7f1a33e7a65d <vm_exec_core+4957>, 0x7f1a33e7a5e2 <vm_exec_core+4834>, 0x7f1a33e7ab6a <vm_exec_core+6250>, 0x7f1a33e7ab3c <vm_exec_core+6204>, 0x7f1a33e7aafa <vm_exec_core+6138>, 0x7f1a33e7aaa2 <vm_exec_core+6050>, 0x7f1a33e7acb7 <vm_exec_core+6583>, 0x7f1a33e7abbb <vm_exec_core+6331>, 0x7f1a33e79f87 <vm_exec_core+3207>, 0x7f1a33e79f3c <vm_exec_core+3132>, 0x7f1a33e7af0a <vm_exec_core+7178>, 0x7f1a33e7ae95 <vm_exec_core+7061>, 0x7f1a33e7ae2c <vm_exec_core+6956>, 0x7f1a33e7add7 <vm_exec_core+6871>, 0x7f1a33e7afdc <vm_exec_core+7388>, 0x7f1a33e7af3f <vm_exec_core+7231>, 0x7f1a33e7b052 <vm_exec_core+7506>, 0x7f1a33e7a272 <vm_exec_core+3954>, 0x7f1a33e7b28c <vm_exec_core+8076>, 0x7f1a33e7b168 <vm_exec_core+7784>, 0x7f1a33e7cc38 <vm_exec_core+14648>, 0x7f1a33e7ad48 <vm_exec_core+6728>, 0x7f1a33e7acf2 <vm_exec_core+6642>, 0x7f1a33e7cc23 <vm_exec_core+14627>, 0x7f1a33e7b112 <vm_exec_core+7698>, 0x7f1a33e79b29 <vm_exec_core+2089>, 0x7f1a33e79a33 <vm_exec_core+1843>, 0x7f1a33e7a0da <vm_exec_core+3546>, 0x7f1a33e7a018 <vm_exec_core+3352>, 0x7f1a33e7bf40 <vm_exec_core+11328>, 0x7f1a33e79fd1 <vm_exec_core+3281>, 0x7f1a33e79ed6 <vm_exec_core+3030>, 0x7f1a33e79e70 <vm_exec_core+2928>, 0x7f1a33e79e2d <vm_exec_core+2861>, 0x7f1a33e79d6d <vm_exec_core+2669>, 0x7f1a33e79b9f <vm_exec_core+2207>, 0x7f1a33e7cc0e <vm_exec_core+14606>, 0x7f1a33e7cbf9 <vm_exec_core+14585>, 0x7f1a33e7cbe4 <vm_exec_core+14564>, 0x7f1a33e7cbcf <vm_exec_core+14543>, 0x7f1a33e7cbba <vm_exec_core+14522>, 0x7f1a33e7cba5 <vm_exec_core+14501>, 0x7f1a33e7cb89 <vm_exec_core+14473>, 0x7f1a33e7cb74 <vm_exec_core+14452>, 0x7f1a33e7cb5f <vm_exec_core+14431>, 0x7f1a33e7cb4a <vm_exec_core+14410>, 0x7f1a33e7cb35 <vm_exec_core+14389>, 0x7f1a33e7cb20 <vm_exec_core+14368>, 0x7f1a33e7cb0b <vm_exec_core+14347>, 0x7f1a33e7caf6 <vm_exec_core+14326>, 0x7f1a33e7cae1 <vm_exec_core+14305>, 0x7f1a33e7cacc <vm_exec_core+14284>, 0x7f1a33e799bd <vm_exec_core+1725>, 0x7f1a33e79958 <vm_exec_core+1624>, 0x7f1a33e7cab7 <vm_exec_core+14263>, 0x7f1a33e7caa2 <vm_exec_core+14242>, 0x7f1a33e7ca8d <vm_exec_core+14221>, 0x7f1a33e7ca78 <vm_exec_core+14200>, 0x7f1a33e79342 <vm_exec_core+66>...} #31 0x00007f1a33e7f8fa in rb_vm_exec (ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x5644074c6c80 _tag = {tag = 36, retval = 4, buf = {0x7ffc2542dc70, 0x7f1a33e7f900 <rb_vm_exec+416>, 0x0, 0x7ffc2542da70, 0xc00000000}, prev = 0x7ffc2542de00, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #32 0x00007f1a33e852a8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7f1a18fe6300, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1516 arg_size = <optimized out> arg_size = <optimized out> #33 0x00007f1a33e8564f in rb_vm_invoke_proc (ec=ec@entry=0x5644074c6c80, proc=<optimized out>, argc=<optimized out>, argv=argv@entry=0x7ffc2542ddc8, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 self = <optimized out> #34 0x00007f1a33e85c60 in vm_call0_body (ec=0x5644074c6c80, calling=0x7ffc2542dc70, argv=0x7ffc2542ddc8) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 proc = <optimized out> ci = <optimized out> cc = 0x7ffc2542dd20 ret = <optimized out> #35 0x00007f1a33e865a8 in vm_call0_cc (ec=0x5644074c6c80, recv=139750065200720, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {94850180209664, 139750066354120} calling = {cd = 0x7ffc2542dc30, cc = 0x7ffc2542dd20, block_handler = 0, recv = 139750065200720, argc = 1, kw_splat = false, heap_argv = 0} #36 0x00007f1a33e78ba9 in rb_vm_call0 (kw_splat=0, cme=0x7f1a1a191a50, argv=0x7ffc2542ddc8, argc=1, id=3425, recv=139750065200720, ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 cc = {flags = 52250, klass = 0, cme_ = 0x7f1a1a191a50, call_ = 0x7f1a33e825c0 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}} #37 rb_vm_call_kw (kw_splat=0, me=0x7f1a1a191a50, argv=0x7ffc2542ddc8, argc=1, id=3425, recv=139750065200720, ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 No locals. #38 rb_check_funcall_default_kw (kw_splat=0, def=36, argv=0x7ffc2542ddc8, argc=1, mid=3425, recv=139750065200720) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 klass = 139750083711680 me = 0x7f1a1a191a50 ec = <optimized out> respond = -1 klass = <optimized out> me = <optimized out> ec = <optimized out> respond = <optimized out> ret = <optimized out> #39 rb_check_funcall (recv=139750065200720, mid=mid@entry=3425, argc=argc@entry=1, argv=argv@entry=0x7ffc2542ddc8) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 No locals. #40 0x00007f1a33ca5b53 in run_single_final (objid=<optimized out>, cmd=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 No locals. #41 run_finalizer (objspace=<optimized out>, obj=<optimized out>, table=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4105 _ec = <optimized out> _tag = {tag = 36, retval = 140720933625528, buf = {0x7f1a18fc0000, 0x7f1a33ca5bc8 <run_finalizer+504>, 0x0, 0x7ffc2542dd90, 0x7f1a3374eec0}, prev = 0x7ffc2542dfb0, state = RUBY_TAG_NONE, lock_rec = 0} i = 0 state = <optimized out> saved = {errinfo = 4, objid = 161, final = 139750065200720, cfp = 0x7f1a3374eef8, sp = 0x7f1a3364f0b8, finished = 0} ec = 0x5644074c6c80 #42 0x00007f1a33ca8bb7 in run_final (zombie=<optimized out>, objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 table = 139750065110760 key = 139750065110840 key = <optimized out> __func__ = "run_final" table = <optimized out> #43 finalize_list (zombie=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4143 next_zombie = 139750065110560 page = 0x5644075a9d70 __func__ = "finalize_list" next_zombie = <optimized out> page = <optimized out> _lev = <optimized out> #44 finalize_deferred_heap_pages (objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 zombie = <optimized out> #45 0x00007f1a33ca8de5 in finalize_deferred (objspace=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 ec = 0x5644074c6c80 #46 gc_finalize_deferred (dmy=0x5644074c5c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 objspace = 0x5644074c5c00 #47 0x00007f1a33e9cb3e in rb_postponed_job_flush (vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 i = <optimized out> func = <optimized out> data = <optimized out> wq_job = <optimized out> _ec = 0x5644074c6c80 _tag = {tag = 36, retval = 139750065200720, buf = {0x7f1a3374ef30, 0x7f1a33e9cbf0 <rb_postponed_job_flush+656>, 0x0, 0x7ffc2542df40, 0xc8}, prev = 0x7ffc2542e2d0, state = RUBY_TAG_NONE, lock_rec = 0} pjq = 0x5644074c59f0 ec = 0x5644074c6c80 block_mask = 12 saved_mask = 0 saved_errno = 4 tmp = {n = {next = 0x7ffc2542dfa0, prev = 0x7ffc2542dfa0}} triggered_bits = 0 #48 0x00007f1a33e2caf1 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 sig = <optimized out> timer_interrupt = 0 pending_interrupt = 0 terminate_interrupt = 0 trap_interrupt = 0 interrupt = <optimized out> postponed_job_interrupt = 4 ret = 0 #49 0x00007f1a33e677af in rb_vm_check_ints (ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:1916 No locals. #50 rb_vm_check_ints (ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 No locals. #51 vm_pop_frame (ep=<optimized out>, cfp=0x7f1a3374eef8, ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 flags = <optimized out> flags = <optimized out> #52 rb_vm_pop_frame (ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 No locals. #53 vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=0x7f1a3374ef30, ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3528 ci = 0x5db100100005 cc = <optimized out> val = 139750065110960 me = 0x7f1a1a17f6e8 cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #54 vm_call_cfunc_with_frame (ec=0x5644074c6c80, reg_cfp=0x7f1a3374ef30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #55 0x00007f1a33e79421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 94850183055936 ci = 0x7ffc2542cf40 cc = <optimized out> recv = 423173 argc = <optimized out> calling = {cd = 0x56440777ca40, cc = 0x7f1a18fe5d88, block_handler = 0, recv = 139750083708480, argc = 2, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #56 vm_exec_core (ec=0x67505) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x56440777ca40 leaf = <optimized out> val = 94850183055936 reg_pc = 0x5644075802e8 reg_cfp = 0x7f1a3374ef30 insns_address_table = {0x7f1a33e7b62d <vm_exec_core+9005>, 0x7f1a33e7b5c3 <vm_exec_core+8899>, 0x7f1a33e7b6d4 <vm_exec_core+9172>, 0x7f1a33e7b656 <vm_exec_core+9046>, 0x7f1a33e7b376 <vm_exec_core+8310>, 0x7f1a33e7b2e9 <vm_exec_core+8169>, 0x7f1a33e7bb91 <vm_exec_core+10385>, 0x7f1a33e7bb28 <vm_exec_core+10280>, 0x7f1a33e7b500 <vm_exec_core+8704>, 0x7f1a33e7b4a5 <vm_exec_core+8613>, 0x7f1a33e7b955 <vm_exec_core+9813>, 0x7f1a33e7b749 <vm_exec_core+9289>, 0x7f1a33e7bc52 <vm_exec_core+10578>, 0x7f1a33e7a213 <vm_exec_core+3859>, 0x7f1a33e7a4c8 <vm_exec_core+4552>, 0x7f1a33e7a484 <vm_exec_core+4484>, 0x7f1a33e7a445 <vm_exec_core+4421>, 0x7f1a33e7a409 <vm_exec_core+4361>, 0x7f1a33e7a3cd <vm_exec_core+4301>, 0x7f1a33e7a391 <vm_exec_core+4241>, 0x7f1a33e7a30c <vm_exec_core+4108>, 0x7f1a33e7a2c4 <vm_exec_core+4036>, 0x7f1a33e7b564 <vm_exec_core+8804>, 0x7f1a33e7b458 <vm_exec_core+8536>, 0x7f1a33e7a56c <vm_exec_core+4716>, 0x7f1a33e7a52b <vm_exec_core+4651>, 0x7f1a33e79d1a <vm_exec_core+2586>, 0x7f1a33e79c99 <vm_exec_core+2457>, 0x7f1a33e7b3f4 <vm_exec_core+8436>, 0x7f1a33e79c55 <vm_exec_core+2389>, 0x7f1a33e7aa6e <vm_exec_core+5998>, 0x7f1a33e7a87c <vm_exec_core+5500>, 0x7f1a33e7a7ec <vm_exec_core+5356>, 0x7f1a33e7a787 <vm_exec_core+5255>, 0x7f1a33e7a728 <vm_exec_core+5160>, 0x7f1a33e7a6c9 <vm_exec_core+5065>, 0x7f1a33e7a66d <vm_exec_core+4973>, 0x7f1a33e7a5f2 <vm_exec_core+4850>, 0x7f1a33e7ab7a <vm_exec_core+6266>, 0x7f1a33e7ab4c <vm_exec_core+6220>, 0x7f1a33e7ab0a <vm_exec_core+6154>, 0x7f1a33e7aab2 <vm_exec_core+6066>, 0x7f1a33e7acc7 <vm_exec_core+6599>, 0x7f1a33e7abcb <vm_exec_core+6347>, 0x7f1a33e79f97 <vm_exec_core+3223>, 0x7f1a33e79f4c <vm_exec_core+3148>, 0x7f1a33e7af1a <vm_exec_core+7194>, 0x7f1a33e7aea5 <vm_exec_core+7077>, 0x7f1a33e7ae3c <vm_exec_core+6972>, 0x7f1a33e7ade7 <vm_exec_core+6887>, 0x7f1a33e7afec <vm_exec_core+7404>, 0x7f1a33e7af4f <vm_exec_core+7247>, 0x7f1a33e7b062 <vm_exec_core+7522>, 0x7f1a33e7a282 <vm_exec_core+3970>, 0x7f1a33e7b29c <vm_exec_core+8092>, 0x7f1a33e7b178 <vm_exec_core+7800>, 0x7f1a33e79360 <vm_exec_core+96>, 0x7f1a33e7ad58 <vm_exec_core+6744>, 0x7f1a33e7ad02 <vm_exec_core+6658>, 0x7f1a33e7c20b <vm_exec_core+12043>, 0x7f1a33e7b122 <vm_exec_core+7714>, 0x7f1a33e79b39 <vm_exec_core+2105>, 0x7f1a33e79a43 <vm_exec_core+1859>, 0x7f1a33e7a0ea <vm_exec_core+3562>, 0x7f1a33e7a028 <vm_exec_core+3368>, 0x7f1a33e7bf50 <vm_exec_core+11344>, 0x7f1a33e79fe1 <vm_exec_core+3297>, 0x7f1a33e79ee6 <vm_exec_core+3046>, 0x7f1a33e79e80 <vm_exec_core+2944>, 0x7f1a33e79e3d <vm_exec_core+2877>, 0x7f1a33e79d7d <vm_exec_core+2685>, 0x7f1a33e79baf <vm_exec_core+2223>, 0x7f1a33e7ca0b <vm_exec_core+14091>, 0x7f1a33e7c95a <vm_exec_core+13914>, 0x7f1a33e7c8b0 <vm_exec_core+13744>, 0x7f1a33e7c835 <vm_exec_core+13621>, 0x7f1a33e7c787 <vm_exec_core+13447>, 0x7f1a33e7c728 <vm_exec_core+13352>, 0x7f1a33e7c6a2 <vm_exec_core+13218>, 0x7f1a33e7c5f9 <vm_exec_core+13049>, 0x7f1a33e7c555 <vm_exec_core+12885>, 0x7f1a33e7c4ac <vm_exec_core+12716>, 0x7f1a33e7c408 <vm_exec_core+12552>, 0x7f1a33e7c37d <vm_exec_core+12413>, 0x7f1a33e7c329 <vm_exec_core+12329>, 0x7f1a33e7c2ce <vm_exec_core+12238>, 0x7f1a33e7c25d <vm_exec_core+12125>, 0x7f1a33e7bfba <vm_exec_core+11450>, 0x7f1a33e799cd <vm_exec_core+1741>, 0x7f1a33e79968 <vm_exec_core+1640>, 0x7f1a33e7c07b <vm_exec_core+11643>, 0x7f1a33e7c1ce <vm_exec_core+11982>, 0x7f1a33e7c0b4 <vm_exec_core+11700>, 0x7f1a33e7c170 <vm_exec_core+11888>, 0x7f1a33e7c0fb <vm_exec_core+11771>, 0x7f1a33e7c03c <vm_exec_core+11580>, 0x7f1a33e798f1 <vm_exec_core+1521>, 0x7f1a33e79890 <vm_exec_core+1424>, 0x7f1a33e797f9 <vm_exec_core+1273>, 0x7f1a33e797ab <vm_exec_core+1195>, 0x7f1a33e79759 <vm_exec_core+1113>, 0x7f1a33e79709 <vm_exec_core+1033>, 0x7f1a33e796b1 <vm_exec_core+945>, 0x7f1a33e79675 <vm_exec_core+885>, 0x7f1a33e79639 <vm_exec_core+825>, 0x7f1a33e7b61d <vm_exec_core+8989>, 0x7f1a33e7b5b3 <vm_exec_core+8883>, 0x7f1a33e7b6c4 <vm_exec_core+9156>, 0x7f1a33e7b646 <vm_exec_core+9030>, 0x7f1a33e7b366 <vm_exec_core+8294>, 0x7f1a33e7b2d9 <vm_exec_core+8153>, 0x7f1a33e7bb81 <vm_exec_core+10369>, 0x7f1a33e7bb18 <vm_exec_core+10264>, 0x7f1a33e7b4f0 <vm_exec_core+8688>, 0x7f1a33e7b495 <vm_exec_core+8597>, 0x7f1a33e7b945 <vm_exec_core+9797>, 0x7f1a33e7b739 <vm_exec_core+9273>, 0x7f1a33e7bc42 <vm_exec_core+10562>, 0x7f1a33e7a203 <vm_exec_core+3843>, 0x7f1a33e7a4b8 <vm_exec_core+4536>, 0x7f1a33e7a474 <vm_exec_core+4468>, 0x7f1a33e7a435 <vm_exec_core+4405>, 0x7f1a33e7a3f9 <vm_exec_core+4345>, 0x7f1a33e7a3bd <vm_exec_core+4285>, 0x7f1a33e7a381 <vm_exec_core+4225>, 0x7f1a33e7a2fc <vm_exec_core+4092>, 0x7f1a33e7a2b4 <vm_exec_core+4020>, 0x7f1a33e7b554 <vm_exec_core+8788>, 0x7f1a33e7b448 <vm_exec_core+8520>, 0x7f1a33e7a55c <vm_exec_core+4700>, 0x7f1a33e7a51b <vm_exec_core+4635>, 0x7f1a33e79d0a <vm_exec_core+2570>, 0x7f1a33e79c89 <vm_exec_core+2441>, 0x7f1a33e7b3e4 <vm_exec_core+8420>, 0x7f1a33e79c45 <vm_exec_core+2373>, 0x7f1a33e7aa5e <vm_exec_core+5982>, 0x7f1a33e7a86c <vm_exec_core+5484>, 0x7f1a33e7a7dc <vm_exec_core+5340>, 0x7f1a33e7a777 <vm_exec_core+5239>, 0x7f1a33e7a718 <vm_exec_core+5144>, 0x7f1a33e7a6b9 <vm_exec_core+5049>, 0x7f1a33e7a65d <vm_exec_core+4957>, 0x7f1a33e7a5e2 <vm_exec_core+4834>, 0x7f1a33e7ab6a <vm_exec_core+6250>, 0x7f1a33e7ab3c <vm_exec_core+6204>, 0x7f1a33e7aafa <vm_exec_core+6138>, 0x7f1a33e7aaa2 <vm_exec_core+6050>, 0x7f1a33e7acb7 <vm_exec_core+6583>, 0x7f1a33e7abbb <vm_exec_core+6331>, 0x7f1a33e79f87 <vm_exec_core+3207>, 0x7f1a33e79f3c <vm_exec_core+3132>, 0x7f1a33e7af0a <vm_exec_core+7178>, 0x7f1a33e7ae95 <vm_exec_core+7061>, 0x7f1a33e7ae2c <vm_exec_core+6956>, 0x7f1a33e7add7 <vm_exec_core+6871>, 0x7f1a33e7afdc <vm_exec_core+7388>, 0x7f1a33e7af3f <vm_exec_core+7231>, 0x7f1a33e7b052 <vm_exec_core+7506>, 0x7f1a33e7a272 <vm_exec_core+3954>, 0x7f1a33e7b28c <vm_exec_core+8076>, 0x7f1a33e7b168 <vm_exec_core+7784>, 0x7f1a33e7cc38 <vm_exec_core+14648>, 0x7f1a33e7ad48 <vm_exec_core+6728>, 0x7f1a33e7acf2 <vm_exec_core+6642>, 0x7f1a33e7cc23 <vm_exec_core+14627>, 0x7f1a33e7b112 <vm_exec_core+7698>, 0x7f1a33e79b29 <vm_exec_core+2089>, 0x7f1a33e79a33 <vm_exec_core+1843>, 0x7f1a33e7a0da <vm_exec_core+3546>, 0x7f1a33e7a018 <vm_exec_core+3352>, 0x7f1a33e7bf40 <vm_exec_core+11328>, 0x7f1a33e79fd1 <vm_exec_core+3281>, 0x7f1a33e79ed6 <vm_exec_core+3030>, 0x7f1a33e79e70 <vm_exec_core+2928>, 0x7f1a33e79e2d <vm_exec_core+2861>, 0x7f1a33e79d6d <vm_exec_core+2669>, 0x7f1a33e79b9f <vm_exec_core+2207>, 0x7f1a33e7cc0e <vm_exec_core+14606>, 0x7f1a33e7cbf9 <vm_exec_core+14585>, 0x7f1a33e7cbe4 <vm_exec_core+14564>, 0x7f1a33e7cbcf <vm_exec_core+14543>, 0x7f1a33e7cbba <vm_exec_core+14522>, 0x7f1a33e7cba5 <vm_exec_core+14501>, 0x7f1a33e7cb89 <vm_exec_core+14473>, 0x7f1a33e7cb74 <vm_exec_core+14452>, 0x7f1a33e7cb5f <vm_exec_core+14431>, 0x7f1a33e7cb4a <vm_exec_core+14410>, 0x7f1a33e7cb35 <vm_exec_core+14389>, 0x7f1a33e7cb20 <vm_exec_core+14368>, 0x7f1a33e7cb0b <vm_exec_core+14347>, 0x7f1a33e7caf6 <vm_exec_core+14326>, 0x7f1a33e7cae1 <vm_exec_core+14305>, 0x7f1a33e7cacc <vm_exec_core+14284>, 0x7f1a33e799bd <vm_exec_core+1725>, 0x7f1a33e79958 <vm_exec_core+1624>, 0x7f1a33e7cab7 <vm_exec_core+14263>, 0x7f1a33e7caa2 <vm_exec_core+14242>, 0x7f1a33e7ca8d <vm_exec_core+14221>, 0x7f1a33e7ca78 <vm_exec_core+14200>, 0x7f1a33e79342 <vm_exec_core+66>...} #57 0x00007f1a33e7fb87 in vm_exec_loop (result=<optimized out>, tag=0x7ffc2542e2d0, state=<optimized out>, ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2579 vm_loop_start = <optimized out> #58 rb_vm_exec (ec=0x5644074c6c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2558 _ec = 0x5644074c6c80 _tag = {tag = 36, retval = 4, buf = {0x7f1a18fe6378, 0x7f1a33e7f900 <rb_vm_exec+416>, 0x0, 0x7ffc2542e2b0, 0x7f1a18fe5ec8}, prev = 0x7ffc2542e390, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #59 0x00007f1a33e8039b in rb_iseq_eval_main (iseq=iseq@entry=0x7f1a18fe6378) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2818 ec = <optimized out> val = <optimized out> #60 0x00007f1a33c8e555 in rb_ec_exec_node (ec=ec@entry=0x5644074c6c80, n=n@entry=0x7f1a18fe6378) at /tmp/ruby/src/trunk-gc-asserts/eval.c:282 _ec = <optimized out> _tag = {tag = 36, retval = 94850180213888, buf = {0x7f1a18fe6378, 0x7f1a33c8e5a0 <rb_ec_exec_node+256>, 0x0, 0x7ffc2542e360, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7f1a18fe6378 #61 0x00007f1a33c9213b in ruby_run_node (n=0x7f1a18fe6378) at /tmp/ruby/src/trunk-gc-asserts/eval.c:320 ec = 0x5644074c6c80 status = 0 #62 0x0000564406229187 in rb_main (argv=0x7ffc2542e598, argc=2) at /tmp/ruby/src/trunk-gc-asserts/main.c:40 variable_in_this_stack_frame = 140720933627945 #63 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59 No locals. >>> Dump Ruby level backtrace (if possible) $ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.423290.ruby -x gdbscript [New LWP 423290] [New LWP 423291] [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-gc-asserts/ruby'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140583329680384) at ./nptl/pthread_kill.c:44 [Current thread is 1 (Thread 0x7fdc1b6d4c00 (LWP 423290))] >>> Threads Id Target Id Frame * 1 Thread 0x7fdc1b6d4c00 (LWP 423290) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140583329680384) at ./nptl/pthread_kill.c:44 2 Thread 0x7fdc020ff640 (LWP 423291) 0x00007fdc1b81bfde in epoll_wait (epfd=4, events=events@entry=0x7fdc1c1215bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 >>> Machine level backtrace Thread 2 (Thread 0x7fdc020ff640 (LWP 423291)): #0 0x00007fdc1b81bfde in epoll_wait (epfd=4, events=events@entry=0x7fdc1c1215bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 sc_ret = -4 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x00007fdc1bdaebd0 in event_wait (vm=0x560e94f092a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2926 r = <optimized out> r = <optimized out> #2 timer_thread_polling (vm=0x560e94f092a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887 r = <optimized out> r = <optimized out> i = <optimized out> th = <optimized out> events = <optimized out> #3 timer_thread_func (ptr=0x560e94f092a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3053 vm = 0x560e94f092a0 #4 0x00007fdc1b78ab43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140722922550992, -4382724998326326052, 140582904133184, 25, 140583330424912, 140722922551344, 4365512831589215452, 4365492329676205276}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #5 0x00007fdc1b81bbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 1 (Thread 0x7fdc1b6d4c00 (LWP 423290)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140583329680384) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7fdc1b6d4c00 old_mask = {__val = {140722922548032, 0, 140582885936520, 140583330493651, 0, 140583330389997, 140583329680384, 140583332005376, 94620629719680, 140583330336167, 39, 140583332021920, 94620629719680, 140583337310495, 94620628325024, 139640590789456}} 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=140583329680384) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=140583329680384, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007fdc1b738476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007fdc1b71e7f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x66666666660a5d6f, sa_sigaction = 0x66666666660a5d6f}, sa_mask = {__val = {3472335126135203430, 7378697628523966512, 3474076752553600614, 8659627274773999665, 3472328296227676272, 140722922548432, 7148635714320721664, 140583329672840, 140583340459136, 0, 140583332021920, 140722922548432, 140583328546816, 140583328612320, 140583335134750, 18446744069414584359}}, sa_flags = -1665014016, sa_restorer = 0x7fdc1b5cffb8} sigs = {__val = {32, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 7022930802683944992, 4135261472052370802, 3256155514986390626, 3559077604149847607, 8659703141076316262, 3472328296227676272, 3472339291342909488, 2314885530818457632, 2314885530818453536, 2314885530818453536, 8314900945785856032}} #5 0x00007fdc1bb36952 in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1029 No locals. #6 rb_bug (fmt=fmt@entry=0x7fdc1bf6c808 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/src/trunk-gc-asserts/error.c:1053 args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffc9bcf6db0, reg_save_area = 0x7ffc9bcf6cf0}} #7 0x00007fdc1bb38518 in gc_verify_internal_consistency_ (objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 data = {objspace = 0x560e94f0bc00, err_count = 1, live_object_count = 18743, zombie_object_count = 584, parent = 140583328612280, old_object_count = 16518, remembered_shady_count = 0} #8 0x00007fdc1bc39584 in gc_verify_internal_consistency (objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 prev_during_gc = <optimized out> _lev = 2614062848 #9 gc_rest (objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9125 lock_lev = 0 marking = <optimized out> sweeping = <optimized out> #10 0x00007fdc1bc3a5b8 in gc_rest (objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9441 marking = <optimized out> sweeping = <optimized out> marking = <optimized out> sweeping = <optimized out> lock_lev = <optimized out> #11 garbage_collect (reason=107520, objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8980 _lev = 32732 ret = <optimized out> ret = <optimized out> _lev = <optimized out> #12 gc_start_internal (ec=<optimized out>, self=<optimized out>, full_mark=<optimized out>, immediate_mark=<optimized out>, immediate_sweep=<optimized out>, compact=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9437 objspace = 0x560e94f0bc00 reason = 107520 __func__ = <optimized out> #13 0x00007fdc1bdfd936 in invoke_bf (argv=<optimized out>, bf=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6920 canary_p = <optimized out> ret = <optimized out> canary_p = <optimized out> ret = <optimized out> #14 vm_invoke_builtin (argv=<optimized out>, bf=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6928 No locals. #15 vm_exec_core (ec=0x6757a) at ../../src/trunk-gc-asserts/insns.def:1530 bf = 0x7fdc1c0f77a0 <gc_table> leaf = <optimized out> val = <optimized out> reg_pc = 0x560e94faa900 reg_cfp = 0x7fdc1b6d2e88 insns_address_table = {0x7fdc1bdff62d <vm_exec_core+9005>, 0x7fdc1bdff5c3 <vm_exec_core+8899>, 0x7fdc1bdff6d4 <vm_exec_core+9172>, 0x7fdc1bdff656 <vm_exec_core+9046>, 0x7fdc1bdff376 <vm_exec_core+8310>, 0x7fdc1bdff2e9 <vm_exec_core+8169>, 0x7fdc1bdffb91 <vm_exec_core+10385>, 0x7fdc1bdffb28 <vm_exec_core+10280>, 0x7fdc1bdff500 <vm_exec_core+8704>, 0x7fdc1bdff4a5 <vm_exec_core+8613>, 0x7fdc1bdff955 <vm_exec_core+9813>, 0x7fdc1bdff749 <vm_exec_core+9289>, 0x7fdc1bdffc52 <vm_exec_core+10578>, 0x7fdc1bdfe213 <vm_exec_core+3859>, 0x7fdc1bdfe4c8 <vm_exec_core+4552>, 0x7fdc1bdfe484 <vm_exec_core+4484>, 0x7fdc1bdfe445 <vm_exec_core+4421>, 0x7fdc1bdfe409 <vm_exec_core+4361>, 0x7fdc1bdfe3cd <vm_exec_core+4301>, 0x7fdc1bdfe391 <vm_exec_core+4241>, 0x7fdc1bdfe30c <vm_exec_core+4108>, 0x7fdc1bdfe2c4 <vm_exec_core+4036>, 0x7fdc1bdff564 <vm_exec_core+8804>, 0x7fdc1bdff458 <vm_exec_core+8536>, 0x7fdc1bdfe56c <vm_exec_core+4716>, 0x7fdc1bdfe52b <vm_exec_core+4651>, 0x7fdc1bdfdd1a <vm_exec_core+2586>, 0x7fdc1bdfdc99 <vm_exec_core+2457>, 0x7fdc1bdff3f4 <vm_exec_core+8436>, 0x7fdc1bdfdc55 <vm_exec_core+2389>, 0x7fdc1bdfea6e <vm_exec_core+5998>, 0x7fdc1bdfe87c <vm_exec_core+5500>, 0x7fdc1bdfe7ec <vm_exec_core+5356>, 0x7fdc1bdfe787 <vm_exec_core+5255>, 0x7fdc1bdfe728 <vm_exec_core+5160>, 0x7fdc1bdfe6c9 <vm_exec_core+5065>, 0x7fdc1bdfe66d <vm_exec_core+4973>, 0x7fdc1bdfe5f2 <vm_exec_core+4850>, 0x7fdc1bdfeb7a <vm_exec_core+6266>, 0x7fdc1bdfeb4c <vm_exec_core+6220>, 0x7fdc1bdfeb0a <vm_exec_core+6154>, 0x7fdc1bdfeab2 <vm_exec_core+6066>, 0x7fdc1bdfecc7 <vm_exec_core+6599>, 0x7fdc1bdfebcb <vm_exec_core+6347>, 0x7fdc1bdfdf97 <vm_exec_core+3223>, 0x7fdc1bdfdf4c <vm_exec_core+3148>, 0x7fdc1bdfef1a <vm_exec_core+7194>, 0x7fdc1bdfeea5 <vm_exec_core+7077>, 0x7fdc1bdfee3c <vm_exec_core+6972>, 0x7fdc1bdfede7 <vm_exec_core+6887>, 0x7fdc1bdfefec <vm_exec_core+7404>, 0x7fdc1bdfef4f <vm_exec_core+7247>, 0x7fdc1bdff062 <vm_exec_core+7522>, 0x7fdc1bdfe282 <vm_exec_core+3970>, 0x7fdc1bdff29c <vm_exec_core+8092>, 0x7fdc1bdff178 <vm_exec_core+7800>, 0x7fdc1bdfd360 <vm_exec_core+96>, 0x7fdc1bdfed58 <vm_exec_core+6744>, 0x7fdc1bdfed02 <vm_exec_core+6658>, 0x7fdc1be0020b <vm_exec_core+12043>, 0x7fdc1bdff122 <vm_exec_core+7714>, 0x7fdc1bdfdb39 <vm_exec_core+2105>, 0x7fdc1bdfda43 <vm_exec_core+1859>, 0x7fdc1bdfe0ea <vm_exec_core+3562>, 0x7fdc1bdfe028 <vm_exec_core+3368>, 0x7fdc1bdfff50 <vm_exec_core+11344>, 0x7fdc1bdfdfe1 <vm_exec_core+3297>, 0x7fdc1bdfdee6 <vm_exec_core+3046>, 0x7fdc1bdfde80 <vm_exec_core+2944>, 0x7fdc1bdfde3d <vm_exec_core+2877>, 0x7fdc1bdfdd7d <vm_exec_core+2685>, 0x7fdc1bdfdbaf <vm_exec_core+2223>, 0x7fdc1be00a0b <vm_exec_core+14091>, 0x7fdc1be0095a <vm_exec_core+13914>, 0x7fdc1be008b0 <vm_exec_core+13744>, 0x7fdc1be00835 <vm_exec_core+13621>, 0x7fdc1be00787 <vm_exec_core+13447>, 0x7fdc1be00728 <vm_exec_core+13352>, 0x7fdc1be006a2 <vm_exec_core+13218>, 0x7fdc1be005f9 <vm_exec_core+13049>, 0x7fdc1be00555 <vm_exec_core+12885>, 0x7fdc1be004ac <vm_exec_core+12716>, 0x7fdc1be00408 <vm_exec_core+12552>, 0x7fdc1be0037d <vm_exec_core+12413>, 0x7fdc1be00329 <vm_exec_core+12329>, 0x7fdc1be002ce <vm_exec_core+12238>, 0x7fdc1be0025d <vm_exec_core+12125>, 0x7fdc1bdfffba <vm_exec_core+11450>, 0x7fdc1bdfd9cd <vm_exec_core+1741>, 0x7fdc1bdfd968 <vm_exec_core+1640>, 0x7fdc1be0007b <vm_exec_core+11643>, 0x7fdc1be001ce <vm_exec_core+11982>, 0x7fdc1be000b4 <vm_exec_core+11700>, 0x7fdc1be00170 <vm_exec_core+11888>, 0x7fdc1be000fb <vm_exec_core+11771>, 0x7fdc1be0003c <vm_exec_core+11580>, 0x7fdc1bdfd8f1 <vm_exec_core+1521>, 0x7fdc1bdfd890 <vm_exec_core+1424>, 0x7fdc1bdfd7f9 <vm_exec_core+1273>, 0x7fdc1bdfd7ab <vm_exec_core+1195>, 0x7fdc1bdfd759 <vm_exec_core+1113>, 0x7fdc1bdfd709 <vm_exec_core+1033>, 0x7fdc1bdfd6b1 <vm_exec_core+945>, 0x7fdc1bdfd675 <vm_exec_core+885>, 0x7fdc1bdfd639 <vm_exec_core+825>, 0x7fdc1bdff61d <vm_exec_core+8989>, 0x7fdc1bdff5b3 <vm_exec_core+8883>, 0x7fdc1bdff6c4 <vm_exec_core+9156>, 0x7fdc1bdff646 <vm_exec_core+9030>, 0x7fdc1bdff366 <vm_exec_core+8294>, 0x7fdc1bdff2d9 <vm_exec_core+8153>, 0x7fdc1bdffb81 <vm_exec_core+10369>, 0x7fdc1bdffb18 <vm_exec_core+10264>, 0x7fdc1bdff4f0 <vm_exec_core+8688>, 0x7fdc1bdff495 <vm_exec_core+8597>, 0x7fdc1bdff945 <vm_exec_core+9797>, 0x7fdc1bdff739 <vm_exec_core+9273>, 0x7fdc1bdffc42 <vm_exec_core+10562>, 0x7fdc1bdfe203 <vm_exec_core+3843>, 0x7fdc1bdfe4b8 <vm_exec_core+4536>, 0x7fdc1bdfe474 <vm_exec_core+4468>, 0x7fdc1bdfe435 <vm_exec_core+4405>, 0x7fdc1bdfe3f9 <vm_exec_core+4345>, 0x7fdc1bdfe3bd <vm_exec_core+4285>, 0x7fdc1bdfe381 <vm_exec_core+4225>, 0x7fdc1bdfe2fc <vm_exec_core+4092>, 0x7fdc1bdfe2b4 <vm_exec_core+4020>, 0x7fdc1bdff554 <vm_exec_core+8788>, 0x7fdc1bdff448 <vm_exec_core+8520>, 0x7fdc1bdfe55c <vm_exec_core+4700>, 0x7fdc1bdfe51b <vm_exec_core+4635>, 0x7fdc1bdfdd0a <vm_exec_core+2570>, 0x7fdc1bdfdc89 <vm_exec_core+2441>, 0x7fdc1bdff3e4 <vm_exec_core+8420>, 0x7fdc1bdfdc45 <vm_exec_core+2373>, 0x7fdc1bdfea5e <vm_exec_core+5982>, 0x7fdc1bdfe86c <vm_exec_core+5484>, 0x7fdc1bdfe7dc <vm_exec_core+5340>, 0x7fdc1bdfe777 <vm_exec_core+5239>, 0x7fdc1bdfe718 <vm_exec_core+5144>, 0x7fdc1bdfe6b9 <vm_exec_core+5049>, 0x7fdc1bdfe65d <vm_exec_core+4957>, 0x7fdc1bdfe5e2 <vm_exec_core+4834>, 0x7fdc1bdfeb6a <vm_exec_core+6250>, 0x7fdc1bdfeb3c <vm_exec_core+6204>, 0x7fdc1bdfeafa <vm_exec_core+6138>, 0x7fdc1bdfeaa2 <vm_exec_core+6050>, 0x7fdc1bdfecb7 <vm_exec_core+6583>, 0x7fdc1bdfebbb <vm_exec_core+6331>, 0x7fdc1bdfdf87 <vm_exec_core+3207>, 0x7fdc1bdfdf3c <vm_exec_core+3132>, 0x7fdc1bdfef0a <vm_exec_core+7178>, 0x7fdc1bdfee95 <vm_exec_core+7061>, 0x7fdc1bdfee2c <vm_exec_core+6956>, 0x7fdc1bdfedd7 <vm_exec_core+6871>, 0x7fdc1bdfefdc <vm_exec_core+7388>, 0x7fdc1bdfef3f <vm_exec_core+7231>, 0x7fdc1bdff052 <vm_exec_core+7506>, 0x7fdc1bdfe272 <vm_exec_core+3954>, 0x7fdc1bdff28c <vm_exec_core+8076>, 0x7fdc1bdff168 <vm_exec_core+7784>, 0x7fdc1be00c38 <vm_exec_core+14648>, 0x7fdc1bdfed48 <vm_exec_core+6728>, 0x7fdc1bdfecf2 <vm_exec_core+6642>, 0x7fdc1be00c23 <vm_exec_core+14627>, 0x7fdc1bdff112 <vm_exec_core+7698>, 0x7fdc1bdfdb29 <vm_exec_core+2089>, 0x7fdc1bdfda33 <vm_exec_core+1843>, 0x7fdc1bdfe0da <vm_exec_core+3546>, 0x7fdc1bdfe018 <vm_exec_core+3352>, 0x7fdc1bdfff40 <vm_exec_core+11328>, 0x7fdc1bdfdfd1 <vm_exec_core+3281>, 0x7fdc1bdfded6 <vm_exec_core+3030>, 0x7fdc1bdfde70 <vm_exec_core+2928>, 0x7fdc1bdfde2d <vm_exec_core+2861>, 0x7fdc1bdfdd6d <vm_exec_core+2669>, 0x7fdc1bdfdb9f <vm_exec_core+2207>, 0x7fdc1be00c0e <vm_exec_core+14606>, 0x7fdc1be00bf9 <vm_exec_core+14585>, 0x7fdc1be00be4 <vm_exec_core+14564>, 0x7fdc1be00bcf <vm_exec_core+14543>, 0x7fdc1be00bba <vm_exec_core+14522>, 0x7fdc1be00ba5 <vm_exec_core+14501>, 0x7fdc1be00b89 <vm_exec_core+14473>, 0x7fdc1be00b74 <vm_exec_core+14452>, 0x7fdc1be00b5f <vm_exec_core+14431>, 0x7fdc1be00b4a <vm_exec_core+14410>, 0x7fdc1be00b35 <vm_exec_core+14389>, 0x7fdc1be00b20 <vm_exec_core+14368>, 0x7fdc1be00b0b <vm_exec_core+14347>, 0x7fdc1be00af6 <vm_exec_core+14326>, 0x7fdc1be00ae1 <vm_exec_core+14305>, 0x7fdc1be00acc <vm_exec_core+14284>, 0x7fdc1bdfd9bd <vm_exec_core+1725>, 0x7fdc1bdfd958 <vm_exec_core+1624>, 0x7fdc1be00ab7 <vm_exec_core+14263>, 0x7fdc1be00aa2 <vm_exec_core+14242>, 0x7fdc1be00a8d <vm_exec_core+14221>, 0x7fdc1be00a78 <vm_exec_core+14200>, 0x7fdc1bdfd342 <vm_exec_core+66>...} #16 0x00007fdc1be038fa in rb_vm_exec (ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x560e94f0cc80 _tag = {tag = 36, retval = 4, buf = {0x7ffc9bcf7240, 0x7fdc1be03900 <rb_vm_exec+416>, 0x0, 0x7ffc9bcf7040, 0xc00000000}, prev = 0x7ffc9bcf73d0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #17 0x00007fdc1be092a8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fdc00f76258, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1516 arg_size = <optimized out> arg_size = <optimized out> #18 0x00007fdc1be0964f in rb_vm_invoke_proc (ec=ec@entry=0x560e94f0cc80, proc=<optimized out>, argc=<optimized out>, argv=argv@entry=0x7ffc9bcf7398, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 self = <optimized out> #19 0x00007fdc1be09c60 in vm_call0_body (ec=0x560e94f0cc80, calling=0x7ffc9bcf7240, argv=0x7ffc9bcf7398) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 proc = <optimized out> ci = <optimized out> cc = 0x7ffc9bcf72f0 ret = <optimized out> #20 0x00007fdc1be0a5a8 in vm_call0_cc (ec=0x560e94f0cc80, recv=140582885744600, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {94620628335616, 140582886897600} calling = {cd = 0x7ffc9bcf7200, cc = 0x7ffc9bcf72f0, block_handler = 0, recv = 140582885744600, argc = 1, kw_splat = false, heap_argv = 0} #21 0x00007fdc1bdfcba9 in rb_vm_call0 (kw_splat=0, cme=0x7fdc02121a48, argv=0x7ffc9bcf7398, argc=1, id=3425, recv=140582885744600, ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 cc = {flags = 52250, klass = 0, cme_ = 0x7fdc02121a48, call_ = 0x7fdc1be065c0 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}} #22 rb_vm_call_kw (kw_splat=0, me=0x7fdc02121a48, argv=0x7ffc9bcf7398, argc=1, id=3425, recv=140582885744600, ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 No locals. #23 rb_check_funcall_default_kw (kw_splat=0, def=36, argv=0x7ffc9bcf7398, argc=1, mid=3425, recv=140582885744600) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 klass = 140582904255160 me = 0x7fdc02121a48 ec = <optimized out> respond = -1 klass = <optimized out> me = <optimized out> ec = <optimized out> respond = <optimized out> ret = <optimized out> #24 rb_check_funcall (recv=140582885744600, mid=mid@entry=3425, argc=argc@entry=1, argv=argv@entry=0x7ffc9bcf7398) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 No locals. #25 0x00007fdc1bc29b53 in run_single_final (objid=<optimized out>, cmd=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 No locals. #26 run_finalizer (objspace=<optimized out>, obj=<optimized out>, table=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4105 _ec = <optimized out> _tag = {tag = 36, retval = 140722922550408, buf = {0x7fdc00f60000, 0x7fdc1bc29bc8 <run_finalizer+504>, 0x0, 0x7ffc9bcf7360, 0x560e94ff5060}, prev = 0x7ffc9bcf7580, state = RUBY_TAG_NONE, lock_rec = 0} i = 0 state = <optimized out> saved = {errinfo = 4, objid = 121, final = 140582885744600, cfp = 0x7fdc1b6d2ef8, sp = 0x7fdc1b5d30b8, finished = 0} ec = 0x560e94f0cc80 #27 0x00007fdc1bc2cbb7 in run_final (zombie=<optimized out>, objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 table = 140582885719920 key = 140582885720000 key = <optimized out> __func__ = "run_final" table = <optimized out> #28 finalize_list (zombie=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4143 next_zombie = 140582885719840 page = 0x560e94feb970 __func__ = "finalize_list" next_zombie = <optimized out> page = <optimized out> _lev = <optimized out> #29 finalize_deferred_heap_pages (objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 zombie = <optimized out> #30 0x00007fdc1bc2cde5 in finalize_deferred (objspace=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 ec = 0x560e94f0cc80 #31 gc_finalize_deferred (dmy=0x560e94f0bc00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 objspace = 0x560e94f0bc00 #32 0x00007fdc1be20b3e in rb_postponed_job_flush (vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 i = <optimized out> func = <optimized out> data = <optimized out> wq_job = <optimized out> _ec = 0x560e94f0cc80 _tag = {tag = 36, retval = 140582885744600, buf = {0x7fdc1b6d2f30, 0x7fdc1be20bf0 <rb_postponed_job_flush+656>, 0x0, 0x7ffc9bcf7510, 0xc8}, prev = 0x7ffc9bcf78a0, state = RUBY_TAG_NONE, lock_rec = 0} pjq = 0x560e94f0b9f0 ec = 0x560e94f0cc80 block_mask = 12 saved_mask = 0 saved_errno = 4 tmp = {n = {next = 0x7ffc9bcf7570, prev = 0x7ffc9bcf7570}} triggered_bits = 0 #33 0x00007fdc1bdb0af1 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 sig = <optimized out> timer_interrupt = 0 pending_interrupt = 0 terminate_interrupt = 0 trap_interrupt = 0 interrupt = <optimized out> postponed_job_interrupt = 4 ret = 0 #34 0x00007fdc1bdeb7af in rb_vm_check_ints (ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:1916 No locals. #35 rb_vm_check_ints (ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 No locals. #36 vm_pop_frame (ep=<optimized out>, cfp=0x7fdc1b6d2ef8, ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 flags = <optimized out> flags = <optimized out> #37 rb_vm_pop_frame (ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 No locals. #38 vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=0x7fdc1b6d2f30, ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3528 ci = 0x5db100100005 cc = <optimized out> val = 140582885719960 me = 0x7fdc0210f6e0 cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #39 vm_call_cfunc_with_frame (ec=0x560e94f0cc80, reg_cfp=0x7fdc1b6d2f30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #40 0x00007fdc1bdfd421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 94620631192192 ci = 0x7ffc9bcf6b90 cc = <optimized out> recv = 423290 argc = <optimized out> calling = {cd = 0x560e951c5280, cc = 0x7fdc00f75f10, block_handler = 0, recv = 140582904251960, argc = 2, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #41 vm_exec_core (ec=0x6757a) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x560e951c5280 leaf = <optimized out> val = 94620631192192 reg_pc = 0x560e950470c0 reg_cfp = 0x7fdc1b6d2f30 insns_address_table = {0x7fdc1bdff62d <vm_exec_core+9005>, 0x7fdc1bdff5c3 <vm_exec_core+8899>, 0x7fdc1bdff6d4 <vm_exec_core+9172>, 0x7fdc1bdff656 <vm_exec_core+9046>, 0x7fdc1bdff376 <vm_exec_core+8310>, 0x7fdc1bdff2e9 <vm_exec_core+8169>, 0x7fdc1bdffb91 <vm_exec_core+10385>, 0x7fdc1bdffb28 <vm_exec_core+10280>, 0x7fdc1bdff500 <vm_exec_core+8704>, 0x7fdc1bdff4a5 <vm_exec_core+8613>, 0x7fdc1bdff955 <vm_exec_core+9813>, 0x7fdc1bdff749 <vm_exec_core+9289>, 0x7fdc1bdffc52 <vm_exec_core+10578>, 0x7fdc1bdfe213 <vm_exec_core+3859>, 0x7fdc1bdfe4c8 <vm_exec_core+4552>, 0x7fdc1bdfe484 <vm_exec_core+4484>, 0x7fdc1bdfe445 <vm_exec_core+4421>, 0x7fdc1bdfe409 <vm_exec_core+4361>, 0x7fdc1bdfe3cd <vm_exec_core+4301>, 0x7fdc1bdfe391 <vm_exec_core+4241>, 0x7fdc1bdfe30c <vm_exec_core+4108>, 0x7fdc1bdfe2c4 <vm_exec_core+4036>, 0x7fdc1bdff564 <vm_exec_core+8804>, 0x7fdc1bdff458 <vm_exec_core+8536>, 0x7fdc1bdfe56c <vm_exec_core+4716>, 0x7fdc1bdfe52b <vm_exec_core+4651>, 0x7fdc1bdfdd1a <vm_exec_core+2586>, 0x7fdc1bdfdc99 <vm_exec_core+2457>, 0x7fdc1bdff3f4 <vm_exec_core+8436>, 0x7fdc1bdfdc55 <vm_exec_core+2389>, 0x7fdc1bdfea6e <vm_exec_core+5998>, 0x7fdc1bdfe87c <vm_exec_core+5500>, 0x7fdc1bdfe7ec <vm_exec_core+5356>, 0x7fdc1bdfe787 <vm_exec_core+5255>, 0x7fdc1bdfe728 <vm_exec_core+5160>, 0x7fdc1bdfe6c9 <vm_exec_core+5065>, 0x7fdc1bdfe66d <vm_exec_core+4973>, 0x7fdc1bdfe5f2 <vm_exec_core+4850>, 0x7fdc1bdfeb7a <vm_exec_core+6266>, 0x7fdc1bdfeb4c <vm_exec_core+6220>, 0x7fdc1bdfeb0a <vm_exec_core+6154>, 0x7fdc1bdfeab2 <vm_exec_core+6066>, 0x7fdc1bdfecc7 <vm_exec_core+6599>, 0x7fdc1bdfebcb <vm_exec_core+6347>, 0x7fdc1bdfdf97 <vm_exec_core+3223>, 0x7fdc1bdfdf4c <vm_exec_core+3148>, 0x7fdc1bdfef1a <vm_exec_core+7194>, 0x7fdc1bdfeea5 <vm_exec_core+7077>, 0x7fdc1bdfee3c <vm_exec_core+6972>, 0x7fdc1bdfede7 <vm_exec_core+6887>, 0x7fdc1bdfefec <vm_exec_core+7404>, 0x7fdc1bdfef4f <vm_exec_core+7247>, 0x7fdc1bdff062 <vm_exec_core+7522>, 0x7fdc1bdfe282 <vm_exec_core+3970>, 0x7fdc1bdff29c <vm_exec_core+8092>, 0x7fdc1bdff178 <vm_exec_core+7800>, 0x7fdc1bdfd360 <vm_exec_core+96>, 0x7fdc1bdfed58 <vm_exec_core+6744>, 0x7fdc1bdfed02 <vm_exec_core+6658>, 0x7fdc1be0020b <vm_exec_core+12043>, 0x7fdc1bdff122 <vm_exec_core+7714>, 0x7fdc1bdfdb39 <vm_exec_core+2105>, 0x7fdc1bdfda43 <vm_exec_core+1859>, 0x7fdc1bdfe0ea <vm_exec_core+3562>, 0x7fdc1bdfe028 <vm_exec_core+3368>, 0x7fdc1bdfff50 <vm_exec_core+11344>, 0x7fdc1bdfdfe1 <vm_exec_core+3297>, 0x7fdc1bdfdee6 <vm_exec_core+3046>, 0x7fdc1bdfde80 <vm_exec_core+2944>, 0x7fdc1bdfde3d <vm_exec_core+2877>, 0x7fdc1bdfdd7d <vm_exec_core+2685>, 0x7fdc1bdfdbaf <vm_exec_core+2223>, 0x7fdc1be00a0b <vm_exec_core+14091>, 0x7fdc1be0095a <vm_exec_core+13914>, 0x7fdc1be008b0 <vm_exec_core+13744>, 0x7fdc1be00835 <vm_exec_core+13621>, 0x7fdc1be00787 <vm_exec_core+13447>, 0x7fdc1be00728 <vm_exec_core+13352>, 0x7fdc1be006a2 <vm_exec_core+13218>, 0x7fdc1be005f9 <vm_exec_core+13049>, 0x7fdc1be00555 <vm_exec_core+12885>, 0x7fdc1be004ac <vm_exec_core+12716>, 0x7fdc1be00408 <vm_exec_core+12552>, 0x7fdc1be0037d <vm_exec_core+12413>, 0x7fdc1be00329 <vm_exec_core+12329>, 0x7fdc1be002ce <vm_exec_core+12238>, 0x7fdc1be0025d <vm_exec_core+12125>, 0x7fdc1bdfffba <vm_exec_core+11450>, 0x7fdc1bdfd9cd <vm_exec_core+1741>, 0x7fdc1bdfd968 <vm_exec_core+1640>, 0x7fdc1be0007b <vm_exec_core+11643>, 0x7fdc1be001ce <vm_exec_core+11982>, 0x7fdc1be000b4 <vm_exec_core+11700>, 0x7fdc1be00170 <vm_exec_core+11888>, 0x7fdc1be000fb <vm_exec_core+11771>, 0x7fdc1be0003c <vm_exec_core+11580>, 0x7fdc1bdfd8f1 <vm_exec_core+1521>, 0x7fdc1bdfd890 <vm_exec_core+1424>, 0x7fdc1bdfd7f9 <vm_exec_core+1273>, 0x7fdc1bdfd7ab <vm_exec_core+1195>, 0x7fdc1bdfd759 <vm_exec_core+1113>, 0x7fdc1bdfd709 <vm_exec_core+1033>, 0x7fdc1bdfd6b1 <vm_exec_core+945>, 0x7fdc1bdfd675 <vm_exec_core+885>, 0x7fdc1bdfd639 <vm_exec_core+825>, 0x7fdc1bdff61d <vm_exec_core+8989>, 0x7fdc1bdff5b3 <vm_exec_core+8883>, 0x7fdc1bdff6c4 <vm_exec_core+9156>, 0x7fdc1bdff646 <vm_exec_core+9030>, 0x7fdc1bdff366 <vm_exec_core+8294>, 0x7fdc1bdff2d9 <vm_exec_core+8153>, 0x7fdc1bdffb81 <vm_exec_core+10369>, 0x7fdc1bdffb18 <vm_exec_core+10264>, 0x7fdc1bdff4f0 <vm_exec_core+8688>, 0x7fdc1bdff495 <vm_exec_core+8597>, 0x7fdc1bdff945 <vm_exec_core+9797>, 0x7fdc1bdff739 <vm_exec_core+9273>, 0x7fdc1bdffc42 <vm_exec_core+10562>, 0x7fdc1bdfe203 <vm_exec_core+3843>, 0x7fdc1bdfe4b8 <vm_exec_core+4536>, 0x7fdc1bdfe474 <vm_exec_core+4468>, 0x7fdc1bdfe435 <vm_exec_core+4405>, 0x7fdc1bdfe3f9 <vm_exec_core+4345>, 0x7fdc1bdfe3bd <vm_exec_core+4285>, 0x7fdc1bdfe381 <vm_exec_core+4225>, 0x7fdc1bdfe2fc <vm_exec_core+4092>, 0x7fdc1bdfe2b4 <vm_exec_core+4020>, 0x7fdc1bdff554 <vm_exec_core+8788>, 0x7fdc1bdff448 <vm_exec_core+8520>, 0x7fdc1bdfe55c <vm_exec_core+4700>, 0x7fdc1bdfe51b <vm_exec_core+4635>, 0x7fdc1bdfdd0a <vm_exec_core+2570>, 0x7fdc1bdfdc89 <vm_exec_core+2441>, 0x7fdc1bdff3e4 <vm_exec_core+8420>, 0x7fdc1bdfdc45 <vm_exec_core+2373>, 0x7fdc1bdfea5e <vm_exec_core+5982>, 0x7fdc1bdfe86c <vm_exec_core+5484>, 0x7fdc1bdfe7dc <vm_exec_core+5340>, 0x7fdc1bdfe777 <vm_exec_core+5239>, 0x7fdc1bdfe718 <vm_exec_core+5144>, 0x7fdc1bdfe6b9 <vm_exec_core+5049>, 0x7fdc1bdfe65d <vm_exec_core+4957>, 0x7fdc1bdfe5e2 <vm_exec_core+4834>, 0x7fdc1bdfeb6a <vm_exec_core+6250>, 0x7fdc1bdfeb3c <vm_exec_core+6204>, 0x7fdc1bdfeafa <vm_exec_core+6138>, 0x7fdc1bdfeaa2 <vm_exec_core+6050>, 0x7fdc1bdfecb7 <vm_exec_core+6583>, 0x7fdc1bdfebbb <vm_exec_core+6331>, 0x7fdc1bdfdf87 <vm_exec_core+3207>, 0x7fdc1bdfdf3c <vm_exec_core+3132>, 0x7fdc1bdfef0a <vm_exec_core+7178>, 0x7fdc1bdfee95 <vm_exec_core+7061>, 0x7fdc1bdfee2c <vm_exec_core+6956>, 0x7fdc1bdfedd7 <vm_exec_core+6871>, 0x7fdc1bdfefdc <vm_exec_core+7388>, 0x7fdc1bdfef3f <vm_exec_core+7231>, 0x7fdc1bdff052 <vm_exec_core+7506>, 0x7fdc1bdfe272 <vm_exec_core+3954>, 0x7fdc1bdff28c <vm_exec_core+8076>, 0x7fdc1bdff168 <vm_exec_core+7784>, 0x7fdc1be00c38 <vm_exec_core+14648>, 0x7fdc1bdfed48 <vm_exec_core+6728>, 0x7fdc1bdfecf2 <vm_exec_core+6642>, 0x7fdc1be00c23 <vm_exec_core+14627>, 0x7fdc1bdff112 <vm_exec_core+7698>, 0x7fdc1bdfdb29 <vm_exec_core+2089>, 0x7fdc1bdfda33 <vm_exec_core+1843>, 0x7fdc1bdfe0da <vm_exec_core+3546>, 0x7fdc1bdfe018 <vm_exec_core+3352>, 0x7fdc1bdfff40 <vm_exec_core+11328>, 0x7fdc1bdfdfd1 <vm_exec_core+3281>, 0x7fdc1bdfded6 <vm_exec_core+3030>, 0x7fdc1bdfde70 <vm_exec_core+2928>, 0x7fdc1bdfde2d <vm_exec_core+2861>, 0x7fdc1bdfdd6d <vm_exec_core+2669>, 0x7fdc1bdfdb9f <vm_exec_core+2207>, 0x7fdc1be00c0e <vm_exec_core+14606>, 0x7fdc1be00bf9 <vm_exec_core+14585>, 0x7fdc1be00be4 <vm_exec_core+14564>, 0x7fdc1be00bcf <vm_exec_core+14543>, 0x7fdc1be00bba <vm_exec_core+14522>, 0x7fdc1be00ba5 <vm_exec_core+14501>, 0x7fdc1be00b89 <vm_exec_core+14473>, 0x7fdc1be00b74 <vm_exec_core+14452>, 0x7fdc1be00b5f <vm_exec_core+14431>, 0x7fdc1be00b4a <vm_exec_core+14410>, 0x7fdc1be00b35 <vm_exec_core+14389>, 0x7fdc1be00b20 <vm_exec_core+14368>, 0x7fdc1be00b0b <vm_exec_core+14347>, 0x7fdc1be00af6 <vm_exec_core+14326>, 0x7fdc1be00ae1 <vm_exec_core+14305>, 0x7fdc1be00acc <vm_exec_core+14284>, 0x7fdc1bdfd9bd <vm_exec_core+1725>, 0x7fdc1bdfd958 <vm_exec_core+1624>, 0x7fdc1be00ab7 <vm_exec_core+14263>, 0x7fdc1be00aa2 <vm_exec_core+14242>, 0x7fdc1be00a8d <vm_exec_core+14221>, 0x7fdc1be00a78 <vm_exec_core+14200>, 0x7fdc1bdfd342 <vm_exec_core+66>...} #42 0x00007fdc1be038fa in rb_vm_exec (ec=0x560e94f0cc80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x560e94f0cc80 _tag = {tag = 36, retval = 4, buf = {0x7fdc00f762d0, 0x7fdc1be03900 <rb_vm_exec+416>, 0x0, 0x7ffc9bcf7880, 0x7fdc00f76050}, prev = 0x7ffc9bcf7960, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #43 0x00007fdc1be0439b in rb_iseq_eval_main (iseq=iseq@entry=0x7fdc00f762d0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2818 ec = <optimized out> val = <optimized out> #44 0x00007fdc1bc12555 in rb_ec_exec_node (ec=ec@entry=0x560e94f0cc80, n=n@entry=0x7fdc00f762d0) at /tmp/ruby/src/trunk-gc-asserts/eval.c:282 _ec = <optimized out> _tag = {tag = 36, retval = 94620628339840, buf = {0x7fdc00f762d0, 0x7fdc1bc125a0 <rb_ec_exec_node+256>, 0x0, 0x7ffc9bcf7930, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7fdc00f762d0 #45 0x00007fdc1bc1613b in ruby_run_node (n=0x7fdc00f762d0) at /tmp/ruby/src/trunk-gc-asserts/eval.c:320 ec = 0x560e94f0cc80 status = 0 #46 0x0000560e931ec187 in rb_main (argv=0x7ffc9bcf7b68, argc=1) at /tmp/ruby/src/trunk-gc-asserts/main.c:40 variable_in_this_stack_frame = 140722922552825 #47 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59 No locals. >>> Dump Ruby level backtrace (if possible) $ gdb -batch -se /tmp/ruby/build/trunk-gc-asserts/ruby -c /tmp/cores/core.1001.423316.ruby -x gdbscript [New LWP 423316] [New LWP 423317] [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-gc-asserts/ruby --disable=gems -e class A d'. Program terminated with signal SIGABRT, Aborted. #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140617169378304) at ./nptl/pthread_kill.c:44 [Current thread is 1 (Thread 0x7fe3fc6e1c00 (LWP 423316))] >>> Threads Id Target Id Frame * 1 Thread 0x7fe3fc6e1c00 (LWP 423316) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140617169378304) at ./nptl/pthread_kill.c:44 2 Thread 0x7fe3e310f640 (LWP 423317) 0x00007fe3fc828fde in epoll_wait (epfd=4, events=events@entry=0x7fe3fd12e5bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 >>> Machine level backtrace Thread 2 (Thread 0x7fe3e310f640 (LWP 423317)): #0 0x00007fe3fc828fde in epoll_wait (epfd=4, events=events@entry=0x7fe3fd12e5bc <timer_th+28>, maxevents=maxevents@entry=16, timeout=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 sc_ret = -4 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x00007fe3fcdbbbd0 in event_wait (vm=0x55d280df22a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2926 r = <optimized out> r = <optimized out> #2 timer_thread_polling (vm=0x55d280df22a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:887 r = <optimized out> r = <optimized out> i = <optimized out> th = <optimized out> events = <optimized out> #3 timer_thread_func (ptr=0x55d280df22a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3053 vm = 0x55d280df22a0 #4 0x00007fe3fc797b43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140723145118976, -1956585921339561856, 140616743843392, 25, 140617170122832, 140723145119328, 1954291042396563584, 1954341830766389376}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #5 0x00007fe3fc828bb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100 No locals. Thread 1 (Thread 0x7fe3fc6e1c00 (LWP 423316)): #0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140617169378304) at ./nptl/pthread_kill.c:44 tid = <optimized out> ret = 0 pd = 0x7fe3fc6e1c00 old_mask = {__val = {140723145114704, 0, 140616743940400, 140617170191571, 0, 140617170087917, 140617169378304, 140617171703296, 94362593615552, 140617170034087, 192, 140617171719840, 94362593615552, 140617177008415, 94362593600160, 139640813356128}} 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=140617169378304) at ./nptl/pthread_kill.c:78 No locals. #2 __GI___pthread_kill (threadid=140617169378304, signo=signo@entry=6) at ./nptl/pthread_kill.c:89 No locals. #3 0x00007fe3fc745476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26 ret = <optimized out> #4 0x00007fe3fc72b7f3 in __GI_abort () at ./stdlib/abort.c:79 save_stage = 1 act = {__sigaction_handler = {sa_handler = 0x3030303663313961, sa_sigaction = 0x3030303663313961}, sa_mask = {__val = {3546973261078607661, 3274715270390767971, 3472328296226648109, 3475143045726351408, 2314885530819502128, 140723145115104, 5549446149778372608, 140617169370760, 140617180157056, 0, 140617171719840, 140723145115104, 140617168257024, 140617168322560, 140617174832670, 18446744069414584337}}, sa_flags = -105711616, sa_restorer = 0x7fe3fc5dffd8} sigs = {__val = {32, 2314885530818453536, 7239073644580708384, 7378697627939729267, 3474076752553600614, 7378697383761162288, 3919933115663279718, 3255293496997720368, 3472328296226648184, 3475143045726351408, 2314885530819502128, 2314885530818453536, 8319937555149627424, 746872325959545721, 7022364554195640352, 7162524643962481507}} #5 0x00007fe3fcb43952 in die () at /tmp/ruby/src/trunk-gc-asserts/error.c:1029 No locals. #6 rb_bug (fmt=fmt@entry=0x7fe3fcf79808 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/src/trunk-gc-asserts/error.c:1053 args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffca91386c0, reg_save_area = 0x7ffca9138600}} #7 0x00007fe3fcb45518 in gc_verify_internal_consistency_ (objspace=0x55d280df4c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7710 data = {objspace = 0x55d280df4c00, err_count = 1, live_object_count = 7676, zombie_object_count = 1, parent = 140617168322520, old_object_count = 7666, remembered_shady_count = 0} #8 0x00007fe3fcc4530e in gc_verify_internal_consistency (objspace=0x55d280df4c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:7777 prev_during_gc = <optimized out> _lev = 4245898016 #9 gc_start (objspace=0x55d280df4c00, reason=256) at /tmp/ruby/src/trunk-gc-asserts/gc.c:9012 do_full_mark = 0 __func__ = "gc_start" lock_lev = 32739 #10 0x00007fe3fcc46af3 in garbage_collect (objspace=0x55d280df4c00, reason=256) at /tmp/ruby/src/trunk-gc-asserts/gc.c:8986 _lev = 32764 ret = <optimized out> #11 0x00007fe3fcc49c83 in newobj_slowpath (size_pool_idx=0, wb_protected=1, cache=0x55d280df5bc8, objspace=0x55d280df4c00, flags=53274, klass=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2856 obj = <optimized out> lev = 1 obj = <optimized out> lev = <optimized out> #12 newobj_slowpath_wb_protected (klass=<optimized out>, flags=53274, objspace=0x55d280df4c00, cache=0x55d280df5bc8, size_pool_idx=0) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2880 No locals. #13 0x00007fe3fcc4af2e in newobj_of (alloc_size=40, wb_protected=1, v3=0, v2=0, v1=0, flags=<optimized out>, klass=0, cr=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2924 obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> obj = <optimized out> objspace = <optimized out> size_pool_idx = <optimized out> cache = <optimized out> i = <optimized out> cnt = <optimized out> #14 rb_wb_protected_newobj_of (ec=<optimized out>, klass=klass@entry=0, flags=flags@entry=53274, size=size@entry=40) at /tmp/ruby/src/trunk-gc-asserts/gc.c:2942 __func__ = "rb_wb_protected_newobj_of" #15 0x00007fe3fcc5c8f2 in rb_imemo_new (type=type@entry=imemo_constcache, v0=v0@entry=0) at /tmp/ruby/src/trunk-gc-asserts/imemo.c:47 size = 40 flags = 53306 obj = <optimized out> #16 0x00007fe3fcdfbe1c in vm_ic_update (pc=0x55d280f9adb0, reg_ep=0x7fe3fc5e00c8, val=140616743933520, ic=0x55d280f9ae20, iseq=0x7fe3e2075e18) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5937 ice = <optimized out> pos = <optimized out> ice = <optimized out> pos = <optimized out> #17 rb_vm_opt_getconstant_path (ec=0x55d280df5c80, reg_cfp=0x7fe3fc6dfe88, ic=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:5966 val = <optimized out> segments = <optimized out> ice = <optimized out> #18 0x00007fe3fce0cc78 in vm_exec_core (ec=0x67594) at ../../src/trunk-gc-asserts/insns.def:263 ic = 0x6 leaf = <optimized out> val = <optimized out> reg_pc = 0x55d280f9adc0 reg_cfp = 0x7fe3fc6dfe88 insns_address_table = {0x7fe3fce0c62d <vm_exec_core+9005>, 0x7fe3fce0c5c3 <vm_exec_core+8899>, 0x7fe3fce0c6d4 <vm_exec_core+9172>, 0x7fe3fce0c656 <vm_exec_core+9046>, 0x7fe3fce0c376 <vm_exec_core+8310>, 0x7fe3fce0c2e9 <vm_exec_core+8169>, 0x7fe3fce0cb91 <vm_exec_core+10385>, 0x7fe3fce0cb28 <vm_exec_core+10280>, 0x7fe3fce0c500 <vm_exec_core+8704>, 0x7fe3fce0c4a5 <vm_exec_core+8613>, 0x7fe3fce0c955 <vm_exec_core+9813>, 0x7fe3fce0c749 <vm_exec_core+9289>, 0x7fe3fce0cc52 <vm_exec_core+10578>, 0x7fe3fce0b213 <vm_exec_core+3859>, 0x7fe3fce0b4c8 <vm_exec_core+4552>, 0x7fe3fce0b484 <vm_exec_core+4484>, 0x7fe3fce0b445 <vm_exec_core+4421>, 0x7fe3fce0b409 <vm_exec_core+4361>, 0x7fe3fce0b3cd <vm_exec_core+4301>, 0x7fe3fce0b391 <vm_exec_core+4241>, 0x7fe3fce0b30c <vm_exec_core+4108>, 0x7fe3fce0b2c4 <vm_exec_core+4036>, 0x7fe3fce0c564 <vm_exec_core+8804>, 0x7fe3fce0c458 <vm_exec_core+8536>, 0x7fe3fce0b56c <vm_exec_core+4716>, 0x7fe3fce0b52b <vm_exec_core+4651>, 0x7fe3fce0ad1a <vm_exec_core+2586>, 0x7fe3fce0ac99 <vm_exec_core+2457>, 0x7fe3fce0c3f4 <vm_exec_core+8436>, 0x7fe3fce0ac55 <vm_exec_core+2389>, 0x7fe3fce0ba6e <vm_exec_core+5998>, 0x7fe3fce0b87c <vm_exec_core+5500>, 0x7fe3fce0b7ec <vm_exec_core+5356>, 0x7fe3fce0b787 <vm_exec_core+5255>, 0x7fe3fce0b728 <vm_exec_core+5160>, 0x7fe3fce0b6c9 <vm_exec_core+5065>, 0x7fe3fce0b66d <vm_exec_core+4973>, 0x7fe3fce0b5f2 <vm_exec_core+4850>, 0x7fe3fce0bb7a <vm_exec_core+6266>, 0x7fe3fce0bb4c <vm_exec_core+6220>, 0x7fe3fce0bb0a <vm_exec_core+6154>, 0x7fe3fce0bab2 <vm_exec_core+6066>, 0x7fe3fce0bcc7 <vm_exec_core+6599>, 0x7fe3fce0bbcb <vm_exec_core+6347>, 0x7fe3fce0af97 <vm_exec_core+3223>, 0x7fe3fce0af4c <vm_exec_core+3148>, 0x7fe3fce0bf1a <vm_exec_core+7194>, 0x7fe3fce0bea5 <vm_exec_core+7077>, 0x7fe3fce0be3c <vm_exec_core+6972>, 0x7fe3fce0bde7 <vm_exec_core+6887>, 0x7fe3fce0bfec <vm_exec_core+7404>, 0x7fe3fce0bf4f <vm_exec_core+7247>, 0x7fe3fce0c062 <vm_exec_core+7522>, 0x7fe3fce0b282 <vm_exec_core+3970>, 0x7fe3fce0c29c <vm_exec_core+8092>, 0x7fe3fce0c178 <vm_exec_core+7800>, 0x7fe3fce0a360 <vm_exec_core+96>, 0x7fe3fce0bd58 <vm_exec_core+6744>, 0x7fe3fce0bd02 <vm_exec_core+6658>, 0x7fe3fce0d20b <vm_exec_core+12043>, 0x7fe3fce0c122 <vm_exec_core+7714>, 0x7fe3fce0ab39 <vm_exec_core+2105>, 0x7fe3fce0aa43 <vm_exec_core+1859>, 0x7fe3fce0b0ea <vm_exec_core+3562>, 0x7fe3fce0b028 <vm_exec_core+3368>, 0x7fe3fce0cf50 <vm_exec_core+11344>, 0x7fe3fce0afe1 <vm_exec_core+3297>, 0x7fe3fce0aee6 <vm_exec_core+3046>, 0x7fe3fce0ae80 <vm_exec_core+2944>, 0x7fe3fce0ae3d <vm_exec_core+2877>, 0x7fe3fce0ad7d <vm_exec_core+2685>, 0x7fe3fce0abaf <vm_exec_core+2223>, 0x7fe3fce0da0b <vm_exec_core+14091>, 0x7fe3fce0d95a <vm_exec_core+13914>, 0x7fe3fce0d8b0 <vm_exec_core+13744>, 0x7fe3fce0d835 <vm_exec_core+13621>, 0x7fe3fce0d787 <vm_exec_core+13447>, 0x7fe3fce0d728 <vm_exec_core+13352>, 0x7fe3fce0d6a2 <vm_exec_core+13218>, 0x7fe3fce0d5f9 <vm_exec_core+13049>, 0x7fe3fce0d555 <vm_exec_core+12885>, 0x7fe3fce0d4ac <vm_exec_core+12716>, 0x7fe3fce0d408 <vm_exec_core+12552>, 0x7fe3fce0d37d <vm_exec_core+12413>, 0x7fe3fce0d329 <vm_exec_core+12329>, 0x7fe3fce0d2ce <vm_exec_core+12238>, 0x7fe3fce0d25d <vm_exec_core+12125>, 0x7fe3fce0cfba <vm_exec_core+11450>, 0x7fe3fce0a9cd <vm_exec_core+1741>, 0x7fe3fce0a968 <vm_exec_core+1640>, 0x7fe3fce0d07b <vm_exec_core+11643>, 0x7fe3fce0d1ce <vm_exec_core+11982>, 0x7fe3fce0d0b4 <vm_exec_core+11700>, 0x7fe3fce0d170 <vm_exec_core+11888>, 0x7fe3fce0d0fb <vm_exec_core+11771>, 0x7fe3fce0d03c <vm_exec_core+11580>, 0x7fe3fce0a8f1 <vm_exec_core+1521>, 0x7fe3fce0a890 <vm_exec_core+1424>, 0x7fe3fce0a7f9 <vm_exec_core+1273>, 0x7fe3fce0a7ab <vm_exec_core+1195>, 0x7fe3fce0a759 <vm_exec_core+1113>, 0x7fe3fce0a709 <vm_exec_core+1033>, 0x7fe3fce0a6b1 <vm_exec_core+945>, 0x7fe3fce0a675 <vm_exec_core+885>, 0x7fe3fce0a639 <vm_exec_core+825>, 0x7fe3fce0c61d <vm_exec_core+8989>, 0x7fe3fce0c5b3 <vm_exec_core+8883>, 0x7fe3fce0c6c4 <vm_exec_core+9156>, 0x7fe3fce0c646 <vm_exec_core+9030>, 0x7fe3fce0c366 <vm_exec_core+8294>, 0x7fe3fce0c2d9 <vm_exec_core+8153>, 0x7fe3fce0cb81 <vm_exec_core+10369>, 0x7fe3fce0cb18 <vm_exec_core+10264>, 0x7fe3fce0c4f0 <vm_exec_core+8688>, 0x7fe3fce0c495 <vm_exec_core+8597>, 0x7fe3fce0c945 <vm_exec_core+9797>, 0x7fe3fce0c739 <vm_exec_core+9273>, 0x7fe3fce0cc42 <vm_exec_core+10562>, 0x7fe3fce0b203 <vm_exec_core+3843>, 0x7fe3fce0b4b8 <vm_exec_core+4536>, 0x7fe3fce0b474 <vm_exec_core+4468>, 0x7fe3fce0b435 <vm_exec_core+4405>, 0x7fe3fce0b3f9 <vm_exec_core+4345>, 0x7fe3fce0b3bd <vm_exec_core+4285>, 0x7fe3fce0b381 <vm_exec_core+4225>, 0x7fe3fce0b2fc <vm_exec_core+4092>, 0x7fe3fce0b2b4 <vm_exec_core+4020>, 0x7fe3fce0c554 <vm_exec_core+8788>, 0x7fe3fce0c448 <vm_exec_core+8520>, 0x7fe3fce0b55c <vm_exec_core+4700>, 0x7fe3fce0b51b <vm_exec_core+4635>, 0x7fe3fce0ad0a <vm_exec_core+2570>, 0x7fe3fce0ac89 <vm_exec_core+2441>, 0x7fe3fce0c3e4 <vm_exec_core+8420>, 0x7fe3fce0ac45 <vm_exec_core+2373>, 0x7fe3fce0ba5e <vm_exec_core+5982>, 0x7fe3fce0b86c <vm_exec_core+5484>, 0x7fe3fce0b7dc <vm_exec_core+5340>, 0x7fe3fce0b777 <vm_exec_core+5239>, 0x7fe3fce0b718 <vm_exec_core+5144>, 0x7fe3fce0b6b9 <vm_exec_core+5049>, 0x7fe3fce0b65d <vm_exec_core+4957>, 0x7fe3fce0b5e2 <vm_exec_core+4834>, 0x7fe3fce0bb6a <vm_exec_core+6250>, 0x7fe3fce0bb3c <vm_exec_core+6204>, 0x7fe3fce0bafa <vm_exec_core+6138>, 0x7fe3fce0baa2 <vm_exec_core+6050>, 0x7fe3fce0bcb7 <vm_exec_core+6583>, 0x7fe3fce0bbbb <vm_exec_core+6331>, 0x7fe3fce0af87 <vm_exec_core+3207>, 0x7fe3fce0af3c <vm_exec_core+3132>, 0x7fe3fce0bf0a <vm_exec_core+7178>, 0x7fe3fce0be95 <vm_exec_core+7061>, 0x7fe3fce0be2c <vm_exec_core+6956>, 0x7fe3fce0bdd7 <vm_exec_core+6871>, 0x7fe3fce0bfdc <vm_exec_core+7388>, 0x7fe3fce0bf3f <vm_exec_core+7231>, 0x7fe3fce0c052 <vm_exec_core+7506>, 0x7fe3fce0b272 <vm_exec_core+3954>, 0x7fe3fce0c28c <vm_exec_core+8076>, 0x7fe3fce0c168 <vm_exec_core+7784>, 0x7fe3fce0dc38 <vm_exec_core+14648>, 0x7fe3fce0bd48 <vm_exec_core+6728>, 0x7fe3fce0bcf2 <vm_exec_core+6642>, 0x7fe3fce0dc23 <vm_exec_core+14627>, 0x7fe3fce0c112 <vm_exec_core+7698>, 0x7fe3fce0ab29 <vm_exec_core+2089>, 0x7fe3fce0aa33 <vm_exec_core+1843>, 0x7fe3fce0b0da <vm_exec_core+3546>, 0x7fe3fce0b018 <vm_exec_core+3352>, 0x7fe3fce0cf40 <vm_exec_core+11328>, 0x7fe3fce0afd1 <vm_exec_core+3281>, 0x7fe3fce0aed6 <vm_exec_core+3030>, 0x7fe3fce0ae70 <vm_exec_core+2928>, 0x7fe3fce0ae2d <vm_exec_core+2861>, 0x7fe3fce0ad6d <vm_exec_core+2669>, 0x7fe3fce0ab9f <vm_exec_core+2207>, 0x7fe3fce0dc0e <vm_exec_core+14606>, 0x7fe3fce0dbf9 <vm_exec_core+14585>, 0x7fe3fce0dbe4 <vm_exec_core+14564>, 0x7fe3fce0dbcf <vm_exec_core+14543>, 0x7fe3fce0dbba <vm_exec_core+14522>, 0x7fe3fce0dba5 <vm_exec_core+14501>, 0x7fe3fce0db89 <vm_exec_core+14473>, 0x7fe3fce0db74 <vm_exec_core+14452>, 0x7fe3fce0db5f <vm_exec_core+14431>, 0x7fe3fce0db4a <vm_exec_core+14410>, 0x7fe3fce0db35 <vm_exec_core+14389>, 0x7fe3fce0db20 <vm_exec_core+14368>, 0x7fe3fce0db0b <vm_exec_core+14347>, 0x7fe3fce0daf6 <vm_exec_core+14326>, 0x7fe3fce0dae1 <vm_exec_core+14305>, 0x7fe3fce0dacc <vm_exec_core+14284>, 0x7fe3fce0a9bd <vm_exec_core+1725>, 0x7fe3fce0a958 <vm_exec_core+1624>, 0x7fe3fce0dab7 <vm_exec_core+14263>, 0x7fe3fce0daa2 <vm_exec_core+14242>, 0x7fe3fce0da8d <vm_exec_core+14221>, 0x7fe3fce0da78 <vm_exec_core+14200>, 0x7fe3fce0a342 <vm_exec_core+66>...} #19 0x00007fe3fce108fa in rb_vm_exec (ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x55d280df5c80 _tag = {tag = 36, retval = 4, buf = {0x7ffca9138e40, 0x7fe3fce10900 <rb_vm_exec+416>, 0x0, 0x7ffca9138c40, 0x0}, prev = 0x7ffca9138fd0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #20 0x00007fe3fce162a8 in invoke_block (captured=<optimized out>, captured=<optimized out>, opt_pc=<optimized out>, type=<optimized out>, cref=0x0, self=<optimized out>, iseq=0x7fe3e2075e18, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1516 arg_size = <optimized out> arg_size = <optimized out> #21 0x00007fe3fce1664f in rb_vm_invoke_proc (ec=ec@entry=0x55d280df5c80, proc=<optimized out>, argc=<optimized out>, argv=argv@entry=0x7ffca9138f98, kw_splat=<optimized out>, passed_block_handler=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1735 self = <optimized out> #22 0x00007fe3fce16c60 in vm_call0_body (ec=0x55d280df5c80, calling=0x7ffca9138e40, argv=0x7ffca9138f98) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:297 proc = <optimized out> ci = <optimized out> cc = 0x7ffca9138ef0 ret = <optimized out> #23 0x00007fe3fce175a8 in vm_call0_cc (ec=0x55d280df5c80, recv=140616726435400, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {21, 0} calling = {cd = 0x7ffca9138e00, cc = 0x7ffca9138ef0, block_handler = 0, recv = 140616726435400, argc = 1, kw_splat = false, heap_argv = 0} #24 0x00007fe3fce09ba9 in rb_vm_call0 (kw_splat=0, cme=0x7fe3e3131a68, argv=0x7ffca9138f98, argc=1, id=3425, recv=140616726435400, ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:70 cc = {flags = 52250, klass = 0, cme_ = 0x7fe3e3131a68, call_ = 0x7fe3fce135c0 <vm_call_general>, aux_ = {attr = {value = 0}, method_missing_reason = MISSING_NOENTRY, v = 0, bf = 0x0}} #25 rb_vm_call_kw (kw_splat=0, me=0x7fe3e3131a68, argv=0x7ffca9138f98, argc=1, id=3425, recv=140616726435400, ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:330 No locals. #26 rb_check_funcall_default_kw (kw_splat=0, def=36, argv=0x7ffca9138f98, argc=1, mid=3425, recv=140616726435400) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:713 klass = 140616743965360 me = 0x7fe3e3131a68 ec = <optimized out> respond = -1 klass = <optimized out> me = <optimized out> ec = <optimized out> respond = <optimized out> ret = <optimized out> #27 rb_check_funcall (recv=140616726435400, mid=mid@entry=3425, argc=argc@entry=1, argv=argv@entry=0x7ffca9138f98) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:689 No locals. #28 0x00007fe3fcc36b53 in run_single_final (objid=<optimized out>, cmd=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4056 No locals. #29 run_finalizer (objspace=<optimized out>, obj=<optimized out>, table=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4105 _ec = <optimized out> _tag = {tag = 36, retval = 0, buf = {0x7fe3e2070000, 0x7fe3fcc36bc8 <run_finalizer+504>, 0x0, 0x7ffca9138f60, 0x55d280dfaf18}, prev = 0x7ffca9139180, state = RUBY_TAG_NONE, lock_rec = 0} i = 0 state = <optimized out> saved = {errinfo = 4, objid = 81, final = 140616726435400, cfp = 0x7fe3fc6dfec0, sp = 0x7fe3fc5e00b8, finished = 0} ec = 0x55d280df5c80 #30 0x00007fe3fcc39bb7 in run_final (zombie=<optimized out>, objspace=0x55d280df4c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4122 table = 140616726478440 key = 140616726478720 key = <optimized out> __func__ = "run_final" table = <optimized out> #31 finalize_list (zombie=<optimized out>, objspace=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4143 next_zombie = 0 page = 0x55d280f5b1f0 __func__ = "finalize_list" next_zombie = <optimized out> page = <optimized out> _lev = <optimized out> #32 finalize_deferred_heap_pages (objspace=0x55d280df4c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4172 zombie = <optimized out> #33 0x00007fe3fcc39de5 in finalize_deferred (objspace=0x55d280df4c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4181 ec = 0x55d280df5c80 #34 gc_finalize_deferred (dmy=0x55d280df4c00) at /tmp/ruby/src/trunk-gc-asserts/gc.c:4191 objspace = 0x55d280df4c00 #35 0x00007fe3fce2db3e in rb_postponed_job_flush (vm=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_trace.c:1849 i = <optimized out> func = <optimized out> data = <optimized out> wq_job = <optimized out> _ec = 0x55d280df5c80 _tag = {tag = 36, retval = 1, buf = {0x7fe3fc6dfef8, 0x7fe3fce2dbf0 <rb_postponed_job_flush+656>, 0x0, 0x7ffca9139110, 0x60}, prev = 0x7ffca91396d0, state = RUBY_TAG_NONE, lock_rec = 0} pjq = 0x55d280df49f0 ec = 0x55d280df5c80 block_mask = 12 saved_mask = 0 saved_errno = 4 tmp = {n = {next = 0x7ffca9139170, prev = 0x7ffca9139170}} triggered_bits = 0 #36 0x00007fe3fcdbdaf1 in rb_threadptr_execute_interrupts (th=<optimized out>, blocking_timing=0) at /tmp/ruby/src/trunk-gc-asserts/thread.c:2465 sig = <optimized out> timer_interrupt = 0 pending_interrupt = 0 terminate_interrupt = 0 trap_interrupt = 0 interrupt = <optimized out> postponed_job_interrupt = 4 ret = 0 #37 0x00007fe3fce17020 in rb_vm_check_ints (ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:1916 No locals. #38 rb_vm_check_ints (ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_core.h:2091 No locals. #39 vm_pop_frame (ep=<optimized out>, cfp=<optimized out>, ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:446 flags = <optimized out> flags = <optimized out> #40 rb_vm_pop_frame (ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:455 No locals. #41 vm_call0_cfunc_with_frame (argv=<optimized out>, calling=<optimized out>, ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:176 reg_cfp = 0x7fe3fc6dfef8 ci = <optimized out> me = 0x7fe3fc5dea20 mid = 3137 block_handler = <optimized out> recv = <optimized out> argc = <optimized out> val = 4 cfunc = <optimized out> len = <optimized out> frame_flags = <optimized out> ci = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> len = <optimized out> recv = <optimized out> argc = <optimized out> mid = <optimized out> block_handler = <optimized out> frame_flags = <optimized out> unaligned_member_ptr_result = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> reg_cfp = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #42 vm_call0_cfunc (argv=<optimized out>, calling=<optimized out>, ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:187 No locals. #43 vm_call0_body (ec=0x55d280df5c80, calling=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:233 ci = <optimized out> cc = <optimized out> ret = <optimized out> #44 0x00007fe3fce175a8 in vm_call0_cc (ec=0x55d280df5c80, recv=140616726478360, id=<optimized out>, argc=<optimized out>, argv=<optimized out>, cc=<optimized out>, kw_splat=0) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:110 flags = <optimized out> use_argv = <optimized out> av = {0, 140617175052078} calling = {cd = 0x7ffca91393d0, cc = 0x7fe3e207fda0, block_handler = 0, recv = 140616726478360, argc = 0, kw_splat = false, heap_argv = 0} #45 0x00007fe3fce195e6 in rb_call (scope=CALL_FCALL, argv=0x7fe3fc5e0088, argc=0, mid=3137, recv=140616726478360) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:899 ec = <optimized out> #46 rb_funcallv_kw (recv=recv@entry=140616726478360, mid=mid@entry=3137, argc=argc@entry=0, argv=argv@entry=0x7fe3fc5e0088, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1092 No locals. #47 0x00007fe3fcc23217 in rb_obj_call_init_kw (obj=obj@entry=140616726478360, argc=argc@entry=0, argv=argv@entry=0x7fe3fc5e0088, kw_splat=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1694 No locals. #48 0x00007fe3fccc0c02 in rb_class_new_instance_pass_kw (argc=0, argv=0x7fe3fc5e0088, klass=140616743933360) at /tmp/ruby/src/trunk-gc-asserts/object.c:2173 obj = 140616726478360 #49 0x00007fe3fcdf8954 in vm_call_cfunc_with_frame_ (stack_bottom=<optimized out>, argv=<optimized out>, argc=<optimized out>, calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3524 ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> frame_type = <optimized out> len = <optimized out> block_handler = <optimized out> ci = <optimized out> cc = <optimized out> val = <optimized out> me = <optimized out> cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = <optimized out> len = <optimized out> args = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> flag_arg_ = <optimized out> hooks_arg_ = <optimized out> args = <optimized out> #50 vm_call_cfunc_with_frame (calling=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3570 argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> argc = <optimized out> stack_bottom = <optimized out> argv = <optimized out> #51 vm_call_cfunc_other (ec=0x55d280df5c80, reg_cfp=0x7fe3fc6dff30, calling=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3596 ci = <optimized out> argv_ary = <optimized out> #52 0x00007fe3fce0a421 in vm_sendish (method_explorer=<optimized out>, block_handler=<optimized out>, cd=<optimized out>, reg_cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:408 val = 94362595249216 ci = 0x7ffca91384a0 cc = <optimized out> recv = 423316 argc = <optimized out> calling = {cd = 0x55d280f84c40, cc = 0x7fe3e207fdc8, block_handler = 0, recv = 140616743933360, argc = 0, kw_splat = false, heap_argv = 0} val = <optimized out> ci = <optimized out> cc = <optimized out> argc = <optimized out> recv = <optimized out> calling = <optimized out> #53 vm_exec_core (ec=0x67594) at ../../src/trunk-gc-asserts/insns.def:881 bh = <optimized out> cd = 0x55d280f84c40 leaf = <optimized out> val = 94362595249216 reg_pc = 0x55d280f9bc98 reg_cfp = 0x7fe3fc6dff30 insns_address_table = {0x7fe3fce0c62d <vm_exec_core+9005>, 0x7fe3fce0c5c3 <vm_exec_core+8899>, 0x7fe3fce0c6d4 <vm_exec_core+9172>, 0x7fe3fce0c656 <vm_exec_core+9046>, 0x7fe3fce0c376 <vm_exec_core+8310>, 0x7fe3fce0c2e9 <vm_exec_core+8169>, 0x7fe3fce0cb91 <vm_exec_core+10385>, 0x7fe3fce0cb28 <vm_exec_core+10280>, 0x7fe3fce0c500 <vm_exec_core+8704>, 0x7fe3fce0c4a5 <vm_exec_core+8613>, 0x7fe3fce0c955 <vm_exec_core+9813>, 0x7fe3fce0c749 <vm_exec_core+9289>, 0x7fe3fce0cc52 <vm_exec_core+10578>, 0x7fe3fce0b213 <vm_exec_core+3859>, 0x7fe3fce0b4c8 <vm_exec_core+4552>, 0x7fe3fce0b484 <vm_exec_core+4484>, 0x7fe3fce0b445 <vm_exec_core+4421>, 0x7fe3fce0b409 <vm_exec_core+4361>, 0x7fe3fce0b3cd <vm_exec_core+4301>, 0x7fe3fce0b391 <vm_exec_core+4241>, 0x7fe3fce0b30c <vm_exec_core+4108>, 0x7fe3fce0b2c4 <vm_exec_core+4036>, 0x7fe3fce0c564 <vm_exec_core+8804>, 0x7fe3fce0c458 <vm_exec_core+8536>, 0x7fe3fce0b56c <vm_exec_core+4716>, 0x7fe3fce0b52b <vm_exec_core+4651>, 0x7fe3fce0ad1a <vm_exec_core+2586>, 0x7fe3fce0ac99 <vm_exec_core+2457>, 0x7fe3fce0c3f4 <vm_exec_core+8436>, 0x7fe3fce0ac55 <vm_exec_core+2389>, 0x7fe3fce0ba6e <vm_exec_core+5998>, 0x7fe3fce0b87c <vm_exec_core+5500>, 0x7fe3fce0b7ec <vm_exec_core+5356>, 0x7fe3fce0b787 <vm_exec_core+5255>, 0x7fe3fce0b728 <vm_exec_core+5160>, 0x7fe3fce0b6c9 <vm_exec_core+5065>, 0x7fe3fce0b66d <vm_exec_core+4973>, 0x7fe3fce0b5f2 <vm_exec_core+4850>, 0x7fe3fce0bb7a <vm_exec_core+6266>, 0x7fe3fce0bb4c <vm_exec_core+6220>, 0x7fe3fce0bb0a <vm_exec_core+6154>, 0x7fe3fce0bab2 <vm_exec_core+6066>, 0x7fe3fce0bcc7 <vm_exec_core+6599>, 0x7fe3fce0bbcb <vm_exec_core+6347>, 0x7fe3fce0af97 <vm_exec_core+3223>, 0x7fe3fce0af4c <vm_exec_core+3148>, 0x7fe3fce0bf1a <vm_exec_core+7194>, 0x7fe3fce0bea5 <vm_exec_core+7077>, 0x7fe3fce0be3c <vm_exec_core+6972>, 0x7fe3fce0bde7 <vm_exec_core+6887>, 0x7fe3fce0bfec <vm_exec_core+7404>, 0x7fe3fce0bf4f <vm_exec_core+7247>, 0x7fe3fce0c062 <vm_exec_core+7522>, 0x7fe3fce0b282 <vm_exec_core+3970>, 0x7fe3fce0c29c <vm_exec_core+8092>, 0x7fe3fce0c178 <vm_exec_core+7800>, 0x7fe3fce0a360 <vm_exec_core+96>, 0x7fe3fce0bd58 <vm_exec_core+6744>, 0x7fe3fce0bd02 <vm_exec_core+6658>, 0x7fe3fce0d20b <vm_exec_core+12043>, 0x7fe3fce0c122 <vm_exec_core+7714>, 0x7fe3fce0ab39 <vm_exec_core+2105>, 0x7fe3fce0aa43 <vm_exec_core+1859>, 0x7fe3fce0b0ea <vm_exec_core+3562>, 0x7fe3fce0b028 <vm_exec_core+3368>, 0x7fe3fce0cf50 <vm_exec_core+11344>, 0x7fe3fce0afe1 <vm_exec_core+3297>, 0x7fe3fce0aee6 <vm_exec_core+3046>, 0x7fe3fce0ae80 <vm_exec_core+2944>, 0x7fe3fce0ae3d <vm_exec_core+2877>, 0x7fe3fce0ad7d <vm_exec_core+2685>, 0x7fe3fce0abaf <vm_exec_core+2223>, 0x7fe3fce0da0b <vm_exec_core+14091>, 0x7fe3fce0d95a <vm_exec_core+13914>, 0x7fe3fce0d8b0 <vm_exec_core+13744>, 0x7fe3fce0d835 <vm_exec_core+13621>, 0x7fe3fce0d787 <vm_exec_core+13447>, 0x7fe3fce0d728 <vm_exec_core+13352>, 0x7fe3fce0d6a2 <vm_exec_core+13218>, 0x7fe3fce0d5f9 <vm_exec_core+13049>, 0x7fe3fce0d555 <vm_exec_core+12885>, 0x7fe3fce0d4ac <vm_exec_core+12716>, 0x7fe3fce0d408 <vm_exec_core+12552>, 0x7fe3fce0d37d <vm_exec_core+12413>, 0x7fe3fce0d329 <vm_exec_core+12329>, 0x7fe3fce0d2ce <vm_exec_core+12238>, 0x7fe3fce0d25d <vm_exec_core+12125>, 0x7fe3fce0cfba <vm_exec_core+11450>, 0x7fe3fce0a9cd <vm_exec_core+1741>, 0x7fe3fce0a968 <vm_exec_core+1640>, 0x7fe3fce0d07b <vm_exec_core+11643>, 0x7fe3fce0d1ce <vm_exec_core+11982>, 0x7fe3fce0d0b4 <vm_exec_core+11700>, 0x7fe3fce0d170 <vm_exec_core+11888>, 0x7fe3fce0d0fb <vm_exec_core+11771>, 0x7fe3fce0d03c <vm_exec_core+11580>, 0x7fe3fce0a8f1 <vm_exec_core+1521>, 0x7fe3fce0a890 <vm_exec_core+1424>, 0x7fe3fce0a7f9 <vm_exec_core+1273>, 0x7fe3fce0a7ab <vm_exec_core+1195>, 0x7fe3fce0a759 <vm_exec_core+1113>, 0x7fe3fce0a709 <vm_exec_core+1033>, 0x7fe3fce0a6b1 <vm_exec_core+945>, 0x7fe3fce0a675 <vm_exec_core+885>, 0x7fe3fce0a639 <vm_exec_core+825>, 0x7fe3fce0c61d <vm_exec_core+8989>, 0x7fe3fce0c5b3 <vm_exec_core+8883>, 0x7fe3fce0c6c4 <vm_exec_core+9156>, 0x7fe3fce0c646 <vm_exec_core+9030>, 0x7fe3fce0c366 <vm_exec_core+8294>, 0x7fe3fce0c2d9 <vm_exec_core+8153>, 0x7fe3fce0cb81 <vm_exec_core+10369>, 0x7fe3fce0cb18 <vm_exec_core+10264>, 0x7fe3fce0c4f0 <vm_exec_core+8688>, 0x7fe3fce0c495 <vm_exec_core+8597>, 0x7fe3fce0c945 <vm_exec_core+9797>, 0x7fe3fce0c739 <vm_exec_core+9273>, 0x7fe3fce0cc42 <vm_exec_core+10562>, 0x7fe3fce0b203 <vm_exec_core+3843>, 0x7fe3fce0b4b8 <vm_exec_core+4536>, 0x7fe3fce0b474 <vm_exec_core+4468>, 0x7fe3fce0b435 <vm_exec_core+4405>, 0x7fe3fce0b3f9 <vm_exec_core+4345>, 0x7fe3fce0b3bd <vm_exec_core+4285>, 0x7fe3fce0b381 <vm_exec_core+4225>, 0x7fe3fce0b2fc <vm_exec_core+4092>, 0x7fe3fce0b2b4 <vm_exec_core+4020>, 0x7fe3fce0c554 <vm_exec_core+8788>, 0x7fe3fce0c448 <vm_exec_core+8520>, 0x7fe3fce0b55c <vm_exec_core+4700>, 0x7fe3fce0b51b <vm_exec_core+4635>, 0x7fe3fce0ad0a <vm_exec_core+2570>, 0x7fe3fce0ac89 <vm_exec_core+2441>, 0x7fe3fce0c3e4 <vm_exec_core+8420>, 0x7fe3fce0ac45 <vm_exec_core+2373>, 0x7fe3fce0ba5e <vm_exec_core+5982>, 0x7fe3fce0b86c <vm_exec_core+5484>, 0x7fe3fce0b7dc <vm_exec_core+5340>, 0x7fe3fce0b777 <vm_exec_core+5239>, 0x7fe3fce0b718 <vm_exec_core+5144>, 0x7fe3fce0b6b9 <vm_exec_core+5049>, 0x7fe3fce0b65d <vm_exec_core+4957>, 0x7fe3fce0b5e2 <vm_exec_core+4834>, 0x7fe3fce0bb6a <vm_exec_core+6250>, 0x7fe3fce0bb3c <vm_exec_core+6204>, 0x7fe3fce0bafa <vm_exec_core+6138>, 0x7fe3fce0baa2 <vm_exec_core+6050>, 0x7fe3fce0bcb7 <vm_exec_core+6583>, 0x7fe3fce0bbbb <vm_exec_core+6331>, 0x7fe3fce0af87 <vm_exec_core+3207>, 0x7fe3fce0af3c <vm_exec_core+3132>, 0x7fe3fce0bf0a <vm_exec_core+7178>, 0x7fe3fce0be95 <vm_exec_core+7061>, 0x7fe3fce0be2c <vm_exec_core+6956>, 0x7fe3fce0bdd7 <vm_exec_core+6871>, 0x7fe3fce0bfdc <vm_exec_core+7388>, 0x7fe3fce0bf3f <vm_exec_core+7231>, 0x7fe3fce0c052 <vm_exec_core+7506>, 0x7fe3fce0b272 <vm_exec_core+3954>, 0x7fe3fce0c28c <vm_exec_core+8076>, 0x7fe3fce0c168 <vm_exec_core+7784>, 0x7fe3fce0dc38 <vm_exec_core+14648>, 0x7fe3fce0bd48 <vm_exec_core+6728>, 0x7fe3fce0bcf2 <vm_exec_core+6642>, 0x7fe3fce0dc23 <vm_exec_core+14627>, 0x7fe3fce0c112 <vm_exec_core+7698>, 0x7fe3fce0ab29 <vm_exec_core+2089>, 0x7fe3fce0aa33 <vm_exec_core+1843>, 0x7fe3fce0b0da <vm_exec_core+3546>, 0x7fe3fce0b018 <vm_exec_core+3352>, 0x7fe3fce0cf40 <vm_exec_core+11328>, 0x7fe3fce0afd1 <vm_exec_core+3281>, 0x7fe3fce0aed6 <vm_exec_core+3030>, 0x7fe3fce0ae70 <vm_exec_core+2928>, 0x7fe3fce0ae2d <vm_exec_core+2861>, 0x7fe3fce0ad6d <vm_exec_core+2669>, 0x7fe3fce0ab9f <vm_exec_core+2207>, 0x7fe3fce0dc0e <vm_exec_core+14606>, 0x7fe3fce0dbf9 <vm_exec_core+14585>, 0x7fe3fce0dbe4 <vm_exec_core+14564>, 0x7fe3fce0dbcf <vm_exec_core+14543>, 0x7fe3fce0dbba <vm_exec_core+14522>, 0x7fe3fce0dba5 <vm_exec_core+14501>, 0x7fe3fce0db89 <vm_exec_core+14473>, 0x7fe3fce0db74 <vm_exec_core+14452>, 0x7fe3fce0db5f <vm_exec_core+14431>, 0x7fe3fce0db4a <vm_exec_core+14410>, 0x7fe3fce0db35 <vm_exec_core+14389>, 0x7fe3fce0db20 <vm_exec_core+14368>, 0x7fe3fce0db0b <vm_exec_core+14347>, 0x7fe3fce0daf6 <vm_exec_core+14326>, 0x7fe3fce0dae1 <vm_exec_core+14305>, 0x7fe3fce0dacc <vm_exec_core+14284>, 0x7fe3fce0a9bd <vm_exec_core+1725>, 0x7fe3fce0a958 <vm_exec_core+1624>, 0x7fe3fce0dab7 <vm_exec_core+14263>, 0x7fe3fce0daa2 <vm_exec_core+14242>, 0x7fe3fce0da8d <vm_exec_core+14221>, 0x7fe3fce0da78 <vm_exec_core+14200>, 0x7fe3fce0a342 <vm_exec_core+66>...} #54 0x00007fe3fce108fa in rb_vm_exec (ec=0x55d280df5c80) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2552 _ec = 0x55d280df5c80 _tag = {tag = 36, retval = 4, buf = {0x7fe3e2076138, 0x7fe3fce10900 <rb_vm_exec+416>, 0x0, 0x7ffca91396b0, 0x7fe3fd170040 <_rtld_global>}, prev = 0x7ffca9139790, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #55 0x00007fe3fce1139b in rb_iseq_eval_main (iseq=iseq@entry=0x7fe3e2076138) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2818 ec = <optimized out> val = <optimized out> #56 0x00007fe3fcc1f555 in rb_ec_exec_node (ec=ec@entry=0x55d280df5c80, n=n@entry=0x7fe3e2076138) at /tmp/ruby/src/trunk-gc-asserts/eval.c:282 _ec = <optimized out> _tag = {tag = 36, retval = 94362593614976, buf = {0x7fe3e2076138, 0x7fe3fcc1f5a0 <rb_ec_exec_node+256>, 0x0, 0x7ffca9139760, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x7fe3e2076138 #57 0x00007fe3fcc2313b in ruby_run_node (n=0x7fe3e2076138) at /tmp/ruby/src/trunk-gc-asserts/eval.c:320 ec = 0x55d280df5c80 status = 0 #58 0x000055d2804b4187 in rb_main (argv=0x7ffca9139998, argc=4) at /tmp/ruby/src/trunk-gc-asserts/main.c:40 variable_in_this_stack_frame = 140723145120825 #59 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:59 No locals. >>> Dump Ruby level backtrace (if possible)