# Logfile created on 2023-03-11 07:54:02 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x000055e62b911a88 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-O0", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-O0", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-O0", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-O0", @configure_opts=["optflags=-O0"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-O0.20230311-075402", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055e62b9ab2c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055e62b9ab188 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055e62b9aafa8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-O0.20230311-075402", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-O0.20230311-075402>, @binmode=false, @mon_data=#<Monitor:0x000055e62b9aaee0>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j4 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j4" exit with 0. $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887 From https://github.com/ruby/debug * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD HEAD is now at 6519736 Increase timeout in debug_code echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-rubyspec -j4 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby f7b215a..3a02c78 master -> origin/master Updating f7b215a..3a02c78 Fast-forward .appveyor.yml | 2 +- .github/workflows/baseruby.yml | 5 +---- bootstraptest/test_ractor.rb | 3 +-- bootstraptest/test_thread.rb | 2 +- configure.ac | 4 ++-- doc/contributing/building_ruby.md | 2 +- kernel.rb | 4 ++-- numeric.rb | 28 ++++++++++++++-------------- tool/mk_builtin_loader.rb | 26 ++++++++++++++++++++++---- 9 files changed, 45 insertions(+), 31 deletions(-) Latest commit hash = 3a02c7818c $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 cd -P /tmp/ruby/src/trunk-O0 && exec autoconf -o configure running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-O0/configure --prefix=/tmp/ruby/install/trunk-O0 --disable-install-doc optflags=-O0 --no-create --no-recursion checking for ruby... /usr/bin/ruby tool/config.guess already exists tool/config.sub already exists checking build system type... x86_64-pc-linux-gnu checking host system type... x86_64-pc-linux-gnu checking target system type... x86_64-pc-linux-gnu checking for gcc... gcc checking for ld... ld checking for gcc-ar... gcc-ar checking for g++... no checking for gcc-nm... gcc-nm checking for gcc-ranlib... gcc-ranlib checking whether the C compiler works... yes checking for C compiler default output file name... a.out checking for suffix of executables... checking whether we are cross compiling... no checking for suffix of object files... o checking whether the compiler supports GNU C... yes checking whether gcc accepts -g... yes checking for gcc option to enable C11 features... none needed checking for g++... no checking for c++... c++ checking whether the compiler supports GNU C++... yes checking whether c++ accepts -g... yes checking for c++ option to enable C++11 features... none needed checking how to run the C preprocessor... gcc -E checking for gas... no checking for as... as checking for gobjcopy... no checking for objcopy... objcopy checking for gobjdump... no checking for objdump... objdump checking for gstrip... no checking for strip... strip checking for stdio.h... yes checking for stdlib.h... yes checking for string.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for strings.h... yes checking for sys/stat.h... yes checking for sys/types.h... yes checking for unistd.h... yes checking for wchar.h... yes checking for minix/config.h... no checking for vfork.h... no checking whether it is safe to define __EXTENSIONS__... yes checking whether _XOPEN_SOURCE should be defined... no checking if thread-local storage is supported... yes checking whether the linker is GNU ld... yes checking whether gcc -E accepts -o... yes checking for gcc... /usr/lib/ccache/gcc checking for gcc-ar flags... rcD checking whether ln -s works... yes checking whether make sets $(MAKE)... yes checking for a BSD-compatible install... /usr/bin/install -c checking for a 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 -Wmisleading-indentation is accepted as CFLAGS... yes checking whether -Wpointer-arith is accepted as CFLAGS... yes checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no checking whether -Wwrite-strings is accepted as CFLAGS... yes checking whether -Wold-style-definition is accepted as CFLAGS... yes checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes checking whether -Wmissing-noreturn is accepted as CFLAGS... yes checking whether -Wno-cast-function-type is accepted as CFLAGS... yes checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes checking whether -Wno-long-long is accepted as CFLAGS... yes checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes configure: WARNING: something wrong with CXXFLAGS="" checking whether -Wno-overlength-strings is accepted as CFLAGS... yes checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes checking whether -Wno-self-assign is accepted as CFLAGS... yes checking whether -Wno-tautological-compare is accepted as CFLAGS... yes checking whether -Wno-unused-parameter is accepted as CFLAGS... yes checking whether -Wno-unused-value is accepted as CFLAGS... yes checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes checking whether -Wunused-variable is accepted as CFLAGS... yes checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no checking whether -Wundef is accepted as CFLAGS... yes checking whether -Wall -Wextra is accepted as CFLAGS... yes checking whether -Qunused-arguments is accepted as CFLAGS... no checking whether -O0 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as CFLAGS... yes checking whether -fstack-protector-strong is accepted as LDFLAGS... yes checking for -fstack-protector... -fstack-protector-strong checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes checking whether -fno-strict-overflow is accepted as CFLAGS... yes checking whether -ggdb3 is accepted as CFLAGS... yes checking whether -fvisibility=hidden is accepted as CFLAGS... yes checking whether -fno-fast-math is accepted as CFLAGS... yes checking whether -fexcess-precision=standard is accepted as CFLAGS... yes checking whether -fp-model precise is accepted as CFLAGS... no checking whether compiler has statement and declarations in expressions... yes checking for pthread.h... yes checking for pthread_create in -lthr... no checking for pthread_create in -lpthread... yes checking for pthread_np.h... no checking thread model... pthread checking whether CXXFLAGS is valid... no checking for crypt in -lcrypt... yes checking for dlopen in -ldl... yes checking for shutdown in -lsocket... no checking for dirent.h that defines DIR... yes checking for library containing opendir... none required checking for _Bool... yes checking for stdbool.h that conforms to C99... yes checking for sys/wait.h that is POSIX.1 compatible... yes checking for afunix.h... no checking for atomic.h... no checking for copyfile.h... no checking for direct.h... no checking for grp.h... yes checking for fcntl.h... yes checking for float.h... yes checking for ieeefp.h... no checking for intrinsics.h... no checking for langinfo.h... yes checking for limits.h... yes checking for locale.h... yes checking for malloc.h... yes checking for malloc/malloc.h... no checking for malloc_np.h... no checking for net/socket.h... no checking for process.h... no checking for pwd.h... yes checking for sanitizer/asan_interface.h... yes checking for sanitizer/msan_interface.h... no checking for setjmpex.h... no checking for stdalign.h... yes checking for 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 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 packed struct attribute... x __attribute__((packed)) checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes checking for printf prefix for long long... ll checking for pid_t... yes checking for convertible type of pid_t... INT checking for uid_t... yes checking for convertible type of uid_t... UINT checking for gid_t... yes checking for convertible type of gid_t... UINT checking for time_t... yes checking for convertible type of time_t... LONG checking for dev_t... yes checking for convertible type of dev_t... ULONG checking for mode_t... yes checking for convertible type of mode_t... UINT checking for rlim_t... yes checking for convertible type of rlim_t... ULONG checking for convertible type of off_t... LONG checking for clockid_t... yes checking for convertible type of clockid_t... INT checking for variable length macro... yes checking if _Alignof() works... yes checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x checking for WEAK function attribute... __attribute__ ((__weak__)) x checking for __attribute__((__depreacted__(msg))) in C++... no checking for std::nullptr_t... no checking for FUNC_STDCALL function attribute... x checking for FUNC_CDECL function attribute... x checking for FUNC_FASTCALL function attribute... x checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x checking for function alias... alias checking for __atomic builtins... yes checking for __sync builtins... yes checking for __builtin_unreachable... yes checking for __assume... no checking for exported function attribute... __attribute__ ((__visibility__("default"))) checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x checking for function name string predefined identifier... __func__ checking if enum over int is allowed... yes checking 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 type of array argument to getgroups... gid_t checking for working alloca.h... yes checking for alloca... yes checking for dynamic size alloca... ok checking for working memcmp... yes checking for dup... yes checking for dup2... yes checking for acosh... yes checking for cbrt... yes checking for crypt... yes checking for erf... yes checking for explicit_bzero... yes checking for ffs... yes checking for flock... yes checking for hypot... yes checking for lgamma_r... yes checking for memmove... yes checking for nan... yes checking for nextafter... yes checking for setproctitle... no checking for strchr... yes checking for strerror... yes checking for strlcat... no checking for strlcpy... no checking for strstr... yes checking for tgamma... yes checking for sys/pstat.h... no checking for fork... yes checking for vfork... yes checking for working fork... yes checking for __syscall... no checking for _longjmp... yes checking for arc4random_buf... no checking for atan2l... yes checking for atan2f... yes checking for chmod... yes checking for chown... yes checking for chroot... yes checking for chsize... no checking for clock_gettime... yes checking for copy_file_range... yes checking for cosh... yes checking for crypt_r... yes checking for dirfd... yes checking for dl_iterate_phdr... yes checking for dlopen... yes checking for dladdr... yes checking for dup3... yes checking for eaccess... yes checking for endgrent... yes checking for eventfd... yes checking for execl... yes checking for execle... yes checking for execv... yes checking for execve... yes checking for explicit_memset... no checking for fcopyfile... no checking for fchmod... yes checking for fchown... yes checking for fcntl... yes checking for fdatasync... yes checking for fdopendir... yes checking for fgetattrlist... no checking for fmod... yes checking for fstatat... yes checking for fsync... yes checking for ftruncate... yes checking for ftruncate64... yes checking for getattrlist... no checking for getcwd... yes checking for getegid... yes checking for getentropy... yes checking for geteuid... yes checking for getgid... yes checking for getgidx... no checking for getgrnam... yes checking for getgrnam_r... yes checking for getgroups... yes checking for getlogin... yes checking for getlogin_r... yes checking for getpgid... yes checking for getpgrp... yes checking for getppid... yes checking for getpriority... yes checking for getpwnam... yes checking for getpwnam_r... yes checking for getpwuid... yes checking for getpwuid_r... yes checking for getrandom... yes checking for getresgid... yes checking for getresuid... yes checking for getrlimit... yes checking for getsid... yes checking for gettimeofday... yes checking for getuid... yes checking for getuidx... no checking for gmtime_r... yes checking for grantpt... yes checking for initgroups... yes checking for ioctl... yes checking for isfinite... no checking for issetugid... no checking for kill... yes checking for killpg... yes checking for lchmod... 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 mblen... yes checking for memalign... yes checking for memset_s... no checking for writev... yes checking for memrchr... yes checking for memmem... yes checking for mkfifo... yes checking for mknod... yes checking for mktime... yes checking for mmap... yes checking for mremap... yes checking for openat... yes checking for pclose... yes checking for pipe... yes checking for pipe2... yes checking for poll... yes checking for popen... yes checking for posix_fadvise... yes checking for posix_madvise... yes checking for posix_memalign... yes checking for ppoll... yes checking for pread... yes checking for pwrite... yes checking for qsort_r... yes checking for qsort_s... no checking for readlink... yes checking for realpath... yes checking for round... yes checking for sched_getaffinity... yes checking for seekdir... yes checking for select_large_fdset... no checking for sendfile... yes checking for setegid... yes checking for setenv... yes checking for seteuid... yes checking for setgid... yes checking for setgroups... yes checking for setpgid... yes checking for setpgrp... yes checking for setregid... yes checking for setresgid... yes checking for setresuid... yes checking for setreuid... yes checking for setrgid... no checking for setrlimit... yes checking for setruid... no checking for setsid... yes checking for setuid... yes checking for shutdown... yes checking for sigaction... yes checking for sigaltstack... yes checking for sigprocmask... yes checking for sinh... yes checking for spawnv... no checking for symlink... yes checking for syscall... yes checking for sysconf... yes checking for system... yes checking for tanh... yes checking for telldir... yes checking for timegm... yes checking for times... yes checking for truncate... yes checking for truncate64... yes checking for tzset... yes checking for umask... yes checking for unsetenv... yes checking for utimensat... yes checking for utimes... yes checking for wait4... yes checking for waitpid... yes checking for __cospi... no checking for __sinpi... no checking for statx... yes checking if getcwd allocates buffer if NULL is given... yes checking for crypt.h... yes checking for struct crypt_data.initialized... yes checking for __builtin_alloca_with_align... yes checking for __builtin_assume_aligned... yes checking for __builtin_bswap16... yes checking for __builtin_bswap32... yes checking for __builtin_bswap64... yes checking for __builtin_popcount... yes checking for __builtin_popcountll... yes checking for __builtin_clz... yes checking for __builtin_clzl... yes checking for __builtin_clzll... yes checking for __builtin_ctz... yes checking for __builtin_ctzll... yes checking for __builtin_add_overflow... yes checking for __builtin_sub_overflow... yes checking for __builtin_mul_overflow... yes In file included from conftest.c:4: /tmp/ruby/src/trunk-O0/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 | ^~ /tmp/ruby/src/trunk-O0/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' 23 | #define TOKEN_PASTE(x,y) x##y | ^ /tmp/ruby/src/trunk-O0/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT' 29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH) | ^~~~~~~~~~~~~~ /tmp/ruby/src/trunk-O0/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant 25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000 | ^~ /tmp/ruby/src/trunk-O0/version.h:23:26: note: in definition of macro 'TOKEN_PASTE' 23 | #define TOKEN_PASTE(x,y) x##y | ^ /tmp/ruby/src/trunk-O0/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT' 34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY) | ^~~~~~~~~~~~~~ checking for __builtin_mul_overflow_p... yes checking for __builtin_constant_p... yes checking for __builtin_choose_expr... yes checking for __builtin_choose_expr_constant_p... yes checking for __builtin_types_compatible_p... yes checking for __builtin_trap... yes checking for __builtin_expect... yes checking whether qsort_r is GNU version... yes checking whether qsort_r is BSD version... no checking whether atan2 handles Inf as C99... yes checking for clock_getres... yes checking for timer_create in -lrt... yes checking for timer_settime in -lrt... yes checking for unsetenv returns a value... yes checking whether struct tm is in sys/time.h or time.h... time.h checking for struct tm.tm_zone... yes checking for struct tm.tm_gmtoff... yes checking for external int daylight... yes checking for negative time_t for gmtime(3)... yes checking for localtime(3) overflow correctly... yes checking for sig_t... yes checking whether right shift preserve sign bit... yes checking whether _SC_CLK_TCK is supported... yes checking stack growing direction on x86_64... -1 checking native coroutine implementation for x86_64-linux... amd64 checking whether pthread_t is scalar type... yes checking for sched_yield... yes checking for pthread_attr_setinheritsched... yes checking for pthread_attr_get_np... no checking for pthread_attr_getstack... yes checking for pthread_attr_getguardsize... yes checking for pthread_get_stackaddr_np... no checking for pthread_get_stacksize_np... no checking for thr_stksegment... no checking for pthread_stackseg_np... no checking for pthread_getthrds_np... no checking for pthread_condattr_setclock... yes checking for pthread_setname_np... yes checking for pthread_set_name_np... no checking for pthread_sigmask... yes checking for pthread_getattr_np... yes checking arguments of pthread_setname_np... (pthread_self(), name) checking if mcontext_t is a pointer... no checking for getcontext... yes checking for setcontext... yes checking if fork works with pthread... yes checking for sys/user.h... yes checking whether PAGE_SIZE is compile-time const... yes checking ioctl request type... unsigned long checking for elf.h... yes checking for elf_abi.h... no checking for uncompress in -lz... yes checking for mach-o/loader.h... no checking whether OS depend dynamic link works... yes checking for backtrace... yes checking for broken backtrace... no checking for valgrind/memcheck.h... yes checking for strip flags... -S -x checking whether -fPIE is accepted as CFLAGS... yes checking whether -pie is accepted as LDFLAGS... yes checking whether wrapper for LD_LIBRARY_PATH is needed... no checking whether dtrace USDT is available... no checking for __builtin_setjmp... yes with cast () checking for _setjmpex as a macro or function... no checking for _setjmp as a macro or function... yes checking for sigsetjmp as a macro or function... no checking for setjmp type... __builtin_setjmp checking for rustc... rustc checking whether rustc works for YJIT... yes checking for cs_disasm in -lcapstone... no checking for prefix of external symbols... NONE checking if make is GNU make... yes .ext/include/x86_64-linux/ruby/config.h unchanged configure: ruby library version = 3.3.0+0 configure: creating ./config.status --- Configuration summary for ruby version 3.3.0 * Installation prefix: /tmp/ruby/install/trunk-O0 * exec prefix: ${prefix} * arch: x86_64-linux * site arch: ${arch} * RUBY_BASE_NAME: ruby * ruby lib prefix: ${libdir}/${RUBY_BASE_NAME} * site libraries path: ${rubylibprefix}/${sitearch} * vendor path: ${rubylibprefix}/vendor_ruby * target OS: linux * compiler: gcc * with thread: pthread * with coroutine: amd64 * enable shared libs: no * dynamic library ext: so * CFLAGS: ${optflags} ${debugflags} ${warnflags} * LDFLAGS: -L. -fstack-protector-strong -rdynamic \ -Wl,-export-dynamic * DLDFLAGS: -Wl,--compress-debug-sections=zlib * optflags: -O0 -fno-fast-math * debugflags: -ggdb3 * warnflags: -Wall -Wextra -Wdeprecated-declarations \ -Wdiv-by-zero -Wduplicated-cond \ -Wimplicit-function-declaration -Wimplicit-int \ -Wmisleading-indentation -Wpointer-arith \ -Wwrite-strings -Wold-style-definition \ -Wimplicit-fallthrough=0 -Wmissing-noreturn \ -Wno-cast-function-type \ -Wno-constant-logical-operand -Wno-long-long \ -Wno-missing-field-initializers \ -Wno-overlength-strings \ -Wno-packed-bitfield-compat \ -Wno-parentheses-equality -Wno-self-assign \ -Wno-tautological-compare -Wno-unused-parameter \ -Wno-unused-value -Wsuggest-attribute=format \ -Wsuggest-attribute=noreturn -Wunused-variable \ -Wundef * strip command: strip -S -x * install doc: no * YJIT support: yes * RJIT support: yes * man page type: man * BASERUBY -v: ruby 3.0.2p107 (2021-07-07 revision 0db68f0233) \ [x86_64-linux-gnu] --- MAKE=make /bin/sh ./config.status Makefile MAKE=make /bin/sh ./config.status GNUmakefile config.status: creating Makefile config.status: creating GNUmakefile GNUmakefile unchanged Makefile unchanged making /tmp/ruby/src/trunk-O0/ast.rbinc making /tmp/ruby/src/trunk-O0/dir.rbinc making /tmp/ruby/src/trunk-O0/gc.rbinc making /tmp/ruby/src/trunk-O0/numeric.rbinc making /tmp/ruby/src/trunk-O0/io.rbinc making /tmp/ruby/src/trunk-O0/marshal.rbinc making /tmp/ruby/src/trunk-O0/rjit.rbinc /tmp/ruby/src/trunk-O0/revision.h updated making /tmp/ruby/src/trunk-O0/rjit_c.rbinc making /tmp/ruby/src/trunk-O0/pack.rbinc making /tmp/ruby/src/trunk-O0/trace_point.rbinc making /tmp/ruby/src/trunk-O0/warning.rbinc making /tmp/ruby/src/trunk-O0/array.rbinc making /tmp/ruby/src/trunk-O0/kernel.rbinc making /tmp/ruby/src/trunk-O0/ractor.rbinc making /tmp/ruby/src/trunk-O0/symbol.rbinc making /tmp/ruby/src/trunk-O0/timev.rbinc making /tmp/ruby/src/trunk-O0/thread_sync.rbinc making /tmp/ruby/src/trunk-O0/nilclass.rbinc making /tmp/ruby/src/trunk-O0/prelude.rbinc making /tmp/ruby/src/trunk-O0/gem_prelude.rbinc making /tmp/ruby/src/trunk-O0/yjit.rbinc generating /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c generating miniprelude.c make[1]: Entering directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof' generating x86_64-linux-fake.rb sizes.c updated make[1]: Leaving directory '/tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof' miniprelude.c updated x86_64-linux-fake.rb updated /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887 From https://github.com/ruby/debug * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD HEAD is now at 6519736 Increase timeout in debug_code echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision - /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-O0/miniinit.c compiling /tmp/ruby/src/trunk-O0/array.c compiling /tmp/ruby/src/trunk-O0/ast.c compiling /tmp/ruby/src/trunk-O0/dir.c compiling /tmp/ruby/src/trunk-O0/error.c compiling /tmp/ruby/src/trunk-O0/gc.c compiling /tmp/ruby/src/trunk-O0/inits.c compiling /tmp/ruby/src/trunk-O0/io.c compiling /tmp/ruby/src/trunk-O0/marshal.c compiling /tmp/ruby/src/trunk-O0/rjit.c compiling /tmp/ruby/src/trunk-O0/rjit_c.c compiling /tmp/ruby/src/trunk-O0/numeric.c compiling /tmp/ruby/src/trunk-O0/object.c compiling /tmp/ruby/src/trunk-O0/pack.c compiling /tmp/ruby/src/trunk-O0/ractor.c compiling /tmp/ruby/src/trunk-O0/symbol.c compiling /tmp/ruby/src/trunk-O0/thread.c compiling /tmp/ruby/src/trunk-O0/time.c compiling /tmp/ruby/src/trunk-O0/version.c compiling /tmp/ruby/src/trunk-O0/vm_trace.c compiling /tmp/ruby/src/trunk-O0/yjit.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. creating verconf.h verconf.h updated compiling /tmp/ruby/src/trunk-O0/loadpath.c builtin_binary.inc updated compiling /tmp/ruby/src/trunk-O0/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' generating transdb.h make[1]: Entering directory '/tmp/ruby/build/trunk-O0' linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so linking encoding cp949.so linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so transdb.h unchanged generating makefiles ext/configure-ext.mk linking encoding euc_tw.so linking encoding gb2312.so making trans linking encoding gb18030.so make[1]: Entering directory '/tmp/ruby/build/trunk-O0' linking transcoder transdb.so linking encoding gbk.so linking encoding iso_8859_1.so ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-O0' linking transcoder big5.so linking encoding iso_8859_2.so linking transcoder cesu_8.so linking transcoder chinese.so linking encoding iso_8859_3.so linking transcoder ebcdic.so linking encoding iso_8859_4.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking encoding iso_8859_5.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so linking encoding iso_8859_6.so linking transcoder emoji_sjis_softbank.so linking encoding iso_8859_7.so linking transcoder escape.so linking transcoder gb18030.so linking encoding iso_8859_8.so linking transcoder gbk.so linking encoding iso_8859_9.so linking transcoder iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so linking encoding iso_8859_10.so make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date' linking encoding iso_8859_11.so make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest' linking transcoder korean.so make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console' linking encoding iso_8859_13.so linking transcoder single_byte.so make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json' linking encoding iso_8859_14.so make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf' linking encoding iso_8859_15.so make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf' linking transcoder utf8_mac.so make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace' linking encoding iso_8859_16.so make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof' compiling /tmp/ruby/src/trunk-O0/ext/rbconfig/sizeof/sizes.c make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper' linking shared-object rbconfig/sizeof.so linking encoding koi8_r.so make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket' linking encoding koi8_u.so make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog' linking transcoder utf_16_32.so make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.7.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.0.3/ext/rbs_extension' make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.7.1/ext/debug' linking encoding shift_jis.so linking encoding utf_16be.so make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.0.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2' linking encoding utf_16le.so linking encoding utf_32be.so make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-O0' linking encoding utf_32le.so linking encoding windows_31j.so linking encoding windows_1250.so linking encoding windows_1251.so linking encoding windows_1252.so linking encoding windows_1253.so make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-O0' make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' linking encoding windows_1254.so linking encoding windows_1257.so make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update debug to 65197361213529fb5f0b5f6ec111b4d2688a3887 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk encdb.h unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans From https://github.com/ruby/debug * branch 65197361213529fb5f0b5f6ec111b4d2688a3887 -> FETCH_HEAD echo 65197361213529fb5f0b5f6ec111b4d2688a3887 | /bin/sh /tmp/ruby/src/trunk-O0/tool/ifchange /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision - HEAD is now at 6519736 Increase timeout in debug_code /tmp/ruby/src/trunk-O0/.bundle/.timestamp/debug.revision unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for '/tmp/ruby/src/trunk-O0/enc/trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.7.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.0.3/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/rbs-3.0.3/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/.bundle/gems/debug-1.7.1/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-O0/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-O0' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-O0' make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' make[1]: Entering directory '/tmp/ruby/build/trunk-O0' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-O0' ./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-O0/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc Installing to installing binary commands: /tmp/ruby/install/trunk-O0/bin installing base libraries: /tmp/ruby/install/trunk-O0/lib installing arch files: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-O0/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/site_ruby/3.3.0+0 installing extension scripts: /tmp/ruby/install/trunk-O0/lib/ruby/vendor_ruby/3.3.0+0 installing extension headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-O0/bin installing library scripts: /tmp/ruby/install/trunk-O0/lib/ruby/3.3.0+0 installing common headers: /tmp/ruby/install/trunk-O0/include/ruby-3.3.0+0 installing manpages: /tmp/ruby/install/trunk-O0/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0 abbrev 0.1.1 base64 0.1.1 benchmark 0.2.1 bundler 2.5.0.dev cgi 0.3.6 csv 3.2.7 delegate 0.3.0 did_you_mean 1.6.3 drb 2.1.1 english 0.7.2 erb 4.0.2 error_highlight 0.5.1 fileutils 1.7.0 find 0.1.1 forwardable 1.3.3 getoptlong 0.2.0 ipaddr 1.2.5 irb 1.6.3 logger 1.5.3 mutex_m 0.1.2 net-http 0.3.2 net-protocol 0.2.1 observer 0.1.1 open-uri 0.3.0 open3 0.1.2 optparse 0.4.0.pre.1 ostruct 0.5.5 pp 0.4.0 prettyprint 0.1.1 pstore 0.1.2 racc 1.6.2 rdoc 6.5.0 readline 0.0.3 reline 0.3.2 resolv 0.2.2 resolv-replace 0.1.1 rinda 0.1.1 ruby2_keywords 0.0.5 securerandom 0.2.2 set 1.0.3 shellwords 0.1.0 singleton 0.1.1 syntax_suggest 1.0.2 tempfile 0.1.3 time 0.2.1 timeout 0.3.2 tmpdir 0.1.3 tsort 0.1.1 un 0.2.1 uri 0.12.0 weakref 0.1.2 yaml 0.2.1 installing default gems from ext: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0 bigdecimal 3.1.4 date 3.3.3 digest 3.1.1 etc 1.4.2 fcntl 1.0.2 fiddle 1.1.2 io-console 0.6.0 io-nonblock 0.2.0 io-wait 0.3.0 json 2.6.3 nkf 0.1.2 openssl 3.1.0 pathname 0.2.1 psych 5.1.0 readline-ext 0.1.5 stringio 3.0.6 strscan 3.0.7 syslog 0.1.1 zlib 3.0.0 installing bundled gems: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0 minitest 5.18.0 power_assert 2.0.3 rake 13.0.6 test-unit 3.5.7 rexml 3.2.5 rss 0.2.9 net-ftp 0.2.0 net-imap 0.3.4 net-pop 0.1.2 net-smtp 0.3.3 matrix 0.4.2 prime 0.1.2 rbs 3.0.3 typeprof 0.21.7 debug 1.7.1 installing bundled gem cache: /tmp/ruby/install/trunk-O0/lib/ruby/gems/3.3.0+0/cache $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1815 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 = -O0 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-O0/include -I/tmp/ruby/src/trunk-O0 -I/tmp/ruby/src/trunk-O0/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-O0/yjit/target/release/' /tmp/ruby/src/trunk-O0/yjit/src/lib.rs gcc (Ubuntu 11.3.0-1ubuntu1~22.04) 11.3.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. /tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-O0/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-O0/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-O0/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-O0/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-O0/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-O0/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-O0/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-O0/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-O0/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-O0/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-O0/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-O0/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-O0/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-O0/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-O0/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-O0/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-O0/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-O0/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-O0/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-O0/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-O0/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-O0/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-O0/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-O0/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-O0/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-O0/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-O0/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-O0/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-O0/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' Run options: --seed=36081 "--ruby=./miniruby -I/tmp/ruby/src/trunk-O0/lib -I. -I.ext/common /tmp/ruby/src/trunk-O0/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-O0/test/excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: TT Retrying... Retrying hung up testcases... [ 1/54] TestObjSpace#test_internal_class_of_on_ast = 0.00 s [ 2/54] TestObjSpace#test_dump_special_consts = 0.00 s [ 3/54] TestObjSpace#test_dump_all = 1.15 s [ 4/54] TestObjSpace#test_dump_addresses_match_dump_all_addresses = 0.11 s [ 5/54] TestObjSpace#test_trace_object_allocations = 39.34 s [ 6/54] TestObjSpace#test_dump_object = 0.00 s [ 7/54] TestObjSpace#test_memsize_of_iseq = 0.00 s [ 8/54] TestObjSpace#test_internal_super_of = 0.02 s [ 9/54] TestObjSpace#test_name_error_message = 0.00 s [10/54] TestObjSpace#test_memsize_of_root_shared_string = 0.06 s [11/54] TestObjSpace#test_load_allocation_path_load = 0.37 s [12/54] TestObjSpace#test_dump_escapes_method_name = 0.00 s [13/54] TestObjSpace#test_objspace_trace = 0.03 s [14/54] TestObjSpace#test_count_objects_size = 0.02 s [15/54] TestObjSpace#test_count_symbols = 0.17 s [16/54] TestObjSpace#test_dump_all_single_generation = 0.04 s [17/54] TestObjSpace#test_dump_all_full = 0.42 s [18/54] TestObjSpace#test_anonymous_class_name = 0.00 s [19/54] TestObjSpace#test_utf8_method_names = 0.00 s [20/54] TestObjSpace#test_trace_object_allocations_start_stop_clear = 0.01 s [21/54] TestObjSpace#test_dump_to_io = 0.00 s [22/54] TestObjSpace#test_dump_array = 0.00 s [23/54] TestObjSpace#test_dump_special_floats = 0.00 s [24/54] TestObjSpace#test_count_objects_size_with_wrong_type = 0.00 s [25/54] TestObjSpace#test_dump_includes_imemo_type = 0.55 s [26/54] TestObjSpace#test_reachable_objects_from_root = 0.00 s [27/54] TestObjSpace#test_dump_uninitialized_file = 0.04 s [28/54] TestObjSpace#test_dump_not_too_complex_shape = 0.00 s [29/54] TestObjSpace#test_internal_class_of = 2.51 s [30/54] TestObjSpace#test_reachable_objects_during_iteration = 0.34 s [31/54] TestObjSpace#test_load_allocation_path_compile_file = 0.35 s [32/54] TestObjSpace#test_count_objects_size_with_hash = 0.07 s [33/54] TestObjSpace#test_dump_singleton_class = 0.00 s [34/54] TestObjSpace#test_memsize_of = 0.00 s [35/54] TestObjSpace#test_dump_shapes = 0.00 s [36/54] TestObjSpace#test_dump_too_complex_shape = 0.00 s [37/54] TestObjSpace#test_dump_objects_dumps_page_slot_sizes = 0.70 s [38/54] TestObjSpace#test_count_tdata_objects = 0.10 s [39/54] TestObjSpace#test_dump_string_coderange = 0.00 s [40/54] TestObjSpace#test_dump_to_default = 0.00 s [41/54] TestObjSpace#test_memsize_of_all = 0.06 s [42/54] TestObjSpace#test_argf_memsize = 0.00 s [43/54] TestObjSpace#test_reachable_objects_from = 0.38 s [44/54] TestObjSpace#test_dump_reference_addresses_match_dump_all_addresses = 0.18 s [45/54] TestObjSpace#test_count_imemo_objects = 0.02 s [46/54] TestObjSpace#test_dump_class_addresses_match_dump_all_addresses = 0.39 s [47/54] TestObjSpace#test_dump_dynamic_symbol = 0.00 s [48/54] TestObjSpace#test_dump_flags = 0.00 s [49/54] TestObjSpace#test_reachable_objects_size = 0.41 s [50/54] TestObjSpace#test_load_allocation_path_load_from_binary = 0.00 s [51/54] TestObjSpace#test_dump_includes_slot_size = 0.00 s [52/54] TestObjSpace#test_dump_control_char = 0.00 s [53/54] TestObjSpace#test_trace_object_allocations_gc_stress = 0.87 s [54/54] TestObjSpace#test_trace_object_allocations_stop_first = 0.18 s Finished tests in 1265.087726s, 18.7592 tests/s, 7036.7160 assertions/s. 23732 tests, 8902063 assertions, 0 failures, 0 errors, 145 skips ruby -v: ruby 3.3.0dev (2023-03-11T07:40:57Z master 3a02c7818c) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4' $ /tmp/ruby/build/trunk-O0/miniruby -I/tmp/ruby/src/trunk-O0/lib /tmp/ruby/src/trunk-O0/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-O0 --extout=.ext -- /tmp/ruby/src/trunk-O0/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-O0/spec/default.mspec --error-output stderr ruby 3.3.0dev (2023-03-11T07:40:57Z master 3a02c7818c) [x86_64-linux] ................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................ Finished in 225.844778 seconds 3840 files, 31561 examples, 144761 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'" exit with 0. $ gdb -batch -se /tmp/ruby/build/trunk-O0/ruby -c /tmp/cores/core.1001.189302.ruby -x gdbscript [New LWP 189302] [Thread debugging using libthread_db enabled] Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". Core was generated by `/tmp/ruby/build/trunk-O0/ruby -W0'. Program terminated with signal SIGABRT, Aborted. #0 RB_FL_TEST_RAW (obj=139629897449200, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:504 504 return RBASIC(obj)->flags & flags; >>> Threads Id Target Id Frame * 1 Thread 0x7efe1e8537c0 (LWP 189302) RB_FL_TEST_RAW (obj=139629897449200, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:504 >>> Machine level backtrace Thread 1 (Thread 0x7efe1e8537c0 (LWP 189302)): #0 RB_FL_TEST_RAW (obj=139629897449200, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:504 No locals. #1 0x000055a7b86fc0c6 in RB_FL_ANY_RAW (obj=139629897449200, flags=8192) at /tmp/ruby/src/trunk-O0/include/ruby/internal/fl_type.h:552 No locals. #2 0x000055a7b86fc53d in rb_array_len (a=139629897449200) at /tmp/ruby/src/trunk-O0/include/ruby/internal/core/rarray.h:321 No locals. #3 0x000055a7b86fcab4 in rb_ary_entry_internal (ary=139629897449200, offset=359) at /tmp/ruby/src/trunk-O0/internal/array.h:57 len = 9 ptr = 0x55a7ba7f7700 #4 0x000055a7b8700b97 in rb_ary_entry (ary=139629897449200, offset=359) at /tmp/ruby/src/trunk-O0/array.c:1833 No locals. #5 0x000055a7b85b825a in get_id_serial_entry (num=179, id=0, t=ID_ENTRY_SYM) at /tmp/ruby/src/trunk-O0/symbol.c:450 pos = 358 idx = 0 ids = 139629897449280 ary = 139629897449200 _lev = 32766 result = 0 symbols = 0x55a7b8973440 <ruby_global_symbols> #6 0x000055a7b85b8347 in rb_id_serial_to_id (num=179) at /tmp/ruby/src/trunk-O0/symbol.c:494 sym = 94178839390040 #7 0x000055a7b85b9af6 in key2id (key=179) at /tmp/ruby/src/trunk-O0/id_table.c:20 No locals. #8 0x000055a7b85ba241 in rb_id_table_foreach (tbl=0x55a7ba86d2a0, func=0x55a7b843f264 <cc_table_mark_i>, data=0x7ffee311ac20) at /tmp/ruby/src/trunk-O0/id_table.c:278 key = 179 ret = 21927 i = 3 capa = 4 #9 0x000055a7b843f3c9 in cc_table_mark (objspace=0x55a7ba6a80e0, klass=139629846527120) at /tmp/ruby/src/trunk-O0/gc.c:3372 data = {objspace = 0x55a7ba6a80e0, klass = 139629846527120, alive = false} cc_tbl = 0x55a7ba86d2a0 #10 0x000055a7b8446f2f in gc_mark_children (objspace=0x55a7ba6a80e0, obj=139629846527120) at /tmp/ruby/src/trunk-O0/gc.c:7338 any = 0x7efe1b66fc90 #11 0x000055a7b8447799 in gc_mark_stacked_objects (objspace=0x55a7ba6a80e0, incremental=0, count=0) at /tmp/ruby/src/trunk-O0/gc.c:7520 mstack = 0x55a7ba6a84f8 obj = 139629846527120 marked_slots_at_the_beginning = 741 popped_count = 0 #12 0x000055a7b8447919 in gc_mark_stacked_objects_all (objspace=0x55a7ba6a80e0) at /tmp/ruby/src/trunk-O0/gc.c:7560 No locals. #13 0x000055a7b8449a90 in gc_marks_rest (objspace=0x55a7ba6a80e0) at /tmp/ruby/src/trunk-O0/gc.c:8737 No locals. #14 0x000055a7b8449bb0 in gc_marks (objspace=0x55a7ba6a80e0, full_mark=1) at /tmp/ruby/src/trunk-O0/gc.c:8798 marking_finished = false #15 0x000055a7b844b9af in gc_start (objspace=0x55a7ba6a80e0, reason=45576) at /tmp/ruby/src/trunk-O0/gc.c:9591 do_full_mark = 1 immediate_mark = 32768 __func__ = <optimized out> lock_lev = 604133185 #16 0x000055a7b844b664 in garbage_collect (objspace=0x55a7ba6a80e0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9472 _lev = 3809586768 ret = 32766 #17 0x000055a7b844c0cf in garbage_collect_with_gvl (objspace=0x55a7ba6a80e0, reason=45568) at /tmp/ruby/src/trunk-O0/gc.c:9854 No locals. #18 0x000055a7b8452aa6 in objspace_malloc_gc_stress (objspace=0x55a7ba6a80e0) at /tmp/ruby/src/trunk-O0/gc.c:12182 reason = 45568 #19 0x000055a7b84531c3 in objspace_xcalloc (objspace=0x55a7ba6a80e0, size=64) at /tmp/ruby/src/trunk-O0/gc.c:12647 gpr = 107008 mem = 0x4 #20 0x000055a7b8453274 in ruby_xcalloc_body (n=4, size=16) at /tmp/ruby/src/trunk-O0/gc.c:12654 No locals. #21 0x000055a7b84569f0 in ruby_xcalloc (n=4, size=16) at /tmp/ruby/src/trunk-O0/gc.c:14223 No locals. #22 0x000055a7b85b9fa7 in hash_table_extend (tbl=0x55a7ba8e43d0) at /tmp/ruby/src/trunk-O0/id_table.c:196 new_cap = 4 i = 514260096 old = 0x55a7ba6a5b10 tmp_tbl = {capa = 4, num = 0, used = 0, items = 0x0} #23 0x000055a7b85ba11e in rb_id_table_insert_key (tbl=0x55a7ba8e43d0, key=212, val=139629880216608) at /tmp/ruby/src/trunk-O0/id_table.c:250 index = -1 #24 0x000055a7b85ba172 in rb_id_table_insert (tbl=0x55a7ba8e43d0, id=3393, val=139629880216608) at /tmp/ruby/src/trunk-O0/id_table.c:259 No locals. #25 0x000055a7b8581e48 in get_next_shape_internal (shape=0x7efe1d690c00, id=3393, shape_type=SHAPE_IVAR, variation_created=0x7ffee311b09d, new_shapes_allowed=true, new_shape_necessary=false) at /tmp/ruby/src/trunk-O0/shape.c:165 new_shape = 0x7efe1d690c20 had_edges = false lookup_result = 139629846521200 _lev = 21927 res = 0x0 #26 0x000055a7b85823b6 in rb_shape_get_next (shape=0x7efe1d690c00, obj=139629836491760, id=3393) at /tmp/ruby/src/trunk-O0/shape.c:321 allow_new_shape = true variation_created = false new_shape_necessary = false new_shape = 0xd41 #27 0x000055a7b85f32c8 in rb_obj_ivar_set (obj=139629836491760, id=3393, val=139629836491640) at /tmp/ruby/src/trunk-O0/variable.c:1463 next_shape = 0x7efe1acddbf0 index = 4 shape = 0x7efe1d690c00 num_iv = 6 #28 0x000055a7b85f358f in ivar_set (obj=139629836491760, id=3393, val=139629836491640) at /tmp/ruby/src/trunk-O0/variable.c:1581 No locals. #29 0x000055a7b85f360c in rb_ivar_set (obj=139629836491760, id=3393, val=139629836491640) at /tmp/ruby/src/trunk-O0/variable.c:1600 No locals. #30 0x000055a7b842972a in setup_exception (ec=0x55a7ba6a9120, tag=6, mesg=139629836491760, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:576 at = 139629836491640 bt = 4 _ec = 0x55a7ba6a9120 _tag = {tag = 36, retval = 3441, buf = {0x7ffee311b2e0, 0x55a7b84295da <setup_exception+294>, 0x0, 0x7ffee311b190, 0xe0e311b258}, prev = 0x7ffee311c430, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 e = 1461121519294207744 line = 18 file = 0x55a7ba8f8fa0 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb" file0 = 0x55a7ba8f8fa0 "/tmp/ruby/src/trunk-O0/lib/did_you_mean/jaro_winkler.rb" dtrace_line = <optimized out> dtrace_file = <optimized out> #31 0x000055a7b8429c49 in rb_longjmp (ec=0x55a7ba6a9120, tag=6, mesg=139629836491760, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:656 No locals. #32 0x000055a7b8429ccf in rb_exc_exception (mesg=139629836491760, tag=6, cause=36) at /tmp/ruby/src/trunk-O0/eval.c:671 No locals. #33 0x000055a7b8429cf5 in rb_exc_raise (mesg=139629836491760) at /tmp/ruby/src/trunk-O0/eval.c:684 No locals. #34 0x000055a7b85c5bd5 in rb_threadptr_execute_interrupts (th=0x55a7ba6a7f90, blocking_timing=0) at /tmp/ruby/src/trunk-O0/thread.c:2339 err = 139629836491760 sig = 0 timer_interrupt = 0 pending_interrupt = 2 terminate_interrupt = 0 trap_interrupt = 0 interrupt = 2 postponed_job_interrupt = 0 ret = 1 #35 0x000055a7b85fa5c2 in rb_vm_check_ints (ec=0x55a7ba6a9120) at /tmp/ruby/src/trunk-O0/vm_core.h:1986 No locals. #36 0x000055a7b8601dba in vm_pop_frame (ec=0x55a7ba6a9120, cfp=0x7efe1e851d90, ep=0x7efe1e752250) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:419 flags = 1431634051 #37 0x000055a7b8601e06 in rb_vm_pop_frame (ec=0x55a7ba6a9120) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:428 No locals. #38 0x000055a7b860b4cb in vm_call_cfunc_with_frame_ (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851dd0, calling=0x7ffee311b630, argc=0, argv=0x7efe1e752240, stack_bottom=0x7efe1e752238) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3333 ci = 0x1c6100100001 cc = 0x7efe1acdde98 val = 139629836563720 me = 0x7efe1e6fa090 cfunc = 0x55a7ba6e1c18 recv = 139629836434560 block_handler = 0 frame_type = 1431634051 len = 0 args = <optimized out> args = <optimized out> #39 0x000055a7b860b63c in vm_call_cfunc_with_frame (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851dd0, calling=0x7ffee311b630) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3357 argc = 0 stack_bottom = 0x7efe1e752238 argv = 0x7efe1e752240 #40 0x000055a7b8610977 in vm_sendish (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851dd0, cd=0x55a7ba86e950, block_handler=0, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5203 val = 36 ci = 0x1c6100100001 cc = 0x7efe1acdde98 argc = 0 recv = 139629836434560 calling = {ci = 0x1c6100100001, cc = 0x7efe1acdde98, block_handler = 0, recv = 139629836434560, argc = 0, kw_splat = false} #41 0x000055a7b8618254 in vm_exec_core (ec=0x55a7ba6a9120, initial=0) at ../../src/trunk-O0/insns.def:834 bh = 0 cd = 0x55a7ba86e950 leaf = false val = 139629836434320 reg_pc = 0x55a7ba941388 reg_cfp = 0x7efe1e851dd0 insns_address_table = {0x55a7b86141b8 <vm_exec_core+115>, 0x55a7b861423a <vm_exec_core+245>, 0x55a7b8614381 <vm_exec_core+572>, 0x55a7b86144c9 <vm_exec_core+900>, 0x55a7b861469b <vm_exec_core+1366>, 0x55a7b86147ff <vm_exec_core+1722>, 0x55a7b8614a45 <vm_exec_core+2304>, 0x55a7b8614b8b <vm_exec_core+2630>, 0x55a7b8614c8e <vm_exec_core+2889>, 0x55a7b8614dc9 <vm_exec_core+3204>, 0x55a7b8614f04 <vm_exec_core+3519>, 0x55a7b8615046 <vm_exec_core+3841>, 0x55a7b861518c <vm_exec_core+4167>, 0x55a7b861533d <vm_exec_core+4600>, 0x55a7b8615470 <vm_exec_core+4907>, 0x55a7b8615594 <vm_exec_core+5199>, 0x55a7b8615681 <vm_exec_core+5436>, 0x55a7b861576e <vm_exec_core+5673>, 0x55a7b8615817 <vm_exec_core+5842>, 0x55a7b86158c3 <vm_exec_core+6014>, 0x55a7b8615993 <vm_exec_core+6222>, 0x55a7b8615a95 <vm_exec_core+6480>, 0x55a7b8615b8c <vm_exec_core+6727>, 0x55a7b8615c94 <vm_exec_core+6991>, 0x55a7b8615d76 <vm_exec_core+7217>, 0x55a7b8615ee9 <vm_exec_core+7588>, 0x55a7b8615faf <vm_exec_core+7786>, 0x55a7b86160be <vm_exec_core+8057>, 0x55a7b8616217 <vm_exec_core+8402>, 0x55a7b8616304 <vm_exec_core+8639>, 0x55a7b86163f1 <vm_exec_core+8876>, 0x55a7b861651d <vm_exec_core+9176>, 0x55a7b86165ff <vm_exec_core+9402>, 0x55a7b8616708 <vm_exec_core+9667>, 0x55a7b8616842 <vm_exec_core+9981>, 0x55a7b8616966 <vm_exec_core+10273>, 0x55a7b8616a01 <vm_exec_core+10428>, 0x55a7b8616ae2 <vm_exec_core+10653>, 0x55a7b8616bfa <vm_exec_core+10933>, 0x55a7b8616cca <vm_exec_core+11141>, 0x55a7b8616e73 <vm_exec_core+11566>, 0x55a7b8616f77 <vm_exec_core+11826>, 0x55a7b861708d <vm_exec_core+12104>, 0x55a7b8617148 <vm_exec_core+12291>, 0x55a7b86172de <vm_exec_core+12697>, 0x55a7b861780c <vm_exec_core+14023>, 0x55a7b8617932 <vm_exec_core+14317>, 0x55a7b8617a69 <vm_exec_core+14628>, 0x55a7b8617b7f <vm_exec_core+14906>, 0x55a7b8617d94 <vm_exec_core+15439>, 0x55a7b8617eba <vm_exec_core+15733>, 0x55a7b8617ff4 <vm_exec_core+16047>, 0x55a7b861819e <vm_exec_core+16473>, 0x55a7b86182ea <vm_exec_core+16805>, 0x55a7b8618472 <vm_exec_core+17197>, 0x55a7b8618653 <vm_exec_core+17678>, 0x55a7b86187db <vm_exec_core+18070>, 0x55a7b86189bc <vm_exec_core+18551>, 0x55a7b8618acb <vm_exec_core+18822>, 0x55a7b8618bda <vm_exec_core+19093>, 0x55a7b8618d84 <vm_exec_core+19519>, 0x55a7b8618ed0 <vm_exec_core+19851>, 0x55a7b8619012 <vm_exec_core+20173>, 0x55a7b86190b5 <vm_exec_core+20336>, 0x55a7b86191a3 <vm_exec_core+20574>, 0x55a7b86192b6 <vm_exec_core+20849>, 0x55a7b86193cc <vm_exec_core+21127>, 0x55a7b86194df <vm_exec_core+21402>, 0x55a7b8619627 <vm_exec_core+21730>, 0x55a7b8619782 <vm_exec_core+22077>, 0x55a7b8619915 <vm_exec_core+22480>, 0x55a7b8619aa8 <vm_exec_core+22883>, 0x55a7b8619c3b <vm_exec_core+23286>, 0x55a7b8619dce <vm_exec_core+23689>, 0x55a7b8619f61 <vm_exec_core+24092>, 0x55a7b861a0ff <vm_exec_core+24506>, 0x55a7b861a2ea <vm_exec_core+24997>, 0x55a7b861a47d <vm_exec_core+25400>, 0x55a7b861a610 <vm_exec_core+25803>, 0x55a7b861a7a3 <vm_exec_core+26206>, 0x55a7b861a936 <vm_exec_core+26609>, 0x55a7b861aac9 <vm_exec_core+27012>, 0x55a7b861ac5c <vm_exec_core+27415>, 0x55a7b861adef <vm_exec_core+27818>, 0x55a7b861af82 <vm_exec_core+28221>, 0x55a7b861b12e <vm_exec_core+28649>, 0x55a7b861b362 <vm_exec_core+29213>, 0x55a7b861b555 <vm_exec_core+29712>, 0x55a7b861b6d1 <vm_exec_core+30092>, 0x55a7b861b84d <vm_exec_core+30472>, 0x55a7b861b9c4 <vm_exec_core+30847>, 0x55a7b861bb3b <vm_exec_core+31222>, 0x55a7b861bcc3 <vm_exec_core+31614>, 0x55a7b861be56 <vm_exec_core+32017>, 0x55a7b861bf6b <vm_exec_core+32294>, 0x55a7b861c0a4 <vm_exec_core+32607>, 0x55a7b861c220 <vm_exec_core+32987>, 0x55a7b861c339 <vm_exec_core+33268>, 0x55a7b861c434 <vm_exec_core+33519>, 0x55a7b861c548 <vm_exec_core+33795>, 0x55a7b861c644 <vm_exec_core+34047>, 0x55a7b861c6e0 <vm_exec_core+34203>, 0x55a7b861c77c <vm_exec_core+34359>, 0x55a7b861c79a <vm_exec_core+34389>, 0x55a7b861c7b8 <vm_exec_core+34419>, 0x55a7b861c7d6 <vm_exec_core+34449>, 0x55a7b861c7f4 <vm_exec_core+34479>, 0x55a7b861c812 <vm_exec_core+34509>, 0x55a7b861c830 <vm_exec_core+34539>, 0x55a7b861c84e <vm_exec_core+34569>, 0x55a7b861c86c <vm_exec_core+34599>, 0x55a7b861c88a <vm_exec_core+34629>, 0x55a7b861c8a8 <vm_exec_core+34659>, 0x55a7b861c8c6 <vm_exec_core+34689>, 0x55a7b861c8e4 <vm_exec_core+34719>, 0x55a7b861c902 <vm_exec_core+34749>, 0x55a7b861c920 <vm_exec_core+34779>, 0x55a7b861c93e <vm_exec_core+34809>, 0x55a7b861c95c <vm_exec_core+34839>, 0x55a7b861c97a <vm_exec_core+34869>, 0x55a7b861c998 <vm_exec_core+34899>, 0x55a7b861c9b6 <vm_exec_core+34929>, 0x55a7b861c9d4 <vm_exec_core+34959>, 0x55a7b861c9f2 <vm_exec_core+34989>, 0x55a7b861ca10 <vm_exec_core+35019>, 0x55a7b861ca2e <vm_exec_core+35049>, 0x55a7b861ca4c <vm_exec_core+35079>, 0x55a7b861ca6a <vm_exec_core+35109>, 0x55a7b861ca88 <vm_exec_core+35139>, 0x55a7b861caa6 <vm_exec_core+35169>, 0x55a7b861cac4 <vm_exec_core+35199>, 0x55a7b861cae2 <vm_exec_core+35229>, 0x55a7b861cb00 <vm_exec_core+35259>, 0x55a7b861cb1e <vm_exec_core+35289>, 0x55a7b861cb3c <vm_exec_core+35319>, 0x55a7b861cb5a <vm_exec_core+35349>, 0x55a7b861cb78 <vm_exec_core+35379>, 0x55a7b861cb96 <vm_exec_core+35409>, 0x55a7b861cbb4 <vm_exec_core+35439>, 0x55a7b861cbd2 <vm_exec_core+35469>, 0x55a7b861cbf0 <vm_exec_core+35499>, 0x55a7b861cc0e <vm_exec_core+35529>, 0x55a7b861cc2c <vm_exec_core+35559>, 0x55a7b861cc4a <vm_exec_core+35589>, 0x55a7b861cc68 <vm_exec_core+35619>, 0x55a7b861cc86 <vm_exec_core+35649>, 0x55a7b861cca4 <vm_exec_core+35679>, 0x55a7b861ccc2 <vm_exec_core+35709>, 0x55a7b861cce0 <vm_exec_core+35739>, 0x55a7b861ccfe <vm_exec_core+35769>, 0x55a7b861cd1c <vm_exec_core+35799>, 0x55a7b861cd3a <vm_exec_core+35829>, 0x55a7b861cd58 <vm_exec_core+35859>, 0x55a7b861cd76 <vm_exec_core+35889>, 0x55a7b861cd94 <vm_exec_core+35919>, 0x55a7b861cdb2 <vm_exec_core+35949>, 0x55a7b861cdd0 <vm_exec_core+35979>, 0x55a7b861cdee <vm_exec_core+36009>, 0x55a7b861ce0c <vm_exec_core+36039>, 0x55a7b861ce2a <vm_exec_core+36069>, 0x55a7b861ce48 <vm_exec_core+36099>, 0x55a7b861ce66 <vm_exec_core+36129>, 0x55a7b861ce84 <vm_exec_core+36159>, 0x55a7b861cea2 <vm_exec_core+36189>, 0x55a7b861cec0 <vm_exec_core+36219>, 0x55a7b861cede <vm_exec_core+36249>, 0x55a7b861cefc <vm_exec_core+36279>, 0x55a7b861cf1a <vm_exec_core+36309>, 0x55a7b861cf38 <vm_exec_core+36339>, 0x55a7b861cf56 <vm_exec_core+36369>, 0x55a7b861cf74 <vm_exec_core+36399>, 0x55a7b861cf92 <vm_exec_core+36429>, 0x55a7b861cfb0 <vm_exec_core+36459>, 0x55a7b861cfce <vm_exec_core+36489>, 0x55a7b861cfec <vm_exec_core+36519>, 0x55a7b861d00a <vm_exec_core+36549>, 0x55a7b861d028 <vm_exec_core+36579>, 0x55a7b861d046 <vm_exec_core+36609>, 0x55a7b861d077 <vm_exec_core+36658>, 0x55a7b861d095 <vm_exec_core+36688>, 0x55a7b861d0b3 <vm_exec_core+36718>, 0x55a7b861d0d1 <vm_exec_core+36748>, 0x55a7b861d0ef <vm_exec_core+36778>, 0x55a7b861d10d <vm_exec_core+36808>, 0x55a7b861d12b <vm_exec_core+36838>, 0x55a7b861d149 <vm_exec_core+36868>, 0x55a7b861d167 <vm_exec_core+36898>, 0x55a7b861d185 <vm_exec_core+36928>, 0x55a7b861d1a3 <vm_exec_core+36958>, 0x55a7b861d1c1 <vm_exec_core+36988>, 0x55a7b861d1df <vm_exec_core+37018>, 0x55a7b861d1fd <vm_exec_core+37048>, 0x55a7b861d21b <vm_exec_core+37078>, 0x55a7b861d239 <vm_exec_core+37108>, 0x55a7b861d257 <vm_exec_core+37138>, 0x55a7b861d275 <vm_exec_core+37168>, 0x55a7b861d293 <vm_exec_core+37198>, 0x55a7b861d2b1 <vm_exec_core+37228>, 0x55a7b861d2cf <vm_exec_core+37258>, 0x55a7b861d2ed <vm_exec_core+37288>...} #42 0x000055a7b862ee37 in rb_vm_exec (ec=0x55a7ba6a9120, jit_enable_p=true) at /tmp/ruby/src/trunk-O0/vm.c:2374 _ec = 0x55a7ba6a9120 _tag = {tag = 36, retval = 4, buf = {0x7ffee311c4b0, 0x55a7b862eda6 <rb_vm_exec+193>, 0x0, 0x7ffee311c400, 0x7ffee311c510}, prev = 0x7ffee311d900, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_NONE result = 36 initial = 0 #43 0x000055a7b862bd65 in invoke_block (ec=0x55a7ba6a9120, iseq=0x7efe1acac3e8, self=139629836493360, captured=0x7efe1e851ee8, cref=0x0, type=572653569, opt_pc=0) at /tmp/ruby/src/trunk-O0/vm.c:1387 arg_size = 1 #44 0x000055a7b862c0cc in invoke_iseq_block_from_c (me=0x0, is_lambda=0, cref=0x0, passed_block_handler=0, kw_splat=0, argv=0x7ffee311c6b8, argc=1, self=139629836493360, captured=0x7efe1e851ee8, ec=0x55a7ba6a9120) at /tmp/ruby/src/trunk-O0/vm.c:1443 iseq = 0x7efe1acac3e8 i = 1 opt_pc = 0 type = 572653569 cfp = 0x7efe1e851e90 sp = 0x7efe1e752128 #45 invoke_block_from_c_bh (ec=0x55a7ba6a9120, block_handler=139629898833641, argc=1, argv=0x7ffee311c6b8, kw_splat=0, passed_block_handler=0, cref=0x0, is_lambda=0, force_blockarg=0) at /tmp/ruby/src/trunk-O0/vm.c:1461 captured = 0x7efe1e851ee8 #46 0x000055a7b862c2a6 in vm_yield_with_cref (ec=0x55a7ba6a9120, argc=1, argv=0x7ffee311c6b8, kw_splat=0, cref=0x0, is_lambda=0) at /tmp/ruby/src/trunk-O0/vm.c:1498 No locals. #47 0x000055a7b862c2e4 in vm_yield (ec=0x55a7ba6a9120, argc=1, argv=0x7ffee311c6b8, kw_splat=0) at /tmp/ruby/src/trunk-O0/vm.c:1506 No locals. #48 0x000055a7b8626f5c in rb_yield_0 (argc=1, argv=0x7ffee311c6b8) at /tmp/ruby/src/trunk-O0/vm_eval.c:1337 No locals. #49 0x000055a7b8626fc3 in rb_yield (val=6942988) at /tmp/ruby/src/trunk-O0/vm_eval.c:1353 No locals. #50 0x000055a7b87044c1 in rb_ary_select (ary=139629836493440) at /tmp/ruby/src/trunk-O0/array.c:4001 result = 139629836492800 i = 217 #51 0x000055a7b860a863 in ractor_safe_call_cfunc_0 (recv=139629836493440, argc=0, argv=0x7efe1e752110, func=0x55a7b8704439 <rb_ary_select>) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3145 f = 0x55a7b8704439 <rb_ary_select> #52 0x000055a7b860b465 in vm_call_cfunc_with_frame_ (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851ed0, calling=0x7ffee311cb00, argc=0, argv=0x7efe1e752110, stack_bottom=0x7efe1e752108) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3329 ci = 0x161100000001 cc = 0x7efe1acde050 val = 140732708014048 me = 0x7efe1e70ff80 cfunc = 0x55a7ba701768 recv = 139629836493440 block_handler = 139629898833641 frame_type = 1431634051 len = 0 args = <optimized out> args = <optimized out> #53 0x000055a7b860b63c in vm_call_cfunc_with_frame (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851ed0, calling=0x7ffee311cb00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3357 argc = 0 stack_bottom = 0x7efe1e752108 argv = 0x7efe1e752110 #54 0x000055a7b860ba24 in vm_call_cfunc (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851ed0, calling=0x7ffee311cb00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:3454 ci = 0x161100000001 argv_ary = 93465876599600 #55 0x000055a7b860d9b1 in vm_call_method_each_type (ec=0x55a7ba6a9120, cfp=0x7efe1e851ed0, calling=0x7ffee311cb00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4084 aset_mask = 21927 ivar_mask = 3809593632 ci = 0x161100000001 cc = 0x7efe1acde050 cme = 0x7efe1e70ff80 v = 140732708014416 #56 0x000055a7b860e3f2 in vm_call_method (ec=0x55a7ba6a9120, cfp=0x7efe1e851ed0, calling=0x7ffee311cb00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4205 ci = 0x161100000001 cc = 0x7efe1acde050 #57 0x000055a7b860e5f4 in vm_call_general (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851ed0, calling=0x7ffee311cb00) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:4249 No locals. #58 0x000055a7b8610977 in vm_sendish (ec=0x55a7ba6a9120, reg_cfp=0x7efe1e851ed0, cd=0x55a7ba91bbe0, block_handler=139629898833641, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-O0/vm_insnhelper.c:5203 val = 36 ci = 0x161100000001 cc = 0x7efe1acde050 argc = 0 recv = 139629836493440 calling = {ci = 0x161100000001, cc = 0x7efe1acde050, block_handler = 139629898833641, recv = 139629836493440, argc = 0, kw_splat = false} #59 0x000055a7b86180fe in vm_exec_core (ec=0x55a7ba6a9120, initial=0) at ../../src/trunk-O0/insns.def:815 bh = 139629898833641 cd = 0x55a7ba91bbe0 blockiseq = 0x7efe1acac3e8 leaf = false val = 139629836452600 reg_pc = 0x55a7ba8f99f8 reg_cfp = 0x7efe1e851ed0 insns_address_table = {0x55a7b86141b8 <vm_exec_core+115>, 0x55a7b861423a <vm_exec_core+245>, 0x55a7b8614381 <vm_exec_core+572>, 0x55a7b86144c9 <vm_exec_core+900>, 0x55a7b861469b <vm_exec_core+1366>, 0x55a7b86147ff <vm_exec_core+1722>, 0x55a7b8614a45 <vm_exec_core+2304>, 0x55a7b8614b8b <vm_exec_core+2630>, 0x55a7b8614c8e <vm_exec_core+2889>, 0x55a7b8614dc9 <vm_exec_core+3204>, 0x55a7b8614f04 <vm_exec_core+3519>, 0x55a7b8615046 <vm_exec_core+3841>, 0x55a7b861518c <vm_exec_core+4167>, 0x55a7b861533d <vm_exec_core+4600>, 0x55a7b8615470 <vm_exec_core+4907>, 0x55a7b8615594 <vm_exec_core+5199>, 0x55a7b8615681 <vm_exec_core+5436>, 0x55a7b861576e <vm_exec_core+5673>, 0x55a7b8615817 <vm_exec_core+5842>, 0x55a7b86158c3 <vm_exec_core+6014>, 0x55a7b8615993 <vm_exec_core+6222>, 0x55a7b8615a95 <vm_exec_core+6480>, 0x55a7b8615b8c <vm_exec_core+6727>, 0x55a7b8615c94 <vm_exec_core+6991>, 0x55a7b8615d76 <vm_exec_core+7217>, 0x55a7b8615ee9 <vm_exec_core+7588>, 0x55a7b8615faf <vm_exec_core+7786>, 0x55a7b86160be <vm_exec_core+8057>, 0x55a7b8616217 <vm_exec_core+8402>, 0x55a7b8616304 <vm_exec_core+8639>, 0x55a7b86163f1 <vm_exec_core+8876>, 0x55a7b861651d <vm_exec_core+9176>, 0x55a7b86165ff <vm_exec_core+9402>, 0x55a7b8616708 <vm_exec_core+9667>, 0x55a7b8616842 <vm_exec_core+9981>, 0x55a7b8616966 <vm_exec_core+10273>, 0x55a7b8616a01 <vm_exec_core+10428>, 0x55a7b8616ae2 <vm_exec_core+10653>, 0x55a7b8616bfa <vm_exec_core+10933>, 0x55a7b8616cca <vm_exec_core+11141>, 0x55a7b8616e73 <vm_exec_core+11566>, 0x55a7b8616f77 <vm_exec_core+11826>, 0x55a7b861708d <vm_exec_core+12104>, 0x55a7b8617148 <vm_exec_core+12291>, 0x55a7b86172de <vm_exec_core+12697>, 0x55a7b861780c <vm_exec_core+14023>, 0x55a7b8617932 <vm_exec_core+14317>, 0x55a7b8617a69 <vm_exec_core+14628>, 0x55a7b8617b7f <vm_exec_core+14906>, 0x55a7b8617d94 <vm_exec_core+15439>, 0x55a7b8617eba <vm_exec_core+15733>, 0x55a7b8617ff4 <vm_exec_core+16047>, 0x55a7b861819e <vm_exec_core+16473>, 0x55a7b86182ea <vm_exec_core+16805>, 0x55a7b8618472 <vm_exec_core+17197>, 0x55a7b8618653 <vm_exec_core+17678>, 0x55a7b86187db <vm_exec_core+18070>, 0x55a7b86189bc <vm_exec_core+18551>, 0x55a7b8618acb <vm_exec_core+18822>, 0x55a7b8618bda <vm_exec_core+19093>, 0x55a7b8618d84 <vm_exec_core+19519>, 0x55a7b8618ed0 <vm_exec_core+19851>, 0x55a7b8619012 <vm_exec_core+20173>, 0x55a7b86190b5 <vm_exec_core+20336>, 0x55a7b86191a3 <vm_exec_core+20574>, 0x55a7b86192b6 <vm_exec_core+20849>, 0x55a7b86193cc <vm_exec_core+21127>, 0x55a7b86194df <vm_exec_core+21402>, 0x55a7b8619627 <vm_exec_core+21730>, 0x55a7b8619782 <vm_exec_core+22077>, 0x55a7b8619915 <vm_exec_core+22480>, 0x55a7b8619aa8 <vm_exec_core+22883>, 0x55a7b8619c3b <vm_exec_core+23286>, 0x55a7b8619dce <vm_exec_core+23689>, 0x55a7b8619f61 <vm_exec_core+24092>, 0x55a7b861a0ff <vm_exec_core+24506>, 0x55a7b861a2ea <vm_exec_core+24997>, 0x55a7b861a47d <vm_exec_core+25400>, 0x55a7b861a610 <vm_exec_core+25803>, 0x55a7b861a7a3 <vm_exec_core+26206>, 0x55a7b861a936 <vm_exec_core+26609>, 0x55a7b861aac9 <vm_exec_core+27012>, 0x55a7b861ac5c <vm_exec_core+27415>, 0x55a7b861adef <vm_exec_core+27818>, 0x55a7b861af82 <vm_exec_core+28221>, 0x55a7b861b12e <vm_exec_core+28649>, 0x55a7b861b362 <vm_exec_core+29213>, 0x55a7b861b555 <vm_exec_core+29712>, 0x55a7b861b6d1 <vm_exec_core+30092>, 0x55a7b861b84d <vm_exec_core+30472>, 0x55a7b861b9c4 <vm_exec_core+30847>, 0x55a7b861bb3b <vm_exec_core+31222>, 0x55a7b861bcc3 <vm_exec_core+31614>, 0x55a7b861be56 <vm_exec_core+32017>, 0x55a7b861bf6b <vm_exec_core+32294>, 0x55a7b861c0a4 <vm_exec_core+32607>, 0x55a7b861c220 <vm_exec_core+32987>, 0x55a7b861c339 <vm_exec_core+33268>, 0x55a7b861c434 <vm_exec_core+33519>, 0x55a7b861c548 <vm_exec_core+33795>, 0x55a7b861c644 <vm_exec_core+34047>, 0x55a7b861c6e0 <vm_exec_core+34203>, 0x55a7b861c77c <vm_exec_core+34359>, 0x55a7b861c79a <vm_exec_core+34389>, 0x55a7b861c7b8 <vm_exec_core+34419>, 0x55a7b861c7d6 <vm_exec_core+34449>, 0x55a7b861c7f4 <vm_exec_core+34479>, 0x55a7b861c812 <vm_exec_core+34509>, 0x55a7b861c830 <vm_exec_core+34539>, 0x55a7b861c84e <vm_exec_core+34569>, 0x55a7b861c86c <vm_exec_core+34599>, 0x55a7b861c88a <vm_exec_core+34629>, 0x55a7b861c8a8 <vm_exec_core+34659>, 0x55a7b861c8c6 <vm_exec_core+34689>, 0x55a7b861c8e4 <vm_exec_core+34719>, 0x55a7b861c902 <vm_exec_core+34749>, 0x55a7b861c920 <vm_exec_core+34779>, 0x55a7b861c93e <vm_exec_core+34809>, 0x55a7b861c95c <vm_exec_core+34839>, 0x55a7b861c97a <vm_exec_core+34869>, 0x55a7b861c998 <vm_exec_core+34899>, 0x55a7b861c9b6 <vm_exec_core+34929>, 0x55a7b861c9d4 <vm_exec_core+34959>, 0x55a7b861c9f2 <vm_exec_core+34989>, 0x55a7b861ca10 <vm_exec_core+35019>, 0x55a7b861ca2e <vm_exec_core+35049>, 0x55a7b861ca4c <vm_exec_core+35079>, 0x55a7b861ca6a <vm_exec_core+35109>, 0x55a7b861ca88 <vm_exec_core+35139>, 0x55a7b861caa6 <vm_exec_core+35169>, 0x55a7b861cac4 <vm_exec_core+35199>, 0x55a7b861cae2 <vm_exec_core+35229>, 0x55a7b861cb00 <vm_exec_core+35259>, 0x55a7b861cb1e <vm_exec_core+35289>, 0x55a7b861cb3c <vm_exec_core+35319>, 0x55a7b861cb5a <vm_exec_core+35349>, 0x55a7b861cb78 <vm_exec_core+35379>, 0x55a7b861cb96 <vm_exec_core+35409>, 0x55a7b861cbb4 <vm_exec_core+35439>, 0x55a7b861cbd2 <vm_exec_core+35469>, 0x55a7b861cbf0 <vm_exec_core+35499>, 0x55a7b861cc0e <vm_exec_core+35529>, 0x55a7b861cc2c <vm_exec_core+35559>, 0x55a7b861cc4a <vm_exec_core+35589>, 0x55a7b861cc68 <vm_exec_core+35619>, 0x55a7b861cc86 <vm_exec_core+35649>, 0x55a7b861cca4 <vm_exec_core+35679>, 0x55a7b861ccc2 <vm_exec_core+35709>, 0x55a7b861cce0 <vm_exec_core+35739>, 0x55a7b861ccfe <vm_exec_core+35769>, 0x55a7b861cd1c <vm_exec_core+35799>, 0x55a7b861cd3a <vm_exec_core+35829>, 0x55a7b861cd58 <vm_exec_core+35859>, 0x55a7b861cd76 <vm_exec_core+35889>, 0x55a7b861cd94 <vm_exec_core+35919>, 0x55a7b861cdb2 <vm_exec_core+35949>, 0x55a7b861cdd0 <vm_exec_core+35979>, 0x55a7b861cdee <vm_exec_core+36009>, 0x55a7b861ce0c <vm_exec_core+36039>, 0x55a7b861ce2a <vm_exec_core+36069>, 0x55a7b861ce48 <vm_exec_core+36099>, 0x55a7b861ce66 <vm_exec_core+36129>, 0x55a7b861ce84 <vm_exec_core+36159>, 0x55a7b861cea2 <vm_exec_core+36189>, 0x55a7b861cec0 <vm_exec_core+36219>, 0x55a7b861cede <vm_exec_core+36249>, 0x55a7b861cefc <vm_exec_core+36279>, 0x55a7b861cf1a <vm_exec_core+36309>, 0x55a7b861cf38 <vm_exec_core+36339>, 0x55a7b861cf56 <vm_exec_core+36369>, 0x55a7b861cf74 <vm_exec_core+36399>, 0x55a7b861cf92 <vm_exec_core+36429>, 0x55a7b861cfb0 <vm_exec_core+36459>, 0x55a7b861cfce <vm_exec_core+36489>, 0x55a7b861cfec <vm_exec_core+36519>, 0x55a7b861d00a <vm_exec_core+36549>, 0x55a7b861d028 <vm_exec_core+36579>, 0x55a7b861d046 <vm_exec_core+36609>, 0x55a7b861d077 <vm_exec_core+36658>, 0x55a7b861d095 <vm_exec_core+36688>, 0x55a7b861d0b3 <vm_exec_core+36718>, 0x55a7b861d0d1 <vm_exec_core+36748>, 0x55a7b861d0ef <vm_exec_core+36778>, 0x55a7b861d10d <vm_exec_core+36808>, 0x55a7b861d12b <vm_exec_core+36838>, 0x55a7b861d149 <vm_exec_core+36868>, 0x55a7b861d167 <vm_exec_core+36898>, 0x55a7b861d185 <vm_exec_core+36928>, 0x55a7b861d1a3 <vm_exec_core+36958>, 0x55a7b861d1c1 <vm_exec_core+36988>, 0x55a7b861d1df <vm_exec_core+37018>, 0x55a7b861d1fd <vm_exec_core+37048>, 0x55a7b861d21b <vm_exec_core+37078>, 0x55a7b861d239 <vm_exec_core+37108>, 0x55a7b861d257 <vm_exec_core+37138>, 0x55a7b861d275 <vm_exec_core+37168>, 0x55a7b861d293 <vm_exec_core+37198>, 0x55a7b861d2b1 <vm_exec_core+37228>, 0x55a7b861d2cf <vm_exec_core+37258>, 0x55a7b861d2ed <vm_exec_core+37288>...} #60 0x000055a7b862ee8d in rb_vm_exec (ec=0x55a7ba6a9120, jit_enable_p=true) at /tmp/ruby/src/trunk-O0/vm.c:2383 _ec = 0x55a7ba6a9120 _tag = {tag = 36, retval = 4, buf = {0x7ffee311d980, 0x55a7b862eda6 <rb_vm_exec+193>, 0x0, 0x7ffee311d8d0, 0x7ffee311d950}, prev = 0x7ffee311dcc0, state = RUBY_TAG_NONE, lock_rec = 0} state = RUBY_TAG_RETURN result = 36 initial = 0 #61 0x000055a7b8623f23 in vm_call0_body (ec=0x55a7ba6a9120, calling=0x7ffee311daa0, argv=0x7ffee311dc40) at /tmp/ruby/src/trunk-O0/vm_eval.c:204 reg_cfp = 0x7efe1e851fd0 i = 1 ci = 0x7ffee311dad0 cc = 0x7ffee311db00 ret = 140732708018688 #62 0x000055a7b8623632 in rb_vm_call0 (ec=0x55a7ba6a9120, recv=139629836499880, id=8337, argc=1, argv=0x7ffee311dc40, cme=0x7efe1acdf9c8, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:56 calling = {ci = 0x7ffee311dad0, cc = 0x7ffee311db00, block_handler = 0, recv = 139629836499880, argc = 1, kw_splat = true} #63 0x000055a7b862479c in rb_vm_call_kw (ec=0x55a7ba6a9120, recv=139629836499880, id=8337, argc=1, argv=0x7ffee311dc40, me=0x7efe1acdf9c8, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:301 No locals. #64 0x000055a7b8625601 in rb_check_funcall_default_kw (recv=139629836499880, mid=8337, argc=1, argv=0x7ffee311dc40, def=36, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:684 klass = 139629846517040 me = 0x7efe1acdf9c8 ec = 0x55a7ba6a9120 respond = -1 #65 0x000055a7b862549e in rb_check_funcall_kw (recv=139629836499880, mid=8337, argc=1, argv=0x7ffee311dc40, kw_splat=1) at /tmp/ruby/src/trunk-O0/vm_eval.c:654 No locals. #66 0x000055a7b879126b in rb_get_detailed_message (exc=139629836499880, opt=139629836500240) at /tmp/ruby/src/trunk-O0/error.c:1238 e = 36 #67 0x000055a7b8427536 in rb_ec_error_print_detailed (ec=0x55a7ba6a9120, errinfo=139629836499880, str=139629836499520, emesg0=36) at /tmp/ruby/src/trunk-O0/eval_error.c:368 _ec = 0x55a7ba6a9120 _tag = {tag = 36, retval = 0, buf = {0x7ffee311dd40, 0x55a7b84274ae <rb_ec_error_print_detailed+356>, 0x0, 0x7ffee311dc70, 0x0}, prev = 0x7ffee311ddb0, state = RUBY_TAG_NONE, lock_rec = 0} raised_flag = 0 '\000' errat = 139629836499480 written = false emesg = 4 opt = 139629836500240 highlight = 0 #68 0x000055a7b8428a61 in rb_ec_cleanup (ec=0x55a7ba6a9120, ex=RUBY_TAG_RAISE) at /tmp/ruby/src/trunk-O0/eval.c:230 err = 139629836499880 mode0 = 0 mode1 = 3 _ec = 0x55a7ba6a9120 _tag = {tag = 36, retval = 94178839266157, buf = {0x7ffee311de30, 0x55a7b8428853 <rb_ec_cleanup+279>, 0x0, 0x7ffee311dd50, 0x55a7ba6a9120}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0} state = 0 save_error = 4 sysex = 1 signaled = 0 th = 0x55a7ba6a7f90 th0 = 0x55a7ba6a7f90 step = 2 message = 4 buf = 139629836499520 #69 0x000055a7b8428ed9 in ruby_run_node (n=0x7efe1acd42f8) at /tmp/ruby/src/trunk-O0/eval.c:328 ec = 0x55a7ba6a9120 status = 21927 #70 0x000055a7b8424934 in rb_main (argc=2, argv=0x7ffee311dfd8) at /tmp/ruby/src/trunk-O0/main.c:39 variable_in_this_stack_frame = 140732708019888 #71 0x000055a7b8424995 in main (argc=2, argv=0x7ffee311dfd8) at /tmp/ruby/src/trunk-O0/main.c:58 No locals. >>> Dump Ruby level backtrace (if possible)