# Logfile created on 2025-09-12 17:17:29 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x0000778570acfdd8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=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'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=316000, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250912-171729", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "100"]], @make="make", @logger=#<Logger:0x0000778570c7c190 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000778570c7bfd8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000077856c5a8de0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250912-171729", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-gc-asserts.20250912-171729>, @binmode=false, @mon_data=#<Monitor:0x0000778570c7bc90>, @mon_data_owner_object_id=900>>> $$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-gc-asserts Cloning into 'trunk-gc-asserts'... $$$[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... unsupported checking for c++ option to enable C++98 features... unsupported 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 LDFLAGS... yes checking whether -fvisibility=hidden is accepted as CFLAGS... yes checking whether -fno-fast-math is accepted as CFLAGS... yes checking whether -fexcess-precision=standard is accepted as CFLAGS... yes checking whether -fp-model precise is accepted as CFLAGS... no checking whether compiler has statement and declarations in expressions... yes checking 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 sanitizer/tsan_interface.h... yes 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 stdckdint.h... no checking for stdatomic.h... yes 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 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 64bit __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... yes checking for strlcpy... yes 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... yes checking for atan2l... yes checking for atan2f... yes checking whether atomic_signal_fence is declared... yes checking for chmod... yes checking for chown... yes checking for chroot... yes checking for chsize... no checking for clock_gettime... yes checking for copy_file_range... yes checking for cosh... yes checking for crypt_r... yes checking for daemon... (cached) no checking for dirfd... yes checking for dl_iterate_phdr... yes checking for dlopen... yes checking for dladdr... yes checking for dup3... yes checking for eaccess... yes checking for endgrent... yes checking for eventfd... yes checking for execl... yes checking for execle... yes checking for execv... yes checking for execve... yes checking for explicit_memset... no checking for fcopyfile... no checking for fchdir... yes checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdatasync... yes checking for fdopendir... yes checking for fgetattrlist... no checking for fmod... yes checking for fstatat... yes checking for fsync... yes checking for ftruncate... yes checking for ftruncate64... yes checking for getattrlist... no checking for getcwd... yes checking for getegid... yes checking for getentropy... yes checking for geteuid... yes checking for getgid... yes checking for getgidx... no checking for getgrnam... yes checking for getgrnam_r... yes checking for getgroups... yes checking for getlogin... yes checking for getlogin_r... yes checking for getpgid... yes checking for getpgrp... yes checking for getppid... yes checking for getpriority... yes checking for getpwnam... yes checking for getpwnam_r... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrandom... yes checking for getresgid... yes checking for getresuid... yes checking for getrlimit... yes checking for getsid... yes checking for gettimeofday... yes checking for getuid... yes checking for getuidx... no checking for gmtime_r... yes checking for initgroups... yes checking for ioctl... yes checking for isfinite... no checking for issetugid... no checking for kill... yes checking for killpg... yes checking for lchmod... 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_constant_p... yes checking for __builtin_choose_expr... yes checking for __builtin_choose_expr_constant_p... yes checking for __builtin_types_compatible_p... yes checking for __builtin_trap... yes checking for __builtin_expect... yes checking for __builtin_add_overflow... yes checking for __builtin_add_overflow_p... yes checking for __builtin_add_overflow with long long arguments... yes checking for __builtin_sub_overflow... yes checking for __builtin_sub_overflow_p... yes checking for __builtin_sub_overflow with long long arguments... yes checking for __builtin_mul_overflow... yes checking for __builtin_mul_overflow_p... yes checking for __builtin_mul_overflow with long long arguments... yes checking whether qsort_r is GNU version... yes checking whether qsort_r is BSD version... no checking whether atan2 handles Inf as C99... yes checking for clock_getres... yes checking for timer_create in -lrt... yes checking for timer_settime in -lrt... yes checking for unsetenv returns a value... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for negative time_t for gmtime(3)... yes checking for localtime(3) overflow correctly... yes checking for sig_t... yes checking whether right shift preserve sign bit... yes checking whether _SC_CLK_TCK is supported... yes checking stack growing direction on 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 specifier... _Thread_local checking if mcontext_t is a pointer... no checking for getcontext... yes checking for setcontext... yes checking if fork works with pthread... yes checking for sys/user.h... yes checking whether PAGE_SIZE is compile-time const... no 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 checking for _setjmpex as a macro or function... no checking for _setjmp as a macro or function... yes checking for setjmp type... __builtin_setjmp checking if building with modular GC support... no checking for rustc... rustc checking whether rustc works for YJIT/ZJIT... 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.5.0+4 configure: creating ./config.status config.status: creating GNUmakefile config.status: creating Makefile --- Configuration summary for ruby version 3.5.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 * with modular GC: no * enable shared libs: yes * dynamic library ext: so * CFLAGS: ${hardenflags} ${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 * hardenflags: -fstack-protector-strong -U_FORTIFY_SOURCE \ -D_FORTIFY_SOURCE=2 * strip command: strip -S -x * install doc: no * YJIT support: yes * ZJIT support: no * man page type: man * BASERUBY -v: ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \ [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-download DEFS="-DRGENGC_CHECK_MODE=2" sed -f /tmp/ruby/src/trunk-gc-asserts/tool/prereq.status /tmp/ruby/src/trunk-gc-asserts/common.mk /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk /tmp/ruby/src/trunk-gc-asserts/depend > uncommon.mk /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb -c -tprism/.srcs.mk.time -o /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk.in /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) from /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `write' from /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb:35:in `<main>' /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk unchanged tool/config.guess already exists tool/config.sub already exists Downloading bundled gem minitest-5.25.5... Downloading bundled gem rake-13.3.0... Downloading bundled gem test-unit-3.7.0... Downloading bundled gem rexml-3.4.2... Downloading bundled gem rss-0.3.1... Downloading bundled gem net-ftp-0.3.8... Downloading bundled gem net-imap-0.5.10... Downloading bundled gem net-pop-0.1.2... Downloading bundled gem net-smtp-0.5.1... Downloading bundled gem matrix-0.4.3... Downloading bundled gem prime-0.1.4... Downloading bundled gem typeprof-0.30.1... Downloading bundled gem debug-1.11.0... Downloading bundled gem racc-1.8.1... Downloading bundled gem mutex_m-0.3.0... Downloading bundled gem getoptlong-0.2.1... Downloading bundled gem base64-0.3.0... Downloading bundled gem bigdecimal-3.2.2... Downloading bundled gem observer-0.1.2... Downloading bundled gem abbrev-0.1.2... Downloading bundled gem resolv-replace-0.1.1... Downloading bundled gem rinda-0.2.0... Downloading bundled gem drb-2.2.3... Downloading bundled gem nkf-0.2.0... Downloading bundled gem syslog-0.3.0... Downloading bundled gem csv-3.3.5... Downloading bundled gem ostruct-0.6.3... Downloading bundled gem pstore-0.2.0... Downloading bundled gem benchmark-0.4.1... Downloading bundled gem logger-1.7.0... Downloading bundled gem rdoc-6.14.2... Downloading bundled gem win32ole-1.9.2... Downloading bundled gem reline-0.6.2... Downloading bundled gem readline-0.0.4... Downloading bundled gem fiddle-1.1.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/ruby/power_assert Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/power_assert'... Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a From https://github.com/ruby/power_assert * branch f88e406e7c9e0810cc149869582afbae1fb84c4a -> FETCH_HEAD HEAD is now at f88e406 Support Ruby 3.5 style Set inspection result echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision updated Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem Cloning https://github.com/ruby/rbs Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/rbs'... Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945 From https://github.com/ruby/rbs * branch aa22d7ea0c992de7557c3e346c9100b8aa36d945 -> FETCH_HEAD HEAD is now at aa22d7ea Merge pull request #2646 from k0kubun/aaa-3.9.x-warning echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision updated Building rbs@aa22d7ea0c992de7557c3e346c9100b8aa36d945 to /tmp/ruby/src/trunk-gc-asserts/gems/rbs-3.9.4.gem Successfully built RubyGem Name: rbs Version: 3.9.4 File: rbs-3.9.4.gem Cloning https://github.com/ruby/repl_type_completor Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/repl_type_completor'... Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 From https://github.com/ruby/repl_type_completor * branch 25108aa8d69ddaba0b5da3feff1c0035371524b2 -> FETCH_HEAD HEAD is now at 25108aa Merge pull request #62 from ruby/fix_require_completion_test echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision updated Building repl_type_completor@25108aa8d69ddaba0b5da3feff1c0035371524b2 to /tmp/ruby/src/trunk-gc-asserts/gems/repl_type_completor-0.1.11.gem Successfully built RubyGem Name: repl_type_completor Version: 0.1.11 File: repl_type_completor-0.1.11.gem Cloning https://github.com/ruby/irb Cloning into '/tmp/ruby/src/trunk-gc-asserts/gems/src/irb'... Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 From https://github.com/ruby/irb * branch 331c4e851296b115db766c291e8cf54a2492fb36 -> FETCH_HEAD HEAD is now at 331c4e8 Update the expected values of backtraces echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision updated Building irb@331c4e851296b115db766c291e8cf54a2492fb36 to /tmp/ruby/src/trunk-gc-asserts/gems/irb-1.15.2.gem Successfully built RubyGem Name: irb Version: 1.15.2 File: irb-1.15.2.gem $$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2" /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb -c -tprism/.srcs.mk.time -o /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk.in /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) from /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `write' from /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb:35:in `<main>' /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk unchanged Already up to date. Latest commit hash = dcfd98b005 $$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2" /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb -c -tprism/.srcs.mk.time -o /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk.in /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) from /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `write' from /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb:35:in `<main>' /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk unchanged 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 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/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/hash.rbinc making /tmp/ruby/src/trunk-gc-asserts/kernel.rbinc making /tmp/ruby/src/trunk-gc-asserts/pathname_builtin.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/jit_hook.rbinc making /tmp/ruby/src/trunk-gc-asserts/jit_undef.rbinc making /tmp/ruby/src/trunk-gc-asserts/yjit.rbinc making /tmp/ruby/src/trunk-gc-asserts/zjit.rbinc 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 /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 power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945 echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision unchanged Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision unchanged Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision unchanged /usr/bin/mkdir -p /tmp/ruby/src/trunk-gc-asserts/.bundle/gems Extracting bundle gem minitest-5.25.5... Unpacked gems/minitest-5.25.5.gem Extracting bundle gem rake-13.3.0... Unpacked gems/rake-13.3.0.gem Extracting bundle gem test-unit-3.7.0... Unpacked gems/test-unit-3.7.0.gem Extracting bundle gem rexml-3.4.2... Unpacked gems/rexml-3.4.2.gem Extracting bundle gem rss-0.3.1... Unpacked gems/rss-0.3.1.gem Extracting bundle gem net-ftp-0.3.8... Unpacked gems/net-ftp-0.3.8.gem Extracting bundle gem net-imap-0.5.10... Unpacked gems/net-imap-0.5.10.gem Extracting bundle gem net-pop-0.1.2... Unpacked gems/net-pop-0.1.2.gem Extracting bundle gem net-smtp-0.5.1... Unpacked gems/net-smtp-0.5.1.gem Extracting bundle gem matrix-0.4.3... Unpacked gems/matrix-0.4.3.gem Extracting bundle gem prime-0.1.4... Unpacked gems/prime-0.1.4.gem Extracting bundle gem typeprof-0.30.1... Unpacked gems/typeprof-0.30.1.gem Extracting bundle gem debug-1.11.0... Unpacked gems/debug-1.11.0.gem Extracting bundle gem racc-1.8.1... Unpacked gems/racc-1.8.1.gem Extracting bundle gem mutex_m-0.3.0... Unpacked gems/mutex_m-0.3.0.gem Extracting bundle gem getoptlong-0.2.1... Unpacked gems/getoptlong-0.2.1.gem Extracting bundle gem base64-0.3.0... Unpacked gems/base64-0.3.0.gem Extracting bundle gem bigdecimal-3.2.2... Unpacked gems/bigdecimal-3.2.2.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 drb-2.2.3... Unpacked gems/drb-2.2.3.gem Extracting bundle gem nkf-0.2.0... Unpacked gems/nkf-0.2.0.gem Extracting bundle gem syslog-0.3.0... Unpacked gems/syslog-0.3.0.gem Extracting bundle gem csv-3.3.5... Unpacked gems/csv-3.3.5.gem Extracting bundle gem ostruct-0.6.3... Unpacked gems/ostruct-0.6.3.gem Extracting bundle gem pstore-0.2.0... Unpacked gems/pstore-0.2.0.gem Extracting bundle gem benchmark-0.4.1... Unpacked gems/benchmark-0.4.1.gem Extracting bundle gem logger-1.7.0... Unpacked gems/logger-1.7.0.gem Extracting bundle gem rdoc-6.14.2... Unpacked gems/rdoc-6.14.2.gem Extracting bundle gem win32ole-1.9.2... Unpacked gems/win32ole-1.9.2.gem Extracting bundle gem reline-0.6.2... Unpacked gems/reline-0.6.2.gem Extracting bundle gem readline-0.0.4... Unpacked gems/readline-0.0.4.gem Extracting bundle gem fiddle-1.1.8... Unpacked gems/fiddle-1.1.8.gem Extracting bundle gem power_assert-2.0.5... Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-3.0.0dev.gem Extracting bundle gem rbs-3.9.4... Unpacked gems/rbs-3.9.4.gem Extracting bundle gem repl_type_completor-0.1.11... Unpacked gems/repl_type_completor-0.1.11.gem Extracting bundle gem irb-1.15.2... Unpacked gems/irb-1.15.2.gem make: *** No rule to make target 'prism/.srcs.mk.time', needed by 'srcs'. Stop. $$$[end] "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 512. $$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2" BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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. /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb -c -tprism/.srcs.mk.time -o /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk.in /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk unchanged /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `binwrite': No such file or directory @ rb_sysopen - prism/.srcs.mk.time (Errno::ENOENT) from /tmp/ruby/src/trunk-gc-asserts/tool/lib/output.rb:65:in `write' from /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb:35:in `<main>' 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/concurrent_set.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/imemo.c compiling /tmp/ruby/src/trunk-gc-asserts/inits.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/namespace.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 /tmp/ruby/src/trunk-gc-asserts/pathname.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/set.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 /tmp/ruby/src/trunk-gc-asserts/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 /tmp/ruby/src/trunk-gc-asserts/prism/node.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/options.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/pack.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/prettyprint.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/regexp.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/serialize.c compiling /tmp/ruby/src/trunk-gc-asserts/prism/static_literals.c compiling /tmp/ruby/src/trunk-gc-asserts/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_string.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 compiling /tmp/ruby/src/trunk-gc-asserts/jit.c building Rust YJIT (release mode) touch /tmp/ruby/build/trunk-gc-asserts/target/release/libyjit.a partial linking /tmp/ruby/build/trunk-gc-asserts/target/release/libyjit.a into /tmp/ruby/build/trunk-gc-asserts/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/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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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. /usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-gc-asserts/tool/generic_erb.rb -c -tprism/.srcs.mk.time -o /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk.in /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk unchanged sed -f /tmp/ruby/src/trunk-gc-asserts/tool/prereq.status /tmp/ruby/src/trunk-gc-asserts/common.mk /tmp/ruby/src/trunk-gc-asserts/prism/srcs.mk /tmp/ruby/src/trunk-gc-asserts/depend > uncommon.mk BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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.rbbin updated 0ff13f4e1d19f361c8a99346fc29562aa13a62f809649eb4738c1cb6ace899a8 builtin_binary.rbbin 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.5.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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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-/ensure_and_callcc 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-/namespace/yay1 configuring -test-/namespace/yay2 configuring -test-/notimplement configuring -test-/num2int configuring -test-/path_to_class configuring -test-/popen_deadlock configuring -test-/postponed_job configuring -test-/printf configuring -test-/proc configuring -test-/public_header_warnings configuring -test-/random configuring -test-/rational configuring -test-/rb_call_super_kw configuring -test-/recursion configuring -test-/regexp configuring -test-/scan_args configuring -test-/st/foreach configuring -test-/st/numhash configuring -test-/st/update configuring -test-/stack configuring -test-/string configuring -test-/struct configuring -test-/symbol configuring -test-/thread/id configuring -test-/thread/instrumentation configuring -test-/thread/lock_native_thread configuring -test-/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 io/console configuring io/nonblock configuring io/wait configuring json configuring json/generator configuring json/parser configuring monitor configuring objspace configuring openssl configuring psych configuring pty configuring rbconfig/sizeof configuring ripper configuring rubyvm configuring socket configuring stringio configuring strscan configuring zlib configuring bigdecimal-3.2.2/ext/bigdecimal configuring debug-1.11.0/ext/debug configuring fiddle-1.1.8/ext/fiddle configuring nkf-0.2.0/ext/nkf configuring racc-1.8.1/ext/racc/cparse configuring rbs-3.9.4/ext/rbs_extension configuring syslog-0.3.0/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-14834.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-/ensure_and_callcc' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/ensure_and_callcc/ensure_and_callcc.c linking shared-object -test-/ensure_and_callcc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/ensure_and_callcc' 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/init.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/fatal/invalid.c compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/fatal/rb_fatal.c linking shared-object -test-/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-/namespace/yay1' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/namespace/yay1/yay1.c linking shared-object -test-/namespace/yay1.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/namespace/yay1' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/namespace/yay2' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/namespace/yay2/yay2.c linking shared-object -test-/namespace/yay2.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/namespace/yay2' 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-/stack' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/stack/stack.c linking shared-object -test-/stack.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/stack' 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/id' compiling /tmp/ruby/src/trunk-gc-asserts/ext/-test-/thread/id/id.c linking shared-object -test-/thread/id.so make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/-test-/thread/id' 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-/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/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/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/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 installing default strscan libraries 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.2.2/ext/bigdecimal' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal/bigdecimal.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal/missing.c linking shared-object bigdecimal.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/lib ../../../../../.bundle/gems/bigdecimal-3.2.2/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug/debug.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug/iseq_collector.c linking shared-object debug/debug.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/debug-1.11.0/lib ../../../../../.bundle/gems/debug-1.11.0/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/closure.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/conversions.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/fiddle.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/function.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/handle.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/memory_view.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/pinned.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle/pointer.c linking shared-object fiddle.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/lib ../../../../../.bundle/gems/fiddle-1.1.8/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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/bin ../../../../../.bundle/gems/nkf-0.2.0/bin 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.8.1/ext/racc/cparse' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse/cparse.c linking shared-object racc/cparse.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/racc-1.8.1/bin ../../../../../../.bundle/gems/racc-1.8.1/bin ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/racc-1.8.1/lib ../../../../../../.bundle/gems/racc-1.8.1/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/constants.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/ruby_objs.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/util/rbs_constant_pool.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexer.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexstate.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parser.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parserstate.c compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension/unescape.c linking shared-object rbs_extension.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/lib ../../../../../.bundle/gems/rbs-3.9.4/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog' compiling /tmp/ruby/src/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog/syslog.c linking shared-object syslog_ext.so ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/bin ../../../../../.bundle/gems/syslog-0.3.0/bin ln -sfT ../../../../../src/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/lib ../../../../../.bundle/gems/syslog-0.3.0/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/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/digest_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/finalizer_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/set_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" rm -rf .bundle/gems/win32ole-1.9.2/ Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-gc-asserts/gems/power_assert-2.0.5.gem Successfully built RubyGem Name: power_assert Version: 3.0.0dev File: power_assert-3.0.0dev.gem Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945 echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/rbs.revision unchanged Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/repl_type_completor.revision unchanged Update irb to 331c4e851296b115db766c291e8cf54a2492fb36 echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-gc-asserts/tool/ifchange /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision - /tmp/ruby/src/trunk-gc-asserts/.bundle/.timestamp/irb.revision unchanged Extracting bundle gem power_assert-2.0.5... Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-3.0.0dev.gem BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = -DRGENGC_CHECK_MODE=2 DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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/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/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/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 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.5.0+4/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.5.0+4/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.5.0+4/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.5.0+4/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+4/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+4 installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/site_ruby/3.5.0+4 installing extension scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/vendor_ruby/3.5.0+4 installing extension headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+4/ruby installing command scripts: /tmp/ruby/install/trunk-gc-asserts/bin installing library scripts: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/3.5.0+4 installing common headers: /tmp/ruby/install/trunk-gc-asserts/include/ruby-3.5.0+4 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.5.0+4 bundler 2.8.0.dev delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 5.0.2 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.7.0.dev.2 pp 0.6.2 prettyprint 0.2.0 prism 1.4.0 resolv 0.6.2 ruby2_keywords 0.0.5 securerandom 0.4.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.3 weakref 0.1.4 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+4 date 3.4.1 digest 3.2.0 etc 1.4.6 fcntl 1.3.0 io-console 0.8.1 io-nonblock 0.3.2 io-wait 0.3.2 json 2.13.2 openssl 3.3.0 psych 5.2.6 stringio 3.1.8.dev strscan 3.1.6.dev zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+4 minitest 5.25.5 rake 13.3.0 test-unit 3.7.0 rexml 3.4.2 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.10 net-pop 0.1.2 net-smtp 0.5.1 matrix 0.4.3 prime 0.1.4 rbs 3.9.4 typeprof 0.30.1 debug 1.11.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.3.0 bigdecimal 3.2.2 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.3 nkf 0.2.0 syslog 0.3.0 csv 3.3.5 repl_type_completor 0.1.11 ostruct 0.6.3 pstore 0.2.0 benchmark 0.4.1 logger 1.7.0 rdoc 6.14.2 irb 1.15.2 reline 0.6.2 readline 0.0.4 fiddle 1.1.8 installing bundled gem cache: /tmp/ruby/install/trunk-gc-asserts/lib/ruby/gems/3.5.0+4/cache skipped bundled gems: power_assert-3.0.0dev.gem not found in bundled_gems win32ole-1.9.2.gem extensions not found or build failed win32ole-1.9.2 $$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2\"" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2023 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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 '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/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/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/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=43285 "--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/754] 3936676=-ext-/hash/test_delete [ 2/754] 3936676=ruby/test_case [ 3/754] 3936675=test_pty [ 4/754] 3936677=ruby/test_continuation [ 5/754] 3936676=mkmf/test_libs [ 6/754] 3936677=ruby/test_math [ 7/754] 3936678=rubygems/test_gem_safe_marshal [ 8/754] 3936677=dtrace/test_gc [ 9/754] 3936677=optparse/test_placearg [ 10/754] 3936676=rubygems/test_gem_resolver_index_specification [ 11/754] 3936675=fiber/test_io_buffer [ 12/754] 3936677=psych/test_scalar [ 13/754] 3936677=ruby/test_m17n_comb [ 14/754] 3936675=rubygems/test_webauthn_poller [ 15/754] 3936676=rubygems/test_gem_command_manager [ 16/754] 3936676=optparse/test_did_you_mean [ 17/754] 3936675=ripper/test_files_test [ 18/754] 3936675=rubygems/test_gem_commands_setup_command [ 19/754] 3936676=prism/ruby/location_test [ 20/754] 3936676=ruby/test_yjit_exit_locations [ 21/754] 3936676=rubygems/test_gem_commands_push_command [ 22/754] 3936678=prism/result/attribute_write_test [ 23/754] 3936678=rubygems/test_gem_config_file [ 24/754] 3936676=openssl/test_x509cert [ 25/754] 3936678=rubygems/test_config [ 26/754] 3936676=did_you_mean/test_spell_checker [ 27/754] 3936676=ruby/test_literal [ 28/754] 3936678=rubygems/test_gem_security [ 29/754] 3936675=rubygems/test_gem_request_set_gem_dependency_api [ 30/754] 3936675=optparse/test_load [ 31/754] 3936675=socket/test_udp [ 32/754] 3936675=ruby/test_string [ 33/754] 3936676=fiber/test_thread [ 34/754] 3936678=cgi/test_cgi_escape [ 35/754] 3936676=ruby/enc/test_emoji_breaks [ 36/754] 3936676=openssl/test_pkey [ 37/754] 3936676=-ext-/symbol/test_type [ 38/754] 3936676=openssl/test_pkey_dh [ 39/754] 3936676=prism/result/breadth_first_search_test [ 40/754] 3936676=ruby/test_exception [ 41/754] 3936678=ruby/test_range [ 42/754] 3936677=fiber/test_ractor [ 43/754] 3936677=-ext-/test_enumerator_kw [ 44/754] 3936677=openssl/test_ts [ 45/754] 3936677=psych/visitors/test_yaml_tree [ 46/754] 3936677=-ext-/namespace/test_load_ext [ 47/754] 3936677=rubygems/test_gem_resolver_activation_request [ 48/754] 3936677=digest/test_digest [ 49/754] 3936676=ruby/test_yjit [ 50/754] 3936678=dtrace/test_require [ 51/754] 3936678=ruby/test_m17n [ 52/754] 3936678=ruby/test_process [ 53/754] 3936677=ruby/test_argf [ 54/754] 3936676=prism/heredoc_dedent_test [ 55/754] 3936676=-ext-/gvl/test_ubf_async_safe [ 56/754] 3936676=ruby/test_objectspace [ 57/754] 3936677=ruby/test_require_lib [ 58/754] 3936677=test_tsort [ 59/754] 3936677=ruby/test_integer_comb [ 60/754] 3936678=-ext-/win32/test_console_attr [ 61/754] 3936678=digest/test_ractor [ 62/754] 3936678=ruby/enc/test_euc_kr [ 63/754] 3936678=test_securerandom [ 64/754] 3936678=psych/test_set [ 65/754] 3936678=optparse/test_kwargs [ 66/754] 3936678=io/wait/test_io_wait [ 67/754] 3936676=ruby/test_frozen [ 68/754] 3936676=ruby/test_sleep [ 69/754] 3936676=-ext-/string/test_coderange [ 70/754] 3936676=mkmf/test_configuration [ 71/754] 3936676=rubygems/test_gem_resolver_dependency_request [ 72/754] 3936676=psych/test_stream [ 73/754] 3936676=openssl/test_kdf [ 74/754] 3936676=rubygems/test_gem_requirement [ 75/754] 3936676=rubygems/test_gem_package_task [ 76/754] 3936676=fiber/test_io [ 77/754] 3936676=openssl/test_ns_spki [ 78/754] 3936676=psych/test_serialize_subclasses [ 79/754] 3936676=ruby/test_hash [ 80/754] 3936677=ruby/test_file_exhaustive [ 81/754] 3936678=ruby/enc/test_case_comprehensive [ 82/754] 3936678=json/json_common_interface_test [ 83/754] 3936678=openssl/test_x509store [ 84/754] 3936678=ruby/enc/test_case_mapping [ 85/754] 3936678=psych/test_psych [ 86/754] 3936678=prism/result/named_capture_test [ 87/754] 3936678=test_extlibs [ 88/754] 3936678=ruby/enc/test_gb18030 [ 89/754] 3936678=-ext-/string/test_normalize [ 90/754] 3936678=prism/encoding/encodings_test [ 91/754] 3936678=prism/ruby/ripper_test [ 92/754] 3936678=rubygems/test_rubygems [ 93/754] 3936678=rubygems/test_gem_commands_open_command [ 94/754] 3936678=uri/test_mailto [ 95/754] 3936678=prism/encoding/regular_expression_encoding_test [ 96/754] 3936678=-ext-/test_notimplement [ 97/754] 3936678=mmtk/test_configuration [ 98/754] 3936678=-ext-/test_bug-3571 [ 99/754] 3936678=ruby/test_syntax [100/754] 3936676=ruby/test_compile_prism [101/754] 3936676=optparse/test_reqarg [102/754] 3936676=-ext-/thread/test_instrumentation_api [103/754] 3936676=test_tempfile [104/754] 3936675=-ext-/bignum/test_mul [105/754] 3936675=resolv/test_resource [106/754] 3936675=mkmf/test_find_executable [107/754] 3936675=ruby/test_lazy_enumerator [108/754] 3936676=ruby/test_basicinstructions [109/754] 3936676=ruby/test_trace [110/754] 3936676=prism/snippets_test [111/754] 3936675=-ext-/load/test_resolve_symbol [112/754] 3936675=ruby/test_arity [113/754] 3936675=prism/lex_test [114/754] 3936676=json/json_encoding_test [115/754] 3936676=rubygems/test_gem_package [116/754] 3936675=psych/handlers/test_recorder [117/754] 3936675=uri/test_ldap [118/754] 3936675=ripper/test_ripper [119/754] 3936675=rubygems/test_gem_doctor [120/754] 3936675=openssl/test_x509attr [121/754] 3936675=did_you_mean/tree_spell/test_change_word [122/754] 3936675=rubygems/test_gem_commands_cleanup_command [123/754] 3936676=openssl/test_hmac [124/754] 3936676=did_you_mean/spell_checking/test_pattern_key_name_check [125/754] 3936676=psych/test_yamlstore [126/754] 3936676=rubygems/test_gem_impossible_dependencies_error [127/754] 3936676=test_unicode_normalize [128/754] 3936676=-ext-/arith_seq/test_arith_seq_extract [129/754] 3936676=-ext-/win32/test_fd_setsize [130/754] 3936676=prism/result/overlap_test [131/754] 3936675=ruby/test_numeric [132/754] 3936678=ruby/test_autoload [133/754] 3936675=-ext-/test_bug-5832 [134/754] 3936675=rubygems/test_gem_update_suggestion [135/754] 3936675=psych/test_string [136/754] 3936675=rubygems/test_gem_commands_check_command [137/754] 3936675=prism/ruby/compiler_test [138/754] 3936675=dtrace/test_raise [139/754] 3936675=rubygems/test_gem_resolver_lock_set [140/754] 3936675=ruby/test_io_buffer [141/754] 3936676=resolv/test_dns [142/754] 3936675=rubygems/test_gem_commands_environment_command [143/754] 3936675=stringio/test_stringio [144/754] 3936675=erb/test_erb_m17n [145/754] 3936675=optparse/test_bash_completion [146/754] 3936675=prism/ruby/ruby_parser_test [147/754] 3936675=prism/result/implicit_array_test [148/754] 3936675=psych/test_psych_set [149/754] 3936675=dtrace/test_singleton_function [150/754] 3936675=prism/result/warnings_test [151/754] 3936675=json/json_ext_parser_test [152/754] 3936675=psych/nodes/test_enumerable [153/754] 3936675=ruby/test_beginendblock [154/754] 3936675=prism/ruby/dispatcher_test [155/754] 3936675=ruby/test_alias [156/754] 3936675=ruby/test_fnmatch [157/754] 3936675=ruby/enc/test_windows_1252 [158/754] 3936675=optparse/test_switch [159/754] 3936675=rubygems/test_gem_request_set_lockfile_tokenizer [160/754] 3936675=rubygems/test_gem_dependency [161/754] 3936675=ruby/test_comparable [162/754] 3936675=ruby/test_super [163/754] 3936675=ruby/test_zjit [164/754] 3936675=net/http/test_https_proxy [165/754] 3936675=ruby/test_defined [166/754] 3936675=ruby/test_io_timeout [167/754] 3936675=-ext-/vm/test_at_exit [168/754] 3936675=ruby/test_gc [169/754] 3936678=ripper/test_files_test_2 [170/754] 3936678=error_highlight/test_error_highlight [171/754] 3936678=optparse/test_autoconf [172/754] 3936678=prism/result/static_literals_test [173/754] 3936678=-ext-/wait/test_wait [174/754] 3936678=prism/ruby/parser_test [175/754] 3936678=uri/test_file [176/754] 3936678=prism/result/comments_test [177/754] 3936678=uri/test_generic [178/754] 3936678=ripper/test_files_ext [179/754] 3936678=ruby/enc/test_euc_tw [180/754] 3936678=prism/result/index_write_test [181/754] 3936678=mkmf/test_egrep_cpp [182/754] 3936678=date/test_date_conv [183/754] 3936678=-ext-/econv/test_append [184/754] 3936678=rubygems/test_gem_commands_build_command [185/754] 3936678=stringio/test_ractor [186/754] 3936678=-ext-/integer/test_integer [187/754] 3936678=prism/encoding/string_encoding_test [188/754] 3936678=test_find [189/754] 3936678=ruby/enc/test_grapheme_breaks [190/754] 3936678=ruby/test_ifunless [191/754] 3936678=rubygems/test_gem_path_support [192/754] 3936678=rubygems/test_gem_dependency_list [193/754] 3936678=rubygems/test_gem_commands_cert_command [194/754] 3936678=optparse/test_cclass [195/754] 3936678=-ext-/st/test_foreach [196/754] 3936678=ruby/test_rand [197/754] 3936678=rubygems/test_gem_commands_signout_command [198/754] 3936678=optparse/test_summary [199/754] 3936678=ruby/test_backtrace [200/754] 3936678=ripper/test_files_sample [201/754] 3936678=-ext-/string/test_capacity [202/754] 3936678=psych/test_json_tree [203/754] 3936678=-ext-/float/test_nextafter [204/754] 3936678=ruby/test_float [205/754] 3936678=psych/test_emitter [206/754] 3936678=rubygems/test_gem_bundler_version_finder [207/754] 3936678=rubygems/test_gem_package_tar_writer [208/754] 3936678=ruby/enc/test_utf16 [209/754] 3936678=-ext-/test_scan_args [210/754] 3936678=rubygems/test_webauthn_listener_response [211/754] 3936678=test_forwardable [212/754] 3936678=prism/result/heredoc_test [213/754] 3936678=-ext-/load/test_stringify_symbols [214/754] 3936678=test_pp [215/754] 3936678=-ext-/popen_deadlock/test_popen_deadlock [216/754] 3936678=psych/test_omap [217/754] 3936678=did_you_mean/spell_checking/test_key_name_check [218/754] 3936678=test_shellwords [219/754] 3936678=digest/test_digest_extend [220/754] 3936678=ruby/test_shapes [221/754] 3936678=prism/locals_test [222/754] 3936678=openssl/test_pkcs12 [223/754] 3936678=ruby/test_unicode_escape [224/754] 3936678=psych/test_scalar_scanner [225/754] 3936678=mkmf/test_convertible [226/754] 3936678=ruby/test_array [227/754] 3936677=rubygems/test_gem_uri_formatter [228/754] 3936677=ruby/test_pack [229/754] 3936677=uri/test_ws [230/754] 3936677=ruby/test_weakmap [231/754] 3936677=psych/test_date_time [232/754] 3936677=dtrace/test_array_create [233/754] 3936677=resolv/test_mdns [234/754] 3936677=-ext-/exception/test_data_error [235/754] 3936677=ruby/test_condition [236/754] 3936677=ruby/enc/test_cp949 [237/754] 3936677=ruby/test_enumerator [238/754] 3936678=ruby/test_sprintf [239/754] 3936678=ruby/test_readpartial [240/754] 3936678=rubygems/test_gem_source_fetch_problem [241/754] 3936678=ruby/enc/test_emoji [242/754] 3936678=uri/test_wss [243/754] 3936678=date/test_date_attr [244/754] 3936678=psych/test_safe_load [245/754] 3936678=test_singleton [246/754] 3936678=-ext-/debug/test_debug [247/754] 3936678=prism/percent_delimiter_string_test [248/754] 3936678=prism/result/constant_path_node_test [249/754] 3936678=rubygems/test_gem_commands_dependency_command [250/754] 3936678=did_you_mean/test_ractor_compatibility [251/754] 3936678=ruby/test_name_error [252/754] 3936678=rubygems/test_gem_name_tuple [253/754] 3936678=mkmf/test_framework [254/754] 3936678=dtrace/test_function_entry [255/754] 3936678=uri/test_http [256/754] 3936678=did_you_mean/spell_checking/test_require_path_check [257/754] 3936678=ruby/test_data [258/754] 3936678=net/http/test_httpresponses [259/754] 3936678=rubygems/test_webauthn_listener [260/754] 3936678=ruby/test_namespace [261/754] 3936678=rubygems/test_gem_security_signer [262/754] 3936678=rubygems/test_gem_resolver_lock_specification [263/754] 3936678=uri/test_parser [264/754] 3936678=test_prettyprint [265/754] 3936678=json/json_coder_test [266/754] 3936678=optparse/test_getopts [267/754] 3936678=net/http/test_buffered_io [268/754] 3936678=date/test_date_strptime [269/754] 3936678=rubygems/test_gem_commands_rebuild_command [270/754] 3936678=ruby/test_stringchar [271/754] 3936678=fiber/test_queue [272/754] 3936678=net/http/test_http_request [273/754] 3936678=-ext-/iter/test_yield_block [274/754] 3936678=-ext-/test_ensure_and_callcc [275/754] 3936678=date/test_date [276/754] 3936678=optparse/test_optarg [277/754] 3936678=openssl/test_bn [278/754] 3936678=rubygems/test_gem_local_remote_options [279/754] 3936678=rubygems/test_gem_remote_fetcher_local_server [280/754] 3936678=fileutils/test_fileutils [281/754] 3936678=rubygems/test_gem_ext_rake_builder [282/754] 3936678=psych/test_exception [283/754] 3936678=prism/result/regular_expression_options_test [284/754] 3936678=ruby/enc/test_cesu8 [285/754] 3936678=dtrace/test_method_cache [286/754] 3936678=rubygems/test_gem_platform [287/754] 3936678=rubygems/test_gem_commands_server_command [288/754] 3936678=rubygems/test_require [289/754] 3936678=socket/test_socket [290/754] 3936678=psych/test_yaml_special_cases [291/754] 3936678=rubygems/test_gem_source_list [292/754] 3936678=ruby/test_assignment [293/754] 3936678=ruby/test_method [294/754] 3936677=prism/result/string_test [295/754] 3936677=did_you_mean/spell_checking/test_method_name_check [296/754] 3936677=-ext-/array/test_resize [297/754] 3936677=openssl/test_asn1 [298/754] 3936677=lib/!Nothing_to_test [299/754] 3936677=psych/test_nil [300/754] 3936677=rubygems/test_gem_gemcutter_utilities [301/754] 3936677=psych/json/test_stream [302/754] 3936677=ruby/enc/test_utf32 [303/754] 3936677=ruby/test_complex [304/754] 3936677=optparse/test_noarg [305/754] 3936677=ruby/test_io [306/754] 3936678=openssl/test_random [307/754] 3936678=-ext-/string/test_set_len [308/754] 3936678=date/test_date_marshal [309/754] 3936678=rubygems/test_gem_commands_unpack_command [310/754] 3936678=etc/test_etc [311/754] 3936677=rubygems/test_kernel [312/754] 3936678=ruby/test_mixed_unicode_escapes [313/754] 3936678=-ext-/array/test_to_ary_concat [314/754] 3936677=-ext-/exception/test_exception_at_throwing [315/754] 3936677=fiber/test_backtrace [316/754] 3936677=rubygems/test_gem_resolver_installer_set [317/754] 3936677=ruby/test_warning [318/754] 3936677=ruby/test_inlinecache [319/754] 3936677=ruby/enc/test_gbk [320/754] 3936677=uri/test_ftp [321/754] 3936677=prism/library_symbols_test [322/754] 3936677=prism/api/parse_success_test [323/754] 3936677=test_open3 [324/754] 3936677=rubygems/test_gem_specification [325/754] 3936677=rubygems/test_gem_uninstaller [326/754] 3936677=rubygems/test_gem_ext_cargo_builder [327/754] 3936677=rubygems/test_gem_commands_contents_command [328/754] 3936677=rubygems/test_gem_ext_cargo_builder_link_flag_converter [329/754] 3936677=zlib/test_zlib [330/754] 3936678=date/test_date_new [331/754] 3936678=date/test_date_parse [332/754] 3936678=ruby/test_fiber [333/754] 3936678=rubygems/test_gem_commands_uninstall_command [334/754] 3936678=psych/test_array [335/754] 3936678=ruby/test_proc [336/754] 3936678=openssl/test_pkey_ec [337/754] 3936678=rubygems/test_gem_commands_update_command [338/754] 3936678=rubygems/test_gem_request_set_lockfile_parser [339/754] 3936678=ruby/test_time [340/754] 3936678=rubygems/test_gem_source_subpath_problem [341/754] 3936678=did_you_mean/tree_spell/test_human_typo [342/754] 3936678=-ext-/string/test_enc_associate [343/754] 3936678=prism/regexp_test [344/754] 3936678=prism/result/node_id_test [345/754] 3936678=rubygems/test_gem_package_old [346/754] 3936678=rubygems/test_gem_resolver_vendor_set [347/754] 3936678=rubygems/test_gem_commands_yank_command [348/754] 3936678=ruby/test_random_formatter [349/754] 3936678=rubygems/test_gem_dependency_resolution_error [350/754] 3936678=ruby/test_system [351/754] 3936678=-ext-/string/test_interned_str [352/754] 3936678=prism/newline_test [353/754] 3936678=did_you_mean/test_tree_spell_checker [354/754] 3936678=optparse/test_zsh_completion [355/754] 3936678=mkmf/test_sizeof [356/754] 3936677=ruby/test_gc_compact [357/754] 3936678=ruby/test_pipe [358/754] 3936678=io/wait/test_ractor [359/754] 3936678=fiber/test_sleep [360/754] 3936678=-ext-/struct/test_data [361/754] 3936678=ruby/test_nomethod_error [362/754] 3936678=ruby/test_pattern_matching [363/754] 3936678=mkmf/test_have_library [364/754] 3936678=-ext-/st/test_update [365/754] 3936678=psych/test_numeric [366/754] 3936678=test_time [367/754] 3936678=rubygems/test_gem_commands_exec_command [368/754] 3936678=rubygems/test_gem_security_trust_dir [369/754] 3936678=did_you_mean/spell_checking/test_variable_name_check [370/754] 3936678=prism/magic_comment_test [371/754] 3936677=objspace/test_objspace [372/754] 3936678=-ext-/load/test_dot_dot [373/754] 3936678=openssl/test_engine [374/754] 3936678=-ext-/struct/test_len [375/754] 3936678=ruby/test_key_error [376/754] 3936678=-ext-/thread/test_lock_native_thread [377/754] 3936678=ruby/test_clone [378/754] 3936678=ruby/test_require [379/754] 3936678=openssl/test_provider [380/754] 3936678=ruby/test_dup [381/754] 3936678=fiber/test_io_close [382/754] 3936678=openssl/test_pkcs7 [383/754] 3936678=prism/bom_test [384/754] 3936678=ruby/test_file [385/754] 3936678=prism/encoding/symbol_encoding_test [386/754] 3936678=-ext-/string/test_fstring [387/754] 3936678=prism/api/parse_comments_test [388/754] 3936678=openssl/test_config [389/754] 3936678=-ext-/typeddata/test_typeddata [390/754] 3936678=ripper/test_files_test_1 [391/754] 3936678=ruby/test_yield [392/754] 3936678=-ext-/bignum/test_bigzero [393/754] 3936678=erb/test_erb_command [394/754] 3936678=-ext-/time/test_new [395/754] 3936678=openssl/test_cipher [396/754] 3936678=-ext-/class/test_class2name [397/754] 3936678=ruby/test_complex2 [398/754] 3936678=prism/ruby/relocation_test [399/754] 3936678=ruby/enc/test_windows_1251 [400/754] 3936678=-ext-/iseq_load/test_iseq_load [401/754] 3936678=prism/result/static_inspect_test [402/754] 3936678=prism/newline_offsets_test [403/754] 3936678=ruby/test_metaclass [404/754] 3936678=psych/test_class [405/754] 3936678=ruby/test_eval [406/754] 3936678=rubygems/test_gem_commands_owner_command [407/754] 3936678=prism/fuzzer_test [408/754] 3936678=-ext-/bignum/test_pack [409/754] 3936678=rubygems/test_gem_commands_install_command [410/754] 3936678=prism/onigmo_test [411/754] 3936678=ruby/test_ast [412/754] 3936678=psych/test_struct [413/754] 3936678=rubygems/test_gem_source [414/754] 3936678=ruby/test_arithmetic_sequence [415/754] 3936678=rubygems/test_project_sanity [416/754] 3936678=rubygems/test_gem_package_tar_header [417/754] 3936678=date/test_date_arith [418/754] 3936678=ruby/test_rational2 [419/754] 3936678=prism/fixtures_test [420/754] 3936678=open-uri/test_proxy [421/754] 3936678=-ext-/bignum/test_div [422/754] 3936678=pathname/test_ractor [423/754] 3936678=-ext-/exception/test_ensured [424/754] 3936678=mkmf/test_signedness [425/754] 3936678=psych/test_deprecated [426/754] 3936678=rubygems/test_gem_util [427/754] 3936678=ruby/enc/test_shift_jis [428/754] 3936678=rubygems/test_gem_commands_outdated_command [429/754] 3936678=net/http/test_https [430/754] 3936678=prism/api/parse_test [431/754] 3936678=json/json_parser_test [432/754] 3936678=ruby/test_not [433/754] 3936678=psych/visitors/test_emitter [434/754] 3936678=fiber/test_address_resolve [435/754] 3936678=ruby/test_undef [436/754] 3936678=io/console/test_ractor [437/754] 3936678=-ext-/method/test_arity [438/754] 3936678=-ext-/struct/test_duplicate [439/754] 3936678=-ext-/num2int/test_num2int [440/754] 3936678=rubygems/test_gem_resolver_installed_specification [441/754] 3936678=ruby/test_flip [442/754] 3936678=-ext-/iter/test_iter_break [443/754] 3936678=ruby/test_memory_view [444/754] 3936678=ruby/test_weakkeymap [445/754] 3936678=rubygems/test_gem_ext_cmake_builder [446/754] 3936678=rubygems/test_gem_resolver_specification [447/754] 3936678=psych/test_hash [448/754] 3936678=rubygems/test_gem_installer [449/754] 3936678=prism/result/source_location_test [450/754] 3936677=date/test_switch_hitter [451/754] 3936678=optparse/test_optparse [452/754] 3936678=dtrace/test_hash_create [453/754] 3936678=rubygems/test_gem_unsatisfiable_dependency_error [454/754] 3936678=-ext-/string/test_external_new JSON::GenericObject requires 'ostruct'. Please install it with `gem install ostruct`. [455/754] 3936678=json/json_generic_object_test [456/754] 3936678=psych/visitors/test_to_ruby [457/754] 3936678=-ext-/gvl/test_last_thread [458/754] 3936677=dtrace/test_load [459/754] 3936677=ruby/test_thread_cv [460/754] 3936677=ruby/test_thread_queue [461/754] 3936678=ruby/test_stack [462/754] 3936677=mkmf/test_install [463/754] 3936678=fileutils/test_nowrite [464/754] 3936678=rubygems/test_gem_version [465/754] 3936678=psych/visitors/test_depth_first [466/754] 3936678=ruby/test_econv [467/754] 3936677=rubygems/test_gem_commands_stale_command [468/754] 3936677=-ext-/string/test_ellipsize [469/754] 3936677=-ext-/string/test_cstr [470/754] 3936678=ruby/test_enum [471/754] 3936678=-ext-/eval/test_eval [472/754] 3936678=io/console/test_io_console [473/754] 3936677=rubygems/test_gem_version_option [474/754] 3936677=-ext-/symbol/test_inadvertent_creation [475/754] 3936677=psych/test_object_references [476/754] 3936677=openssl/test_pair [477/754] 3936678=ruby/test_parse [478/754] 3936678=test_bundled_gems [479/754] 3936678=prism/result/integer_parse_test [480/754] 3936678=openssl/test_ssl_session [481/754] 3936678=ripper/test_files_lib [482/754] 3936678=openssl/test_pkey_dsa [483/754] 3936678=ruby/test_dir [484/754] 3936678=psych/test_alias_and_anchor [485/754] 3936678=net/http/test_httpresponse [486/754] 3936678=json/json_string_matching_test [487/754] 3936678=rubygems/test_gem_resolver_best_set [488/754] 3936678=io/wait/test_io_wait_uncommon [489/754] 3936678=ripper/test_lexer [490/754] 3936678=rubygems/test_gem_ci_detector [491/754] 3936678=ruby/test_module [492/754] 3936677=-ext-/string/test_rb_str_dup [493/754] 3936677=socket/test_sockopt [494/754] 3936677=openssl/test_ssl [495/754] 3936677=ruby/test_const [496/754] 3936677=psych/test_encoding [497/754] 3936677=-ext-/string/test_enc_str_buf_cat [498/754] 3936677=ruby/test_class [499/754] 3936675=-ext-/test_random [500/754] 3936675=psych/test_marshalable [501/754] 3936675=optparse/test_acceptable [502/754] 3936675=-ext-/string/test_too_many_dummy_encodings [503/754] 3936675=rubygems/test_gem_commands_query_command [504/754] 3936675=mkmf/test_constant [505/754] 3936677=rubygems/test_gem_resolver_conflict [506/754] 3936677=rubygems/test_gem_package_tar_reader [507/754] 3936677=prism/ruby/reflection_test [508/754] 3936677=ruby/test_encoding [509/754] 3936677=net/http/test_httpheader [510/754] 3936677=psych/test_document [511/754] 3936677=rubygems/test_gem_resolver [512/754] 3936675=pathname/test_pathname [513/754] 3936677=mkmf/test_have_macro [514/754] 3936675=coverage/test_coverage [515/754] 3936677=ruby/test_primitive [516/754] 3936677=prism/api/freeze_test [517/754] 3936677=ruby/test_rubyvm [518/754] 3936677=ripper/test_sexp [519/754] 3936677=prism/version_test [520/754] 3936677=dtrace/test_object_create_start [521/754] 3936677=erb/test_erb [522/754] 3936677=rubygems/test_gem_uri [523/754] 3936677=rubygems/test_gem_commands_list_command [524/754] 3936677=openssl/test_digest [525/754] 3936677=rubygems/test_gem_source_lock [526/754] 3936677=openssl/test_ocsp [527/754] 3936677=socket/test_nonblock [528/754] 3936677=fiber/test_enumerator [529/754] 3936677=prism/api/lex_test [530/754] 3936677=ruby/test_complexrational [531/754] 3936677=fiber/test_mutex [532/754] 3936675=ruby/test_env [533/754] 3936677=fiber/test_timeout [534/754] 3936677=ruby/test_struct [535/754] 3936677=rubygems/test_gem_commands_fetch_command [536/754] 3936677=ruby/enc/test_case_options [537/754] 3936677=rubygems/test_bundled_ca [538/754] 3936677=ruby/test_io_m17n [539/754] 3936675=date/test_date_compat [540/754] 3936675=ruby/test_call [541/754] 3936675=rubygems/test_gem_commands_sources_command [542/754] 3936678=ruby/enc/test_big5 [543/754] 3936678=-ext-/integer/test_my_integer [544/754] 3936678=-ext-/bignum/test_big2str [545/754] 3936678=psych/test_yaml [546/754] 3936678=ruby/test_signal [547/754] 3936675=ruby/test_fixnum [548/754] 3936675=-ext-/marshal/test_usrmarshal [549/754] 3936675=rubygems/test_gem_commands_search_command [550/754] 3936675=json/json_addition_test [551/754] 3936675=-ext-/string/test_qsort [552/754] 3936675=did_you_mean/spell_checking/test_uncorrectable_name_check [553/754] 3936675=dtrace/test_cmethod [554/754] 3936675=rubygems/test_gem_resolver_api_set [555/754] 3936675=rubygems/test_gem_stub_specification [556/754] 3936675=rubygems/test_gem_console_ui [557/754] 3936675=rubygems/test_gem_commands_signin_command [558/754] 3936675=-ext-/test_printf [559/754] 3936675=rubygems/test_gem_dependency_installer [560/754] 3936677=-ext-/funcall/test_passing_block [561/754] 3936677=ruby/test_frozen_error [562/754] 3936677=rubygems/test_gem_commands_help_command [563/754] 3936677=-ext-/file/test_stat [564/754] 3936677=ruby/test_allocation [565/754] 3936675=-ext-/rational/test_rat [566/754] 3936675=ruby/test_insns_leaf [567/754] 3936675=rubygems/test_gem_resolver_local_specification [568/754] 3936675=prism/ruby/string_query_test [569/754] 3936675=ripper/test_parser_events [570/754] 3936675=rubygems/test_gem_resolver_composed_set [571/754] 3936675=ruby/test_ractor [572/754] 3936677=json/json_generator_test [573/754] 3936675=net/http/test_http [574/754] 3936678=io/nonblock/test_flush [575/754] 3936678=openssl/test_x509req [576/754] 3936678=rubygems/test_gem_remote_fetcher [577/754] 3936678=ruby/enc/test_koi8 [578/754] 3936678=-ext-/win32/test_dln [579/754] 3936678=prism/errors_test [580/754] 3936678=ripper/test_filter [581/754] 3936678=test_tmpdir [582/754] 3936678=ruby/test_vm_dump [583/754] 3936678=ruby/test_transcode [584/754] 3936678=open-uri/test_ftp [585/754] 3936678=mkmf/test_pkg_config [586/754] 3936678=ruby/test_thread [587/754] 3936677=rubygems/test_gem_package_tar_reader_entry [588/754] 3936675=-ext-/bignum/test_str2big [589/754] 3936675=yaml/test_store [590/754] 3936675=openssl/test_fips [591/754] 3936677=rubygems/test_gem_security_policy [592/754] 3936675=prism/ruby/desugar_compiler_test [593/754] 3936675=-ext-/marshal/test_internal_ivar [594/754] 3936675=prism/test_helper [595/754] 3936675=-ext-/tracepoint/test_tracepoint [596/754] 3936677=rubygems/test_gem_resolver_api_specification [597/754] 3936677=ruby/enc/test_iso_8859 [598/754] 3936677=rubygems/test_gem_request [599/754] 3936677=rubygems/test_gem_request_connection_pools [600/754] 3936677=ruby/test_object_id [601/754] 3936675=ruby/test_refinement [602/754] 3936677=prism/unescape_test [603/754] 3936677=-ext-/st/test_numhash [604/754] 3936677=open-uri/test_open-uri Leaked file descriptor: TestOpenURI#test_header: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 37341> Closed file descriptor: TestOpenURI#test_multi_proxy_opt: 11 Leaked file descriptor: TestOpenURI#test_404: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 40709> Closed file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 11 [605/754] 3936677=openssl/test_pkey_rsa [606/754] 3936677=openssl/test_x509crl [607/754] 3936677=rubygems/test_gem_validator [608/754] 3936677=rubygems/test_gem_ext_builder [609/754] 3936677=openssl/test_x509ext [610/754] 3936677=mkmf/test_flags [611/754] 3936677=prism/ruby/parameters_signature_test [612/754] 3936677=prism/result/numeric_value_test [613/754] 3936677=did_you_mean/core_ext/test_name_error_extension [614/754] 3936677=test_weakref [615/754] 3936677=-ext-/path_to_class/test_path_to_class [616/754] 3936677=test_timeout [617/754] 3936677=openssl/test_x509name [618/754] 3936677=rubygems/test_gem_ext_ext_conf_builder [619/754] 3936677=-ext-/bug_reporter/test_bug_reporter [620/754] 3936677=rubygems/test_exit [621/754] 3936677=psych/test_coder [622/754] 3936677=ruby/test_symbol [623/754] 3936677=ruby/enc/test_regex_casefold [624/754] 3936677=socket/test_unix [625/754] 3936677=rubygems/test_gem_source_git [626/754] 3936677=rubygems/test_gem_text [627/754] 3936677=ruby/test_settracefunc [628/754] 3936677=prism/ruby/tunnel_test [629/754] 3936677=socket/test_tcp [630/754] 3936677=rubygems/test_gem_ext_cargo_builder_unit [631/754] 3936677=ruby/test_method_cache [632/754] 3936677=ruby/test_keyword [633/754] 3936675=prism/api/parse_stream_test [634/754] 3936675=ruby/test_sprintf_comb [635/754] 3936675=rubygems/test_gem_commands_info_command [636/754] 3936675=openssl/test_ossl [637/754] 3936675=psych/test_data [638/754] 3936675=monitor/test_monitor [639/754] 3936675=rubygems/test_gem_commands_mirror [640/754] 3936677=psych/test_tree_builder [641/754] 3936677=ruby/test_whileuntil [642/754] 3936677=-ext-/load/test_protect [643/754] 3936675=ripper/test_scanner_events [644/754] 3936677=ruby/test_bignum [645/754] 3936675=rubygems/test_gem_request_set [646/754] 3936677=json/ractor_test [647/754] 3936677=rubygems/test_gem_silent_ui [648/754] 3936677=-ext-/test_abi [649/754] 3936677=prism/api/dump_test [650/754] 3936675=psych/test_object [651/754] 3936675=rubygems/test_gem_commands_specification_command [652/754] 3936675=ruby/test_string_memory [653/754] 3936675=rubygems/test_gem_resolver_vendor_specification [654/754] 3936675=rubygems/test_gem_resolver_git_specification [655/754] 3936675=rubygems/test_gem_source_local [656/754] 3936675=test_rbconfig [657/754] 3936675=rubygems/test_gem_resolver_requirement_list [658/754] 3936675=-ext-/arith_seq/test_arith_seq_beg_len_step [659/754] 3936675=-ext-/debug/test_profile_frames [660/754] 3936675=rubygems/test_gem_resolver_index_set [661/754] 3936675=psych/test_stringio [662/754] 3936675=rubygems/test_gem_spec_fetcher [663/754] 3936675=-ext-/struct/test_member [664/754] 3936677=test_ipaddr [665/754] 3936675=rubygems/test_gem_command [666/754] 3936675=did_you_mean/edit_distance/test_jaro_winkler [667/754] 3936675=rubygems/test_gem_commands_pristine_command [668/754] 3936677=rubygems/test_gem_safe_yaml [669/754] 3936677=ruby/test_variable [670/754] 3936675=ruby/test_optimization [671/754] 3936675=uri/test_common [672/754] 3936675=-ext-/test_bug-14834 [673/754] 3936675=ruby/test_time_tz [674/754] 3936675=rubygems/test_gem_source_specific_file [675/754] 3936675=ruby/test_object [676/754] 3936675=-ext-/string/test_nofree [677/754] 3936675=prism/result/equality_test [678/754] 3936675=socket/test_addrinfo [679/754] 3936675=rubygems/test_gem_source_vendor [680/754] 3936675=ruby/test_dir_m17n [681/754] 3936677=prism/ruby/pattern_test [682/754] 3936677=rubygems/test_gem_commands_which_command [683/754] 3936677=prism/api/command_line_test [684/754] 3936677=rubygems/test_gem_source_installed [685/754] 3936677=rubygems/test_gem_available_set [686/754] 3936677=fiber/test_process [687/754] 3936677=-ext-/string/test_modify_expand [688/754] 3936677=fileutils/test_dryrun [689/754] 3936677=ruby/test_default_gems [690/754] 3936677=rubygems/test_gem_request_set_lockfile [691/754] 3936675=prism/result/integer_base_flags_test [692/754] 3936675=socket/test_basicsocket [693/754] 3936677=-ext-/postponed_job/test_postponed_job [694/754] 3936675=rubygems/test_gem_remote_fetcher_s3 [695/754] 3936675=ruby/test_path [696/754] 3936675=dtrace/test_string [697/754] 3936675=ruby/test_iterator [698/754] 3936675=openssl/test_buffering [699/754] 3936675=resolv/test_svcb_https [700/754] 3936675=date/test_date_strftime [701/754] 3936677=prism/ractor_test [702/754] 3936677=psych/test_symbol [703/754] 3936677=ruby/enc/test_euc_jp [704/754] 3936677=-ext-/exception/test_enc_raise [705/754] 3936677=fiber/test_storage [706/754] 3936677=ruby/test_rubyoptions [707/754] 3936675=yaml/test_dbm [708/754] 3936675=did_you_mean/spell_checking/test_class_name_check [709/754] 3936675=rubygems/test_gem_stream_ui [710/754] 3936675=psych/test_null [711/754] 3936675=socket/test_ancdata [712/754] 3936675=-ext-/test_recursion [713/754] 3936675=rubygems/test_gem_commands_lock_command [714/754] 3936675=rubygems/test_gem_resolver_git_set [715/754] 3936675=objspace/test_ractor [716/754] 3936675=mkmf/test_config [717/754] 3936675=ruby/test_iseq [718/754] 3936677=rubygems/test_deprecate [719/754] 3936677=psych/test_yamldbm [720/754] 3936677=win32/test_registry [721/754] 3936677=strscan/test_ractor [722/754] 3936677=ruby/test_lambda [723/754] 3936677=ruby/test_integer [724/754] 3936675=rubygems/test_gem_rdoc [725/754] 3936675=rubygems/test_gem_ext_configure_builder [726/754] 3936675=net/protocol/test_protocol [727/754] 3936675=test_trick [728/754] 3936677=date/test_date_ractor [729/754] 3936677=ruby/test_rational [730/754] 3936677=rubygems/test_gem_gem_runner [731/754] 3936677=psych/test_ractor [732/754] 3936677=open-uri/test_ssl [733/754] 3936675=json/json_fixtures_test [734/754] 3936675=rubygems/test_gem_remote_fetcher_local_ssl_server [735/754] 3936677=psych/test_merge_keys [736/754] 3936677=mkmf/test_mkmf [737/754] 3936677=-ext-/stack/test_stack_overflow [738/754] 3936677=strscan/test_stringscanner [739/754] 3936677=fiber/test_scheduler [740/754] 3936675=ruby/test_regexp [741/754] 3936677=ruby/test_marshal [742/754] 3936677=fileutils/test_verbose [743/754] 3936677=rubygems/test_gem_install_update_options [744/754] 3936677=ruby/test_threadgroup [745/754] 3936677=psych/test_parser [746/754] 3936677=mkmf/test_have_func [747/754] 3936677=resolv/test_addr [748/754] 3936677=ruby/test_set [749/754] 3936677=test_delegate [750/754] 3936677=rubygems/test_gem [751/754] 3936677=-ext-/proc/test_bmethod [752/754] 3936677=psych/test_boolean [753/754] 3936677=rubygems/test_remote_fetch_error [754/754] 3936677=json/test_helper [New LWP 3940903] [New LWP 3940902] [New LWP 3940831] [New LWP 3940828] [New LWP 3939955] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". 0x000078e35029fd61 in __futex_abstimed_wait_common64 (private=-188708109, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x598893862084) at ./nptl/futex-internal.c:57 warning: 57 ./nptl/futex-internal.c: No such file or directory >>> Threads Id Target Id Frame * 1 Thread 0x78e3501d8c00 (LWP 3936676) "ruby" 0x000078e35029fd61 in __futex_abstimed_wait_common64 (private=-188708109, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x598893862084) at ./nptl/futex-internal.c:57 2 Thread 0x78e3347a66c0 (LWP 3940903) "test_dns.rb:769" 0x000078e350322a00 in __GI_ppoll (fds=fds@entry=0x78e3347a4e18, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 3 Thread 0x78e3347646c0 (LWP 3940902) "test_dns.rb:764" 0x000078e350322a00 in __GI_ppoll (fds=fds@entry=0x78e334762e18, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 4 Thread 0x78e3347856c0 (LWP 3940831) "Timeout stdlib " 0x000078e35029fd61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x78e2e8106d74) at ./nptl/futex-internal.c:57 5 Thread 0x78e334aef6c0 (LWP 3940828) "parallel.rb:40" 0x000078e3503224cd in __GI___poll (fds=fds@entry=0x78e334aee430, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 6 Thread 0x78e336bcf6c0 (LWP 3939955) "ruby" 0x000078e350331042 in epoll_wait (epfd=4, events=events@entry=0x78e350cae1fc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 >>> Machine level backtrace Thread 6 (Thread 0x78e336bcf6c0 (LWP 3939955) "ruby"): #0 0x000078e350331042 in epoll_wait (epfd=4, events=events@entry=0x78e350cae1fc <timer_th+28>, maxevents=maxevents@entry=16, timeout=timeout@entry=-1) at ../sysdeps/unix/sysv/linux/epoll_wait.c:30 sc_ret = -4 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x000078e3508ce19f in event_wait (vm=0x59889385aad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2935 r = <optimized out> r = <optimized out> #2 timer_thread_polling (vm=0x59889385aad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread_mn.c:917 r = <optimized out> r = <optimized out> i = <optimized out> th = <optimized out> events = <optimized out> #3 timer_thread_func (ptr=0x59889385aad0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3062 vm = 0x59889385aad0 #4 0x000078e3502a3a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {132917271262912, 5354170852532948384, 132917271262912, -256, 2, 140729127338624, 5354170852511976864, 5353965392266005920}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #5 0x000078e350330c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 No locals. Thread 5 (Thread 0x78e334aef6c0 (LWP 3940828) "parallel.rb:40"): #0 0x000078e3503224cd in __GI___poll (fds=fds@entry=0x78e334aee430, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29 sc_ret = -516 sc_cancel_oldtype = 0 sc_ret = <optimized out> #1 0x000078e35076005c in poll (__timeout=<optimized out>, __nfds=1, __fds=0x78e334aee430) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39 No locals. #2 nogvl_wait_for (fptr=<optimized out>, th=<optimized out>, timeout=0x0, events=1) at /tmp/ruby/src/trunk-gc-asserts/io.c:12595 scheduler = <optimized out> fd = <optimized out> fds = {fd = 7, events = 1, revents = 0} timeout_milliseconds = <optimized out> scheduler = <optimized out> fd = <optimized out> fds = <optimized out> timeout_milliseconds = <optimized out> args = <optimized out> #3 nogvl_wait_for (timeout=0x0, events=1, fptr=0x5988961cca00, th=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:12572 scheduler = <optimized out> fd = <optimized out> fds = <optimized out> timeout_milliseconds = <optimized out> scheduler = <optimized out> fd = <optimized out> fds = <optimized out> timeout_milliseconds = <optimized out> args = <optimized out> #4 io_internal_wait (timeout=0x0, events=1, error=11, fptr=0x5988961cca00, thread=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:1174 ready = <optimized out> ready = <optimized out> #5 internal_read_func (ptr=ptr@entry=0x78e334aee720) at /tmp/ruby/src/trunk-gc-asserts/io.c:1212 iis = 0x78e334aee720 result = <optimized out> retry = <optimized out> #6 0x000078e3508d3037 in rb_thread_io_blocking_call (io=0x5988961cca00, func=0x78e35075ff60 <internal_read_func>, data1=0x78e334aee720, events=1) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1964 __region = {prev_status = THREAD_RUNNABLE} saved_state = RUBY_TAG_NONE _ec = <optimized out> _tag = {tag = 36, retval = 132916352909334, buf = {0x5988961cca00, 0x78e3508d2e88 <rb_thread_io_blocking_call+696>, 0x0, 0x78e334aee4a0, 0x59889385d470}, prev = 0x78e334aee670, state = RUBY_TAG_NONE, lock_rec = 0} ec = 0x59889561e460 th = 0x5988962e3b90 val = 36 saved_errno = 0 state = RUBY_TAG_NONE prev_mn_schedulable = false fd = 7 blocking_operation = {list = {next = 0x5988961ccad0, prev = 0x5988961ccad0}, ec = 0x59889561e460} #7 0x000078e350720092 in rb_ensure (b_proc=b_proc@entry=0x78e350761b80 <io_read_memory_call>, data1=data1@entry=132917236786976, e_proc=e_proc@entry=0x78e3508a1c20 <rb_str_unlocktmp>, data2=132917229207440) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1173 _ec = 0x59889561e460 _tag = {tag = 36, retval = 132917702719866, buf = {0x5988961cca00, 0x78e350720150 <rb_ensure+432>, 0x0, 0x78e334aee620, 0x0}, prev = 0x78e334aeeac0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = 4 errinfo = <optimized out> ec = 0x59889561e460 #8 0x000078e3508b00ef in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x78e350761b80 <io_read_memory_call>, arg=arg@entry=132917236786976) at /tmp/ruby/src/trunk-gc-asserts/string.c:3346 No locals. #9 0x000078e350775fa1 in io_read_memory_locktmp (iis=0x78e334aee720, str=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:3458 No locals. #10 io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=4, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk-gc-asserts/io.c:3504 fptr = 0x5988961cca00 length = <optimized out> str = 132917229207440 n = <optimized out> len = 1024 iis = {th = 132917252872360, fptr = 0x5988961cca00, nonblock = 0, fd = 7, buf = 0x78e32c108c40, capa = 1024, timeout = 0x0} shrinkable = 1 __func__ = "io_getpartial" #11 0x000078e3507764e5 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:3624 ret = <optimized out> #12 0x000078e35091355d in vm_call_cfunc_with_frame_ (ec=0x59889561e460, reg_cfp=0x598895a469d0, calling=<optimized out>, argc=1, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 ci = 0x410100100003 cc = <optimized out> val = <optimized out> me = 0x78e336bf88e8 cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> args = <optimized out> args = <optimized out> #13 0x000078e35091caf8 in vm_sendish (ec=0x59889561e460, reg_cfp=0x598895a469d0, cd=0x598893a0ac90, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:437 val = 36 ci = <optimized out> cc = 0x78e3358e15c0 argc = <optimized out> recv = <optimized out> calling = {cd = 0x598893a0ac90, cc = 0x78e3358e15c0, block_handler = 0, recv = 132917252872520, argc = 1, kw_splat = false, heap_argv = 0, proc_ns = 0x0} #14 0x000078e350929be4 in vm_exec_core (ec=0x78e334aee430, ec@entry=0x59889561e460) at ../../src/trunk-gc-asserts/insns.def:900 bh = <optimized out> cd = 0xffffffff leaf = <optimized out> val = 0 reg_pc = 0x598893a0aad8 reg_cfp = 0x598895a469d0 insns_address_table = {0x78e35092cf67 <vm_exec_core+13319>, 0x78e350929ce0 <vm_exec_core+384>, 0x78e35092b9a5 <vm_exec_core+7749>, 0x78e35092b92d <vm_exec_core+7629>, 0x78e35092b8b6 <vm_exec_core+7510>, 0x78e35092b839 <vm_exec_core+7385>, 0x78e35092ba73 <vm_exec_core+7955>, 0x78e35092ba12 <vm_exec_core+7858>, 0x78e35092b6c7 <vm_exec_core+7015>, 0x78e35092b62b <vm_exec_core+6859>, 0x78e35092b4f8 <vm_exec_core+6552>, 0x78e35092b37b <vm_exec_core+6171>, 0x78e35092b336 <vm_exec_core+6102>, 0x78e35092b2ce <vm_exec_core+5998>, 0x78e35092b257 <vm_exec_core+5879>, 0x78e35092b21a <vm_exec_core+5818>, 0x78e35092b1e2 <vm_exec_core+5762>, 0x78e35092b1ad <vm_exec_core+5709>, 0x78e35092bf13 <vm_exec_core+9139>, 0x78e35092bede <vm_exec_core+9086>, 0x78e35092be52 <vm_exec_core+8946>, 0x78e35092be0e <vm_exec_core+8878>, 0x78e35092bfa0 <vm_exec_core+9280>, 0x78e35092bf48 <vm_exec_core+9192>, 0x78e35092bfe7 <vm_exec_core+9351>, 0x78e35092b7ba <vm_exec_core+7258>, 0x78e35092bc06 <vm_exec_core+8358>, 0x78e35092bba9 <vm_exec_core+8265>, 0x78e35092bb4f <vm_exec_core+8175>, 0x78e35092bb12 <vm_exec_core+8114>, 0x78e35092bdd1 <vm_exec_core+8817>, 0x78e35092bc40 <vm_exec_core+8416>, 0x78e35092aa1c <vm_exec_core+3772>, 0x78e35092a9b5 <vm_exec_core+3669>, 0x78e35092af53 <vm_exec_core+5107>, 0x78e35092aef4 <vm_exec_core+5012>, 0x78e35092aea7 <vm_exec_core+4935>, 0x78e35092ae52 <vm_exec_core+4850>, 0x78e35092ae08 <vm_exec_core+4776>, 0x78e35092ade1 <vm_exec_core+4737>, 0x78e35092ada6 <vm_exec_core+4678>, 0x78e35092ad57 <vm_exec_core+4599>, 0x78e35092ad23 <vm_exec_core+4547>, 0x78e35092ac7a <vm_exec_core+4378>, 0x78e35092ac37 <vm_exec_core+4311>, 0x78e35092abf3 <vm_exec_core+4243>, 0x78e35092abc1 <vm_exec_core+4193>, 0x78e35092ab52 <vm_exec_core+4082>, 0x78e35092aaf9 <vm_exec_core+3993>, 0x78e35092aaaa <vm_exec_core+3914>, 0x78e35092b0f7 <vm_exec_core+5527>, 0x78e35092b099 <vm_exec_core+5433>, 0x78e35092afe1 <vm_exec_core+5249>, 0x78e35092afa5 <vm_exec_core+5189>, 0x78e35092b166 <vm_exec_core+5638>, 0x78e35092a94b <vm_exec_core+3563>, 0x78e35092a8a0 <vm_exec_core+3392>, 0x78e350929bc0 <vm_exec_core+96>, 0x78e35092a7ed <vm_exec_core+3213>, 0x78e35092a755 <vm_exec_core+3061>, 0x78e35092a706 <vm_exec_core+2982>, 0x78e35092a79e <vm_exec_core+3134>, 0x78e35092a6b7 <vm_exec_core+2903>, 0x78e35092cf78 <vm_exec_core+13336>, 0x78e35092a668 <vm_exec_core+2824>, 0x78e35092a5f9 <vm_exec_core+2713>, 0x78e35092a5b4 <vm_exec_core+2644>, 0x78e35092a541 <vm_exec_core+2529>, 0x78e35092a3ee <vm_exec_core+2190>, 0x78e35092a322 <vm_exec_core+1986>, 0x78e35092a2a6 <vm_exec_core+1862>, 0x78e350929c65 <vm_exec_core+261>, 0x78e35092a272 <vm_exec_core+1810>, 0x78e35092a233 <vm_exec_core+1747>, 0x78e35092a1f4 <vm_exec_core+1684>, 0x78e35092a1b8 <vm_exec_core+1624>, 0x78e35092a0fb <vm_exec_core+1435>, 0x78e35092a076 <vm_exec_core+1302>, 0x78e35092d026 <vm_exec_core+13510>, 0x78e35092cfc0 <vm_exec_core+13408>, 0x78e35092d1af <vm_exec_core+13903>, 0x78e35092c063 <vm_exec_core+9475>, 0x78e35092d116 <vm_exec_core+13750>, 0x78e35092c7db <vm_exec_core+11387>, 0x78e35092c834 <vm_exec_core+11476>, 0x78e35092c8b7 <vm_exec_core+11607>, 0x78e35092c915 <vm_exec_core+11701>, 0x78e35092c973 <vm_exec_core+11795>, 0x78e35092ce19 <vm_exec_core+12985>, 0x78e35092cd4a <vm_exec_core+12778>, 0x78e35092cdcd <vm_exec_core+12909>, 0x78e35092cc74 <vm_exec_core+12564>, 0x78e35092ccc7 <vm_exec_core+12647>, 0x78e35092ce77 <vm_exec_core+13079>, 0x78e35092cf01 <vm_exec_core+13217>, 0x78e35092ca84 <vm_exec_core+12068>, 0x78e35092cadb <vm_exec_core+12155>, 0x78e35092cb24 <vm_exec_core+12228>, 0x78e35092cb8a <vm_exec_core+12330>, 0x78e35092d08b <vm_exec_core+13611>, 0x78e35092a005 <vm_exec_core+1189>, 0x78e350929f85 <vm_exec_core+1061>, 0x78e350929edc <vm_exec_core+892>, 0x78e350929e95 <vm_exec_core+821>, 0x78e350929e4a <vm_exec_core+746>, 0x78e350929e01 <vm_exec_core+673>, 0x78e350929db0 <vm_exec_core+592>, 0x78e350929d7b <vm_exec_core+539>, 0x78e350929d46 <vm_exec_core+486>, 0x78e35092cf49 <vm_exec_core+13289>, 0x78e350929ccf <vm_exec_core+367>, 0x78e35092b994 <vm_exec_core+7732>, 0x78e35092b91c <vm_exec_core+7612>, 0x78e35092b8a5 <vm_exec_core+7493>, 0x78e35092b828 <vm_exec_core+7368>, 0x78e35092ba62 <vm_exec_core+7938>, 0x78e35092ba01 <vm_exec_core+7841>, 0x78e35092b6b6 <vm_exec_core+6998>, 0x78e35092b61a <vm_exec_core+6842>, 0x78e35092b4e7 <vm_exec_core+6535>, 0x78e35092b36a <vm_exec_core+6154>, 0x78e35092b325 <vm_exec_core+6085>, 0x78e35092b2bd <vm_exec_core+5981>, 0x78e35092b246 <vm_exec_core+5862>, 0x78e35092b209 <vm_exec_core+5801>, 0x78e35092b1d1 <vm_exec_core+5745>, 0x78e35092b19c <vm_exec_core+5692>, 0x78e35092bf02 <vm_exec_core+9122>, 0x78e35092becd <vm_exec_core+9069>, 0x78e35092be41 <vm_exec_core+8929>, 0x78e35092bdfd <vm_exec_core+8861>, 0x78e35092bf8f <vm_exec_core+9263>, 0x78e35092bf37 <vm_exec_core+9175>, 0x78e35092bfd6 <vm_exec_core+9334>, 0x78e35092b7a9 <vm_exec_core+7241>, 0x78e35092bbf5 <vm_exec_core+8341>, 0x78e35092bb98 <vm_exec_core+8248>, 0x78e35092bb3e <vm_exec_core+8158>, 0x78e35092bb01 <vm_exec_core+8097>, 0x78e35092bdc0 <vm_exec_core+8800>, 0x78e35092bc2f <vm_exec_core+8399>, 0x78e35092aa0b <vm_exec_core+3755>, 0x78e35092a9a4 <vm_exec_core+3652>, 0x78e35092af42 <vm_exec_core+5090>, 0x78e35092aee3 <vm_exec_core+4995>, 0x78e35092ae96 <vm_exec_core+4918>, 0x78e35092ae41 <vm_exec_core+4833>, 0x78e35092adf7 <vm_exec_core+4759>, 0x78e35092add0 <vm_exec_core+4720>, 0x78e35092ad95 <vm_exec_core+4661>, 0x78e35092ad46 <vm_exec_core+4582>, 0x78e35092ad12 <vm_exec_core+4530>, 0x78e35092ac69 <vm_exec_core+4361>, 0x78e35092ac26 <vm_exec_core+4294>, 0x78e35092abe2 <vm_exec_core+4226>, 0x78e35092abb0 <vm_exec_core+4176>, 0x78e35092ab41 <vm_exec_core+4065>, 0x78e35092aae8 <vm_exec_core+3976>, 0x78e35092aa99 <vm_exec_core+3897>, 0x78e35092b0e6 <vm_exec_core+5510>, 0x78e35092b088 <vm_exec_core+5416>, 0x78e35092afd0 <vm_exec_core+5232>, 0x78e35092af94 <vm_exec_core+5172>, 0x78e35092b155 <vm_exec_core+5621>, 0x78e35092a93a <vm_exec_core+3546>, 0x78e35092a88f <vm_exec_core+3375>, 0x78e35092c6f8 <vm_exec_core+11160>, 0x78e35092a7dc <vm_exec_core+3196>, 0x78e35092a744 <vm_exec_core+3044>, 0x78e35092a6f5 <vm_exec_core+2965>, 0x78e35092a78d <vm_exec_core+3117>, 0x78e35092a6a6 <vm_exec_core+2886>, 0x78e35092c70e <vm_exec_core+11182>, 0x78e35092a657 <vm_exec_core+2807>, 0x78e35092a5e8 <vm_exec_core+2696>, 0x78e35092a5a3 <vm_exec_core+2627>, 0x78e35092a530 <vm_exec_core+2512>, 0x78e35092a3dd <vm_exec_core+2173>, 0x78e35092a311 <vm_exec_core+1969>, 0x78e35092a295 <vm_exec_core+1845>, 0x78e350929c54 <vm_exec_core+244>, 0x78e35092a261 <vm_exec_core+1793>, 0x78e35092a222 <vm_exec_core+1730>, 0x78e35092a1e3 <vm_exec_core+1667>, 0x78e35092a1a7 <vm_exec_core+1607>, 0x78e35092a0ea <vm_exec_core+1418>, 0x78e35092a065 <vm_exec_core+1285>, 0x78e35092c724 <vm_exec_core+11204>, 0x78e35092c73a <vm_exec_core+11226>, 0x78e35092c750 <vm_exec_core+11248>, 0x78e35092c766 <vm_exec_core+11270>, 0x78e35092c77c <vm_exec_core+11292>, 0x78e35092c792 <vm_exec_core+11314>, 0x78e35092c7a8 <vm_exec_core+11336>, 0x78e35092c7c5 <vm_exec_core+11365>, 0x78e35092cc1c <vm_exec_core+12476>, 0x78e35092cc32 <vm_exec_core+12498>, 0x78e35092cc48 <vm_exec_core+12520>, 0x78e35092cc5e <vm_exec_core+12542>, 0x78e35092c9d4 <vm_exec_core+11892>...} #15 0x000078e35092f99e in rb_vm_exec (ec=0x59889561e460) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2639 _ec = 0x59889561e460 _tag = {tag = 36, retval = 4, buf = {0x78e334aeebc0, 0x78e35092f8c0 <rb_vm_exec+304>, 0x0, 0x78e334aeeaa0, 0x3000000028}, prev = 0x78e334aeecd0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = <optimized out> #16 0x000078e35092fdb7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1669 iseq = 0x78e335b0f518 type = <optimized out> cfp = <optimized out> flags = <optimized out> use_argv = <optimized out> opt_pc = <optimized out> sp = 0x598895946a58 av = {206158430248, 132917236788432} stack_argv = 0x598895946a58 iseq = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> flags = <optimized out> use_argv = <optimized out> av = <optimized out> stack_argv = <optimized out> bound = <optimized out> #17 0x000078e350930756 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x59889565a650, argc=argc@entry=0, argv=argv@entry=0x78e334aeeb70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814 self = <optimized out> #18 0x000078e3508d3bab in thread_do_start_proc (th=th@entry=0x5988962e3b90) at /tmp/ruby/src/trunk-gc-asserts/thread.c:605 args = 132917252872320 args_ptr = 0x78e334aeeb70 args_len = <optimized out> procval = <optimized out> proc = 0x59889565a650 #19 0x000078e3508d3fa2 in thread_do_start (th=0x5988962e3b90) at /tmp/ruby/src/trunk-gc-asserts/thread.c:622 result = 36 result = <optimized out> #20 thread_start_func_2 (th=th@entry=0x5988962e3b90, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:677 _ec = 0x59889561e460 _tag = {tag = 36, retval = 98443125435248, buf = {0x78e334aeedd0, 0x78e3508d3f20 <thread_start_func_2+624>, 0x0, 0x78e334aeebd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE errinfo = 4 ractor_main_th = 0x59889385d070 fiber_scheduler_closed = 0 event_thread_end_hooked = 0 result = 36 #21 0x000078e3508d4ccf in call_thread_start_func_2 (th=0x5988962e3b90) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2234 stack_start = 0 stack_start_addr = 0x78e334aeeda8 stack_start = <optimized out> stack_start_addr = <optimized out> #22 nt_start (ptr=0x59889561e6d0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2279 th = 0x5988962e3b90 sched = <optimized out> nt = <optimized out> vm = <optimized out> #23 0x000078e3502a3a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {132917236790976, 5354166574745521568, 132917236790976, -256, 25, 140729127339616, 5354166574724550048, 5353965392266005920}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #24 0x000078e350330c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 No locals. Thread 4 (Thread 0x78e3347856c0 (LWP 3940831) "Timeout stdlib "): #0 0x000078e35029fd61 in __futex_abstimed_wait_common64 (private=0, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x78e2e8106d74) at ./nptl/futex-internal.c:57 sc_cancel_oldtype = 0 sc_ret = <optimized out> resultvar = <optimized out> __arg6 = <optimized out> __arg5 = <optimized out> __arg4 = <optimized out> __arg3 = <optimized out> __arg2 = <optimized out> __arg1 = <optimized out> _a6 = <optimized out> _a5 = <optimized out> _a4 = <optimized out> _a3 = <optimized out> _a2 = <optimized out> _a1 = <optimized out> #1 __futex_abstimed_wait_common (cancel=true, private=0, abstime=0x0, clockid=0, expected=0, futex_word=0x78e2e8106d74) at ./nptl/futex-internal.c:87 err = <optimized out> clockbit = 256 op = 393 err = <optimized out> clockbit = <optimized out> op = <optimized out> #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x78e2e8106d74, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 No locals. #3 0x000078e3502a27dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x598893862178, cond=0x78e2e8106d48) at ./nptl/pthread_cond_wait.c:503 spin = 0 buffer = {__routine = 0x78e3502a24a0 <__condvar_cleanup_waiting>, __arg = 0x78e3347845e0, __canceltype = -1818357248, __prev = 0x0} cbuffer = {wseq = 29, cond = 0x78e2e8106d48, mutex = 0x598893862178, private = 0} err = <optimized out> g = 1 flags = <optimized out> g1_start = <optimized out> maxspin = 0 signals = <optimized out> result = 0 wseq = 29 seq = 14 private = 0 maxspin = <optimized out> err = <optimized out> result = <optimized out> wseq = <optimized out> g = <optimized out> seq = <optimized out> flags = <optimized out> private = <optimized out> signals = <optimized out> done = <optimized out> g1_start = <optimized out> spin = <optimized out> buffer = <optimized out> cbuffer = <optimized out> s = <optimized out> #4 ___pthread_cond_wait (cond=cond@entry=0x78e2e8106d48, mutex=mutex@entry=0x598893862178) at ./nptl/pthread_cond_wait.c:627 No locals. #5 0x000078e3508cab6d in rb_native_cond_wait (cond=cond@entry=0x78e2e8106d48, mutex=mutex@entry=0x598893862178) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221 r = <optimized out> #6 0x000078e3508cacb3 in thread_sched_wait_running_turn (sched=sched@entry=0x598893862178, th=th@entry=0x78e2e8106230, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:847 next_th = 0x0 #7 0x000078e3508cb3e4 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x598893862178, th=th@entry=0x78e2e8106230) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1122 can_direct_transfer = <optimized out> #8 0x000078e3508d5862 in native_sleep (rel=0x0, th=0x78e2e8106230) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3337 sched = 0x598893862178 sched = <optimized out> #9 sleep_forever (fl=1, th=0x78e2e8106230) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1372 prev_status = THREAD_RUNNABLE status = THREAD_STOPPED_FOREVER woke = <optimized out> prev_status = <optimized out> status = <optimized out> woke = <optimized out> #10 rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1417 scheduler = <optimized out> #11 0x000078e3508d5a28 in queue_sleep (_args=_args@entry=132917233207376) at /tmp/ruby/src/trunk-gc-asserts/thread_sync.c:1033 args = 0x78e334784850 #12 0x000078e350720092 in rb_ensure (b_proc=b_proc@entry=0x78e3508d5a10 <queue_sleep>, data1=data1@entry=132917233207376, e_proc=e_proc@entry=0x78e3508c5330 <queue_sleep_done>, data2=data2@entry=132917233207408) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1173 _ec = 0x78e2e8106aa0 _tag = {tag = 36, retval = 4, buf = {0x0, 0x78e350720150 <rb_ensure+432>, 0x0, 0x78e334784760, 0x4}, prev = 0x78e334784ac0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = 4 errinfo = <optimized out> ec = 0x78e2e8106aa0 #13 0x000078e3508ceca6 in queue_do_pop (self=132917243336640, q=0x5988939e6690, should_block=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread_sync.c:1108 ec = <optimized out> queue_waiter = {w = {self = 132917243336640, th = 0x78e2e8106230, fiber = 0x0, node = {next = 0x5988939e6690, prev = 0x5988939e6690}}, as = {q = 0x5988939e6690, sq = 0x5988939e6690}} unaligned_member_ptr_result = <optimized out> waitq = 0x5988939e6690 queue_sleep_arg = {self = 132917243336640, timeout = 4, end = 0} end = <optimized out> #14 0x000078e350929fe2 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:7490 canary_p = <optimized out> func_ptr = <optimized out> ret = 18446744073709551104 canary_p = <optimized out> func_ptr = <optimized out> ret = <optimized out> #15 vm_invoke_builtin_delegate (bf=<optimized out>, start_index=<optimized out>, cfp=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:7518 argv = <optimized out> __func__ = <optimized out> i = <optimized out> #16 vm_exec_core (ec=0x78e2e8106d74, ec@entry=0x78e2e8106aa0) at ../../src/trunk-gc-asserts/insns.def:1653 bf = 0x0 index = 18446744073709551104 leaf = <optimized out> val = <optimized out> reg_pc = 0x5988939db208 reg_cfp = 0x78e2e8208818 insns_address_table = {0x78e35092cf67 <vm_exec_core+13319>, 0x78e350929ce0 <vm_exec_core+384>, 0x78e35092b9a5 <vm_exec_core+7749>, 0x78e35092b92d <vm_exec_core+7629>, 0x78e35092b8b6 <vm_exec_core+7510>, 0x78e35092b839 <vm_exec_core+7385>, 0x78e35092ba73 <vm_exec_core+7955>, 0x78e35092ba12 <vm_exec_core+7858>, 0x78e35092b6c7 <vm_exec_core+7015>, 0x78e35092b62b <vm_exec_core+6859>, 0x78e35092b4f8 <vm_exec_core+6552>, 0x78e35092b37b <vm_exec_core+6171>, 0x78e35092b336 <vm_exec_core+6102>, 0x78e35092b2ce <vm_exec_core+5998>, 0x78e35092b257 <vm_exec_core+5879>, 0x78e35092b21a <vm_exec_core+5818>, 0x78e35092b1e2 <vm_exec_core+5762>, 0x78e35092b1ad <vm_exec_core+5709>, 0x78e35092bf13 <vm_exec_core+9139>, 0x78e35092bede <vm_exec_core+9086>, 0x78e35092be52 <vm_exec_core+8946>, 0x78e35092be0e <vm_exec_core+8878>, 0x78e35092bfa0 <vm_exec_core+9280>, 0x78e35092bf48 <vm_exec_core+9192>, 0x78e35092bfe7 <vm_exec_core+9351>, 0x78e35092b7ba <vm_exec_core+7258>, 0x78e35092bc06 <vm_exec_core+8358>, 0x78e35092bba9 <vm_exec_core+8265>, 0x78e35092bb4f <vm_exec_core+8175>, 0x78e35092bb12 <vm_exec_core+8114>, 0x78e35092bdd1 <vm_exec_core+8817>, 0x78e35092bc40 <vm_exec_core+8416>, 0x78e35092aa1c <vm_exec_core+3772>, 0x78e35092a9b5 <vm_exec_core+3669>, 0x78e35092af53 <vm_exec_core+5107>, 0x78e35092aef4 <vm_exec_core+5012>, 0x78e35092aea7 <vm_exec_core+4935>, 0x78e35092ae52 <vm_exec_core+4850>, 0x78e35092ae08 <vm_exec_core+4776>, 0x78e35092ade1 <vm_exec_core+4737>, 0x78e35092ada6 <vm_exec_core+4678>, 0x78e35092ad57 <vm_exec_core+4599>, 0x78e35092ad23 <vm_exec_core+4547>, 0x78e35092ac7a <vm_exec_core+4378>, 0x78e35092ac37 <vm_exec_core+4311>, 0x78e35092abf3 <vm_exec_core+4243>, 0x78e35092abc1 <vm_exec_core+4193>, 0x78e35092ab52 <vm_exec_core+4082>, 0x78e35092aaf9 <vm_exec_core+3993>, 0x78e35092aaaa <vm_exec_core+3914>, 0x78e35092b0f7 <vm_exec_core+5527>, 0x78e35092b099 <vm_exec_core+5433>, 0x78e35092afe1 <vm_exec_core+5249>, 0x78e35092afa5 <vm_exec_core+5189>, 0x78e35092b166 <vm_exec_core+5638>, 0x78e35092a94b <vm_exec_core+3563>, 0x78e35092a8a0 <vm_exec_core+3392>, 0x78e350929bc0 <vm_exec_core+96>, 0x78e35092a7ed <vm_exec_core+3213>, 0x78e35092a755 <vm_exec_core+3061>, 0x78e35092a706 <vm_exec_core+2982>, 0x78e35092a79e <vm_exec_core+3134>, 0x78e35092a6b7 <vm_exec_core+2903>, 0x78e35092cf78 <vm_exec_core+13336>, 0x78e35092a668 <vm_exec_core+2824>, 0x78e35092a5f9 <vm_exec_core+2713>, 0x78e35092a5b4 <vm_exec_core+2644>, 0x78e35092a541 <vm_exec_core+2529>, 0x78e35092a3ee <vm_exec_core+2190>, 0x78e35092a322 <vm_exec_core+1986>, 0x78e35092a2a6 <vm_exec_core+1862>, 0x78e350929c65 <vm_exec_core+261>, 0x78e35092a272 <vm_exec_core+1810>, 0x78e35092a233 <vm_exec_core+1747>, 0x78e35092a1f4 <vm_exec_core+1684>, 0x78e35092a1b8 <vm_exec_core+1624>, 0x78e35092a0fb <vm_exec_core+1435>, 0x78e35092a076 <vm_exec_core+1302>, 0x78e35092d026 <vm_exec_core+13510>, 0x78e35092cfc0 <vm_exec_core+13408>, 0x78e35092d1af <vm_exec_core+13903>, 0x78e35092c063 <vm_exec_core+9475>, 0x78e35092d116 <vm_exec_core+13750>, 0x78e35092c7db <vm_exec_core+11387>, 0x78e35092c834 <vm_exec_core+11476>, 0x78e35092c8b7 <vm_exec_core+11607>, 0x78e35092c915 <vm_exec_core+11701>, 0x78e35092c973 <vm_exec_core+11795>, 0x78e35092ce19 <vm_exec_core+12985>, 0x78e35092cd4a <vm_exec_core+12778>, 0x78e35092cdcd <vm_exec_core+12909>, 0x78e35092cc74 <vm_exec_core+12564>, 0x78e35092ccc7 <vm_exec_core+12647>, 0x78e35092ce77 <vm_exec_core+13079>, 0x78e35092cf01 <vm_exec_core+13217>, 0x78e35092ca84 <vm_exec_core+12068>, 0x78e35092cadb <vm_exec_core+12155>, 0x78e35092cb24 <vm_exec_core+12228>, 0x78e35092cb8a <vm_exec_core+12330>, 0x78e35092d08b <vm_exec_core+13611>, 0x78e35092a005 <vm_exec_core+1189>, 0x78e350929f85 <vm_exec_core+1061>, 0x78e350929edc <vm_exec_core+892>, 0x78e350929e95 <vm_exec_core+821>, 0x78e350929e4a <vm_exec_core+746>, 0x78e350929e01 <vm_exec_core+673>, 0x78e350929db0 <vm_exec_core+592>, 0x78e350929d7b <vm_exec_core+539>, 0x78e350929d46 <vm_exec_core+486>, 0x78e35092cf49 <vm_exec_core+13289>, 0x78e350929ccf <vm_exec_core+367>, 0x78e35092b994 <vm_exec_core+7732>, 0x78e35092b91c <vm_exec_core+7612>, 0x78e35092b8a5 <vm_exec_core+7493>, 0x78e35092b828 <vm_exec_core+7368>, 0x78e35092ba62 <vm_exec_core+7938>, 0x78e35092ba01 <vm_exec_core+7841>, 0x78e35092b6b6 <vm_exec_core+6998>, 0x78e35092b61a <vm_exec_core+6842>, 0x78e35092b4e7 <vm_exec_core+6535>, 0x78e35092b36a <vm_exec_core+6154>, 0x78e35092b325 <vm_exec_core+6085>, 0x78e35092b2bd <vm_exec_core+5981>, 0x78e35092b246 <vm_exec_core+5862>, 0x78e35092b209 <vm_exec_core+5801>, 0x78e35092b1d1 <vm_exec_core+5745>, 0x78e35092b19c <vm_exec_core+5692>, 0x78e35092bf02 <vm_exec_core+9122>, 0x78e35092becd <vm_exec_core+9069>, 0x78e35092be41 <vm_exec_core+8929>, 0x78e35092bdfd <vm_exec_core+8861>, 0x78e35092bf8f <vm_exec_core+9263>, 0x78e35092bf37 <vm_exec_core+9175>, 0x78e35092bfd6 <vm_exec_core+9334>, 0x78e35092b7a9 <vm_exec_core+7241>, 0x78e35092bbf5 <vm_exec_core+8341>, 0x78e35092bb98 <vm_exec_core+8248>, 0x78e35092bb3e <vm_exec_core+8158>, 0x78e35092bb01 <vm_exec_core+8097>, 0x78e35092bdc0 <vm_exec_core+8800>, 0x78e35092bc2f <vm_exec_core+8399>, 0x78e35092aa0b <vm_exec_core+3755>, 0x78e35092a9a4 <vm_exec_core+3652>, 0x78e35092af42 <vm_exec_core+5090>, 0x78e35092aee3 <vm_exec_core+4995>, 0x78e35092ae96 <vm_exec_core+4918>, 0x78e35092ae41 <vm_exec_core+4833>, 0x78e35092adf7 <vm_exec_core+4759>, 0x78e35092add0 <vm_exec_core+4720>, 0x78e35092ad95 <vm_exec_core+4661>, 0x78e35092ad46 <vm_exec_core+4582>, 0x78e35092ad12 <vm_exec_core+4530>, 0x78e35092ac69 <vm_exec_core+4361>, 0x78e35092ac26 <vm_exec_core+4294>, 0x78e35092abe2 <vm_exec_core+4226>, 0x78e35092abb0 <vm_exec_core+4176>, 0x78e35092ab41 <vm_exec_core+4065>, 0x78e35092aae8 <vm_exec_core+3976>, 0x78e35092aa99 <vm_exec_core+3897>, 0x78e35092b0e6 <vm_exec_core+5510>, 0x78e35092b088 <vm_exec_core+5416>, 0x78e35092afd0 <vm_exec_core+5232>, 0x78e35092af94 <vm_exec_core+5172>, 0x78e35092b155 <vm_exec_core+5621>, 0x78e35092a93a <vm_exec_core+3546>, 0x78e35092a88f <vm_exec_core+3375>, 0x78e35092c6f8 <vm_exec_core+11160>, 0x78e35092a7dc <vm_exec_core+3196>, 0x78e35092a744 <vm_exec_core+3044>, 0x78e35092a6f5 <vm_exec_core+2965>, 0x78e35092a78d <vm_exec_core+3117>, 0x78e35092a6a6 <vm_exec_core+2886>, 0x78e35092c70e <vm_exec_core+11182>, 0x78e35092a657 <vm_exec_core+2807>, 0x78e35092a5e8 <vm_exec_core+2696>, 0x78e35092a5a3 <vm_exec_core+2627>, 0x78e35092a530 <vm_exec_core+2512>, 0x78e35092a3dd <vm_exec_core+2173>, 0x78e35092a311 <vm_exec_core+1969>, 0x78e35092a295 <vm_exec_core+1845>, 0x78e350929c54 <vm_exec_core+244>, 0x78e35092a261 <vm_exec_core+1793>, 0x78e35092a222 <vm_exec_core+1730>, 0x78e35092a1e3 <vm_exec_core+1667>, 0x78e35092a1a7 <vm_exec_core+1607>, 0x78e35092a0ea <vm_exec_core+1418>, 0x78e35092a065 <vm_exec_core+1285>, 0x78e35092c724 <vm_exec_core+11204>, 0x78e35092c73a <vm_exec_core+11226>, 0x78e35092c750 <vm_exec_core+11248>, 0x78e35092c766 <vm_exec_core+11270>, 0x78e35092c77c <vm_exec_core+11292>, 0x78e35092c792 <vm_exec_core+11314>, 0x78e35092c7a8 <vm_exec_core+11336>, 0x78e35092c7c5 <vm_exec_core+11365>, 0x78e35092cc1c <vm_exec_core+12476>, 0x78e35092cc32 <vm_exec_core+12498>, 0x78e35092cc48 <vm_exec_core+12520>, 0x78e35092cc5e <vm_exec_core+12542>, 0x78e35092c9d4 <vm_exec_core+11892>...} #17 0x000078e35092f99e in rb_vm_exec (ec=0x78e2e8106aa0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2639 _ec = 0x78e2e8106aa0 _tag = {tag = 36, retval = 4, buf = {0x78e334784bc0, 0x78e35092f8c0 <rb_vm_exec+304>, 0x0, 0x78e334784aa0, 0x3000000028}, prev = 0x78e334784cd0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = <optimized out> #18 0x000078e35092fdb7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1669 iseq = 0x78e334b1f4a0 type = <optimized out> cfp = <optimized out> flags = <optimized out> use_argv = <optimized out> opt_pc = <optimized out> sp = 0x78e2e81088d8 av = {206158430248, 132917233208528} stack_argv = 0x78e2e81088d8 iseq = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> flags = <optimized out> use_argv = <optimized out> av = <optimized out> stack_argv = <optimized out> bound = <optimized out> #19 0x000078e350930756 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x78e2e8106ce0, argc=argc@entry=0, argv=argv@entry=0x78e334784b70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814 self = <optimized out> #20 0x000078e3508d3bab in thread_do_start_proc (th=th@entry=0x78e2e8106230) at /tmp/ruby/src/trunk-gc-asserts/thread.c:605 args = 132917252855760 args_ptr = 0x78e334784b70 args_len = <optimized out> procval = <optimized out> proc = 0x78e2e8106ce0 #21 0x000078e3508d3fa2 in thread_do_start (th=0x78e2e8106230) at /tmp/ruby/src/trunk-gc-asserts/thread.c:622 result = 36 result = <optimized out> #22 thread_start_func_2 (th=th@entry=0x78e2e8106230, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:677 _ec = 0x78e2e8106aa0 _tag = {tag = 36, retval = 98443125435248, buf = {0x78e334784dd0, 0x78e3508d3f20 <thread_start_func_2+624>, 0x0, 0x78e334784bd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE errinfo = 4 ractor_main_th = 0x59889385d070 fiber_scheduler_closed = 0 event_thread_end_hooked = 0 result = 36 #23 0x000078e3508d4ccf in call_thread_start_func_2 (th=0x78e2e8106230) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2234 stack_start = 0 stack_start_addr = 0x78e334784da8 stack_start = <optimized out> stack_start_addr = <optimized out> #24 nt_start (ptr=0x78e2e8106d20) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2279 th = 0x78e2e8106230 sched = <optimized out> nt = <optimized out> vm = <optimized out> #25 0x000078e3502a3a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {132917233211072, 5354168132744908192, 132917233211072, -256, 0, 132917233069440, 5354168132723936672, 5353965392266005920}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #26 0x000078e350330c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 No locals. Thread 3 (Thread 0x78e3347646c0 (LWP 3940902) "test_dns.rb:764"): #0 0x000078e350322a00 in __GI_ppoll (fds=fds@entry=0x78e334762e18, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 sc_ret = -514 sc_cancel_oldtype = 0 sc_ret = <optimized out> tval = {tv_sec = 98443170337440, tv_nsec = 98443125465464} #1 0x000078e3508cb13e in wait_for_single_fd_blocking_region (th=th@entry=0x5988948bcc80, fds=fds@entry=0x78e334762e18, to=to@entry=0x0, lerrno=lerrno@entry=0x78e334762ddc, nfds=1) at /tmp/ruby/src/trunk-gc-asserts/hrtime.h:168 __region = {prev_status = THREAD_RUNNABLE} ts = {tv_sec = 98443142614144, tv_nsec = 98443125465520} result = 0 #2 0x000078e3508d2926 in thread_io_wait (io=0x59889626ace0, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:4612 to = <optimized out> rel = 98443142614448 end = <optimized out> _ec = 0x59889636e4f0 _tag = {tag = 36, retval = 0, buf = {0x59889626ace0, 0x78e3508d29e0 <thread_io_wait+1520>, 0x0, 0x78e334762d80, 0x78e334762f00}, prev = 0x78e334763ac0, state = RUBY_TAG_NONE, lock_rec = 0} fds = {{fd = 10, events = 1, revents = 0}} result = 0 nfds = 1 blocking_operation = {list = {next = 0x59889626adb0, prev = 0x59889626adb0}, ec = 0x59889636e4f0} state = RUBY_TAG_NONE lerrno = 0 ec = <optimized out> th = <optimized out> #3 0x000078e3508d6e41 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:4767 No locals. #4 0x000078e350764601 in rb_io_wait (timeout=4, events=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/int.h:172 scheduler = <optimized out> fptr = 0x59889626ace0 tv_storage = {tv_sec = 0, tv_usec = 132917702828797} tv = 0x0 ready = <optimized out> scheduler = <optimized out> fptr = <optimized out> tv_storage = <optimized out> tv = <optimized out> ready = <optimized out> errno_to_fail = <optimized out> #5 rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:1454 scheduler = <optimized out> fptr = <optimized out> tv_storage = <optimized out> tv = <optimized out> ready = <optimized out> errno_to_fail = <optimized out> #6 0x000078e350764d45 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=132917229202760, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-gc-asserts/io.c:1653 result = <optimized out> #7 0x000078e335762d18 in rsock_s_accept (klass=132917248408440, io=132917229202760, sockaddr=sockaddr@entry=0x78e334762f90, len=len@entry=0x78e334762f8c) at /tmp/ruby/src/trunk-gc-asserts/ext/socket/init.c:738 error = 11 fptr = 0x59889626ace0 accept_arg = {fd = 10, sockaddr = 0x78e334762f90, len = 0x78e334762f8c} retry = 0 peer = <optimized out> retry = <optimized out> #8 0x000078e335776ab2 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpserver.c:61 buffer = {addr = {sa_family = 12432, sa_data = "v4\343x\000\000\374\021\314P\343x\000"}, in = {sin_family = 12432, sin_port = 13430, sin_addr = {s_addr = 30947}, sin_zero = "\374\021\314P\343x\000"}, in6 = {sin6_family = 12432, sin6_port = 13430, sin6_flowinfo = 30947, sin6_addr = {__in6_u = {__u6_addr8 = "\374\021\314P\343x\000\000\006\000\000\000\000\000\000", __u6_addr16 = {4604, 20684, 30947, 0, 6, 0, 0, 0}, __u6_addr32 = {1355551228, 30947, 6, 0}}}, sin6_scope_id = 2482497040}, un = {sun_family = 12432, sun_path = "v4\343x\000\000\374\021\314P\343x\000\000\006\000\000\000\000\000\000\000\020\346\367\223\210Y\000\000\005", '\000' <repeats 15 times>, "\001\000\000\000\000\000\000\000Pn\362\223\210Y\000\000\340l\020\350\342x\000\000\200\027\2445\343x\000\000\a\000\000\000\000\000\000\000\200~\033\226\210Y\000\000\000\000\000\000\000\000\000\000\360q\362\223\210Y"}, storage = {ss_family = 12432, __ss_padding = "v4\343x\000\000\374\021\314P\343x\000\000\006\000\000\000\000\000\000\000\020\346\367\223\210Y\000\000\005", '\000' <repeats 15 times>, "\001\000\000\000\000\000\000\000Pn\362\223\210Y\000\000\340l\020\350\342x\000\000\200\027\2445\343x\000\000\a\000\000\000\000\000\000\000\200~\033\226\210Y\000\000\000\000\000\000\000\000\000\000\360q\362\223\210Y\000\00000v4\343x\000", __ss_align = 132916352909313}, place_holder = "\2200v4\343x\000\000\374\021\314P\343x\000\000\006\000\000\000\000\000\000\000\020\346\367\223\210Y\000\000\005", '\000' <repeats 15 times>, "\001\000\000\000\000\000\000\000Pn\362\223\210Y\000\000\340l\020\350\342x\000\000\200\027\2445\343x\000\000\a\000\000\000\000\000\000\000\200~\033\226\210Y\000\000\000\000\000\000\000\000\000\000\360q\362\223\210Y\000\00000v4\343x\000\000\001\000\000\000\343x\000\000Pn\362\223\210Y\000\000(0v4\343x\000\0000\252\f5\343x\000\000\377\377\377\377\000\000\000\000h\274!P\343x\000\000\000\220AP\343x\000\000\200\027\2445\343x", '\000' <repeats 18 times>...} length = 2048 #9 0x000078e35091355d in vm_call_cfunc_with_frame_ (ec=0x59889636e4f0, reg_cfp=0x5988968d0500, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 ci = 0xdf9100100001 cc = <optimized out> val = <optimized out> me = 0x78e335ab7750 cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> args = <optimized out> args = <optimized out> #10 0x000078e35091caf8 in vm_sendish (ec=0x59889636e4f0, reg_cfp=0x5988968d0500, cd=0x5988954e1e00, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:437 val = 36 ci = <optimized out> cc = 0x78e3349bf740 argc = <optimized out> recv = <optimized out> calling = {cd = 0x5988954e1e00, cc = 0x78e3349bf740, block_handler = 0, recv = 132917229202760, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0} #11 0x000078e350929be4 in vm_exec_core (ec=0x78e334762e18, ec@entry=0x59889636e4f0) at ../../src/trunk-gc-asserts/insns.def:900 bh = <optimized out> cd = 0x0 leaf = <optimized out> val = 132917708232224 reg_pc = 0x5988962250d8 reg_cfp = 0x5988968d0500 insns_address_table = {0x78e35092cf67 <vm_exec_core+13319>, 0x78e350929ce0 <vm_exec_core+384>, 0x78e35092b9a5 <vm_exec_core+7749>, 0x78e35092b92d <vm_exec_core+7629>, 0x78e35092b8b6 <vm_exec_core+7510>, 0x78e35092b839 <vm_exec_core+7385>, 0x78e35092ba73 <vm_exec_core+7955>, 0x78e35092ba12 <vm_exec_core+7858>, 0x78e35092b6c7 <vm_exec_core+7015>, 0x78e35092b62b <vm_exec_core+6859>, 0x78e35092b4f8 <vm_exec_core+6552>, 0x78e35092b37b <vm_exec_core+6171>, 0x78e35092b336 <vm_exec_core+6102>, 0x78e35092b2ce <vm_exec_core+5998>, 0x78e35092b257 <vm_exec_core+5879>, 0x78e35092b21a <vm_exec_core+5818>, 0x78e35092b1e2 <vm_exec_core+5762>, 0x78e35092b1ad <vm_exec_core+5709>, 0x78e35092bf13 <vm_exec_core+9139>, 0x78e35092bede <vm_exec_core+9086>, 0x78e35092be52 <vm_exec_core+8946>, 0x78e35092be0e <vm_exec_core+8878>, 0x78e35092bfa0 <vm_exec_core+9280>, 0x78e35092bf48 <vm_exec_core+9192>, 0x78e35092bfe7 <vm_exec_core+9351>, 0x78e35092b7ba <vm_exec_core+7258>, 0x78e35092bc06 <vm_exec_core+8358>, 0x78e35092bba9 <vm_exec_core+8265>, 0x78e35092bb4f <vm_exec_core+8175>, 0x78e35092bb12 <vm_exec_core+8114>, 0x78e35092bdd1 <vm_exec_core+8817>, 0x78e35092bc40 <vm_exec_core+8416>, 0x78e35092aa1c <vm_exec_core+3772>, 0x78e35092a9b5 <vm_exec_core+3669>, 0x78e35092af53 <vm_exec_core+5107>, 0x78e35092aef4 <vm_exec_core+5012>, 0x78e35092aea7 <vm_exec_core+4935>, 0x78e35092ae52 <vm_exec_core+4850>, 0x78e35092ae08 <vm_exec_core+4776>, 0x78e35092ade1 <vm_exec_core+4737>, 0x78e35092ada6 <vm_exec_core+4678>, 0x78e35092ad57 <vm_exec_core+4599>, 0x78e35092ad23 <vm_exec_core+4547>, 0x78e35092ac7a <vm_exec_core+4378>, 0x78e35092ac37 <vm_exec_core+4311>, 0x78e35092abf3 <vm_exec_core+4243>, 0x78e35092abc1 <vm_exec_core+4193>, 0x78e35092ab52 <vm_exec_core+4082>, 0x78e35092aaf9 <vm_exec_core+3993>, 0x78e35092aaaa <vm_exec_core+3914>, 0x78e35092b0f7 <vm_exec_core+5527>, 0x78e35092b099 <vm_exec_core+5433>, 0x78e35092afe1 <vm_exec_core+5249>, 0x78e35092afa5 <vm_exec_core+5189>, 0x78e35092b166 <vm_exec_core+5638>, 0x78e35092a94b <vm_exec_core+3563>, 0x78e35092a8a0 <vm_exec_core+3392>, 0x78e350929bc0 <vm_exec_core+96>, 0x78e35092a7ed <vm_exec_core+3213>, 0x78e35092a755 <vm_exec_core+3061>, 0x78e35092a706 <vm_exec_core+2982>, 0x78e35092a79e <vm_exec_core+3134>, 0x78e35092a6b7 <vm_exec_core+2903>, 0x78e35092cf78 <vm_exec_core+13336>, 0x78e35092a668 <vm_exec_core+2824>, 0x78e35092a5f9 <vm_exec_core+2713>, 0x78e35092a5b4 <vm_exec_core+2644>, 0x78e35092a541 <vm_exec_core+2529>, 0x78e35092a3ee <vm_exec_core+2190>, 0x78e35092a322 <vm_exec_core+1986>, 0x78e35092a2a6 <vm_exec_core+1862>, 0x78e350929c65 <vm_exec_core+261>, 0x78e35092a272 <vm_exec_core+1810>, 0x78e35092a233 <vm_exec_core+1747>, 0x78e35092a1f4 <vm_exec_core+1684>, 0x78e35092a1b8 <vm_exec_core+1624>, 0x78e35092a0fb <vm_exec_core+1435>, 0x78e35092a076 <vm_exec_core+1302>, 0x78e35092d026 <vm_exec_core+13510>, 0x78e35092cfc0 <vm_exec_core+13408>, 0x78e35092d1af <vm_exec_core+13903>, 0x78e35092c063 <vm_exec_core+9475>, 0x78e35092d116 <vm_exec_core+13750>, 0x78e35092c7db <vm_exec_core+11387>, 0x78e35092c834 <vm_exec_core+11476>, 0x78e35092c8b7 <vm_exec_core+11607>, 0x78e35092c915 <vm_exec_core+11701>, 0x78e35092c973 <vm_exec_core+11795>, 0x78e35092ce19 <vm_exec_core+12985>, 0x78e35092cd4a <vm_exec_core+12778>, 0x78e35092cdcd <vm_exec_core+12909>, 0x78e35092cc74 <vm_exec_core+12564>, 0x78e35092ccc7 <vm_exec_core+12647>, 0x78e35092ce77 <vm_exec_core+13079>, 0x78e35092cf01 <vm_exec_core+13217>, 0x78e35092ca84 <vm_exec_core+12068>, 0x78e35092cadb <vm_exec_core+12155>, 0x78e35092cb24 <vm_exec_core+12228>, 0x78e35092cb8a <vm_exec_core+12330>, 0x78e35092d08b <vm_exec_core+13611>, 0x78e35092a005 <vm_exec_core+1189>, 0x78e350929f85 <vm_exec_core+1061>, 0x78e350929edc <vm_exec_core+892>, 0x78e350929e95 <vm_exec_core+821>, 0x78e350929e4a <vm_exec_core+746>, 0x78e350929e01 <vm_exec_core+673>, 0x78e350929db0 <vm_exec_core+592>, 0x78e350929d7b <vm_exec_core+539>, 0x78e350929d46 <vm_exec_core+486>, 0x78e35092cf49 <vm_exec_core+13289>, 0x78e350929ccf <vm_exec_core+367>, 0x78e35092b994 <vm_exec_core+7732>, 0x78e35092b91c <vm_exec_core+7612>, 0x78e35092b8a5 <vm_exec_core+7493>, 0x78e35092b828 <vm_exec_core+7368>, 0x78e35092ba62 <vm_exec_core+7938>, 0x78e35092ba01 <vm_exec_core+7841>, 0x78e35092b6b6 <vm_exec_core+6998>, 0x78e35092b61a <vm_exec_core+6842>, 0x78e35092b4e7 <vm_exec_core+6535>, 0x78e35092b36a <vm_exec_core+6154>, 0x78e35092b325 <vm_exec_core+6085>, 0x78e35092b2bd <vm_exec_core+5981>, 0x78e35092b246 <vm_exec_core+5862>, 0x78e35092b209 <vm_exec_core+5801>, 0x78e35092b1d1 <vm_exec_core+5745>, 0x78e35092b19c <vm_exec_core+5692>, 0x78e35092bf02 <vm_exec_core+9122>, 0x78e35092becd <vm_exec_core+9069>, 0x78e35092be41 <vm_exec_core+8929>, 0x78e35092bdfd <vm_exec_core+8861>, 0x78e35092bf8f <vm_exec_core+9263>, 0x78e35092bf37 <vm_exec_core+9175>, 0x78e35092bfd6 <vm_exec_core+9334>, 0x78e35092b7a9 <vm_exec_core+7241>, 0x78e35092bbf5 <vm_exec_core+8341>, 0x78e35092bb98 <vm_exec_core+8248>, 0x78e35092bb3e <vm_exec_core+8158>, 0x78e35092bb01 <vm_exec_core+8097>, 0x78e35092bdc0 <vm_exec_core+8800>, 0x78e35092bc2f <vm_exec_core+8399>, 0x78e35092aa0b <vm_exec_core+3755>, 0x78e35092a9a4 <vm_exec_core+3652>, 0x78e35092af42 <vm_exec_core+5090>, 0x78e35092aee3 <vm_exec_core+4995>, 0x78e35092ae96 <vm_exec_core+4918>, 0x78e35092ae41 <vm_exec_core+4833>, 0x78e35092adf7 <vm_exec_core+4759>, 0x78e35092add0 <vm_exec_core+4720>, 0x78e35092ad95 <vm_exec_core+4661>, 0x78e35092ad46 <vm_exec_core+4582>, 0x78e35092ad12 <vm_exec_core+4530>, 0x78e35092ac69 <vm_exec_core+4361>, 0x78e35092ac26 <vm_exec_core+4294>, 0x78e35092abe2 <vm_exec_core+4226>, 0x78e35092abb0 <vm_exec_core+4176>, 0x78e35092ab41 <vm_exec_core+4065>, 0x78e35092aae8 <vm_exec_core+3976>, 0x78e35092aa99 <vm_exec_core+3897>, 0x78e35092b0e6 <vm_exec_core+5510>, 0x78e35092b088 <vm_exec_core+5416>, 0x78e35092afd0 <vm_exec_core+5232>, 0x78e35092af94 <vm_exec_core+5172>, 0x78e35092b155 <vm_exec_core+5621>, 0x78e35092a93a <vm_exec_core+3546>, 0x78e35092a88f <vm_exec_core+3375>, 0x78e35092c6f8 <vm_exec_core+11160>, 0x78e35092a7dc <vm_exec_core+3196>, 0x78e35092a744 <vm_exec_core+3044>, 0x78e35092a6f5 <vm_exec_core+2965>, 0x78e35092a78d <vm_exec_core+3117>, 0x78e35092a6a6 <vm_exec_core+2886>, 0x78e35092c70e <vm_exec_core+11182>, 0x78e35092a657 <vm_exec_core+2807>, 0x78e35092a5e8 <vm_exec_core+2696>, 0x78e35092a5a3 <vm_exec_core+2627>, 0x78e35092a530 <vm_exec_core+2512>, 0x78e35092a3dd <vm_exec_core+2173>, 0x78e35092a311 <vm_exec_core+1969>, 0x78e35092a295 <vm_exec_core+1845>, 0x78e350929c54 <vm_exec_core+244>, 0x78e35092a261 <vm_exec_core+1793>, 0x78e35092a222 <vm_exec_core+1730>, 0x78e35092a1e3 <vm_exec_core+1667>, 0x78e35092a1a7 <vm_exec_core+1607>, 0x78e35092a0ea <vm_exec_core+1418>, 0x78e35092a065 <vm_exec_core+1285>, 0x78e35092c724 <vm_exec_core+11204>, 0x78e35092c73a <vm_exec_core+11226>, 0x78e35092c750 <vm_exec_core+11248>, 0x78e35092c766 <vm_exec_core+11270>, 0x78e35092c77c <vm_exec_core+11292>, 0x78e35092c792 <vm_exec_core+11314>, 0x78e35092c7a8 <vm_exec_core+11336>, 0x78e35092c7c5 <vm_exec_core+11365>, 0x78e35092cc1c <vm_exec_core+12476>, 0x78e35092cc32 <vm_exec_core+12498>, 0x78e35092cc48 <vm_exec_core+12520>, 0x78e35092cc5e <vm_exec_core+12542>, 0x78e35092c9d4 <vm_exec_core+11892>...} #12 0x000078e35092f99e in rb_vm_exec (ec=0x59889636e4f0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2639 _ec = 0x59889636e4f0 _tag = {tag = 36, retval = 4, buf = {0x78e334763bc0, 0x78e35092f8c0 <rb_vm_exec+304>, 0x0, 0x78e334763aa0, 0x3000000028}, prev = 0x78e334763cd0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = <optimized out> #13 0x000078e35092fdb7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1669 iseq = 0x78e334a8f440 type = <optimized out> cfp = <optimized out> flags = <optimized out> use_argv = <optimized out> opt_pc = <optimized out> sp = 0x5988967d0588 av = {206158430248, 132917233073360} stack_argv = 0x5988967d0588 iseq = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> flags = <optimized out> use_argv = <optimized out> av = <optimized out> stack_argv = <optimized out> bound = <optimized out> #14 0x000078e350930756 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5988957c5970, argc=argc@entry=0, argv=argv@entry=0x78e334763b70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814 self = <optimized out> #15 0x000078e3508d3bab in thread_do_start_proc (th=th@entry=0x5988948bcc80) at /tmp/ruby/src/trunk-gc-asserts/thread.c:605 args = 132917229201560 args_ptr = 0x78e334763b70 args_len = <optimized out> procval = <optimized out> proc = 0x5988957c5970 #16 0x000078e3508d3fa2 in thread_do_start (th=0x5988948bcc80) at /tmp/ruby/src/trunk-gc-asserts/thread.c:622 result = 36 result = <optimized out> #17 thread_start_func_2 (th=th@entry=0x5988948bcc80, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:677 _ec = 0x59889636e4f0 _tag = {tag = 36, retval = 98443125435248, buf = {0x78e334763dd0, 0x78e3508d3f20 <thread_start_func_2+624>, 0x0, 0x78e334763bd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE errinfo = 4 ractor_main_th = 0x59889385d070 fiber_scheduler_closed = 0 event_thread_end_hooked = 0 result = 36 #18 0x000078e3508d4ccf in call_thread_start_func_2 (th=0x5988948bcc80) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2234 stack_start = 0 stack_start_addr = 0x78e334763da8 stack_start = <optimized out> stack_start_addr = <optimized out> #19 nt_start (ptr=0x59889632d2a0) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2279 th = 0x5988948bcc80 sched = <optimized out> nt = <optimized out> vm = <optimized out> #20 0x000078e3502a3a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {132917233075904, 5354168149387906464, 132917233075904, -256, 0, 140729127338560, 5354168149366934944, 5353965392266005920}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #21 0x000078e350330c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 No locals. Thread 2 (Thread 0x78e3347a66c0 (LWP 3940903) "test_dns.rb:769"): #0 0x000078e350322a00 in __GI_ppoll (fds=fds@entry=0x78e3347a4e18, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42 sc_ret = -514 sc_cancel_oldtype = 0 sc_ret = <optimized out> tval = {tv_sec = 98443157567792, tv_nsec = 132917697874626} #1 0x000078e3508cb13e in wait_for_single_fd_blocking_region (th=th@entry=0x59889543dc80, fds=fds@entry=0x78e3347a4e18, to=to@entry=0x0, lerrno=lerrno@entry=0x78e3347a4ddc, nfds=1) at /tmp/ruby/src/trunk-gc-asserts/hrtime.h:168 __region = {prev_status = THREAD_RUNNABLE} ts = {tv_sec = 98443154676864, tv_nsec = 98443125465520} result = 0 #2 0x000078e3508d2926 in thread_io_wait (io=0x598895859720, fd=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:4612 to = <optimized out> rel = 98443154677168 end = <optimized out> _ec = 0x59889427b930 _tag = {tag = 36, retval = 0, buf = {0x598895859720, 0x78e3508d29e0 <thread_io_wait+1520>, 0x0, 0x78e3347a4d80, 0x1}, prev = 0x78e3347a5ac0, state = RUBY_TAG_NONE, lock_rec = 0} fds = {{fd = 12, events = 1, revents = 0}} result = 0 nfds = 1 blocking_operation = {list = {next = 0x5988958597f0, prev = 0x5988958597f0}, ec = 0x59889427b930} state = RUBY_TAG_NONE lerrno = 0 ec = <optimized out> th = <optimized out> #3 0x000078e3508d6e41 in rb_thread_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:4767 No locals. #4 0x000078e350764601 in rb_io_wait (timeout=4, events=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/include/ruby/internal/arithmetic/int.h:172 scheduler = <optimized out> fptr = 0x598895859720 tv_storage = {tv_sec = 98443142634816, tv_usec = 132917702828797} tv = 0x0 ready = <optimized out> scheduler = <optimized out> fptr = <optimized out> tv_storage = <optimized out> tv = <optimized out> ready = <optimized out> errno_to_fail = <optimized out> #5 rb_io_wait (io=<optimized out>, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/io.c:1454 scheduler = <optimized out> fptr = <optimized out> tv_storage = <optimized out> tv = <optimized out> ready = <optimized out> errno_to_fail = <optimized out> #6 0x000078e350764d45 in rb_io_maybe_wait_readable (error=error@entry=11, io=io@entry=132917229202480, timeout=timeout@entry=4) at /tmp/ruby/src/trunk-gc-asserts/io.c:1653 result = <optimized out> #7 0x000078e335762d18 in rsock_s_accept (klass=132917248408440, io=132917229202480, sockaddr=sockaddr@entry=0x78e3347a4f90, len=len@entry=0x78e3347a4f8c) at /tmp/ruby/src/trunk-gc-asserts/ext/socket/init.c:738 error = 11 fptr = 0x598895859720 accept_arg = {fd = 12, sockaddr = 0x78e3347a4f90, len = 0x78e3347a4f8c} retry = 0 peer = <optimized out> retry = <optimized out> #8 0x000078e335776ab2 in tcp_accept (server=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/ext/socket/tcpserver.c:61 buffer = {addr = {sa_family = 41312, sa_data = "Q\225\210Y\000\000\020\017\000\360\342x\000"}, in = {sin_family = 41312, sin_port = 38225, sin_addr = {s_addr = 22920}, sin_zero = "\020\017\000\360\342x\000"}, in6 = {sin6_family = 41312, sin6_port = 38225, sin6_flowinfo = 22920, sin6_addr = {__in6_u = {__u6_addr8 = "\020\017\000\360\342x\000\000\024\000\000\000\000\000\000", __u6_addr16 = {3856, 61440, 30946, 0, 20, 0, 0, 0}, __u6_addr32 = {4026535696, 30946, 20, 0}}}, sin6_scope_id = 1344929132}, un = {sun_family = 41312, sun_path = "Q\225\210Y\000\000\020\017\000\360\342x\000\000\024\000\000\000\000\000\000\000l\375)P\343x\000\000`\241Q\225\210Y\000\000\000\000\000\000\000\000\000\000\220\035\214\224\210Y\000\000@\035\214\224\211\001\000\000\340Oz4\343x\000\000h\035\214\224\210Y\000\000\214\035\214\224\210Y\000\000\214\035\214\224\210Y\000\000\300Pz4\343x\000\000\302&*P\343x"}, storage = {ss_family = 41312, __ss_padding = "Q\225\210Y\000\000\020\017\000\360\342x\000\000\024\000\000\000\000\000\000\000l\375)P\343x\000\000`\241Q\225\210Y\000\000\000\000\000\000\000\000\000\000\220\035\214\224\210Y\000\000@\035\214\224\211\001\000\000\340Oz4\343x\000\000h\035\214\224\210Y\000\000\214\035\214\224\210Y\000\000\214\035\214\224\210Y\000\000\300Pz4\343x\000\000\302&*P\343x\000\000\000\000\000\000\000\000\000", __ss_align = 98443142634872}, place_holder = "`\241Q\225\210Y\000\000\020\017\000\360\342x\000\000\024\000\000\000\000\000\000\000l\375)P\343x\000\000`\241Q\225\210Y\000\000\000\000\000\000\000\000\000\000\220\035\214\224\210Y\000\000@\035\214\224\211\001\000\000\340Oz4\343x\000\000h\035\214\224\210Y\000\000\214\035\214\224\210Y\000\000\214\035\214\224\210Y\000\000\300Pz4\343x\000\000\302&*P\343x\000\000\000\000\000\000\000\000\000\000x\035\214\224\210Y\000\000@Pz4\343x", '\000' <repeats 18 times>, "\020\000\000\000\000\000\000\000\b", '\000' <repeats 15 times>, "\240$*P\343x\000\000`Pz4\343x\000\000\300`\212\225\210Y\000\000"...} length = 2048 #9 0x000078e35091355d in vm_call_cfunc_with_frame_ (ec=0x59889427b930, reg_cfp=0x5988969d0510, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 ci = 0xdf9100100001 cc = <optimized out> val = <optimized out> me = 0x78e335ab7750 cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> args = <optimized out> args = <optimized out> #10 0x000078e35091caf8 in vm_sendish (ec=0x59889427b930, reg_cfp=0x5988969d0510, cd=0x59889423a160, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:437 val = 36 ci = <optimized out> cc = 0x78e3349bf740 argc = <optimized out> recv = <optimized out> calling = {cd = 0x59889423a160, cc = 0x78e3349bf740, block_handler = 0, recv = 132917229202480, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0} #11 0x000078e350929be4 in vm_exec_core (ec=0x78e3347a4e18, ec@entry=0x59889427b930) at ../../src/trunk-gc-asserts/insns.def:900 bh = <optimized out> cd = 0x0 leaf = <optimized out> val = 132917708232224 reg_pc = 0x598894239980 reg_cfp = 0x5988969d0510 insns_address_table = {0x78e35092cf67 <vm_exec_core+13319>, 0x78e350929ce0 <vm_exec_core+384>, 0x78e35092b9a5 <vm_exec_core+7749>, 0x78e35092b92d <vm_exec_core+7629>, 0x78e35092b8b6 <vm_exec_core+7510>, 0x78e35092b839 <vm_exec_core+7385>, 0x78e35092ba73 <vm_exec_core+7955>, 0x78e35092ba12 <vm_exec_core+7858>, 0x78e35092b6c7 <vm_exec_core+7015>, 0x78e35092b62b <vm_exec_core+6859>, 0x78e35092b4f8 <vm_exec_core+6552>, 0x78e35092b37b <vm_exec_core+6171>, 0x78e35092b336 <vm_exec_core+6102>, 0x78e35092b2ce <vm_exec_core+5998>, 0x78e35092b257 <vm_exec_core+5879>, 0x78e35092b21a <vm_exec_core+5818>, 0x78e35092b1e2 <vm_exec_core+5762>, 0x78e35092b1ad <vm_exec_core+5709>, 0x78e35092bf13 <vm_exec_core+9139>, 0x78e35092bede <vm_exec_core+9086>, 0x78e35092be52 <vm_exec_core+8946>, 0x78e35092be0e <vm_exec_core+8878>, 0x78e35092bfa0 <vm_exec_core+9280>, 0x78e35092bf48 <vm_exec_core+9192>, 0x78e35092bfe7 <vm_exec_core+9351>, 0x78e35092b7ba <vm_exec_core+7258>, 0x78e35092bc06 <vm_exec_core+8358>, 0x78e35092bba9 <vm_exec_core+8265>, 0x78e35092bb4f <vm_exec_core+8175>, 0x78e35092bb12 <vm_exec_core+8114>, 0x78e35092bdd1 <vm_exec_core+8817>, 0x78e35092bc40 <vm_exec_core+8416>, 0x78e35092aa1c <vm_exec_core+3772>, 0x78e35092a9b5 <vm_exec_core+3669>, 0x78e35092af53 <vm_exec_core+5107>, 0x78e35092aef4 <vm_exec_core+5012>, 0x78e35092aea7 <vm_exec_core+4935>, 0x78e35092ae52 <vm_exec_core+4850>, 0x78e35092ae08 <vm_exec_core+4776>, 0x78e35092ade1 <vm_exec_core+4737>, 0x78e35092ada6 <vm_exec_core+4678>, 0x78e35092ad57 <vm_exec_core+4599>, 0x78e35092ad23 <vm_exec_core+4547>, 0x78e35092ac7a <vm_exec_core+4378>, 0x78e35092ac37 <vm_exec_core+4311>, 0x78e35092abf3 <vm_exec_core+4243>, 0x78e35092abc1 <vm_exec_core+4193>, 0x78e35092ab52 <vm_exec_core+4082>, 0x78e35092aaf9 <vm_exec_core+3993>, 0x78e35092aaaa <vm_exec_core+3914>, 0x78e35092b0f7 <vm_exec_core+5527>, 0x78e35092b099 <vm_exec_core+5433>, 0x78e35092afe1 <vm_exec_core+5249>, 0x78e35092afa5 <vm_exec_core+5189>, 0x78e35092b166 <vm_exec_core+5638>, 0x78e35092a94b <vm_exec_core+3563>, 0x78e35092a8a0 <vm_exec_core+3392>, 0x78e350929bc0 <vm_exec_core+96>, 0x78e35092a7ed <vm_exec_core+3213>, 0x78e35092a755 <vm_exec_core+3061>, 0x78e35092a706 <vm_exec_core+2982>, 0x78e35092a79e <vm_exec_core+3134>, 0x78e35092a6b7 <vm_exec_core+2903>, 0x78e35092cf78 <vm_exec_core+13336>, 0x78e35092a668 <vm_exec_core+2824>, 0x78e35092a5f9 <vm_exec_core+2713>, 0x78e35092a5b4 <vm_exec_core+2644>, 0x78e35092a541 <vm_exec_core+2529>, 0x78e35092a3ee <vm_exec_core+2190>, 0x78e35092a322 <vm_exec_core+1986>, 0x78e35092a2a6 <vm_exec_core+1862>, 0x78e350929c65 <vm_exec_core+261>, 0x78e35092a272 <vm_exec_core+1810>, 0x78e35092a233 <vm_exec_core+1747>, 0x78e35092a1f4 <vm_exec_core+1684>, 0x78e35092a1b8 <vm_exec_core+1624>, 0x78e35092a0fb <vm_exec_core+1435>, 0x78e35092a076 <vm_exec_core+1302>, 0x78e35092d026 <vm_exec_core+13510>, 0x78e35092cfc0 <vm_exec_core+13408>, 0x78e35092d1af <vm_exec_core+13903>, 0x78e35092c063 <vm_exec_core+9475>, 0x78e35092d116 <vm_exec_core+13750>, 0x78e35092c7db <vm_exec_core+11387>, 0x78e35092c834 <vm_exec_core+11476>, 0x78e35092c8b7 <vm_exec_core+11607>, 0x78e35092c915 <vm_exec_core+11701>, 0x78e35092c973 <vm_exec_core+11795>, 0x78e35092ce19 <vm_exec_core+12985>, 0x78e35092cd4a <vm_exec_core+12778>, 0x78e35092cdcd <vm_exec_core+12909>, 0x78e35092cc74 <vm_exec_core+12564>, 0x78e35092ccc7 <vm_exec_core+12647>, 0x78e35092ce77 <vm_exec_core+13079>, 0x78e35092cf01 <vm_exec_core+13217>, 0x78e35092ca84 <vm_exec_core+12068>, 0x78e35092cadb <vm_exec_core+12155>, 0x78e35092cb24 <vm_exec_core+12228>, 0x78e35092cb8a <vm_exec_core+12330>, 0x78e35092d08b <vm_exec_core+13611>, 0x78e35092a005 <vm_exec_core+1189>, 0x78e350929f85 <vm_exec_core+1061>, 0x78e350929edc <vm_exec_core+892>, 0x78e350929e95 <vm_exec_core+821>, 0x78e350929e4a <vm_exec_core+746>, 0x78e350929e01 <vm_exec_core+673>, 0x78e350929db0 <vm_exec_core+592>, 0x78e350929d7b <vm_exec_core+539>, 0x78e350929d46 <vm_exec_core+486>, 0x78e35092cf49 <vm_exec_core+13289>, 0x78e350929ccf <vm_exec_core+367>, 0x78e35092b994 <vm_exec_core+7732>, 0x78e35092b91c <vm_exec_core+7612>, 0x78e35092b8a5 <vm_exec_core+7493>, 0x78e35092b828 <vm_exec_core+7368>, 0x78e35092ba62 <vm_exec_core+7938>, 0x78e35092ba01 <vm_exec_core+7841>, 0x78e35092b6b6 <vm_exec_core+6998>, 0x78e35092b61a <vm_exec_core+6842>, 0x78e35092b4e7 <vm_exec_core+6535>, 0x78e35092b36a <vm_exec_core+6154>, 0x78e35092b325 <vm_exec_core+6085>, 0x78e35092b2bd <vm_exec_core+5981>, 0x78e35092b246 <vm_exec_core+5862>, 0x78e35092b209 <vm_exec_core+5801>, 0x78e35092b1d1 <vm_exec_core+5745>, 0x78e35092b19c <vm_exec_core+5692>, 0x78e35092bf02 <vm_exec_core+9122>, 0x78e35092becd <vm_exec_core+9069>, 0x78e35092be41 <vm_exec_core+8929>, 0x78e35092bdfd <vm_exec_core+8861>, 0x78e35092bf8f <vm_exec_core+9263>, 0x78e35092bf37 <vm_exec_core+9175>, 0x78e35092bfd6 <vm_exec_core+9334>, 0x78e35092b7a9 <vm_exec_core+7241>, 0x78e35092bbf5 <vm_exec_core+8341>, 0x78e35092bb98 <vm_exec_core+8248>, 0x78e35092bb3e <vm_exec_core+8158>, 0x78e35092bb01 <vm_exec_core+8097>, 0x78e35092bdc0 <vm_exec_core+8800>, 0x78e35092bc2f <vm_exec_core+8399>, 0x78e35092aa0b <vm_exec_core+3755>, 0x78e35092a9a4 <vm_exec_core+3652>, 0x78e35092af42 <vm_exec_core+5090>, 0x78e35092aee3 <vm_exec_core+4995>, 0x78e35092ae96 <vm_exec_core+4918>, 0x78e35092ae41 <vm_exec_core+4833>, 0x78e35092adf7 <vm_exec_core+4759>, 0x78e35092add0 <vm_exec_core+4720>, 0x78e35092ad95 <vm_exec_core+4661>, 0x78e35092ad46 <vm_exec_core+4582>, 0x78e35092ad12 <vm_exec_core+4530>, 0x78e35092ac69 <vm_exec_core+4361>, 0x78e35092ac26 <vm_exec_core+4294>, 0x78e35092abe2 <vm_exec_core+4226>, 0x78e35092abb0 <vm_exec_core+4176>, 0x78e35092ab41 <vm_exec_core+4065>, 0x78e35092aae8 <vm_exec_core+3976>, 0x78e35092aa99 <vm_exec_core+3897>, 0x78e35092b0e6 <vm_exec_core+5510>, 0x78e35092b088 <vm_exec_core+5416>, 0x78e35092afd0 <vm_exec_core+5232>, 0x78e35092af94 <vm_exec_core+5172>, 0x78e35092b155 <vm_exec_core+5621>, 0x78e35092a93a <vm_exec_core+3546>, 0x78e35092a88f <vm_exec_core+3375>, 0x78e35092c6f8 <vm_exec_core+11160>, 0x78e35092a7dc <vm_exec_core+3196>, 0x78e35092a744 <vm_exec_core+3044>, 0x78e35092a6f5 <vm_exec_core+2965>, 0x78e35092a78d <vm_exec_core+3117>, 0x78e35092a6a6 <vm_exec_core+2886>, 0x78e35092c70e <vm_exec_core+11182>, 0x78e35092a657 <vm_exec_core+2807>, 0x78e35092a5e8 <vm_exec_core+2696>, 0x78e35092a5a3 <vm_exec_core+2627>, 0x78e35092a530 <vm_exec_core+2512>, 0x78e35092a3dd <vm_exec_core+2173>, 0x78e35092a311 <vm_exec_core+1969>, 0x78e35092a295 <vm_exec_core+1845>, 0x78e350929c54 <vm_exec_core+244>, 0x78e35092a261 <vm_exec_core+1793>, 0x78e35092a222 <vm_exec_core+1730>, 0x78e35092a1e3 <vm_exec_core+1667>, 0x78e35092a1a7 <vm_exec_core+1607>, 0x78e35092a0ea <vm_exec_core+1418>, 0x78e35092a065 <vm_exec_core+1285>, 0x78e35092c724 <vm_exec_core+11204>, 0x78e35092c73a <vm_exec_core+11226>, 0x78e35092c750 <vm_exec_core+11248>, 0x78e35092c766 <vm_exec_core+11270>, 0x78e35092c77c <vm_exec_core+11292>, 0x78e35092c792 <vm_exec_core+11314>, 0x78e35092c7a8 <vm_exec_core+11336>, 0x78e35092c7c5 <vm_exec_core+11365>, 0x78e35092cc1c <vm_exec_core+12476>, 0x78e35092cc32 <vm_exec_core+12498>, 0x78e35092cc48 <vm_exec_core+12520>, 0x78e35092cc5e <vm_exec_core+12542>, 0x78e35092c9d4 <vm_exec_core+11892>...} #12 0x000078e35092f99e in rb_vm_exec (ec=0x59889427b930) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2639 _ec = 0x59889427b930 _tag = {tag = 36, retval = 4, buf = {0x78e3347a5bc0, 0x78e35092f8c0 <rb_vm_exec+304>, 0x0, 0x78e3347a5aa0, 0x3000000028}, prev = 0x78e3347a5cd0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = <optimized out> #13 0x000078e35092fdb7 in invoke_iseq_block_from_c (me=0x0, is_lambda=<optimized out>, cref=0x0, passed_block_handler=0, kw_splat=<optimized out>, argv=<optimized out>, argc=<optimized out>, self=<optimized out>, captured=<optimized out>, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1669 iseq = 0x78e334a8f0d0 type = <optimized out> cfp = <optimized out> flags = <optimized out> use_argv = <optimized out> opt_pc = <optimized out> sp = 0x5988968d0598 av = {206158430248, 132917233343696} stack_argv = 0x5988968d0598 iseq = <optimized out> opt_pc = <optimized out> type = <optimized out> cfp = <optimized out> sp = <optimized out> flags = <optimized out> use_argv = <optimized out> av = <optimized out> stack_argv = <optimized out> bound = <optimized out> #14 0x000078e350930756 in rb_vm_invoke_proc (ec=<optimized out>, proc=proc@entry=0x5988942009d0, argc=argc@entry=0, argv=argv@entry=0x78e3347a5b70, kw_splat=<optimized out>, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1814 self = <optimized out> #15 0x000078e3508d3bab in thread_do_start_proc (th=th@entry=0x59889543dc80) at /tmp/ruby/src/trunk-gc-asserts/thread.c:605 args = 132917229201320 args_ptr = 0x78e3347a5b70 args_len = <optimized out> procval = <optimized out> proc = 0x5988942009d0 #16 0x000078e3508d3fa2 in thread_do_start (th=0x59889543dc80) at /tmp/ruby/src/trunk-gc-asserts/thread.c:622 result = 36 result = <optimized out> #17 thread_start_func_2 (th=th@entry=0x59889543dc80, stack_start=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:677 _ec = 0x59889427b930 _tag = {tag = 36, retval = 98443125435248, buf = {0x78e3347a5dd0, 0x78e3508d3f20 <thread_start_func_2+624>, 0x0, 0x78e3347a5bd0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE errinfo = 4 ractor_main_th = 0x59889385d070 fiber_scheduler_closed = 0 event_thread_end_hooked = 0 result = 36 #18 0x000078e3508d4ccf in call_thread_start_func_2 (th=0x59889543dc80) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2234 stack_start = 0 stack_start_addr = 0x78e3347a5da8 stack_start = <optimized out> stack_start_addr = <optimized out> #19 nt_start (ptr=0x5988956ff930) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:2279 th = 0x59889543dc80 sched = <optimized out> nt = <optimized out> vm = <optimized out> #20 0x000078e3502a3a94 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:447 ret = <optimized out> pd = <optimized out> out = <optimized out> unwind_buf = {cancel_jmp_buf = {{jmp_buf = {132917233346240, 5354168116101909920, 132917233346240, -256, 0, 140729127338560, 5354168116080938400, 5353965392266005920}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}} not_first_call = <optimized out> #21 0x000078e350330c3c in clone3 () at ../sysdeps/unix/sysv/linux/x86_64/clone3.S:78 No locals. Thread 1 (Thread 0x78e3501d8c00 (LWP 3936676) "ruby"): #0 0x000078e35029fd61 in __futex_abstimed_wait_common64 (private=-188708109, cancel=true, abstime=0x0, op=393, expected=0, futex_word=0x598893862084) at ./nptl/futex-internal.c:57 sc_cancel_oldtype = 0 sc_ret = <optimized out> resultvar = <optimized out> __arg6 = <optimized out> __arg5 = <optimized out> __arg4 = <optimized out> __arg3 = <optimized out> __arg2 = <optimized out> __arg1 = <optimized out> _a6 = <optimized out> _a5 = <optimized out> _a4 = <optimized out> _a3 = <optimized out> _a2 = <optimized out> _a1 = <optimized out> #1 __futex_abstimed_wait_common (cancel=true, private=-188708109, abstime=0x0, clockid=0, expected=0, futex_word=0x598893862084) at ./nptl/futex-internal.c:87 err = <optimized out> clockbit = 256 op = 393 err = <optimized out> clockbit = <optimized out> op = <optimized out> #2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x598893862084, expected=expected@entry=0, clockid=clockid@entry=0, abstime=abstime@entry=0x0, private=private@entry=0) at ./nptl/futex-internal.c:139 No locals. #3 0x000078e3502a27dd in __pthread_cond_wait_common (abstime=0x0, clockid=0, mutex=0x598893862178, cond=0x598893862058) at ./nptl/pthread_cond_wait.c:503 spin = 0 buffer = {__routine = 0x78e3502a24a0 <__condvar_cleanup_waiting>, __arg = 0x7ffe0da504e0, __canceltype = -1819198320, __prev = 0x0} cbuffer = {wseq = 9683, cond = 0x598893862058, mutex = 0x598893862178, private = 0} err = <optimized out> g = 1 flags = <optimized out> g1_start = <optimized out> maxspin = 0 signals = <optimized out> result = 0 wseq = 9683 seq = 4841 private = 0 maxspin = <optimized out> err = <optimized out> result = <optimized out> wseq = <optimized out> g = <optimized out> seq = <optimized out> flags = <optimized out> private = <optimized out> signals = <optimized out> done = <optimized out> g1_start = <optimized out> spin = <optimized out> buffer = <optimized out> cbuffer = <optimized out> s = <optimized out> #4 ___pthread_cond_wait (cond=cond@entry=0x598893862058, mutex=mutex@entry=0x598893862178) at ./nptl/pthread_cond_wait.c:627 No locals. #5 0x000078e3508cab6d in rb_native_cond_wait (cond=cond@entry=0x598893862058, mutex=mutex@entry=0x598893862178) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221 r = <optimized out> #6 0x000078e3508cacb3 in thread_sched_wait_running_turn (sched=sched@entry=0x598893862178, th=th@entry=0x59889385d070, can_direct_transfer=can_direct_transfer@entry=false) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:847 next_th = 0x0 #7 0x000078e3508cb3e4 in thread_sched_to_waiting_until_wakeup (sched=sched@entry=0x598893862178, th=th@entry=0x59889385d070) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1122 can_direct_transfer = <optimized out> #8 0x000078e3508d3772 in native_sleep (rel=0x0, th=0x59889385d070) at /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3337 sched = 0x598893862178 sched = <optimized out> #9 sleep_forever (fl=13, th=0x59889385d070) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1372 prev_status = THREAD_RUNNABLE status = THREAD_STOPPED_FOREVER woke = <optimized out> prev_status = <optimized out> status = <optimized out> woke = <optimized out> #10 thread_join_sleep (arg=arg@entry=140729127339856) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1065 scheduler = <optimized out> p = 0x7ffe0da50750 target_th = 0x5988948bcc80 th = 0x59889385d070 end = 0 limit = <optimized out> #11 0x000078e350720092 in rb_ensure (b_proc=b_proc@entry=0x78e3508d34b0 <thread_join_sleep>, data1=data1@entry=140729127339856, e_proc=e_proc@entry=0x78e3508c5380 <remove_from_join_list>, data2=data2@entry=140729127339856) at /tmp/ruby/src/trunk-gc-asserts/eval.c:1173 _ec = 0x598893862350 _tag = {tag = 36, retval = 0, buf = {0x0, 0x78e350720150 <rb_ensure+432>, 0x0, 0x7ffe0da50640, 0x0}, prev = 0x7ffe0da50ab0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = 4 errinfo = <optimized out> ec = 0x598893862350 #12 0x000078e3508c7dd1 in thread_join (limit=0x0, timeout=4, target_th=0x5988948bcc80) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1122 waiter = {next = 0x0, thread = 0x59889385d070, fiber = 0x0} arg = {waiter = 0x7ffe0da50730, target = 0x5988948bcc80, timeout = 4, limit = 0x0} ec = <optimized out> th = <optimized out> fiber = <optimized out> ec = <optimized out> th = <optimized out> fiber = <optimized out> waiter = <optimized out> arg = <optimized out> err = <optimized out> #13 thread_value (self=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/thread.c:1244 th = 0x5988948bcc80 #14 0x000078e35091355d in vm_call_cfunc_with_frame_ (ec=0x598893862350, reg_cfp=0x78e350176be8, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 ci = 0x260100100001 cc = <optimized out> val = <optimized out> me = 0x78e3350caaa8 cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> args = <optimized out> args = <optimized out> #15 0x000078e35091caf8 in vm_sendish (ec=0x598893862350, reg_cfp=0x78e350176be8, cd=0x598893b76240, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:437 val = 36 ci = <optimized out> cc = 0x78e3359edc48 argc = <optimized out> recv = <optimized out> calling = {cd = 0x598893b76240, cc = 0x78e3359edc48, block_handler = 0, recv = 132917229201600, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0} #16 0x000078e350929be4 in vm_exec_core (ec=0x598893862084, ec@entry=0x598893862350) at ../../src/trunk-gc-asserts/insns.def:900 bh = <optimized out> cd = 0x0 leaf = <optimized out> val = 132917229201600 reg_pc = 0x598893b75348 reg_cfp = 0x78e350176be8 insns_address_table = {0x78e35092cf67 <vm_exec_core+13319>, 0x78e350929ce0 <vm_exec_core+384>, 0x78e35092b9a5 <vm_exec_core+7749>, 0x78e35092b92d <vm_exec_core+7629>, 0x78e35092b8b6 <vm_exec_core+7510>, 0x78e35092b839 <vm_exec_core+7385>, 0x78e35092ba73 <vm_exec_core+7955>, 0x78e35092ba12 <vm_exec_core+7858>, 0x78e35092b6c7 <vm_exec_core+7015>, 0x78e35092b62b <vm_exec_core+6859>, 0x78e35092b4f8 <vm_exec_core+6552>, 0x78e35092b37b <vm_exec_core+6171>, 0x78e35092b336 <vm_exec_core+6102>, 0x78e35092b2ce <vm_exec_core+5998>, 0x78e35092b257 <vm_exec_core+5879>, 0x78e35092b21a <vm_exec_core+5818>, 0x78e35092b1e2 <vm_exec_core+5762>, 0x78e35092b1ad <vm_exec_core+5709>, 0x78e35092bf13 <vm_exec_core+9139>, 0x78e35092bede <vm_exec_core+9086>, 0x78e35092be52 <vm_exec_core+8946>, 0x78e35092be0e <vm_exec_core+8878>, 0x78e35092bfa0 <vm_exec_core+9280>, 0x78e35092bf48 <vm_exec_core+9192>, 0x78e35092bfe7 <vm_exec_core+9351>, 0x78e35092b7ba <vm_exec_core+7258>, 0x78e35092bc06 <vm_exec_core+8358>, 0x78e35092bba9 <vm_exec_core+8265>, 0x78e35092bb4f <vm_exec_core+8175>, 0x78e35092bb12 <vm_exec_core+8114>, 0x78e35092bdd1 <vm_exec_core+8817>, 0x78e35092bc40 <vm_exec_core+8416>, 0x78e35092aa1c <vm_exec_core+3772>, 0x78e35092a9b5 <vm_exec_core+3669>, 0x78e35092af53 <vm_exec_core+5107>, 0x78e35092aef4 <vm_exec_core+5012>, 0x78e35092aea7 <vm_exec_core+4935>, 0x78e35092ae52 <vm_exec_core+4850>, 0x78e35092ae08 <vm_exec_core+4776>, 0x78e35092ade1 <vm_exec_core+4737>, 0x78e35092ada6 <vm_exec_core+4678>, 0x78e35092ad57 <vm_exec_core+4599>, 0x78e35092ad23 <vm_exec_core+4547>, 0x78e35092ac7a <vm_exec_core+4378>, 0x78e35092ac37 <vm_exec_core+4311>, 0x78e35092abf3 <vm_exec_core+4243>, 0x78e35092abc1 <vm_exec_core+4193>, 0x78e35092ab52 <vm_exec_core+4082>, 0x78e35092aaf9 <vm_exec_core+3993>, 0x78e35092aaaa <vm_exec_core+3914>, 0x78e35092b0f7 <vm_exec_core+5527>, 0x78e35092b099 <vm_exec_core+5433>, 0x78e35092afe1 <vm_exec_core+5249>, 0x78e35092afa5 <vm_exec_core+5189>, 0x78e35092b166 <vm_exec_core+5638>, 0x78e35092a94b <vm_exec_core+3563>, 0x78e35092a8a0 <vm_exec_core+3392>, 0x78e350929bc0 <vm_exec_core+96>, 0x78e35092a7ed <vm_exec_core+3213>, 0x78e35092a755 <vm_exec_core+3061>, 0x78e35092a706 <vm_exec_core+2982>, 0x78e35092a79e <vm_exec_core+3134>, 0x78e35092a6b7 <vm_exec_core+2903>, 0x78e35092cf78 <vm_exec_core+13336>, 0x78e35092a668 <vm_exec_core+2824>, 0x78e35092a5f9 <vm_exec_core+2713>, 0x78e35092a5b4 <vm_exec_core+2644>, 0x78e35092a541 <vm_exec_core+2529>, 0x78e35092a3ee <vm_exec_core+2190>, 0x78e35092a322 <vm_exec_core+1986>, 0x78e35092a2a6 <vm_exec_core+1862>, 0x78e350929c65 <vm_exec_core+261>, 0x78e35092a272 <vm_exec_core+1810>, 0x78e35092a233 <vm_exec_core+1747>, 0x78e35092a1f4 <vm_exec_core+1684>, 0x78e35092a1b8 <vm_exec_core+1624>, 0x78e35092a0fb <vm_exec_core+1435>, 0x78e35092a076 <vm_exec_core+1302>, 0x78e35092d026 <vm_exec_core+13510>, 0x78e35092cfc0 <vm_exec_core+13408>, 0x78e35092d1af <vm_exec_core+13903>, 0x78e35092c063 <vm_exec_core+9475>, 0x78e35092d116 <vm_exec_core+13750>, 0x78e35092c7db <vm_exec_core+11387>, 0x78e35092c834 <vm_exec_core+11476>, 0x78e35092c8b7 <vm_exec_core+11607>, 0x78e35092c915 <vm_exec_core+11701>, 0x78e35092c973 <vm_exec_core+11795>, 0x78e35092ce19 <vm_exec_core+12985>, 0x78e35092cd4a <vm_exec_core+12778>, 0x78e35092cdcd <vm_exec_core+12909>, 0x78e35092cc74 <vm_exec_core+12564>, 0x78e35092ccc7 <vm_exec_core+12647>, 0x78e35092ce77 <vm_exec_core+13079>, 0x78e35092cf01 <vm_exec_core+13217>, 0x78e35092ca84 <vm_exec_core+12068>, 0x78e35092cadb <vm_exec_core+12155>, 0x78e35092cb24 <vm_exec_core+12228>, 0x78e35092cb8a <vm_exec_core+12330>, 0x78e35092d08b <vm_exec_core+13611>, 0x78e35092a005 <vm_exec_core+1189>, 0x78e350929f85 <vm_exec_core+1061>, 0x78e350929edc <vm_exec_core+892>, 0x78e350929e95 <vm_exec_core+821>, 0x78e350929e4a <vm_exec_core+746>, 0x78e350929e01 <vm_exec_core+673>, 0x78e350929db0 <vm_exec_core+592>, 0x78e350929d7b <vm_exec_core+539>, 0x78e350929d46 <vm_exec_core+486>, 0x78e35092cf49 <vm_exec_core+13289>, 0x78e350929ccf <vm_exec_core+367>, 0x78e35092b994 <vm_exec_core+7732>, 0x78e35092b91c <vm_exec_core+7612>, 0x78e35092b8a5 <vm_exec_core+7493>, 0x78e35092b828 <vm_exec_core+7368>, 0x78e35092ba62 <vm_exec_core+7938>, 0x78e35092ba01 <vm_exec_core+7841>, 0x78e35092b6b6 <vm_exec_core+6998>, 0x78e35092b61a <vm_exec_core+6842>, 0x78e35092b4e7 <vm_exec_core+6535>, 0x78e35092b36a <vm_exec_core+6154>, 0x78e35092b325 <vm_exec_core+6085>, 0x78e35092b2bd <vm_exec_core+5981>, 0x78e35092b246 <vm_exec_core+5862>, 0x78e35092b209 <vm_exec_core+5801>, 0x78e35092b1d1 <vm_exec_core+5745>, 0x78e35092b19c <vm_exec_core+5692>, 0x78e35092bf02 <vm_exec_core+9122>, 0x78e35092becd <vm_exec_core+9069>, 0x78e35092be41 <vm_exec_core+8929>, 0x78e35092bdfd <vm_exec_core+8861>, 0x78e35092bf8f <vm_exec_core+9263>, 0x78e35092bf37 <vm_exec_core+9175>, 0x78e35092bfd6 <vm_exec_core+9334>, 0x78e35092b7a9 <vm_exec_core+7241>, 0x78e35092bbf5 <vm_exec_core+8341>, 0x78e35092bb98 <vm_exec_core+8248>, 0x78e35092bb3e <vm_exec_core+8158>, 0x78e35092bb01 <vm_exec_core+8097>, 0x78e35092bdc0 <vm_exec_core+8800>, 0x78e35092bc2f <vm_exec_core+8399>, 0x78e35092aa0b <vm_exec_core+3755>, 0x78e35092a9a4 <vm_exec_core+3652>, 0x78e35092af42 <vm_exec_core+5090>, 0x78e35092aee3 <vm_exec_core+4995>, 0x78e35092ae96 <vm_exec_core+4918>, 0x78e35092ae41 <vm_exec_core+4833>, 0x78e35092adf7 <vm_exec_core+4759>, 0x78e35092add0 <vm_exec_core+4720>, 0x78e35092ad95 <vm_exec_core+4661>, 0x78e35092ad46 <vm_exec_core+4582>, 0x78e35092ad12 <vm_exec_core+4530>, 0x78e35092ac69 <vm_exec_core+4361>, 0x78e35092ac26 <vm_exec_core+4294>, 0x78e35092abe2 <vm_exec_core+4226>, 0x78e35092abb0 <vm_exec_core+4176>, 0x78e35092ab41 <vm_exec_core+4065>, 0x78e35092aae8 <vm_exec_core+3976>, 0x78e35092aa99 <vm_exec_core+3897>, 0x78e35092b0e6 <vm_exec_core+5510>, 0x78e35092b088 <vm_exec_core+5416>, 0x78e35092afd0 <vm_exec_core+5232>, 0x78e35092af94 <vm_exec_core+5172>, 0x78e35092b155 <vm_exec_core+5621>, 0x78e35092a93a <vm_exec_core+3546>, 0x78e35092a88f <vm_exec_core+3375>, 0x78e35092c6f8 <vm_exec_core+11160>, 0x78e35092a7dc <vm_exec_core+3196>, 0x78e35092a744 <vm_exec_core+3044>, 0x78e35092a6f5 <vm_exec_core+2965>, 0x78e35092a78d <vm_exec_core+3117>, 0x78e35092a6a6 <vm_exec_core+2886>, 0x78e35092c70e <vm_exec_core+11182>, 0x78e35092a657 <vm_exec_core+2807>, 0x78e35092a5e8 <vm_exec_core+2696>, 0x78e35092a5a3 <vm_exec_core+2627>, 0x78e35092a530 <vm_exec_core+2512>, 0x78e35092a3dd <vm_exec_core+2173>, 0x78e35092a311 <vm_exec_core+1969>, 0x78e35092a295 <vm_exec_core+1845>, 0x78e350929c54 <vm_exec_core+244>, 0x78e35092a261 <vm_exec_core+1793>, 0x78e35092a222 <vm_exec_core+1730>, 0x78e35092a1e3 <vm_exec_core+1667>, 0x78e35092a1a7 <vm_exec_core+1607>, 0x78e35092a0ea <vm_exec_core+1418>, 0x78e35092a065 <vm_exec_core+1285>, 0x78e35092c724 <vm_exec_core+11204>, 0x78e35092c73a <vm_exec_core+11226>, 0x78e35092c750 <vm_exec_core+11248>, 0x78e35092c766 <vm_exec_core+11270>, 0x78e35092c77c <vm_exec_core+11292>, 0x78e35092c792 <vm_exec_core+11314>, 0x78e35092c7a8 <vm_exec_core+11336>, 0x78e35092c7c5 <vm_exec_core+11365>, 0x78e35092cc1c <vm_exec_core+12476>, 0x78e35092cc32 <vm_exec_core+12498>, 0x78e35092cc48 <vm_exec_core+12520>, 0x78e35092cc5e <vm_exec_core+12542>, 0x78e35092c9d4 <vm_exec_core+11892>...} #17 0x000078e35092f99e in rb_vm_exec (ec=0x598893862350) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2639 _ec = 0x598893862350 _tag = {tag = 36, retval = 4, buf = {0x78e3350d08e0, 0x78e35092f8c0 <rb_vm_exec+304>, 0x0, 0x7ffe0da50a90, 0x78e35074fc00 <tbl_update_modify>}, prev = 0x7ffe0da50ed0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = <optimized out> #18 0x000078e350934744 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffe0da50b68, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714 No locals. #19 vm_yield (kw_splat=0, argv=0x7ffe0da50b68, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1728 No locals. #20 rb_yield_0 (argv=0x7ffe0da50b68, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362 No locals. #21 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1378 No locals. #22 0x000078e35064b5dc in rb_ary_collect (ary=132917229384320) at /tmp/ruby/src/trunk-gc-asserts/array.c:3656 i = 19 collect = 132917242956000 #23 0x000078e35091355d in vm_call_cfunc_with_frame_ (ec=0x598893862350, reg_cfp=0x78e350176e18, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 ci = 0x167100000001 cc = <optimized out> val = <optimized out> me = 0x78e336bfebd0 cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> args = <optimized out> args = <optimized out> #24 0x000078e35091caf8 in vm_sendish (ec=0x598893862350, reg_cfp=0x78e350176e18, cd=0x598893b18520, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:437 val = 36 ci = <optimized out> cc = 0x78e335b70430 argc = <optimized out> recv = <optimized out> calling = {cd = 0x598893b18520, cc = 0x78e335b70430, block_handler = 132917696622129, recv = 132917229384320, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0} #25 0x000078e35092a985 in vm_exec_core (ec=0x598893862084, ec@entry=0x598893862350) at ../../src/trunk-gc-asserts/insns.def:852 bh = 132917697838433 cd = 0x598893b18520 blockiseq = 0x0 leaf = <optimized out> val = 4 reg_pc = 0x598893b22db0 reg_cfp = 0x78e350176e18 insns_address_table = {0x78e35092cf67 <vm_exec_core+13319>, 0x78e350929ce0 <vm_exec_core+384>, 0x78e35092b9a5 <vm_exec_core+7749>, 0x78e35092b92d <vm_exec_core+7629>, 0x78e35092b8b6 <vm_exec_core+7510>, 0x78e35092b839 <vm_exec_core+7385>, 0x78e35092ba73 <vm_exec_core+7955>, 0x78e35092ba12 <vm_exec_core+7858>, 0x78e35092b6c7 <vm_exec_core+7015>, 0x78e35092b62b <vm_exec_core+6859>, 0x78e35092b4f8 <vm_exec_core+6552>, 0x78e35092b37b <vm_exec_core+6171>, 0x78e35092b336 <vm_exec_core+6102>, 0x78e35092b2ce <vm_exec_core+5998>, 0x78e35092b257 <vm_exec_core+5879>, 0x78e35092b21a <vm_exec_core+5818>, 0x78e35092b1e2 <vm_exec_core+5762>, 0x78e35092b1ad <vm_exec_core+5709>, 0x78e35092bf13 <vm_exec_core+9139>, 0x78e35092bede <vm_exec_core+9086>, 0x78e35092be52 <vm_exec_core+8946>, 0x78e35092be0e <vm_exec_core+8878>, 0x78e35092bfa0 <vm_exec_core+9280>, 0x78e35092bf48 <vm_exec_core+9192>, 0x78e35092bfe7 <vm_exec_core+9351>, 0x78e35092b7ba <vm_exec_core+7258>, 0x78e35092bc06 <vm_exec_core+8358>, 0x78e35092bba9 <vm_exec_core+8265>, 0x78e35092bb4f <vm_exec_core+8175>, 0x78e35092bb12 <vm_exec_core+8114>, 0x78e35092bdd1 <vm_exec_core+8817>, 0x78e35092bc40 <vm_exec_core+8416>, 0x78e35092aa1c <vm_exec_core+3772>, 0x78e35092a9b5 <vm_exec_core+3669>, 0x78e35092af53 <vm_exec_core+5107>, 0x78e35092aef4 <vm_exec_core+5012>, 0x78e35092aea7 <vm_exec_core+4935>, 0x78e35092ae52 <vm_exec_core+4850>, 0x78e35092ae08 <vm_exec_core+4776>, 0x78e35092ade1 <vm_exec_core+4737>, 0x78e35092ada6 <vm_exec_core+4678>, 0x78e35092ad57 <vm_exec_core+4599>, 0x78e35092ad23 <vm_exec_core+4547>, 0x78e35092ac7a <vm_exec_core+4378>, 0x78e35092ac37 <vm_exec_core+4311>, 0x78e35092abf3 <vm_exec_core+4243>, 0x78e35092abc1 <vm_exec_core+4193>, 0x78e35092ab52 <vm_exec_core+4082>, 0x78e35092aaf9 <vm_exec_core+3993>, 0x78e35092aaaa <vm_exec_core+3914>, 0x78e35092b0f7 <vm_exec_core+5527>, 0x78e35092b099 <vm_exec_core+5433>, 0x78e35092afe1 <vm_exec_core+5249>, 0x78e35092afa5 <vm_exec_core+5189>, 0x78e35092b166 <vm_exec_core+5638>, 0x78e35092a94b <vm_exec_core+3563>, 0x78e35092a8a0 <vm_exec_core+3392>, 0x78e350929bc0 <vm_exec_core+96>, 0x78e35092a7ed <vm_exec_core+3213>, 0x78e35092a755 <vm_exec_core+3061>, 0x78e35092a706 <vm_exec_core+2982>, 0x78e35092a79e <vm_exec_core+3134>, 0x78e35092a6b7 <vm_exec_core+2903>, 0x78e35092cf78 <vm_exec_core+13336>, 0x78e35092a668 <vm_exec_core+2824>, 0x78e35092a5f9 <vm_exec_core+2713>, 0x78e35092a5b4 <vm_exec_core+2644>, 0x78e35092a541 <vm_exec_core+2529>, 0x78e35092a3ee <vm_exec_core+2190>, 0x78e35092a322 <vm_exec_core+1986>, 0x78e35092a2a6 <vm_exec_core+1862>, 0x78e350929c65 <vm_exec_core+261>, 0x78e35092a272 <vm_exec_core+1810>, 0x78e35092a233 <vm_exec_core+1747>, 0x78e35092a1f4 <vm_exec_core+1684>, 0x78e35092a1b8 <vm_exec_core+1624>, 0x78e35092a0fb <vm_exec_core+1435>, 0x78e35092a076 <vm_exec_core+1302>, 0x78e35092d026 <vm_exec_core+13510>, 0x78e35092cfc0 <vm_exec_core+13408>, 0x78e35092d1af <vm_exec_core+13903>, 0x78e35092c063 <vm_exec_core+9475>, 0x78e35092d116 <vm_exec_core+13750>, 0x78e35092c7db <vm_exec_core+11387>, 0x78e35092c834 <vm_exec_core+11476>, 0x78e35092c8b7 <vm_exec_core+11607>, 0x78e35092c915 <vm_exec_core+11701>, 0x78e35092c973 <vm_exec_core+11795>, 0x78e35092ce19 <vm_exec_core+12985>, 0x78e35092cd4a <vm_exec_core+12778>, 0x78e35092cdcd <vm_exec_core+12909>, 0x78e35092cc74 <vm_exec_core+12564>, 0x78e35092ccc7 <vm_exec_core+12647>, 0x78e35092ce77 <vm_exec_core+13079>, 0x78e35092cf01 <vm_exec_core+13217>, 0x78e35092ca84 <vm_exec_core+12068>, 0x78e35092cadb <vm_exec_core+12155>, 0x78e35092cb24 <vm_exec_core+12228>, 0x78e35092cb8a <vm_exec_core+12330>, 0x78e35092d08b <vm_exec_core+13611>, 0x78e35092a005 <vm_exec_core+1189>, 0x78e350929f85 <vm_exec_core+1061>, 0x78e350929edc <vm_exec_core+892>, 0x78e350929e95 <vm_exec_core+821>, 0x78e350929e4a <vm_exec_core+746>, 0x78e350929e01 <vm_exec_core+673>, 0x78e350929db0 <vm_exec_core+592>, 0x78e350929d7b <vm_exec_core+539>, 0x78e350929d46 <vm_exec_core+486>, 0x78e35092cf49 <vm_exec_core+13289>, 0x78e350929ccf <vm_exec_core+367>, 0x78e35092b994 <vm_exec_core+7732>, 0x78e35092b91c <vm_exec_core+7612>, 0x78e35092b8a5 <vm_exec_core+7493>, 0x78e35092b828 <vm_exec_core+7368>, 0x78e35092ba62 <vm_exec_core+7938>, 0x78e35092ba01 <vm_exec_core+7841>, 0x78e35092b6b6 <vm_exec_core+6998>, 0x78e35092b61a <vm_exec_core+6842>, 0x78e35092b4e7 <vm_exec_core+6535>, 0x78e35092b36a <vm_exec_core+6154>, 0x78e35092b325 <vm_exec_core+6085>, 0x78e35092b2bd <vm_exec_core+5981>, 0x78e35092b246 <vm_exec_core+5862>, 0x78e35092b209 <vm_exec_core+5801>, 0x78e35092b1d1 <vm_exec_core+5745>, 0x78e35092b19c <vm_exec_core+5692>, 0x78e35092bf02 <vm_exec_core+9122>, 0x78e35092becd <vm_exec_core+9069>, 0x78e35092be41 <vm_exec_core+8929>, 0x78e35092bdfd <vm_exec_core+8861>, 0x78e35092bf8f <vm_exec_core+9263>, 0x78e35092bf37 <vm_exec_core+9175>, 0x78e35092bfd6 <vm_exec_core+9334>, 0x78e35092b7a9 <vm_exec_core+7241>, 0x78e35092bbf5 <vm_exec_core+8341>, 0x78e35092bb98 <vm_exec_core+8248>, 0x78e35092bb3e <vm_exec_core+8158>, 0x78e35092bb01 <vm_exec_core+8097>, 0x78e35092bdc0 <vm_exec_core+8800>, 0x78e35092bc2f <vm_exec_core+8399>, 0x78e35092aa0b <vm_exec_core+3755>, 0x78e35092a9a4 <vm_exec_core+3652>, 0x78e35092af42 <vm_exec_core+5090>, 0x78e35092aee3 <vm_exec_core+4995>, 0x78e35092ae96 <vm_exec_core+4918>, 0x78e35092ae41 <vm_exec_core+4833>, 0x78e35092adf7 <vm_exec_core+4759>, 0x78e35092add0 <vm_exec_core+4720>, 0x78e35092ad95 <vm_exec_core+4661>, 0x78e35092ad46 <vm_exec_core+4582>, 0x78e35092ad12 <vm_exec_core+4530>, 0x78e35092ac69 <vm_exec_core+4361>, 0x78e35092ac26 <vm_exec_core+4294>, 0x78e35092abe2 <vm_exec_core+4226>, 0x78e35092abb0 <vm_exec_core+4176>, 0x78e35092ab41 <vm_exec_core+4065>, 0x78e35092aae8 <vm_exec_core+3976>, 0x78e35092aa99 <vm_exec_core+3897>, 0x78e35092b0e6 <vm_exec_core+5510>, 0x78e35092b088 <vm_exec_core+5416>, 0x78e35092afd0 <vm_exec_core+5232>, 0x78e35092af94 <vm_exec_core+5172>, 0x78e35092b155 <vm_exec_core+5621>, 0x78e35092a93a <vm_exec_core+3546>, 0x78e35092a88f <vm_exec_core+3375>, 0x78e35092c6f8 <vm_exec_core+11160>, 0x78e35092a7dc <vm_exec_core+3196>, 0x78e35092a744 <vm_exec_core+3044>, 0x78e35092a6f5 <vm_exec_core+2965>, 0x78e35092a78d <vm_exec_core+3117>, 0x78e35092a6a6 <vm_exec_core+2886>, 0x78e35092c70e <vm_exec_core+11182>, 0x78e35092a657 <vm_exec_core+2807>, 0x78e35092a5e8 <vm_exec_core+2696>, 0x78e35092a5a3 <vm_exec_core+2627>, 0x78e35092a530 <vm_exec_core+2512>, 0x78e35092a3dd <vm_exec_core+2173>, 0x78e35092a311 <vm_exec_core+1969>, 0x78e35092a295 <vm_exec_core+1845>, 0x78e350929c54 <vm_exec_core+244>, 0x78e35092a261 <vm_exec_core+1793>, 0x78e35092a222 <vm_exec_core+1730>, 0x78e35092a1e3 <vm_exec_core+1667>, 0x78e35092a1a7 <vm_exec_core+1607>, 0x78e35092a0ea <vm_exec_core+1418>, 0x78e35092a065 <vm_exec_core+1285>, 0x78e35092c724 <vm_exec_core+11204>, 0x78e35092c73a <vm_exec_core+11226>, 0x78e35092c750 <vm_exec_core+11248>, 0x78e35092c766 <vm_exec_core+11270>, 0x78e35092c77c <vm_exec_core+11292>, 0x78e35092c792 <vm_exec_core+11314>, 0x78e35092c7a8 <vm_exec_core+11336>, 0x78e35092c7c5 <vm_exec_core+11365>, 0x78e35092cc1c <vm_exec_core+12476>, 0x78e35092cc32 <vm_exec_core+12498>, 0x78e35092cc48 <vm_exec_core+12520>, 0x78e35092cc5e <vm_exec_core+12542>, 0x78e35092c9d4 <vm_exec_core+11892>...} #26 0x000078e35092fb4e in vm_exec_loop (result=<optimized out>, tag=0x7ffe0da50ed0, state=<optimized out>, ec=0x598893862350) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2666 vm_loop_start = <optimized out> #27 rb_vm_exec (ec=0x598893862350) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2645 _ec = 0x598893862350 _tag = {tag = 36, retval = 4, buf = {0x78e335a459c0, 0x78e35092f8c0 <rb_vm_exec+304>, 0x0, 0x7ffe0da50eb0, 0x78e3500288f0}, prev = 0x7ffe0da512f0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #28 0x000078e350934744 in vm_yield_with_cref (is_lambda=0, cref=0x0, kw_splat=0, argv=0x7ffe0da50f88, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1714 No locals. #29 vm_yield (kw_splat=0, argv=0x7ffe0da50f88, argc=1, ec=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:1728 No locals. #30 rb_yield_0 (argv=0x7ffe0da50f88, argc=1) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362 No locals. #31 rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1378 No locals. #32 0x000078e35064b5dc in rb_ary_collect (ary=132917252872720) at /tmp/ruby/src/trunk-gc-asserts/array.c:3656 i = 0 collect = 132917252872640 #33 0x000078e35091355d in vm_call_cfunc_with_frame_ (ec=0x598893862350, reg_cfp=0x78e350176f30, calling=<optimized out>, argc=0, argv=<optimized out>, stack_bottom=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 ci = 0x167100000001 cc = <optimized out> val = <optimized out> me = 0x78e336bfebd0 cfunc = <optimized out> recv = <optimized out> block_handler = <optimized out> frame_type = 1431634051 len = <optimized out> args = <optimized out> args = <optimized out> #34 0x000078e35091caf8 in vm_sendish (ec=0x598893862350, reg_cfp=0x78e350176f30, cd=0x598893a05280, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-gc-asserts/vm_callinfo.h:437 val = 36 ci = <optimized out> cc = 0x78e335b70430 argc = <optimized out> recv = <optimized out> calling = {cd = 0x598893a05280, cc = 0x78e335b70430, block_handler = 132917696622409, recv = 132917252872720, argc = 0, kw_splat = false, heap_argv = 0, proc_ns = 0x0} #35 0x000078e35092a985 in vm_exec_core (ec=0x598893862084, ec@entry=0x598893862350) at ../../src/trunk-gc-asserts/insns.def:852 bh = 132917697838433 cd = 0x598893a05280 blockiseq = 0x0 leaf = <optimized out> val = 36 reg_pc = 0x5988939ec548 reg_cfp = 0x78e350176f30 insns_address_table = {0x78e35092cf67 <vm_exec_core+13319>, 0x78e350929ce0 <vm_exec_core+384>, 0x78e35092b9a5 <vm_exec_core+7749>, 0x78e35092b92d <vm_exec_core+7629>, 0x78e35092b8b6 <vm_exec_core+7510>, 0x78e35092b839 <vm_exec_core+7385>, 0x78e35092ba73 <vm_exec_core+7955>, 0x78e35092ba12 <vm_exec_core+7858>, 0x78e35092b6c7 <vm_exec_core+7015>, 0x78e35092b62b <vm_exec_core+6859>, 0x78e35092b4f8 <vm_exec_core+6552>, 0x78e35092b37b <vm_exec_core+6171>, 0x78e35092b336 <vm_exec_core+6102>, 0x78e35092b2ce <vm_exec_core+5998>, 0x78e35092b257 <vm_exec_core+5879>, 0x78e35092b21a <vm_exec_core+5818>, 0x78e35092b1e2 <vm_exec_core+5762>, 0x78e35092b1ad <vm_exec_core+5709>, 0x78e35092bf13 <vm_exec_core+9139>, 0x78e35092bede <vm_exec_core+9086>, 0x78e35092be52 <vm_exec_core+8946>, 0x78e35092be0e <vm_exec_core+8878>, 0x78e35092bfa0 <vm_exec_core+9280>, 0x78e35092bf48 <vm_exec_core+9192>, 0x78e35092bfe7 <vm_exec_core+9351>, 0x78e35092b7ba <vm_exec_core+7258>, 0x78e35092bc06 <vm_exec_core+8358>, 0x78e35092bba9 <vm_exec_core+8265>, 0x78e35092bb4f <vm_exec_core+8175>, 0x78e35092bb12 <vm_exec_core+8114>, 0x78e35092bdd1 <vm_exec_core+8817>, 0x78e35092bc40 <vm_exec_core+8416>, 0x78e35092aa1c <vm_exec_core+3772>, 0x78e35092a9b5 <vm_exec_core+3669>, 0x78e35092af53 <vm_exec_core+5107>, 0x78e35092aef4 <vm_exec_core+5012>, 0x78e35092aea7 <vm_exec_core+4935>, 0x78e35092ae52 <vm_exec_core+4850>, 0x78e35092ae08 <vm_exec_core+4776>, 0x78e35092ade1 <vm_exec_core+4737>, 0x78e35092ada6 <vm_exec_core+4678>, 0x78e35092ad57 <vm_exec_core+4599>, 0x78e35092ad23 <vm_exec_core+4547>, 0x78e35092ac7a <vm_exec_core+4378>, 0x78e35092ac37 <vm_exec_core+4311>, 0x78e35092abf3 <vm_exec_core+4243>, 0x78e35092abc1 <vm_exec_core+4193>, 0x78e35092ab52 <vm_exec_core+4082>, 0x78e35092aaf9 <vm_exec_core+3993>, 0x78e35092aaaa <vm_exec_core+3914>, 0x78e35092b0f7 <vm_exec_core+5527>, 0x78e35092b099 <vm_exec_core+5433>, 0x78e35092afe1 <vm_exec_core+5249>, 0x78e35092afa5 <vm_exec_core+5189>, 0x78e35092b166 <vm_exec_core+5638>, 0x78e35092a94b <vm_exec_core+3563>, 0x78e35092a8a0 <vm_exec_core+3392>, 0x78e350929bc0 <vm_exec_core+96>, 0x78e35092a7ed <vm_exec_core+3213>, 0x78e35092a755 <vm_exec_core+3061>, 0x78e35092a706 <vm_exec_core+2982>, 0x78e35092a79e <vm_exec_core+3134>, 0x78e35092a6b7 <vm_exec_core+2903>, 0x78e35092cf78 <vm_exec_core+13336>, 0x78e35092a668 <vm_exec_core+2824>, 0x78e35092a5f9 <vm_exec_core+2713>, 0x78e35092a5b4 <vm_exec_core+2644>, 0x78e35092a541 <vm_exec_core+2529>, 0x78e35092a3ee <vm_exec_core+2190>, 0x78e35092a322 <vm_exec_core+1986>, 0x78e35092a2a6 <vm_exec_core+1862>, 0x78e350929c65 <vm_exec_core+261>, 0x78e35092a272 <vm_exec_core+1810>, 0x78e35092a233 <vm_exec_core+1747>, 0x78e35092a1f4 <vm_exec_core+1684>, 0x78e35092a1b8 <vm_exec_core+1624>, 0x78e35092a0fb <vm_exec_core+1435>, 0x78e35092a076 <vm_exec_core+1302>, 0x78e35092d026 <vm_exec_core+13510>, 0x78e35092cfc0 <vm_exec_core+13408>, 0x78e35092d1af <vm_exec_core+13903>, 0x78e35092c063 <vm_exec_core+9475>, 0x78e35092d116 <vm_exec_core+13750>, 0x78e35092c7db <vm_exec_core+11387>, 0x78e35092c834 <vm_exec_core+11476>, 0x78e35092c8b7 <vm_exec_core+11607>, 0x78e35092c915 <vm_exec_core+11701>, 0x78e35092c973 <vm_exec_core+11795>, 0x78e35092ce19 <vm_exec_core+12985>, 0x78e35092cd4a <vm_exec_core+12778>, 0x78e35092cdcd <vm_exec_core+12909>, 0x78e35092cc74 <vm_exec_core+12564>, 0x78e35092ccc7 <vm_exec_core+12647>, 0x78e35092ce77 <vm_exec_core+13079>, 0x78e35092cf01 <vm_exec_core+13217>, 0x78e35092ca84 <vm_exec_core+12068>, 0x78e35092cadb <vm_exec_core+12155>, 0x78e35092cb24 <vm_exec_core+12228>, 0x78e35092cb8a <vm_exec_core+12330>, 0x78e35092d08b <vm_exec_core+13611>, 0x78e35092a005 <vm_exec_core+1189>, 0x78e350929f85 <vm_exec_core+1061>, 0x78e350929edc <vm_exec_core+892>, 0x78e350929e95 <vm_exec_core+821>, 0x78e350929e4a <vm_exec_core+746>, 0x78e350929e01 <vm_exec_core+673>, 0x78e350929db0 <vm_exec_core+592>, 0x78e350929d7b <vm_exec_core+539>, 0x78e350929d46 <vm_exec_core+486>, 0x78e35092cf49 <vm_exec_core+13289>, 0x78e350929ccf <vm_exec_core+367>, 0x78e35092b994 <vm_exec_core+7732>, 0x78e35092b91c <vm_exec_core+7612>, 0x78e35092b8a5 <vm_exec_core+7493>, 0x78e35092b828 <vm_exec_core+7368>, 0x78e35092ba62 <vm_exec_core+7938>, 0x78e35092ba01 <vm_exec_core+7841>, 0x78e35092b6b6 <vm_exec_core+6998>, 0x78e35092b61a <vm_exec_core+6842>, 0x78e35092b4e7 <vm_exec_core+6535>, 0x78e35092b36a <vm_exec_core+6154>, 0x78e35092b325 <vm_exec_core+6085>, 0x78e35092b2bd <vm_exec_core+5981>, 0x78e35092b246 <vm_exec_core+5862>, 0x78e35092b209 <vm_exec_core+5801>, 0x78e35092b1d1 <vm_exec_core+5745>, 0x78e35092b19c <vm_exec_core+5692>, 0x78e35092bf02 <vm_exec_core+9122>, 0x78e35092becd <vm_exec_core+9069>, 0x78e35092be41 <vm_exec_core+8929>, 0x78e35092bdfd <vm_exec_core+8861>, 0x78e35092bf8f <vm_exec_core+9263>, 0x78e35092bf37 <vm_exec_core+9175>, 0x78e35092bfd6 <vm_exec_core+9334>, 0x78e35092b7a9 <vm_exec_core+7241>, 0x78e35092bbf5 <vm_exec_core+8341>, 0x78e35092bb98 <vm_exec_core+8248>, 0x78e35092bb3e <vm_exec_core+8158>, 0x78e35092bb01 <vm_exec_core+8097>, 0x78e35092bdc0 <vm_exec_core+8800>, 0x78e35092bc2f <vm_exec_core+8399>, 0x78e35092aa0b <vm_exec_core+3755>, 0x78e35092a9a4 <vm_exec_core+3652>, 0x78e35092af42 <vm_exec_core+5090>, 0x78e35092aee3 <vm_exec_core+4995>, 0x78e35092ae96 <vm_exec_core+4918>, 0x78e35092ae41 <vm_exec_core+4833>, 0x78e35092adf7 <vm_exec_core+4759>, 0x78e35092add0 <vm_exec_core+4720>, 0x78e35092ad95 <vm_exec_core+4661>, 0x78e35092ad46 <vm_exec_core+4582>, 0x78e35092ad12 <vm_exec_core+4530>, 0x78e35092ac69 <vm_exec_core+4361>, 0x78e35092ac26 <vm_exec_core+4294>, 0x78e35092abe2 <vm_exec_core+4226>, 0x78e35092abb0 <vm_exec_core+4176>, 0x78e35092ab41 <vm_exec_core+4065>, 0x78e35092aae8 <vm_exec_core+3976>, 0x78e35092aa99 <vm_exec_core+3897>, 0x78e35092b0e6 <vm_exec_core+5510>, 0x78e35092b088 <vm_exec_core+5416>, 0x78e35092afd0 <vm_exec_core+5232>, 0x78e35092af94 <vm_exec_core+5172>, 0x78e35092b155 <vm_exec_core+5621>, 0x78e35092a93a <vm_exec_core+3546>, 0x78e35092a88f <vm_exec_core+3375>, 0x78e35092c6f8 <vm_exec_core+11160>, 0x78e35092a7dc <vm_exec_core+3196>, 0x78e35092a744 <vm_exec_core+3044>, 0x78e35092a6f5 <vm_exec_core+2965>, 0x78e35092a78d <vm_exec_core+3117>, 0x78e35092a6a6 <vm_exec_core+2886>, 0x78e35092c70e <vm_exec_core+11182>, 0x78e35092a657 <vm_exec_core+2807>, 0x78e35092a5e8 <vm_exec_core+2696>, 0x78e35092a5a3 <vm_exec_core+2627>, 0x78e35092a530 <vm_exec_core+2512>, 0x78e35092a3dd <vm_exec_core+2173>, 0x78e35092a311 <vm_exec_core+1969>, 0x78e35092a295 <vm_exec_core+1845>, 0x78e350929c54 <vm_exec_core+244>, 0x78e35092a261 <vm_exec_core+1793>, 0x78e35092a222 <vm_exec_core+1730>, 0x78e35092a1e3 <vm_exec_core+1667>, 0x78e35092a1a7 <vm_exec_core+1607>, 0x78e35092a0ea <vm_exec_core+1418>, 0x78e35092a065 <vm_exec_core+1285>, 0x78e35092c724 <vm_exec_core+11204>, 0x78e35092c73a <vm_exec_core+11226>, 0x78e35092c750 <vm_exec_core+11248>, 0x78e35092c766 <vm_exec_core+11270>, 0x78e35092c77c <vm_exec_core+11292>, 0x78e35092c792 <vm_exec_core+11314>, 0x78e35092c7a8 <vm_exec_core+11336>, 0x78e35092c7c5 <vm_exec_core+11365>, 0x78e35092cc1c <vm_exec_core+12476>, 0x78e35092cc32 <vm_exec_core+12498>, 0x78e35092cc48 <vm_exec_core+12520>, 0x78e35092cc5e <vm_exec_core+12542>, 0x78e35092c9d4 <vm_exec_core+11892>...} #36 0x000078e35092fb4e in vm_exec_loop (result=<optimized out>, tag=0x7ffe0da512f0, state=<optimized out>, ec=0x598893862350) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2666 vm_loop_start = <optimized out> #37 rb_vm_exec (ec=0x598893862350) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2645 _ec = 0x598893862350 _tag = {tag = 36, retval = 4, buf = {0x598893862350, 0x78e35092f8c0 <rb_vm_exec+304>, 0x0, 0x7ffe0da512d0, 0x78e336bd8e58}, prev = 0x7ffe0da513a0, state = RUBY_TAG_NONE, lock_rec = 0} state = <optimized out> result = <optimized out> #38 0x000078e350940d93 in rb_iseq_eval_main (iseq=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/vm.c:2919 ec = <optimized out> val = <optimized out> #39 0x000078e35071d835 in rb_ec_exec_node (ec=ec@entry=0x598893862350, n=n@entry=0x78e335b0f860) at /tmp/ruby/src/trunk-gc-asserts/eval.c:282 _ec = 0x598893862350 _tag = {tag = 36, retval = 132917702562181, buf = {0x598893862350, 0x78e35071d880 <rb_ec_exec_node+240>, 0x0, 0x7ffe0da51380, 0x78e335b0f860}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 iseq = 0x78e335b0f860 #40 0x000078e350721d1b in ruby_run_node (n=0x78e335b0f860) at /tmp/ruby/src/trunk-gc-asserts/eval.c:320 ec = 0x598893862350 status = 0 #41 0x0000598889992186 in rb_main (argv=0x7ffe0da515c8, argc=11) at /tmp/ruby/src/trunk-gc-asserts/main.c:42 variable_in_this_stack_frame = 0 #42 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-gc-asserts/main.c:62 No locals. >>> Dump Ruby level backtrace (if possible) th: 0x59889385d070, native_id: 0x78e3501d8c00 -- Control frame information ----------------------------------------------- c:0020 p:---- s:0154 e:000153 CFUNC :value c:0019 p:0023 s:0150 e:000148 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/core_assertions.rb:773 c:0018 p:0076 s:0139 E:000928 BLOCK /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:809 c:0017 p:0109 s:0123 e:000122 METHOD /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:92 c:0016 p:0007 s:0112 E:001fd0 BLOCK /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:715 c:0015 p:0109 s:0107 e:000106 METHOD /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:92 c:0014 p:0022 s:0096 E:000548 METHOD /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:714 c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:202 c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:170 c:0011 p:0093 s:0076 e:000075 BLOCK /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1683 [FINISH] c:0010 p:---- s:0069 e:000068 CFUNC :map c:0009 p:0114 s:0065 e:000064 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1670 c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1374 c:0007 p:0069 s:0046 E:000d00 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:52 c:0006 p:0007 s:0030 e:000029 BLOCK /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:24 [FINISH] c:0005 p:---- s:0026 e:000025 CFUNC :map c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23 c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:122 c:0002 p:0062 s:0006 e:000005 EVAL /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:220 [FINISH] c:0001 p:0000 s:0003 E:000530 DUMMY [FINISH] th: 0x5988962e3b90, native_id: 0x78e334aef6c0 -- Control frame information ----------------------------------------------- c:0003 p:---- s:0012 e:000011 CFUNC :readpartial c:0002 p:0035 s:0007 e:000006 BLOCK /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:42 [FINISH] c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] th: 0x78e2e8106230, native_id: 0x78e3347856c0 -- Control frame information ----------------------------------------------- c:0003 p:0023 s:0017 e:000016 METHOD <internal:thread_sync>:18 c:0002 p:0018 s:0010 e:000009 BLOCK /tmp/ruby/src/trunk-gc-asserts/lib/timeout.rb:99 [FINISH] c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] th: 0x5988948bcc80, native_id: 0x78e3347646c0 -- Control frame information ----------------------------------------------- c:0003 p:---- s:0010 e:000009 CFUNC :accept c:0002 p:0005 s:0006 e:000005 BLOCK /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:766 [FINISH] c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] th: 0x59889543dc80, native_id: 0x78e3347a66c0 -- Control frame information ----------------------------------------------- c:0003 p:---- s:0035 e:000034 CFUNC :accept c:0002 p:0004 s:0031 e:000030 BLOCK /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:770 [FINISH] c:0001 p:---- s:0003 e:000002 DUMMY [FINISH] $1 = true $2 = 0 ">>> Finish "[Inferior 1 (process 3936676) detached] worker 3936676=resolv/test_dns does not respond; SEGV is sent /tmp/ruby/src/trunk-gc-asserts/tool/lib/core_assertions.rb:773: [BUG] Segmentation fault at 0x000003e9003c11a0 ruby 3.5.0dev (2025-09-12T17:16:42Z master dcfd98b005) +PRISM [x86_64-linux] -- Control frame information ----------------------------------------------- c:0020 p:---- s:0154 e:000153 CFUNC :value c:0019 p:0023 s:0150 e:000148 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/core_assertions.rb:773 c:0018 p:0076 s:0139 E:000928 BLOCK /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:809 c:0017 p:0109 s:0123 e:000122 METHOD /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:92 c:0016 p:0007 s:0112 E:001fd0 BLOCK /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:715 c:0015 p:0109 s:0107 e:000106 METHOD /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:92 c:0014 p:0022 s:0096 E:000548 METHOD /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:714 c:0013 p:0037 s:0091 e:000090 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:202 c:0012 p:0052 s:0085 e:000084 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:170 c:0011 p:0093 s:0076 e:000075 BLOCK /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1683 [FINISH] c:0010 p:---- s:0069 e:000068 CFUNC :map c:0009 p:0114 s:0065 e:000064 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1670 c:0008 p:0035 s:0053 e:000052 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1374 c:0007 p:0069 s:0046 E:000d00 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:52 c:0006 p:0007 s:0030 e:000029 BLOCK /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:24 [FINISH] c:0005 p:---- s:0026 e:000025 CFUNC :map c:0004 p:0005 s:0022 e:000021 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23 c:0003 p:0210 s:0016 e:000015 METHOD /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:122 c:0002 p:0062 s:0006 e:000005 EVAL /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:220 [FINISH] c:0001 p:0000 s:0003 E:000530 DUMMY [FINISH] -- Ruby level backtrace information ---------------------------------------- /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:220:in '<main>' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:122:in 'run' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23:in '_run_suites' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:23:in 'map' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:24:in 'block in _run_suites' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb:52:in '_run_suite' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1374:in '_run_suite' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1670:in '_run_suite' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1670:in 'map' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb:1683:in 'block in _run_suite' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:170:in 'run' /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb:202:in 'run_test' /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:714:in 'test_multiple_servers_with_timeout_and_truncated_tcp_fallback' /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:92:in 'with_udp_and_tcp' /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:715:in 'block in test_multiple_servers_with_timeout_and_truncated_tcp_fallback' /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:92:in 'with_udp_and_tcp' /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb:809:in 'block (2 levels) in test_multiple_servers_with_timeout_and_truncated_tcp_fallback' /tmp/ruby/src/trunk-gc-asserts/tool/lib/core_assertions.rb:773:in 'assert_join_threads' /tmp/ruby/src/trunk-gc-asserts/tool/lib/core_assertions.rb:773:in 'value' -- Threading information --------------------------------------------------- Total ractor count: 1 Ruby thread count for this ractor: 5 -- Machine register context ------------------------------------------------ RIP: 0x000078e35029fd61 RBP: 0x00007ffe0da50470 RSP: 0x00007ffe0da50430 RAX: 0xfffffffffffffffc RBX: 0x0000598893862058 RCX: 0x000078e35029fd61 RDX: 0x0000000000000000 RDI: 0x0000598893862084 RSI: 0x0000000000000189 R8: 0x0000000000000000 R9: 0x00000000ffffffff R10: 0x0000000000000000 R11: 0x0000000000000246 R12: 0x0000000000000000 R13: 0x0000000000000000 R14: 0x0000598893862178 R15: 0x0000598893862084 EFL: 0x0000000000000246 -- C level backtrace information ------------------------------------------- /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_print_backtrace+0x8) [0x78e3509474aa] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:843 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1175 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_bug_for_fatal_signal+0x10a) [0x78e350713aaa] /tmp/ruby/src/trunk-gc-asserts/error.c:1130 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(sigsegv+0x48) [0x78e350880538] /tmp/ruby/src/trunk-gc-asserts/signal.c:948 /lib/x86_64-linux-gnu/libc.so.6(0x78e35024c320) [0x78e35024c320] /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common64+0x2a) [0x78e35029fd61] ./nptl/futex-internal.c:57 /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_common) ./nptl/futex-internal.c:87 /lib/x86_64-linux-gnu/libc.so.6(__futex_abstimed_wait_cancelable64) ./nptl/futex-internal.c:139 /lib/x86_64-linux-gnu/libc.so.6(__pthread_cond_wait_common+0xed) [0x78e3502a27dd] ./nptl/pthread_cond_wait.c:503 /lib/x86_64-linux-gnu/libc.so.6(___pthread_cond_wait) ./nptl/pthread_cond_wait.c:627 /lib/x86_64-linux-gnu/libc.so.6(pthread_cond_wait) (null):0 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_native_cond_wait+0xd) [0x78e3508cab6d] /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:221 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_sched_wait_running_turn+0x93) [0x78e3508cacb3] /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:847 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_sched_unlock_+0x0) [0x78e3508cb3e4] /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1122 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_sched_to_waiting_until_wakeup) /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:1128 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(sleep_forever+0x7a) [0x78e3508d3772] /tmp/ruby/src/trunk-gc-asserts/thread_pthread.c:3337 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_join_sleep) /tmp/ruby/src/trunk-gc-asserts/thread.c:1065 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ensure+0xf2) [0x78e350720092] /tmp/ruby/src/trunk-gc-asserts/eval.c:1173 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_join+0x91) [0x78e3508c7dd1] /tmp/ruby/src/trunk-gc-asserts/thread.c:1122 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(thread_value) /tmp/ruby/src/trunk-gc-asserts/thread.c:1244 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x78e35091355d] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish+0xc8) [0x78e35091caf8] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6087 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core+0x84) [0x78e350929be4] ../../src/trunk-gc-asserts/insns.def:900 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec+0x20e) [0x78e35092f99e] /tmp/ruby/src/trunk-gc-asserts/vm.c:2639 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_yield_with_cref+0x50) [0x78e350934744] /tmp/ruby/src/trunk-gc-asserts/vm.c:1720 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1728 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1378 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ary_collect+0x5c) [0x78e35064b5dc] /tmp/ruby/src/trunk-gc-asserts/array.c:3656 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x78e35091355d] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish+0xc8) [0x78e35091caf8] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6087 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core+0xe25) [0x78e35092a985] ../../src/trunk-gc-asserts/insns.def:852 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_loop+0x3e) [0x78e35092fb4e] /tmp/ruby/src/trunk-gc-asserts/vm.c:2666 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2645 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_yield_with_cref+0x50) [0x78e350934744] /tmp/ruby/src/trunk-gc-asserts/vm.c:1720 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-gc-asserts/vm.c:1728 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1362 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-gc-asserts/vm_eval.c:1378 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ary_collect+0x5c) [0x78e35064b5dc] /tmp/ruby/src/trunk-gc-asserts/array.c:3656 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x78e35091355d] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish+0xc8) [0x78e35091caf8] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6087 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core+0xe25) [0x78e35092a985] ../../src/trunk-gc-asserts/insns.def:852 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_loop+0x3e) [0x78e35092fb4e] /tmp/ruby/src/trunk-gc-asserts/vm.c:2666 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-gc-asserts/vm.c:2645 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x78e35071d835] /tmp/ruby/src/trunk-gc-asserts/eval.c:282 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ruby_run_node+0x8b) [0x78e350721d1b] /tmp/ruby/src/trunk-gc-asserts/eval.c:320 /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x598889992186] /tmp/ruby/src/trunk-gc-asserts/main.c:42 /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:62 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x78e3502311ca] ../sysdeps/nptl/libc_start_call_main.h:58 /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x78e35023128b] ../csu/libc-start.c:360 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347 /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 [0x5988899921d5] -- Other runtime information ----------------------------------------------- * Loaded script: /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/parallel.rb: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback * Loaded features: 0 enumerator.so 1 thread.rb 2 fiber.so 3 rational.so 4 complex.so 5 pathname.so 6 ruby2_keywords.rb 7 set.rb 8 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so 9 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so 10 /tmp/ruby/src/trunk-gc-asserts/lib/open3/version.rb 11 /tmp/ruby/src/trunk-gc-asserts/lib/open3.rb 12 /tmp/ruby/src/trunk-gc-asserts/lib/timeout.rb 13 /tmp/ruby/build/trunk-gc-asserts/rbconfig.rb 14 /tmp/ruby/src/trunk-gc-asserts/tool/lib/find_executable.rb 15 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so 16 /tmp/ruby/src/trunk-gc-asserts/tool/lib/envutil.rb 17 /tmp/ruby/src/trunk-gc-asserts/tool/lib/colorize.rb 18 /tmp/ruby/src/trunk-gc-asserts/tool/lib/leakchecker.rb 19 /tmp/ruby/src/trunk-gc-asserts/lib/prettyprint.rb 20 /tmp/ruby/src/trunk-gc-asserts/lib/pp.rb 21 /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/assertions.rb 22 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so 23 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so 24 /tmp/ruby/src/trunk-gc-asserts/tool/lib/core_assertions.rb 25 /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit/testcase.rb 26 /tmp/ruby/src/trunk-gc-asserts/lib/optparse.rb 27 /tmp/ruby/src/trunk-gc-asserts/tool/lib/test/unit.rb 28 /tmp/ruby/src/trunk-gc-asserts/tool/lib/tracepointchecker.rb 29 /tmp/ruby/src/trunk-gc-asserts/tool/lib/zombie_hunter.rb 30 /tmp/ruby/src/trunk-gc-asserts/lib/delegate.rb 31 /tmp/ruby/src/trunk-gc-asserts/lib/fileutils.rb 32 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so 33 /tmp/ruby/src/trunk-gc-asserts/lib/tmpdir.rb 34 /tmp/ruby/src/trunk-gc-asserts/lib/tempfile.rb 35 /tmp/ruby/src/trunk-gc-asserts/tool/lib/iseq_loader_checker.rb 36 /tmp/ruby/src/trunk-gc-asserts/tool/lib/gc_checker.rb 37 /tmp/ruby/src/trunk-gc-asserts/tool/test/init.rb 38 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/defaults.rb 39 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/deprecate.rb 40 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/errors.rb 41 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/target_rbconfig.rb 42 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/unknown_command_spell_checker.rb 43 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/exceptions.rb 44 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/basic_specification.rb 45 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/stub_specification.rb 46 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/platform.rb 47 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/specification_record.rb 48 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/util/list.rb 49 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/version.rb 50 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/requirement.rb 51 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/specification.rb 52 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/util.rb 53 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/dependency.rb 54 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/core_ext/kernel_gem.rb 55 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so 56 /tmp/ruby/build/trunk-gc-asserts/.ext/common/monitor.rb 57 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems.rb 58 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/path_support.rb 59 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/hash.so 60 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/hash/test_delete.rb 61 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_case.rb 62 /tmp/ruby/src/trunk-gc-asserts/lib/shellwords.rb 63 /tmp/ruby/src/trunk-gc-asserts/lib/mkmf.rb 64 /tmp/ruby/src/trunk-gc-asserts/test/mkmf/base.rb 65 /tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_libs.rb 66 /tmp/ruby/src/trunk-gc-asserts/lib/pathname.rb 67 /tmp/ruby/build/trunk-gc-asserts/.ext/common/digest/version.rb 68 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so 69 /tmp/ruby/build/trunk-gc-asserts/.ext/common/digest/loader.rb 70 /tmp/ruby/build/trunk-gc-asserts/.ext/common/digest.rb 71 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so 72 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/asn1.rb 73 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/bn.rb 74 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/cipher.rb 75 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/digest.rb 76 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/hmac.rb 77 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/pkcs5.rb 78 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/marshal.rb 79 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/pkey.rb 80 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/buffering.rb 81 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so 82 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so 83 /tmp/ruby/build/trunk-gc-asserts/.ext/common/socket.rb 84 /tmp/ruby/src/trunk-gc-asserts/lib/ipaddr.rb 85 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/ssl.rb 86 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/version.rb 87 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl/x509.rb 88 /tmp/ruby/build/trunk-gc-asserts/.ext/common/openssl.rb 89 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/openssl.rb 90 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/text.rb 91 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/user_interaction.rb 92 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/security/policy.rb 93 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/security/policies.rb 94 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/security/trust_dir.rb 95 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/security/signer.rb 96 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/security.rb 97 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/digest_io.rb 98 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/source.rb 99 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/file_source.rb 100 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/io_source.rb 101 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/old.rb 102 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/tar_header.rb 103 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/tar_reader/entry.rb 104 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/tar_reader.rb 105 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package/tar_writer.rb 106 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/package.rb 107 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/version.rb 108 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/rfc2396_parser.rb 109 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/rfc3986_parser.rb 110 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/common.rb 111 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/generic.rb 112 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/file.rb 113 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/ftp.rb 114 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/http.rb 115 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/https.rb 116 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/ldap.rb 117 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/ldaps.rb 118 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/mailto.rb 119 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/ws.rb 120 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri/wss.rb 121 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/uri/lib/uri.rb 122 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so 123 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/mock_gem_ui.rb 124 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so 125 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/optparse/lib/optparse.rb 126 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendored_optparse.rb 127 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/command.rb 128 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/gem_metadata.rb 129 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/specification_provider.rb 130 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/errors.rb 131 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/tsort/lib/tsort.rb 132 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendored_tsort.rb 133 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/action.rb 134 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_edge_no_circular.rb 135 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/add_vertex.rb 136 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/delete_edge.rb 137 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/detach_vertex_named.rb 138 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/set_payload.rb 139 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/tag.rb 140 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/log.rb 141 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph/vertex.rb 142 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/dependency_graph.rb 143 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/state.rb 144 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/modules/specification_provider.rb 145 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/delegates/resolution_state.rb 146 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/resolution.rb 147 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/resolver.rb 148 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo/modules/ui.rb 149 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/molinillo/lib/molinillo.rb 150 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendored_molinillo.rb 151 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/activation_request.rb 152 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/conflict.rb 153 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/dependency_request.rb 154 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/requirement_list.rb 155 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/stats.rb 156 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/set.rb 157 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/api_set.rb 158 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/composed_set.rb 159 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/best_set.rb 160 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/current_set.rb 161 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/git_set.rb 162 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/index_set.rb 163 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/installer_set.rb 164 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/lock_set.rb 165 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/vendor_set.rb 166 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/source_set.rb 167 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/specification.rb 168 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/spec_specification.rb 169 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/api_specification.rb 170 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/git_specification.rb 171 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/index_specification.rb 172 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/installed_specification.rb 173 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/local_specification.rb 174 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/lock_specification.rb 175 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver/vendor_specification.rb 176 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/resolver.rb 177 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/timeout/lib/timeout.rb 178 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so 179 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-protocol/lib/net/protocol.rb 180 /tmp/ruby/src/trunk-gc-asserts/lib/random/formatter.rb 181 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/securerandom/lib/securerandom.rb 182 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendored_securerandom.rb 183 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/resolv/lib/resolv.rb 184 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/exceptions.rb 185 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/header.rb 186 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/generic_request.rb 187 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/request.rb 188 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/requests.rb 189 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/response.rb 190 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/responses.rb 191 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http/proxy_delta.rb 192 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendor/net-http/lib/net/http.rb 193 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendored_net_http.rb 194 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request/http_pool.rb 195 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request/https_pool.rb 196 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request/connection_pools.rb 197 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request.rb 198 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/s3_uri_signer.rb 199 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/uri_formatter.rb 200 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/uri.rb 201 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/remote_fetcher.rb 202 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/utilities.rb 203 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/helper.rb 204 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/available_set.rb 205 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_resolver_index_specification.rb 206 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/config_file.rb 207 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/name_tuple.rb 208 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/spec_fetcher.rb 209 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so 210 /tmp/ruby/build/trunk-gc-asserts/.ext/common/date.rb 211 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/versions.rb 212 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/exception.rb 213 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/syntax_error.rb 214 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/psych.so 215 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/omap.rb 216 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/set.rb 217 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/class_loader.rb 218 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/scalar_scanner.rb 219 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes/node.rb 220 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes/stream.rb 221 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes/document.rb 222 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes/sequence.rb 223 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes/scalar.rb 224 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes/mapping.rb 225 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes/alias.rb 226 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/nodes.rb 227 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/streaming.rb 228 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/visitors/visitor.rb 229 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/visitors/to_ruby.rb 230 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/visitors/emitter.rb 231 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/handler.rb 232 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/tree_builder.rb 233 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/visitors/yaml_tree.rb 234 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/json/ruby_events.rb 235 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/visitors/json_tree.rb 236 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/visitors/depth_first.rb 237 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/visitors.rb 238 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/parser.rb 239 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/coder.rb 240 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/stream.rb 241 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/json/yaml_events.rb 242 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/json/tree_builder.rb 243 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/json/stream.rb 244 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/handlers/document_stream.rb 245 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych/core_ext.rb 246 /tmp/ruby/build/trunk-gc-asserts/.ext/common/psych.rb 247 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/psych_tree.rb 248 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/safe_yaml.rb 249 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/specification_policy.rb 250 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/util/licenses.rb 251 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext/build_error.rb 252 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext/builder.rb 253 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext/configure_builder.rb 254 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext/ext_conf_builder.rb 255 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext/rake_builder.rb 256 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext/cmake_builder.rb 257 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext/cargo_builder.rb 258 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/ext.rb 259 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source/git.rb 260 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source/installed.rb 261 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source/specific_file.rb 262 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source/local.rb 263 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source/lock.rb 264 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source/vendor.rb 265 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source.rb 266 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/source_list.rb 267 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16le.so 268 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16be.so 269 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/single_byte.so 270 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/installer_uninstaller_utils.rb 271 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/installer.rb 272 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/safe_marshal/elements.rb 273 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/safe_marshal/reader.rb 274 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/safe_marshal/visitors/visitor.rb 275 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/safe_marshal/visitors/to_ruby.rb 276 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/safe_marshal.rb 277 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/command_manager.rb 278 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_command_manager.rb 279 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/vendored_timeout.rb 280 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/version_option.rb 281 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/dependency_list.rb 282 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/uninstaller.rb 283 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/uninstall_command.rb 284 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/rubygems/commands/ins_command.rb 285 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/local_remote_options.rb 286 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/query_utils.rb 287 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/query_command.rb 288 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/gemcutter_utilities/webauthn_listener/response.rb 289 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/gemcutter_utilities/webauthn_listener.rb 290 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/gemcutter_utilities/webauthn_poller.rb 291 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/gemcutter_utilities.rb 292 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/signin_command.rb 293 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/validator.rb 294 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/doctor.rb 295 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/check_command.rb 296 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/gemspec_helpers.rb 297 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/build_command.rb 298 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/rubygems/commands/interrupt_command.rb 299 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/security_option.rb 300 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/install_update_options.rb 301 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/dependency_installer.rb 302 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/update_suggestion.rb 303 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/install_command.rb 304 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/signout_command.rb 305 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/install_message.rb 306 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/rdoc.rb 307 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/update_command.rb 308 /tmp/ruby/src/trunk-gc-asserts/test/optparse/test_optparse.rb 309 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/version.rb 310 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/core_ext/name_error.rb 311 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/levenshtein.rb 312 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/jaro_winkler.rb 313 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checker.rb 314 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers/class_name_checker.rb 315 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers/variable_name_checker.rb 316 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/name_error_checkers.rb 317 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/method_name_checker.rb 318 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/key_error_checker.rb 319 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/null_checker.rb 320 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/tree_spell_checker.rb 321 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/require_path_checker.rb 322 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/spell_checkers/pattern_key_name_checker.rb 323 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean/formatter.rb 324 /tmp/ruby/src/trunk-gc-asserts/lib/did_you_mean.rb 325 /tmp/ruby/src/trunk-gc-asserts/test/optparse/test_did_you_mean.rb 326 /tmp/ruby/src/trunk-gc-asserts/lib/prism/polyfill/byteindex.rb 327 /tmp/ruby/src/trunk-gc-asserts/lib/prism/polyfill/warn.rb 328 /tmp/ruby/src/trunk-gc-asserts/lib/prism/node.rb 329 /tmp/ruby/src/trunk-gc-asserts/lib/prism/node_ext.rb 330 /tmp/ruby/src/trunk-gc-asserts/lib/prism/parse_result.rb 331 /tmp/ruby/src/trunk-gc-asserts/lib/prism/string_query.rb 332 /tmp/ruby/src/trunk-gc-asserts/lib/prism/pack.rb 333 prism/prism.so 334 /tmp/ruby/src/trunk-gc-asserts/lib/prism.rb 335 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/ripper.so 336 /tmp/ruby/build/trunk-gc-asserts/.ext/common/ripper/core.rb 337 /tmp/ruby/build/trunk-gc-asserts/.ext/common/ripper/lexer.rb 338 /tmp/ruby/build/trunk-gc-asserts/.ext/common/ripper/filter.rb 339 /tmp/ruby/build/trunk-gc-asserts/.ext/common/ripper/sexp.rb 340 /tmp/ruby/build/trunk-gc-asserts/.ext/common/ripper.rb 341 /tmp/ruby/src/trunk-gc-asserts/test/prism/test_helper.rb 342 /tmp/ruby/src/trunk-gc-asserts/test/prism/ruby/location_test.rb 343 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so 344 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32le.so 345 /tmp/ruby/src/trunk-gc-asserts/test/lib/jit_support.rb 346 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit_exit_locations.rb 347 /tmp/ruby/build/trunk-gc-asserts/.ext/common/json/version.rb 348 /tmp/ruby/build/trunk-gc-asserts/.ext/common/json/common.rb 349 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/parser.so 350 /tmp/ruby/build/trunk-gc-asserts/.ext/common/json/ext/generator/state.rb 351 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/generator.so 352 /tmp/ruby/build/trunk-gc-asserts/.ext/common/json/ext.rb 353 /tmp/ruby/build/trunk-gc-asserts/.ext/common/json.rb 354 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/multifactor_auth_utilities.rb 355 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/commands/push_command.rb 356 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_commands_push_command.rb 357 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/yaml_serializer.rb 358 /tmp/ruby/src/trunk-gc-asserts/lib/securerandom.rb 359 /tmp/ruby/src/trunk-gc-asserts/test/openssl/utils.rb 360 /tmp/ruby/src/trunk-gc-asserts/test/openssl/test_x509cert.rb 361 /tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/helper.rb 362 /tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/test_spell_checker.rb 363 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_literal.rb 364 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so 365 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so 366 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_13.so 367 /tmp/ruby/src/trunk-gc-asserts/test/fiber/scheduler.rb 368 /tmp/ruby/src/trunk-gc-asserts/test/fiber/test_thread.rb 369 /tmp/ruby/src/trunk-gc-asserts/test/ruby/enc/test_emoji_breaks.rb 370 /tmp/ruby/src/trunk-gc-asserts/test/openssl/test_pkey.rb 371 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/symbol.so 372 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/symbol/test_type.rb 373 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_1253.so 374 /tmp/ruby/src/trunk-gc-asserts/test/openssl/test_pkey_dh.rb 375 /tmp/ruby/src/trunk-gc-asserts/test/prism/result/breadth_first_search_test.rb 376 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_exception.rb 377 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_yjit.rb 378 /tmp/ruby/src/trunk-gc-asserts/test/prism/heredoc_dedent_test.rb 379 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/gvl/test_ubf_async_safe.rb 380 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_objectspace.rb 381 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_frozen.rb 382 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_sleep.rb 383 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/string.so 384 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/string/test_coderange.rb 385 /tmp/ruby/src/trunk-gc-asserts/test/mkmf/test_configuration.rb 386 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_resolver_dependency_request.rb 387 /tmp/ruby/src/trunk-gc-asserts/test/psych/helper.rb 388 /tmp/ruby/src/trunk-gc-asserts/test/psych/test_stream.rb 389 /tmp/ruby/src/trunk-gc-asserts/test/openssl/test_kdf.rb 390 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_requirement.rb 391 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request_set/gem_dependency_api.rb 392 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request_set/lockfile/parser.rb 393 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request_set/lockfile/tokenizer.rb 394 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request_set/lockfile.rb 395 /tmp/ruby/src/trunk-gc-asserts/lib/rubygems/request_set.rb 396 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_package_task.rb 397 /tmp/ruby/src/trunk-gc-asserts/test/fiber/test_io.rb 398 /tmp/ruby/src/trunk-gc-asserts/test/openssl/test_ns_spki.rb 399 /tmp/ruby/src/trunk-gc-asserts/test/psych/test_serialize_subclasses.rb 400 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so 401 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_hash.rb 402 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_31j.so 403 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/objspace.so 404 /tmp/ruby/build/trunk-gc-asserts/.ext/common/objspace.rb 405 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_compile_prism.rb 406 /tmp/ruby/src/trunk-gc-asserts/test/optparse/test_reqarg.rb 407 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so 408 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/thread/helper.rb 409 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/thread/test_instrumentation_api.rb 410 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so 411 /tmp/ruby/src/trunk-gc-asserts/test/test_tempfile.rb 412 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_basicinstructions.rb 413 /tmp/ruby/src/trunk-gc-asserts/test/ruby/test_trace.rb 414 /tmp/ruby/src/trunk-gc-asserts/test/prism/snippets_test.rb 415 /tmp/ruby/src/trunk-gc-asserts/lib/prism/polyfill/unpack1.rb 416 /tmp/ruby/src/trunk-gc-asserts/lib/prism/serialize.rb 417 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/coverage.so 418 /tmp/ruby/build/trunk-gc-asserts/.ext/common/coverage.rb 419 /tmp/ruby/src/trunk-gc-asserts/test/json/test_helper.rb 420 /tmp/ruby/src/trunk-gc-asserts/test/json/json_encoding_test.rb 421 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32be.so 422 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/package/tar_test_case.rb 423 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_package.rb 424 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/simple_gem.rb 425 /tmp/ruby/src/trunk-gc-asserts/test/openssl/test_hmac.rb 426 /tmp/ruby/src/trunk-gc-asserts/test/did_you_mean/spell_checking/test_pattern_key_name_check.rb 427 /tmp/ruby/src/trunk-gc-asserts/lib/yaml.rb 428 /tmp/ruby/src/trunk-gc-asserts/lib/yaml/store.rb 429 /tmp/ruby/src/trunk-gc-asserts/test/psych/test_yamlstore.rb 430 /tmp/ruby/src/trunk-gc-asserts/test/rubygems/test_gem_impossible_dependencies_error.rb 431 /tmp/ruby/src/trunk-gc-asserts/lib/unicode_normalize/tables.rb 432 /tmp/ruby/src/trunk-gc-asserts/lib/unicode_normalize/normalize.rb 433 /tmp/ruby/src/trunk-gc-asserts/test/test_unicode_normalize.rb 434 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so 435 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/arith_seq/test_arith_seq_extract.rb 436 /tmp/ruby/src/trunk-gc-asserts/test/-ext-/win32/test_fd_setsize.rb 437 /tmp/ruby/src/trunk-gc-asserts/test/prism/result/overlap_test.rb 438 /tmp/ruby/src/trunk-gc-asserts/lib/resolv.rb 439 /tmp/ruby/src/trunk-gc-asserts/test/resolv/test_dns.rb * Process memory map: 598889991000-598889992000 r--p 00000000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby 598889992000-598889993000 r-xp 00001000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby 598889993000-598889994000 r--p 00002000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby 598889994000-598889995000 r--p 00002000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby 598889995000-598889996000 rw-p 00003000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby 59889385a000-5988976a0000 rw-p 00000000 00:00 0 [heap] 78e2a7df9000-78e2a8000000 r--s 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 78e2a8000000-78e2a8021000 rw-p 00000000 00:00 0 78e2a8021000-78e2ac000000 ---p 00000000 00:00 0 78e2ac000000-78e2ac021000 rw-p 00000000 00:00 0 78e2ac021000-78e2b0000000 ---p 00000000 00:00 0 78e2b0000000-78e2b0021000 rw-p 00000000 00:00 0 78e2b0021000-78e2b4000000 ---p 00000000 00:00 0 78e2b4000000-78e2b4021000 rw-p 00000000 00:00 0 78e2b4021000-78e2b8000000 ---p 00000000 00:00 0 78e2b8000000-78e2b8021000 rw-p 00000000 00:00 0 78e2b8021000-78e2bc000000 ---p 00000000 00:00 0 78e2bc000000-78e2bc021000 rw-p 00000000 00:00 0 78e2bc021000-78e2c0000000 ---p 00000000 00:00 0 78e2c0000000-78e2c0021000 rw-p 00000000 00:00 0 78e2c0021000-78e2c4000000 ---p 00000000 00:00 0 78e2c4000000-78e2c4021000 rw-p 00000000 00:00 0 78e2c4021000-78e2c8000000 ---p 00000000 00:00 0 78e2c8000000-78e2c8021000 rw-p 00000000 00:00 0 78e2c8021000-78e2cc000000 ---p 00000000 00:00 0 78e2cc000000-78e2cc021000 rw-p 00000000 00:00 0 78e2cc021000-78e2d0000000 ---p 00000000 00:00 0 78e2d0000000-78e2d0021000 rw-p 00000000 00:00 0 78e2d0021000-78e2d4000000 ---p 00000000 00:00 0 78e2d4000000-78e2d4021000 rw-p 00000000 00:00 0 78e2d4021000-78e2d8000000 ---p 00000000 00:00 0 78e2d8000000-78e2d8021000 rw-p 00000000 00:00 0 78e2d8021000-78e2dc000000 ---p 00000000 00:00 0 78e2dc000000-78e2dc021000 rw-p 00000000 00:00 0 78e2dc021000-78e2e0000000 ---p 00000000 00:00 0 78e2e0000000-78e2e0021000 rw-p 00000000 00:00 0 78e2e0021000-78e2e4000000 ---p 00000000 00:00 0 78e2e4000000-78e2e4021000 rw-p 00000000 00:00 0 78e2e4021000-78e2e8000000 ---p 00000000 00:00 0 78e2e8000000-78e2e820b000 rw-p 00000000 00:00 0 78e2e820b000-78e2ec000000 ---p 00000000 00:00 0 78e2ec000000-78e2ec20b000 rw-p 00000000 00:00 0 78e2ec20b000-78e2f0000000 ---p 00000000 00:00 0 78e2f0000000-78e2f020b000 rw-p 00000000 00:00 0 78e2f020b000-78e2f4000000 ---p 00000000 00:00 0 78e2f4000000-78e2f420b000 rw-p 00000000 00:00 0 78e2f420b000-78e2f8000000 ---p 00000000 00:00 0 78e2f8000000-78e2f820b000 rw-p 00000000 00:00 0 78e2f820b000-78e2fc000000 ---p 00000000 00:00 0 78e2fc000000-78e2fc20b000 rw-p 00000000 00:00 0 78e2fc20b000-78e300000000 ---p 00000000 00:00 0 78e300000000-78e30020b000 rw-p 00000000 00:00 0 78e30020b000-78e304000000 ---p 00000000 00:00 0 78e304000000-78e30420b000 rw-p 00000000 00:00 0 78e30420b000-78e308000000 ---p 00000000 00:00 0 78e308000000-78e30820b000 rw-p 00000000 00:00 0 78e30820b000-78e30c000000 ---p 00000000 00:00 0 78e30c000000-78e30c20c000 rw-p 00000000 00:00 0 78e30c20c000-78e310000000 ---p 00000000 00:00 0 78e310000000-78e31020b000 rw-p 00000000 00:00 0 78e31020b000-78e314000000 ---p 00000000 00:00 0 78e314000000-78e31420b000 rw-p 00000000 00:00 0 78e31420b000-78e318000000 ---p 00000000 00:00 0 78e318000000-78e31820b000 rw-p 00000000 00:00 0 78e31820b000-78e31c000000 ---p 00000000 00:00 0 78e31c0c1000-78e31d1c1000 rw-p 00000000 00:00 0 78e31d1c1000-78e31e7be000 r--s 00000000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 78e31e7be000-78e31e7bf000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e7bf000-78e31e800000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e800000-78e31e801000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e801000-78e31e842000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e842000-78e31e843000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e843000-78e31e884000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e884000-78e31e885000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e885000-78e31e8c6000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e8c6000-78e31e8c7000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e8c7000-78e31e908000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e908000-78e31e909000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e909000-78e31e94a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e94a000-78e31e94b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e94b000-78e31e98c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e98c000-78e31e98d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e98d000-78e31e9ce000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e9ce000-78e31e9cf000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31e9cf000-78e31ea10000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ea10000-78e31ea11000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ea11000-78e31ea52000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ea52000-78e31ea53000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ea53000-78e31ea94000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ea94000-78e31ea95000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ea95000-78e31ead6000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ead6000-78e31ead7000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ead7000-78e31eb18000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eb18000-78e31eb19000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eb19000-78e31eb5a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eb5a000-78e31eb5b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eb5b000-78e31eb9c000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eb9c000-78e31eb9d000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eb9d000-78e31ebde000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ebde000-78e31ebdf000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ebdf000-78e31ec20000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ec20000-78e31ec21000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ec21000-78e31ec62000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ec62000-78e31ec63000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ec63000-78e31eca4000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eca4000-78e31eca5000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eca5000-78e31ece6000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ece6000-78e31ece7000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ece7000-78e31ed28000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ed28000-78e31ed29000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ed29000-78e31ed6a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ed6a000-78e31ed6b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ed6b000-78e31edac000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31edac000-78e31edad000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31edad000-78e31edee000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31edee000-78e31edef000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31edef000-78e31ee30000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ee30000-78e31ee31000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ee31000-78e31ee72000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ee72000-78e31ee73000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ee73000-78e31eeb4000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eeb4000-78e31eeb5000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eeb5000-78e31eef6000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eef6000-78e31eef7000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31eef7000-78e31ef38000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ef38000-78e31ef39000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ef39000-78e31ef7a000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ef7a000-78e31ef7b000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31ef7b000-78e31efbc000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31efbc000-78e31efbd000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31efbd000-78e31effe000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e31effe000-78e31efff000 ---p 00000000 00:00 0 78e31efff000-78e31f7ff000 rw-p 00000000 00:00 0 78e31f7ff000-78e31f800000 ---p 00000000 00:00 0 78e31f800000-78e320000000 rw-p 00000000 00:00 0 78e320000000-78e32051e000 rw-p 00000000 00:00 0 78e32051e000-78e324000000 ---p 00000000 00:00 0 78e324000000-78e324311000 rw-p 00000000 00:00 0 78e324311000-78e328000000 ---p 00000000 00:00 0 78e328000000-78e32892f000 rw-p 00000000 00:00 0 78e32892f000-78e32c000000 ---p 00000000 00:00 0 78e32c000000-78e32c12f000 rw-p 00000000 00:00 0 78e32c12f000-78e330000000 ---p 00000000 00:00 0 78e330000000-78e330042000 rw-p 00000000 00:00 0 78e330042000-78e334000000 ---p 00000000 00:00 0 78e334023000-78e334352000 rw-p 00000000 00:00 0 78e334352000-78e334390000 r--s 00000000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby 78e334390000-78e334480000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e334488000-78e334489000 r--p 00000000 00:4e 13677583 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so 78e334489000-78e33448a000 r-xp 00001000 00:4e 13677583 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so 78e33448a000-78e3344ae000 r--p 00002000 00:4e 13677583 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so 78e3344ae000-78e3344af000 r--p 00025000 00:4e 13677583 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so 78e3344af000-78e3344b0000 rw-p 00026000 00:4e 13677583 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_sjis.so 78e3344b0000-78e3344e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e3344e7000-78e3344e8000 ---p 00000000 00:00 0 78e3344e8000-78e334508000 rw-p 00000000 00:00 0 78e334508000-78e334509000 ---p 00000000 00:00 0 78e334509000-78e334529000 rw-p 00000000 00:00 0 78e334529000-78e33452a000 ---p 00000000 00:00 0 78e33452a000-78e33454a000 rw-p 00000000 00:00 0 78e33454a000-78e33454b000 ---p 00000000 00:00 0 78e33454b000-78e33456b000 rw-p 00000000 00:00 0 78e33456b000-78e33456c000 ---p 00000000 00:00 0 78e33456c000-78e33458c000 rw-p 00000000 00:00 0 78e33458c000-78e33458d000 ---p 00000000 00:00 0 78e33458d000-78e3345ad000 rw-p 00000000 00:00 0 78e3345ad000-78e3345ae000 ---p 00000000 00:00 0 78e3345ae000-78e3345ce000 rw-p 00000000 00:00 0 78e3345ce000-78e3345cf000 ---p 00000000 00:00 0 78e3345cf000-78e3345ef000 rw-p 00000000 00:00 0 78e3345ef000-78e3345f0000 ---p 00000000 00:00 0 78e3345f0000-78e334610000 rw-p 00000000 00:00 0 78e334610000-78e334620000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e33463c000-78e33463d000 ---p 00000000 00:00 0 78e33463d000-78e33465d000 rw-p 00000000 00:00 0 78e33465d000-78e33465e000 ---p 00000000 00:00 0 78e33465e000-78e33467e000 rw-p 00000000 00:00 0 78e33467e000-78e33467f000 ---p 00000000 00:00 0 78e33467f000-78e33469f000 rw-p 00000000 00:00 0 78e33469f000-78e3346a0000 ---p 00000000 00:00 0 78e3346a0000-78e3346c0000 rw-p 00000000 00:00 0 78e3346c0000-78e3346c1000 ---p 00000000 00:00 0 78e3346c1000-78e3346e1000 rw-p 00000000 00:00 0 78e3346e1000-78e3346e2000 ---p 00000000 00:00 0 78e3346e2000-78e334702000 rw-p 00000000 00:00 0 78e334702000-78e334703000 ---p 00000000 00:00 0 78e334703000-78e334723000 rw-p 00000000 00:00 0 78e334723000-78e334724000 ---p 00000000 00:00 0 78e334724000-78e334744000 rw-p 00000000 00:00 0 78e334744000-78e334745000 ---p 00000000 00:00 0 78e334745000-78e334765000 rw-p 00000000 00:00 0 78e334765000-78e334766000 ---p 00000000 00:00 0 78e334766000-78e334786000 rw-p 00000000 00:00 0 78e334786000-78e334787000 ---p 00000000 00:00 0 78e334787000-78e3347a7000 rw-p 00000000 00:00 0 78e3347a7000-78e3347a8000 ---p 00000000 00:00 0 78e3347a8000-78e3347c8000 rw-p 00000000 00:00 0 78e3347c8000-78e3347c9000 ---p 00000000 00:00 0 78e3347c9000-78e3347e9000 rw-p 00000000 00:00 0 78e3347e9000-78e3347ea000 ---p 00000000 00:00 0 78e3347ea000-78e33480a000 rw-p 00000000 00:00 0 78e33480a000-78e33480b000 ---p 00000000 00:00 0 78e33480b000-78e33482b000 rw-p 00000000 00:00 0 78e33482b000-78e33482c000 ---p 00000000 00:00 0 78e33482c000-78e33484c000 rw-p 00000000 00:00 0 78e33484c000-78e33484d000 ---p 00000000 00:00 0 78e33484d000-78e33486d000 rw-p 00000000 00:00 0 78e33486d000-78e33486e000 ---p 00000000 00:00 0 78e33486e000-78e33488e000 rw-p 00000000 00:00 0 78e33488e000-78e33488f000 ---p 00000000 00:00 0 78e33488f000-78e3348af000 rw-p 00000000 00:00 0 78e3348af000-78e3348b0000 ---p 00000000 00:00 0 78e3348b0000-78e3348d0000 rw-p 00000000 00:00 0 78e3348d0000-78e3349e0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e3349e5000-78e3349e6000 ---p 00000000 00:00 0 78e3349e6000-78e334a06000 rw-p 00000000 00:00 0 78e334a06000-78e334a07000 r--p 00000000 00:4e 13677587 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so 78e334a07000-78e334a08000 r-xp 00001000 00:4e 13677587 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so 78e334a08000-78e334a5e000 r--p 00002000 00:4e 13677587 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so 78e334a5e000-78e334a5f000 r--p 00057000 00:4e 13677587 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so 78e334a5f000-78e334a60000 rw-p 00058000 00:4e 13677587 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/japanese_euc.so 78e334a60000-78e334ac0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e334acf000-78e334ad0000 ---p 00000000 00:00 0 78e334ad0000-78e334af0000 rw-p 00000000 00:00 0 78e334af0000-78e334b20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e334b2d000-78e334be0000 r--p 00000000 00:4e 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 78e334be0000-78e334f13000 r-xp 000b3000 00:4e 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 78e334f13000-78e334fde000 r--p 003e6000 00:4e 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 78e334fde000-78e33503a000 r--p 004b0000 00:4e 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 78e33503a000-78e33503d000 rw-p 0050c000 00:4e 15348621 /usr/lib/x86_64-linux-gnu/libcrypto.so.3 78e33503d000-78e335040000 rw-p 00000000 00:00 0 78e335040000-78e335070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335080000-78e335090000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335090000-78e335220000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335223000-78e33522a000 r--p 00000000 00:4e 13674976 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/ripper.so 78e33522a000-78e33526f000 r-xp 00007000 00:4e 13674976 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/ripper.so 78e33526f000-78e33528d000 r--p 0004c000 00:4e 13674976 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/ripper.so 78e33528d000-78e33528f000 r--p 00069000 00:4e 13674976 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/ripper.so 78e33528f000-78e335290000 rw-p 0006b000 00:4e 13674976 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/ripper.so 78e335290000-78e3352a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e3352ab000-78e3352ac000 ---p 00000000 00:00 0 78e3352ac000-78e3352cc000 rw-p 00000000 00:00 0 78e3352e0000-78e3353c0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e3353c8000-78e3353c9000 r--p 00000000 00:4e 13677011 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so 78e3353c9000-78e3353ca000 r-xp 00001000 00:4e 13677011 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so 78e3353ca000-78e3353cb000 r--p 00002000 00:4e 13677011 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so 78e3353cb000-78e3353cc000 r--p 00002000 00:4e 13677011 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so 78e3353cc000-78e3353cd000 rw-p 00003000 00:4e 13677011 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_1.so 78e3353cd000-78e3353ce000 ---p 00000000 00:00 0 78e3353ce000-78e3353ee000 rw-p 00000000 00:00 0 78e3353f2000-78e3353f3000 r--p 00000000 00:4e 13677363 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32be.so 78e3353f3000-78e3353f4000 r-xp 00001000 00:4e 13677363 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32be.so 78e3353f4000-78e3353f5000 r--p 00002000 00:4e 13677363 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32be.so 78e3353f5000-78e3353f6000 r--p 00002000 00:4e 13677363 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32be.so 78e3353f6000-78e3353f7000 rw-p 00003000 00:4e 13677363 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32be.so 78e3353f7000-78e3353f8000 r--p 00000000 00:4e 13669182 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so 78e3353f8000-78e3353f9000 r-xp 00001000 00:4e 13669182 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so 78e3353f9000-78e3353fa000 r--p 00002000 00:4e 13669182 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so 78e3353fa000-78e3353fb000 r--p 00002000 00:4e 13669182 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so 78e3353fb000-78e3353fc000 rw-p 00003000 00:4e 13669182 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/thread/instrumentation.so 78e3353fc000-78e335400000 rw-p 00000000 00:00 0 78e335400000-78e335550000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335550000-78e335553000 r--p 00000000 00:4e 13674920 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/objspace.so 78e335553000-78e33555c000 r-xp 00003000 00:4e 13674920 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/objspace.so 78e33555c000-78e33555e000 r--p 0000c000 00:4e 13674920 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/objspace.so 78e33555e000-78e33555f000 r--p 0000d000 00:4e 13674920 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/objspace.so 78e33555f000-78e335560000 rw-p 0000e000 00:4e 13674920 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/objspace.so 78e335560000-78e335570000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335570000-78e335610000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335611000-78e335612000 r--p 00000000 00:4e 13669035 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/coverage.so 78e335612000-78e335614000 r-xp 00001000 00:4e 13669035 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/coverage.so 78e335614000-78e335615000 r--p 00003000 00:4e 13669035 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/coverage.so 78e335615000-78e335616000 r--p 00003000 00:4e 13669035 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/coverage.so 78e335616000-78e335617000 rw-p 00004000 00:4e 13669035 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/coverage.so 78e335617000-78e335618000 r--p 00000000 00:4e 13677530 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_31j.so 78e335618000-78e335619000 r-xp 00001000 00:4e 13677530 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_31j.so 78e335619000-78e33561a000 r--p 00002000 00:4e 13677530 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_31j.so 78e33561a000-78e33561b000 r--p 00003000 00:4e 13677530 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_31j.so 78e33561b000-78e33561c000 rw-p 00004000 00:4e 13677530 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_31j.so 78e33561c000-78e33561f000 r--p 00000000 00:4e 13675014 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so 78e33561f000-78e33562b000 r-xp 00003000 00:4e 13675014 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so 78e33562b000-78e33562e000 r--p 0000f000 00:4e 13675014 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so 78e33562e000-78e33562f000 r--p 00011000 00:4e 13675014 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so 78e33562f000-78e335630000 rw-p 00012000 00:4e 13675014 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/zlib.so 78e335630000-78e335670000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335671000-78e335672000 r--p 00000000 00:4e 13668970 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so 78e335672000-78e335673000 r-xp 00001000 00:4e 13668970 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so 78e335673000-78e335674000 r--p 00002000 00:4e 13668970 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so 78e335674000-78e335675000 r--p 00002000 00:4e 13668970 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so 78e335675000-78e335676000 rw-p 00003000 00:4e 13668970 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/continuation.so 78e335676000-78e335694000 r--p 00000000 00:4e 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 78e335694000-78e3356f6000 r-xp 0001e000 00:4e 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 78e3356f6000-78e335712000 r--p 00080000 00:4e 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 78e335712000-78e33571c000 r--p 0009c000 00:4e 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 78e33571c000-78e335720000 rw-p 000a6000 00:4e 15349563 /usr/lib/x86_64-linux-gnu/libssl.so.3 78e335720000-78e335730000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335733000-78e335735000 r--p 00000000 00:4e 13669094 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/string.so 78e335735000-78e335738000 r-xp 00002000 00:4e 13669094 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/string.so 78e335738000-78e335739000 r--p 00005000 00:4e 13669094 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/string.so 78e335739000-78e33573a000 r--p 00006000 00:4e 13669094 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/string.so 78e33573a000-78e33573b000 rw-p 00007000 00:4e 13669094 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/string.so 78e33573b000-78e33573c000 r--p 00000000 00:4e 13677537 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_1253.so 78e33573c000-78e33573d000 r-xp 00001000 00:4e 13677537 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_1253.so 78e33573d000-78e33573e000 r--p 00002000 00:4e 13677537 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_1253.so 78e33573e000-78e33573f000 r--p 00002000 00:4e 13677537 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_1253.so 78e33573f000-78e335740000 rw-p 00003000 00:4e 13677537 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/windows_1253.so 78e335740000-78e335750000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335753000-78e335754000 r--p 00000000 00:4e 13668890 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/symbol.so 78e335754000-78e335755000 r-xp 00001000 00:4e 13668890 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/symbol.so 78e335755000-78e335756000 r--p 00002000 00:4e 13668890 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/symbol.so 78e335756000-78e335757000 r--p 00002000 00:4e 13668890 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/symbol.so 78e335757000-78e335758000 rw-p 00003000 00:4e 13668890 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/symbol.so 78e335758000-78e33575f000 r--p 00000000 00:4e 13674977 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so 78e33575f000-78e335786000 r-xp 00007000 00:4e 13674977 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so 78e335786000-78e33578e000 r--p 0002e000 00:4e 13674977 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so 78e33578e000-78e33578f000 r--p 00035000 00:4e 13674977 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so 78e33578f000-78e335790000 rw-p 00036000 00:4e 13674977 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/socket.so 78e335790000-78e3357a0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e3357a3000-78e3357a4000 r--p 00000000 00:4e 13677174 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_13.so 78e3357a4000-78e3357a5000 r-xp 00001000 00:4e 13677174 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_13.so 78e3357a5000-78e3357a6000 r--p 00002000 00:4e 13677174 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_13.so 78e3357a6000-78e3357a7000 r--p 00002000 00:4e 13677174 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_13.so 78e3357a7000-78e3357a8000 rw-p 00003000 00:4e 13677174 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/iso_8859_13.so 78e3357a8000-78e3357a9000 r--p 00000000 00:4e 13676753 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so 78e3357a9000-78e3357aa000 r-xp 00001000 00:4e 13676753 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so 78e3357aa000-78e3357ab000 r--p 00002000 00:4e 13676753 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so 78e3357ab000-78e3357ac000 r--p 00003000 00:4e 13676753 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so 78e3357ac000-78e3357ad000 rw-p 00004000 00:4e 13676753 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/euc_jp.so 78e3357ad000-78e3357c1000 r--p 00000000 00:4e 13674918 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so 78e3357c1000-78e3357f9000 r-xp 00014000 00:4e 13674918 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so 78e3357f9000-78e33580b000 r--p 0004c000 00:4e 13674918 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so 78e33580b000-78e33580d000 r--p 0005e000 00:4e 13674918 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so 78e33580d000-78e33580f000 rw-p 00060000 00:4e 13674918 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/openssl.so 78e33580f000-78e335810000 rw-p 00000000 00:00 0 78e335810000-78e335830000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335830000-78e335832000 r--p 00000000 00:4e 13674915 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/generator.so 78e335832000-78e33583b000 r-xp 00002000 00:4e 13674915 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/generator.so 78e33583b000-78e33583e000 r--p 0000b000 00:4e 13674915 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/generator.so 78e33583e000-78e33583f000 r--p 0000d000 00:4e 13674915 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/generator.so 78e33583f000-78e335840000 rw-p 0000e000 00:4e 13674915 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/generator.so 78e335840000-78e335850000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335852000-78e335855000 r--p 00000000 00:4e 13677594 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/single_byte.so 78e335855000-78e335856000 r-xp 00003000 00:4e 13677594 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/single_byte.so 78e335856000-78e33586a000 r--p 00004000 00:4e 13677594 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/single_byte.so 78e33586a000-78e33586f000 r--p 00018000 00:4e 13677594 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/single_byte.so 78e33586f000-78e335870000 rw-p 0001d000 00:4e 13677594 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/single_byte.so 78e335870000-78e335890000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335893000-78e335895000 r--p 00000000 00:4e 13674917 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/parser.so 78e335895000-78e33589a000 r-xp 00002000 00:4e 13674917 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/parser.so 78e33589a000-78e33589c000 r--p 00007000 00:4e 13674917 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/parser.so 78e33589c000-78e33589d000 r--p 00008000 00:4e 13674917 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/parser.so 78e33589d000-78e33589e000 rw-p 00009000 00:4e 13674917 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/json/ext/parser.so 78e33589e000-78e3358a0000 r--p 00000000 00:4e 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 78e3358a0000-78e3358b9000 r-xp 00002000 00:4e 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 78e3358b9000-78e3358bd000 r--p 0001b000 00:4e 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 78e3358bd000-78e3358be000 r--p 0001e000 00:4e 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 78e3358be000-78e3358bf000 rw-p 0001f000 00:4e 16295450 /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9 78e3358bf000-78e3358c0000 ---p 00000000 00:00 0 78e3358c0000-78e3358e0000 rw-p 00000000 00:00 0 78e3358e0000-78e335920000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335920000-78e335921000 r--p 00000000 00:4e 13677397 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32le.so 78e335921000-78e335922000 r-xp 00001000 00:4e 13677397 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32le.so 78e335922000-78e335923000 r--p 00002000 00:4e 13677397 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32le.so 78e335923000-78e335924000 r--p 00002000 00:4e 13677397 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32le.so 78e335924000-78e335925000 rw-p 00003000 00:4e 13677397 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_32le.so 78e335925000-78e335926000 r--p 00000000 00:4e 13677598 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so 78e335926000-78e335928000 r-xp 00001000 00:4e 13677598 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so 78e335928000-78e335929000 r--p 00003000 00:4e 13677598 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so 78e335929000-78e33592a000 r--p 00004000 00:4e 13677598 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so 78e33592a000-78e33592b000 rw-p 00005000 00:4e 13677598 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/utf_16_32.so 78e33592b000-78e33592c000 r--p 00000000 00:4e 13677578 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16be.so 78e33592c000-78e33592d000 r-xp 00001000 00:4e 13677578 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16be.so 78e33592d000-78e33592e000 r--p 00002000 00:4e 13677578 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16be.so 78e33592e000-78e33592f000 r--p 00002000 00:4e 13677578 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16be.so 78e33592f000-78e335930000 rw-p 00003000 00:4e 13677578 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16be.so 78e335930000-78e335940000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335940000-78e335960000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335961000-78e335965000 r--p 00000000 00:4e 13668909 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so 78e335965000-78e335995000 r-xp 00004000 00:4e 13668909 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so 78e335995000-78e33599d000 r--p 00034000 00:4e 13668909 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so 78e33599d000-78e33599e000 r--p 0003b000 00:4e 13668909 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so 78e33599e000-78e33599f000 rw-p 0003c000 00:4e 13668909 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/date_core.so 78e33599f000-78e3359a0000 rw-p 00000000 00:00 0 78e3359a0000-78e3359f0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e3359f1000-78e3359f2000 r--p 00000000 00:4e 13676152 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16le.so 78e3359f2000-78e3359f3000 r-xp 00001000 00:4e 13676152 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16le.so 78e3359f3000-78e3359f4000 r--p 00002000 00:4e 13676152 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16le.so 78e3359f4000-78e3359f5000 r--p 00002000 00:4e 13676152 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16le.so 78e3359f5000-78e3359f6000 rw-p 00003000 00:4e 13676152 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/utf_16le.so 78e3359f6000-78e3359f9000 r--p 00000000 00:4e 13674951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/psych.so 78e3359f9000-78e3359fd000 r-xp 00003000 00:4e 13674951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/psych.so 78e3359fd000-78e3359fe000 r--p 00007000 00:4e 13674951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/psych.so 78e3359fe000-78e3359ff000 r--p 00008000 00:4e 13674951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/psych.so 78e3359ff000-78e335a00000 rw-p 00009000 00:4e 13674951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/psych.so 78e335a00000-78e335a10000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335a10000-78e335a70000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335a74000-78e335a77000 r--p 00000000 00:4e 13674986 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so 78e335a77000-78e335a7c000 r-xp 00003000 00:4e 13674986 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so 78e335a7c000-78e335a7e000 r--p 00008000 00:4e 13674986 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so 78e335a7e000-78e335a7f000 r--p 00009000 00:4e 13674986 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so 78e335a7f000-78e335a80000 rw-p 0000a000 00:4e 13674986 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/stringio.so 78e335a80000-78e335b20000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335b23000-78e335b24000 r--p 00000000 00:4e 13673038 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so 78e335b24000-78e335b25000 r-xp 00001000 00:4e 13673038 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so 78e335b25000-78e335b26000 r--p 00002000 00:4e 13673038 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so 78e335b26000-78e335b27000 r--p 00002000 00:4e 13673038 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so 78e335b27000-78e335b28000 rw-p 00003000 00:4e 13673038 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/wait.so 78e335b28000-78e335b2a000 r--p 00000000 00:4e 13668923 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so 78e335b2a000-78e335b2c000 r-xp 00002000 00:4e 13668923 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so 78e335b2c000-78e335b2d000 r--p 00004000 00:4e 13668923 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so 78e335b2d000-78e335b2e000 r--p 00004000 00:4e 13668923 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so 78e335b2e000-78e335b2f000 rw-p 00005000 00:4e 13668923 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/digest.so 78e335b2f000-78e335b50000 rw-p 00000000 00:00 0 78e335b50000-78e335b80000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e335b81000-78e335b82000 r--p 00000000 00:4e 13673032 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so 78e335b82000-78e335b83000 r-xp 00001000 00:4e 13673032 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so 78e335b83000-78e335b84000 r--p 00002000 00:4e 13673032 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so 78e335b84000-78e335b85000 r--p 00002000 00:4e 13673032 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so 78e335b85000-78e335b86000 rw-p 00003000 00:4e 13673032 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/nonblock.so 78e335b86000-78e335b88000 r--p 00000000 00:4e 13669951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so 78e335b88000-78e335b8b000 r-xp 00002000 00:4e 13669951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so 78e335b8b000-78e335b8d000 r--p 00005000 00:4e 13669951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so 78e335b8d000-78e335b8e000 r--p 00006000 00:4e 13669951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so 78e335b8e000-78e335b8f000 rw-p 00007000 00:4e 13669951 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/etc.so 78e335b8f000-78e335b90000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335b90000-78e335bd1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335bd1000-78e335bd2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335bd2000-78e335c13000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335c13000-78e335c14000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335c14000-78e335c55000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335c55000-78e335c56000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335c56000-78e335c97000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335c97000-78e335c98000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335c98000-78e335cd9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335cd9000-78e335cda000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335cda000-78e335d1b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335d1b000-78e335d1c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335d1c000-78e335d5d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335d5d000-78e335d5e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335d5e000-78e335d9f000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335d9f000-78e335da0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335da0000-78e335de1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335de1000-78e335de2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335de2000-78e335e23000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335e23000-78e335e24000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335e24000-78e335e65000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335e65000-78e335e66000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335e66000-78e335ea7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335ea7000-78e335ea8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335ea8000-78e335ee9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335ee9000-78e335eea000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335eea000-78e335f2b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335f2b000-78e335f2c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335f2c000-78e335f6d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335f6d000-78e335f6e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335f6e000-78e335faf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335faf000-78e335fb0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335fb0000-78e335ff1000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335ff1000-78e335ff2000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e335ff2000-78e336033000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336033000-78e336034000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336034000-78e336075000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336075000-78e336076000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336076000-78e3360b7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3360b7000-78e3360b8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3360b8000-78e3360f9000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3360f9000-78e3360fa000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3360fa000-78e33613b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33613b000-78e33613c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33613c000-78e33617d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33617d000-78e33617e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33617e000-78e3361bf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3361bf000-78e3361c0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3361c0000-78e336201000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336201000-78e336202000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336202000-78e336243000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336243000-78e336244000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336244000-78e336285000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336285000-78e336286000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336286000-78e3362c7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3362c7000-78e3362c8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3362c8000-78e336309000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e336309000-78e33630a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33630a000-78e33634b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33634b000-78e33634c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33634c000-78e33638d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33638d000-78e33638e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e33638e000-78e3363cf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] 78e3363cf000-78e3363d0000 ---p 00000000 00:00 0 78e3363d0000-78e336bd0000 rw-p 00000000 00:00 0 78e336bd0000-78e336c00000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e336c00000-78e34ec00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] 78e34ec00000-78e350000000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] 78e350001000-78e350002000 r--p 00000000 00:4e 13668585 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/hash.so 78e350002000-78e350003000 r-xp 00001000 00:4e 13668585 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/hash.so 78e350003000-78e350004000 r--p 00002000 00:4e 13668585 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/hash.so 78e350004000-78e350005000 r--p 00002000 00:4e 13668585 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/hash.so 78e350005000-78e350006000 rw-p 00003000 00:4e 13668585 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/hash.so 78e350006000-78e350008000 r--p 00000000 00:4e 13672742 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so 78e350008000-78e35000d000 r-xp 00002000 00:4e 13672742 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so 78e35000d000-78e35000e000 r--p 00007000 00:4e 13672742 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so 78e35000e000-78e35000f000 r--p 00008000 00:4e 13672742 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so 78e35000f000-78e350010000 rw-p 00009000 00:4e 13672742 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/io/console.so 78e350010000-78e350030000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e350030000-78e350031000 r--p 00000000 00:4e 13674916 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so 78e350031000-78e350032000 r-xp 00001000 00:4e 13674916 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so 78e350032000-78e350033000 r--p 00002000 00:4e 13674916 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so 78e350033000-78e350034000 r--p 00002000 00:4e 13674916 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so 78e350034000-78e350035000 rw-p 00003000 00:4e 13674916 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/monitor.so 78e350035000-78e350036000 r--p 00000000 00:4e 13668378 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so 78e350036000-78e350037000 r-xp 00001000 00:4e 13668378 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so 78e350037000-78e350038000 r--p 00002000 00:4e 13668378 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so 78e350038000-78e350039000 r--p 00002000 00:4e 13668378 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so 78e350039000-78e35003a000 rw-p 00003000 00:4e 13668378 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/-test-/asan.so 78e35003a000-78e35003b000 r--p 00000000 00:4e 13675009 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so 78e35003b000-78e35003d000 r-xp 00001000 00:4e 13675009 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so 78e35003d000-78e35003e000 r--p 00003000 00:4e 13675009 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so 78e35003e000-78e35003f000 r--p 00003000 00:4e 13675009 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so 78e35003f000-78e350040000 rw-p 00004000 00:4e 13675009 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/rbconfig/sizeof.so 78e350040000-78e350070000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] 78e350072000-78e350073000 r--p 00000000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so 78e350073000-78e350074000 r-xp 00001000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so 78e350074000-78e350075000 r--p 00002000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so 78e350075000-78e350076000 r--p 00002000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so 78e350076000-78e350077000 rw-p 00003000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so 78e350077000-78e350178000 rw-p 00000000 00:00 0 78e350178000-78e35017f000 r--s 00000000 00:4e 15348559 /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache 78e35017f000-78e3501d8000 r--p 00000000 00:4e 15348059 /usr/lib/locale/C.utf8/LC_CTYPE 78e3501d8000-78e3501da000 rw-p 00000000 00:00 0 78e3501da000-78e3501de000 r--p 00000000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 78e3501de000-78e350201000 r-xp 00004000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 78e350201000-78e350205000 r--p 00027000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 78e350205000-78e350206000 r--p 0002b000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 78e350206000-78e350207000 rw-p 0002c000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 78e350207000-78e35022f000 r--p 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 78e35022f000-78e3503b7000 r-xp 00028000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 78e3503b7000-78e350406000 r--p 001b0000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 78e350406000-78e35040a000 r--p 001fe000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 78e35040a000-78e35040c000 rw-p 00202000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 78e35040c000-78e35041b000 rw-p 00000000 00:00 0 78e35041b000-78e35042b000 r--p 00000000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 78e35042b000-78e3504aa000 r-xp 00010000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 78e3504aa000-78e350502000 r--p 0008f000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 78e350502000-78e350503000 r--p 000e7000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 78e350503000-78e350504000 rw-p 000e8000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 78e350504000-78e350506000 r--p 00000000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 78e350506000-78e35051b000 r-xp 00002000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 78e35051b000-78e350534000 r--p 00017000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 78e350534000-78e350535000 r--p 0002f000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 78e350535000-78e350536000 rw-p 00030000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 78e350536000-78e35053e000 rw-p 00000000 00:00 0 78e35053e000-78e350548000 r--p 00000000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 78e350548000-78e3505ab000 r-xp 0000a000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 78e3505ab000-78e3505c0000 r--p 0006d000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 78e3505c0000-78e3505c1000 r--p 00081000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 78e3505c1000-78e3505c2000 rw-p 00082000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 78e3505c2000-78e3505c4000 r--p 00000000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 78e3505c4000-78e3505d6000 r-xp 00002000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 78e3505d6000-78e3505dc000 r--p 00014000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 78e3505dc000-78e3505dd000 r--p 0001a000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 78e3505dd000-78e3505de000 rw-p 0001b000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 78e3505de000-78e3505df000 r--p 00000000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so 78e3505df000-78e3505e0000 r-xp 00001000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so 78e3505e0000-78e3505e1000 r--p 00002000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so 78e3505e1000-78e3505e2000 r--p 00002000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so 78e3505e2000-78e3505e3000 rw-p 00003000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so 78e3505e3000-78e35062b000 r--p 00000000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 78e35062b000-78e350ae5000 r-xp 00048000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 78e350ae5000-78e350c85000 r--p 00502000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 78e350c85000-78e350c9b000 r--p 006a2000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 78e350c9b000-78e350c9f000 rw-p 006b8000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 78e350c9f000-78e350cb6000 rw-p 00000000 00:00 0 78e350cb6000-78e350cb7000 r--p 00000000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 78e350cb7000-78e350ce2000 r-xp 00001000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 78e350ce2000-78e350cec000 r--p 0002c000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 78e350cec000-78e350cee000 r--p 00036000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 78e350cee000-78e350cf0000 rw-p 00038000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 7ffe0da0a000-7ffe0da53000 rw-p 00000000 00:00 0 [stack] 7ffe0da84000-7ffe0da88000 r--p 00000000 00:00 0 [vvar] 7ffe0da88000-7ffe0da8a000 r-xp 00000000 00:00 0 [vdso] ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] 1) Failure: TestProcess#test_many_args [/tmp/ruby/src/trunk-gc-asserts/test/ruby/test_process.rb:2545]: [ruby-core:70251] [Bug #11418] pid 3938693 killed by SIGABRT (signal 6) (core dumped) | verify_internal_consistency_reachable_i: WB miss (O->Y) 0x00007717a4d7d3d0 T_IMEMO/<tmpbuf> -> 0x00007717bf2cfe68 T_STRING/String len: 37, capa: 55 "/tmp/ruby/build/trunk-gc-asserts/ruby" | -:4: [BUG] gc_verify_internal_consistency: found internal inconsistency. | ruby 3.5.0dev (2025-09-12T17:16:42Z master dcfd98b005) +PRISM [x86_64-linux] | | -- Control frame information ----------------------------------------------- | c:0003 p:---- s:0013 e:000012 CFUNC :system | c:0002 p:0037 s:0008 E:0019d0 EVAL -:4 [FINISH] | c:0001 p:0000 s:0003 E:001290 DUMMY [FINISH] | | -- Ruby level backtrace information ---------------------------------------- | -:4:in '<main>' | -:4:in 'system' | | -- 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.5(rb_print_backtrace+0x8) [0x7717bfb414aa] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:843 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1175 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_bug_without_die_internal+0x71) [0x7717bf82c8f8] /tmp/ruby/src/trunk-gc-asserts/error.c:1097 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1115 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_mark_internal+0x0) [0x7717bf82e685] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5164 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(pin_key_mark_value) /tmp/ruby/src/trunk-gc-asserts/gc.c:2767 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_verify_internal_consistency+0x59) [0x7717bf938079] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5233 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_start+0x122) [0x7717bf93f962] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6380 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_multi_ractor_p+0x0) [0x7717bf940a7e] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6354 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:101 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_vm_unlock) /tmp/ruby/src/trunk-gc-asserts/gc.c:145 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6356 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_slowpath+0xa7) [0x7717bf943a3f] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2440 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2462 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_impl_new_obj+0x3a) [0x7717bf944cd2] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2499 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:989 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:1027 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(str_alloc_embed+0x2f) [0x7717bfa9066f] /tmp/ruby/src/trunk-gc-asserts/string.c:1006 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(str_enc_new) /tmp/ruby/src/trunk-gc-asserts/string.c:1049 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(str_new_frozen_buffer+0x6a) [0x7717bfa9654a] /tmp/ruby/src/trunk-gc-asserts/string.c:1624 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_check_argv+0x89) [0x7717bfa11240] /tmp/ruby/src/trunk-gc-asserts/process.c:2392 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_exec_getargs) /tmp/ruby/src/trunk-gc-asserts/process.c:2433 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_execarg_init) /tmp/ruby/src/trunk-gc-asserts/process.c:2660 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_execarg_new+0x52) [0x7717bfa11442] /tmp/ruby/src/trunk-gc-asserts/process.c:2674 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_f_system+0x5a) [0x7717bfa115aa] /tmp/ruby/src/trunk-gc-asserts/process.c:4752 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7717bfb0d55d] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish+0xc8) [0x7717bfb16af8] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6087 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core+0x84) [0x7717bfb23be4] ../../src/trunk-gc-asserts/insns.def:900 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec+0x20e) [0x7717bfb2999e] /tmp/ruby/src/trunk-gc-asserts/vm.c:2639 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7717bf917835] /tmp/ruby/src/trunk-gc-asserts/eval.c:282 | /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ruby_run_node+0x8b) [0x7717bf91bd1b] /tmp/ruby/src/trunk-gc-asserts/eval.c:320 | /tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x56aee8fcd186] /tmp/ruby/src/trunk-gc-asserts/main.c:42 | /tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:62 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7717bf42b1ca] ../sysdeps/nptl/libc_start_call_main.h:58 | /lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7717bf42b28b] ../csu/libc-start.c:360 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347 | /lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0 | [0x56aee8fcd1d5] | | -- Other runtime information ----------------------------------------------- | | * Loaded script: - | | * Loaded features: | | 0 enumerator.so | 1 thread.rb | 2 fiber.so | 3 rational.so | 4 complex.so | 5 pathname.so | 6 ruby2_keywords.rb | 7 set.rb | 8 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 9 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | | * Process memory map: | | 56aee8fcc000-56aee8fcd000 r--p 00000000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby | 56aee8fcd000-56aee8fce000 r-xp 00001000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby | 56aee8fce000-56aee8fcf000 r--p 00002000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby | 56aee8fcf000-56aee8fd0000 r--p 00002000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby | 56aee8fd0000-56aee8fd1000 rw-p 00003000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby | 56af149e8000-56af14b7f000 rw-p 00000000 00:00 0 [heap] | 7717a1804000-7717a1a0b000 r--s 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7717a1a0b000-7717a3735000 rw-p 00000000 00:00 0 | 7717a3735000-7717a4d32000 r--s 00000000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 | 7717a4d32000-7717a4d70000 r--s 00000000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby | 7717a4d70000-7717a4d90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 7717a4d9e000-7717a4dbf000 rw-p 00000000 00:00 0 | 7717a4dbf000-7717a4dc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4dc0000-7717a4e01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4e01000-7717a4e02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4e02000-7717a4e43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4e43000-7717a4e44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4e44000-7717a4e85000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4e85000-7717a4e86000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4e86000-7717a4ec7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4ec7000-7717a4ec8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4ec8000-7717a4f09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4f09000-7717a4f0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4f0a000-7717a4f4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4f4b000-7717a4f4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4f4c000-7717a4f8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4f8d000-7717a4f8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4f8e000-7717a4fcf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4fcf000-7717a4fd0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a4fd0000-7717a5011000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5011000-7717a5012000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5012000-7717a5053000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5053000-7717a5054000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5054000-7717a5095000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5095000-7717a5096000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5096000-7717a50d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a50d7000-7717a50d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a50d8000-7717a5119000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5119000-7717a511a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a511a000-7717a515b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a515b000-7717a515c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a515c000-7717a519d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a519d000-7717a519e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a519e000-7717a51df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a51df000-7717a51e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a51e0000-7717a5221000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5221000-7717a5222000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5222000-7717a5263000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5263000-7717a5264000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5264000-7717a52a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a52a5000-7717a52a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a52a6000-7717a52e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a52e7000-7717a52e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a52e8000-7717a5329000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5329000-7717a532a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a532a000-7717a536b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a536b000-7717a536c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a536c000-7717a53ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a53ad000-7717a53ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a53ae000-7717a53ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a53ef000-7717a53f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a53f0000-7717a5431000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5431000-7717a5432000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5432000-7717a5473000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5473000-7717a5474000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5474000-7717a54b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a54b5000-7717a54b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a54b6000-7717a54f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a54f7000-7717a54f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a54f8000-7717a5539000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a5539000-7717a553a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a553a000-7717a557b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a557b000-7717a557c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a557c000-7717a55bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a55bd000-7717a55be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a55be000-7717a55ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory] | 7717a55ff000-7717a5600000 ---p 00000000 00:00 0 | 7717a5600000-7717a5e00000 rw-p 00000000 00:00 0 | 7717a5e00000-7717bde00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache] | 7717bde00000-7717bf200000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list] | 7717bf210000-7717bf290000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 7717bf29a000-7717bf29b000 r--p 00000000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7717bf29b000-7717bf29c000 r-xp 00001000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7717bf29c000-7717bf29d000 r--p 00002000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7717bf29d000-7717bf29e000 r--p 00002000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7717bf29e000-7717bf29f000 rw-p 00003000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so | 7717bf29f000-7717bf2c0000 rw-p 00000000 00:00 0 | 7717bf2c0000-7717bf2d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate] | 7717bf2d1000-7717bf3d4000 rw-p 00000000 00:00 0 | 7717bf3d4000-7717bf3d8000 r--p 00000000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7717bf3d8000-7717bf3fb000 r-xp 00004000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7717bf3fb000-7717bf3ff000 r--p 00027000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7717bf3ff000-7717bf400000 r--p 0002b000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7717bf400000-7717bf401000 rw-p 0002c000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1 | 7717bf401000-7717bf429000 r--p 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7717bf429000-7717bf5b1000 r-xp 00028000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7717bf5b1000-7717bf600000 r--p 001b0000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7717bf600000-7717bf604000 r--p 001fe000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7717bf604000-7717bf606000 rw-p 00202000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6 | 7717bf606000-7717bf615000 rw-p 00000000 00:00 0 | 7717bf615000-7717bf625000 r--p 00000000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7717bf625000-7717bf6a4000 r-xp 00010000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7717bf6a4000-7717bf6fc000 r--p 0008f000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7717bf6fc000-7717bf6fd000 r--p 000e7000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7717bf6fd000-7717bf6fe000 rw-p 000e8000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6 | 7717bf6fe000-7717bf700000 r--p 00000000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7717bf700000-7717bf715000 r-xp 00002000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7717bf715000-7717bf72e000 r--p 00017000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7717bf72e000-7717bf72f000 r--p 0002f000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7717bf72f000-7717bf730000 rw-p 00030000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0 | 7717bf730000-7717bf738000 rw-p 00000000 00:00 0 | 7717bf738000-7717bf742000 r--p 00000000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 7717bf742000-7717bf7a5000 r-xp 0000a000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 7717bf7a5000-7717bf7ba000 r--p 0006d000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 7717bf7ba000-7717bf7bb000 r--p 00081000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 7717bf7bb000-7717bf7bc000 rw-p 00082000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0 | 7717bf7bc000-7717bf7be000 r--p 00000000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 7717bf7be000-7717bf7d0000 r-xp 00002000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 7717bf7d0000-7717bf7d6000 r--p 00014000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 7717bf7d6000-7717bf7d7000 r--p 0001a000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 7717bf7d7000-7717bf7d8000 rw-p 0001b000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3 | 7717bf7d8000-7717bf7d9000 r--p 00000000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7717bf7d9000-7717bf7da000 r-xp 00001000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7717bf7da000-7717bf7db000 r--p 00002000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7717bf7db000-7717bf7dc000 r--p 00002000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7717bf7dc000-7717bf7dd000 rw-p 00003000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so | 7717bf7dd000-7717bf825000 r--p 00000000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 | 7717bf825000-7717bfcdf000 r-xp 00048000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 | 7717bfcdf000-7717bfe7f000 r--p 00502000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 | 7717bfe7f000-7717bfe95000 r--p 006a2000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 | 7717bfe95000-7717bfe99000 rw-p 006b8000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0 | 7717bfe99000-7717bfeb0000 rw-p 00000000 00:00 0 | 7717bfeb0000-7717bfeb1000 r--p 00000000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 Finished tests in 122474.390696s, 0.2369 tests/s, 50.0986 assertions/s. | 7717bfeb1000-7717bfedc000 r-xp 00001000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7717bfedc000-7717bfee6000 r--p 0002c000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7717bfee6000-7717bfee8000 r--p 00036000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7717bfee8000-7717bfeea000 rw-p 00038000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2 | 7fff91760000-7fff91781000 rw-p 00000000 00:00 0 [stack] | 7fff917c2000-7fff917c6000 r--p 00000000 00:00 0 [vvar] | 7fff917c6000-7fff917c8000 r-xp 00000000 00:00 0 [vdso] | ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall] | | . 1. [1/2] Assertion for "stdout" | <["x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x", | "x"]> expected but was | <[]>. 2. [2/2] Assertion for "stderr" | <[]> expected but was | <["verify_internal_consistency_reachable_i: WB miss (O->Y) 0x00007717a4d7d3d0 T_IMEMO/<tmpbuf> -> 0x00007717bf2cfe68 T_STRING/String len: 37, capa: 55 \"/tmp/ruby/build/trunk-gc-asserts/ruby\"", | "-:4: [BUG] gc_verify_internal_consistency: found internal inconsistency.", | "ruby 3.5.0dev (2025-09-12T17:16:42Z master dcfd98b005) +PRISM [x86_64-linux]", | "", | "-- Control frame information -----------------------------------------------", | "c:0003 p:---- s:0013 e:000012 CFUNC :system", | "c:0002 p:0037 s:0008 E:0019d0 EVAL -:4 [FINISH]", | "c:0001 p:0000 s:0003 E:001290 DUMMY [FINISH]", | "", | "-- Ruby level backtrace information ----------------------------------------", | "-:4:in '<main>'", | "-:4:in 'system'", | "", | "-- 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.5(rb_print_backtrace+0x8) [0x7717bfb414aa] /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:843", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-gc-asserts/vm_dump.c:1175", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_bug_without_die_internal+0x71) [0x7717bf82c8f8] /tmp/ruby/src/trunk-gc-asserts/error.c:1097", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_bug) /tmp/ruby/src/trunk-gc-asserts/error.c:1115", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_mark_internal+0x0) [0x7717bf82e685] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5164", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(pin_key_mark_value) /tmp/ruby/src/trunk-gc-asserts/gc.c:2767", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_verify_internal_consistency+0x59) [0x7717bf938079] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:5233", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(gc_start+0x122) [0x7717bf93f962] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6380", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_multi_ractor_p+0x0) [0x7717bf940a7e] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6354", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_lock_leave) /tmp/ruby/src/trunk-gc-asserts/vm_sync.h:101", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_vm_unlock) /tmp/ruby/src/trunk-gc-asserts/gc.c:145", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(garbage_collect) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:6356", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_slowpath+0xa7) [0x7717bf943a3f] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2440", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_slowpath_wb_protected) /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2462", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_gc_impl_new_obj+0x3a) [0x7717bf944cd2] /tmp/ruby/src/trunk-gc-asserts/gc/default/default.c:2499", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:989", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_wb_protected_newobj_of) /tmp/ruby/src/trunk-gc-asserts/gc.c:1027", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(str_alloc_embed+0x2f) [0x7717bfa9066f] /tmp/ruby/src/trunk-gc-asserts/string.c:1006", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(str_enc_new) /tmp/ruby/src/trunk-gc-asserts/string.c:1049", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(str_new_frozen_buffer+0x6a) [0x7717bfa9654a] /tmp/ruby/src/trunk-gc-asserts/string.c:1624", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_check_argv+0x89) [0x7717bfa11240] /tmp/ruby/src/trunk-gc-asserts/process.c:2392", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_exec_getargs) /tmp/ruby/src/trunk-gc-asserts/process.c:2433", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_execarg_init) /tmp/ruby/src/trunk-gc-asserts/process.c:2660", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_execarg_new+0x52) [0x7717bfa11442] /tmp/ruby/src/trunk-gc-asserts/process.c:2674", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_f_system+0x5a) [0x7717bfa115aa] /tmp/ruby/src/trunk-gc-asserts/process.c:4752", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x7717bfb0d55d] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:3873", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_sendish+0xc8) [0x7717bfb16af8] /tmp/ruby/src/trunk-gc-asserts/vm_insnhelper.c:6087", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(vm_exec_core+0x84) [0x7717bfb23be4] ../../src/trunk-gc-asserts/insns.def:900", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_vm_exec+0x20e) [0x7717bfb2999e] /tmp/ruby/src/trunk-gc-asserts/vm.c:2639", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x7717bf917835] /tmp/ruby/src/trunk-gc-asserts/eval.c:282", | "/tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5(ruby_run_node+0x8b) [0x7717bf91bd1b] /tmp/ruby/src/trunk-gc-asserts/eval.c:320", | "/tmp/ruby/build/trunk-gc-asserts/ruby(rb_main+0x21) [0x56aee8fcd186] /tmp/ruby/src/trunk-gc-asserts/main.c:42", | "/tmp/ruby/build/trunk-gc-asserts/ruby(main) /tmp/ruby/src/trunk-gc-asserts/main.c:62", | "/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x7717bf42b1ca] ../sysdeps/nptl/libc_start_call_main.h:58", | "/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x7717bf42b28b] ../csu/libc-start.c:360", | "/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347", | "/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0", | "[0x56aee8fcd1d5]", | "", | "-- Other runtime information -----------------------------------------------", | "", | "* Loaded script: -", | "", | "* Loaded features:", | "", | " 0 enumerator.so", | " 1 thread.rb", | " 2 fiber.so", | " 3 rational.so", | " 4 complex.so", | " 5 pathname.so", | " 6 ruby2_keywords.rb", | " 7 set.rb", | " 8 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | " 9 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "", | "* Process memory map:", | "", | "56aee8fcc000-56aee8fcd000 r--p 00000000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby", | "56aee8fcd000-56aee8fce000 r-xp 00001000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby", | "56aee8fce000-56aee8fcf000 r--p 00002000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby", | "56aee8fcf000-56aee8fd0000 r--p 00002000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby", | "56aee8fd0000-56aee8fd1000 rw-p 00003000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby", | "56af149e8000-56af14b7f000 rw-p 00000000 00:00 0 [heap]", | "7717a1804000-7717a1a0b000 r--s 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7717a1a0b000-7717a3735000 rw-p 00000000 00:00 0 ", | "7717a3735000-7717a4d32000 r--s 00000000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0", | "7717a4d32000-7717a4d70000 r--s 00000000 00:4e 13284565 /tmp/ruby/build/trunk-gc-asserts/ruby", | "7717a4d70000-7717a4d90000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]", | "7717a4d9e000-7717a4dbf000 rw-p 00000000 00:00 0 ", | "7717a4dbf000-7717a4dc0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4dc0000-7717a4e01000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4e01000-7717a4e02000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4e02000-7717a4e43000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4e43000-7717a4e44000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4e44000-7717a4e85000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4e85000-7717a4e86000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4e86000-7717a4ec7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4ec7000-7717a4ec8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4ec8000-7717a4f09000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4f09000-7717a4f0a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4f0a000-7717a4f4b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4f4b000-7717a4f4c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4f4c000-7717a4f8d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4f8d000-7717a4f8e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4f8e000-7717a4fcf000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4fcf000-7717a4fd0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a4fd0000-7717a5011000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5011000-7717a5012000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5012000-7717a5053000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5053000-7717a5054000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5054000-7717a5095000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5095000-7717a5096000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5096000-7717a50d7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a50d7000-7717a50d8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a50d8000-7717a5119000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5119000-7717a511a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a511a000-7717a515b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a515b000-7717a515c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a515c000-7717a519d000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a519d000-7717a519e000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a519e000-7717a51df000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a51df000-7717a51e0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a51e0000-7717a5221000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5221000-7717a5222000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5222000-7717a5263000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5263000-7717a5264000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5264000-7717a52a5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a52a5000-7717a52a6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a52a6000-7717a52e7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a52e7000-7717a52e8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a52e8000-7717a5329000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5329000-7717a532a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a532a000-7717a536b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a536b000-7717a536c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a536c000-7717a53ad000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a53ad000-7717a53ae000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a53ae000-7717a53ef000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a53ef000-7717a53f0000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a53f0000-7717a5431000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5431000-7717a5432000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5432000-7717a5473000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5473000-7717a5474000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5474000-7717a54b5000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a54b5000-7717a54b6000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a54b6000-7717a54f7000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a54f7000-7717a54f8000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a54f8000-7717a5539000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a5539000-7717a553a000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a553a000-7717a557b000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a557b000-7717a557c000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a557c000-7717a55bd000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a55bd000-7717a55be000 ---p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a55be000-7717a55ff000 rw-p 00000000 00:00 0 [anon:Ruby:fiber_pool_allocate_memory]", | "7717a55ff000-7717a5600000 ---p 00000000 00:00 0 ", | "7717a5600000-7717a5e00000 rw-p 00000000 00:00 0 ", | "7717a5e00000-7717bde00000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_cache]", | "7717bde00000-7717bf200000 rw-p 00000000 00:00 0 [anon:Ruby:Init_default_shapes:shape_list]", | "7717bf210000-7717bf290000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]", | "7717bf29a000-7717bf29b000 r--p 00000000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7717bf29b000-7717bf29c000 r-xp 00001000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7717bf29c000-7717bf29d000 r--p 00002000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7717bf29d000-7717bf29e000 r--p 00002000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7717bf29e000-7717bf29f000 rw-p 00003000 00:4e 13668294 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/trans/transdb.so", | "7717bf29f000-7717bf2c0000 rw-p 00000000 00:00 0 ", | "7717bf2c0000-7717bf2d0000 rw-p 00000000 00:00 0 [anon:Ruby:GC:default:heap_page_body_allocate]", | "7717bf2d1000-7717bf3d4000 rw-p 00000000 00:00 0 ", | "7717bf3d4000-7717bf3d8000 r--p 00000000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7717bf3d8000-7717bf3fb000 r-xp 00004000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7717bf3fb000-7717bf3ff000 r--p 00027000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7717bf3ff000-7717bf400000 r--p 0002b000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7717bf400000-7717bf401000 rw-p 0002c000 00:4e 15348637 /usr/lib/x86_64-linux-gnu/libgcc_s.so.1", | "7717bf401000-7717bf429000 r--p 00000000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7717bf429000-7717bf5b1000 r-xp 00028000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7717bf5b1000-7717bf600000 r--p 001b0000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7717bf600000-7717bf604000 r--p 001fe000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7717bf604000-7717bf606000 rw-p 00202000 00:4e 15348597 /usr/lib/x86_64-linux-gnu/libc.so.6", | "7717bf606000-7717bf615000 rw-p 00000000 00:00 0 ", | "7717bf615000-7717bf625000 r--p 00000000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7717bf625000-7717bf6a4000 r-xp 00010000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7717bf6a4000-7717bf6fc000 r--p 0008f000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7717bf6fc000-7717bf6fd000 r--p 000e7000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7717bf6fd000-7717bf6fe000 rw-p 000e8000 00:4e 15348668 /usr/lib/x86_64-linux-gnu/libm.so.6", | "7717bf6fe000-7717bf700000 r--p 00000000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7717bf700000-7717bf715000 r-xp 00002000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7717bf715000-7717bf72e000 r--p 00017000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7717bf72e000-7717bf72f000 r--p 0002f000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7717bf72f000-7717bf730000 rw-p 00030000 00:4e 15348620 /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0", | "7717bf730000-7717bf738000 rw-p 00000000 00:00 0 ", | "7717bf738000-7717bf742000 r--p 00000000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", | "7717bf742000-7717bf7a5000 r-xp 0000a000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", | "7717bf7a5000-7717bf7ba000 r--p 0006d000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", | "7717bf7ba000-7717bf7bb000 r--p 00081000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", | "7717bf7bb000-7717bf7bc000 rw-p 00082000 00:4e 15348642 /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0", | "7717bf7bc000-7717bf7be000 r--p 00000000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", | "7717bf7be000-7717bf7d0000 r-xp 00002000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", | "7717bf7d0000-7717bf7d6000 r--p 00014000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", | "7717bf7d6000-7717bf7d7000 r--p 0001a000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", | "7717bf7d7000-7717bf7d8000 rw-p 0001b000 00:4e 15350670 /usr/lib/x86_64-linux-gnu/libz.so.1.3", | "7717bf7d8000-7717bf7d9000 r--p 00000000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7717bf7d9000-7717bf7da000 r-xp 00001000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7717bf7da000-7717bf7db000 r--p 00002000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7717bf7db000-7717bf7dc000 r--p 00002000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7717bf7dc000-7717bf7dd000 rw-p 00003000 00:4e 13675141 /tmp/ruby/build/trunk-gc-asserts/.ext/x86_64-linux/enc/encdb.so", | "7717bf7dd000-7717bf825000 r--p 00000000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0", | "7717bf825000-7717bfcdf000 r-xp 00048000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0", | "7717bfcdf000-7717bfe7f000 r--p 00502000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0", | "7717bfe7f000-7717bfe95000 r--p 006a2000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0", | "7717bfe95000-7717bfe99000 rw-p 006b8000 00:4e 13284571 /tmp/ruby/build/trunk-gc-asserts/libruby.so.3.5.0", | "7717bfe99000-7717bfeb0000 rw-p 00000000 00:00 0 ", | "7717bfeb0000-7717bfeb1000 r--p 00000000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7717bfeb1000-7717bfedc000 r-xp 00001000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7717bfedc000-7717bfee6000 r--p 0002c000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7717bfee6000-7717bfee8000 r--p 00036000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7717bfee8000-7717bfeea000 rw-p 00038000 00:4e 15348571 /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2", | "7fff91760000-7fff91781000 rw-p 00000000 00:00 0 [stack]", | "7fff917c2000-7fff917c6000 r--p 00000000 00:00 0 [vvar]", | "7fff917c6000-7fff917c8000 r-xp 00000000 00:00 0 [vdso]", | "ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0 [vsyscall]", | "", | ""]>. 2) Timeout: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback 29016 tests, 6135799 assertions, 1 failures, 1 errors, 168 skips ruby -v: ruby 3.5.0dev (2025-09-12T17:16:42Z master dcfd98b005) +PRISM [x86_64-linux] make: *** [uncommon.mk:906: yes-test-all] Error 2 $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -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/16.0.0 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/yjit/src/lib.rs' ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 --cfg 'feature=stats_allocator' -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-gc-asserts/target/release/' '/tmp/ruby/src/trunk-gc-asserts/zjit/src/lib.rs' gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 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 '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/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/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/debug-1.11.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.8.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/rbs-3.9.4/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-gc-asserts/.bundle/gems/syslog-0.3.0/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' ruby 3.5.0dev (2025-09-12T17:16:42Z master dcfd98b005) +PRISM [x86_64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ....................................... Finished in 58.057616 seconds 3338 files, 33609 examples, 135891 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.