# Logfile created on 2025-09-03 14:44:47 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x000075daa06efdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @no_timeout_error=nil, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20250903-144446", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000075daa4cfddd0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000075daa4cfdc18 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000075daa06293a0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20250903-144446", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20250903-144446>, @binmode=false, @mon_data=#<Monitor:0x000075daa4cfd6c8>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a
Update rbs to 368bf4b1ab52a9335e2022618ac4545a4d9cacdf
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
echo 368bf4b1ab52a9335e2022618ac4545a4d9cacdf | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision unchanged
Update irb to 331c4e851296b115db766c291e8cf54a2492fb36
echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/irb.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/irb.revision unchanged
rm -rf .bundle/gems/win32ole-1.9.2/
Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 3.0.0dev
  File: power_assert-3.0.0dev.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   f0cc93c..837d741  master     -> origin/master
Updating f0cc93c..837d741
Fast-forward
 .github/workflows/mingw.yml                        |   2 +-
 bootstraptest/test_ractor.rb                       |   2 +-
 configure.ac                                       |   4 -
 depend                                             |   1 +
 doc/strscan/strscan.md                             |   2 +-
 ext/-test-/tracepoint/gc_hook.c                    |  26 +-
 ext/-test-/tracepoint/tracepoint.c                 |  10 +-
 ext/json/generator/generator.c                     |   2 +-
 ext/json/lib/json/common.rb                        |  12 +-
 gems/bundled_gems                                  |   2 +-
 jit.c                                              |  48 ++++
 lib/bundler.rb                                     |   1 -
 lib/bundler/cli.rb                                 |  34 +--
 lib/bundler/cli/inject.rb                          |  60 -----
 lib/bundler/cli/install.rb                         |   2 -
 lib/bundler/cli/lock.rb                            |  10 +-
 lib/bundler/cli/viz.rb                             |  31 ---
 lib/bundler/definition.rb                          |  82 ++++---
 lib/bundler/errors.rb                              |   1 +
 lib/bundler/graph.rb                               | 152 ------------
 lib/bundler/man/bundle-inject.1                    |  31 ---
 lib/bundler/man/bundle-inject.1.ronn               |  32 ---
 lib/bundler/man/bundle-viz.1                       |  30 ---
 lib/bundler/man/bundle-viz.1.ronn                  |  36 ---
 lib/bundler/man/bundle.1                           |   9 -
 lib/bundler/man/bundle.1.ronn                      |   9 -
 lib/bundler/man/index.txt                          |   2 -
 lib/bundler/shared_helpers.rb                      |  11 +-
 lib/rubygems/commands/sources_command.rb           |  55 ++++-
 lib/rubygems/defaults.rb                           |   2 +-
 random.c                                           |  10 +-
 spec/bundler/bundler/shared_helpers_spec.rb        |   6 +-
 spec/bundler/commands/cache_spec.rb                | 151 ++++++++++--
 spec/bundler/commands/inject_spec.rb               | 113 ---------
 spec/bundler/commands/lock_spec.rb                 |  38 +++
 spec/bundler/commands/viz_spec.rb                  | 144 -----------
 spec/bundler/other/cli_man_pages_spec.rb           |  12 +-
 spec/bundler/other/major_deprecation_spec.rb       |  61 ++++-
 spec/bundler/support/helpers.rb                    |   2 +-
 test/-ext-/tracepoint/test_tracepoint.rb           |   2 +-
 test/.excludes-zjit/ErrorHighlightTest.rb          |   1 -
 test/.excludes-zjit/TestObjSpace.rb                |   2 -
 test/.excludes-zjit/TestParse.rb                   |   2 -
 test/.excludes-zjit/TestRegexp.rb                  |   1 -
 test/.excludes-zjit/TestTimeout.rb                 |   3 -
 test/io/wait/test_io_wait.rb                       |   2 +-
 test/json/json_common_interface_test.rb            |  81 +++++++
 test/json/json_generator_test.rb                   |  12 +
 test/ruby/test_gc.rb                               |   2 +-
 test/ruby/test_settracefunc.rb                     |   2 +-
 test/ruby/test_thread_cv.rb                        |   2 +-
 test/ruby/test_transcode.rb                        |   4 +-
 test/ruby/test_zjit.rb                             |  92 +++++++
 test/rubygems/helper.rb                            |   3 +-
 test/rubygems/test_gem.rb                          |   3 +
 test/rubygems/test_gem_commands_sources_command.rb | 269 +++++++++++----------
 .../custom_name/ext/custom_name_lib/Cargo.lock     |   8 +-
 .../custom_name/ext/custom_name_lib/Cargo.toml     |   2 +-
 .../rust_ruby_example/Cargo.lock                   |   8 +-
 .../rust_ruby_example/Cargo.toml                   |   2 +-
 test/socket/test_socket.rb                         |   7 +-
 tool/bundler/dev_gems.rb.lock                      |   1 +
 tool/bundler/rubocop_gems.rb.lock                  |   1 +
 tool/bundler/standard_gems.rb.lock                 |   1 +
 tool/bundler/test_gems.rb                          |   1 -
 tool/bundler/test_gems.rb.lock                     |   7 +-
 tool/bundler/vendor_gems.rb.lock                   |   1 +
 vm_trace.c                                         |   3 +
 yjit.c                                             |  47 ----
 yjit/bindgen/src/main.rs                           |   2 +-
 yjit/src/core.rs                                   |   2 +-
 yjit/src/cruby_bindings.inc.rs                     |   4 +-
 zjit.h                                             |   2 +
 zjit.rb                                            |  11 +-
 zjit/bindgen/src/main.rs                           |   3 +-
 zjit/src/asm/mod.rs                                |   4 +-
 zjit/src/backend/arm64/mod.rs                      |  22 +-
 zjit/src/backend/lir.rs                            |  14 +-
 zjit/src/backend/x86_64/mod.rs                     |   9 +-
 zjit/src/codegen.rs                                | 200 +++++++--------
 zjit/src/cruby.rs                                  |  13 +-
 zjit/src/cruby_bindings.inc.rs                     |   2 +
 zjit/src/gc.rs                                     |   3 +-
 zjit/src/hir.rs                                    | 179 +++++++++++++-
 zjit/src/invariants.rs                             |  22 ++
 zjit/src/options.rs                                |   6 +-
 zjit/src/stats.rs                                  |  57 ++++-
 87 files changed, 1209 insertions(+), 1156 deletions(-)
 delete mode 100644 lib/bundler/cli/inject.rb
 delete mode 100644 lib/bundler/cli/viz.rb
 delete mode 100644 lib/bundler/graph.rb
 delete mode 100644 lib/bundler/man/bundle-inject.1
 delete mode 100644 lib/bundler/man/bundle-inject.1.ronn
 delete mode 100644 lib/bundler/man/bundle-viz.1
 delete mode 100644 lib/bundler/man/bundle-viz.1.ronn
 delete mode 100644 spec/bundler/commands/inject_spec.rb
 delete mode 100644 spec/bundler/commands/viz_spec.rb
 delete mode 100644 test/.excludes-zjit/ErrorHighlightTest.rb
 delete mode 100644 test/.excludes-zjit/TestObjSpace.rb
 delete mode 100644 test/.excludes-zjit/TestParse.rb
 delete mode 100644 test/.excludes-zjit/TestRegexp.rb
 delete mode 100644 test/.excludes-zjit/TestTimeout.rb
Latest commit hash = 837d74104c
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed -f /tmp/ruby/src/trunk-repeat50/tool/prereq.status /tmp/ruby/src/trunk-repeat50/common.mk /tmp/ruby/src/trunk-repeat50/prism/srcs.mk /tmp/ruby/src/trunk-repeat50/depend > uncommon.mk
cd -P /tmp/ruby/src/trunk-repeat50 && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/src/trunk-repeat50/configure --prefix=/tmp/ruby/install/trunk-repeat50 --disable-install-doc --enable-shared --no-create --no-recursion
checking for ruby... /usr/bin/ruby --disable=gems
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether the compiler supports GNU C... yes
checking whether gcc accepts -g... yes
checking for gcc option to enable C11 features... none needed
checking for g++... no
checking for c++... c++
checking whether the compiler supports GNU C++... yes
checking whether c++ accepts -g... yes
checking for c++ option to enable C++11 features... unsupported
checking for c++ option to enable C++98 features... unsupported
checking how to run the C preprocessor... gcc -E
checking for gas... no
checking for as... as
checking for gobjcopy... no
checking for objcopy... objcopy
checking for gobjdump... no
checking for objdump... objdump
checking for gstrip... no
checking for strip... strip
checking for stdio.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for strings.h... yes
checking for sys/stat.h... yes
checking for sys/types.h... yes
checking for unistd.h... yes
checking for wchar.h... yes
checking for minix/config.h... no
checking for vfork.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether _XOPEN_SOURCE should be defined... no
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a race-free mkdir -p... /usr/bin/mkdir -p
checking for dtrace... no
checking for dot... no
checking for doxygen... no
checking for pkg-config... no
checking whether it is Android... no
checking for cd using physical directory... cd -P
checking whether CFLAGS is valid... yes
checking whether LDFLAGS is valid... yes
checking whether ELF binaries are produced... yes
checking whether -Wl,-rpath,. is accepted as LDFLAGS... yes
checking whether -fdeclspec is accepted as LDFLAGS... no
checking whether -fdeclspec is accepted as CXXFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Wdeprecated-declarations is accepted as CFLAGS... yes
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Wdiv-by-zero is accepted as CFLAGS... yes
checking whether -Wduplicated-cond is accepted as CFLAGS... yes
checking whether -Wimplicit-function-declaration is accepted as CFLAGS... yes
checking whether -Wimplicit-int is accepted as CFLAGS... yes
checking whether -Wpointer-arith is accepted as CFLAGS... yes
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wwrite-strings is accepted as CFLAGS... yes
checking whether -Wold-style-definition is accepted as CFLAGS... yes
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
configure: WARNING: something wrong with CXXFLAGS=""
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Wmisleading-indentation is accepted as CFLAGS... yes
checking whether -Wundef is accepted as CFLAGS... yes
checking whether -Wall -Wextra is accepted as CFLAGS... yes
checking whether -Qunused-arguments is accepted as CFLAGS... no
checking whether -O3 -D_FORTIFY_SOURCE=2 is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as CFLAGS... yes
checking whether -fstack-protector-strong is accepted as LDFLAGS... yes
checking for -fstack-protector... -fstack-protector-strong
checking whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as LDFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking for pthread.h... yes
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking thread model... pthread
checking whether CXXFLAGS is valid... no
checking for crypt in -lcrypt... yes
checking for dlopen in -ldl... yes
checking for shutdown in -lsocket... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for _Bool... yes
checking for stdbool.h that conforms to C99... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking for afunix.h... no
checking for atomic.h... no
checking for copyfile.h... no
checking for direct.h... no
checking for grp.h... yes
checking for fcntl.h... yes
checking for float.h... yes
checking for ieeefp.h... no
checking for intrinsics.h... no
checking for langinfo.h... yes
checking for limits.h... yes
checking for locale.h... yes
checking for malloc.h... yes
checking for malloc/malloc.h... no
checking for malloc_np.h... no
checking for net/socket.h... no
checking for process.h... no
checking for pwd.h... yes
checking for sanitizer/asan_interface.h... yes
checking for sanitizer/msan_interface.h... no
checking for sanitizer/tsan_interface.h... yes
checking for setjmpex.h... no
checking for stdalign.h... yes
checking for sys/attr.h... no
checking for sys/eventfd.h... yes
checking for sys/fcntl.h... yes
checking for sys/file.h... yes
checking for sys/id.h... no
checking for sys/ioctl.h... yes
checking for sys/mkdev.h... no
checking for sys/param.h... yes
checking for sys/prctl.h... yes
checking for sys/random.h... yes
checking for sys/resource.h... yes
checking for sys/select.h... yes
checking for sys/sendfile.h... yes
checking for sys/socket.h... yes
checking for sys/syscall.h... yes
checking for sys/sysmacros.h... yes
checking for sys/time.h... yes
checking for sys/times.h... yes
checking for sys/uio.h... yes
checking for sys/utime.h... no
checking for syscall.h... yes
checking for time.h... yes
checking for ucontext.h... yes
checking for utime.h... yes
checking for sys/epoll.h... yes
checking for sys/event.h... no
checking for stdckdint.h... no
checking for stdatomic.h... yes
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict__
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking word size... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for 64bit __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for __assume... no
checking for exported function attribute... __attribute__ ((__visibility__("default")))
checking for RUBY_FUNC_NONNULL function attribute... __attribute__ ((__nonnull__(n))) x
checking for function name string predefined identifier... __func__
checking if enum over int is allowed... yes
checking for gcc options needed to detect all undeclared functions... none needed
checking whether sys_nerr is declared... no
checking whether getenv is declared... yes
checking for size_t... yes
checking size of size_t... 8
checking size of ptrdiff_t... 8
checking size of dev_t... 8
checking for printf prefix for size_t... z
checking for printf prefix for ptrdiff_t... t
checking for struct stat.st_blksize... yes
checking for struct stat.st_blocks... yes
checking for struct stat.st_rdev... yes
checking size of struct stat.st_size... SIZEOF_OFF_T
checking size of struct stat.st_blocks... SIZEOF_OFF_T
checking size of struct stat.st_ino... SIZEOF_LONG
checking size of struct stat.st_dev... SIZEOF_DEV_T
checking size of struct stat.st_rdev... SIZEOF_DEV_T
checking for struct stat.st_atim... yes
checking for struct stat.st_atimespec... no
checking for struct stat.st_atimensec... no
checking for struct stat.st_mtim... yes
checking for struct stat.st_mtimespec... no
checking for struct stat.st_mtimensec... no
checking for struct stat.st_ctim... yes
checking for struct stat.st_ctimespec... no
checking for struct stat.st_ctimensec... no
checking for struct stat.st_birthtimespec... no
checking for struct statx.stx_btime... yes
checking for struct timeval... yes
checking size of struct timeval.tv_sec... SIZEOF_TIME_T
checking for struct timespec... yes
checking for struct timezone... yes
checking for fd_mask... yes
checking for int8_t... yes
checking size of int8_t... 1
checking for uint8_t... yes
checking size of uint8_t... 1
checking for int16_t... yes
checking size of int16_t... 2
checking for uint16_t... yes
checking size of uint16_t... 2
checking for int32_t... yes
checking size of int32_t... 4
checking for uint32_t... yes
checking size of uint32_t... 4
checking for int64_t... yes
checking size of int64_t... 8
checking for uint64_t... yes
checking size of uint64_t... 8
checking for int128_t... __int128
checking for uint128_t... unsigned __int128
checking for intptr_t... yes
checking size of intptr_t... 8
checking for uintptr_t... yes
checking size of uintptr_t... 8
checking for printf prefix for intptr_t... NONE
checking for ssize_t... yes
checking size of ssize_t... 8
checking for printf prefix for int64_t... NONE
checking for stack end address... __libc_stack_end
checking for grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... yes
checking for strlcpy... yes
checking for strstr... yes
checking for tgamma... yes
checking for sys/pstat.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... yes
checking for atan2l... yes
checking for atan2f... yes
checking whether atomic_signal_fence is declared... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execv... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchdir... yes
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... yes
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for malloc_trim... yes
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for snprintf... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
In file included from conftest.c:4:
/tmp/ruby/src/trunk-repeat50/version.h:25:39: error: invalid suffix "RUBY_RELEASE_MONTH" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat50/version.h:29:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   29 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_MONTH)
      |     ^~~~~~~~~~~~~~
/tmp/ruby/src/trunk-repeat50/version.h:25:39: error: invalid suffix "RUBY_RELEASE_DAY" on integer constant
   25 | #define ONLY_ONE_DIGIT(x) TOKEN_PASTE(10,x) < 1000
      |                                       ^~
/tmp/ruby/src/trunk-repeat50/version.h:23:26: note: in definition of macro 'TOKEN_PASTE'
   23 | #define TOKEN_PASTE(x,y) x##y
      |                          ^
/tmp/ruby/src/trunk-repeat50/version.h:34:5: note: in expansion of macro 'ONLY_ONE_DIGIT'
   34 | #if ONLY_ONE_DIGIT(RUBY_RELEASE_DAY)
      |     ^~~~~~~~~~~~~~
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking for __builtin_add_overflow... yes
checking for __builtin_add_overflow_p... yes
checking for __builtin_add_overflow with long long arguments... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_sub_overflow_p... yes
checking for __builtin_sub_overflow with long long arguments... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_mul_overflow with long long arguments... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking for thread-local storage specifier... _Thread_local
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... no
checking ioctl request type... unsigned long
checking for elf.h... yes
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking for mach-o/loader.h... no
checking whether OS depend dynamic link works... yes
checking for backtrace... yes
checking for broken backtrace... no
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for setjmp type... __builtin_setjmp
checking if building with modular GC support... no
checking for rustc... rustc
checking whether rustc works for YJIT/ZJIT... yes
checking for prefix of external symbols... NONE
checking for default symbols in empty shared library... 
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h unchanged
configure: ruby library version = 3.5.0+3
configure: creating ./config.status
---
Configuration summary for ruby version 3.5.0

   * Installation prefix: /tmp/ruby/install/trunk-repeat50
   * exec prefix:         ${prefix}
   * arch:                x86_64-linux
   * site arch:           ${arch}
   * RUBY_BASE_NAME:      ruby
   * enable shared:       yes
   * ruby lib prefix:     ${libdir}/${RUBY_BASE_NAME}
   * site libraries path: ${rubylibprefix}/${sitearch}
   * vendor path:         ${rubylibprefix}/vendor_ruby
   * target OS:           linux
   * compiler:            gcc
   * with thread:         pthread
   * with coroutine:      amd64
   * with modular GC:     no
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${hardenflags}  ${optflags} ${debugflags} \
                          ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic -Wl,--no-as-needed
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O3 -fno-fast-math
   * debugflags:          -ggdb3
   * warnflags:           -Wall -Wextra -Wdeprecated-declarations \
                          -Wdiv-by-zero -Wduplicated-cond \
                          -Wimplicit-function-declaration -Wimplicit-int \
                          -Wpointer-arith -Wwrite-strings \
                          -Wold-style-definition -Wimplicit-fallthrough=0 \
                          -Wmissing-noreturn -Wno-cast-function-type \
                          -Wno-constant-logical-operand -Wno-long-long \
                          -Wno-missing-field-initializers \
                          -Wno-overlength-strings \
                          -Wno-packed-bitfield-compat \
                          -Wno-parentheses-equality -Wno-self-assign \
                          -Wno-tautological-compare -Wno-unused-parameter \
                          -Wno-unused-value -Wsuggest-attribute=format \
                          -Wsuggest-attribute=noreturn -Wunused-variable \
                          -Wmisleading-indentation -Wundef
   * hardenflags:         -fstack-protector-strong -U_FORTIFY_SOURCE \
                          -D_FORTIFY_SOURCE=2
   * strip command:       strip -S -x
   * install doc:         no
   * YJIT support:        yes
   * ZJIT support:        no
   * man page type:       man
   * BASERUBY -v:         ruby 3.2.3 (2024-01-18 revision 52bb2ac0a6) \
                          [x86_64-linux-gnu]

---
MAKE=make /bin/sh ./config.status GNUmakefile
MAKE=make /bin/sh ./config.status Makefile
config.status: creating GNUmakefile
config.status: creating Makefile
GNUmakefile unchanged
Makefile unchanged
making /tmp/ruby/src/trunk-repeat50/zjit.rbinc
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
generating /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating miniprelude.c
/tmp/ruby/src/trunk-repeat50/revision.h updated
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof'
Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a
echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision unchanged
Update irb to 331c4e851296b115db766c291e8cf54a2492fb36
echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/irb.revision -
miniprelude.c updated
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/irb.revision unchanged
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.5.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 3.0.0dev
  File: power_assert-3.0.0dev.gem
Extracting bundle gem power_assert-2.0.5...
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-3.0.0dev.gem
From https://github.com/ruby/rbs
 * branch                aa22d7ea0c992de7557c3e346c9100b8aa36d945 -> FETCH_HEAD
Previous HEAD position was 368bf4b1a Suppress to GCC warning with multi-line comment
HEAD is now at aa22d7ea0 Merge pull request #2646 from k0kubun/aaa-3.9.x-warning
echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision updated
Building rbs@aa22d7ea0c992de7557c3e346c9100b8aa36d945 to /tmp/ruby/src/trunk-repeat50/gems/rbs-3.9.4.gem
  Successfully built RubyGem
  Name: rbs
  Version: 3.9.4
  File: rbs-3.9.4.gem
Extracting bundle gem rbs-3.9.4...
Unpacked gems/rbs-3.9.4.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat50/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/random.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/vm.c
compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat50/yjit.c
compiling /tmp/ruby/src/trunk-repeat50/jit.c
building Rust YJIT (release mode)
touch /tmp/ruby/build/trunk-repeat50/target/release/libyjit.a
partial linking /tmp/ruby/build/trunk-repeat50/target/release/libyjit.a into /tmp/ruby/build/trunk-repeat50/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat50/loadpath.c
builtin_binary.rbbin updated
323f0bdfb1eed44fa3712985cda0fc029189bbfab876029e24c825fc6a974252  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.5.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
transdb.h unchanged
generating makefiles ext/configure-ext.mk
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking transcoder transdb.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking transcoder big5.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking encoding iso_8859_11.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking encoding iso_8859_13.so
linking transcoder emoji_sjis_kddi.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking transcoder emoji_sjis_softbank.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking transcoder escape.so
linking transcoder gb18030.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking transcoder japanese.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking transcoder japanese_euc.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking transcoder japanese_sjis.so
linking encoding windows_1254.so
linking encoding windows_1257.so
linking transcoder korean.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
configuring rbs-3.9.4/ext/rbs_extension
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/gc_hook.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/tracepoint.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
installing default libraries
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/constants.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator'
compiling /tmp/ruby/src/trunk-repeat50/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/ruby_objs.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/../../src/util/rbs_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexer.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/lexstate.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/location.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/main.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parser.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/parserstate.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/digest_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/finalizer_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/set_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to f88e406e7c9e0810cc149869582afbae1fb84c4a
Update rbs to aa22d7ea0c992de7557c3e346c9100b8aa36d945
echo f88e406e7c9e0810cc149869582afbae1fb84c4a | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
echo aa22d7ea0c992de7557c3e346c9100b8aa36d945 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/rbs.revision unchanged
Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2
Update irb to 331c4e851296b115db766c291e8cf54a2492fb36
echo 331c4e851296b115db766c291e8cf54a2492fb36 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/irb.revision -
echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/irb.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/repl_type_completor.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.2/
generating encdb.h
generating enc.mk
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

encdb.h unchanged
Building power_assert@f88e406e7c9e0810cc149869582afbae1fb84c4a to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.5.gem
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
  Successfully built RubyGem
  Name: power_assert
  Version: 3.0.0dev
  File: power_assert-3.0.0dev.gem
Extracting bundle gem power_assert-2.0.5...
Try with hash version of bundled gems instead of gems/power_assert-2.0.5.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-3.0.0dev.gem
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+3/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+3/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.5.0+3/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.5.0+3/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.5.0+3/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+3
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.5.0+3
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.5.0+3
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.5.0+3/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.5.0+3
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.5.0+3
installing manpages:                /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+3
                                    bundler 2.8.0.dev
                                    delegate 0.4.0
                                    did_you_mean 2.0.0
                                    english 0.8.0
                                    erb 5.0.2
                                    error_highlight 0.7.0
                                    fileutils 1.7.3
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.7
                                    net-http 0.6.0
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.7.0.dev.2
                                    pp 0.6.2
                                    prettyprint 0.2.0
                                    prism 1.4.0
                                    resolv 0.6.2
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.2
                                    tempfile 0.3.1
                                    time 0.4.1
                                    timeout 0.4.3
                                    tmpdir 0.3.1
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 1.0.3
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+3
                                    date 3.4.1
                                    digest 3.2.0
                                    etc 1.4.6
                                    fcntl 1.2.0
                                    io-console 0.8.1
                                    io-nonblock 0.3.2
                                    io-wait 0.3.2
                                    json 2.13.2
                                    openssl 3.3.0
                                    psych 5.2.6
                                    stringio 3.1.8.dev
                                    strscan 3.1.6.dev
                                    zlib 3.2.1
installing bundled gems:            /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+3
                                    minitest 5.25.5
                                    rake 13.3.0
                                    test-unit 3.7.0
                                    rexml 3.4.2
                                    rss 0.3.1
                                    net-ftp 0.3.8
                                    net-imap 0.5.10
                                    net-pop 0.1.2
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.9.4
                                    typeprof 0.30.1
                                    debug 1.11.0
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 3.2.2
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.3.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.11
                                    ostruct 0.6.3
                                    pstore 0.2.0
                                    benchmark 0.4.1
                                    logger 1.7.0
                                    rdoc 6.14.2
                                    irb 1.15.2
                                    reline 0.6.2
                                    readline 0.0.4
                                    fiddle 1.1.8
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.5.0+3/cache
skipped bundled gems:
    power_assert-3.0.0dev.gem       not found in bundled_gems
    win32ole-1.9.2.gem              extensions not found or build failed win32ole-1.9.2
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 2023 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Checking leaked global symbols...none
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Run options: 
  --seed=3454
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=50

# Running tests:

Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 #<File::Stat dev=0x8, ino=2214832869, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 9 #<File::Stat dev=0x8, ino=2214926984, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(1/50)  tests in 1108.669311s, 26.1620 tests/s, 5534.7956 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 10 #<File::Stat dev=0x8, ino=2215392981, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_404: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 33827>
Closed file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 12
Finished(2/50)  tests in 1173.661582s, 24.7141 tests/s, 5228.3146 assertions/s.
Finished(3/50)  tests in 1230.636990s, 23.5699 tests/s, 4986.3388 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 11 #<File::Stat dev=0x8, ino=2216326731, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 13 #<File::Stat dev=0x8, ino=2216433215, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 12 #<File::Stat dev=0x8, ino=2216446031, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(4/50)  tests in 1453.688654s, 19.9534 tests/s, 4221.2760 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 14 #<File::Stat dev=0x8, ino=2217090479, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 15 #<File::Stat dev=0x8, ino=2217247364, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(5/50)  tests in 1404.677684s, 20.6496 tests/s, 4368.7019 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 16 #<File::Stat dev=0x8, ino=2217997915, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 17 #<File::Stat dev=0x8, ino=2217995706, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 18 #<File::Stat dev=0x8, ino=2218240931, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_404: 20 : #<TCPSocket:fd 20, AF_INET, 127.0.0.1, 36055>
Closed file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 20
Finished(6/50)  tests in 1320.859442s, 21.9599 tests/s, 4645.9705 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 19 #<File::Stat dev=0x8, ino=2218431495, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 20 #<File::Stat dev=0x8, ino=2218517715, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 21 #<File::Stat dev=0x8, ino=2218499704, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(7/50)  tests in 1216.177664s, 23.8501 tests/s, 5045.9461 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 22 #<File::Stat dev=0x8, ino=2218949914, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(8/50)  tests in 1263.222354s, 22.9619 tests/s, 4858.1051 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x000076a51735a5b0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x000076a51735a5b0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(9/50)  tests in 1475.998390s, 19.6518 tests/s, 4157.8968 assertions/s.
Leaked file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 24 : #<TCPSocket:fd 24, AF_INET, 127.0.0.1, 38093>
Closed file descriptor: TestOpenURI#test_redirect: 24
Finished(10/50)  tests in 1578.478852s, 18.3759 tests/s, 3888.4765 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 23 #<File::Stat dev=0x8, ino=2221084615, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(11/50)  tests in 1409.854855s, 20.5737 tests/s, 4353.1339 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 24 #<File::Stat dev=0x8, ino=2221751561, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x000076a5a7ee9828 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x000076a5a7ee9828 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(12/50)  tests in 1263.504974s, 22.9568 tests/s, 4857.4300 assertions/s.
Leaked file descriptor: TestOpenURI#test_encoding: 26 : #<TCPSocket:fd 26, AF_INET, 127.0.0.1, 39591>
Closed file descriptor: TestOpenURI#test_multiple_cookies: 26
Finished(13/50)  tests in 1339.092377s, 21.6609 tests/s, 4583.2178 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 25 #<File::Stat dev=0x8, ino=2222749053, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 26 #<File::Stat dev=0x8, ino=2222841311, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000076a5a7f157c0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x000076a5a7f157c0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(14/50)  tests in 1474.215909s, 19.6755 tests/s, 4163.4261 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 27 #<File::Stat dev=0x8, ino=2223428893, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 28 #<File::Stat dev=0x8, ino=2223607303, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x000076a5a7e76b70 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x000076a5a7e76b70 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000076a51ff82ab0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x000076a51ff82ab0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(15/50)  tests in 1798.680812s, 16.1263 tests/s, 3412.3080 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 30 : #<TCPSocket:fd 30, AF_INET, 127.0.0.1, 44185>
Closed file descriptor: TestOpenURISSL#test_validation_failure: 30
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 29 #<File::Stat dev=0x8, ino=2224482293, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(16/50)  tests in 1419.560938s, 20.4331 tests/s, 4323.7531 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 30 #<File::Stat dev=0x8, ino=2225129120, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(17/50)  tests in 1412.856757s, 20.5300 tests/s, 4344.4560 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 31 #<File::Stat dev=0x8, ino=2225602007, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 32 #<File::Stat dev=0x8, ino=2225673330, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000076a575fc3f00 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x000076a575fc3f00 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(18/50)  tests in 1362.727001s, 21.2853 tests/s, 4504.7401 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 34 : #<TCPSocket:fd 34, AF_INET, 127.0.0.1, 46615>
Closed file descriptor: TestOpenURISSL#test_validation_failure: 34
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 33 #<File::Stat dev=0x8, ino=2226276298, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000076a5a7bce3c8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x000076a5a7bce3c8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(19/50)  tests in 1535.316919s, 18.8925 tests/s, 3998.7412 assertions/s.
Finished(20/50)  tests in 1796.845030s, 16.1427 tests/s, 3416.5701 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 34 #<File::Stat dev=0x8, ino=2228024956, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(21/50)  tests in 1406.882430s, 20.6172 tests/s, 4363.3667 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 35 #<File::Stat dev=0x8, ino=2228538431, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 36 #<File::Stat dev=0x8, ino=2228619000, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 37 #<File::Stat dev=0x8, ino=2228942691, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 39 : #<TCPSocket:fd 39, AF_INET, 127.0.0.1, 39233>
Closed file descriptor: TestOpenURI#test_encoding: 39
Finished(22/50)  tests in 1419.998031s, 20.4268 tests/s, 4323.2785 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 38 #<File::Stat dev=0x8, ino=2229159976, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(23/50)  tests in 1467.201241s, 19.7696 tests/s, 4183.9666 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 40 : #<TCPSocket:fd 40, AF_INET, 127.0.0.1, 38319>
Closed file descriptor: TestOpenURISSL#test_validation_failure: 40
Finished(24/50)  tests in 1794.311643s, 16.1655 tests/s, 3421.4636 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 39 #<File::Stat dev=0x8, ino=2230884536, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 40 #<File::Stat dev=0x8, ino=2230884541, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(25/50)  tests in 1772.527792s, 16.3642 tests/s, 3463.5372 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 42 : #<TCPSocket:fd 42, AF_INET, 127.0.0.1, 39543>
Closed file descriptor: TestOpenURISSL#test_validation_failure: 42
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 41 #<File::Stat dev=0x8, ino=2231645887, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_404: 43 : #<TCPSocket:fd 43, AF_INET, 127.0.0.1, 33811>
Closed file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 43
Finished(26/50)  tests in 1477.752363s, 19.6285 tests/s, 4154.3463 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 42 #<File::Stat dev=0x8, ino=2232166018, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 43 #<File::Stat dev=0x8, ino=2232278114, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_404: 45 : #<TCPSocket:fd 45, AF_INET, 127.0.0.1, 38757>
Closed file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 45
Finished(27/50)  tests in 1461.807656s, 19.8426 tests/s, 4199.8713 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 44 #<File::Stat dev=0x8, ino=2232772418, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 45 #<File::Stat dev=0x8, ino=2232881437, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 46 #<File::Stat dev=0x8, ino=2232880526, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000076a576ab2ee8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x000076a576ab2ee8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(28/50)  tests in 1690.683036s, 17.1564 tests/s, 3631.5601 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 47 #<File::Stat dev=0x8, ino=2233682268, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(29/50)  tests in 1894.900734s, 15.3074 tests/s, 3240.0436 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 48 #<File::Stat dev=0x8, ino=2234680641, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_redirect_with_request_specific_fields_proc: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 37275>
Closed file descriptor: TestOpenURI#test_userinfo: 50
Finished(30/50)  tests in 1638.977493s, 17.6976 tests/s, 3746.2064 assertions/s.
Finished(31/50)  tests in 1601.402951s, 18.1129 tests/s, 3833.9913 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 49 #<File::Stat dev=0x8, ino=2235918419, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_404: 51 : #<TCPSocket:fd 51, AF_INET, 127.0.0.1, 46869>
Closed file descriptor: TestOpenURI#test_redirect_without_request_specific_fields_hash: 51
Finished(32/50)  tests in 1644.373427s, 17.6395 tests/s, 3734.0509 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000076a5a71c3e28 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x000076a5a71c4be8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x000076a5a71c3e28 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x000076a5a71c4be8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(33/50)  tests in 1844.874844s, 15.7225 tests/s, 3328.2881 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 50 #<File::Stat dev=0x8, ino=2237663743, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 51 #<File::Stat dev=0x8, ino=2237759893, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 52 #<File::Stat dev=0x8, ino=2237766756, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 53 #<File::Stat dev=0x8, ino=2237757222, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(34/50)  tests in 1745.962147s, 16.6132 tests/s, 3516.9130 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 54 #<File::Stat dev=0x8, ino=2238429544, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 55 #<File::Stat dev=0x8, ino=2238500212, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 56 #<File::Stat dev=0x8, ino=2238500318, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 57 #<File::Stat dev=0x8, ino=2238506113, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(35/50)  tests in 1546.498776s, 18.7559 tests/s, 3970.2605 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 58 #<File::Stat dev=0x8, ino=2239051470, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 59 #<File::Stat dev=0x8, ino=2239115173, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 61 #<File::Stat dev=0x8, ino=2239506958, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestOpenURI#test_redirect_with_request_specific_fields_proc: 62 : #<TCPSocket:fd 62, AF_INET, 127.0.0.1, 44741>
Closed file descriptor: TestOpenURI#test_userinfo: 62
Leaked file descriptor: TestOpenURI#test_redirect_auth_failure_r2: 62 : #<TCPSocket:fd 62, AF_INET, 127.0.0.1, 39861>
Closed file descriptor: TestOpenURI#test_encoding: 62
Finished(36/50)  tests in 1699.812471s, 17.0642 tests/s, 3612.2914 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 60 #<File::Stat dev=0x8, ino=2239763356, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 62 #<File::Stat dev=0x8, ino=2239857126, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(37/50)  tests in 1846.484845s, 15.7088 tests/s, 3325.5421 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 64 : #<TCPSocket:fd 64, AF_INET, 127.0.0.1, 39821>
Closed file descriptor: TestOpenURISSL#test_validation_failure: 64
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 63 #<File::Stat dev=0x8, ino=2240907983, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(38/50)  tests in 1772.987821s, 16.3600 tests/s, 3463.7942 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 64 #<File::Stat dev=0x8, ino=2241594547, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 65 #<File::Stat dev=0x8, ino=2241720812, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x000076a5a4399c50 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 sleep>
Finished thread: TestSocket#test_tcp_socket_v6_address_passed: #<Thread:0x000076a5a4399c50 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:719 dead>
Finished(39/50)  tests in 1691.404211s, 17.1491 tests/s, 3630.3611 assertions/s.
/tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:69: [BUG] Segmentation fault at 0x0000000000000048
ruby 3.5.0dev (2025-09-03T14:38:37Z master 837d74104c) +PRISM [x86_64-linux]

-- Control frame information -----------------------------------------------
c:0033 p:---- s:0186 e:000185 CFUNC  :puts
c:0032 p:---- s:0183 e:000182 CFUNC  :puts
c:0031 p:0038 s:0178 e:000177 BLOCK  /tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:69 [FINISH]
c:0030 p:---- s:0173 e:000172 CFUNC  :popen
c:0029 p:0007 s:0168 e:000167 METHOD /tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:61
c:0028 p:0009 s:0162 E:000ed0 METHOD /tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:14
c:0027 p:0037 s:0156 e:000155 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/testcase.rb:202
c:0026 p:0052 s:0150 e:000149 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/testcase.rb:170
c:0025 p:0093 s:0141 e:000140 BLOCK  /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1683 [FINISH]
c:0024 p:---- s:0134 e:000133 CFUNC  :map
c:0023 p:0114 s:0130 e:000129 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1670
c:0022 p:0035 s:0118 e:000117 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1374
c:0021 p:0009 s:0111 e:000109 BLOCK  /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:830 [FINISH]
c:0020 p:---- s:0105 e:000104 CFUNC  :each
c:0019 p:0047 s:0101 e:000100 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:828
c:0018 p:0008 s:0094 e:000093 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:865
c:0017 p:0130 s:0087 E:001e68 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1616
c:0016 p:0026 s:0074 E:000f38 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1311
c:0015 p:0005 s:0069 E:0021b0 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1781
c:0014 p:0006 s:0065 E:000fd8 BLOCK  /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1768 [FINISH]
c:0013 p:---- s:0061 e:000060 CFUNC  :each
c:0012 p:0042 s:0057 E:000dd8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1767
c:0011 p:0013 s:0052 E:0000a8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1811
c:0010 p:0008 s:0047 E:000990 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1053
c:0009 p:0008 s:0041 E:001f90 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:898
c:0008 p:0017 s:0035 E:0018c8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:145
c:0007 p:0008 s:0030 E:0003c8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1290
c:0006 p:0032 s:0025 E:001c70 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1895
c:0005 p:0020 s:0021 E:0023a8 METHOD /tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1899
c:0004 p:0065 s:0016 E:001228 TOP    /tmp/ruby/src/trunk-repeat50/tool/test/runner.rb:14 [FINISH]
c:0003 p:---- s:0011 e:000010 CFUNC  :require_relative
c:0002 p:0005 s:0006 E:001960 EVAL   /tmp/ruby/src/trunk-repeat50/test/runner.rb:5 [FINISH]
c:0001 p:0000 s:0003 E:000d90 DUMMY  [FINISH]

-- Ruby level backtrace information ----------------------------------------
/tmp/ruby/src/trunk-repeat50/test/runner.rb:5:in '<main>'
/tmp/ruby/src/trunk-repeat50/test/runner.rb:5:in 'require_relative'
/tmp/ruby/src/trunk-repeat50/tool/test/runner.rb:14:in '<top (required)>'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1899:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1895:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1290:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:145:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:898:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1053:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1811:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1767:in '_run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1767:in 'each'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1768:in 'block in _run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1781:in 'run_tests'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1311:in '_run_anything'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1616:in '_run_anything'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:865:in '_run_suites'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:828:in '_run_suites'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:828:in 'each'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:830:in 'block in _run_suites'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1374:in '_run_suite'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1670:in '_run_suite'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1670:in 'map'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit.rb:1683:in 'block in _run_suite'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/testcase.rb:170:in 'run'
/tmp/ruby/src/trunk-repeat50/tool/lib/test/unit/testcase.rb:202:in 'run_test'
/tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:14:in 'test_parse_file'
/tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:61:in 'with_ractor'
/tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:61:in 'popen'
/tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:69:in 'block in with_ractor'
/tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:69:in 'puts'
/tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:69:in 'puts'

-- Threading information ---------------------------------------------------
Total ractor count: 1
Ruby thread count for this ractor: 1

-- Machine register context ------------------------------------------------
 RIP: 0x000076a5c8753654 RBP: 0x0000609702ecb850 RSP: 0x00007ffda0f2da30
 RAX: 0x0000609702ecb860 RBX: 0x00000000000000d0 RCX: 0x0000609702f2c1c0
 RDX: 0x0000000000000040 RDI: 0x00006096fa4c4810 RSI: 0x0000000000000000
  R8: 0x00006096f6270c80  R9: 0x00006096f5df7b58 R10: 0x000000000000000c
 R11: 0x0000000000000002 R12: 0x0000000000000000 R13: 0x000076a5a552ffc0
 R14: 0x0000000000000200 R15: 0x00006096f4021470 EFL: 0x0000000000010287

-- C level backtrace information -------------------------------------------
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_print_backtrace+0x8) [0x76a5c8790bba] /tmp/ruby/src/trunk-repeat50/vm_dump.c:843
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_bugreport) /tmp/ruby/src/trunk-repeat50/vm_dump.c:1175
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_bug_for_fatal_signal+0x10a) [0x76a5c855e7ba] /tmp/ruby/src/trunk-repeat50/error.c:1130
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(sigsegv+0x48) [0x76a5c86ca538] /tmp/ruby/src/trunk-repeat50/signal.c:948
/lib/x86_64-linux-gnu/libc.so.6(0x76a5c8099320) [0x76a5c8099320]
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(mark_cc_entry_i+0x34) [0x76a5c8753654] /tmp/ruby/src/trunk-repeat50/vm_method.c:37
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_id_table_foreach_values+0x61) [0x76a5c870ed31] /tmp/ruby/src/trunk-repeat50/id_table.c:307
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_mark_children+0x19) [0x76a5c858b12b] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:4606
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_mark_stacked_objects) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:4627
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_mark_stacked_objects_all) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:4665
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_marks_rest) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:5682
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_marking_exit+0x0) [0x76a5c85907e4] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:5796
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_marks) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:5807
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gc_start) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:6472
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_multi_ractor_p+0x0) [0x76a5c8590c9e] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:6354
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_lock_leave) /tmp/ruby/src/trunk-repeat50/vm_sync.h:101
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_gc_vm_unlock) /tmp/ruby/src/trunk-repeat50/gc.c:145
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(garbage_collect) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:6356
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(objspace_malloc_increase_body+0x1a) [0x76a5c85913ea] /tmp/ruby/src/trunk-repeat50/gc/default/default.c:8013
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(objspace_malloc_fixup) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:8098
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(ruby_xcalloc) /tmp/ruby/src/trunk-repeat50/gc/default/default.c:8215
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_cc_table_dup_i+0x2d) [0x76a5c8754e2d] /tmp/ruby/src/trunk-repeat50/vm_method.c:153
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_id_table_foreach+0x94) [0x76a5c870ec74] /tmp/ruby/src/trunk-repeat50/id_table.c:285
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_cc_table_dup+0x36) [0x76a5c8760e86] /tmp/ruby/src/trunk-repeat50/vm_method.c:173
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_populate_cc+0xd) [0x76a5c8766bd4] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:2120
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_search_cc) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:2248
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_search_method_slowpath) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:2262
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_search_method_slowpath0) /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:2281
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gccct_method_search_slowpath) /tmp/ruby/src/trunk-repeat50/vm_eval.c:418
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(gccct_method_search+0x7a) [0x76a5c8781b9a] /tmp/ruby/src/trunk-repeat50/vm_eval.c:490
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_funcallv_scope) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1059
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_funcallv) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1080
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_SPECIAL_CONST_P+0x0) [0x76a5c86e94c4] /tmp/ruby/src/trunk-repeat50/string.c:1822
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rbimpl_RB_TYPE_P_fastpath) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/value_type.h:349
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_TYPE_P) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/value_type.h:379
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_obj_as_string_result) /tmp/ruby/src/trunk-repeat50/string.c:1829
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_obj_as_string) /tmp/ruby/src/trunk-repeat50/string.c:1823
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_io_puts+0x8a) [0x76a5c85b9823] /tmp/ruby/src/trunk-repeat50/io.c:9009
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_io_puts) /tmp/ruby/src/trunk-repeat50/io.c:8991
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call0_cfunc_with_frame+0x10f) [0x76a5c877e4a7] /tmp/ruby/src/trunk-repeat50/vm_eval.c:164
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call0_cfunc) /tmp/ruby/src/trunk-repeat50/vm_eval.c:178
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call0_body) /tmp/ruby/src/trunk-repeat50/vm_eval.c:229
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call0_cc+0xf4) [0x76a5c877f204] /tmp/ruby/src/trunk-repeat50/vm_eval.c:101
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_funcallv_kw+0x64) [0x76a5c87816e4] /tmp/ruby/src/trunk-repeat50/vm_eval.c:891
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x76a5c875cddd] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3867
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xc8) [0x76a5c8766258] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:6081
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x84) [0x76a5c8773364] ../../src/trunk-repeat50/insns.def:900
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x76a5c877912e] /tmp/ruby/src/trunk-repeat50/vm.c:2622
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x50) [0x76a5c877ded4] /tmp/ruby/src/trunk-repeat50/vm.c:1703
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat50/vm.c:1711
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1362
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1378
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_protect+0x103) [0x76a5c856abe3] /tmp/ruby/src/trunk-repeat50/eval.c:1153
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(popen_finish+0x1c) [0x76a5c85bf3ec] /tmp/ruby/src/trunk-repeat50/io.c:8044
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_io_s_popen) /tmp/ruby/src/trunk-repeat50/io.c:7997
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x76a5c875cddd] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3867
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xc8) [0x76a5c8766258] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:6081
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0xe2b) [0x76a5c877410b] ../../src/trunk-repeat50/insns.def:852
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x76a5c877912e] /tmp/ruby/src/trunk-repeat50/vm.c:2622
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x50) [0x76a5c877ded4] /tmp/ruby/src/trunk-repeat50/vm.c:1703
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat50/vm.c:1711
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1362
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1378
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ary_collect+0x5c) [0x76a5c84966ac] /tmp/ruby/src/trunk-repeat50/array.c:3654
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x76a5c875cddd] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3867
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xc8) [0x76a5c8766258] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:6081
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0xe2b) [0x76a5c877410b] ../../src/trunk-repeat50/insns.def:852
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_loop+0x3e) [0x76a5c87792de] /tmp/ruby/src/trunk-repeat50/vm.c:2649
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat50/vm.c:2628
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x50) [0x76a5c877ded4] /tmp/ruby/src/trunk-repeat50/vm.c:1703
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat50/vm.c:1711
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1362
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1378
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x76a5c848ff5c] /tmp/ruby/src/trunk-repeat50/array.c:2646
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:514
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2645
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x76a5c875cddd] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3867
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xc8) [0x76a5c8766258] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:6081
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0xe2b) [0x76a5c877410b] ../../src/trunk-repeat50/insns.def:852
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x76a5c877912e] /tmp/ruby/src/trunk-repeat50/vm.c:2622
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield_with_cref+0x50) [0x76a5c877ded4] /tmp/ruby/src/trunk-repeat50/vm.c:1703
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_yield) /tmp/ruby/src/trunk-repeat50/vm.c:1711
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield_0) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1362
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_yield) /tmp/ruby/src/trunk-repeat50/vm_eval.c:1378
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_TEST_RAW+0x0) [0x76a5c848ff5c] /tmp/ruby/src/trunk-repeat50/array.c:2646
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(RB_FL_ANY_RAW) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/fl_type.h:514
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_array_len) /tmp/ruby/src/trunk-repeat50/include/ruby/internal/core/rarray.h:259
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ary_each) /tmp/ruby/src/trunk-repeat50/array.c:2645
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x76a5c875cddd] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3867
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xc8) [0x76a5c8766258] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:6081
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0xe2b) [0x76a5c877410b] ../../src/trunk-repeat50/insns.def:852
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_loop+0x3e) [0x76a5c87792de] /tmp/ruby/src/trunk-repeat50/vm.c:2649
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec) /tmp/ruby/src/trunk-repeat50/vm.c:2628
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(load_iseq_eval+0x17c) [0x76a5c85dabaf] /tmp/ruby/src/trunk-repeat50/load.c:873
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(require_internal) /tmp/ruby/src/trunk-repeat50/load.c:1452
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_require_string_internal+0x4b) [0x76a5c85dae1d] /tmp/ruby/src/trunk-repeat50/load.c:1571
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_require_relative_entrypoint) /tmp/ruby/src/trunk-repeat50/load.c:1161
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_f_require_relative) /tmp/ruby/src/trunk-repeat50/load.c:1176
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_call_cfunc_with_frame_+0x10d) [0x76a5c875cddd] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:3867
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_sendish+0xc8) [0x76a5c8766258] /tmp/ruby/src/trunk-repeat50/vm_insnhelper.c:6081
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(vm_exec_core+0x84) [0x76a5c8773364] ../../src/trunk-repeat50/insns.def:900
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_vm_exec+0x20e) [0x76a5c877912e] /tmp/ruby/src/trunk-repeat50/vm.c:2622
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(rb_ec_exec_node+0xa5) [0x76a5c8568555] /tmp/ruby/src/trunk-repeat50/eval.c:282
/tmp/ruby/build/trunk-repeat50/libruby.so.3.5(ruby_run_node+0x8b) [0x76a5c856ca3b] /tmp/ruby/src/trunk-repeat50/eval.c:320
/tmp/ruby/build/trunk-repeat50/ruby(rb_main+0x21) [0x6096bf6e7186] /tmp/ruby/src/trunk-repeat50/main.c:42
/tmp/ruby/build/trunk-repeat50/ruby(main) /tmp/ruby/src/trunk-repeat50/main.c:62
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_call_main+0x7a) [0x76a5c807e1ca] ../sysdeps/nptl/libc_start_call_main.h:58
/lib/x86_64-linux-gnu/libc.so.6(call_init+0x0) [0x76a5c807e28b] ../csu/libc-start.c:360
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main_impl) ../csu/libc-start.c:347
/lib/x86_64-linux-gnu/libc.so.6(__libc_start_main) (null):0
[0x6096bf6e71d5]

-- Other runtime information -----------------------------------------------

* Process memory map:

6096bf6e6000-6096bf6e7000 r--p 00000000 00:45 13283800                   /tmp/ruby/build/trunk-repeat50/ruby
6096bf6e7000-6096bf6e8000 r-xp 00001000 00:45 13283800                   /tmp/ruby/build/trunk-repeat50/ruby
6096bf6e8000-6096bf6e9000 r--p 00002000 00:45 13283800                   /tmp/ruby/build/trunk-repeat50/ruby
6096bf6e9000-6096bf6ea000 r--p 00002000 00:45 13283800                   /tmp/ruby/build/trunk-repeat50/ruby
6096bf6ea000-6096bf6eb000 rw-p 00003000 00:45 13283800                   /tmp/ruby/build/trunk-repeat50/ruby
6096f401e000-60970abec000 rw-p 00000000 00:00 0                          [heap]
76a4dca00000-76a4dcb01000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
76a4dcb01000-76a4dcb02000 ---p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
76a4dcb02000-76a4fca00000 rw-p 00000000 00:00 0                          [anon:Ruby:nt_alloc_thread_stack_chunk]
76a4fcb7c000-76a50cb7e000 rw-p 00000000 00:00 0 
76a514080000-76a5140c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5141ff000-76a5157f0000 r--s 00000000 00:45 13275303                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
76a5157f0000-76a515830000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a515840000-76a515850000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a516750000-76a516760000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a516d30000-76a516d40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5170a0000-76a5170e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5170f0000-76a517130000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517140000-76a517180000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517190000-76a5171d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5171e0000-76a517220000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517230000-76a517270000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517280000-76a517290000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517290000-76a5172c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5172d0000-76a517310000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517320000-76a517360000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517370000-76a5173b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5173c0000-76a517400000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517410000-76a517450000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517460000-76a5174a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5174b0000-76a5174c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5174c0000-76a5174f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a517500000-76a517540000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5177ff000-76a517800000 ---p 00000000 00:00 0 
76a517800000-76a518000000 rw-p 00000000 00:00 0 
76a518000000-76a51a6bb000 rw-p 00000000 00:00 0 
76a51a6bb000-76a51c000000 ---p 00000000 00:00 0 
76a51c2a0000-76a51c2b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51c5e6000-76a51c7ed000 r--s 00000000 00:45 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
76a51c7ed000-76a51c7ee000 ---p 00000000 00:00 0 
76a51c7ee000-76a51cfee000 rw-p 00000000 00:00 0 
76a51cfee000-76a51cfef000 ---p 00000000 00:00 0 
76a51cfef000-76a51d7ef000 rw-p 00000000 00:00 0 
76a51d7ef000-76a51d7f0000 ---p 00000000 00:00 0 
76a51d7f0000-76a51dff0000 rw-p 00000000 00:00 0 
76a51dff0000-76a51e000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51e112000-76a51e150000 r--s 00000000 00:45 13283800                   /tmp/ruby/build/trunk-repeat50/ruby
76a51e150000-76a51e3e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51e3f0000-76a51eca0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51ecb0000-76a51f210000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f220000-76a51f330000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f340000-76a51f3b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f3c0000-76a51f500000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f510000-76a51f6c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f6d0000-76a51f7a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f7b0000-76a51f800000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f810000-76a51f870000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51f880000-76a51fa80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fa90000-76a51fad0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fae0000-76a51fb00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fb10000-76a51fba0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fbb0000-76a51fbd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fbe0000-76a51fbf0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fc00000-76a51fc40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fc50000-76a51fc90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fca0000-76a51fd60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fd70000-76a51fda0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fdb0000-76a51fdc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fdd0000-76a51fde0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fdf0000-76a51fe00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fe10000-76a51fe20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51fe30000-76a51ff80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a51ff90000-76a520000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a520000000-76a52239c000 rw-p 00000000 00:00 0 
76a52239c000-76a524000000 ---p 00000000 00:00 0 
76a524000000-76a525a45000 rw-p 00000000 00:00 0 
76a525a45000-76a528000000 ---p 00000000 00:00 0 
76a528000000-76a529bd1000 rw-p 00000000 00:00 0 
76a529bd1000-76a52c000000 ---p 00000000 00:00 0 
76a52c000000-76a52e2fa000 rw-p 00000000 00:00 0 
76a52e2fa000-76a530000000 ---p 00000000 00:00 0 
76a530000000-76a532321000 rw-p 00000000 00:00 0 
76a532321000-76a534000000 ---p 00000000 00:00 0 
76a534000000-76a535f92000 rw-p 00000000 00:00 0 
76a535f92000-76a538000000 ---p 00000000 00:00 0 
76a538000000-76a539fa1000 rw-p 00000000 00:00 0 
76a539fa1000-76a53c000000 ---p 00000000 00:00 0 
76a53c000000-76a53d8b2000 rw-p 00000000 00:00 0 
76a53d8b2000-76a540000000 ---p 00000000 00:00 0 
76a540000000-76a5420a2000 rw-p 00000000 00:00 0 
76a5420a2000-76a544000000 ---p 00000000 00:00 0 
76a544000000-76a546021000 rw-p 00000000 00:00 0 
76a546021000-76a548000000 ---p 00000000 00:00 0 
76a548000000-76a54a16a000 rw-p 00000000 00:00 0 
76a54a16a000-76a54c000000 ---p 00000000 00:00 0 
76a54c000000-76a54e028000 rw-p 00000000 00:00 0 
76a54e028000-76a550000000 ---p 00000000 00:00 0 
76a550000000-76a552a1c000 rw-p 00000000 00:00 0 
76a552a1c000-76a554000000 ---p 00000000 00:00 0 
76a554000000-76a55601b000 rw-p 00000000 00:00 0 
76a55601b000-76a558000000 ---p 00000000 00:00 0 
76a558000000-76a55a223000 rw-p 00000000 00:00 0 
76a55a223000-76a55c000000 ---p 00000000 00:00 0 
76a55c000000-76a55d9bd000 rw-p 00000000 00:00 0 
76a55d9bd000-76a560000000 ---p 00000000 00:00 0 
76a560000000-76a561b33000 rw-p 00000000 00:00 0 
76a561b33000-76a564000000 ---p 00000000 00:00 0 
76a564000000-76a565ed9000 rw-p 00000000 00:00 0 
76a565ed9000-76a568000000 ---p 00000000 00:00 0 
76a568000000-76a569a3d000 rw-p 00000000 00:00 0 
76a569a3d000-76a56c000000 ---p 00000000 00:00 0 
76a56c000000-76a56db93000 rw-p 00000000 00:00 0 
76a56db93000-76a570000000 ---p 00000000 00:00 0 
76a570000000-76a57228c000 rw-p 00000000 00:00 0 
76a57228c000-76a574000000 ---p 00000000 00:00 0 
76a574010000-76a574070000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574080000-76a574130000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574140000-76a5742c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5742d0000-76a574370000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574380000-76a5743b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5743c0000-76a574400000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574410000-76a574470000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574480000-76a5744e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5744f0000-76a574500000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574510000-76a5746b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5746c0000-76a5746e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5746f0000-76a574710000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574720000-76a574730000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574740000-76a574760000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574770000-76a574780000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574790000-76a574810000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574820000-76a574830000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574830000-76a574970000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574980000-76a574a60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574a70000-76a574aa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574ab0000-76a574ac0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574ad0000-76a574af0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574b00000-76a574b30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574b40000-76a574b90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574ba0000-76a574c90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574ca0000-76a574ce0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574cf0000-76a574d40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574d50000-76a574e90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574ea0000-76a574f30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a574f40000-76a575030000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575040000-76a575050000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575060000-76a575080000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575090000-76a5750e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5750f0000-76a575170000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575180000-76a575200000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575210000-76a575240000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575250000-76a575280000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575290000-76a5752a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5752b0000-76a5752d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5752e0000-76a575310000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575320000-76a575340000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575350000-76a575360000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575370000-76a575390000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5753a0000-76a5753b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5753c0000-76a5753d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5753e0000-76a575440000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575450000-76a575460000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575470000-76a575490000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5754a0000-76a5754f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575500000-76a575510000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575520000-76a575530000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575540000-76a5755b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5755c0000-76a575630000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575640000-76a575670000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575680000-76a575690000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575690000-76a5756a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5756b0000-76a575770000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575780000-76a5757b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5757c0000-76a575830000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575840000-76a575850000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575860000-76a575890000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5758a0000-76a5758e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5758f0000-76a575950000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575960000-76a575a20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575a30000-76a575ae0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575af0000-76a575ba0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575bb0000-76a575bd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575be0000-76a575c10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575c20000-76a575c70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575c80000-76a575c90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575ca0000-76a575ce0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575cf0000-76a575d10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575d20000-76a575d50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575d60000-76a575da0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575db0000-76a575dd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575de0000-76a575e20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575e30000-76a575e40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575e50000-76a575e60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575e70000-76a575eb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575ec0000-76a575ef0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575f00000-76a575f40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575f50000-76a575f60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575f70000-76a575f90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a575fa0000-76a575ff0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576000000-76a576030000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576040000-76a576080000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576090000-76a5760c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5760d0000-76a576110000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576120000-76a576130000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576140000-76a5761c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5761d0000-76a576270000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576280000-76a5762c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5762d0000-76a576310000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576320000-76a576340000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576350000-76a576370000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576380000-76a5763b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5763c0000-76a576400000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576410000-76a576420000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576430000-76a576450000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576460000-76a576490000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5764a0000-76a5764b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5764c0000-76a5764e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5764f0000-76a576580000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576590000-76a5765c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5765d0000-76a576650000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576660000-76a576670000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576680000-76a5766b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5766c0000-76a5766f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576700000-76a576710000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576720000-76a576730000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576740000-76a576810000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576820000-76a576840000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576850000-76a576870000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576880000-76a576890000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5768a0000-76a5768b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5768c0000-76a576900000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576910000-76a576930000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576940000-76a576950000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576960000-76a576980000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576990000-76a5769a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5769b0000-76a5769d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5769e0000-76a5769f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576a00000-76a576a40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576a50000-76a576a70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576a80000-76a576aa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576ab0000-76a576ac0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576ad0000-76a576ae0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576af0000-76a576b10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576b20000-76a576b30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576b40000-76a576b80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576b90000-76a576bb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576bc0000-76a576bd0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576be0000-76a576c00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576c10000-76a576c50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576c60000-76a576ca0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576cb0000-76a576cc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576cd0000-76a576cf0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576d00000-76a576d10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576d20000-76a576d30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576d39000-76a576d3a000 r--p 00000000 00:45 13536348                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
76a576d3a000-76a576d3b000 r-xp 00001000 00:45 13536348                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
76a576d3b000-76a576d57000 r--p 00002000 00:45 13536348                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
76a576d57000-76a576d58000 r--p 0001d000 00:45 13536348                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
76a576d58000-76a576d59000 rw-p 0001e000 00:45 13536348                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_softbank.so
76a576d59000-76a576d5a000 r--p 00000000 00:45 13536036                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
76a576d5a000-76a576d5b000 r-xp 00001000 00:45 13536036                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
76a576d5b000-76a576d78000 r--p 00002000 00:45 13536036                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
76a576d78000-76a576d79000 r--p 0001e000 00:45 13536036                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
76a576d79000-76a576d7a000 rw-p 0001f000 00:45 13536036                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_kddi.so
76a576d7a000-76a576d7b000 r--p 00000000 00:45 13536064                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
76a576d7b000-76a576d7c000 r-xp 00001000 00:45 13536064                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
76a576d7c000-76a576da8000 r--p 00002000 00:45 13536064                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
76a576da8000-76a576da9000 r--p 0002d000 00:45 13536064                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
76a576da9000-76a576daa000 rw-p 0002e000 00:45 13536064                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/chinese.so
76a576daa000-76a576dab000 r--p 00000000 00:45 13536354                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
76a576dab000-76a576dac000 r-xp 00001000 00:45 13536354                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
76a576dac000-76a576ddb000 r--p 00002000 00:45 13536354                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
76a576ddb000-76a576ddc000 r--p 00030000 00:45 13536354                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
76a576ddc000-76a576ddd000 rw-p 00031000 00:45 13536354                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gbk.so
76a576ddd000-76a576dde000 r--p 00000000 00:45 13536546                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
76a576dde000-76a576ddf000 r-xp 00001000 00:45 13536546                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
76a576ddf000-76a576e19000 r--p 00002000 00:45 13536546                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
76a576e19000-76a576e1a000 r--p 0003c000 00:45 13536546                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
76a576e1a000-76a576e1b000 rw-p 0003d000 00:45 13536546                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/korean.so
76a576e1b000-76a576e1c000 r--p 00000000 00:45 13536027                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
76a576e1c000-76a576e1d000 r-xp 00001000 00:45 13536027                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
76a576e1d000-76a576ea9000 r--p 00002000 00:45 13536027                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
76a576ea9000-76a576eaa000 r--p 0008d000 00:45 13536027                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
76a576eaa000-76a576eab000 rw-p 0008e000 00:45 13536027                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/big5.so
76a576eab000-76a576eac000 r--p 00000000 00:45 13536554                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
76a576eac000-76a576ead000 r-xp 00001000 00:45 13536554                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
76a576ead000-76a576eee000 r--p 00002000 00:45 13536554                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
76a576eee000-76a576eef000 r--p 00042000 00:45 13536554                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
76a576eef000-76a576ef0000 rw-p 00043000 00:45 13536554                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf8_mac.so
76a576ef0000-76a576f00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576f10000-76a576f20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576f30000-76a576f50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a576f51000-76a576f52000 r--p 00000000 00:45 13536350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
76a576f52000-76a576f53000 r-xp 00001000 00:45 13536350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
76a576f53000-76a576f7e000 r--p 00002000 00:45 13536350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
76a576f7e000-76a576f7f000 r--p 0002c000 00:45 13536350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
76a576f7f000-76a576f80000 rw-p 0002d000 00:45 13536350                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/gb18030.so
76a576f80000-76a576f81000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a576f81000-76a576fc2000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a576fc2000-76a576fc3000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a576fc3000-76a577004000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577004000-76a577005000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577005000-76a577046000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577046000-76a577047000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577047000-76a577088000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577088000-76a577089000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577089000-76a5770ca000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5770ca000-76a5770cb000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5770cb000-76a57710c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57710c000-76a57710d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57710d000-76a57714e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57714e000-76a57714f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57714f000-76a577190000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577190000-76a577191000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577191000-76a5771d2000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5771d2000-76a5771d3000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5771d3000-76a577214000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577214000-76a577215000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577215000-76a577256000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577256000-76a577257000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577257000-76a577298000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577298000-76a577299000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577299000-76a5772da000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5772da000-76a5772db000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5772db000-76a57731c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57731c000-76a57731d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57731d000-76a57735e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57735e000-76a57735f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57735f000-76a5773a0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5773a0000-76a5773a1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5773a1000-76a5773e2000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5773e2000-76a5773e3000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5773e3000-76a577424000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577424000-76a577425000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577425000-76a577466000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577466000-76a577467000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577467000-76a5774a8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5774a8000-76a5774a9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5774a9000-76a5774ea000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5774ea000-76a5774eb000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5774eb000-76a57752c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57752c000-76a57752d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57752d000-76a57756e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57756e000-76a57756f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57756f000-76a5775b0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5775b0000-76a5775b1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5775b1000-76a5775f2000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5775f2000-76a5775f3000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5775f3000-76a577634000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577634000-76a577635000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577635000-76a577676000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577676000-76a577677000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577677000-76a5776b8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5776b8000-76a5776b9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5776b9000-76a5776fa000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5776fa000-76a5776fb000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5776fb000-76a57773c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57773c000-76a57773d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57773d000-76a57777e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57777e000-76a57777f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57777f000-76a5777c0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5777c0000-76a5777c1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5777c1000-76a577802000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577802000-76a577803000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577803000-76a577844000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577844000-76a577845000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577845000-76a577886000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577886000-76a577887000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577887000-76a5778c8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5778c8000-76a5778c9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5778c9000-76a57790a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57790a000-76a57790b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57790b000-76a57794c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57794c000-76a57794d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57794d000-76a57798e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57798e000-76a57798f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a57798f000-76a5779d0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5779d0000-76a5779d1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5779d1000-76a577a12000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577a12000-76a577a13000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577a13000-76a577a54000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577a54000-76a577a55000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577a55000-76a577a96000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577a96000-76a577a97000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577a97000-76a577ad8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ad8000-76a577ad9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ad9000-76a577b1a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577b1a000-76a577b1b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577b1b000-76a577b5c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577b5c000-76a577b5d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577b5d000-76a577b9e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577b9e000-76a577b9f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577b9f000-76a577be0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577be0000-76a577be1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577be1000-76a577c22000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577c22000-76a577c23000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577c23000-76a577c64000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577c64000-76a577c65000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577c65000-76a577ca6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ca6000-76a577ca7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ca7000-76a577ce8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ce8000-76a577ce9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ce9000-76a577d2a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577d2a000-76a577d2b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577d2b000-76a577d6c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577d6c000-76a577d6d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577d6d000-76a577dae000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577dae000-76a577daf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577daf000-76a577df0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577df0000-76a577df1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577df1000-76a577e32000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577e32000-76a577e33000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577e33000-76a577e74000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577e74000-76a577e75000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577e75000-76a577eb6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577eb6000-76a577eb7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577eb7000-76a577ef8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ef8000-76a577ef9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577ef9000-76a577f3a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577f3a000-76a577f3b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577f3b000-76a577f7c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577f7c000-76a577f7d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577f7d000-76a577fbe000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577fbe000-76a577fbf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a577fbf000-76a578000000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a578000000-76a57a053000 rw-p 00000000 00:00 0 
76a57a053000-76a57c000000 ---p 00000000 00:00 0 
76a57c000000-76a57e49d000 rw-p 00000000 00:00 0 
76a57e49d000-76a580000000 ---p 00000000 00:00 0 
76a580000000-76a58252e000 rw-p 00000000 00:00 0 
76a58252e000-76a584000000 ---p 00000000 00:00 0 
76a584000000-76a58546f000 rw-p 00000000 00:00 0 
76a58546f000-76a588000000 ---p 00000000 00:00 0 
76a588000000-76a58a101000 rw-p 00000000 00:00 0 
76a58a101000-76a58c000000 ---p 00000000 00:00 0 
76a58c000000-76a58e4ba000 rw-p 00000000 00:00 0 
76a58e4ba000-76a590000000 ---p 00000000 00:00 0 
76a590000000-76a592464000 rw-p 00000000 00:00 0 
76a592464000-76a594000000 ---p 00000000 00:00 0 
76a594000000-76a5968c0000 rw-p 00000000 00:00 0 
76a5968c0000-76a598000000 ---p 00000000 00:00 0 
76a598000000-76a599992000 rw-p 00000000 00:00 0 
76a599992000-76a59c000000 ---p 00000000 00:00 0 
76a59c000000-76a59ecc6000 rw-p 00000000 00:00 0 
76a59ecc6000-76a5a0000000 ---p 00000000 00:00 0 
76a5a0000000-76a5a2016000 rw-p 00000000 00:00 0 
76a5a2016000-76a5a4000000 ---p 00000000 00:00 0 
76a5a4010000-76a5a4020000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4030000-76a5a4090000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4090000-76a5a4091000 r--p 00000000 00:45 13536344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
76a5a4091000-76a5a4092000 r-xp 00001000 00:45 13536344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
76a5a4092000-76a5a40ae000 r--p 00002000 00:45 13536344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
76a5a40ae000-76a5a40af000 r--p 0001d000 00:45 13536344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
76a5a40af000-76a5a40b0000 rw-p 0001e000 00:45 13536344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_sjis_docomo.so
76a5a40b0000-76a5a40d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a40e0000-76a5a40f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4100000-76a5a4130000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4140000-76a5a4180000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4190000-76a5a41c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a41d0000-76a5a41f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4200000-76a5a4240000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4250000-76a5a4290000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a42a0000-76a5a4310000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4320000-76a5a4330000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4340000-76a5a4360000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4370000-76a5a43f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4400000-76a5a4410000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4420000-76a5a4450000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4460000-76a5a44f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4500000-76a5a4520000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4530000-76a5a4580000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a4590000-76a5a45b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a45c0000-76a5a4950000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a495c000-76a5a495d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a495d000-76a5a499e000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a499e000-76a5a499f000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a499f000-76a5a49e0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a49e0000-76a5a49e1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a49e1000-76a5a4a22000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4a22000-76a5a4a23000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4a23000-76a5a4a64000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4a64000-76a5a4a65000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4a65000-76a5a4aa6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4aa6000-76a5a4aa7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4aa7000-76a5a4ae8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4ae8000-76a5a4ae9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4ae9000-76a5a4b2a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4b2a000-76a5a4b2b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4b2b000-76a5a4b6c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4b6c000-76a5a4b6d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4b6d000-76a5a4bae000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4bae000-76a5a4baf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4baf000-76a5a4bf0000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4bf0000-76a5a4bf1000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4bf1000-76a5a4c32000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4c32000-76a5a4c33000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4c33000-76a5a4c74000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4c74000-76a5a4c75000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4c75000-76a5a4cb6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4cb6000-76a5a4cb7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4cb7000-76a5a4cf8000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4cf8000-76a5a4cf9000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4cf9000-76a5a4d3a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4d3a000-76a5a4d3b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4d3b000-76a5a4d7c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4d7c000-76a5a4d7d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4d7d000-76a5a4dbe000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4dbe000-76a5a4dbf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4dbf000-76a5a4e00000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4e00000-76a5a4e01000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4e01000-76a5a4e42000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4e42000-76a5a4e43000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4e43000-76a5a4e84000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4e84000-76a5a4e85000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4e85000-76a5a4ec6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4ec6000-76a5a4ec7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4ec7000-76a5a4f08000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4f08000-76a5a4f09000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4f09000-76a5a4f4a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4f4a000-76a5a4f4b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4f4b000-76a5a4f8c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4f8c000-76a5a4f8d000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4f8d000-76a5a4fce000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4fce000-76a5a4fcf000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a4fcf000-76a5a5010000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5010000-76a5a5011000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5011000-76a5a5052000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5052000-76a5a5053000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5053000-76a5a5094000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5094000-76a5a5095000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5095000-76a5a50d6000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a50d6000-76a5a50d7000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a50d7000-76a5a5118000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5118000-76a5a5119000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a5119000-76a5a515a000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a515a000-76a5a515b000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a515b000-76a5a519c000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5a51b0000-76a5a51d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a51e0000-76a5a51f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a51f0000-76a5a59d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a59e0000-76a5a59f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a59f0000-76a5a62d0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a62e0000-76a5a64a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a64b0000-76a5a66a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a66b0000-76a5a6720000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6730000-76a5a6780000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6790000-76a5a67b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a67c0000-76a5a67e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a67f0000-76a5a6840000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6850000-76a5a6860000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6870000-76a5a68a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a68b0000-76a5a68f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6900000-76a5a6910000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6920000-76a5a6990000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a69a0000-76a5a6a40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6a50000-76a5a6a70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6a80000-76a5a6aa0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6ab0000-76a5a6b00000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6b10000-76a5a6b20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6b30000-76a5a6b50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6b60000-76a5a6b70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6b80000-76a5a6bb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6bc0000-76a5a6c10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6c20000-76a5a6c30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6c40000-76a5a6c70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6c80000-76a5a6cc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6cd0000-76a5a6ce0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6cf0000-76a5a6d20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6d30000-76a5a6da0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6db0000-76a5a6de0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6df0000-76a5a6e30000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6e40000-76a5a6e50000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6e50000-76a5a6ec0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6ed0000-76a5a6ef0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6f00000-76a5a6f10000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6f20000-76a5a6f40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6f5e000-76a5a6f5f000 ---p 00000000 00:00 0 
76a5a6f5f000-76a5a6f7f000 rw-p 00000000 00:00 0 
76a5a6f7f000-76a5a6f80000 ---p 00000000 00:00 0 
76a5a6f80000-76a5a6fa0000 rw-p 00000000 00:00 0 
76a5a6fa0000-76a5a6fc0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a6fd0000-76a5a6ff0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7000000-76a5a7300000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7310000-76a5a7320000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7320000-76a5a73b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a73c0000-76a5a77e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a77f0000-76a5a7800000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7800000-76a5a7870000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7880000-76a5a7890000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7890000-76a5a7e20000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7e30000-76a5a7e40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7e40000-76a5a7eb0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7eb8000-76a5a7eb9000 r--p 00000000 00:45 13536545                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
76a5a7eb9000-76a5a7eba000 r-xp 00001000 00:45 13536545                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
76a5a7eba000-76a5a7ede000 r--p 00002000 00:45 13536545                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
76a5a7ede000-76a5a7edf000 r--p 00025000 00:45 13536545                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
76a5a7edf000-76a5a7ee0000 rw-p 00026000 00:45 13536545                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_sjis.so
76a5a7ee0000-76a5a7f70000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7f80000-76a5a7f90000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a7f90000-76a5a8000000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5a8000000-76a5aa52b000 rw-p 00000000 00:00 0 
76a5aa52b000-76a5ac000000 ---p 00000000 00:00 0 
76a5ac010000-76a5ac2e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac2f0000-76a5ac300000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac300000-76a5ac330000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac340000-76a5ac350000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac350000-76a5ac380000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac390000-76a5ac3a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac3a0000-76a5ac5c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac5d0000-76a5ac5e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac5e0000-76a5ac5f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac600000-76a5ac830000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac833000-76a5ac83a000 r--p 00000000 00:45 13537894                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
76a5ac83a000-76a5ac87f000 r-xp 00007000 00:45 13537894                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
76a5ac87f000-76a5ac89d000 r--p 0004c000 00:45 13537894                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
76a5ac89d000-76a5ac89f000 r--p 00069000 00:45 13537894                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
76a5ac89f000-76a5ac8a0000 rw-p 0006b000 00:45 13537894                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/ripper.so
76a5ac8a0000-76a5ac8e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac8f0000-76a5ac900000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ac900000-76a5aca40000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5aca4b000-76a5aca4c000 r--p 00000000 00:45 13537168                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
76a5aca4c000-76a5aca4d000 r-xp 00001000 00:45 13537168                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
76a5aca4d000-76a5aca4e000 r--p 00002000 00:45 13537168                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
76a5aca4e000-76a5aca4f000 r--p 00002000 00:45 13537168                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
76a5aca4f000-76a5aca50000 rw-p 00003000 00:45 13537168                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_target.so
76a5aca50000-76a5aca60000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5aca60000-76a5acb13000 r--p 00000000 00:45 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
76a5acb13000-76a5ace46000 r-xp 000b3000 00:45 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
76a5ace46000-76a5acf11000 r--p 003e6000 00:45 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
76a5acf11000-76a5acf6d000 r--p 004b0000 00:45 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
76a5acf6d000-76a5acf70000 rw-p 0050c000 00:45 15348621                   /usr/lib/x86_64-linux-gnu/libcrypto.so.3
76a5acf70000-76a5acf73000 rw-p 00000000 00:00 0 
76a5acf73000-76a5acf91000 r--p 00000000 00:45 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
76a5acf91000-76a5acff3000 r-xp 0001e000 00:45 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
76a5acff3000-76a5ad00f000 r--p 00080000 00:45 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
76a5ad00f000-76a5ad019000 r--p 0009c000 00:45 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
76a5ad019000-76a5ad01d000 rw-p 000a6000 00:45 15349563                   /usr/lib/x86_64-linux-gnu/libssl.so.3
76a5ad01d000-76a5ad031000 r--p 00000000 00:45 13537721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
76a5ad031000-76a5ad069000 r-xp 00014000 00:45 13537721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
76a5ad069000-76a5ad07b000 r--p 0004c000 00:45 13537721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
76a5ad07b000-76a5ad07d000 r--p 0005e000 00:45 13537721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
76a5ad07d000-76a5ad07f000 rw-p 00060000 00:45 13537721                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/openssl.so
76a5ad07f000-76a5ad080000 rw-p 00000000 00:00 0 
76a5ad080000-76a5ad180000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad183000-76a5ad184000 r--p 00000000 00:45 13537157                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
76a5ad184000-76a5ad185000 r-xp 00001000 00:45 13537157                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
76a5ad185000-76a5ad186000 r--p 00002000 00:45 13537157                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
76a5ad186000-76a5ad187000 r--p 00002000 00:45 13537157                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
76a5ad187000-76a5ad188000 rw-p 00003000 00:45 13537157                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/stringify_symbols.so
76a5ad188000-76a5ad18f000 r--p 00000000 00:45 13537689                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
76a5ad18f000-76a5ad1b6000 r-xp 00007000 00:45 13537689                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
76a5ad1b6000-76a5ad1be000 r--p 0002e000 00:45 13537689                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
76a5ad1be000-76a5ad1bf000 r--p 00035000 00:45 13537689                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
76a5ad1bf000-76a5ad1c0000 rw-p 00036000 00:45 13537689                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/socket.so
76a5ad1c0000-76a5ad1f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad1f0000-76a5ad1f1000 r--p 00000000 00:45 13537138                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
76a5ad1f1000-76a5ad1f2000 r-xp 00001000 00:45 13537138                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
76a5ad1f2000-76a5ad1f3000 r--p 00002000 00:45 13537138                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
76a5ad1f3000-76a5ad1f4000 r--p 00002000 00:45 13537138                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
76a5ad1f4000-76a5ad1f5000 rw-p 00003000 00:45 13537138                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/dot.dot.so
76a5ad1f5000-76a5ad1f6000 r--p 00000000 00:45 13537069                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
76a5ad1f6000-76a5ad1f7000 r-xp 00001000 00:45 13537069                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
76a5ad1f7000-76a5ad1f8000 r--p 00002000 00:45 13537069                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
76a5ad1f8000-76a5ad1f9000 r--p 00002000 00:45 13537069                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
76a5ad1f9000-76a5ad1fa000 rw-p 00003000 00:45 13537069                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/ensure_and_callcc.so
76a5ad1fa000-76a5ad1fb000 r--p 00000000 00:45 13537258                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
76a5ad1fb000-76a5ad1fc000 r-xp 00001000 00:45 13537258                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
76a5ad1fc000-76a5ad1fd000 r--p 00002000 00:45 13537258                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
76a5ad1fd000-76a5ad1fe000 r--p 00002000 00:45 13537258                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
76a5ad1fe000-76a5ad1ff000 rw-p 00003000 00:45 13537258                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/stack.so
76a5ad1ff000-76a5ad201000 r--p 00000000 00:45 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
76a5ad201000-76a5ad21a000 r-xp 00002000 00:45 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
76a5ad21a000-76a5ad21e000 r--p 0001b000 00:45 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
76a5ad21e000-76a5ad21f000 r--p 0001e000 00:45 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
76a5ad21f000-76a5ad220000 rw-p 0001f000 00:45 16295450                   /usr/lib/x86_64-linux-gnu/libyaml-0.so.2.0.9
76a5ad220000-76a5ad2a0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad2a1000-76a5ad2a2000 r--p 00000000 00:45 13536063                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
76a5ad2a2000-76a5ad2a3000 r-xp 00001000 00:45 13536063                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
76a5ad2a3000-76a5ad2a4000 r--p 00002000 00:45 13536063                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
76a5ad2a4000-76a5ad2a5000 r--p 00002000 00:45 13536063                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
76a5ad2a5000-76a5ad2a6000 rw-p 00003000 00:45 13536063                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/cesu_8.so
76a5ad2a6000-76a5ad2a9000 r--p 00000000 00:45 13537628                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
76a5ad2a9000-76a5ad2ad000 r-xp 00003000 00:45 13537628                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
76a5ad2ad000-76a5ad2ae000 r--p 00007000 00:45 13537628                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
76a5ad2ae000-76a5ad2af000 r--p 00008000 00:45 13537628                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
76a5ad2af000-76a5ad2b0000 rw-p 00009000 00:45 13537628                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/psych.so
76a5ad2b0000-76a5ad2c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad2c1000-76a5ad2c5000 r--p 00000000 00:45 13537706                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
76a5ad2c5000-76a5ad2f5000 r-xp 00004000 00:45 13537706                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
76a5ad2f5000-76a5ad2fd000 r--p 00034000 00:45 13537706                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
76a5ad2fd000-76a5ad2fe000 r--p 0003b000 00:45 13537706                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
76a5ad2fe000-76a5ad2ff000 rw-p 0003c000 00:45 13537706                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/date_core.so
76a5ad2ff000-76a5ad300000 rw-p 00000000 00:00 0 
76a5ad300000-76a5ad320000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad321000-76a5ad322000 r--p 00000000 00:45 13537353                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
76a5ad322000-76a5ad324000 r-xp 00001000 00:45 13537353                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
76a5ad324000-76a5ad325000 r--p 00003000 00:45 13537353                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
76a5ad325000-76a5ad326000 r--p 00003000 00:45 13537353                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
76a5ad326000-76a5ad327000 rw-p 00004000 00:45 13537353                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/coverage.so
76a5ad327000-76a5ad328000 r--p 00000000 00:45 13536322                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
76a5ad328000-76a5ad329000 r-xp 00001000 00:45 13536322                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
76a5ad329000-76a5ad343000 r--p 00002000 00:45 13536322                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
76a5ad343000-76a5ad344000 r--p 0001b000 00:45 13536322                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
76a5ad344000-76a5ad345000 rw-p 0001c000 00:45 13536322                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji_iso2022_kddi.so
76a5ad345000-76a5ad346000 r--p 00000000 00:45 13536290                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
76a5ad346000-76a5ad347000 r-xp 00001000 00:45 13536290                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
76a5ad347000-76a5ad351000 r--p 00002000 00:45 13536290                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
76a5ad351000-76a5ad352000 r--p 0000c000 00:45 13536290                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
76a5ad352000-76a5ad353000 rw-p 0000d000 00:45 13536290                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/emoji.so
76a5ad353000-76a5ad354000 r--p 00000000 00:45 13536441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
76a5ad354000-76a5ad355000 r-xp 00001000 00:45 13536441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
76a5ad355000-76a5ad356000 r--p 00002000 00:45 13536441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
76a5ad356000-76a5ad357000 r--p 00003000 00:45 13536441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
76a5ad357000-76a5ad358000 rw-p 00004000 00:45 13536441                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/iso2022.so
76a5ad358000-76a5ad359000 r--p 00000000 00:45 13536287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
76a5ad359000-76a5ad35a000 r-xp 00001000 00:45 13536287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
76a5ad35a000-76a5ad3b0000 r--p 00002000 00:45 13536287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
76a5ad3b0000-76a5ad3b1000 r--p 00057000 00:45 13536287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
76a5ad3b1000-76a5ad3b2000 rw-p 00058000 00:45 13536287                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese_euc.so
76a5ad3b2000-76a5ad3b5000 r--p 00000000 00:45 13536552                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
76a5ad3b5000-76a5ad3b6000 r-xp 00003000 00:45 13536552                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
76a5ad3b6000-76a5ad3ca000 r--p 00004000 00:45 13536552                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
76a5ad3ca000-76a5ad3cf000 r--p 00018000 00:45 13536552                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
76a5ad3cf000-76a5ad3d0000 rw-p 0001d000 00:45 13536552                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/single_byte.so
76a5ad3d0000-76a5ad3e0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad3e2000-76a5ad3e3000 r--p 00000000 00:45 13536140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
76a5ad3e3000-76a5ad3e4000 r-xp 00001000 00:45 13536140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
76a5ad3e4000-76a5ad3e5000 r--p 00002000 00:45 13536140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
76a5ad3e5000-76a5ad3e6000 r--p 00002000 00:45 13536140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
76a5ad3e6000-76a5ad3e7000 rw-p 00003000 00:45 13536140                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/ebcdic.so
76a5ad3e7000-76a5ad3e8000 r--p 00000000 00:45 13536555                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
76a5ad3e8000-76a5ad3ea000 r-xp 00001000 00:45 13536555                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
76a5ad3ea000-76a5ad3eb000 r--p 00003000 00:45 13536555                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
76a5ad3eb000-76a5ad3ec000 r--p 00004000 00:45 13536555                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
76a5ad3ec000-76a5ad3ed000 rw-p 00005000 00:45 13536555                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/utf_16_32.so
76a5ad3ed000-76a5ad3f0000 r--p 00000000 00:45 13537743                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
76a5ad3f0000-76a5ad3f5000 r-xp 00003000 00:45 13537743                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
76a5ad3f5000-76a5ad3f7000 r--p 00008000 00:45 13537743                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
76a5ad3f7000-76a5ad3f8000 r--p 00009000 00:45 13537743                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
76a5ad3f8000-76a5ad3f9000 rw-p 0000a000 00:45 13537743                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/stringio.so
76a5ad3f9000-76a5ad3fb000 r--p 00000000 00:45 13537342                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
76a5ad3fb000-76a5ad3fd000 r-xp 00002000 00:45 13537342                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
76a5ad3fd000-76a5ad3fe000 r--p 00004000 00:45 13537342                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
76a5ad3fe000-76a5ad3ff000 r--p 00004000 00:45 13537342                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
76a5ad3ff000-76a5ad400000 rw-p 00005000 00:45 13537342                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/cgi/escape.so
76a5ad404000-76a5ad406000 r--p 00000000 00:45 13537175                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
76a5ad406000-76a5ad408000 r-xp 00002000 00:45 13537175                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
76a5ad408000-76a5ad409000 r--p 00004000 00:45 13537175                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
76a5ad409000-76a5ad40a000 r--p 00004000 00:45 13537175                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
76a5ad40a000-76a5ad40b000 rw-p 00005000 00:45 13537175                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/memory_view.so
76a5ad40b000-76a5ad40c000 r--p 00000000 00:45 13537434                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
76a5ad40c000-76a5ad40d000 r-xp 00001000 00:45 13537434                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
76a5ad40d000-76a5ad40e000 r--p 00002000 00:45 13537434                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
76a5ad40e000-76a5ad40f000 r--p 00002000 00:45 13537434                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
76a5ad40f000-76a5ad410000 rw-p 00003000 00:45 13537434                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/nonblock.so
76a5ad410000-76a5ad430000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad432000-76a5ad434000 r--p 00000000 00:45 13537749                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
76a5ad434000-76a5ad439000 r-xp 00002000 00:45 13537749                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
76a5ad439000-76a5ad43b000 r--p 00007000 00:45 13537749                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
76a5ad43b000-76a5ad43c000 r--p 00008000 00:45 13537749                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
76a5ad43c000-76a5ad43d000 rw-p 00009000 00:45 13537749                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/strscan.so
76a5ad43d000-76a5ad440000 r--p 00000000 00:45 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
76a5ad440000-76a5ad446000 r-xp 00003000 00:45 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
76a5ad446000-76a5ad448000 r--p 00009000 00:45 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
76a5ad448000-76a5ad449000 r--p 0000b000 00:45 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
76a5ad449000-76a5ad44a000 rw-p 0000c000 00:45 15348614                   /usr/lib/x86_64-linux-gnu/libcap.so.2.66
76a5ad44a000-76a5ad452000 r--p 00000000 00:45 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
76a5ad452000-76a5ad491000 r-xp 00008000 00:45 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
76a5ad491000-76a5ad4a1000 r--p 00047000 00:45 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
76a5ad4a1000-76a5ad4a5000 r--p 00056000 00:45 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
76a5ad4a5000-76a5ad4a6000 rw-p 0005a000 00:45 16283051                   /usr/lib/x86_64-linux-gnu/libnss_systemd.so.2
76a5ad4a6000-76a5ad4a7000 r--p 00000000 00:45 13537518                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
76a5ad4a7000-76a5ad4a8000 r-xp 00001000 00:45 13537518                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
76a5ad4a8000-76a5ad4a9000 r--p 00002000 00:45 13537518                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
76a5ad4a9000-76a5ad4aa000 r--p 00002000 00:45 13537518                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
76a5ad4aa000-76a5ad4ab000 rw-p 00003000 00:45 13537518                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/erb/escape.so
76a5ad4ab000-76a5ad4ac000 r--p 00000000 00:45 13537879                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
76a5ad4ac000-76a5ad4ad000 r-xp 00001000 00:45 13537879                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
76a5ad4ad000-76a5ad4ae000 r--p 00002000 00:45 13537879                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
76a5ad4ae000-76a5ad4af000 r--p 00002000 00:45 13537879                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
76a5ad4af000-76a5ad4b0000 rw-p 00003000 00:45 13537879                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/bubblebabble.so
76a5ad4b0000-76a5ad4c0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad4c0000-76a5ad4c1000 r--p 00000000 00:45 13537900                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
76a5ad4c1000-76a5ad4c5000 r-xp 00001000 00:45 13537900                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
76a5ad4c5000-76a5ad4c6000 r--p 00005000 00:45 13537900                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
76a5ad4c6000-76a5ad4c7000 r--p 00005000 00:45 13537900                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
76a5ad4c7000-76a5ad4c8000 rw-p 00006000 00:45 13537900                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha2.so
76a5ad4c8000-76a5ad4c9000 r--p 00000000 00:45 13537893                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
76a5ad4c9000-76a5ad4cb000 r-xp 00001000 00:45 13537893                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
76a5ad4cb000-76a5ad4cc000 r--p 00003000 00:45 13537893                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
76a5ad4cc000-76a5ad4cd000 r--p 00003000 00:45 13537893                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
76a5ad4cd000-76a5ad4ce000 rw-p 00004000 00:45 13537893                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/sha1.so
76a5ad4ce000-76a5ad4cf000 r--p 00000000 00:45 13537829                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
76a5ad4cf000-76a5ad4d1000 r-xp 00001000 00:45 13537829                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
76a5ad4d1000-76a5ad4d2000 r--p 00003000 00:45 13537829                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
76a5ad4d2000-76a5ad4d3000 r--p 00003000 00:45 13537829                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
76a5ad4d3000-76a5ad4d4000 rw-p 00004000 00:45 13537829                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/rmd160.so
76a5ad4d4000-76a5ad4d5000 r--p 00000000 00:45 13537860                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
76a5ad4d5000-76a5ad4d6000 r-xp 00001000 00:45 13537860                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
76a5ad4d6000-76a5ad4d7000 r--p 00002000 00:45 13537860                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
76a5ad4d7000-76a5ad4d8000 r--p 00002000 00:45 13537860                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
76a5ad4d8000-76a5ad4d9000 rw-p 00003000 00:45 13537860                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest/md5.so
76a5ad4d9000-76a5ad4db000 r--p 00000000 00:45 13537360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
76a5ad4db000-76a5ad4dd000 r-xp 00002000 00:45 13537360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
76a5ad4dd000-76a5ad4de000 r--p 00004000 00:45 13537360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
76a5ad4de000-76a5ad4df000 r--p 00004000 00:45 13537360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
76a5ad4df000-76a5ad4e0000 rw-p 00005000 00:45 13537360                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/digest.so
76a5ad4e0000-76a5ad500000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad501000-76a5ad502000 r--p 00000000 00:45 13537212                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
76a5ad502000-76a5ad503000 r-xp 00001000 00:45 13537212                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
76a5ad503000-76a5ad504000 r--p 00002000 00:45 13537212                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
76a5ad504000-76a5ad505000 r--p 00002000 00:45 13537212                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
76a5ad505000-76a5ad506000 rw-p 00003000 00:45 13537212                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/printf.so
76a5ad506000-76a5ad507000 r--p 00000000 00:45 13537184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
76a5ad507000-76a5ad508000 r-xp 00001000 00:45 13537184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
76a5ad508000-76a5ad509000 r--p 00002000 00:45 13537184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
76a5ad509000-76a5ad50a000 r--p 00002000 00:45 13537184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
76a5ad50a000-76a5ad50b000 rw-p 00003000 00:45 13537184                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/notimplement.so
76a5ad50b000-76a5ad50c000 r--p 00000000 00:45 13537075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
76a5ad50c000-76a5ad50d000 r-xp 00001000 00:45 13537075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
76a5ad50d000-76a5ad50e000 r--p 00002000 00:45 13537075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
76a5ad50e000-76a5ad50f000 r--p 00002000 00:45 13537075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
76a5ad50f000-76a5ad510000 rw-p 00003000 00:45 13537075                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/enumerator_kw.so
76a5ad510000-76a5ad511000 r--p 00000000 00:45 13537045                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
76a5ad511000-76a5ad512000 r-xp 00001000 00:45 13537045                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
76a5ad512000-76a5ad513000 r--p 00002000 00:45 13537045                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
76a5ad513000-76a5ad514000 r--p 00002000 00:45 13537045                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
76a5ad514000-76a5ad515000 rw-p 00003000 00:45 13537045                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bug_5832.so
76a5ad515000-76a5ad516000 r--p 00000000 00:45 13537278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
76a5ad516000-76a5ad517000 r-xp 00001000 00:45 13537278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
76a5ad517000-76a5ad518000 r--p 00002000 00:45 13537278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
76a5ad518000-76a5ad519000 r--p 00002000 00:45 13537278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
76a5ad519000-76a5ad51a000 rw-p 00003000 00:45 13537278                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/struct.so
76a5ad51a000-76a5ad51b000 r--p 00000000 00:45 13537284                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
76a5ad51b000-76a5ad51c000 r-xp 00001000 00:45 13537284                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
76a5ad51c000-76a5ad51d000 r--p 00002000 00:45 13537284                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
76a5ad51d000-76a5ad51e000 r--p 00002000 00:45 13537284                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
76a5ad51e000-76a5ad51f000 rw-p 00003000 00:45 13537284                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/symbol.so
76a5ad51f000-76a5ad520000 r--p 00000000 00:45 13536062                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
76a5ad520000-76a5ad521000 r-xp 00001000 00:45 13536062                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
76a5ad521000-76a5ad522000 r--p 00002000 00:45 13536062                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
76a5ad522000-76a5ad523000 r--p 00002000 00:45 13536062                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
76a5ad523000-76a5ad524000 rw-p 00003000 00:45 13536062                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1257.so
76a5ad524000-76a5ad525000 r--p 00000000 00:45 13536061                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
76a5ad525000-76a5ad526000 r-xp 00001000 00:45 13536061                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
76a5ad526000-76a5ad527000 r--p 00002000 00:45 13536061                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
76a5ad527000-76a5ad528000 r--p 00002000 00:45 13536061                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
76a5ad528000-76a5ad529000 rw-p 00003000 00:45 13536061                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1254.so
76a5ad529000-76a5ad52a000 r--p 00000000 00:45 13536058                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
76a5ad52a000-76a5ad52b000 r-xp 00001000 00:45 13536058                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
76a5ad52b000-76a5ad52c000 r--p 00002000 00:45 13536058                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
76a5ad52c000-76a5ad52d000 r--p 00002000 00:45 13536058                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
76a5ad52d000-76a5ad52e000 rw-p 00003000 00:45 13536058                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1253.so
76a5ad52e000-76a5ad52f000 r--p 00000000 00:45 13536057                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
76a5ad52f000-76a5ad530000 r-xp 00001000 00:45 13536057                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
76a5ad530000-76a5ad531000 r--p 00002000 00:45 13536057                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
76a5ad531000-76a5ad532000 r--p 00002000 00:45 13536057                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
76a5ad532000-76a5ad533000 rw-p 00003000 00:45 13536057                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1252.so
76a5ad533000-76a5ad534000 r--p 00000000 00:45 13536056                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
76a5ad534000-76a5ad535000 r-xp 00001000 00:45 13536056                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
76a5ad535000-76a5ad536000 r--p 00002000 00:45 13536056                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
76a5ad536000-76a5ad537000 r--p 00002000 00:45 13536056                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
76a5ad537000-76a5ad538000 rw-p 00003000 00:45 13536056                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1251.so
76a5ad538000-76a5ad539000 r--p 00000000 00:45 13536052                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
76a5ad539000-76a5ad53a000 r-xp 00001000 00:45 13536052                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
76a5ad53a000-76a5ad53b000 r--p 00002000 00:45 13536052                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
76a5ad53b000-76a5ad53c000 r--p 00002000 00:45 13536052                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
76a5ad53c000-76a5ad53d000 rw-p 00003000 00:45 13536052                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_1250.so
76a5ad53d000-76a5ad53e000 r--p 00000000 00:45 13536043                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
76a5ad53e000-76a5ad53f000 r-xp 00001000 00:45 13536043                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
76a5ad53f000-76a5ad540000 r--p 00002000 00:45 13536043                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
76a5ad540000-76a5ad541000 r--p 00003000 00:45 13536043                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
76a5ad541000-76a5ad542000 rw-p 00004000 00:45 13536043                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/shift_jis.so
76a5ad542000-76a5ad543000 r--p 00000000 00:45 13536042                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
76a5ad543000-76a5ad544000 r-xp 00001000 00:45 13536042                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
76a5ad544000-76a5ad545000 r--p 00002000 00:45 13536042                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
76a5ad545000-76a5ad546000 r--p 00002000 00:45 13536042                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
76a5ad546000-76a5ad547000 rw-p 00003000 00:45 13536042                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_u.so
76a5ad547000-76a5ad548000 r--p 00000000 00:45 13536041                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
76a5ad548000-76a5ad549000 r-xp 00001000 00:45 13536041                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
76a5ad549000-76a5ad54a000 r--p 00002000 00:45 13536041                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
76a5ad54a000-76a5ad54b000 r--p 00002000 00:45 13536041                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
76a5ad54b000-76a5ad54c000 rw-p 00003000 00:45 13536041                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/koi8_r.so
76a5ad54c000-76a5ad54d000 r--p 00000000 00:45 13536038                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
76a5ad54d000-76a5ad54e000 r-xp 00001000 00:45 13536038                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
76a5ad54e000-76a5ad54f000 r--p 00002000 00:45 13536038                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
76a5ad54f000-76a5ad550000 r--p 00002000 00:45 13536038                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
76a5ad550000-76a5ad551000 rw-p 00003000 00:45 13536038                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_16.so
76a5ad551000-76a5ad552000 r--p 00000000 00:45 13536039                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
76a5ad552000-76a5ad553000 r-xp 00001000 00:45 13536039                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
76a5ad553000-76a5ad554000 r--p 00002000 00:45 13536039                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
76a5ad554000-76a5ad555000 r--p 00002000 00:45 13536039                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
76a5ad555000-76a5ad556000 rw-p 00003000 00:45 13536039                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_15.so
76a5ad556000-76a5ad557000 r--p 00000000 00:45 13536346                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
76a5ad557000-76a5ad558000 r-xp 00001000 00:45 13536346                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
76a5ad558000-76a5ad559000 r--p 00002000 00:45 13536346                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
76a5ad559000-76a5ad55a000 r--p 00002000 00:45 13536346                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
76a5ad55a000-76a5ad55b000 rw-p 00003000 00:45 13536346                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_14.so
76a5ad55b000-76a5ad55c000 r--p 00000000 00:45 13536035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
76a5ad55c000-76a5ad55d000 r-xp 00001000 00:45 13536035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
76a5ad55d000-76a5ad55e000 r--p 00002000 00:45 13536035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
76a5ad55e000-76a5ad55f000 r--p 00002000 00:45 13536035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
76a5ad55f000-76a5ad560000 rw-p 00003000 00:45 13536035                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_13.so
76a5ad560000-76a5ad561000 r--p 00000000 00:45 13536034                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
76a5ad561000-76a5ad562000 r-xp 00001000 00:45 13536034                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
76a5ad562000-76a5ad563000 r--p 00002000 00:45 13536034                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
76a5ad563000-76a5ad564000 r--p 00002000 00:45 13536034                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
76a5ad564000-76a5ad565000 rw-p 00003000 00:45 13536034                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_11.so
76a5ad565000-76a5ad566000 r--p 00000000 00:45 13536032                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
76a5ad566000-76a5ad567000 r-xp 00001000 00:45 13536032                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
76a5ad567000-76a5ad568000 r--p 00002000 00:45 13536032                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
76a5ad568000-76a5ad569000 r--p 00002000 00:45 13536032                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
76a5ad569000-76a5ad56a000 rw-p 00003000 00:45 13536032                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_10.so
76a5ad56a000-76a5ad56b000 r--p 00000000 00:45 13536030                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
76a5ad56b000-76a5ad56c000 r-xp 00001000 00:45 13536030                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
76a5ad56c000-76a5ad56d000 r--p 00002000 00:45 13536030                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
76a5ad56d000-76a5ad56e000 r--p 00002000 00:45 13536030                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
76a5ad56e000-76a5ad56f000 rw-p 00003000 00:45 13536030                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_9.so
76a5ad56f000-76a5ad570000 r--p 00000000 00:45 13536028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
76a5ad570000-76a5ad571000 r-xp 00001000 00:45 13536028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
76a5ad571000-76a5ad572000 r--p 00002000 00:45 13536028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
76a5ad572000-76a5ad573000 r--p 00002000 00:45 13536028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
76a5ad573000-76a5ad574000 rw-p 00003000 00:45 13536028                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_8.so
76a5ad574000-76a5ad575000 r--p 00000000 00:45 13536026                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
76a5ad575000-76a5ad576000 r-xp 00001000 00:45 13536026                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
76a5ad576000-76a5ad577000 r--p 00002000 00:45 13536026                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
76a5ad577000-76a5ad578000 r--p 00002000 00:45 13536026                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
76a5ad578000-76a5ad579000 rw-p 00003000 00:45 13536026                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_7.so
76a5ad579000-76a5ad57a000 r--p 00000000 00:45 13536024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
76a5ad57a000-76a5ad57b000 r-xp 00001000 00:45 13536024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
76a5ad57b000-76a5ad57c000 r--p 00002000 00:45 13536024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
76a5ad57c000-76a5ad57d000 r--p 00002000 00:45 13536024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
76a5ad57d000-76a5ad57e000 rw-p 00003000 00:45 13536024                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_6.so
76a5ad57e000-76a5ad57f000 r--p 00000000 00:45 13536023                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
76a5ad57f000-76a5ad580000 r-xp 00001000 00:45 13536023                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
76a5ad580000-76a5ad581000 r--p 00002000 00:45 13536023                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
76a5ad581000-76a5ad582000 r--p 00002000 00:45 13536023                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
76a5ad582000-76a5ad583000 rw-p 00003000 00:45 13536023                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_5.so
76a5ad583000-76a5ad584000 r--p 00000000 00:45 13536019                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
76a5ad584000-76a5ad585000 r-xp 00001000 00:45 13536019                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
76a5ad585000-76a5ad586000 r--p 00002000 00:45 13536019                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
76a5ad586000-76a5ad587000 r--p 00002000 00:45 13536019                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
76a5ad587000-76a5ad588000 rw-p 00003000 00:45 13536019                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_4.so
76a5ad588000-76a5ad589000 r--p 00000000 00:45 13536018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
76a5ad589000-76a5ad58a000 r-xp 00001000 00:45 13536018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
76a5ad58a000-76a5ad58b000 r--p 00002000 00:45 13536018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
76a5ad58b000-76a5ad58c000 r--p 00002000 00:45 13536018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
76a5ad58c000-76a5ad58d000 rw-p 00003000 00:45 13536018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_3.so
76a5ad58d000-76a5ad58e000 r--p 00000000 00:45 13536017                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
76a5ad58e000-76a5ad58f000 r-xp 00001000 00:45 13536017                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
76a5ad58f000-76a5ad590000 r--p 00002000 00:45 13536017                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
76a5ad590000-76a5ad591000 r--p 00002000 00:45 13536017                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
76a5ad591000-76a5ad592000 rw-p 00003000 00:45 13536017                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_2.so
76a5ad592000-76a5ad593000 r--p 00000000 00:45 13536016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
76a5ad593000-76a5ad594000 r-xp 00001000 00:45 13536016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
76a5ad594000-76a5ad595000 r--p 00002000 00:45 13536016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
76a5ad595000-76a5ad596000 r--p 00002000 00:45 13536016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
76a5ad596000-76a5ad597000 rw-p 00003000 00:45 13536016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/iso_8859_1.so
76a5ad597000-76a5ad598000 r--p 00000000 00:45 13536011                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
76a5ad598000-76a5ad599000 r-xp 00001000 00:45 13536011                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
76a5ad599000-76a5ad59a000 r--p 00002000 00:45 13536011                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
76a5ad59a000-76a5ad59b000 r--p 00002000 00:45 13536011                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
76a5ad59b000-76a5ad59c000 rw-p 00003000 00:45 13536011                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gbk.so
76a5ad59c000-76a5ad59d000 r--p 00000000 00:45 13536015                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
76a5ad59d000-76a5ad59e000 r-xp 00001000 00:45 13536015                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
76a5ad59e000-76a5ad59f000 r--p 00002000 00:45 13536015                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
76a5ad59f000-76a5ad5a0000 r--p 00002000 00:45 13536015                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
76a5ad5a0000-76a5ad5a1000 rw-p 00003000 00:45 13536015                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/gb18030.so
76a5ad5a1000-76a5ad5a2000 r--p 00000000 00:45 13536008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
76a5ad5a2000-76a5ad5a3000 r-xp 00001000 00:45 13536008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
76a5ad5a3000-76a5ad5a4000 r--p 00002000 00:45 13536008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
76a5ad5a4000-76a5ad5a5000 r--p 00002000 00:45 13536008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
76a5ad5a5000-76a5ad5a6000 rw-p 00003000 00:45 13536008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_tw.so
76a5ad5a6000-76a5ad5a7000 r--p 00000000 00:45 13536007                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
76a5ad5a7000-76a5ad5a8000 r-xp 00001000 00:45 13536007                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
76a5ad5a8000-76a5ad5a9000 r--p 00002000 00:45 13536007                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
76a5ad5a9000-76a5ad5aa000 r--p 00002000 00:45 13536007                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
76a5ad5aa000-76a5ad5ab000 rw-p 00003000 00:45 13536007                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_kr.so
76a5ad5ab000-76a5ad5ac000 r--p 00000000 00:45 13536003                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
76a5ad5ac000-76a5ad5ad000 r-xp 00001000 00:45 13536003                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
76a5ad5ad000-76a5ad5ae000 r--p 00002000 00:45 13536003                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
76a5ad5ae000-76a5ad5af000 r--p 00002000 00:45 13536003                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
76a5ad5af000-76a5ad5b0000 rw-p 00003000 00:45 13536003                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/emacs_mule.so
76a5ad5b0000-76a5ad5b1000 r--p 00000000 00:45 13530246                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
76a5ad5b1000-76a5ad5b2000 r-xp 00001000 00:45 13530246                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
76a5ad5b2000-76a5ad5b3000 r--p 00002000 00:45 13530246                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
76a5ad5b3000-76a5ad5b4000 r--p 00002000 00:45 13530246                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
76a5ad5b4000-76a5ad5b5000 rw-p 00003000 00:45 13530246                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cp949.so
76a5ad5b5000-76a5ad5b6000 r--p 00000000 00:45 13530289                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
76a5ad5b6000-76a5ad5b7000 r-xp 00001000 00:45 13530289                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
76a5ad5b7000-76a5ad5b8000 r--p 00002000 00:45 13530289                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
76a5ad5b8000-76a5ad5b9000 r--p 00003000 00:45 13530289                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
76a5ad5b9000-76a5ad5ba000 rw-p 00004000 00:45 13530289                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/cesu_8.so
76a5ad5ba000-76a5ad5bb000 r--p 00000000 00:45 13535883                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
76a5ad5bb000-76a5ad5bc000 r-xp 00001000 00:45 13535883                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
76a5ad5bc000-76a5ad5be000 r--p 00002000 00:45 13535883                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
76a5ad5be000-76a5ad5bf000 r--p 00003000 00:45 13535883                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
76a5ad5bf000-76a5ad5c0000 rw-p 00004000 00:45 13535883                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/big5.so
76a5ad5c0000-76a5ad5c1000 r--p 00000000 00:45 13536050                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
76a5ad5c1000-76a5ad5c2000 r-xp 00001000 00:45 13536050                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
76a5ad5c2000-76a5ad5c3000 r--p 00002000 00:45 13536050                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
76a5ad5c3000-76a5ad5c4000 r--p 00003000 00:45 13536050                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
76a5ad5c4000-76a5ad5c5000 rw-p 00004000 00:45 13536050                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/windows_31j.so
76a5ad5c5000-76a5ad5c6000 r--p 00000000 00:45 13536004                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
76a5ad5c6000-76a5ad5c7000 r-xp 00001000 00:45 13536004                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
76a5ad5c7000-76a5ad5c8000 r--p 00002000 00:45 13536004                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
76a5ad5c8000-76a5ad5c9000 r--p 00003000 00:45 13536004                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
76a5ad5c9000-76a5ad5ca000 rw-p 00004000 00:45 13536004                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/euc_jp.so
76a5ad5ca000-76a5ad5cb000 r--p 00000000 00:45 13536051                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
76a5ad5cb000-76a5ad5cc000 r-xp 00001000 00:45 13536051                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
76a5ad5cc000-76a5ad5cd000 r--p 00002000 00:45 13536051                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
76a5ad5cd000-76a5ad5ce000 r--p 00002000 00:45 13536051                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
76a5ad5ce000-76a5ad5cf000 rw-p 00003000 00:45 13536051                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32le.so
76a5ad5cf000-76a5ad5d0000 r--p 00000000 00:45 13536049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
76a5ad5d0000-76a5ad5d1000 r-xp 00001000 00:45 13536049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
76a5ad5d1000-76a5ad5d2000 r--p 00002000 00:45 13536049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
76a5ad5d2000-76a5ad5d3000 r--p 00002000 00:45 13536049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
76a5ad5d3000-76a5ad5d4000 rw-p 00003000 00:45 13536049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_32be.so
76a5ad5d4000-76a5ad5d5000 r--p 00000000 00:45 13536048                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
76a5ad5d5000-76a5ad5d6000 r-xp 00001000 00:45 13536048                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
76a5ad5d6000-76a5ad5d7000 r--p 00002000 00:45 13536048                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
76a5ad5d7000-76a5ad5d8000 r--p 00002000 00:45 13536048                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
76a5ad5d8000-76a5ad5d9000 rw-p 00003000 00:45 13536048                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16le.so
76a5ad5d9000-76a5ad5da000 r--p 00000000 00:45 13536044                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
76a5ad5da000-76a5ad5db000 r-xp 00001000 00:45 13536044                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
76a5ad5db000-76a5ad5dc000 r--p 00002000 00:45 13536044                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
76a5ad5dc000-76a5ad5dd000 r--p 00002000 00:45 13536044                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
76a5ad5dd000-76a5ad5de000 rw-p 00003000 00:45 13536044                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/utf_16be.so
76a5ad5de000-76a5ad5e0000 r--p 00000000 00:45 13537349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
76a5ad5e0000-76a5ad5e3000 r-xp 00002000 00:45 13537349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
76a5ad5e3000-76a5ad5e4000 r--p 00005000 00:45 13537349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
76a5ad5e4000-76a5ad5e5000 r--p 00006000 00:45 13537349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
76a5ad5e5000-76a5ad5e6000 rw-p 00007000 00:45 13537349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/string.so
76a5ad5e6000-76a5ad5e7000 r--p 00000000 00:45 13537254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
76a5ad5e7000-76a5ad5e8000 r-xp 00001000 00:45 13537254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
76a5ad5e8000-76a5ad5e9000 r--p 00002000 00:45 13537254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
76a5ad5e9000-76a5ad5ea000 r--p 00002000 00:45 13537254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
76a5ad5ea000-76a5ad5eb000 rw-p 00003000 00:45 13537254                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/update.so
76a5ad5eb000-76a5ad5ec000 r--p 00000000 00:45 13537253                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
76a5ad5ec000-76a5ad5ed000 r-xp 00001000 00:45 13537253                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
76a5ad5ed000-76a5ad5ee000 r--p 00002000 00:45 13537253                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
76a5ad5ee000-76a5ad5ef000 r--p 00002000 00:45 13537253                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
76a5ad5ef000-76a5ad5f0000 rw-p 00003000 00:45 13537253                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/numhash.so
76a5ad5f0000-76a5ad600000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad601000-76a5ad602000 r--p 00000000 00:45 13537240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
76a5ad602000-76a5ad603000 r-xp 00001000 00:45 13537240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
76a5ad603000-76a5ad604000 r--p 00002000 00:45 13537240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
76a5ad604000-76a5ad605000 r--p 00002000 00:45 13537240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
76a5ad605000-76a5ad606000 rw-p 00003000 00:45 13537240                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/st/foreach.so
76a5ad606000-76a5ad607000 r--p 00000000 00:45 13537227                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
76a5ad607000-76a5ad608000 r-xp 00001000 00:45 13537227                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
76a5ad608000-76a5ad609000 r--p 00002000 00:45 13537227                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
76a5ad609000-76a5ad60a000 r--p 00002000 00:45 13537227                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
76a5ad60a000-76a5ad60b000 rw-p 00003000 00:45 13537227                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rational.so
76a5ad60b000-76a5ad60c000 r--p 00000000 00:45 13537236                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
76a5ad60c000-76a5ad60d000 r-xp 00001000 00:45 13537236                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
76a5ad60d000-76a5ad60e000 r--p 00002000 00:45 13537236                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
76a5ad60e000-76a5ad60f000 r--p 00002000 00:45 13537236                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
76a5ad60f000-76a5ad610000 rw-p 00003000 00:45 13537236                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/proc.so
76a5ad611000-76a5ad612000 r--p 00000000 00:45 13537232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
76a5ad612000-76a5ad613000 r-xp 00001000 00:45 13537232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
76a5ad613000-76a5ad614000 r--p 00002000 00:45 13537232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
76a5ad614000-76a5ad615000 r--p 00002000 00:45 13537232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
76a5ad615000-76a5ad616000 rw-p 00003000 00:45 13537232                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/rb_call_super_kw.so
76a5ad616000-76a5ad617000 r--p 00000000 00:45 13537408                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
76a5ad617000-76a5ad618000 r-xp 00001000 00:45 13537408                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
76a5ad618000-76a5ad619000 r--p 00002000 00:45 13537408                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
76a5ad619000-76a5ad61a000 r--p 00002000 00:45 13537408                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
76a5ad61a000-76a5ad61b000 rw-p 00003000 00:45 13537408                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/fcntl.so
76a5ad61b000-76a5ad61c000 r--p 00000000 00:45 13537344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
76a5ad61c000-76a5ad61d000 r-xp 00001000 00:45 13537344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
76a5ad61d000-76a5ad61e000 r--p 00002000 00:45 13537344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
76a5ad61e000-76a5ad61f000 r--p 00002000 00:45 13537344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
76a5ad61f000-76a5ad620000 rw-p 00003000 00:45 13537344                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/continuation.so
76a5ad620000-76a5ad690000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad691000-76a5ad692000 r--p 00000000 00:45 13537205                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
76a5ad692000-76a5ad693000 r-xp 00001000 00:45 13537205                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
76a5ad693000-76a5ad694000 r--p 00002000 00:45 13537205                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
76a5ad694000-76a5ad695000 r--p 00002000 00:45 13537205                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
76a5ad695000-76a5ad696000 rw-p 00003000 00:45 13537205                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/postponed_job.so
76a5ad696000-76a5ad697000 r--p 00000000 00:45 13537190                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
76a5ad697000-76a5ad698000 r-xp 00001000 00:45 13537190                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
76a5ad698000-76a5ad699000 r--p 00002000 00:45 13537190                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
76a5ad699000-76a5ad69a000 r--p 00002000 00:45 13537190                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
76a5ad69a000-76a5ad69b000 rw-p 00003000 00:45 13537190                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/popen_deadlock/infinite_loop_dlsym.so
76a5ad69b000-76a5ad69c000 r--p 00000000 00:45 13537031                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
76a5ad69c000-76a5ad69d000 r-xp 00001000 00:45 13537031                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
76a5ad69d000-76a5ad69e000 r--p 00002000 00:45 13537031                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
76a5ad69e000-76a5ad69f000 r--p 00002000 00:45 13537031                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
76a5ad69f000-76a5ad6a0000 rw-p 00003000 00:45 13537031                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/path_to_class.so
76a5ad6a0000-76a5ad6b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad6b1000-76a5ad6b2000 r--p 00000000 00:45 13537195                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
76a5ad6b2000-76a5ad6b3000 r-xp 00001000 00:45 13537195                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
76a5ad6b3000-76a5ad6b4000 r--p 00002000 00:45 13537195                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
76a5ad6b4000-76a5ad6b5000 r--p 00002000 00:45 13537195                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
76a5ad6b5000-76a5ad6b6000 rw-p 00003000 00:45 13537195                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/num2int.so
76a5ad6b6000-76a5ad6b7000 r--p 00000000 00:45 13537182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
76a5ad6b7000-76a5ad6b8000 r-xp 00001000 00:45 13537182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
76a5ad6b8000-76a5ad6b9000 r--p 00002000 00:45 13537182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
76a5ad6b9000-76a5ad6ba000 r--p 00002000 00:45 13537182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
76a5ad6ba000-76a5ad6bb000 rw-p 00003000 00:45 13537182                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/method.so
76a5ad6bb000-76a5ad6bc000 r--p 00000000 00:45 13537169                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
76a5ad6bc000-76a5ad6bd000 r-xp 00001000 00:45 13537169                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
76a5ad6bd000-76a5ad6be000 r--p 00002000 00:45 13537169                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
76a5ad6be000-76a5ad6bf000 r--p 00002000 00:45 13537169                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
76a5ad6bf000-76a5ad6c0000 rw-p 00003000 00:45 13537169                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/usr.so
76a5ad6c1000-76a5ad6c2000 r--p 00000000 00:45 13537334                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
76a5ad6c2000-76a5ad6c3000 r-xp 00001000 00:45 13537334                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
76a5ad6c3000-76a5ad6c4000 r--p 00002000 00:45 13537334                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
76a5ad6c4000-76a5ad6c5000 r--p 00002000 00:45 13537334                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
76a5ad6c5000-76a5ad6c6000 rw-p 00003000 00:45 13537334                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/wait.so
76a5ad6c6000-76a5ad6c7000 r--p 00000000 00:45 13537314                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
76a5ad6c7000-76a5ad6c8000 r-xp 00001000 00:45 13537314                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
76a5ad6c8000-76a5ad6c9000 r--p 00002000 00:45 13537314                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
76a5ad6c9000-76a5ad6ca000 r--p 00002000 00:45 13537314                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
76a5ad6ca000-76a5ad6cb000 rw-p 00003000 00:45 13537314                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/typeddata.so
76a5ad6cb000-76a5ad6cc000 r--p 00000000 00:45 13537318                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
76a5ad6cc000-76a5ad6cd000 r-xp 00001000 00:45 13537318                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
76a5ad6cd000-76a5ad6ce000 r--p 00002000 00:45 13537318                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
76a5ad6ce000-76a5ad6cf000 r--p 00002000 00:45 13537318                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
76a5ad6cf000-76a5ad6d0000 rw-p 00003000 00:45 13537318                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/tracepoint.so
76a5ad6d0000-76a5ad6d1000 r--p 00000000 00:45 13537319                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
76a5ad6d1000-76a5ad6d2000 r-xp 00001000 00:45 13537319                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
76a5ad6d2000-76a5ad6d3000 r--p 00002000 00:45 13537319                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
76a5ad6d3000-76a5ad6d4000 r--p 00002000 00:45 13537319                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
76a5ad6d4000-76a5ad6d5000 rw-p 00003000 00:45 13537319                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/time.so
76a5ad6d5000-76a5ad6d6000 ---p 00000000 00:00 0 
76a5ad6d6000-76a5ad6f6000 rw-p 00000000 00:00 0 
76a5ad6f6000-76a5ad6f7000 r--p 00000000 00:45 13537245                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
76a5ad6f7000-76a5ad6f9000 r-xp 00001000 00:45 13537245                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
76a5ad6f9000-76a5ad6fa000 r--p 00003000 00:45 13537245                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
76a5ad6fa000-76a5ad6fb000 r--p 00003000 00:45 13537245                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
76a5ad6fb000-76a5ad6fc000 rw-p 00004000 00:45 13537245                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/scan_args.so
76a5ad6fc000-76a5ad6fd000 r--p 00000000 00:45 13537233                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
76a5ad6fd000-76a5ad6fe000 r-xp 00001000 00:45 13537233                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
76a5ad6fe000-76a5ad6ff000 r--p 00002000 00:45 13537233                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
76a5ad6ff000-76a5ad700000 r--p 00002000 00:45 13537233                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
76a5ad700000-76a5ad701000 rw-p 00003000 00:45 13537233                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/recursion.so
76a5ad701000-76a5ad702000 r--p 00000000 00:45 13537173                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
76a5ad702000-76a5ad703000 r-xp 00001000 00:45 13537173                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
76a5ad703000-76a5ad704000 r--p 00002000 00:45 13537173                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
76a5ad704000-76a5ad705000 r--p 00002000 00:45 13537173                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
76a5ad705000-76a5ad706000 rw-p 00003000 00:45 13537173                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/marshal/internal_ivar.so
76a5ad706000-76a5ad707000 r--p 00000000 00:45 13537148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
76a5ad707000-76a5ad708000 r-xp 00001000 00:45 13537148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
76a5ad708000-76a5ad709000 r--p 00002000 00:45 13537148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
76a5ad709000-76a5ad70a000 r--p 00002000 00:45 13537148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
76a5ad70a000-76a5ad70b000 rw-p 00003000 00:45 13537148                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/load/protect.so
76a5ad70b000-76a5ad70c000 r--p 00000000 00:45 13537152                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
76a5ad70c000-76a5ad70d000 r-xp 00001000 00:45 13537152                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
76a5ad70d000-76a5ad70e000 r--p 00002000 00:45 13537152                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
76a5ad70e000-76a5ad70f000 r--p 00002000 00:45 13537152                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
76a5ad70f000-76a5ad710000 rw-p 00003000 00:45 13537152                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iter.so
76a5ad710000-76a5ad770000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad770000-76a5ad771000 r--p 00000000 00:45 13537127                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
76a5ad771000-76a5ad772000 r-xp 00001000 00:45 13537127                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
76a5ad772000-76a5ad773000 r--p 00002000 00:45 13537127                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
76a5ad773000-76a5ad774000 r--p 00002000 00:45 13537127                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
76a5ad774000-76a5ad775000 rw-p 00003000 00:45 13537127                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/iseq_load.so
76a5ad775000-76a5ad776000 r--p 00000000 00:45 13537132                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
76a5ad776000-76a5ad777000 r-xp 00001000 00:45 13537132                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
76a5ad777000-76a5ad778000 r--p 00002000 00:45 13537132                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
76a5ad778000-76a5ad779000 r--p 00002000 00:45 13537132                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
76a5ad779000-76a5ad77a000 rw-p 00003000 00:45 13537132                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/integer.so
76a5ad77a000-76a5ad77b000 r--p 00000000 00:45 13537122                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
76a5ad77b000-76a5ad77c000 r-xp 00001000 00:45 13537122                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
76a5ad77c000-76a5ad77d000 r--p 00002000 00:45 13537122                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
76a5ad77d000-76a5ad77e000 r--p 00002000 00:45 13537122                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
76a5ad77e000-76a5ad77f000 rw-p 00003000 00:45 13537122                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/hash.so
76a5ad780000-76a5ad783000 r--p 00000000 00:45 13537529                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
76a5ad783000-76a5ad78c000 r-xp 00003000 00:45 13537529                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
76a5ad78c000-76a5ad78e000 r--p 0000c000 00:45 13537529                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
76a5ad78e000-76a5ad78f000 r--p 0000d000 00:45 13537529                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
76a5ad78f000-76a5ad790000 rw-p 0000e000 00:45 13537529                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/objspace.so
76a5ad790000-76a5ad880000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad884000-76a5ad885000 r--p 00000000 00:45 13537107                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
76a5ad885000-76a5ad886000 r-xp 00001000 00:45 13537107                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
76a5ad886000-76a5ad887000 r--p 00002000 00:45 13537107                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
76a5ad887000-76a5ad888000 r--p 00002000 00:45 13537107                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
76a5ad888000-76a5ad889000 rw-p 00003000 00:45 13537107                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/funcall.so
76a5ad889000-76a5ad88a000 r--p 00000000 00:45 13537105                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
76a5ad88a000-76a5ad88b000 r-xp 00001000 00:45 13537105                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
76a5ad88b000-76a5ad88c000 r--p 00002000 00:45 13537105                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
76a5ad88c000-76a5ad88d000 r--p 00002000 00:45 13537105                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
76a5ad88d000-76a5ad88e000 rw-p 00003000 00:45 13537105                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/float.so
76a5ad891000-76a5ad894000 r--p 00000000 00:45 13537756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
76a5ad894000-76a5ad8a0000 r-xp 00003000 00:45 13537756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
76a5ad8a0000-76a5ad8a3000 r--p 0000f000 00:45 13537756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
76a5ad8a3000-76a5ad8a4000 r--p 00011000 00:45 13537756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
76a5ad8a4000-76a5ad8a5000 rw-p 00012000 00:45 13537756                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/zlib.so
76a5ad8a5000-76a5ad8a6000 r--p 00000000 00:45 13537524                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
76a5ad8a6000-76a5ad8a7000 r-xp 00001000 00:45 13537524                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
76a5ad8a7000-76a5ad8a8000 r--p 00002000 00:45 13537524                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
76a5ad8a8000-76a5ad8a9000 r--p 00002000 00:45 13537524                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
76a5ad8a9000-76a5ad8aa000 rw-p 00003000 00:45 13537524                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/monitor.so
76a5ad8aa000-76a5ad8ac000 r--p 00000000 00:45 13537804                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
76a5ad8ac000-76a5ad8b5000 r-xp 00002000 00:45 13537804                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
76a5ad8b5000-76a5ad8b8000 r--p 0000b000 00:45 13537804                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
76a5ad8b8000-76a5ad8b9000 r--p 0000d000 00:45 13537804                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
76a5ad8b9000-76a5ad8ba000 rw-p 0000e000 00:45 13537804                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/generator.so
76a5ad8ba000-76a5ad8bc000 r--p 00000000 00:45 13537889                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
76a5ad8bc000-76a5ad8c1000 r-xp 00002000 00:45 13537889                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
76a5ad8c1000-76a5ad8c3000 r--p 00007000 00:45 13537889                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
76a5ad8c3000-76a5ad8c4000 r--p 00008000 00:45 13537889                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
76a5ad8c4000-76a5ad8c5000 rw-p 00009000 00:45 13537889                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/json/ext/parser.so
76a5ad8c5000-76a5ad8c6000 r--p 00000000 00:45 13537512                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
76a5ad8c6000-76a5ad8c7000 r-xp 00001000 00:45 13537512                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
76a5ad8c7000-76a5ad8c8000 r--p 00002000 00:45 13537512                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
76a5ad8c8000-76a5ad8c9000 r--p 00002000 00:45 13537512                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
76a5ad8c9000-76a5ad8ca000 rw-p 00003000 00:45 13537512                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/wait.so
76a5ad8ca000-76a5ad8cc000 r--p 00000000 00:45 13537599                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
76a5ad8cc000-76a5ad8ce000 r-xp 00002000 00:45 13537599                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
76a5ad8ce000-76a5ad8cf000 r--p 00004000 00:45 13537599                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
76a5ad8cf000-76a5ad8d0000 r--p 00004000 00:45 13537599                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
76a5ad8d0000-76a5ad8d1000 rw-p 00005000 00:45 13537599                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/pty.so
76a5ad8d1000-76a5ad8d2000 r--p 00000000 00:45 13537103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
76a5ad8d2000-76a5ad8d3000 r-xp 00001000 00:45 13537103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
76a5ad8d3000-76a5ad8d4000 r--p 00002000 00:45 13537103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
76a5ad8d4000-76a5ad8d5000 r--p 00002000 00:45 13537103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
76a5ad8d5000-76a5ad8d6000 rw-p 00003000 00:45 13537103                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/file.so
76a5ad8d6000-76a5ad8d7000 r--p 00000000 00:45 13537098                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
76a5ad8d7000-76a5ad8d8000 r-xp 00001000 00:45 13537098                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
76a5ad8d8000-76a5ad8d9000 r--p 00002000 00:45 13537098                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
76a5ad8d9000-76a5ad8da000 r--p 00002000 00:45 13537098                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
76a5ad8da000-76a5ad8db000 rw-p 00003000 00:45 13537098                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/exception.so
76a5ad8db000-76a5ad8dc000 r--p 00000000 00:45 13537076                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
76a5ad8dc000-76a5ad8dd000 r-xp 00001000 00:45 13537076                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
76a5ad8dd000-76a5ad8de000 r--p 00002000 00:45 13537076                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
76a5ad8de000-76a5ad8df000 r--p 00002000 00:45 13537076                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
76a5ad8df000-76a5ad8e0000 rw-p 00003000 00:45 13537076                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/eval.so
76a5ad8e0000-76a5ad970000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad970000-76a5ad971000 r--p 00000000 00:45 13537074                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
76a5ad971000-76a5ad972000 r-xp 00001000 00:45 13537074                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
76a5ad972000-76a5ad973000 r--p 00002000 00:45 13537074                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
76a5ad973000-76a5ad974000 r--p 00002000 00:45 13537074                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
76a5ad974000-76a5ad975000 rw-p 00003000 00:45 13537074                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/econv.so
76a5ad975000-76a5ad976000 r--p 00000000 00:45 13537068                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
76a5ad976000-76a5ad977000 r-xp 00001000 00:45 13537068                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
76a5ad977000-76a5ad978000 r--p 00002000 00:45 13537068                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
76a5ad978000-76a5ad979000 r--p 00002000 00:45 13537068                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
76a5ad979000-76a5ad97a000 rw-p 00003000 00:45 13537068                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/debug.so
76a5ad97a000-76a5ad97b000 r--p 00000000 00:45 13537049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
76a5ad97b000-76a5ad97c000 r-xp 00001000 00:45 13537049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
76a5ad97c000-76a5ad97d000 r--p 00002000 00:45 13537049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
76a5ad97d000-76a5ad97e000 r--p 00002000 00:45 13537049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
76a5ad97e000-76a5ad97f000 rw-p 00003000 00:45 13537049                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/class.so
76a5ad97f000-76a5ad9a0000 rw-p 00000000 00:00 0 
76a5ad9a0000-76a5ad9b0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ad9b3000-76a5ad9b5000 r--p 00000000 00:45 13537060                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
76a5ad9b5000-76a5ad9b7000 r-xp 00002000 00:45 13537060                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
76a5ad9b7000-76a5ad9b8000 r--p 00004000 00:45 13537060                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
76a5ad9b8000-76a5ad9b9000 r--p 00004000 00:45 13537060                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
76a5ad9b9000-76a5ad9ba000 rw-p 00005000 00:45 13537060                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/bignum.so
76a5ad9ba000-76a5ad9bb000 r--p 00000000 00:45 13537008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
76a5ad9bb000-76a5ad9bc000 r-xp 00001000 00:45 13537008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
76a5ad9bc000-76a5ad9bd000 r--p 00002000 00:45 13537008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
76a5ad9bd000-76a5ad9be000 r--p 00002000 00:45 13537008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
76a5ad9be000-76a5ad9bf000 rw-p 00003000 00:45 13537008                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/to_ary_concat.so
76a5ad9bf000-76a5ad9c0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ad9c0000-76a5ada01000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ada01000-76a5ada02000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ada02000-76a5ada43000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ada43000-76a5ada44000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ada44000-76a5ada85000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ada85000-76a5ada86000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ada86000-76a5adac7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adac7000-76a5adac8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adac8000-76a5adb09000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adb09000-76a5adb0a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adb0a000-76a5adb4b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adb4b000-76a5adb4c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adb4c000-76a5adb8d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adb8d000-76a5adb8e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adb8e000-76a5adbcf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adbcf000-76a5adbd0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adbd0000-76a5adc11000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adc11000-76a5adc12000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adc12000-76a5adc53000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adc53000-76a5adc54000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adc54000-76a5adc95000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adc95000-76a5adc96000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adc96000-76a5adcd7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adcd7000-76a5adcd8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adcd8000-76a5add19000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5add19000-76a5add1a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5add1a000-76a5add5b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5add5b000-76a5add5c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5add5c000-76a5add9d000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5add9d000-76a5add9e000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5add9e000-76a5adddf000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adddf000-76a5adde0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adde0000-76a5ade21000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ade21000-76a5ade22000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ade22000-76a5ade63000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ade63000-76a5ade64000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ade64000-76a5adea5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adea5000-76a5adea6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adea6000-76a5adee7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adee7000-76a5adee8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adee8000-76a5adf29000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adf29000-76a5adf2a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adf2a000-76a5adf6b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adf6b000-76a5adf6c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adf6c000-76a5adfad000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adfad000-76a5adfae000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adfae000-76a5adfef000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adfef000-76a5adff0000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5adff0000-76a5ae031000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae031000-76a5ae032000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae032000-76a5ae073000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae073000-76a5ae074000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae074000-76a5ae0b5000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae0b5000-76a5ae0b6000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae0b6000-76a5ae0f7000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae0f7000-76a5ae0f8000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae0f8000-76a5ae139000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae139000-76a5ae13a000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae13a000-76a5ae17b000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae17b000-76a5ae17c000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae17c000-76a5ae1bd000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae1bd000-76a5ae1be000 ---p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae1be000-76a5ae1ff000 rw-p 00000000 00:00 0                          [anon:Ruby:fiber_pool_allocate_memory]
76a5ae202000-76a5ae203000 r--p 00000000 00:45 13537295                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
76a5ae203000-76a5ae204000 r-xp 00001000 00:45 13537295                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
76a5ae204000-76a5ae205000 r--p 00002000 00:45 13537295                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
76a5ae205000-76a5ae206000 r--p 00002000 00:45 13537295                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
76a5ae206000-76a5ae207000 rw-p 00003000 00:45 13537295                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/instrumentation.so
76a5ae207000-76a5ae20b000 rw-p 00000000 00:00 0 
76a5ae20b000-76a5ae20c000 r--p 00000000 00:45 13537225                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
76a5ae20c000-76a5ae20d000 r-xp 00001000 00:45 13537225                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
76a5ae20d000-76a5ae20e000 r--p 00002000 00:45 13537225                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
76a5ae20e000-76a5ae20f000 r--p 00002000 00:45 13537225                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
76a5ae20f000-76a5ae210000 rw-p 00003000 00:45 13537225                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/random.so
76a5ae210000-76a5ae5f0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5ae5f2000-76a5ae5f3000 r--p 00000000 00:45 13536543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
76a5ae5f3000-76a5ae5f4000 r-xp 00001000 00:45 13536543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
76a5ae5f4000-76a5ae5f5000 r--p 00002000 00:45 13536543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
76a5ae5f5000-76a5ae5f6000 r--p 00002000 00:45 13536543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
76a5ae5f6000-76a5ae5f7000 rw-p 00003000 00:45 13536543                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/japanese.so
76a5ae5f7000-76a5ae5f8000 r--p 00000000 00:45 13536349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
76a5ae5f8000-76a5ae5f9000 r-xp 00001000 00:45 13536349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
76a5ae5f9000-76a5ae5fa000 r--p 00002000 00:45 13536349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
76a5ae5fa000-76a5ae5fb000 r--p 00002000 00:45 13536349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
76a5ae5fb000-76a5ae5fc000 rw-p 00003000 00:45 13536349                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/escape.so
76a5ae5fc000-76a5ae5fd000 ---p 00000000 00:00 0 
76a5ae5fd000-76a5ae61d000 rw-p 00000000 00:00 0 
76a5ae61d000-76a5ae61e000 ---p 00000000 00:00 0 
76a5ae61e000-76a5ae63e000 rw-p 00000000 00:00 0 
76a5ae63e000-76a5ae63f000 ---p 00000000 00:00 0 
76a5ae63f000-76a5ae65f000 rw-p 00000000 00:00 0 
76a5ae65f000-76a5ae660000 ---p 00000000 00:00 0 
76a5ae660000-76a5ae680000 rw-p 00000000 00:00 0 
76a5ae680000-76a5ae681000 ---p 00000000 00:00 0 
76a5ae681000-76a5ae6a1000 rw-p 00000000 00:00 0 
76a5ae6a1000-76a5ae6a2000 ---p 00000000 00:00 0 
76a5ae6a2000-76a5ae6c2000 rw-p 00000000 00:00 0 
76a5ae6c2000-76a5ae6c3000 ---p 00000000 00:00 0 
76a5ae6c3000-76a5ae6e3000 rw-p 00000000 00:00 0 
76a5ae6e3000-76a5ae6e4000 ---p 00000000 00:00 0 
76a5ae6e4000-76a5ae704000 rw-p 00000000 00:00 0 
76a5ae704000-76a5ae705000 ---p 00000000 00:00 0 
76a5ae705000-76a5ae725000 rw-p 00000000 00:00 0 
76a5ae725000-76a5ae726000 ---p 00000000 00:00 0 
76a5ae726000-76a5ae746000 rw-p 00000000 00:00 0 
76a5ae746000-76a5ae747000 ---p 00000000 00:00 0 
76a5ae747000-76a5ae767000 rw-p 00000000 00:00 0 
76a5ae767000-76a5ae768000 ---p 00000000 00:00 0 
76a5ae768000-76a5ae788000 rw-p 00000000 00:00 0 
76a5ae788000-76a5ae789000 ---p 00000000 00:00 0 
76a5ae789000-76a5ae7a9000 rw-p 00000000 00:00 0 
76a5ae7a9000-76a5ae7aa000 ---p 00000000 00:00 0 
76a5ae7aa000-76a5ae7ca000 rw-p 00000000 00:00 0 
76a5ae7ca000-76a5ae7cb000 ---p 00000000 00:00 0 
76a5ae7cb000-76a5ae7eb000 rw-p 00000000 00:00 0 
76a5ae7eb000-76a5ae7ec000 ---p 00000000 00:00 0 
76a5ae7ec000-76a5ae80c000 rw-p 00000000 00:00 0 
76a5ae80c000-76a5ae80d000 ---p 00000000 00:00 0 
76a5ae80d000-76a5ae82d000 rw-p 00000000 00:00 0 
76a5ae82d000-76a5ae82e000 ---p 00000000 00:00 0 
76a5ae82e000-76a5ae84e000 rw-p 00000000 00:00 0 
76a5ae84e000-76a5ae84f000 ---p 00000000 00:00 0 
76a5ae84f000-76a5ae86f000 rw-p 00000000 00:00 0 
76a5ae86f000-76a5ae870000 ---p 00000000 00:00 0 
76a5ae870000-76a5ae890000 rw-p 00000000 00:00 0 
76a5ae890000-76a5ae891000 ---p 00000000 00:00 0 
76a5ae891000-76a5ae8b1000 rw-p 00000000 00:00 0 
76a5ae8b1000-76a5ae8b2000 ---p 00000000 00:00 0 
76a5ae8b2000-76a5ae8d2000 rw-p 00000000 00:00 0 
76a5ae8d2000-76a5ae8d3000 r--p 00000000 00:45 13537291                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
76a5ae8d3000-76a5ae8d4000 r-xp 00001000 00:45 13537291                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
76a5ae8d4000-76a5ae8d5000 r--p 00002000 00:45 13537291                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
76a5ae8d5000-76a5ae8d6000 r--p 00002000 00:45 13537291                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
76a5ae8d6000-76a5ae8d7000 rw-p 00003000 00:45 13537291                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/thread/id.so
76a5ae8d7000-76a5ae8d8000 ---p 00000000 00:00 0 
76a5ae8d8000-76a5ae8f8000 rw-p 00000000 00:00 0 
76a5ae8f8000-76a5ae8f9000 ---p 00000000 00:00 0 
76a5ae8f9000-76a5ae919000 rw-p 00000000 00:00 0 
76a5ae919000-76a5ae91a000 ---p 00000000 00:00 0 
76a5ae91a000-76a5ae93a000 rw-p 00000000 00:00 0 
76a5ae93a000-76a5ae93b000 ---p 00000000 00:00 0 
76a5ae93b000-76a5ae95b000 rw-p 00000000 00:00 0 
76a5ae95b000-76a5ae95c000 ---p 00000000 00:00 0 
76a5ae95c000-76a5ae97c000 rw-p 00000000 00:00 0 
76a5ae97c000-76a5ae97d000 ---p 00000000 00:00 0 
76a5ae97d000-76a5ae99d000 rw-p 00000000 00:00 0 
76a5ae99d000-76a5ae99e000 ---p 00000000 00:00 0 
76a5ae99e000-76a5ae9be000 rw-p 00000000 00:00 0 
76a5ae9be000-76a5ae9bf000 ---p 00000000 00:00 0 
76a5ae9bf000-76a5ae9df000 rw-p 00000000 00:00 0 
76a5ae9df000-76a5ae9e0000 ---p 00000000 00:00 0 
76a5ae9e0000-76a5aea00000 rw-p 00000000 00:00 0 
76a5aea00000-76a5c6a00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_cache]
76a5c6a00000-76a5c7e00000 rw-p 00000000 00:00 0                          [anon:Ruby:Init_default_shapes:shape_list]
76a5c7e01000-76a5c7e03000 r--p 00000000 00:45 13537425                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
76a5c7e03000-76a5c7e08000 r-xp 00002000 00:45 13537425                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
76a5c7e08000-76a5c7e09000 r--p 00007000 00:45 13537425                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
76a5c7e09000-76a5c7e0a000 r--p 00008000 00:45 13537425                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
76a5c7e0a000-76a5c7e0b000 rw-p 00009000 00:45 13537425                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/io/console.so
76a5c7e0b000-76a5c7e0c000 r--p 00000000 00:45 13537018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
76a5c7e0c000-76a5c7e0d000 r-xp 00001000 00:45 13537018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
76a5c7e0d000-76a5c7e0e000 r--p 00002000 00:45 13537018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
76a5c7e0e000-76a5c7e0f000 r--p 00002000 00:45 13537018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
76a5c7e0f000-76a5c7e10000 rw-p 00003000 00:45 13537018                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/asan.so
76a5c7e10000-76a5c7e80000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5c7e84000-76a5c7e85000 r--p 00000000 00:45 13536655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
76a5c7e85000-76a5c7e87000 r-xp 00001000 00:45 13536655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
76a5c7e87000-76a5c7e88000 r--p 00003000 00:45 13536655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
76a5c7e88000-76a5c7e89000 r--p 00003000 00:45 13536655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
76a5c7e89000-76a5c7e8a000 rw-p 00004000 00:45 13536655                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/rbconfig/sizeof.so
76a5c7e8a000-76a5c7e8b000 r--p 00000000 00:45 13536009                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
76a5c7e8b000-76a5c7e8c000 r-xp 00001000 00:45 13536009                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
76a5c7e8c000-76a5c7e8d000 r--p 00002000 00:45 13536009                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
76a5c7e8d000-76a5c7e8e000 r--p 00002000 00:45 13536009                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
76a5c7e8e000-76a5c7e8f000 rw-p 00003000 00:45 13536009                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/trans/transdb.so
76a5c7e92000-76a5c7e93000 r--p 00000000 00:45 13537016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
76a5c7e93000-76a5c7e94000 r-xp 00001000 00:45 13537016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
76a5c7e94000-76a5c7e95000 r--p 00002000 00:45 13537016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
76a5c7e95000-76a5c7e96000 r--p 00002000 00:45 13537016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
76a5c7e96000-76a5c7e97000 rw-p 00003000 00:45 13537016                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/-test-/array/resize.so
76a5c7e97000-76a5c7e99000 r--p 00000000 00:45 13537386                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
76a5c7e99000-76a5c7e9c000 r-xp 00002000 00:45 13537386                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
76a5c7e9c000-76a5c7e9e000 r--p 00005000 00:45 13537386                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
76a5c7e9e000-76a5c7e9f000 r--p 00006000 00:45 13537386                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
76a5c7e9f000-76a5c7ea0000 rw-p 00007000 00:45 13537386                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/etc.so
76a5c7ea0000-76a5c7ec0000 rw-p 00000000 00:00 0                          [anon:Ruby:GC:default:heap_page_body_allocate]
76a5c7ec4000-76a5c7fc5000 rw-p 00000000 00:00 0 
76a5c7fc5000-76a5c7fcc000 r--s 00000000 00:45 15348559                   /usr/lib/x86_64-linux-gnu/gconv/gconv-modules.cache
76a5c7fcc000-76a5c8025000 r--p 00000000 00:45 15348059                   /usr/lib/locale/C.utf8/LC_CTYPE
76a5c8025000-76a5c8027000 rw-p 00000000 00:00 0 
76a5c8027000-76a5c802b000 r--p 00000000 00:45 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
76a5c802b000-76a5c804e000 r-xp 00004000 00:45 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
76a5c804e000-76a5c8052000 r--p 00027000 00:45 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
76a5c8052000-76a5c8053000 r--p 0002b000 00:45 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
76a5c8053000-76a5c8054000 rw-p 0002c000 00:45 15348637                   /usr/lib/x86_64-linux-gnu/libgcc_s.so.1
76a5c8054000-76a5c807c000 r--p 00000000 00:45 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
76a5c807c000-76a5c8204000 r-xp 00028000 00:45 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
76a5c8204000-76a5c8253000 r--p 001b0000 00:45 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
76a5c8253000-76a5c8257000 r--p 001fe000 00:45 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
76a5c8257000-76a5c8259000 rw-p 00202000 00:45 15348597                   /usr/lib/x86_64-linux-gnu/libc.so.6
76a5c8259000-76a5c8268000 rw-p 00000000 00:00 0 
76a5c8268000-76a5c8278000 r--p 00000000 00:45 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
76a5c8278000-76a5c82f7000 r-xp 00010000 00:45 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
76a5c82f7000-76a5c834f000 r--p 0008f000 00:45 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
76a5c834f000-76a5c8350000 r--p 000e7000 00:45 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
76a5c8350000-76a5c8351000 rw-p 000e8000 00:45 15348668                   /usr/lib/x86_64-linux-gnu/libm.so.6
76a5c8351000-76a5c8353000 r--p 00000000 00:45 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
76a5c8353000-76a5c8368000 r-xp 00002000 00:45 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
76a5c8368000-76a5c8381000 r--p 00017000 00:45 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
76a5c8381000-76a5c8382000 r--p 0002f000 00:45 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
76a5c8382000-76a5c8383000 rw-p 00030000 00:45 15348620                   /usr/lib/x86_64-linux-gnu/libcrypt.so.1.1.0
76a5c8383000-76a5c838b000 rw-p 00000000 00:00 0 
76a5c838b000-76a5c8395000 r--p 00000000 00:45 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
76a5c8395000-76a5c83f8000 r-xp 0000a000 00:45 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
76a5c83f8000-76a5c840d000 r--p 0006d000 00:45 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
76a5c840d000-76a5c840e000 r--p 00081000 00:45 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
76a5c840e000-76a5c840f000 rw-p 00082000 00:45 15348642                   /usr/lib/x86_64-linux-gnu/libgmp.so.10.5.0
76a5c840f000-76a5c8411000 r--p 00000000 00:45 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
76a5c8411000-76a5c8423000 r-xp 00002000 00:45 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
76a5c8423000-76a5c8429000 r--p 00014000 00:45 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
76a5c8429000-76a5c842a000 r--p 0001a000 00:45 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
76a5c842a000-76a5c842b000 rw-p 0001b000 00:45 15350670                   /usr/lib/x86_64-linux-gnu/libz.so.1.3
76a5c842b000-76a5c842c000 r--p 00000000 00:45 13536002                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
76a5c842c000-76a5c842d000 r-xp 00001000 00:45 13536002                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
76a5c842d000-76a5c842e000 r--p 00002000 00:45 13536002                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
76a5c842e000-76a5c842f000 r--p 00002000 00:45 13536002                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
76a5c842f000-76a5c8430000 rw-p 00003000 00:45 13536002                   /tmp/ruby/build/trunk-repeat50/.ext/x86_64-linux/enc/encdb.so
76a5c8430000-76a5c8478000 r--p 00000000 00:45 13275303                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
76a5c8478000-76a5c892e000 r-xp 00048000 00:45 13275303                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
76a5c892e000-76a5c8acb000 r--p 004fe000 00:45 13275303                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
76a5c8acb000-76a5c8ae1000 r--p 0069b000 00:45 13275303                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
76a5c8ae1000-76a5c8ae5000 rw-p 006b1000 00:45 13275303                   /tmp/ruby/build/trunk-repeat50/libruby.so.3.5.0
76a5c8ae5000-76a5c8afb000 rw-p 00000000 00:00 0 
76a5c8afb000-76a5c8afc000 r--p 00000000 00:45 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
76a5c8afc000-76a5c8b27000 r-xp 00001000 00:45 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
76a5c8b27000-76a5c8b31000 r--p 0002c000 00:45 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
76a5c8b31000-76a5c8b33000 r--p 00036000 00:45 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
76a5c8b33000-76a5c8b35000 rw-p 00038000 00:45 15348571                   /usr/lib/x86_64-linux-gnu/ld-linux-x86-64.so.2
7ffda0ee8000-7ffda0f31000 rw-p 00000000 00:00 0                          [stack]
7ffda0fb2000-7ffda0fb6000 r--p 00000000 00:00 0                          [vvar]
7ffda0fb6000-7ffda0fb8000 r-xp 00000000 00:00 0                          [vdso]
ffffffffff600000-ffffffffff601000 --xp 00000000 00:00 0                  [vsyscall]



  1) Error:
Prism::RactorTest#test_parse_file:
NoMethodError: undefined method 'chomp' for nil
    /tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:63:in 'block in Prism::RactorTest#with_ractor'
    /tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:61:in 'IO.popen'
    /tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:61:in 'Prism::RactorTest#with_ractor'
    /tmp/ruby/src/trunk-repeat50/test/prism/ractor_test.rb:14:in 'Prism::RactorTest#test_parse_file'

Finished(40/50)  tests in 1661.225982s, 17.4606 tests/s, 3696.5121 assertions/s.
1160239 tests, 245544218 assertions, 0 failures, 1 errors, 6676 skips

ruby -v: ruby 3.5.0dev (2025-09-03T14:38:37Z master 837d74104c) +PRISM [x86_64-linux]
make: *** [uncommon.mk:904: yes-test-all] Error 1
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 512.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/16.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/target/release/' '/tmp/ruby/src/trunk-repeat50/zjit/src/lib.rs'
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.2.2/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.11.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.9.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.3.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
ruby 3.5.0dev (2025-09-03T14:38:37Z master 837d74104c) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 .......................................

Finished in 30.451192 seconds

3338 files, 33607 examples, 153231 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0.
raw logfile