# Logfile created on 2023-06-01 21:13:15 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x0000560b1d170470 @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-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=21600, @logfile="/home/ko1/ruby/logs/brlog.trunk-asserts.20230601-211314", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_SUBPROCESS_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x0000560b1d206178 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000560b1d206038 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000560b1d205e58 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-asserts.20230601-211314", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-asserts.20230601-211314>, @binmode=false, @mon_data=#<Monitor:0x0000560b1d205d90>, @mon_data_owner_object_id=860>>>
$$$[beg] git clone --depth 1 https://github.com/ruby/ruby.git trunk-asserts
Cloning into 'trunk-asserts'...
Updating files: 91% (9421/10302)
Updating files: 92% (9478/10302)
Updating files: 93% (9581/10302)
Updating files: 94% (9684/10302)
Updating files: 95% (9787/10302)
Updating files: 96% (9890/10302)
Updating files: 97% (9993/10302)
Updating files: 98% (10096/10302)
Updating files: 99% (10199/10302)
Updating files: 100% (10302/10302)
Updating files: 100% (10302/10302), done.
$$$[end] "git clone --depth 1 https://github.com/ruby/ruby.git trunk-asserts" exit with 0.
$$$[beg] ./autogen.sh
$$$[end] "./autogen.sh" exit with 0.
$$$[beg] autoconf
$$$[end] "autoconf" exit with 0.
$$$[beg] /tmp/ruby/src/trunk-asserts/configure --prefix=/tmp/ruby/install/trunk-asserts --disable-install-doc --enable-shared
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking for gcc... (cached) gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... none needed
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc... /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
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 -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking for -fstack-protector... -fstack-protector-strong
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
configure: WARNING: something wrong with CXXFLAGS=""
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for stdio.h... (cached) yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for 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 off_t... (cached) yes
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for uid_t in sys/types.h... (cached) yes
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for pid_t... (cached) yes
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for working vfork... (cached) yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... no
checking for atan2l... yes
checking for atan2f... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for daemon... (cached) no
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for grantpt... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for 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
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 for thread-local storage sepcifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... yes
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for rustc... rustc
checking whether rustc works for YJIT... yes
checking for prefix of external symbols... NONE
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.3.0+0
configure: creating ./config.status
config.status: creating GNUmakefile
config.status: creating Makefile
---
Configuration summary for ruby version 3.3.0
* Installation prefix: /tmp/ruby/install/trunk-asserts
* exec prefix: ${prefix}
* arch: x86_64-linux
* site arch: ${arch}
* RUBY_BASE_NAME: ruby
* enable shared: yes
* ruby lib prefix: ${libdir}/${RUBY_BASE_NAME}
* site libraries path: ${rubylibprefix}/${sitearch}
* vendor path: ${rubylibprefix}/vendor_ruby
* target OS: linux
* compiler: gcc
* with thread: pthread
* with coroutine: amd64
* enable shared libs: yes
* dynamic library ext: so
* CFLAGS: ${optflags} ${debugflags} ${warnflags}
* LDFLAGS: -L. -fstack-protector-strong -rdynamic \
-Wl,-export-dynamic -Wl,--no-as-needed
* DLDFLAGS: -Wl,--compress-debug-sections=zlib
* optflags: -O3 -fno-fast-math
* debugflags: -ggdb3
* warnflags: -Wall -Wextra -Wdeprecated-declarations \
-Wdiv-by-zero -Wduplicated-cond \
-Wimplicit-function-declaration -Wimplicit-int \
-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]
---
$$$[end] "/tmp/ruby/src/trunk-asserts/configure --prefix=/tmp/ruby/install/trunk-asserts --disable-install-doc --enable-shared" exit with 0.
$$$[beg] make update-unicode DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
Downloading Unicode 15.0.0 data and property files...
downloading 15.0.0/ucd/UnicodeData.txt ... done
downloading 15.0.0/ucd/CompositionExclusions.txt ... done
downloading 15.0.0/ucd/NormalizationTest.txt ... done
downloading 15.0.0/ucd/CaseFolding.txt ... done
downloading 15.0.0/ucd/SpecialCasing.txt ... done
downloading 15.0.0/ucd/Blocks.txt ... done
downloading 15.0.0/ucd/DerivedAge.txt ... done
downloading 15.0.0/ucd/DerivedCoreProperties.txt ... done
downloading 15.0.0/ucd/PropList.txt ... done
downloading 15.0.0/ucd/PropertyAliases.txt ... done
downloading 15.0.0/ucd/PropertyValueAliases.txt ... done
downloading 15.0.0/ucd/Scripts.txt ... done
Downloading Unicode 15.0.0 auxiliary files...
downloading 15.0.0/ucd/auxiliary/GraphemeBreakProperty.txt ... done
downloading 15.0.0/ucd/auxiliary/GraphemeBreakTest.txt ... done
Downloading Unicode UCD emoji 15.0 files...
downloading 15.0.0/ucd/emoji/emoji-data.txt ... done
downloading 15.0.0/ucd/emoji/emoji-variation-sequences.txt ... done
Downloading Unicode emoji 15.0 files...
downloading emoji/15.0/emoji-sequences.txt ... done
downloading emoji/15.0/emoji-test.txt ... done
downloading emoji/15.0/emoji-zwj-sequences.txt ... done
$$$[end] "make update-unicode DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make update-download DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
tool/config.guess already exists
tool/config.sub already exists
Downloading bundled gem minitest-5.18.0...
Downloading bundled gem power_assert-2.0.3...
Downloading bundled gem rake-13.0.6...
Downloading bundled gem test-unit-3.5.9...
Downloading bundled gem rexml-3.2.5...
Downloading bundled gem rss-0.2.9...
Downloading bundled gem net-ftp-0.2.0...
Downloading bundled gem net-imap-0.3.4...
Downloading bundled gem net-pop-0.1.2...
Downloading bundled gem net-smtp-0.3.3...
Downloading bundled gem matrix-0.4.2...
Downloading bundled gem prime-0.1.2...
Downloading bundled gem rbs-3.1.0...
Downloading bundled gem debug-1.8.0...
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts/.bundle/.timestamp
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts/gems/src
Cloning https://github.com/ruby/typeprof
Cloning into '/tmp/ruby/src/trunk-asserts/gems/src/typeprof'...
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-asserts/tool/ifchange /tmp/ruby/src/trunk-asserts/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-asserts/.bundle/.timestamp/typeprof.revision updated
Building typeprof@aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 to /tmp/ruby/src/trunk-asserts/gems/typeprof-0.21.7.gem
Successfully built RubyGem
Name: typeprof
Version: 0.21.7
File: typeprof-0.21.7.gem
$$$[end] "make update-download DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make update-src DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
Already up to date.
Latest commit hash = 2d2893f206
$$$[end] "make update-src DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make after-update DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
generating id.h
id.h updated
generating opt_sc.inc
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating node_name.inc
generating known_errors.inc
known_errors.inc updated
generating vm_call_iseq_optimized.inc
vm_call_iseq_optimized.inc updated
/tmp/ruby/src/trunk-asserts/revision.h updated
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts/enc/jis
+ cp /tmp/ruby/src/trunk-asserts/enc/jis/props.h.blt /tmp/ruby/src/trunk-asserts/enc/jis/props.h
/usr/bin/ruby --disable=gems /tmp/ruby/src/trunk-asserts/tool/gen_dummy_probes.rb /tmp/ruby/src/trunk-asserts/probes.d > probes.dmyh
generating /tmp/ruby/src/trunk-asserts/lib/ruby_vm/rjit/instruction.rb
generating parse.c
copying lex.c
generating enc/trans/newline.c ...
generating id.c
id.c updated
making /tmp/ruby/src/trunk-asserts/ast.rbinc
making /tmp/ruby/src/trunk-asserts/dir.rbinc
making /tmp/ruby/src/trunk-asserts/gc.rbinc
making /tmp/ruby/src/trunk-asserts/numeric.rbinc
making /tmp/ruby/src/trunk-asserts/io.rbinc
making /tmp/ruby/src/trunk-asserts/marshal.rbinc
making /tmp/ruby/src/trunk-asserts/rjit.rbinc
making /tmp/ruby/src/trunk-asserts/rjit_c.rbinc
making /tmp/ruby/src/trunk-asserts/pack.rbinc
making /tmp/ruby/src/trunk-asserts/trace_point.rbinc
making /tmp/ruby/src/trunk-asserts/warning.rbinc
making /tmp/ruby/src/trunk-asserts/array.rbinc
making /tmp/ruby/src/trunk-asserts/kernel.rbinc
making /tmp/ruby/src/trunk-asserts/ractor.rbinc
making /tmp/ruby/src/trunk-asserts/symbol.rbinc
making /tmp/ruby/src/trunk-asserts/timev.rbinc
making /tmp/ruby/src/trunk-asserts/thread_sync.rbinc
making /tmp/ruby/src/trunk-asserts/nilclass.rbinc
making /tmp/ruby/src/trunk-asserts/prelude.rbinc
making /tmp/ruby/src/trunk-asserts/gem_prelude.rbinc
making /tmp/ruby/src/trunk-asserts/yjit.rbinc
/tmp/ruby/src/trunk-asserts/lib/unicode_normalize/tables.rb unchanged
generating /tmp/ruby/src/trunk-asserts/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts/ext/ripper'
extracting ripper.y from ../../parse.y
compiling compiler ripper.y
generating eventids1.c from ../../parse.y
generating eventids2table.c from ./eventids2.c
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts/ext/ripper'
generating /tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof'
generating /tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof/limits.c
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof'
limits.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts/ext/socket'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts/ext/socket'
make[1]: Entering directory '/tmp/ruby/src/trunk-asserts/ext/etc'
generating constant definitions
make[1]: Leaving directory '/tmp/ruby/src/trunk-asserts/ext/etc'
generating miniprelude.c
miniprelude.c updated
generating golf_prelude.c
golf_prelude.c updated
/bin/sh /tmp/ruby/src/trunk-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
generating table from enc/trans/big5.c
generating enc/trans/big5.c ...
generating table from enc/trans/cesu_8.c
generating enc/trans/cesu_8.c ...
generating table from enc/trans/chinese.c
generating enc/trans/chinese.c ...
generating table from enc/trans/ebcdic.c
generating enc/trans/ebcdic.c ...
generating table from enc/trans/emoji.c
generating enc/trans/emoji.c ...
generating table from enc/trans/emoji_iso2022_kddi.c
generating enc/trans/emoji_iso2022_kddi.c ...
generating table from enc/trans/emoji_sjis_docomo.c
generating enc/trans/emoji_sjis_docomo.c ...
generating table from enc/trans/emoji_sjis_kddi.c
generating enc/trans/emoji_sjis_kddi.c ...
generating table from enc/trans/emoji_sjis_softbank.c
generating enc/trans/emoji_sjis_softbank.c ...
generating table from enc/trans/escape.c
generating enc/trans/escape.c ...
generating table from enc/trans/gb18030.c
generating enc/trans/gb18030.c ...
generating table from enc/trans/gbk.c
generating enc/trans/gbk.c ...
generating table from enc/trans/iso2022.c
generating enc/trans/iso2022.c ...
generating table from enc/trans/japanese.c
generating enc/trans/japanese.c ...
generating table from enc/trans/japanese_euc.c
generating enc/trans/japanese_euc.c ...
generating table from enc/trans/japanese_sjis.c
generating enc/trans/japanese_sjis.c ...
generating table from enc/trans/korean.c
generating enc/trans/korean.c ...
generating table from enc/trans/single_byte.c
generating enc/trans/single_byte.c ...
generating table from enc/trans/utf8_mac.c
generating enc/trans/utf8_mac.c ...
generating table from enc/trans/utf_16_32.c
generating enc/trans/utf_16_32.c ...
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-asserts/tool/ifchange /tmp/ruby/src/trunk-asserts/.bundle/.timestamp/typeprof.revision -
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
/tmp/ruby/src/trunk-asserts/.bundle/.timestamp/typeprof.revision unchanged
/usr/bin/mkdir -p /tmp/ruby/src/trunk-asserts/.bundle/gems
Extracting bundle gem minitest-5.18.0...
Unpacked gems/minitest-5.18.0.gem
Extracting bundle gem power_assert-2.0.3...
Unpacked gems/power_assert-2.0.3.gem
Extracting bundle gem rake-13.0.6...
Unpacked gems/rake-13.0.6.gem
Extracting bundle gem test-unit-3.5.9...
Unpacked gems/test-unit-3.5.9.gem
Extracting bundle gem rexml-3.2.5...
Unpacked gems/rexml-3.2.5.gem
Extracting bundle gem rss-0.2.9...
Unpacked gems/rss-0.2.9.gem
Extracting bundle gem net-ftp-0.2.0...
Unpacked gems/net-ftp-0.2.0.gem
Extracting bundle gem net-imap-0.3.4...
Unpacked gems/net-imap-0.3.4.gem
Extracting bundle gem net-pop-0.1.2...
Unpacked gems/net-pop-0.1.2.gem
Extracting bundle gem net-smtp-0.3.3...
Unpacked gems/net-smtp-0.3.3.gem
Extracting bundle gem matrix-0.4.2...
Unpacked gems/matrix-0.4.2.gem
Extracting bundle gem prime-0.1.2...
Unpacked gems/prime-0.1.2.gem
Extracting bundle gem rbs-3.1.0...
Unpacked gems/rbs-3.1.0.gem
Extracting bundle gem debug-1.8.0...
Unpacked gems/debug-1.8.0.gem
Extracting bundle gem typeprof-0.21.7...
Unpacked gems/typeprof-0.21.7.gem
$$$[end] "make after-update DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts/include -I/tmp/ruby/src/trunk-asserts -I/tmp/ruby/src/trunk-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts/yjit/target/release/' /tmp/ruby/src/trunk-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-asserts/main.c
compiling /tmp/ruby/src/trunk-asserts/dmydln.c
compiling /tmp/ruby/src/trunk-asserts/miniinit.c
compiling /tmp/ruby/src/trunk-asserts/dmyext.c
making dummy probes.h
compiling /tmp/ruby/src/trunk-asserts/array.c
compiling /tmp/ruby/src/trunk-asserts/ast.c
compiling /tmp/ruby/src/trunk-asserts/bignum.c
compiling /tmp/ruby/src/trunk-asserts/class.c
compiling /tmp/ruby/src/trunk-asserts/compar.c
compiling /tmp/ruby/src/trunk-asserts/compile.c
compiling /tmp/ruby/src/trunk-asserts/complex.c
compiling /tmp/ruby/src/trunk-asserts/cont.c
compiling /tmp/ruby/src/trunk-asserts/debug.c
compiling /tmp/ruby/src/trunk-asserts/debug_counter.c
compiling /tmp/ruby/src/trunk-asserts/dir.c
compiling /tmp/ruby/src/trunk-asserts/dln_find.c
compiling /tmp/ruby/src/trunk-asserts/encoding.c
compiling /tmp/ruby/src/trunk-asserts/enum.c
compiling /tmp/ruby/src/trunk-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-asserts/error.c
compiling /tmp/ruby/src/trunk-asserts/eval.c
compiling /tmp/ruby/src/trunk-asserts/file.c
compiling /tmp/ruby/src/trunk-asserts/gc.c
compiling /tmp/ruby/src/trunk-asserts/hash.c
compiling /tmp/ruby/src/trunk-asserts/inits.c
compiling /tmp/ruby/src/trunk-asserts/io.c
compiling /tmp/ruby/src/trunk-asserts/io_buffer.c
compiling /tmp/ruby/src/trunk-asserts/iseq.c
compiling /tmp/ruby/src/trunk-asserts/load.c
compiling /tmp/ruby/src/trunk-asserts/marshal.c
compiling /tmp/ruby/src/trunk-asserts/math.c
compiling /tmp/ruby/src/trunk-asserts/memory_view.c
compiling /tmp/ruby/src/trunk-asserts/rjit.c
compiling /tmp/ruby/src/trunk-asserts/rjit_c.c
compiling /tmp/ruby/src/trunk-asserts/node.c
compiling /tmp/ruby/src/trunk-asserts/numeric.c
compiling /tmp/ruby/src/trunk-asserts/object.c
compiling /tmp/ruby/src/trunk-asserts/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-asserts/proc.c
compiling /tmp/ruby/src/trunk-asserts/process.c
compiling /tmp/ruby/src/trunk-asserts/ractor.c
compiling /tmp/ruby/src/trunk-asserts/random.c
compiling /tmp/ruby/src/trunk-asserts/range.c
compiling /tmp/ruby/src/trunk-asserts/rational.c
compiling /tmp/ruby/src/trunk-asserts/re.c
compiling /tmp/ruby/src/trunk-asserts/regcomp.c
compiling /tmp/ruby/src/trunk-asserts/regenc.c
compiling /tmp/ruby/src/trunk-asserts/regerror.c
compiling /tmp/ruby/src/trunk-asserts/regexec.c
compiling /tmp/ruby/src/trunk-asserts/regparse.c
compiling /tmp/ruby/src/trunk-asserts/regsyntax.c
compiling /tmp/ruby/src/trunk-asserts/ruby.c
compiling /tmp/ruby/src/trunk-asserts/scheduler.c
compiling /tmp/ruby/src/trunk-asserts/shape.c
compiling /tmp/ruby/src/trunk-asserts/signal.c
compiling /tmp/ruby/src/trunk-asserts/sprintf.c
compiling /tmp/ruby/src/trunk-asserts/st.c
compiling /tmp/ruby/src/trunk-asserts/strftime.c
compiling /tmp/ruby/src/trunk-asserts/string.c
compiling /tmp/ruby/src/trunk-asserts/struct.c
compiling /tmp/ruby/src/trunk-asserts/symbol.c
compiling /tmp/ruby/src/trunk-asserts/thread.c
compiling /tmp/ruby/src/trunk-asserts/time.c
compiling /tmp/ruby/src/trunk-asserts/transcode.c
compiling /tmp/ruby/src/trunk-asserts/transient_heap.c
compiling /tmp/ruby/src/trunk-asserts/util.c
compiling /tmp/ruby/src/trunk-asserts/variable.c
compiling /tmp/ruby/src/trunk-asserts/version.c
compiling /tmp/ruby/src/trunk-asserts/vm.c
compiling /tmp/ruby/src/trunk-asserts/vm_backtrace.c
compiling /tmp/ruby/src/trunk-asserts/vm_dump.c
compiling /tmp/ruby/src/trunk-asserts/vm_sync.c
compiling /tmp/ruby/src/trunk-asserts/vm_trace.c
compiling /tmp/ruby/src/trunk-asserts/weakmap.c
compiling /tmp/ruby/src/trunk-asserts/yjit.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
assembling /tmp/ruby/src/trunk-asserts/coroutine/amd64/Context.S
compiling /tmp/ruby/src/trunk-asserts/enc/ascii.c
compiling /tmp/ruby/src/trunk-asserts/enc/us_ascii.c
compiling /tmp/ruby/src/trunk-asserts/enc/unicode.c
compiling /tmp/ruby/src/trunk-asserts/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk-asserts/missing/setproctitle.c
compiling /tmp/ruby/src/trunk-asserts/missing/strlcat.c
compiling /tmp/ruby/src/trunk-asserts/missing/strlcpy.c
compiling /tmp/ruby/src/trunk-asserts/addr2line.c
compiling /tmp/ruby/src/trunk-asserts/dmyenc.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make ruby DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts/include -I/tmp/ruby/src/trunk-asserts -I/tmp/ruby/src/trunk-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts/yjit/target/release/' /tmp/ruby/src/trunk-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-asserts/dln.c
compiling /tmp/ruby/src/trunk-asserts/localeinit.c
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-asserts/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make all DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts/include -I/tmp/ruby/src/trunk-asserts -I/tmp/ruby/src/trunk-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts/yjit/target/release/' /tmp/ruby/src/trunk-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating encdb.h
encdb.h updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
configuring -test-/RUBY_ALIGNOF
configuring -test-/abi
configuring -test-/arith_seq/beg_len_step
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/bignum
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/econv
configuring -test-/enumerator_kw
configuring -test-/eval
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread/instrumentation
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
configuring bigdecimal
configuring cgi/escape
configuring continuation
configuring coverage
configuring date
configuring digest
configuring digest/bubblebabble
configuring digest/md5
configuring digest/rmd160
configuring digest/sha1
configuring digest/sha2
configuring erb/escape
configuring etc
configuring fcntl
configuring fiddle
configuring io/console
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
configuring monitor
configuring nkf
configuring objspace
configuring openssl
configuring pathname
configuring psych
configuring pty
configuring racc/cparse
configuring rbconfig/sizeof
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring zlib
configuring debug-1.8.0/ext/debug
configuring rbs-3.1.0/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
generating makefile exts.mk
exts.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/RUBY_ALIGNOF/c.c
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/abi'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/abi/abi.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/abi'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/array/resize/resize.c
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/array/resize'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bignum/bigzero.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bignum/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bignum/intpack.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bignum/str2big.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bug-14834/bug-14384.c
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug-5832'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bug-5832/bug.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/bug_reporter/bug_reporter.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/class'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/class/init.c
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/debug'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/debug/inspector.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/debug/profile_frames.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/dln/empty/empty.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/econv'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/econv/append.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/econv/init.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/econv'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/eval'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/eval/eval.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/eval'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/exception'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/exception/dataerror.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/exception/enc_raise.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/exception/init.c
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/fatal/rb_fatal.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/file'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/file/stat.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/float'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/float/nextafter.c
linking shared-object -test-/float.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/funcall/funcall.c
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/hash'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/hash/delete.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/hash/init.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/integer'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/integer/core_ext.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/integer/my_integer.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/iter'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/iter/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/iter/yield.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/method'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/method/arity.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/method/init.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/notimplement/bug.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/num2int/num2int.c
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/printf'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/printf/printf.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/proc'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/proc/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/proc/receiver.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/proc/super.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/random'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/random/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/random/loop.c
linking shared-object -test-/random.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/rational'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/rational/rat.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/recursion/recursion.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/regexp/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/scan_args.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/st/foreach/foreach.c
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/st/update/update.c
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/string'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/capacity.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/enc_dummy.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/fstring.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/normalize.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/string/set_len.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/struct'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/struct/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/struct/member.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/symbol/type.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread_fd.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/time'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/time/new.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/tracepoint/tracepoint.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/vm'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/vm/at_exit.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/-test-/wait'
compiling /tmp/ruby/src/trunk-asserts/ext/-test-/wait/wait.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-asserts/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/src/trunk-asserts/ext/bigdecimal/missing.c
linking shared-object bigdecimal.so
installing default bigdecimal libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/cgi/escape'
compiling /tmp/ruby/src/trunk-asserts/ext/cgi/escape/escape.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/continuation'
compiling /tmp/ruby/src/trunk-asserts/ext/continuation/continuation.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/coverage'
compiling /tmp/ruby/src/trunk-asserts/ext/coverage/coverage.c
linking shared-object coverage.so
installing default coverage libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/date'
compiling /tmp/ruby/src/trunk-asserts/ext/date/date_core.c
compiling /tmp/ruby/src/trunk-asserts/ext/date/date_parse.c
compiling /tmp/ruby/src/trunk-asserts/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk-asserts/ext/date/date_strptime.c
linking shared-object date_core.so
installing default date_core libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest'
compiling /tmp/ruby/src/trunk-asserts/ext/digest/digest.c
linking shared-object digest.so
installing digest libraries
installing default digest libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk-asserts/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest/md5'
compiling /tmp/ruby/src/trunk-asserts/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk-asserts/ext/digest/md5/md5.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk-asserts/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk-asserts/ext/digest/rmd160/rmd160.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest/sha1'
compiling /tmp/ruby/src/trunk-asserts/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk-asserts/ext/digest/sha1/sha1.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-asserts/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk-asserts/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
installing default sha2 libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/erb/escape'
compiling /tmp/ruby/src/trunk-asserts/ext/erb/escape/escape.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/erb/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/etc'
compiling /tmp/ruby/src/trunk-asserts/ext/etc/etc.c
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/fcntl'
compiling /tmp/ruby/src/trunk-asserts/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/fiddle'
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/closure.c
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/fiddle.c
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/function.c
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/handle.c
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk-asserts/ext/fiddle/pointer.c
linking shared-object fiddle.so
installing default fiddle libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/io/console'
compiling /tmp/ruby/src/trunk-asserts/ext/io/console/console.c
linking shared-object io/console.so
installing default console libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/io/nonblock'
compiling /tmp/ruby/src/trunk-asserts/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/io/wait'
compiling /tmp/ruby/src/trunk-asserts/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/json'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/json/generator'
compiling /tmp/ruby/src/trunk-asserts/ext/json/generator/generator.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/json/parser'
compiling /tmp/ruby/src/trunk-asserts/ext/json/parser/parser.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/json/parser'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/monitor'
compiling /tmp/ruby/src/trunk-asserts/ext/monitor/monitor.c
linking shared-object monitor.so
installing default monitor libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/nkf'
compiling /tmp/ruby/src/trunk-asserts/ext/nkf/nkf.c
linking shared-object nkf.so
installing default nkf libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/objspace'
compiling /tmp/ruby/src/trunk-asserts/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-asserts/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-asserts/ext/objspace/objspace_dump.c
linking shared-object objspace.so
installing default objspace libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/openssl'
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/openssl_missing.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-asserts/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
installing default openssl libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/pathname'
compiling /tmp/ruby/src/trunk-asserts/ext/pathname/pathname.c
linking shared-object pathname.so
installing default pathname libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/psych'
compiling /tmp/ruby/src/trunk-asserts/ext/psych/psych.c
compiling /tmp/ruby/src/trunk-asserts/ext/psych/psych_emitter.c
compiling /tmp/ruby/src/trunk-asserts/ext/psych/psych_parser.c
compiling /tmp/ruby/src/trunk-asserts/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk-asserts/ext/psych/psych_yaml_tree.c
linking shared-object psych.so
installing default psych libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/pty'
compiling /tmp/ruby/src/trunk-asserts/ext/pty/pty.c
linking shared-object pty.so
installing default pty libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-asserts/ext/racc/cparse/cparse.c
linking shared-object racc/cparse.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk-asserts/ext/rbconfig/sizeof/limits.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-asserts/ext/ripper/ripper.c
linking shared-object ripper.so
installing default ripper libraries
checking /tmp/ruby/src/trunk-asserts/parse.y and /tmp/ruby/src/trunk-asserts/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/rubyvm'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/socket'
compiling /tmp/ruby/src/trunk-asserts/ext/socket/init.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/option.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-asserts/ext/socket/ifaddr.c
linking shared-object socket.so
installing default socket libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/stringio'
compiling /tmp/ruby/src/trunk-asserts/ext/stringio/stringio.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/strscan'
compiling /tmp/ruby/src/trunk-asserts/ext/strscan/strscan.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/syslog'
compiling /tmp/ruby/src/trunk-asserts/ext/syslog/syslog.c
linking shared-object syslog.so
installing default syslog libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/zlib'
compiling /tmp/ruby/src/trunk-asserts/ext/zlib/zlib.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/debug-1.8.0/ext/debug'
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/debug-1.8.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/debug-1.8.0/ext/debug/iseq_collector.c
linking shared-object debug/debug.so
ln -sfT ../../../../../src/trunk-asserts/.bundle/gems/debug-1.8.0/lib ../../../../../.bundle/gems/debug-1.8.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/constants.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/ruby_objs.c
compiling /tmp/ruby/src/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
ln -sfT ../../../../../src/trunk-asserts/.bundle/gems/rbs-3.1.0/lib ../../../../../.bundle/gems/rbs-3.1.0/lib
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
compiling /tmp/ruby/src/trunk-asserts/enc/encdb.c
linking encoding encdb.so
compiling /tmp/ruby/src/trunk-asserts/enc/big5.c
linking encoding big5.so
compiling /tmp/ruby/src/trunk-asserts/enc/cesu_8.c
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk-asserts/enc/cp949.c
linking encoding cp949.so
compiling /tmp/ruby/src/trunk-asserts/enc/emacs_mule.c
linking encoding emacs_mule.so
compiling /tmp/ruby/src/trunk-asserts/enc/euc_jp.c
linking encoding euc_jp.so
compiling /tmp/ruby/src/trunk-asserts/enc/euc_kr.c
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk-asserts/enc/euc_tw.c
linking encoding euc_tw.so
compiling /tmp/ruby/src/trunk-asserts/enc/gb2312.c
linking encoding gb2312.so
compiling /tmp/ruby/src/trunk-asserts/enc/gb18030.c
linking encoding gb18030.so
compiling /tmp/ruby/src/trunk-asserts/enc/gbk.c
linking encoding gbk.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_1.c
linking encoding iso_8859_1.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_2.c
linking encoding iso_8859_2.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_3.c
linking encoding iso_8859_3.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_4.c
linking encoding iso_8859_4.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_5.c
linking encoding iso_8859_5.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_6.c
linking encoding iso_8859_6.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_7.c
linking encoding iso_8859_7.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_8.c
linking encoding iso_8859_8.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_9.c
linking encoding iso_8859_9.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_10.c
linking encoding iso_8859_10.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_11.c
linking encoding iso_8859_11.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_13.c
linking encoding iso_8859_13.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_14.c
linking encoding iso_8859_14.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_15.c
linking encoding iso_8859_15.so
compiling /tmp/ruby/src/trunk-asserts/enc/iso_8859_16.c
linking encoding iso_8859_16.so
compiling /tmp/ruby/src/trunk-asserts/enc/koi8_r.c
linking encoding koi8_r.so
compiling /tmp/ruby/src/trunk-asserts/enc/koi8_u.c
linking encoding koi8_u.so
compiling /tmp/ruby/src/trunk-asserts/enc/shift_jis.c
linking encoding shift_jis.so
compiling /tmp/ruby/src/trunk-asserts/enc/utf_16be.c
linking encoding utf_16be.so
compiling /tmp/ruby/src/trunk-asserts/enc/utf_16le.c
linking encoding utf_16le.so
compiling /tmp/ruby/src/trunk-asserts/enc/utf_32be.c
linking encoding utf_32be.so
compiling /tmp/ruby/src/trunk-asserts/enc/utf_32le.c
linking encoding utf_32le.so
compiling /tmp/ruby/src/trunk-asserts/enc/windows_31j.c
linking encoding windows_31j.so
compiling /tmp/ruby/src/trunk-asserts/enc/windows_1250.c
linking encoding windows_1250.so
compiling /tmp/ruby/src/trunk-asserts/enc/windows_1251.c
linking encoding windows_1251.so
compiling /tmp/ruby/src/trunk-asserts/enc/windows_1252.c
linking encoding windows_1252.so
compiling /tmp/ruby/src/trunk-asserts/enc/windows_1253.c
linking encoding windows_1253.so
compiling /tmp/ruby/src/trunk-asserts/enc/windows_1254.c
linking encoding windows_1254.so
compiling /tmp/ruby/src/trunk-asserts/enc/windows_1257.c
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
compiling /tmp/ruby/src/trunk-asserts/enc/trans/transdb.c
linking transcoder transdb.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/big5.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/big5.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/big5.c
linking transcoder big5.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/cesu_8.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/cesu_8.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/cesu_8.c
linking transcoder cesu_8.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/chinese.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/chinese.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/chinese.c
linking transcoder chinese.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/ebcdic.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/ebcdic.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/ebcdic.c
linking transcoder ebcdic.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/emoji.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/emoji.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/emoji.c
linking transcoder emoji.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/emoji_iso2022_kddi.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/emoji_iso2022_kddi.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/emoji_iso2022_kddi.c
linking transcoder emoji_iso2022_kddi.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_docomo.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_docomo.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_docomo.c
linking transcoder emoji_sjis_docomo.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_kddi.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_kddi.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_kddi.c
linking transcoder emoji_sjis_kddi.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_softbank.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_softbank.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/emoji_sjis_softbank.c
linking transcoder emoji_sjis_softbank.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/escape.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/escape.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/escape.c
linking transcoder escape.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/gb18030.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/gb18030.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/gb18030.c
linking transcoder gb18030.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/gbk.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/gbk.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/gbk.c
linking transcoder gbk.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/iso2022.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/iso2022.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/iso2022.c
linking transcoder iso2022.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/japanese.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/japanese.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/japanese.c
linking transcoder japanese.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/japanese_euc.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/japanese_euc.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/japanese_euc.c
linking transcoder japanese_euc.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/japanese_sjis.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/japanese_sjis.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/japanese_sjis.c
linking transcoder japanese_sjis.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/korean.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/korean.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/korean.c
linking transcoder korean.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/single_byte.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/single_byte.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/single_byte.c
linking transcoder single_byte.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/utf8_mac.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/utf8_mac.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/utf8_mac.c
linking transcoder utf8_mac.so
generating table from /tmp/ruby/src/trunk-asserts/enc/trans/utf_16_32.c
generating /tmp/ruby/src/trunk-asserts/enc/trans/utf_16_32.c ...
compiling /tmp/ruby/src/trunk-asserts/enc/trans/utf_16_32.c
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
$$$[end] "make all DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make install DEFS="-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline"
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-asserts/tool/ifchange /tmp/ruby/src/trunk-asserts/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-asserts/.bundle/.timestamp/typeprof.revision unchanged
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts/include -I/tmp/ruby/src/trunk-asserts -I/tmp/ruby/src/trunk-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts/yjit/target/release/' /tmp/ruby/src/trunk-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
generating transdb.h
transdb.h updated
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
compiling /tmp/ruby/src/trunk-asserts/enc/trans/transdb.c
linking transcoder transdb.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-asserts'
./miniruby -I/tmp/ruby/src/trunk-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRGENGC_CHECK_MODE=2\ -DRUBY_DEBUG=1\ -fno-inline" --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-asserts/bin
installing base libraries: /tmp/ruby/install/trunk-asserts/lib
installing arch files: /tmp/ruby/install/trunk-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-asserts/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-asserts/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-asserts/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-asserts/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-asserts/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-asserts/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-asserts/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-asserts/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-asserts/bin
installing library scripts: /tmp/ruby/install/trunk-asserts/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-asserts/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-asserts/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-asserts/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.1
find 0.1.1
forwardable 1.3.3
getoptlong 0.2.0
ipaddr 1.2.5
irb 1.6.4
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.4
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.1.0
tempfile 0.1.3
time 0.2.2
timeout 0.3.2
tmpdir 0.1.3
tsort 0.1.1
un 0.2.1
uri 0.12.1
weakref 0.1.2
yaml 0.2.1
installing default gems from ext: /tmp/ruby/install/trunk-asserts/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.3
openssl 3.1.0
pathname 0.2.1
psych 5.1.0
stringio 3.0.7
strscan 3.0.7
syslog 0.1.1
zlib 3.0.0
installing bundled gems: /tmp/ruby/install/trunk-asserts/lib/ruby/gems/3.3.0+0
minitest 5.18.0
power_assert 2.0.3
rake 13.0.6
test-unit 3.5.9
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.1.0
typeprof 0.21.7
debug 1.8.0
installing bundled gem cache: /tmp/ruby/install/trunk-asserts/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install DEFS=\"-DRGENGC_CHECK_MODE=2 -DRUBY_DEBUG=1 -fno-inline\"" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1838 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -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 -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-asserts/include -I/tmp/ruby/src/trunk-asserts -I/tmp/ruby/src/trunk-asserts/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-asserts/yjit/target/release/' /tmp/ruby/src/trunk-asserts/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-asserts/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
Run options:
--seed=16477
"--ruby=./miniruby -I/tmp/ruby/src/trunk-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-asserts/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-asserts/test/excludes
--name=!/memory_leak/
--stderr-on-failure
-j4
# Running tests:
running file: /tmp/ruby/src/trunk-asserts/test/mkmf/test_constant.rb
A test worker crashed. It might be an interpreter bug or
a bug in test/unit/parallel.rb. Try again without the -j
option.
make: *** [uncommon.mk:831: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS='-j4'
$ /tmp/ruby/build/trunk-asserts/miniruby -I/tmp/ruby/src/trunk-asserts/lib /tmp/ruby/src/trunk-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-asserts --extout=.ext -- /tmp/ruby/src/trunk-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-asserts/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-06-01T20:10:13Z master 2d2893f206) [x86_64-linux]
..................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 1424.859499 seconds
3874 files, 31950 examples, 137816 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-asserts/ruby -c /tmp/cores/core.1001.810067.ruby -x gdbscript
[New LWP 810067]
[New LWP 813365]
[New LWP 810078]
[New LWP 810077]
[New LWP 813376]
[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/src/trunk-asserts/tool/lib/test/unit/parallel.rb: TestMkmfTryConstant'.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140100252953600) at ./nptl/pthread_kill.c:44
[Current thread is 1 (Thread 0x7f6ba1cf6c00 (LWP 810067))]
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f6ba1cf6c00 (LWP 810067) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140100252953600) at ./nptl/pthread_kill.c:44
2 Thread 0x7f6b9d4ed640 (LWP 813365) __futex_abstimed_wait_common64 (private=160, cancel=true, abstime=0x7f6b9d4ecce0, op=137, expected=0, futex_word=0x7f6b9d4ecd68) at ./nptl/futex-internal.c:57
3 Thread 0x7f6b9d72f640 (LWP 810078) 0x00007f6ba1e30e7e in __ppoll (fds=fds@entry=0x7f6b9d62e808, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
4 Thread 0x7f6b9e006640 (LWP 810077) 0x00007f6ba1e30d7f in __GI___poll (fds=fds@entry=0x7f6b9df05640, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
5 Thread 0x7f6b9d60e640 (LWP 813376) __futex_abstimed_wait_common64 (private=-1655644752, cancel=true, abstime=0x7f6b9d60dce0, op=137, expected=0, futex_word=0x7f6b9d60dd68) at ./nptl/futex-internal.c:57
>>> Machine level backtrace
Thread 5 (Thread 0x7f6b9d60e640 (LWP 813376)):
#0 __futex_abstimed_wait_common64 (private=-1655644752, cancel=true, abstime=0x7f6b9d60dce0, op=137, expected=0, futex_word=0x7f6b9d60dd68) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=-1655644752, abstime=0x7f6b9d60dce0, clockid=0, expected=0, futex_word=0x7f6b9d60dd68) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 256
op = 137
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7f6b9d60dd68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f6b9d60dce0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3 0x00007f6ba1dabf1b in __pthread_cond_wait_common (abstime=0x7f6b9d60dce0, clockid=1, mutex=0x7f6ba260bc20 <thread_cache_lock>, cond=0x7f6b9d60dd40) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x7f6ba1dab7a0 <__condvar_cleanup_waiting>, __arg = 0x7f6b9d60dc70, __canceltype = 926318936, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f6b9d60dd40, mutex = 0x7f6ba260bc20 <thread_cache_lock>, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 0
seq = 0
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_timedwait64 (cond=cond@entry=0x7f6b9d60dd40, mutex=mutex@entry=0x7f6ba260bc20 <thread_cache_lock>, abstime=abstime@entry=0x7f6b9d60dce0) at ./nptl/pthread_cond_wait.c:652
flags = <optimized out>
clockid = 1
#5 0x00007f6ba230b199 in native_cond_timedwait (cond=cond@entry=0x7f6b9d60dd40, mutex=mutex@entry=0x7f6ba260bc20 <thread_cache_lock>, abs=abs@entry=0x7f6b9d60dd38) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:211
r = <optimized out>
ts = {tv_sec = 812461, tv_nsec = 384638279}
#6 0x00007f6ba230e2a5 in register_cached_thread_and_wait (altstack=altstack@entry=0x55e83949a9c0) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:1175
end = 812461384638279
entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140100178601536, th = 0x0, altstack = 0x55e83949a9c0, node = {next = 0x7f6b9d4ecd88, prev = 0x7f6ba25fbce0 <cached_thread_head>}}
#7 0x00007f6ba23110a0 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:1120
th = 0x55e839470d50
altstack = 0x55e83949a9c0
#8 0x00007f6ba1dacb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140730816178576, -2855559135215680828, 140100178601536, 22, 140100253698128, 140730816178928, 2776538272901956292, 2776547979112940228}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#9 0x00007f6ba1e3dbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 4 (Thread 0x7f6b9e006640 (LWP 810077)):
#0 0x00007f6ba1e30d7f in __GI___poll (fds=fds@entry=0x7f6b9df05640, nfds=nfds@entry=1, timeout=-1) at ../sysdeps/unix/sysv/linux/poll.c:29
sc_ret = -516
sc_cancel_oldtype = 0
sc_ret = <optimized out>
#1 0x00007f6ba220947d in poll (__timeout=<optimized out>, __nfds=1, __fds=0x7f6b9df05640) at /usr/include/x86_64-linux-gnu/bits/poll2.h:39
No locals.
#2 nogvl_wait_for (th=<optimized out>, fptr=0x55e8394c4970, events=<optimized out>, timeout=0x0) at /tmp/ruby/src/trunk-asserts/io.c:12514
scheduler = <optimized out>
fd = <optimized out>
fds = {fd = 7, events = 1, revents = 0}
timeout_milliseconds = <optimized out>
#3 0x00007f6ba22094f3 in io_internal_wait (thread=<optimized out>, fptr=<optimized out>, error=11, events=<optimized out>, timeout=<optimized out>) at /tmp/ruby/src/trunk-asserts/io.c:1144
ready = <optimized out>
#4 0x00007f6ba2209b36 in internal_read_func (ptr=ptr@entry=0x7f6b9df05900) at /tmp/ruby/src/trunk-asserts/io.c:1175
iis = 0x7f6b9df05900
result = -1
retry = <optimized out>
#5 0x00007f6ba23121d6 in rb_thread_io_blocking_region (func=0x7f6ba2209ac0 <internal_read_func>, data1=0x7f6b9df05900, fd=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread.c:1715
__region = {prev_status = THREAD_RUNNABLE}
_ec = 0x55e839582930
_tag = {tag = 36, retval = 140100088365200, buf = {0x7f6b9df058f8, 0x7f6ba2312268 <rb_thread_io_blocking_region+664>, 0x0, 0x7f6b9df056d0, 0x0}, prev = 0x7f6b9df05850, state = RUBY_TAG_NONE, lock_rec = 0}
val = 36
ec = 0x55e839582930
saved_errno = 0
state = <optimized out>
waiting_fd = {wfd_node = {next = 0x55e8371fcbf8, prev = 0x55e8371fcbf8}, th = 0x55e838b092a0, fd = 7, busy = 0x0}
#6 0x00007f6ba21dd53e in rb_ensure (b_proc=b_proc@entry=0x7f6ba2209a60 <io_read_memory_call>, data1=data1@entry=140100188002560, e_proc=e_proc@entry=0x7f6ba22e7ee0 <rb_str_unlocktmp>, data2=<optimized out>) at /tmp/ruby/src/trunk-asserts/eval.c:1009
_ec = 0x55e839582930
_tag = {tag = 36, retval = 140100258285022, buf = {0x7f6b9df058f8, 0x7f6ba21dd5f0 <rb_ensure+432>, 0x0, 0x7f6b9df057f0, 0x7f6ba22e4e58 <RB_SPECIAL_CONST_P+8>}, prev = 0x7f6b9df05b60, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x55e839582930
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f6ba22e7ee0 <rb_str_unlocktmp>, data2 = 140100170457360}}
#7 0x00007f6ba22f8011 in rb_str_locktmp_ensure (str=<optimized out>, func=func@entry=0x7f6ba2209a60 <io_read_memory_call>, arg=arg@entry=140100188002560) at /tmp/ruby/src/trunk-asserts/string.c:2965
No locals.
#8 0x00007f6ba220baaf in io_read_memory_locktmp (str=<optimized out>, iis=iis@entry=0x7f6b9df05900) at /tmp/ruby/src/trunk-asserts/io.c:3405
No locals.
#9 0x00007f6ba221c2ef in io_getpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>, no_exception=no_exception@entry=4, nonblock=nonblock@entry=0) at /tmp/ruby/src/trunk-asserts/io.c:3451
fptr = 0x55e8394c4970
length = <optimized out>
str = 140100170457360
n = <optimized out>
len = 1024
iis = {th = 140100168474000, fptr = 0x55e8394c4970, nonblock = 0, fd = 7, buf = 0x7f6b980290f0, capa = 1024, timeout = 0x0}
shrinkable = 1
again = <optimized out>
__func__ = "io_getpartial"
#10 0x00007f6ba221c735 in io_readpartial (argc=<optimized out>, argv=<optimized out>, io=<optimized out>) at /tmp/ruby/src/trunk-asserts/io.c:3571
ret = <optimized out>
#11 0x00007f6ba23441e6 in vm_call_cfunc_with_frame_ (ec=0x55e839582930, reg_cfp=0x7f6b9e005c60, calling=<optimized out>, argc=1, argv=0x7f6b9df05d20, stack_bottom=0x7f6b9df05d18) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:3437
ci = 0x408100100003
cc = <optimized out>
val = <optimized out>
me = 0x7f6ba1b95960
cfunc = 0x55e837267ab8
recv = 140100168474336
block_handler = 0
frame_type = 1431634051
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#12 0x00007f6ba234f048 in vm_sendish (ec=0x55e839582930, reg_cfp=0x7f6b9e005c60, cd=0x55e837392d30, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:5491
val = 36
ci = 0x408100100003
cc = 0x7f6b9c18c030
argc = <optimized out>
recv = <optimized out>
calling = {ci = 0x408100100003, cc = 0x7f6b9c18c030, block_handler = 0, recv = 140100168474336, argc = 1, kw_splat = false, heap_argv = 0}
#13 0x00007f6ba2350115 in vm_exec_core (ec=0x7f6b9df05640, initial=1) at ../../src/trunk-asserts/insns.def:835
bh = <optimized out>
cd = 0x55e837392d30
leaf = <optimized out>
val = 0
canary = 0x55e837390f50
reg_pc = 0x55e837390f50
reg_cfp = 0x7f6b9e005c60
insns_address_table = {0x7f6ba235162d <vm_exec_core+5613>, 0x7f6ba235152f <vm_exec_core+5359>, 0x7f6ba2351470 <vm_exec_core+5168>, 0x7f6ba235133a <vm_exec_core+4858>, 0x7f6ba235125c <vm_exec_core+4636>, 0x7f6ba2351121 <vm_exec_core+4321>, 0x7f6ba2353707 <vm_exec_core+14023>, 0x7f6ba2353654 <vm_exec_core+13844>, 0x7f6ba2353556 <vm_exec_core+13590>, 0x7f6ba235349d <vm_exec_core+13405>, 0x7f6ba2353a20 <vm_exec_core+14816>, 0x7f6ba2353814 <vm_exec_core+14292>, 0x7f6ba23538d5 <vm_exec_core+14485>, 0x7f6ba235303b <vm_exec_core+12283>, 0x7f6ba235333b <vm_exec_core+13051>, 0x7f6ba2353258 <vm_exec_core+12824>, 0x7f6ba23533ff <vm_exec_core+13247>, 0x7f6ba2352e92 <vm_exec_core+11858>, 0x7f6ba2352dc4 <vm_exec_core+11652>, 0x7f6ba2352d27 <vm_exec_core+11495>, 0x7f6ba2352c3c <vm_exec_core+11260>, 0x7f6ba2352b54 <vm_exec_core+11028>, 0x7f6ba2354092 <vm_exec_core+16466>, 0x7f6ba2353fa0 <vm_exec_core+16224>, 0x7f6ba2354193 <vm_exec_core+16723>, 0x7f6ba2353b1d <vm_exec_core+15069>, 0x7f6ba235448d <vm_exec_core+17485>, 0x7f6ba2353d01 <vm_exec_core+15553>, 0x7f6ba23543aa <vm_exec_core+17258>, 0x7f6ba2352f58 <vm_exec_core+12056>, 0x7f6ba2353f18 <vm_exec_core+16088>, 0x7f6ba2353e26 <vm_exec_core+15846>, 0x7f6ba23542be <vm_exec_core+17022>, 0x7f6ba2353145 <vm_exec_core+12549>, 0x7f6ba2353bfb <vm_exec_core+15291>, 0x7f6ba235109c <vm_exec_core+4188>, 0x7f6ba2350fa5 <vm_exec_core+3941>, 0x7f6ba2350efd <vm_exec_core+3773>, 0x7f6ba2350b2c <vm_exec_core+2796>, 0x7f6ba23509fc <vm_exec_core+2492>, 0x7f6ba2350c02 <vm_exec_core+3010>, 0x7f6ba23507e5 <vm_exec_core+1957>, 0x7f6ba2350e9f <vm_exec_core+3679>, 0x7f6ba23508da <vm_exec_core+2202>, 0x7f6ba2350ce8 <vm_exec_core+3240>, 0x7f6ba23506e1 <vm_exec_core+1697>, 0x7f6ba23505e7 <vm_exec_core+1447>, 0x7f6ba23504f0 <vm_exec_core+1200>, 0x7f6ba23503dd <vm_exec_core+925>, 0x7f6ba235033a <vm_exec_core+762>, 0x7f6ba2350289 <vm_exec_core+585>, 0x7f6ba2350180 <vm_exec_core+320>, 0x7f6ba2350098 <vm_exec_core+88>, 0x7f6ba2352557 <vm_exec_core+9495>, 0x7f6ba2352457 <vm_exec_core+9239>, 0x7f6ba235739b <vm_exec_core+29531>, 0x7f6ba2352357 <vm_exec_core+8983>, 0x7f6ba235222a <vm_exec_core+8682>, 0x7f6ba2352118 <vm_exec_core+8408>, 0x7f6ba235202c <vm_exec_core+8172>, 0x7f6ba2351f28 <vm_exec_core+7912>, 0x7f6ba2354593 <vm_exec_core+17747>, 0x7f6ba2352846 <vm_exec_core+10246>, 0x7f6ba235279f <vm_exec_core+10079>, 0x7f6ba23526f8 <vm_exec_core+9912>, 0x7f6ba2352651 <vm_exec_core+9745>, 0x7f6ba235299b <vm_exec_core+10587>, 0x7f6ba23528e0 <vm_exec_core+10400>, 0x7f6ba23572c4 <vm_exec_core+29316>, 0x7f6ba23571ed <vm_exec_core+29101>, 0x7f6ba2357116 <vm_exec_core+28886>, 0x7f6ba235703f <vm_exec_core+28671>, 0x7f6ba2356f68 <vm_exec_core+28456>, 0x7f6ba2356e82 <vm_exec_core+28226>, 0x7f6ba2356d8e <vm_exec_core+27982>, 0x7f6ba2356cb7 <vm_exec_core+27767>, 0x7f6ba2356be0 <vm_exec_core+27552>, 0x7f6ba2356b09 <vm_exec_core+27337>, 0x7f6ba2356a32 <vm_exec_core+27122>, 0x7f6ba235695b <vm_exec_core+26907>, 0x7f6ba2356884 <vm_exec_core+26692>, 0x7f6ba23567ad <vm_exec_core+26477>, 0x7f6ba23566d6 <vm_exec_core+26262>, 0x7f6ba23565f5 <vm_exec_core+26037>, 0x7f6ba2352a62 <vm_exec_core+10786>, 0x7f6ba2351e30 <vm_exec_core+7664>, 0x7f6ba2356527 <vm_exec_core+25831>, 0x7f6ba2356459 <vm_exec_core+25625>, 0x7f6ba2356392 <vm_exec_core+25426>, 0x7f6ba23562cb <vm_exec_core+25227>, 0x7f6ba23561f3 <vm_exec_core+25011>, 0x7f6ba235611e <vm_exec_core+24798>, 0x7f6ba2351d26 <vm_exec_core+7398>, 0x7f6ba2351b02 <vm_exec_core+6850>, 0x7f6ba2351bfa <vm_exec_core+7098>, 0x7f6ba2351a0f <vm_exec_core+6607>, 0x7f6ba235191c <vm_exec_core+6364>, 0x7f6ba235186b <vm_exec_core+6187>, 0x7f6ba23517ba <vm_exec_core+6010>, 0x7f6ba235171f <vm_exec_core+5855>, 0x7f6ba2351684 <vm_exec_core+5700>, 0x7f6ba235161c <vm_exec_core+5596>, 0x7f6ba235151e <vm_exec_core+5342>, 0x7f6ba235145f <vm_exec_core+5151>, 0x7f6ba2351329 <vm_exec_core+4841>, 0x7f6ba235124b <vm_exec_core+4619>, 0x7f6ba2351110 <vm_exec_core+4304>, 0x7f6ba23536f6 <vm_exec_core+14006>, 0x7f6ba2353643 <vm_exec_core+13827>, 0x7f6ba2353545 <vm_exec_core+13573>, 0x7f6ba235348c <vm_exec_core+13388>, 0x7f6ba2353a0f <vm_exec_core+14799>, 0x7f6ba2353803 <vm_exec_core+14275>, 0x7f6ba23538c4 <vm_exec_core+14468>, 0x7f6ba235302a <vm_exec_core+12266>, 0x7f6ba235332a <vm_exec_core+13034>, 0x7f6ba2353247 <vm_exec_core+12807>, 0x7f6ba23533ee <vm_exec_core+13230>, 0x7f6ba2352e81 <vm_exec_core+11841>, 0x7f6ba2352db3 <vm_exec_core+11635>, 0x7f6ba2352d16 <vm_exec_core+11478>, 0x7f6ba2352c2b <vm_exec_core+11243>, 0x7f6ba2352b43 <vm_exec_core+11011>, 0x7f6ba2354081 <vm_exec_core+16449>, 0x7f6ba2353f8f <vm_exec_core+16207>, 0x7f6ba2354182 <vm_exec_core+16706>, 0x7f6ba2353b0c <vm_exec_core+15052>, 0x7f6ba235447c <vm_exec_core+17468>, 0x7f6ba2353cf0 <vm_exec_core+15536>, 0x7f6ba2354399 <vm_exec_core+17241>, 0x7f6ba2352f47 <vm_exec_core+12039>, 0x7f6ba2353f07 <vm_exec_core+16071>, 0x7f6ba2353e15 <vm_exec_core+15829>, 0x7f6ba23542ad <vm_exec_core+17005>, 0x7f6ba2353134 <vm_exec_core+12532>, 0x7f6ba2353bea <vm_exec_core+15274>, 0x7f6ba235108b <vm_exec_core+4171>, 0x7f6ba2350f94 <vm_exec_core+3924>, 0x7f6ba2350eec <vm_exec_core+3756>, 0x7f6ba2350b1b <vm_exec_core+2779>, 0x7f6ba23509eb <vm_exec_core+2475>, 0x7f6ba2350bf1 <vm_exec_core+2993>, 0x7f6ba23507d4 <vm_exec_core+1940>, 0x7f6ba2350e8e <vm_exec_core+3662>, 0x7f6ba23508c9 <vm_exec_core+2185>, 0x7f6ba2350cd7 <vm_exec_core+3223>, 0x7f6ba23506d0 <vm_exec_core+1680>, 0x7f6ba23505d6 <vm_exec_core+1430>, 0x7f6ba23504df <vm_exec_core+1183>, 0x7f6ba23503cc <vm_exec_core+908>, 0x7f6ba2350329 <vm_exec_core+745>, 0x7f6ba2350278 <vm_exec_core+568>, 0x7f6ba235016f <vm_exec_core+303>, 0x7f6ba2356108 <vm_exec_core+24776>, 0x7f6ba2352546 <vm_exec_core+9478>, 0x7f6ba2352446 <vm_exec_core+9222>, 0x7f6ba23560f2 <vm_exec_core+24754>, 0x7f6ba2352346 <vm_exec_core+8966>, 0x7f6ba2352219 <vm_exec_core+8665>, 0x7f6ba2352107 <vm_exec_core+8391>, 0x7f6ba235201b <vm_exec_core+8155>, 0x7f6ba2351f17 <vm_exec_core+7895>, 0x7f6ba2354582 <vm_exec_core+17730>, 0x7f6ba2352835 <vm_exec_core+10229>, 0x7f6ba235278e <vm_exec_core+10062>, 0x7f6ba23526e7 <vm_exec_core+9895>, 0x7f6ba2352640 <vm_exec_core+9728>, 0x7f6ba235298a <vm_exec_core+10570>, 0x7f6ba23528cf <vm_exec_core+10383>, 0x7f6ba23560dc <vm_exec_core+24732>, 0x7f6ba23560c6 <vm_exec_core+24710>, 0x7f6ba23560b0 <vm_exec_core+24688>, 0x7f6ba235609a <vm_exec_core+24666>, 0x7f6ba2356084 <vm_exec_core+24644>, 0x7f6ba235606e <vm_exec_core+24622>, 0x7f6ba2356051 <vm_exec_core+24593>, 0x7f6ba235603b <vm_exec_core+24571>, 0x7f6ba2356025 <vm_exec_core+24549>, 0x7f6ba235600f <vm_exec_core+24527>, 0x7f6ba2355ff9 <vm_exec_core+24505>, 0x7f6ba2355fe3 <vm_exec_core+24483>, 0x7f6ba2355fcd <vm_exec_core+24461>, 0x7f6ba2355fb7 <vm_exec_core+24439>, 0x7f6ba2355fa1 <vm_exec_core+24417>, 0x7f6ba2355f8b <vm_exec_core+24395>, 0x7f6ba2352a51 <vm_exec_core+10769>, 0x7f6ba2351e1f <vm_exec_core+7647>, 0x7f6ba2355f75 <vm_exec_core+24373>, 0x7f6ba2355f5f <vm_exec_core+24351>, 0x7f6ba2355f49 <vm_exec_core+24329>, 0x7f6ba2355f33 <vm_exec_core+24307>, 0x7f6ba235007d <vm_exec_core+61>, 0x7f6ba2350081 <vm_exec_core+65>, 0x7f6ba2351d15 <vm_exec_core+7381>, 0x7f6ba2351af1 <vm_exec_core+6833>, 0x7f6ba2351be9 <vm_exec_core+7081>, 0x7f6ba23519fe <vm_exec_core+6590>, 0x7f6ba235190b <vm_exec_core+6347>, 0x7f6ba235185a <vm_exec_core+6170>, 0x7f6ba23517a9 <vm_exec_core+5993>...}
__func__ = "vm_exec_core"
#14 0x00007f6ba235879b in rb_vm_exec (ec=0x55e839582930) at /tmp/ruby/src/trunk-asserts/vm.c:2393
_ec = 0x55e839582930
_tag = {tag = 36, retval = 4, buf = {0x55e838b09480, 0x7f6ba23587a8 <rb_vm_exec+296>, 0x0, 0x7f6b9df05b50, 0x55e839582930}, prev = 0x7f6b9e005d30, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
initial = <optimized out>
__func__ = "rb_vm_exec"
#15 0x00007f6ba235c17c in rb_vm_invoke_proc (ec=0x55e839582930, proc=proc@entry=0x55e838b09480, argc=argc@entry=0, argv=argv@entry=0x7f6b9df05c50, kw_splat=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1605
self = 140100189435120
#16 0x00007f6ba23108e0 in thread_do_start_proc (th=0x55e838b092a0) at /tmp/ruby/src/trunk-asserts/thread.c:601
args = 140100168473952
args_ptr = 0x7f6b9df05c50
args_len = 0
procval = <optimized out>
proc = 0x55e838b09480
__func__ = "thread_do_start_proc"
#17 0x00007f6ba23109a1 in thread_do_start (th=0x55e838b092a0) at /tmp/ruby/src/trunk-asserts/thread.c:620
result = 36
#18 0x00007f6ba2310c88 in thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread.c:694
_ec = 0x55e839582930
_tag = {tag = 36, retval = 140100189057024, buf = {0x7f6b9e005db0, 0x7f6ba2310ea0 <thread_start_func_2+1104>, 0x0, 0x7f6b9df05ce0, 0x600000004}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
errinfo = 4
size = <optimized out>
ractor_main_th = <optimized out>
vm_stack = <optimized out>
__func__ = "thread_start_func_2"
#19 0x00007f6ba2311098 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:1113
th = 0x55e838b092a0
altstack = 0x55e837c65570
#20 0x00007f6ba1dacb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140730816179344, -2855559135215680828, 140100189054528, 25, 140100253698128, 140730816179696, 2776530846903501508, 2776547979112940228}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#21 0x00007f6ba1e3dbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 3 (Thread 0x7f6b9d72f640 (LWP 810078)):
#0 0x00007f6ba1e30e7e in __ppoll (fds=fds@entry=0x7f6b9d62e808, nfds=nfds@entry=1, timeout=<optimized out>, sigmask=sigmask@entry=0x0) at ../sysdeps/unix/sysv/linux/ppoll.c:42
sc_ret = -514
sc_cancel_oldtype = 0
sc_ret = <optimized out>
tval = {tv_sec = 1, tv_nsec = 94455883151256}
#1 0x00007f6ba230db19 in rb_sigwait_sleep (th=th@entry=0x55e837b1f190, sigwait_fd=sigwait_fd@entry=3, rel=rel@entry=0x0) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:2171
pfd = {fd = 3, events = 1, revents = 0}
ts = {tv_sec = 94455845604112, tv_nsec = 94455883151216}
#2 0x00007f6ba230ec20 in native_sleep (th=th@entry=0x55e837b1f190, rel=0x0) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:2295
next = 0x55e838b092a0
sched = 0x55e8371fff50
sigwait_fd = 3
#3 0x00007f6ba2311469 in sleep_forever (th=0x55e837b1f190, fl=1) at /tmp/ruby/src/trunk-asserts/thread.c:1352
prev_status = THREAD_RUNNABLE
status = THREAD_STOPPED_FOREVER
woke = <optimized out>
#4 0x00007f6ba23115aa in rb_thread_sleep_deadly_allow_spurious_wakeup (blocker=<optimized out>, timeout=<optimized out>, end=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread.c:1397
scheduler = <optimized out>
#5 0x00007f6ba2311608 in queue_sleep (_args=_args@entry=140100178733568) at /tmp/ruby/src/trunk-asserts/thread_sync.c:1008
args = 0x7f6b9d62ea00
#6 0x00007f6ba21dd53e in rb_ensure (b_proc=b_proc@entry=0x7f6ba23115f0 <queue_sleep>, data1=data1@entry=140100178733568, e_proc=e_proc@entry=0x7f6ba230aaa0 <queue_sleep_done>, data2=data2@entry=140100178733600) at /tmp/ruby/src/trunk-asserts/eval.c:1009
_ec = 0x55e837b58980
_tag = {tag = 36, retval = 140100259670017, buf = {0x55e837397060, 0x7f6ba21dd5f0 <rb_ensure+432>, 0x0, 0x7f6b9d62e8f0, 0x7f6ba2306618 <RB_SPECIAL_CONST_P+8>}, prev = 0x7f6b9d62eb60, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x55e837b58980
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f6ba230aaa0 <queue_sleep_done>, data2 = 140100178733600}}
#7 0x00007f6ba230dfa8 in queue_do_pop (self=140100191164800, q=0x55e837397060, should_block=<optimized out>, timeout=4) at /tmp/ruby/src/trunk-asserts/thread_sync.c:1083
ec = <optimized out>
queue_waiter = {w = {self = 140100191164800, th = 0x55e837b1f190, fiber = 0x0, node = {next = 0x55e837397060, prev = 0x55e837397060}}, as = {q = 0x55e837397060, sq = 0x55e837397060}}
waitq = 0x55e837397060
queue_sleep_arg = {self = 140100191164800, timeout = 4, end = 0}
end = 0
__PRETTY_FUNCTION__ = <optimized out>
#8 0x00007f6ba2355dff in vm_exec_core (ec=0x7f6b9d62e808, initial=1) at ../../src/trunk-asserts/insns.def:1495
bf = 0x7f6ba25ec460 <thread_sync_table>
leaf = <optimized out>
val = 140100262347872
canary = 0x0
index = <optimized out>
reg_pc = 0x55e8372fe978
reg_cfp = 0x7f6b9d72ec20
insns_address_table = {0x7f6ba235162d <vm_exec_core+5613>, 0x7f6ba235152f <vm_exec_core+5359>, 0x7f6ba2351470 <vm_exec_core+5168>, 0x7f6ba235133a <vm_exec_core+4858>, 0x7f6ba235125c <vm_exec_core+4636>, 0x7f6ba2351121 <vm_exec_core+4321>, 0x7f6ba2353707 <vm_exec_core+14023>, 0x7f6ba2353654 <vm_exec_core+13844>, 0x7f6ba2353556 <vm_exec_core+13590>, 0x7f6ba235349d <vm_exec_core+13405>, 0x7f6ba2353a20 <vm_exec_core+14816>, 0x7f6ba2353814 <vm_exec_core+14292>, 0x7f6ba23538d5 <vm_exec_core+14485>, 0x7f6ba235303b <vm_exec_core+12283>, 0x7f6ba235333b <vm_exec_core+13051>, 0x7f6ba2353258 <vm_exec_core+12824>, 0x7f6ba23533ff <vm_exec_core+13247>, 0x7f6ba2352e92 <vm_exec_core+11858>, 0x7f6ba2352dc4 <vm_exec_core+11652>, 0x7f6ba2352d27 <vm_exec_core+11495>, 0x7f6ba2352c3c <vm_exec_core+11260>, 0x7f6ba2352b54 <vm_exec_core+11028>, 0x7f6ba2354092 <vm_exec_core+16466>, 0x7f6ba2353fa0 <vm_exec_core+16224>, 0x7f6ba2354193 <vm_exec_core+16723>, 0x7f6ba2353b1d <vm_exec_core+15069>, 0x7f6ba235448d <vm_exec_core+17485>, 0x7f6ba2353d01 <vm_exec_core+15553>, 0x7f6ba23543aa <vm_exec_core+17258>, 0x7f6ba2352f58 <vm_exec_core+12056>, 0x7f6ba2353f18 <vm_exec_core+16088>, 0x7f6ba2353e26 <vm_exec_core+15846>, 0x7f6ba23542be <vm_exec_core+17022>, 0x7f6ba2353145 <vm_exec_core+12549>, 0x7f6ba2353bfb <vm_exec_core+15291>, 0x7f6ba235109c <vm_exec_core+4188>, 0x7f6ba2350fa5 <vm_exec_core+3941>, 0x7f6ba2350efd <vm_exec_core+3773>, 0x7f6ba2350b2c <vm_exec_core+2796>, 0x7f6ba23509fc <vm_exec_core+2492>, 0x7f6ba2350c02 <vm_exec_core+3010>, 0x7f6ba23507e5 <vm_exec_core+1957>, 0x7f6ba2350e9f <vm_exec_core+3679>, 0x7f6ba23508da <vm_exec_core+2202>, 0x7f6ba2350ce8 <vm_exec_core+3240>, 0x7f6ba23506e1 <vm_exec_core+1697>, 0x7f6ba23505e7 <vm_exec_core+1447>, 0x7f6ba23504f0 <vm_exec_core+1200>, 0x7f6ba23503dd <vm_exec_core+925>, 0x7f6ba235033a <vm_exec_core+762>, 0x7f6ba2350289 <vm_exec_core+585>, 0x7f6ba2350180 <vm_exec_core+320>, 0x7f6ba2350098 <vm_exec_core+88>, 0x7f6ba2352557 <vm_exec_core+9495>, 0x7f6ba2352457 <vm_exec_core+9239>, 0x7f6ba235739b <vm_exec_core+29531>, 0x7f6ba2352357 <vm_exec_core+8983>, 0x7f6ba235222a <vm_exec_core+8682>, 0x7f6ba2352118 <vm_exec_core+8408>, 0x7f6ba235202c <vm_exec_core+8172>, 0x7f6ba2351f28 <vm_exec_core+7912>, 0x7f6ba2354593 <vm_exec_core+17747>, 0x7f6ba2352846 <vm_exec_core+10246>, 0x7f6ba235279f <vm_exec_core+10079>, 0x7f6ba23526f8 <vm_exec_core+9912>, 0x7f6ba2352651 <vm_exec_core+9745>, 0x7f6ba235299b <vm_exec_core+10587>, 0x7f6ba23528e0 <vm_exec_core+10400>, 0x7f6ba23572c4 <vm_exec_core+29316>, 0x7f6ba23571ed <vm_exec_core+29101>, 0x7f6ba2357116 <vm_exec_core+28886>, 0x7f6ba235703f <vm_exec_core+28671>, 0x7f6ba2356f68 <vm_exec_core+28456>, 0x7f6ba2356e82 <vm_exec_core+28226>, 0x7f6ba2356d8e <vm_exec_core+27982>, 0x7f6ba2356cb7 <vm_exec_core+27767>, 0x7f6ba2356be0 <vm_exec_core+27552>, 0x7f6ba2356b09 <vm_exec_core+27337>, 0x7f6ba2356a32 <vm_exec_core+27122>, 0x7f6ba235695b <vm_exec_core+26907>, 0x7f6ba2356884 <vm_exec_core+26692>, 0x7f6ba23567ad <vm_exec_core+26477>, 0x7f6ba23566d6 <vm_exec_core+26262>, 0x7f6ba23565f5 <vm_exec_core+26037>, 0x7f6ba2352a62 <vm_exec_core+10786>, 0x7f6ba2351e30 <vm_exec_core+7664>, 0x7f6ba2356527 <vm_exec_core+25831>, 0x7f6ba2356459 <vm_exec_core+25625>, 0x7f6ba2356392 <vm_exec_core+25426>, 0x7f6ba23562cb <vm_exec_core+25227>, 0x7f6ba23561f3 <vm_exec_core+25011>, 0x7f6ba235611e <vm_exec_core+24798>, 0x7f6ba2351d26 <vm_exec_core+7398>, 0x7f6ba2351b02 <vm_exec_core+6850>, 0x7f6ba2351bfa <vm_exec_core+7098>, 0x7f6ba2351a0f <vm_exec_core+6607>, 0x7f6ba235191c <vm_exec_core+6364>, 0x7f6ba235186b <vm_exec_core+6187>, 0x7f6ba23517ba <vm_exec_core+6010>, 0x7f6ba235171f <vm_exec_core+5855>, 0x7f6ba2351684 <vm_exec_core+5700>, 0x7f6ba235161c <vm_exec_core+5596>, 0x7f6ba235151e <vm_exec_core+5342>, 0x7f6ba235145f <vm_exec_core+5151>, 0x7f6ba2351329 <vm_exec_core+4841>, 0x7f6ba235124b <vm_exec_core+4619>, 0x7f6ba2351110 <vm_exec_core+4304>, 0x7f6ba23536f6 <vm_exec_core+14006>, 0x7f6ba2353643 <vm_exec_core+13827>, 0x7f6ba2353545 <vm_exec_core+13573>, 0x7f6ba235348c <vm_exec_core+13388>, 0x7f6ba2353a0f <vm_exec_core+14799>, 0x7f6ba2353803 <vm_exec_core+14275>, 0x7f6ba23538c4 <vm_exec_core+14468>, 0x7f6ba235302a <vm_exec_core+12266>, 0x7f6ba235332a <vm_exec_core+13034>, 0x7f6ba2353247 <vm_exec_core+12807>, 0x7f6ba23533ee <vm_exec_core+13230>, 0x7f6ba2352e81 <vm_exec_core+11841>, 0x7f6ba2352db3 <vm_exec_core+11635>, 0x7f6ba2352d16 <vm_exec_core+11478>, 0x7f6ba2352c2b <vm_exec_core+11243>, 0x7f6ba2352b43 <vm_exec_core+11011>, 0x7f6ba2354081 <vm_exec_core+16449>, 0x7f6ba2353f8f <vm_exec_core+16207>, 0x7f6ba2354182 <vm_exec_core+16706>, 0x7f6ba2353b0c <vm_exec_core+15052>, 0x7f6ba235447c <vm_exec_core+17468>, 0x7f6ba2353cf0 <vm_exec_core+15536>, 0x7f6ba2354399 <vm_exec_core+17241>, 0x7f6ba2352f47 <vm_exec_core+12039>, 0x7f6ba2353f07 <vm_exec_core+16071>, 0x7f6ba2353e15 <vm_exec_core+15829>, 0x7f6ba23542ad <vm_exec_core+17005>, 0x7f6ba2353134 <vm_exec_core+12532>, 0x7f6ba2353bea <vm_exec_core+15274>, 0x7f6ba235108b <vm_exec_core+4171>, 0x7f6ba2350f94 <vm_exec_core+3924>, 0x7f6ba2350eec <vm_exec_core+3756>, 0x7f6ba2350b1b <vm_exec_core+2779>, 0x7f6ba23509eb <vm_exec_core+2475>, 0x7f6ba2350bf1 <vm_exec_core+2993>, 0x7f6ba23507d4 <vm_exec_core+1940>, 0x7f6ba2350e8e <vm_exec_core+3662>, 0x7f6ba23508c9 <vm_exec_core+2185>, 0x7f6ba2350cd7 <vm_exec_core+3223>, 0x7f6ba23506d0 <vm_exec_core+1680>, 0x7f6ba23505d6 <vm_exec_core+1430>, 0x7f6ba23504df <vm_exec_core+1183>, 0x7f6ba23503cc <vm_exec_core+908>, 0x7f6ba2350329 <vm_exec_core+745>, 0x7f6ba2350278 <vm_exec_core+568>, 0x7f6ba235016f <vm_exec_core+303>, 0x7f6ba2356108 <vm_exec_core+24776>, 0x7f6ba2352546 <vm_exec_core+9478>, 0x7f6ba2352446 <vm_exec_core+9222>, 0x7f6ba23560f2 <vm_exec_core+24754>, 0x7f6ba2352346 <vm_exec_core+8966>, 0x7f6ba2352219 <vm_exec_core+8665>, 0x7f6ba2352107 <vm_exec_core+8391>, 0x7f6ba235201b <vm_exec_core+8155>, 0x7f6ba2351f17 <vm_exec_core+7895>, 0x7f6ba2354582 <vm_exec_core+17730>, 0x7f6ba2352835 <vm_exec_core+10229>, 0x7f6ba235278e <vm_exec_core+10062>, 0x7f6ba23526e7 <vm_exec_core+9895>, 0x7f6ba2352640 <vm_exec_core+9728>, 0x7f6ba235298a <vm_exec_core+10570>, 0x7f6ba23528cf <vm_exec_core+10383>, 0x7f6ba23560dc <vm_exec_core+24732>, 0x7f6ba23560c6 <vm_exec_core+24710>, 0x7f6ba23560b0 <vm_exec_core+24688>, 0x7f6ba235609a <vm_exec_core+24666>, 0x7f6ba2356084 <vm_exec_core+24644>, 0x7f6ba235606e <vm_exec_core+24622>, 0x7f6ba2356051 <vm_exec_core+24593>, 0x7f6ba235603b <vm_exec_core+24571>, 0x7f6ba2356025 <vm_exec_core+24549>, 0x7f6ba235600f <vm_exec_core+24527>, 0x7f6ba2355ff9 <vm_exec_core+24505>, 0x7f6ba2355fe3 <vm_exec_core+24483>, 0x7f6ba2355fcd <vm_exec_core+24461>, 0x7f6ba2355fb7 <vm_exec_core+24439>, 0x7f6ba2355fa1 <vm_exec_core+24417>, 0x7f6ba2355f8b <vm_exec_core+24395>, 0x7f6ba2352a51 <vm_exec_core+10769>, 0x7f6ba2351e1f <vm_exec_core+7647>, 0x7f6ba2355f75 <vm_exec_core+24373>, 0x7f6ba2355f5f <vm_exec_core+24351>, 0x7f6ba2355f49 <vm_exec_core+24329>, 0x7f6ba2355f33 <vm_exec_core+24307>, 0x7f6ba235007d <vm_exec_core+61>, 0x7f6ba2350081 <vm_exec_core+65>, 0x7f6ba2351d15 <vm_exec_core+7381>, 0x7f6ba2351af1 <vm_exec_core+6833>, 0x7f6ba2351be9 <vm_exec_core+7081>, 0x7f6ba23519fe <vm_exec_core+6590>, 0x7f6ba235190b <vm_exec_core+6347>, 0x7f6ba235185a <vm_exec_core+6170>, 0x7f6ba23517a9 <vm_exec_core+5993>...}
__func__ = "vm_exec_core"
#9 0x00007f6ba235879b in rb_vm_exec (ec=0x55e837b58980) at /tmp/ruby/src/trunk-asserts/vm.c:2393
_ec = 0x55e837b58980
_tag = {tag = 36, retval = 4, buf = {0x55e837b57df0, 0x7f6ba23587a8 <rb_vm_exec+296>, 0x0, 0x7f6b9d62eb50, 0x55e837b58980}, prev = 0x7f6b9d72ed30, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
initial = <optimized out>
__func__ = "rb_vm_exec"
#10 0x00007f6ba235c17c in rb_vm_invoke_proc (ec=0x55e837b58980, proc=proc@entry=0x55e837b57df0, argc=argc@entry=0, argv=argv@entry=0x7f6b9d62ec50, kw_splat=0, passed_block_handler=passed_block_handler@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1605
self = 140100191490432
#11 0x00007f6ba23108e0 in thread_do_start_proc (th=0x55e837b1f190) at /tmp/ruby/src/trunk-asserts/thread.c:601
args = 140100179930640
args_ptr = 0x7f6b9d62ec50
args_len = 0
procval = <optimized out>
proc = 0x55e837b57df0
__func__ = "thread_do_start_proc"
#12 0x00007f6ba23109a1 in thread_do_start (th=0x55e837b1f190) at /tmp/ruby/src/trunk-asserts/thread.c:620
result = 36
#13 0x00007f6ba2310c88 in thread_start_func_2 (th=<optimized out>, stack_start=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread.c:694
_ec = 0x55e837b58980
_tag = {tag = 36, retval = 140100179787776, buf = {0x7f6b9d72edb0, 0x7f6ba2310ea0 <thread_start_func_2+1104>, 0x0, 0x7f6b9d62ece0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
errinfo = 4
size = <optimized out>
ractor_main_th = <optimized out>
vm_stack = <optimized out>
__func__ = "thread_start_func_2"
#14 0x00007f6ba2311098 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:1113
th = 0x55e837b1f190
altstack = 0x55e837c69580
#15 0x00007f6ba1dacb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140730816177600, -2855559135215680828, 140100179785280, 0, 140100253698128, 140730816177952, 2776538428057649860, 2776547979112940228}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#16 0x00007f6ba1e3dbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 2 (Thread 0x7f6b9d4ed640 (LWP 813365)):
#0 __futex_abstimed_wait_common64 (private=160, cancel=true, abstime=0x7f6b9d4ecce0, op=137, expected=0, futex_word=0x7f6b9d4ecd68) at ./nptl/futex-internal.c:57
sc_cancel_oldtype = 0
sc_ret = <optimized out>
resultvar = <optimized out>
__arg6 = <optimized out>
__arg5 = <optimized out>
__arg4 = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a6 = <optimized out>
_a5 = <optimized out>
_a4 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
#1 __futex_abstimed_wait_common (cancel=true, private=160, abstime=0x7f6b9d4ecce0, clockid=924843864, expected=0, futex_word=0x7f6b9d4ecd68) at ./nptl/futex-internal.c:87
err = <optimized out>
clockbit = 536828160
op = 137
err = <optimized out>
clockbit = <optimized out>
op = <optimized out>
#2 __GI___futex_abstimed_wait_cancelable64 (futex_word=futex_word@entry=0x7f6b9d4ecd68, expected=expected@entry=0, clockid=clockid@entry=1, abstime=abstime@entry=0x7f6b9d4ecce0, private=private@entry=0) at ./nptl/futex-internal.c:139
No locals.
#3 0x00007f6ba1dabf1b in __pthread_cond_wait_common (abstime=0x7f6b9d4ecce0, clockid=1, mutex=0x7f6ba260bc20 <thread_cache_lock>, cond=0x7f6b9d4ecd40) at ./nptl/pthread_cond_wait.c:503
spin = 0
buffer = {__routine = 0x7f6ba1dab7a0 <__condvar_cleanup_waiting>, __arg = 0x7f6b9d4ecc70, __canceltype = 926294104, __prev = 0x0}
cbuffer = {wseq = 0, cond = 0x7f6b9d4ecd40, mutex = 0x7f6ba260bc20 <thread_cache_lock>, private = 0}
err = <optimized out>
g = 0
flags = <optimized out>
g1_start = <optimized out>
maxspin = 0
signals = <optimized out>
result = 0
wseq = 0
seq = 0
private = 0
maxspin = <optimized out>
err = <optimized out>
result = <optimized out>
wseq = <optimized out>
g = <optimized out>
seq = <optimized out>
flags = <optimized out>
private = <optimized out>
signals = <optimized out>
done = <optimized out>
g1_start = <optimized out>
spin = <optimized out>
buffer = <optimized out>
cbuffer = <optimized out>
s = <optimized out>
#4 ___pthread_cond_timedwait64 (cond=cond@entry=0x7f6b9d4ecd40, mutex=mutex@entry=0x7f6ba260bc20 <thread_cache_lock>, abstime=abstime@entry=0x7f6b9d4ecce0) at ./nptl/pthread_cond_wait.c:652
flags = <optimized out>
clockid = 1
#5 0x00007f6ba230b199 in native_cond_timedwait (cond=cond@entry=0x7f6b9d4ecd40, mutex=mutex@entry=0x7f6ba260bc20 <thread_cache_lock>, abs=abs@entry=0x7f6b9d4ecd38) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:211
r = <optimized out>
ts = {tv_sec = 812461, tv_nsec = 365015009}
#6 0x00007f6ba230e2a5 in register_cached_thread_and_wait (altstack=altstack@entry=0x55e8392f8e10) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:1175
end = 812461365015009
entry = {cond = {__data = {__wseq = {__value64 = 2, __value32 = {__low = 2, __high = 0}}, __g1_start = {__value64 = 0, __value32 = {__low = 0, __high = 0}}, __g_refs = {2, 0}, __g_size = {0, 0}, __g1_orig_size = 0, __wrefs = 10, __g_signals = {0, 0}}, __size = "\002", '\000' <repeats 15 times>, "\002", '\000' <repeats 19 times>, "\n\000\000\000\000\000\000\000\000\000\000", __align = 2}, thread_id = 140100177417792, th = 0x0, altstack = 0x55e8392f8e10, node = {next = 0x7f6ba25fbce0 <cached_thread_head>, prev = 0x7f6b9d60dd88}}
#7 0x00007f6ba23110a0 in thread_start_func_1 (th_ptr=<optimized out>) at /tmp/ruby/src/trunk-asserts/thread_pthread.c:1120
th = 0x55e839a3cdd0
altstack = 0x55e8392f8e10
#8 0x00007f6ba1dacb43 in start_thread (arg=<optimized out>) at ./nptl/pthread_create.c:442
ret = <optimized out>
pd = <optimized out>
out = <optimized out>
unwind_buf = {cancel_jmp_buf = {{jmp_buf = {140730816176752, -2855559135215680828, 140100177417792, 0, 140100253698128, 140730816177104, 2776537911587832516, 2776547979112940228}, mask_was_saved = 0}}, priv = {pad = {0x0, 0x0, 0x0, 0x0}, data = {prev = 0x0, cleanup = 0x0, canceltype = 0}}}
not_first_call = <optimized out>
#9 0x00007f6ba1e3dbb4 in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:100
No locals.
Thread 1 (Thread 0x7f6ba1cf6c00 (LWP 810067)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140100252953600) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f6ba1cf6c00
old_mask = {__val = {161, 18446744073709551352, 2, 0, 140730816176496, 140100260789106, 140100251597328, 140100253766867, 0, 140100253663213, 140100252953600, 140100255278592, 94455874752992, 140100253609383, 140100255295584, 161}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140100252953600) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140100252953600, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f6ba1d5a476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f6ba1d407f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x7f6ba246fbc5, sa_sigaction = 0x7f6ba246fbc5}, sa_mask = {__val = {140100253661264, 2, 3472328295963438381, 4192904167887482928, 140100255295136, 2, 2, 1, 140100260789189, 140100255278592, 140100253614167, 43491928165, 140730816177104, 140100255295136, 140100260532968, 140730816176880}}, sa_flags = 924840456, sa_restorer = 0x7ffe724ea464}
sigs = {__val = {32, 2314885530818453536, 8528445641706184736, 7378697234196427620, 3919933115663279718, 140100254222980, 7378697629483820646, 2, 140100260789189, 2, 2314885531086893104, 140100253658989, 8528445641706184736, 2, 140100255295136, 3432}}
#5 0x00007f6ba2151a3e in die () at /tmp/ruby/src/trunk-asserts/error.c:777
No locals.
#6 0x00007f6ba2151d6b in rb_bug (fmt=fmt@entry=0x7f6ba24312e8 "gc_verify_internal_consistency: found internal inconsistency.") at /tmp/ruby/src/trunk-asserts/error.c:801
args = {{gp_offset = 8, fp_offset = 48, overflow_arg_area = 0x7ffe724ea3d0, reg_save_area = 0x7ffe724ea310}}
#7 0x00007f6ba2153c79 in gc_verify_internal_consistency_ (objspace=0x55e8371ff0e0) at /tmp/ruby/src/trunk-asserts/gc.c:8028
data = {objspace = 0x55e8371ff0e0, err_count = 1, live_object_count = 190685, zombie_object_count = 0, parent = 140100251877312, old_object_count = 127860, remembered_shady_count = 0}
#8 0x00007f6ba21fab6b in gc_verify_internal_consistency (objspace=objspace@entry=0x55e8371ff0e0) at /tmp/ruby/src/trunk-asserts/gc.c:8096
prev_during_gc = <optimized out>
_lev = 21992
#9 0x00007f6ba21fc8ed in gc_start (objspace=0x55e8371ff0e0, reason=256) at /tmp/ruby/src/trunk-asserts/gc.c:9341
do_full_mark = 0
immediate_mark = 0
__func__ = "gc_start"
lock_lev = 21992
#10 0x00007f6ba21fd50b in heap_prepare (objspace=0x55e8371ff0e0, size_pool=0x55e8371ff1d0, heap=0x55e8371ff208) at /tmp/ruby/src/trunk-asserts/gc.c:2400
__func__ = "heap_prepare"
#11 0x00007f6ba21fd606 in heap_next_free_page (objspace=0x55e8371ff0e0, size_pool=0x55e8371ff1d0, heap=0x55e8371ff208) at /tmp/ruby/src/trunk-asserts/gc.c:2665
page = <optimized out>
__func__ = "heap_next_free_page"
#12 0x00007f6ba21fd6b5 in newobj_alloc (objspace=0x55e8371ff0e0, cr=0x55e8371ffe00, size_pool_idx=1, vm_locked=<optimized out>) at /tmp/ruby/src/trunk-asserts/gc.c:2766
page = <optimized out>
lev = 1
unlock_vm = true
size_pool = 0x55e8371ff1d0
heap = 0x55e8371ff208
cache = 0x55e837200080
obj = <optimized out>
__func__ = "newobj_alloc"
#13 0x00007f6ba21fd9f0 in newobj_of0 (klass=140100200622240, flags=4294967301, wb_protected=1, cr=0x55e8371ffe00, alloc_size=<optimized out>) at /tmp/ruby/src/trunk-asserts/gc.c:2869
obj = <optimized out>
objspace = 0x55e8371ff0e0
size_pool_idx = <optimized out>
#14 0x00007f6ba21fda48 in newobj_of (cr=<optimized out>, klass=<optimized out>, flags=<optimized out>, v1=0, v2=0, v3=0, wb_protected=1, alloc_size=86) at /tmp/ruby/src/trunk-asserts/gc.c:2886
obj = <optimized out>
#15 0x00007f6ba21fdadc in rb_wb_protected_newobj_of (ec=<optimized out>, klass=klass@entry=140100200622240, flags=flags@entry=5, size=86) at /tmp/ruby/src/trunk-asserts/gc.c:2901
__func__ = "rb_wb_protected_newobj_of"
#16 0x00007f6ba22e6d95 in str_alloc_embed (klass=klass@entry=140100200622240, capa=capa@entry=62) at /tmp/ruby/src/trunk-asserts/string.c:864
size = <optimized out>
__PRETTY_FUNCTION__ = "str_alloc_embed"
str = <optimized out>
#17 0x00007f6ba22e97f4 in str_new0 (klass=140100200622240, ptr=0x55e83961fb86 "#define __S_TYPEISSHM(buf) ((buf)->st_mode - (buf)->st_mode)\n\n\n\n#define __S_ISUID 04000\n#define __S_ISGID 02000\n#define __S_ISVTX 01000\n#define __S_IREAD 0400\n#define __S_IWRITE 0200\n#define __S_IEXEC"..., len=61, termlen=termlen@entry=1) at /tmp/ruby/src/trunk-asserts/string.c:900
str = <optimized out>
__PRETTY_FUNCTION__ = "str_new0"
dtrace_line = <optimized out>
dtrace_file = <optimized out>
#18 0x00007f6ba22e987a in str_new (klass=<optimized out>, ptr=<optimized out>, len=<optimized out>) at /tmp/ruby/src/trunk-asserts/string.c:925
No locals.
#19 0x00007f6ba22eca69 in rb_str_new (ptr=<optimized out>, len=<optimized out>) at /tmp/ruby/src/trunk-asserts/string.c:931
No locals.
#20 0x00007f6ba2210f4d in rb_io_getline_fast (fptr=fptr@entry=0x55e839890ea0, enc=enc@entry=0x55e837207490, chomp=chomp@entry=0) at /tmp/ruby/src/trunk-asserts/io.c:3961
p = 0x55e83961fb86 "#define __S_TYPEISSHM(buf) ((buf)->st_mode - (buf)->st_mode)\n\n\n\n#define __S_ISUID 04000\n#define __S_ISGID 02000\n#define __S_ISVTX 01000\n#define __S_IREAD 0400\n#define __S_IWRITE 0200\n#define __S_IEXEC"...
e = 0x55e83961fbc2 "\n\n\n\n#define __S_ISUID 04000\n#define __S_ISGID 02000\n#define __S_ISVTX 01000\n#define __S_IREAD 0400\n#define __S_IWRITE 0200\n#define __S_IEXEC 0100\n\n\n#define UTIME_NOW ((1l << 30) - 1l)\n#define UTIME_OM"...
chomplen = <optimized out>
pending = 61
str = 4
len = <optimized out>
pos = 0
cr = 0
#21 0x00007f6ba22128ee in rb_io_getline_0 (rs=rs@entry=140100251509056, limit=<optimized out>, limit@entry=-1, chomp=chomp@entry=0, fptr=fptr@entry=0x55e839890ea0) at /tmp/ruby/src/trunk-asserts/io.c:4097
str = 4
nolimit = 0
enc = 0x55e837207490
#22 0x00007f6ba2212943 in rb_io_getline_1 (rs=rs@entry=140100251509056, limit=limit@entry=-1, chomp=chomp@entry=0, io=io@entry=140100170420592) at /tmp/ruby/src/trunk-asserts/io.c:4193
fptr = 0x55e839890ea0
old_lineno = 4600
new_lineno = <optimized out>
str = <optimized out>
#23 0x00007f6ba2212ba5 in rb_io_each_line (argc=<optimized out>, argv=<optimized out>, io=140100170420592) at /tmp/ruby/src/trunk-asserts/io.c:4587
str = <optimized out>
args = {io = 12297829382473034411, rs = 140100251509056, limit = -1, chomp = 0}
#24 0x00007f6ba23443ea in vm_call0_cfunc_with_frame (ec=0x55e837200140, calling=<optimized out>, argv=0x0) at /tmp/ruby/src/trunk-asserts/vm_eval.c:170
reg_cfp = 0x7f6ba1cf4ad0
ci = <optimized out>
val = <optimized out>
me = 0x7f6ba1b95f30
cfunc = 0x55e837267698
len = -1
recv = 140100170420592
argc = 0
mid = 3041
block_handler = 140100252945131
frame_flags = <optimized out>
args = <optimized out>
args = <optimized out>
#25 0x00007f6ba235c1f6 in vm_call0_body (ec=0x55e837200140, calling=0x7ffe724ea8d0, argv=0x0) at /tmp/ruby/src/trunk-asserts/vm_eval.c:230
ci = 0x7ffe724ea8a0
cc = 0x7f6b9ce40f60
ret = <optimized out>
flag_arg_ = <optimized out>
hooks_arg_ = <optimized out>
#26 0x00007f6ba235c7d7 in vm_call0_cc (ec=0x55e837200140, recv=140100170420592, id=3041, argc=<optimized out>, argv=<optimized out>, cc=0x7f6b9ce40f60, kw_splat=0) at /tmp/ruby/src/trunk-asserts/vm_eval.c:107
flags = 0
use_argv = 0x0
av = {0, 3207201536}
calling = {ci = 0x7ffe724ea8a0, cc = 0x7f6b9ce40f60, block_handler = 140100252945131, recv = 140100170420592, argc = 0, kw_splat = false, heap_argv = 0}
#27 0x00007f6ba235e47e in rb_call (recv=140100170420592, mid=3041, argc=0, argv=0x0, scope=CALL_FCALL) at /tmp/ruby/src/trunk-asserts/vm_eval.c:892
ec = <optimized out>
#28 0x00007f6ba23489c3 in rb_iterate0 (it_proc=it_proc@entry=0x7f6ba235e750 <iterate_method>, data1=data1@entry=140730816178816, ifunc=0x7f6b9ce40f90, ec=0x55e837200140) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1485
_ec = 0x55e837200140
_tag = {tag = 36, retval = 140100258006000, buf = {0x7f6b9dd00310, 0x7f6ba2348a10 <rb_iterate0+304>, 0x0, 0x7ffe724ea9a0, 0x7f6b9ce41020}, prev = 0x7ffe724eace0, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
retval = 4
cfp = 0x7f6ba1cf4ad0
#29 0x00007f6ba2348af9 in rb_iterate_internal (it_proc=it_proc@entry=0x7f6ba235e750 <iterate_method>, data1=data1@entry=140730816178816, bl_proc=<optimized out>, data2=data2@entry=140100170420256) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1517
No locals.
#30 0x00007f6ba2348b67 in rb_block_call_kw (obj=obj@entry=140100170420592, mid=mid@entry=3041, argc=argc@entry=0, argv=argv@entry=0x0, bl_proc=<optimized out>, data2=data2@entry=140100170420256, kw_splat=0) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1566
arg = {obj = 140100170420592, mid = 3041, argc = 0, argv = 0x0, kw_splat = 0}
#31 0x00007f6ba2348b9f in rb_block_call (obj=obj@entry=140100170420592, mid=mid@entry=3041, argc=argc@entry=0, argv=argv@entry=0x0, bl_proc=<optimized out>, data2=data2@entry=140100170420256) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1552
No locals.
#32 0x00007f6ba21c2246 in enum_grep0 (obj=140100170420592, pat=140100185883408, test=20) at /tmp/ruby/src/trunk-asserts/enum.c:142
ary = 140100170420352
memo = 0x7f6b9ce41020
fn = <optimized out>
#33 0x00007f6ba23441e6 in vm_call_cfunc_with_frame_ (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4b10, calling=<optimized out>, argc=1, argv=0x7f6ba1bf5410, stack_bottom=0x7f6ba1bf5408) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:3437
ci = 0x15b100000003
cc = <optimized out>
val = <optimized out>
me = 0x7f6b9ce41140
cfunc = 0x55e8372353c8
recv = 140100170420592
block_handler = 140100252945193
frame_type = 1431634051
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#34 0x00007f6ba234f048 in vm_sendish (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4b10, cd=0x55e838e98630, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:5491
val = 36
ci = 0x15b100000003
cc = 0x7f6b9ce41110
argc = <optimized out>
recv = <optimized out>
calling = {ci = 0x15b100000003, cc = 0x7f6b9ce41110, block_handler = 140100252945193, recv = 140100170420592, argc = 1, kw_splat = false, heap_argv = 0}
#35 0x00007f6ba2350215 in vm_exec_core (ec=0xc5c53, initial=810067) at ../../src/trunk-asserts/insns.def:815
bh = <optimized out>
blockiseq = 0x7f6ba1b51e60
leaf = <optimized out>
val = 140730816176544
canary = <optimized out>
cd = 0x55e838e98630
reg_pc = 0x55e838f0aea0
reg_cfp = 0x7f6ba1cf4b10
insns_address_table = {0x7f6ba235162d <vm_exec_core+5613>, 0x7f6ba235152f <vm_exec_core+5359>, 0x7f6ba2351470 <vm_exec_core+5168>, 0x7f6ba235133a <vm_exec_core+4858>, 0x7f6ba235125c <vm_exec_core+4636>, 0x7f6ba2351121 <vm_exec_core+4321>, 0x7f6ba2353707 <vm_exec_core+14023>, 0x7f6ba2353654 <vm_exec_core+13844>, 0x7f6ba2353556 <vm_exec_core+13590>, 0x7f6ba235349d <vm_exec_core+13405>, 0x7f6ba2353a20 <vm_exec_core+14816>, 0x7f6ba2353814 <vm_exec_core+14292>, 0x7f6ba23538d5 <vm_exec_core+14485>, 0x7f6ba235303b <vm_exec_core+12283>, 0x7f6ba235333b <vm_exec_core+13051>, 0x7f6ba2353258 <vm_exec_core+12824>, 0x7f6ba23533ff <vm_exec_core+13247>, 0x7f6ba2352e92 <vm_exec_core+11858>, 0x7f6ba2352dc4 <vm_exec_core+11652>, 0x7f6ba2352d27 <vm_exec_core+11495>, 0x7f6ba2352c3c <vm_exec_core+11260>, 0x7f6ba2352b54 <vm_exec_core+11028>, 0x7f6ba2354092 <vm_exec_core+16466>, 0x7f6ba2353fa0 <vm_exec_core+16224>, 0x7f6ba2354193 <vm_exec_core+16723>, 0x7f6ba2353b1d <vm_exec_core+15069>, 0x7f6ba235448d <vm_exec_core+17485>, 0x7f6ba2353d01 <vm_exec_core+15553>, 0x7f6ba23543aa <vm_exec_core+17258>, 0x7f6ba2352f58 <vm_exec_core+12056>, 0x7f6ba2353f18 <vm_exec_core+16088>, 0x7f6ba2353e26 <vm_exec_core+15846>, 0x7f6ba23542be <vm_exec_core+17022>, 0x7f6ba2353145 <vm_exec_core+12549>, 0x7f6ba2353bfb <vm_exec_core+15291>, 0x7f6ba235109c <vm_exec_core+4188>, 0x7f6ba2350fa5 <vm_exec_core+3941>, 0x7f6ba2350efd <vm_exec_core+3773>, 0x7f6ba2350b2c <vm_exec_core+2796>, 0x7f6ba23509fc <vm_exec_core+2492>, 0x7f6ba2350c02 <vm_exec_core+3010>, 0x7f6ba23507e5 <vm_exec_core+1957>, 0x7f6ba2350e9f <vm_exec_core+3679>, 0x7f6ba23508da <vm_exec_core+2202>, 0x7f6ba2350ce8 <vm_exec_core+3240>, 0x7f6ba23506e1 <vm_exec_core+1697>, 0x7f6ba23505e7 <vm_exec_core+1447>, 0x7f6ba23504f0 <vm_exec_core+1200>, 0x7f6ba23503dd <vm_exec_core+925>, 0x7f6ba235033a <vm_exec_core+762>, 0x7f6ba2350289 <vm_exec_core+585>, 0x7f6ba2350180 <vm_exec_core+320>, 0x7f6ba2350098 <vm_exec_core+88>, 0x7f6ba2352557 <vm_exec_core+9495>, 0x7f6ba2352457 <vm_exec_core+9239>, 0x7f6ba235739b <vm_exec_core+29531>, 0x7f6ba2352357 <vm_exec_core+8983>, 0x7f6ba235222a <vm_exec_core+8682>, 0x7f6ba2352118 <vm_exec_core+8408>, 0x7f6ba235202c <vm_exec_core+8172>, 0x7f6ba2351f28 <vm_exec_core+7912>, 0x7f6ba2354593 <vm_exec_core+17747>, 0x7f6ba2352846 <vm_exec_core+10246>, 0x7f6ba235279f <vm_exec_core+10079>, 0x7f6ba23526f8 <vm_exec_core+9912>, 0x7f6ba2352651 <vm_exec_core+9745>, 0x7f6ba235299b <vm_exec_core+10587>, 0x7f6ba23528e0 <vm_exec_core+10400>, 0x7f6ba23572c4 <vm_exec_core+29316>, 0x7f6ba23571ed <vm_exec_core+29101>, 0x7f6ba2357116 <vm_exec_core+28886>, 0x7f6ba235703f <vm_exec_core+28671>, 0x7f6ba2356f68 <vm_exec_core+28456>, 0x7f6ba2356e82 <vm_exec_core+28226>, 0x7f6ba2356d8e <vm_exec_core+27982>, 0x7f6ba2356cb7 <vm_exec_core+27767>, 0x7f6ba2356be0 <vm_exec_core+27552>, 0x7f6ba2356b09 <vm_exec_core+27337>, 0x7f6ba2356a32 <vm_exec_core+27122>, 0x7f6ba235695b <vm_exec_core+26907>, 0x7f6ba2356884 <vm_exec_core+26692>, 0x7f6ba23567ad <vm_exec_core+26477>, 0x7f6ba23566d6 <vm_exec_core+26262>, 0x7f6ba23565f5 <vm_exec_core+26037>, 0x7f6ba2352a62 <vm_exec_core+10786>, 0x7f6ba2351e30 <vm_exec_core+7664>, 0x7f6ba2356527 <vm_exec_core+25831>, 0x7f6ba2356459 <vm_exec_core+25625>, 0x7f6ba2356392 <vm_exec_core+25426>, 0x7f6ba23562cb <vm_exec_core+25227>, 0x7f6ba23561f3 <vm_exec_core+25011>, 0x7f6ba235611e <vm_exec_core+24798>, 0x7f6ba2351d26 <vm_exec_core+7398>, 0x7f6ba2351b02 <vm_exec_core+6850>, 0x7f6ba2351bfa <vm_exec_core+7098>, 0x7f6ba2351a0f <vm_exec_core+6607>, 0x7f6ba235191c <vm_exec_core+6364>, 0x7f6ba235186b <vm_exec_core+6187>, 0x7f6ba23517ba <vm_exec_core+6010>, 0x7f6ba235171f <vm_exec_core+5855>, 0x7f6ba2351684 <vm_exec_core+5700>, 0x7f6ba235161c <vm_exec_core+5596>, 0x7f6ba235151e <vm_exec_core+5342>, 0x7f6ba235145f <vm_exec_core+5151>, 0x7f6ba2351329 <vm_exec_core+4841>, 0x7f6ba235124b <vm_exec_core+4619>, 0x7f6ba2351110 <vm_exec_core+4304>, 0x7f6ba23536f6 <vm_exec_core+14006>, 0x7f6ba2353643 <vm_exec_core+13827>, 0x7f6ba2353545 <vm_exec_core+13573>, 0x7f6ba235348c <vm_exec_core+13388>, 0x7f6ba2353a0f <vm_exec_core+14799>, 0x7f6ba2353803 <vm_exec_core+14275>, 0x7f6ba23538c4 <vm_exec_core+14468>, 0x7f6ba235302a <vm_exec_core+12266>, 0x7f6ba235332a <vm_exec_core+13034>, 0x7f6ba2353247 <vm_exec_core+12807>, 0x7f6ba23533ee <vm_exec_core+13230>, 0x7f6ba2352e81 <vm_exec_core+11841>, 0x7f6ba2352db3 <vm_exec_core+11635>, 0x7f6ba2352d16 <vm_exec_core+11478>, 0x7f6ba2352c2b <vm_exec_core+11243>, 0x7f6ba2352b43 <vm_exec_core+11011>, 0x7f6ba2354081 <vm_exec_core+16449>, 0x7f6ba2353f8f <vm_exec_core+16207>, 0x7f6ba2354182 <vm_exec_core+16706>, 0x7f6ba2353b0c <vm_exec_core+15052>, 0x7f6ba235447c <vm_exec_core+17468>, 0x7f6ba2353cf0 <vm_exec_core+15536>, 0x7f6ba2354399 <vm_exec_core+17241>, 0x7f6ba2352f47 <vm_exec_core+12039>, 0x7f6ba2353f07 <vm_exec_core+16071>, 0x7f6ba2353e15 <vm_exec_core+15829>, 0x7f6ba23542ad <vm_exec_core+17005>, 0x7f6ba2353134 <vm_exec_core+12532>, 0x7f6ba2353bea <vm_exec_core+15274>, 0x7f6ba235108b <vm_exec_core+4171>, 0x7f6ba2350f94 <vm_exec_core+3924>, 0x7f6ba2350eec <vm_exec_core+3756>, 0x7f6ba2350b1b <vm_exec_core+2779>, 0x7f6ba23509eb <vm_exec_core+2475>, 0x7f6ba2350bf1 <vm_exec_core+2993>, 0x7f6ba23507d4 <vm_exec_core+1940>, 0x7f6ba2350e8e <vm_exec_core+3662>, 0x7f6ba23508c9 <vm_exec_core+2185>, 0x7f6ba2350cd7 <vm_exec_core+3223>, 0x7f6ba23506d0 <vm_exec_core+1680>, 0x7f6ba23505d6 <vm_exec_core+1430>, 0x7f6ba23504df <vm_exec_core+1183>, 0x7f6ba23503cc <vm_exec_core+908>, 0x7f6ba2350329 <vm_exec_core+745>, 0x7f6ba2350278 <vm_exec_core+568>, 0x7f6ba235016f <vm_exec_core+303>, 0x7f6ba2356108 <vm_exec_core+24776>, 0x7f6ba2352546 <vm_exec_core+9478>, 0x7f6ba2352446 <vm_exec_core+9222>, 0x7f6ba23560f2 <vm_exec_core+24754>, 0x7f6ba2352346 <vm_exec_core+8966>, 0x7f6ba2352219 <vm_exec_core+8665>, 0x7f6ba2352107 <vm_exec_core+8391>, 0x7f6ba235201b <vm_exec_core+8155>, 0x7f6ba2351f17 <vm_exec_core+7895>, 0x7f6ba2354582 <vm_exec_core+17730>, 0x7f6ba2352835 <vm_exec_core+10229>, 0x7f6ba235278e <vm_exec_core+10062>, 0x7f6ba23526e7 <vm_exec_core+9895>, 0x7f6ba2352640 <vm_exec_core+9728>, 0x7f6ba235298a <vm_exec_core+10570>, 0x7f6ba23528cf <vm_exec_core+10383>, 0x7f6ba23560dc <vm_exec_core+24732>, 0x7f6ba23560c6 <vm_exec_core+24710>, 0x7f6ba23560b0 <vm_exec_core+24688>, 0x7f6ba235609a <vm_exec_core+24666>, 0x7f6ba2356084 <vm_exec_core+24644>, 0x7f6ba235606e <vm_exec_core+24622>, 0x7f6ba2356051 <vm_exec_core+24593>, 0x7f6ba235603b <vm_exec_core+24571>, 0x7f6ba2356025 <vm_exec_core+24549>, 0x7f6ba235600f <vm_exec_core+24527>, 0x7f6ba2355ff9 <vm_exec_core+24505>, 0x7f6ba2355fe3 <vm_exec_core+24483>, 0x7f6ba2355fcd <vm_exec_core+24461>, 0x7f6ba2355fb7 <vm_exec_core+24439>, 0x7f6ba2355fa1 <vm_exec_core+24417>, 0x7f6ba2355f8b <vm_exec_core+24395>, 0x7f6ba2352a51 <vm_exec_core+10769>, 0x7f6ba2351e1f <vm_exec_core+7647>, 0x7f6ba2355f75 <vm_exec_core+24373>, 0x7f6ba2355f5f <vm_exec_core+24351>, 0x7f6ba2355f49 <vm_exec_core+24329>, 0x7f6ba2355f33 <vm_exec_core+24307>, 0x7f6ba235007d <vm_exec_core+61>, 0x7f6ba2350081 <vm_exec_core+65>, 0x7f6ba2351d15 <vm_exec_core+7381>, 0x7f6ba2351af1 <vm_exec_core+6833>, 0x7f6ba2351be9 <vm_exec_core+7081>, 0x7f6ba23519fe <vm_exec_core+6590>, 0x7f6ba235190b <vm_exec_core+6347>, 0x7f6ba235185a <vm_exec_core+6170>, 0x7f6ba23517a9 <vm_exec_core+5993>...}
__func__ = "vm_exec_core"
#36 0x00007f6ba235879b in rb_vm_exec (ec=0x55e837200140) at /tmp/ruby/src/trunk-asserts/vm.c:2393
_ec = 0x55e837200140
_tag = {tag = 36, retval = 4, buf = {0x55e837200140, 0x7f6ba23587a8 <rb_vm_exec+296>, 0x0, 0x7ffe724eacd0, 0x55e837200140}, prev = 0x7ffe724eae50, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
initial = <optimized out>
__func__ = "rb_vm_exec"
#37 0x00007f6ba235b2d9 in vm_yield_with_cref (ec=0x55e837200140, argc=argc@entry=1, argv=argv@entry=0x7ffe724eadd8, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1511
No locals.
#38 0x00007f6ba235b2f8 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffe724eadd8, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1519
No locals.
#39 0x00007f6ba235b324 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffe724eadd8) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1359
No locals.
#40 0x00007f6ba235b397 in rb_yield (val=<optimized out>, val@entry=140100170420592) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1375
No locals.
#41 0x00007f6ba21dd53e in rb_ensure (b_proc=0x7f6ba235b360 <rb_yield>, data1=140100170420592, e_proc=<optimized out>, data2=<optimized out>) at /tmp/ruby/src/trunk-asserts/eval.c:1009
_ec = 0x55e837200140
_tag = {tag = 36, retval = 140100200482512, buf = {0x55e837200140, 0x7f6ba21dd5f0 <rb_ensure+432>, 0x0, 0x7ffe724eadf0, 0x7f6b9ce41170}, prev = 0x7ffe724eb0b0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 4
errinfo = <optimized out>
ec = 0x55e837200140
ensure_list = {next = 0x0, entry = {marker = 0, e_proc = 0x7f6ba2214600 <pipe_close>, data2 = 140100170420592}}
#42 0x00007f6ba23441e6 in vm_call_cfunc_with_frame_ (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4b90, calling=<optimized out>, argc=2, argv=0x7f6ba1bf53c0, stack_bottom=0x7f6ba1bf53b8) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:3437
ci = 0x423100030007
cc = <optimized out>
val = <optimized out>
me = 0x7f6ba1b964a0
cfunc = 0x55e837266e48
recv = 140100200482512
block_handler = 140100252945513
frame_type = 1431634051
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#43 0x00007f6ba234f048 in vm_sendish (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4b90, cd=0x55e838d6c310, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:5491
val = 36
ci = 0x423100030007
cc = 0x7f6b9cdd1cc0
argc = <optimized out>
recv = <optimized out>
calling = {ci = 0x423100030007, cc = 0x7f6b9cdd1cc0, block_handler = 140100252945513, recv = 140100200482512, argc = 2, kw_splat = false, heap_argv = 0}
#44 0x00007f6ba2350215 in vm_exec_core (ec=0xc5c53, initial=810067) at ../../src/trunk-asserts/insns.def:815
bh = <optimized out>
blockiseq = 0x0
leaf = <optimized out>
val = 140730816176544
canary = <optimized out>
cd = 0x55e838d6c310
reg_pc = 0x55e838d6c018
reg_cfp = 0x7f6ba1cf4b90
insns_address_table = {0x7f6ba235162d <vm_exec_core+5613>, 0x7f6ba235152f <vm_exec_core+5359>, 0x7f6ba2351470 <vm_exec_core+5168>, 0x7f6ba235133a <vm_exec_core+4858>, 0x7f6ba235125c <vm_exec_core+4636>, 0x7f6ba2351121 <vm_exec_core+4321>, 0x7f6ba2353707 <vm_exec_core+14023>, 0x7f6ba2353654 <vm_exec_core+13844>, 0x7f6ba2353556 <vm_exec_core+13590>, 0x7f6ba235349d <vm_exec_core+13405>, 0x7f6ba2353a20 <vm_exec_core+14816>, 0x7f6ba2353814 <vm_exec_core+14292>, 0x7f6ba23538d5 <vm_exec_core+14485>, 0x7f6ba235303b <vm_exec_core+12283>, 0x7f6ba235333b <vm_exec_core+13051>, 0x7f6ba2353258 <vm_exec_core+12824>, 0x7f6ba23533ff <vm_exec_core+13247>, 0x7f6ba2352e92 <vm_exec_core+11858>, 0x7f6ba2352dc4 <vm_exec_core+11652>, 0x7f6ba2352d27 <vm_exec_core+11495>, 0x7f6ba2352c3c <vm_exec_core+11260>, 0x7f6ba2352b54 <vm_exec_core+11028>, 0x7f6ba2354092 <vm_exec_core+16466>, 0x7f6ba2353fa0 <vm_exec_core+16224>, 0x7f6ba2354193 <vm_exec_core+16723>, 0x7f6ba2353b1d <vm_exec_core+15069>, 0x7f6ba235448d <vm_exec_core+17485>, 0x7f6ba2353d01 <vm_exec_core+15553>, 0x7f6ba23543aa <vm_exec_core+17258>, 0x7f6ba2352f58 <vm_exec_core+12056>, 0x7f6ba2353f18 <vm_exec_core+16088>, 0x7f6ba2353e26 <vm_exec_core+15846>, 0x7f6ba23542be <vm_exec_core+17022>, 0x7f6ba2353145 <vm_exec_core+12549>, 0x7f6ba2353bfb <vm_exec_core+15291>, 0x7f6ba235109c <vm_exec_core+4188>, 0x7f6ba2350fa5 <vm_exec_core+3941>, 0x7f6ba2350efd <vm_exec_core+3773>, 0x7f6ba2350b2c <vm_exec_core+2796>, 0x7f6ba23509fc <vm_exec_core+2492>, 0x7f6ba2350c02 <vm_exec_core+3010>, 0x7f6ba23507e5 <vm_exec_core+1957>, 0x7f6ba2350e9f <vm_exec_core+3679>, 0x7f6ba23508da <vm_exec_core+2202>, 0x7f6ba2350ce8 <vm_exec_core+3240>, 0x7f6ba23506e1 <vm_exec_core+1697>, 0x7f6ba23505e7 <vm_exec_core+1447>, 0x7f6ba23504f0 <vm_exec_core+1200>, 0x7f6ba23503dd <vm_exec_core+925>, 0x7f6ba235033a <vm_exec_core+762>, 0x7f6ba2350289 <vm_exec_core+585>, 0x7f6ba2350180 <vm_exec_core+320>, 0x7f6ba2350098 <vm_exec_core+88>, 0x7f6ba2352557 <vm_exec_core+9495>, 0x7f6ba2352457 <vm_exec_core+9239>, 0x7f6ba235739b <vm_exec_core+29531>, 0x7f6ba2352357 <vm_exec_core+8983>, 0x7f6ba235222a <vm_exec_core+8682>, 0x7f6ba2352118 <vm_exec_core+8408>, 0x7f6ba235202c <vm_exec_core+8172>, 0x7f6ba2351f28 <vm_exec_core+7912>, 0x7f6ba2354593 <vm_exec_core+17747>, 0x7f6ba2352846 <vm_exec_core+10246>, 0x7f6ba235279f <vm_exec_core+10079>, 0x7f6ba23526f8 <vm_exec_core+9912>, 0x7f6ba2352651 <vm_exec_core+9745>, 0x7f6ba235299b <vm_exec_core+10587>, 0x7f6ba23528e0 <vm_exec_core+10400>, 0x7f6ba23572c4 <vm_exec_core+29316>, 0x7f6ba23571ed <vm_exec_core+29101>, 0x7f6ba2357116 <vm_exec_core+28886>, 0x7f6ba235703f <vm_exec_core+28671>, 0x7f6ba2356f68 <vm_exec_core+28456>, 0x7f6ba2356e82 <vm_exec_core+28226>, 0x7f6ba2356d8e <vm_exec_core+27982>, 0x7f6ba2356cb7 <vm_exec_core+27767>, 0x7f6ba2356be0 <vm_exec_core+27552>, 0x7f6ba2356b09 <vm_exec_core+27337>, 0x7f6ba2356a32 <vm_exec_core+27122>, 0x7f6ba235695b <vm_exec_core+26907>, 0x7f6ba2356884 <vm_exec_core+26692>, 0x7f6ba23567ad <vm_exec_core+26477>, 0x7f6ba23566d6 <vm_exec_core+26262>, 0x7f6ba23565f5 <vm_exec_core+26037>, 0x7f6ba2352a62 <vm_exec_core+10786>, 0x7f6ba2351e30 <vm_exec_core+7664>, 0x7f6ba2356527 <vm_exec_core+25831>, 0x7f6ba2356459 <vm_exec_core+25625>, 0x7f6ba2356392 <vm_exec_core+25426>, 0x7f6ba23562cb <vm_exec_core+25227>, 0x7f6ba23561f3 <vm_exec_core+25011>, 0x7f6ba235611e <vm_exec_core+24798>, 0x7f6ba2351d26 <vm_exec_core+7398>, 0x7f6ba2351b02 <vm_exec_core+6850>, 0x7f6ba2351bfa <vm_exec_core+7098>, 0x7f6ba2351a0f <vm_exec_core+6607>, 0x7f6ba235191c <vm_exec_core+6364>, 0x7f6ba235186b <vm_exec_core+6187>, 0x7f6ba23517ba <vm_exec_core+6010>, 0x7f6ba235171f <vm_exec_core+5855>, 0x7f6ba2351684 <vm_exec_core+5700>, 0x7f6ba235161c <vm_exec_core+5596>, 0x7f6ba235151e <vm_exec_core+5342>, 0x7f6ba235145f <vm_exec_core+5151>, 0x7f6ba2351329 <vm_exec_core+4841>, 0x7f6ba235124b <vm_exec_core+4619>, 0x7f6ba2351110 <vm_exec_core+4304>, 0x7f6ba23536f6 <vm_exec_core+14006>, 0x7f6ba2353643 <vm_exec_core+13827>, 0x7f6ba2353545 <vm_exec_core+13573>, 0x7f6ba235348c <vm_exec_core+13388>, 0x7f6ba2353a0f <vm_exec_core+14799>, 0x7f6ba2353803 <vm_exec_core+14275>, 0x7f6ba23538c4 <vm_exec_core+14468>, 0x7f6ba235302a <vm_exec_core+12266>, 0x7f6ba235332a <vm_exec_core+13034>, 0x7f6ba2353247 <vm_exec_core+12807>, 0x7f6ba23533ee <vm_exec_core+13230>, 0x7f6ba2352e81 <vm_exec_core+11841>, 0x7f6ba2352db3 <vm_exec_core+11635>, 0x7f6ba2352d16 <vm_exec_core+11478>, 0x7f6ba2352c2b <vm_exec_core+11243>, 0x7f6ba2352b43 <vm_exec_core+11011>, 0x7f6ba2354081 <vm_exec_core+16449>, 0x7f6ba2353f8f <vm_exec_core+16207>, 0x7f6ba2354182 <vm_exec_core+16706>, 0x7f6ba2353b0c <vm_exec_core+15052>, 0x7f6ba235447c <vm_exec_core+17468>, 0x7f6ba2353cf0 <vm_exec_core+15536>, 0x7f6ba2354399 <vm_exec_core+17241>, 0x7f6ba2352f47 <vm_exec_core+12039>, 0x7f6ba2353f07 <vm_exec_core+16071>, 0x7f6ba2353e15 <vm_exec_core+15829>, 0x7f6ba23542ad <vm_exec_core+17005>, 0x7f6ba2353134 <vm_exec_core+12532>, 0x7f6ba2353bea <vm_exec_core+15274>, 0x7f6ba235108b <vm_exec_core+4171>, 0x7f6ba2350f94 <vm_exec_core+3924>, 0x7f6ba2350eec <vm_exec_core+3756>, 0x7f6ba2350b1b <vm_exec_core+2779>, 0x7f6ba23509eb <vm_exec_core+2475>, 0x7f6ba2350bf1 <vm_exec_core+2993>, 0x7f6ba23507d4 <vm_exec_core+1940>, 0x7f6ba2350e8e <vm_exec_core+3662>, 0x7f6ba23508c9 <vm_exec_core+2185>, 0x7f6ba2350cd7 <vm_exec_core+3223>, 0x7f6ba23506d0 <vm_exec_core+1680>, 0x7f6ba23505d6 <vm_exec_core+1430>, 0x7f6ba23504df <vm_exec_core+1183>, 0x7f6ba23503cc <vm_exec_core+908>, 0x7f6ba2350329 <vm_exec_core+745>, 0x7f6ba2350278 <vm_exec_core+568>, 0x7f6ba235016f <vm_exec_core+303>, 0x7f6ba2356108 <vm_exec_core+24776>, 0x7f6ba2352546 <vm_exec_core+9478>, 0x7f6ba2352446 <vm_exec_core+9222>, 0x7f6ba23560f2 <vm_exec_core+24754>, 0x7f6ba2352346 <vm_exec_core+8966>, 0x7f6ba2352219 <vm_exec_core+8665>, 0x7f6ba2352107 <vm_exec_core+8391>, 0x7f6ba235201b <vm_exec_core+8155>, 0x7f6ba2351f17 <vm_exec_core+7895>, 0x7f6ba2354582 <vm_exec_core+17730>, 0x7f6ba2352835 <vm_exec_core+10229>, 0x7f6ba235278e <vm_exec_core+10062>, 0x7f6ba23526e7 <vm_exec_core+9895>, 0x7f6ba2352640 <vm_exec_core+9728>, 0x7f6ba235298a <vm_exec_core+10570>, 0x7f6ba23528cf <vm_exec_core+10383>, 0x7f6ba23560dc <vm_exec_core+24732>, 0x7f6ba23560c6 <vm_exec_core+24710>, 0x7f6ba23560b0 <vm_exec_core+24688>, 0x7f6ba235609a <vm_exec_core+24666>, 0x7f6ba2356084 <vm_exec_core+24644>, 0x7f6ba235606e <vm_exec_core+24622>, 0x7f6ba2356051 <vm_exec_core+24593>, 0x7f6ba235603b <vm_exec_core+24571>, 0x7f6ba2356025 <vm_exec_core+24549>, 0x7f6ba235600f <vm_exec_core+24527>, 0x7f6ba2355ff9 <vm_exec_core+24505>, 0x7f6ba2355fe3 <vm_exec_core+24483>, 0x7f6ba2355fcd <vm_exec_core+24461>, 0x7f6ba2355fb7 <vm_exec_core+24439>, 0x7f6ba2355fa1 <vm_exec_core+24417>, 0x7f6ba2355f8b <vm_exec_core+24395>, 0x7f6ba2352a51 <vm_exec_core+10769>, 0x7f6ba2351e1f <vm_exec_core+7647>, 0x7f6ba2355f75 <vm_exec_core+24373>, 0x7f6ba2355f5f <vm_exec_core+24351>, 0x7f6ba2355f49 <vm_exec_core+24329>, 0x7f6ba2355f33 <vm_exec_core+24307>, 0x7f6ba235007d <vm_exec_core+61>, 0x7f6ba2350081 <vm_exec_core+65>, 0x7f6ba2351d15 <vm_exec_core+7381>, 0x7f6ba2351af1 <vm_exec_core+6833>, 0x7f6ba2351be9 <vm_exec_core+7081>, 0x7f6ba23519fe <vm_exec_core+6590>, 0x7f6ba235190b <vm_exec_core+6347>, 0x7f6ba235185a <vm_exec_core+6170>, 0x7f6ba23517a9 <vm_exec_core+5993>...}
__func__ = "vm_exec_core"
#45 0x00007f6ba235879b in rb_vm_exec (ec=0x1f) at /tmp/ruby/src/trunk-asserts/vm.c:2393
_ec = 0x1f
_tag = {tag = 36, retval = 4, buf = {0x55e837200140, 0x7f6ba23587a8 <rb_vm_exec+296>, 0x0, 0x7ffe724eb0a0, 0x55e837200140}, prev = 0x7ffe724eb3b0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
initial = <optimized out>
__func__ = "rb_vm_exec"
#46 0x00007f6ba235b2d9 in vm_yield_with_cref (ec=0x55e837200140, argc=argc@entry=1, argv=argv@entry=0x7ffe724eb1a8, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1511
No locals.
#47 0x00007f6ba235b2f8 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffe724eb1a8, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1519
No locals.
#48 0x00007f6ba235b324 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffe724eb1a8) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1359
No locals.
#49 0x00007f6ba235b397 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1375
No locals.
#50 0x00007f6ba216e3d7 in rb_ary_collect (ary=140100189431664) at /tmp/ruby/src/trunk-asserts/array.c:3745
i = 1
collect = 140100189424464
#51 0x00007f6ba23441e6 in vm_call_cfunc_with_frame_ (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4dd0, calling=<optimized out>, argc=0, argv=0x7f6ba1bf5220, stack_bottom=0x7f6ba1bf5218) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:3437
ci = 0x166100000001
cc = <optimized out>
val = <optimized out>
me = 0x7f6ba1b9cda0
cfunc = 0x55e837258f88
recv = 140100189431664
block_handler = 140100252945897
frame_type = 1431634051
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#52 0x00007f6ba234f048 in vm_sendish (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4dd0, cd=0x55e83731d2b0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:5491
val = 36
ci = 0x166100000001
cc = 0x7f6b9c18c6c0
argc = <optimized out>
recv = <optimized out>
calling = {ci = 0x166100000001, cc = 0x7f6b9c18c6c0, block_handler = 140100252945897, recv = 140100189431664, argc = 0, kw_splat = false, heap_argv = 0}
#53 0x00007f6ba2350215 in vm_exec_core (ec=0xc5c53, initial=810067) at ../../src/trunk-asserts/insns.def:815
bh = <optimized out>
blockiseq = 0x7f6ba1be61e0
leaf = <optimized out>
val = 140730816176544
canary = <optimized out>
cd = 0x55e83731d2b0
reg_pc = 0x55e83731d968
reg_cfp = 0x7f6ba1cf4dd0
insns_address_table = {0x7f6ba235162d <vm_exec_core+5613>, 0x7f6ba235152f <vm_exec_core+5359>, 0x7f6ba2351470 <vm_exec_core+5168>, 0x7f6ba235133a <vm_exec_core+4858>, 0x7f6ba235125c <vm_exec_core+4636>, 0x7f6ba2351121 <vm_exec_core+4321>, 0x7f6ba2353707 <vm_exec_core+14023>, 0x7f6ba2353654 <vm_exec_core+13844>, 0x7f6ba2353556 <vm_exec_core+13590>, 0x7f6ba235349d <vm_exec_core+13405>, 0x7f6ba2353a20 <vm_exec_core+14816>, 0x7f6ba2353814 <vm_exec_core+14292>, 0x7f6ba23538d5 <vm_exec_core+14485>, 0x7f6ba235303b <vm_exec_core+12283>, 0x7f6ba235333b <vm_exec_core+13051>, 0x7f6ba2353258 <vm_exec_core+12824>, 0x7f6ba23533ff <vm_exec_core+13247>, 0x7f6ba2352e92 <vm_exec_core+11858>, 0x7f6ba2352dc4 <vm_exec_core+11652>, 0x7f6ba2352d27 <vm_exec_core+11495>, 0x7f6ba2352c3c <vm_exec_core+11260>, 0x7f6ba2352b54 <vm_exec_core+11028>, 0x7f6ba2354092 <vm_exec_core+16466>, 0x7f6ba2353fa0 <vm_exec_core+16224>, 0x7f6ba2354193 <vm_exec_core+16723>, 0x7f6ba2353b1d <vm_exec_core+15069>, 0x7f6ba235448d <vm_exec_core+17485>, 0x7f6ba2353d01 <vm_exec_core+15553>, 0x7f6ba23543aa <vm_exec_core+17258>, 0x7f6ba2352f58 <vm_exec_core+12056>, 0x7f6ba2353f18 <vm_exec_core+16088>, 0x7f6ba2353e26 <vm_exec_core+15846>, 0x7f6ba23542be <vm_exec_core+17022>, 0x7f6ba2353145 <vm_exec_core+12549>, 0x7f6ba2353bfb <vm_exec_core+15291>, 0x7f6ba235109c <vm_exec_core+4188>, 0x7f6ba2350fa5 <vm_exec_core+3941>, 0x7f6ba2350efd <vm_exec_core+3773>, 0x7f6ba2350b2c <vm_exec_core+2796>, 0x7f6ba23509fc <vm_exec_core+2492>, 0x7f6ba2350c02 <vm_exec_core+3010>, 0x7f6ba23507e5 <vm_exec_core+1957>, 0x7f6ba2350e9f <vm_exec_core+3679>, 0x7f6ba23508da <vm_exec_core+2202>, 0x7f6ba2350ce8 <vm_exec_core+3240>, 0x7f6ba23506e1 <vm_exec_core+1697>, 0x7f6ba23505e7 <vm_exec_core+1447>, 0x7f6ba23504f0 <vm_exec_core+1200>, 0x7f6ba23503dd <vm_exec_core+925>, 0x7f6ba235033a <vm_exec_core+762>, 0x7f6ba2350289 <vm_exec_core+585>, 0x7f6ba2350180 <vm_exec_core+320>, 0x7f6ba2350098 <vm_exec_core+88>, 0x7f6ba2352557 <vm_exec_core+9495>, 0x7f6ba2352457 <vm_exec_core+9239>, 0x7f6ba235739b <vm_exec_core+29531>, 0x7f6ba2352357 <vm_exec_core+8983>, 0x7f6ba235222a <vm_exec_core+8682>, 0x7f6ba2352118 <vm_exec_core+8408>, 0x7f6ba235202c <vm_exec_core+8172>, 0x7f6ba2351f28 <vm_exec_core+7912>, 0x7f6ba2354593 <vm_exec_core+17747>, 0x7f6ba2352846 <vm_exec_core+10246>, 0x7f6ba235279f <vm_exec_core+10079>, 0x7f6ba23526f8 <vm_exec_core+9912>, 0x7f6ba2352651 <vm_exec_core+9745>, 0x7f6ba235299b <vm_exec_core+10587>, 0x7f6ba23528e0 <vm_exec_core+10400>, 0x7f6ba23572c4 <vm_exec_core+29316>, 0x7f6ba23571ed <vm_exec_core+29101>, 0x7f6ba2357116 <vm_exec_core+28886>, 0x7f6ba235703f <vm_exec_core+28671>, 0x7f6ba2356f68 <vm_exec_core+28456>, 0x7f6ba2356e82 <vm_exec_core+28226>, 0x7f6ba2356d8e <vm_exec_core+27982>, 0x7f6ba2356cb7 <vm_exec_core+27767>, 0x7f6ba2356be0 <vm_exec_core+27552>, 0x7f6ba2356b09 <vm_exec_core+27337>, 0x7f6ba2356a32 <vm_exec_core+27122>, 0x7f6ba235695b <vm_exec_core+26907>, 0x7f6ba2356884 <vm_exec_core+26692>, 0x7f6ba23567ad <vm_exec_core+26477>, 0x7f6ba23566d6 <vm_exec_core+26262>, 0x7f6ba23565f5 <vm_exec_core+26037>, 0x7f6ba2352a62 <vm_exec_core+10786>, 0x7f6ba2351e30 <vm_exec_core+7664>, 0x7f6ba2356527 <vm_exec_core+25831>, 0x7f6ba2356459 <vm_exec_core+25625>, 0x7f6ba2356392 <vm_exec_core+25426>, 0x7f6ba23562cb <vm_exec_core+25227>, 0x7f6ba23561f3 <vm_exec_core+25011>, 0x7f6ba235611e <vm_exec_core+24798>, 0x7f6ba2351d26 <vm_exec_core+7398>, 0x7f6ba2351b02 <vm_exec_core+6850>, 0x7f6ba2351bfa <vm_exec_core+7098>, 0x7f6ba2351a0f <vm_exec_core+6607>, 0x7f6ba235191c <vm_exec_core+6364>, 0x7f6ba235186b <vm_exec_core+6187>, 0x7f6ba23517ba <vm_exec_core+6010>, 0x7f6ba235171f <vm_exec_core+5855>, 0x7f6ba2351684 <vm_exec_core+5700>, 0x7f6ba235161c <vm_exec_core+5596>, 0x7f6ba235151e <vm_exec_core+5342>, 0x7f6ba235145f <vm_exec_core+5151>, 0x7f6ba2351329 <vm_exec_core+4841>, 0x7f6ba235124b <vm_exec_core+4619>, 0x7f6ba2351110 <vm_exec_core+4304>, 0x7f6ba23536f6 <vm_exec_core+14006>, 0x7f6ba2353643 <vm_exec_core+13827>, 0x7f6ba2353545 <vm_exec_core+13573>, 0x7f6ba235348c <vm_exec_core+13388>, 0x7f6ba2353a0f <vm_exec_core+14799>, 0x7f6ba2353803 <vm_exec_core+14275>, 0x7f6ba23538c4 <vm_exec_core+14468>, 0x7f6ba235302a <vm_exec_core+12266>, 0x7f6ba235332a <vm_exec_core+13034>, 0x7f6ba2353247 <vm_exec_core+12807>, 0x7f6ba23533ee <vm_exec_core+13230>, 0x7f6ba2352e81 <vm_exec_core+11841>, 0x7f6ba2352db3 <vm_exec_core+11635>, 0x7f6ba2352d16 <vm_exec_core+11478>, 0x7f6ba2352c2b <vm_exec_core+11243>, 0x7f6ba2352b43 <vm_exec_core+11011>, 0x7f6ba2354081 <vm_exec_core+16449>, 0x7f6ba2353f8f <vm_exec_core+16207>, 0x7f6ba2354182 <vm_exec_core+16706>, 0x7f6ba2353b0c <vm_exec_core+15052>, 0x7f6ba235447c <vm_exec_core+17468>, 0x7f6ba2353cf0 <vm_exec_core+15536>, 0x7f6ba2354399 <vm_exec_core+17241>, 0x7f6ba2352f47 <vm_exec_core+12039>, 0x7f6ba2353f07 <vm_exec_core+16071>, 0x7f6ba2353e15 <vm_exec_core+15829>, 0x7f6ba23542ad <vm_exec_core+17005>, 0x7f6ba2353134 <vm_exec_core+12532>, 0x7f6ba2353bea <vm_exec_core+15274>, 0x7f6ba235108b <vm_exec_core+4171>, 0x7f6ba2350f94 <vm_exec_core+3924>, 0x7f6ba2350eec <vm_exec_core+3756>, 0x7f6ba2350b1b <vm_exec_core+2779>, 0x7f6ba23509eb <vm_exec_core+2475>, 0x7f6ba2350bf1 <vm_exec_core+2993>, 0x7f6ba23507d4 <vm_exec_core+1940>, 0x7f6ba2350e8e <vm_exec_core+3662>, 0x7f6ba23508c9 <vm_exec_core+2185>, 0x7f6ba2350cd7 <vm_exec_core+3223>, 0x7f6ba23506d0 <vm_exec_core+1680>, 0x7f6ba23505d6 <vm_exec_core+1430>, 0x7f6ba23504df <vm_exec_core+1183>, 0x7f6ba23503cc <vm_exec_core+908>, 0x7f6ba2350329 <vm_exec_core+745>, 0x7f6ba2350278 <vm_exec_core+568>, 0x7f6ba235016f <vm_exec_core+303>, 0x7f6ba2356108 <vm_exec_core+24776>, 0x7f6ba2352546 <vm_exec_core+9478>, 0x7f6ba2352446 <vm_exec_core+9222>, 0x7f6ba23560f2 <vm_exec_core+24754>, 0x7f6ba2352346 <vm_exec_core+8966>, 0x7f6ba2352219 <vm_exec_core+8665>, 0x7f6ba2352107 <vm_exec_core+8391>, 0x7f6ba235201b <vm_exec_core+8155>, 0x7f6ba2351f17 <vm_exec_core+7895>, 0x7f6ba2354582 <vm_exec_core+17730>, 0x7f6ba2352835 <vm_exec_core+10229>, 0x7f6ba235278e <vm_exec_core+10062>, 0x7f6ba23526e7 <vm_exec_core+9895>, 0x7f6ba2352640 <vm_exec_core+9728>, 0x7f6ba235298a <vm_exec_core+10570>, 0x7f6ba23528cf <vm_exec_core+10383>, 0x7f6ba23560dc <vm_exec_core+24732>, 0x7f6ba23560c6 <vm_exec_core+24710>, 0x7f6ba23560b0 <vm_exec_core+24688>, 0x7f6ba235609a <vm_exec_core+24666>, 0x7f6ba2356084 <vm_exec_core+24644>, 0x7f6ba235606e <vm_exec_core+24622>, 0x7f6ba2356051 <vm_exec_core+24593>, 0x7f6ba235603b <vm_exec_core+24571>, 0x7f6ba2356025 <vm_exec_core+24549>, 0x7f6ba235600f <vm_exec_core+24527>, 0x7f6ba2355ff9 <vm_exec_core+24505>, 0x7f6ba2355fe3 <vm_exec_core+24483>, 0x7f6ba2355fcd <vm_exec_core+24461>, 0x7f6ba2355fb7 <vm_exec_core+24439>, 0x7f6ba2355fa1 <vm_exec_core+24417>, 0x7f6ba2355f8b <vm_exec_core+24395>, 0x7f6ba2352a51 <vm_exec_core+10769>, 0x7f6ba2351e1f <vm_exec_core+7647>, 0x7f6ba2355f75 <vm_exec_core+24373>, 0x7f6ba2355f5f <vm_exec_core+24351>, 0x7f6ba2355f49 <vm_exec_core+24329>, 0x7f6ba2355f33 <vm_exec_core+24307>, 0x7f6ba235007d <vm_exec_core+61>, 0x7f6ba2350081 <vm_exec_core+65>, 0x7f6ba2351d15 <vm_exec_core+7381>, 0x7f6ba2351af1 <vm_exec_core+6833>, 0x7f6ba2351be9 <vm_exec_core+7081>, 0x7f6ba23519fe <vm_exec_core+6590>, 0x7f6ba235190b <vm_exec_core+6347>, 0x7f6ba235185a <vm_exec_core+6170>, 0x7f6ba23517a9 <vm_exec_core+5993>...}
__func__ = "vm_exec_core"
#54 0x00007f6ba235879b in rb_vm_exec (ec=0x55e837200140) at /tmp/ruby/src/trunk-asserts/vm.c:2393
_ec = 0x55e837200140
_tag = {tag = 36, retval = 4, buf = {0x55e837200140, 0x7f6ba23587a8 <rb_vm_exec+296>, 0x0, 0x7ffe724eb3a0, 0x55e837200140}, prev = 0x7ffe724eb6b0, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
initial = <optimized out>
__func__ = "rb_vm_exec"
#55 0x00007f6ba235b2d9 in vm_yield_with_cref (ec=0x55e837200140, argc=argc@entry=1, argv=argv@entry=0x7ffe724eb4a8, kw_splat=kw_splat@entry=0, cref=cref@entry=0x0, is_lambda=is_lambda@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1511
No locals.
#56 0x00007f6ba235b2f8 in vm_yield (ec=<optimized out>, argc=argc@entry=1, argv=argv@entry=0x7ffe724eb4a8, kw_splat=kw_splat@entry=0) at /tmp/ruby/src/trunk-asserts/vm.c:1519
No locals.
#57 0x00007f6ba235b324 in rb_yield_0 (argc=argc@entry=1, argv=argv@entry=0x7ffe724eb4a8) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1359
No locals.
#58 0x00007f6ba235b397 in rb_yield (val=<optimized out>) at /tmp/ruby/src/trunk-asserts/vm_eval.c:1375
No locals.
#59 0x00007f6ba216e3d7 in rb_ary_collect (ary=140100168474528) at /tmp/ruby/src/trunk-asserts/array.c:3745
i = 0
collect = 140100168474432
#60 0x00007f6ba23441e6 in vm_call_cfunc_with_frame_ (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4f10, calling=<optimized out>, argc=0, argv=0x7f6ba1bf50c8, stack_bottom=0x7f6ba1bf50c0) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:3437
ci = 0x166100000001
cc = <optimized out>
val = <optimized out>
me = 0x7f6ba1b9cda0
cfunc = 0x55e837258f88
recv = 140100168474528
block_handler = 140100252946217
frame_type = 1431634051
__func__ = "vm_call_cfunc_with_frame_"
len = <optimized out>
args = <optimized out>
args = <optimized out>
#61 0x00007f6ba234f048 in vm_sendish (ec=0x55e837200140, reg_cfp=0x7f6ba1cf4f10, cd=0x55e83724a1d0, block_handler=<optimized out>, method_explorer=mexp_search_method) at /tmp/ruby/src/trunk-asserts/vm_insnhelper.c:5491
val = 36
ci = 0x166100000001
cc = 0x7f6b9c18c6c0
argc = <optimized out>
recv = <optimized out>
calling = {ci = 0x166100000001, cc = 0x7f6b9c18c6c0, block_handler = 140100252946217, recv = 140100168474528, argc = 0, kw_splat = false, heap_argv = 0}
#62 0x00007f6ba2350215 in vm_exec_core (ec=0xc5c53, initial=810067) at ../../src/trunk-asserts/insns.def:815
bh = <optimized out>
blockiseq = 0x7f6ba1b9f0b0
leaf = <optimized out>
val = 140730816176544
canary = <optimized out>
cd = 0x55e83724a1d0
reg_pc = 0x55e837394f78
reg_cfp = 0x7f6ba1cf4f10
insns_address_table = {0x7f6ba235162d <vm_exec_core+5613>, 0x7f6ba235152f <vm_exec_core+5359>, 0x7f6ba2351470 <vm_exec_core+5168>, 0x7f6ba235133a <vm_exec_core+4858>, 0x7f6ba235125c <vm_exec_core+4636>, 0x7f6ba2351121 <vm_exec_core+4321>, 0x7f6ba2353707 <vm_exec_core+14023>, 0x7f6ba2353654 <vm_exec_core+13844>, 0x7f6ba2353556 <vm_exec_core+13590>, 0x7f6ba235349d <vm_exec_core+13405>, 0x7f6ba2353a20 <vm_exec_core+14816>, 0x7f6ba2353814 <vm_exec_core+14292>, 0x7f6ba23538d5 <vm_exec_core+14485>, 0x7f6ba235303b <vm_exec_core+12283>, 0x7f6ba235333b <vm_exec_core+13051>, 0x7f6ba2353258 <vm_exec_core+12824>, 0x7f6ba23533ff <vm_exec_core+13247>, 0x7f6ba2352e92 <vm_exec_core+11858>, 0x7f6ba2352dc4 <vm_exec_core+11652>, 0x7f6ba2352d27 <vm_exec_core+11495>, 0x7f6ba2352c3c <vm_exec_core+11260>, 0x7f6ba2352b54 <vm_exec_core+11028>, 0x7f6ba2354092 <vm_exec_core+16466>, 0x7f6ba2353fa0 <vm_exec_core+16224>, 0x7f6ba2354193 <vm_exec_core+16723>, 0x7f6ba2353b1d <vm_exec_core+15069>, 0x7f6ba235448d <vm_exec_core+17485>, 0x7f6ba2353d01 <vm_exec_core+15553>, 0x7f6ba23543aa <vm_exec_core+17258>, 0x7f6ba2352f58 <vm_exec_core+12056>, 0x7f6ba2353f18 <vm_exec_core+16088>, 0x7f6ba2353e26 <vm_exec_core+15846>, 0x7f6ba23542be <vm_exec_core+17022>, 0x7f6ba2353145 <vm_exec_core+12549>, 0x7f6ba2353bfb <vm_exec_core+15291>, 0x7f6ba235109c <vm_exec_core+4188>, 0x7f6ba2350fa5 <vm_exec_core+3941>, 0x7f6ba2350efd <vm_exec_core+3773>, 0x7f6ba2350b2c <vm_exec_core+2796>, 0x7f6ba23509fc <vm_exec_core+2492>, 0x7f6ba2350c02 <vm_exec_core+3010>, 0x7f6ba23507e5 <vm_exec_core+1957>, 0x7f6ba2350e9f <vm_exec_core+3679>, 0x7f6ba23508da <vm_exec_core+2202>, 0x7f6ba2350ce8 <vm_exec_core+3240>, 0x7f6ba23506e1 <vm_exec_core+1697>, 0x7f6ba23505e7 <vm_exec_core+1447>, 0x7f6ba23504f0 <vm_exec_core+1200>, 0x7f6ba23503dd <vm_exec_core+925>, 0x7f6ba235033a <vm_exec_core+762>, 0x7f6ba2350289 <vm_exec_core+585>, 0x7f6ba2350180 <vm_exec_core+320>, 0x7f6ba2350098 <vm_exec_core+88>, 0x7f6ba2352557 <vm_exec_core+9495>, 0x7f6ba2352457 <vm_exec_core+9239>, 0x7f6ba235739b <vm_exec_core+29531>, 0x7f6ba2352357 <vm_exec_core+8983>, 0x7f6ba235222a <vm_exec_core+8682>, 0x7f6ba2352118 <vm_exec_core+8408>, 0x7f6ba235202c <vm_exec_core+8172>, 0x7f6ba2351f28 <vm_exec_core+7912>, 0x7f6ba2354593 <vm_exec_core+17747>, 0x7f6ba2352846 <vm_exec_core+10246>, 0x7f6ba235279f <vm_exec_core+10079>, 0x7f6ba23526f8 <vm_exec_core+9912>, 0x7f6ba2352651 <vm_exec_core+9745>, 0x7f6ba235299b <vm_exec_core+10587>, 0x7f6ba23528e0 <vm_exec_core+10400>, 0x7f6ba23572c4 <vm_exec_core+29316>, 0x7f6ba23571ed <vm_exec_core+29101>, 0x7f6ba2357116 <vm_exec_core+28886>, 0x7f6ba235703f <vm_exec_core+28671>, 0x7f6ba2356f68 <vm_exec_core+28456>, 0x7f6ba2356e82 <vm_exec_core+28226>, 0x7f6ba2356d8e <vm_exec_core+27982>, 0x7f6ba2356cb7 <vm_exec_core+27767>, 0x7f6ba2356be0 <vm_exec_core+27552>, 0x7f6ba2356b09 <vm_exec_core+27337>, 0x7f6ba2356a32 <vm_exec_core+27122>, 0x7f6ba235695b <vm_exec_core+26907>, 0x7f6ba2356884 <vm_exec_core+26692>, 0x7f6ba23567ad <vm_exec_core+26477>, 0x7f6ba23566d6 <vm_exec_core+26262>, 0x7f6ba23565f5 <vm_exec_core+26037>, 0x7f6ba2352a62 <vm_exec_core+10786>, 0x7f6ba2351e30 <vm_exec_core+7664>, 0x7f6ba2356527 <vm_exec_core+25831>, 0x7f6ba2356459 <vm_exec_core+25625>, 0x7f6ba2356392 <vm_exec_core+25426>, 0x7f6ba23562cb <vm_exec_core+25227>, 0x7f6ba23561f3 <vm_exec_core+25011>, 0x7f6ba235611e <vm_exec_core+24798>, 0x7f6ba2351d26 <vm_exec_core+7398>, 0x7f6ba2351b02 <vm_exec_core+6850>, 0x7f6ba2351bfa <vm_exec_core+7098>, 0x7f6ba2351a0f <vm_exec_core+6607>, 0x7f6ba235191c <vm_exec_core+6364>, 0x7f6ba235186b <vm_exec_core+6187>, 0x7f6ba23517ba <vm_exec_core+6010>, 0x7f6ba235171f <vm_exec_core+5855>, 0x7f6ba2351684 <vm_exec_core+5700>, 0x7f6ba235161c <vm_exec_core+5596>, 0x7f6ba235151e <vm_exec_core+5342>, 0x7f6ba235145f <vm_exec_core+5151>, 0x7f6ba2351329 <vm_exec_core+4841>, 0x7f6ba235124b <vm_exec_core+4619>, 0x7f6ba2351110 <vm_exec_core+4304>, 0x7f6ba23536f6 <vm_exec_core+14006>, 0x7f6ba2353643 <vm_exec_core+13827>, 0x7f6ba2353545 <vm_exec_core+13573>, 0x7f6ba235348c <vm_exec_core+13388>, 0x7f6ba2353a0f <vm_exec_core+14799>, 0x7f6ba2353803 <vm_exec_core+14275>, 0x7f6ba23538c4 <vm_exec_core+14468>, 0x7f6ba235302a <vm_exec_core+12266>, 0x7f6ba235332a <vm_exec_core+13034>, 0x7f6ba2353247 <vm_exec_core+12807>, 0x7f6ba23533ee <vm_exec_core+13230>, 0x7f6ba2352e81 <vm_exec_core+11841>, 0x7f6ba2352db3 <vm_exec_core+11635>, 0x7f6ba2352d16 <vm_exec_core+11478>, 0x7f6ba2352c2b <vm_exec_core+11243>, 0x7f6ba2352b43 <vm_exec_core+11011>, 0x7f6ba2354081 <vm_exec_core+16449>, 0x7f6ba2353f8f <vm_exec_core+16207>, 0x7f6ba2354182 <vm_exec_core+16706>, 0x7f6ba2353b0c <vm_exec_core+15052>, 0x7f6ba235447c <vm_exec_core+17468>, 0x7f6ba2353cf0 <vm_exec_core+15536>, 0x7f6ba2354399 <vm_exec_core+17241>, 0x7f6ba2352f47 <vm_exec_core+12039>, 0x7f6ba2353f07 <vm_exec_core+16071>, 0x7f6ba2353e15 <vm_exec_core+15829>, 0x7f6ba23542ad <vm_exec_core+17005>, 0x7f6ba2353134 <vm_exec_core+12532>, 0x7f6ba2353bea <vm_exec_core+15274>, 0x7f6ba235108b <vm_exec_core+4171>, 0x7f6ba2350f94 <vm_exec_core+3924>, 0x7f6ba2350eec <vm_exec_core+3756>, 0x7f6ba2350b1b <vm_exec_core+2779>, 0x7f6ba23509eb <vm_exec_core+2475>, 0x7f6ba2350bf1 <vm_exec_core+2993>, 0x7f6ba23507d4 <vm_exec_core+1940>, 0x7f6ba2350e8e <vm_exec_core+3662>, 0x7f6ba23508c9 <vm_exec_core+2185>, 0x7f6ba2350cd7 <vm_exec_core+3223>, 0x7f6ba23506d0 <vm_exec_core+1680>, 0x7f6ba23505d6 <vm_exec_core+1430>, 0x7f6ba23504df <vm_exec_core+1183>, 0x7f6ba23503cc <vm_exec_core+908>, 0x7f6ba2350329 <vm_exec_core+745>, 0x7f6ba2350278 <vm_exec_core+568>, 0x7f6ba235016f <vm_exec_core+303>, 0x7f6ba2356108 <vm_exec_core+24776>, 0x7f6ba2352546 <vm_exec_core+9478>, 0x7f6ba2352446 <vm_exec_core+9222>, 0x7f6ba23560f2 <vm_exec_core+24754>, 0x7f6ba2352346 <vm_exec_core+8966>, 0x7f6ba2352219 <vm_exec_core+8665>, 0x7f6ba2352107 <vm_exec_core+8391>, 0x7f6ba235201b <vm_exec_core+8155>, 0x7f6ba2351f17 <vm_exec_core+7895>, 0x7f6ba2354582 <vm_exec_core+17730>, 0x7f6ba2352835 <vm_exec_core+10229>, 0x7f6ba235278e <vm_exec_core+10062>, 0x7f6ba23526e7 <vm_exec_core+9895>, 0x7f6ba2352640 <vm_exec_core+9728>, 0x7f6ba235298a <vm_exec_core+10570>, 0x7f6ba23528cf <vm_exec_core+10383>, 0x7f6ba23560dc <vm_exec_core+24732>, 0x7f6ba23560c6 <vm_exec_core+24710>, 0x7f6ba23560b0 <vm_exec_core+24688>, 0x7f6ba235609a <vm_exec_core+24666>, 0x7f6ba2356084 <vm_exec_core+24644>, 0x7f6ba235606e <vm_exec_core+24622>, 0x7f6ba2356051 <vm_exec_core+24593>, 0x7f6ba235603b <vm_exec_core+24571>, 0x7f6ba2356025 <vm_exec_core+24549>, 0x7f6ba235600f <vm_exec_core+24527>, 0x7f6ba2355ff9 <vm_exec_core+24505>, 0x7f6ba2355fe3 <vm_exec_core+24483>, 0x7f6ba2355fcd <vm_exec_core+24461>, 0x7f6ba2355fb7 <vm_exec_core+24439>, 0x7f6ba2355fa1 <vm_exec_core+24417>, 0x7f6ba2355f8b <vm_exec_core+24395>, 0x7f6ba2352a51 <vm_exec_core+10769>, 0x7f6ba2351e1f <vm_exec_core+7647>, 0x7f6ba2355f75 <vm_exec_core+24373>, 0x7f6ba2355f5f <vm_exec_core+24351>, 0x7f6ba2355f49 <vm_exec_core+24329>, 0x7f6ba2355f33 <vm_exec_core+24307>, 0x7f6ba235007d <vm_exec_core+61>, 0x7f6ba2350081 <vm_exec_core+65>, 0x7f6ba2351d15 <vm_exec_core+7381>, 0x7f6ba2351af1 <vm_exec_core+6833>, 0x7f6ba2351be9 <vm_exec_core+7081>, 0x7f6ba23519fe <vm_exec_core+6590>, 0x7f6ba235190b <vm_exec_core+6347>, 0x7f6ba235185a <vm_exec_core+6170>, 0x7f6ba23517a9 <vm_exec_core+5993>...}
__func__ = "vm_exec_core"
#63 0x00007f6ba235879b in rb_vm_exec (ec=0xe) at /tmp/ruby/src/trunk-asserts/vm.c:2393
_ec = 0xe
_tag = {tag = 36, retval = 4, buf = {0x55e837200140, 0x7f6ba23587a8 <rb_vm_exec+296>, 0x0, 0x7ffe724eb6a0, 0x7f6ba264d040 <_rtld_global>}, prev = 0x7ffe724eb760, state = RUBY_TAG_NONE, lock_rec = 0}
state = <optimized out>
result = 36
initial = <optimized out>
__func__ = "rb_vm_exec"
#64 0x00007f6ba21d97a0 in rb_ec_exec_node (ec=ec@entry=0x55e837200140, n=n@entry=0x7f6ba1b9f9b0) at /tmp/ruby/src/trunk-asserts/eval.c:287
th = <optimized out>
_ec = <optimized out>
_tag = {tag = 36, retval = 94455845617984, buf = {0x55e837200140, 0x7f6ba21d97d0 <rb_ec_exec_node+192>, 0x0, 0x7ffe724eb740, 0x24}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = 0
iseq = 0x7f6ba1b9f9b0
#65 0x00007f6ba21debeb in ruby_run_node (n=0x7f6ba1b9f9b0) at /tmp/ruby/src/trunk-asserts/eval.c:328
ec = 0x55e837200140
status = 0
#66 0x000055e83687628b in rb_main (argc=11, argv=0x7ffe724eb978) at /tmp/ruby/src/trunk-asserts/main.c:39
variable_in_this_stack_frame = 11
#67 0x000055e836876158 in main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)