# Logfile created on 2022-01-19 08:05:37 +0000 by logger.rb/v1.4.2
#<BuildRuby:0x0000564b6aae4190 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/v3/src", @BUILD_DIR="/tmp/ruby/v3/build", @INSTALL_DIR="/tmp/ruby/v3/install", @TARGET_NAME="trunk-repeat20", @TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-repeat20", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-repeat20", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-repeat20", @configure_opts=["--enable-shared"], @build_opts="-j6", @test_opts="TESTS=--repeat-count=20", @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=41600, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20.20220119-080537", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000564b6a85f230 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000564b6a85ed30 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000564b6a85ebf0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20.20220119-080537", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20.20220119-080537>, @binmode=false, @mon_data=#<Monitor:0x0000564b6a85e920>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j6
Downloading Unicode 13.0.0 data and property files...
Downloading Unicode 13.0.0 auxiliary files...
Downloading Unicode UCD emoji 13.1 files...
Downloading Unicode emoji 13.1 files...
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/13.1/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/emoji/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/emoji/emoji-variation-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/13.1/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/emoji/13.1/emoji-zwj-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/data/13.0.0/ucd/Scripts.txt already exists
$$$[end] "make update-unicode  -j6" exit with 0.
$$$[beg] make update-download -j6
tool/config.guess already exists
tool/config.sub already exists
downloading for ext/fiddle/extlibs
.downloaded-cache/libffi-3.2.1.tar.gz already exists
checking md5 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
checking sha512 of .downloaded-cache/libffi-3.2.1.tar.gz ... OK
$$$[end] "make update-download -j6" exit with 0.
$$$[beg] make update-rubyspec -j6
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j6" exit with 0.
$$$[beg] make update-src      -j6
Updating 09ed5aa..0dd8c61
Fast-forward
 .github/workflows/baseruby.yml                     |   3 +-
 .github/workflows/wasm.yml                         | 106 ++++++++
 .gitignore                                         |   3 +
 basictest/test.rb                                  |   3 +
 bootstraptest/runner.rb                            |   8 +
 bootstraptest/test_literal.rb                      |   7 +-
 configure.ac                                       |  83 +++++-
 coroutine/asyncify/Context.c                       |  10 +
 coroutine/asyncify/Context.h                       |  89 +++++++
 dir.c                                              |   6 +-
 eval_intern.h                                      |   6 +-
 gc.c                                               |  83 ++++--
 include/ruby/io.h                                  |   6 +-
 include/ruby/missing.h                             | 113 +++++++++
 include/ruby/thread_native.h                       |   6 +
 io.c                                               |   1 +
 lib/bundler/cli.rb                                 |  13 +-
 lib/bundler/cli/update.rb                          |   8 +-
 lib/bundler/compact_index_client.rb                |   6 -
 lib/bundler/compact_index_client/cache.rb          |   9 -
 lib/bundler/definition.rb                          |   8 -
 lib/bundler/endpoint_specification.rb              |  24 +-
 lib/bundler/fetcher.rb                             |  13 +-
 lib/bundler/fetcher/compact_index.rb               |  10 -
 lib/bundler/fetcher/index.rb                       |  26 --
 lib/bundler/lazy_specification.rb                  |   4 +-
 lib/bundler/lockfile_generator.rb                  |   2 +-
 lib/bundler/remote_specification.rb                |   7 +
 lib/bundler/resolver.rb                            |  10 +-
 lib/bundler/resolver/spec_group.rb                 |   2 +-
 lib/bundler/self_manager.rb                        | 132 +++++++---
 .../thor/lib/thor/actions/inject_into_file.rb      |   5 +-
 lib/bundler/vendor/thor/lib/thor/version.rb        |   2 +-
 lib/rubygems.rb                                    |  13 +-
 lib/rubygems/basic_specification.rb                |  16 +-
 lib/rubygems/bundler_version_finder.rb             |   6 +-
 lib/rubygems/command.rb                            |   8 +-
 lib/rubygems/commands/cleanup_command.rb           |  12 +-
 lib/rubygems/commands/dependency_command.rb        |  50 ++--
 lib/rubygems/commands/list_command.rb              |   2 +-
 lib/rubygems/commands/pristine_command.rb          |  24 +-
 lib/rubygems/commands/push_command.rb              |  16 +-
 lib/rubygems/commands/query_command.rb             |   2 +-
 lib/rubygems/commands/rdoc_command.rb              |  12 +-
 lib/rubygems/commands/search_command.rb            |   2 +-
 lib/rubygems/commands/setup_command.rb             |  16 +-
 lib/rubygems/commands/specification_command.rb     |   8 +-
 lib/rubygems/commands/update_command.rb            |   8 +-
 lib/rubygems/config_file.rb                        |   8 +-
 lib/rubygems/doctor.rb                             |  10 +-
 lib/rubygems/gem_runner.rb                         |  10 +-
 lib/rubygems/install_update_options.rb             |   8 +-
 lib/rubygems/package.rb                            |  22 +-
 lib/rubygems/package/old.rb                        |   2 +-
 lib/rubygems/platform.rb                           |  84 +++----
 lib/rubygems/psych_additions.rb                    |   2 +-
 lib/rubygems/query_utils.rb                        |  34 ++-
 lib/rubygems/remote_fetcher.rb                     |   8 +-
 lib/rubygems/request_set/lockfile.rb               |   8 +-
 lib/rubygems/safe_yaml.rb                          |  16 +-
 lib/rubygems/security.rb                           |   2 +-
 lib/rubygems/source.rb                             |  12 +-
 lib/rubygems/source_list.rb                        |  14 +-
 lib/rubygems/spec_fetcher.rb                       |  50 ++--
 lib/rubygems/specification.rb                      |  94 +++----
 lib/rubygems/specification_policy.rb               |  32 +--
 lib/rubygems/stub_specification.rb                 |  30 +--
 lib/rubygems/uninstaller.rb                        |  14 +-
 lib/rubygems/user_interaction.rb                   |  24 +-
 lib/rubygems/version.rb                            |  12 +-
 main.c                                             |  11 +-
 missing/flock.c                                    |   7 +
 process.c                                          |  13 +-
 ruby.c                                             |  10 +
 spec/bundler/bundler/cli_spec.rb                   |   4 +-
 .../bundler/bundler/endpoint_specification_spec.rb |   7 +-
 spec/bundler/commands/binstubs_spec.rb             |   8 +-
 spec/bundler/commands/update_spec.rb               | 170 ++++++++++++-
 spec/bundler/install/gemfile/gemspec_spec.rb       |   2 +-
 spec/bundler/install/gemfile/sources_spec.rb       |  53 ++++
 spec/bundler/install/gems/dependency_api_spec.rb   |  11 -
 spec/bundler/install/gems/resolving_spec.rb        |  39 ++-
 .../support/artifice/endpoint_api_missing.rb       |  18 --
 test/ruby/test_assignment.rb                       |   3 +-
 test/rubygems/helper.rb                            |  20 +-
 test/rubygems/test_gem_command_manager.rb          |   2 +-
 test/rubygems/test_gem_package.rb                  |   4 +-
 test/rubygems/utilities.rb                         |   8 +-
 thread.c                                           |  21 +-
 thread_none.c                                      | 278 +++++++++++++++++++++
 thread_none.h                                      |  17 ++
 thread_pthread.c                                   |   7 +
 thread_win32.c                                     |   6 +
 tool/bundler/rubocop_gems.rb.lock                  |  20 +-
 tool/bundler/standard_gems.rb.lock                 |  28 +--
 tool/m4/ruby_thread.m4                             |   4 +
 tool/m4/ruby_wasm_tools.m4                         |  21 ++
 tool/wasm-clangw                                   |   9 +
 vm_core.h                                          |   6 +-
 wasm/GNUmakefile.in                                |  32 +++
 wasm/README.md                                     |  54 ++++
 wasm/asyncify.h                                    |  13 +
 wasm/fiber.c                                       |  83 ++++++
 wasm/fiber.h                                       |  43 ++++
 wasm/machine.c                                     |  62 +++++
 wasm/machine.h                                     |  26 ++
 wasm/machine_core.S                                |  25 ++
 wasm/missing.c                                     | 199 +++++++++++++++
 wasm/runtime.c                                     |  47 ++++
 wasm/setjmp.c                                      | 134 ++++++++++
 wasm/setjmp.h                                      |  61 +++++
 wasm/setjmp_core.S                                 |  27 ++
 wasm/tests/fiber_test.c                            |  66 +++++
 wasm/tests/machine_test.c                          | 115 +++++++++
 wasm/tests/setjmp_test.c                           | 108 ++++++++
 wasm/wasm-opt                                      |  36 +++
 116 files changed, 2797 insertions(+), 646 deletions(-)
 create mode 100644 .github/workflows/wasm.yml
 create mode 100644 coroutine/asyncify/Context.c
 create mode 100644 coroutine/asyncify/Context.h
 delete mode 100644 spec/bundler/support/artifice/endpoint_api_missing.rb
 create mode 100644 thread_none.c
 create mode 100644 thread_none.h
 create mode 100644 tool/m4/ruby_wasm_tools.m4
 create mode 100755 tool/wasm-clangw
 create mode 100644 wasm/GNUmakefile.in
 create mode 100644 wasm/README.md
 create mode 100644 wasm/asyncify.h
 create mode 100644 wasm/fiber.c
 create mode 100644 wasm/fiber.h
 create mode 100644 wasm/machine.c
 create mode 100644 wasm/machine.h
 create mode 100644 wasm/machine_core.S
 create mode 100644 wasm/missing.c
 create mode 100644 wasm/runtime.c
 create mode 100644 wasm/setjmp.c
 create mode 100644 wasm/setjmp.h
 create mode 100644 wasm/setjmp_core.S
 create mode 100644 wasm/tests/fiber_test.c
 create mode 100644 wasm/tests/machine_test.c
 create mode 100644 wasm/tests/setjmp_test.c
 create mode 100755 wasm/wasm-opt
Current branch master is up to date.
Latest commit hash = 0dd8c6157d
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
cd -P /tmp/ruby/v3/src/trunk-repeat20 && exec autoconf -o configure
running CONFIG_SHELL=/bin/bash /bin/bash /tmp/ruby/v3/src/trunk-repeat20/configure --prefix=/tmp/ruby/v3/install/trunk-repeat20 --disable-install-doc --enable-shared --no-create --no-recursion
checking for ruby... /usr/bin/ruby
tool/config.guess already exists
tool/config.sub already exists
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for gcc... gcc
checking for ld... ld
checking for gcc-ar... gcc-ar
checking for g++... no
checking for gcc-nm... gcc-nm
checking for gcc-ranlib... gcc-ranlib
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for gcc option to accept ISO C99... none needed
checking for g++... no
checking for c++... c++
checking whether we are using the GNU C++ compiler... yes
checking whether c++ accepts -g... yes
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 grep that handles long lines and -e... /usr/bin/grep
checking for egrep... /usr/bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking minix/config.h usability... no
checking minix/config.h presence... no
checking for minix/config.h... no
checking whether it is safe to define __EXTENSIONS__... yes
checking whether the linker is GNU ld... yes
checking whether gcc -E accepts -o... yes
checking for gcc... /usr/lib/ccache/gcc
checking for gcc-ar flags... rcD
checking whether ln -s works... yes
checking whether make sets $(MAKE)... yes
checking for a BSD-compatible install... /usr/bin/install -c
checking for a thread-safe 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 -Wl,-R. is accepted as LDFLAGS... 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 -Werror=deprecated-declarations is accepted as CFLAGS... yes
checking whether -Werror=division-by-zero is accepted as CFLAGS... no
checking whether -Wdivision-by-zero is accepted as CFLAGS... no
checking whether -Werror=duplicated-cond is accepted as CFLAGS... yes
checking whether -Werror=implicit-function-declaration is accepted as CFLAGS... yes
checking whether -Werror=implicit-int is accepted as CFLAGS... yes
checking whether -Werror=misleading-indentation is accepted as CFLAGS... yes
checking whether -Werror=pointer-arith is accepted as CFLAGS... yes
checking whether -Werror=shorten-64-to-32 is accepted as CFLAGS... no
checking whether -Wshorten-64-to-32 is accepted as CFLAGS... no
checking whether -Werror=write-strings is accepted as CFLAGS... yes
checking whether -Werror=old-style-definition is accepted as CFLAGS... no
checking whether -Wold-style-definition is accepted as CFLAGS... no
checking whether -Wimplicit-fallthrough=0 is accepted as CFLAGS... yes
checking whether -Wmissing-noreturn is accepted as CFLAGS... yes
checking whether -Wno-cast-function-type is accepted as CFLAGS... yes
checking whether -Wno-constant-logical-operand is accepted as CFLAGS... yes
checking whether -Wno-long-long is accepted as CFLAGS... yes
checking whether -Wno-missing-field-initializers is accepted as CFLAGS... yes
checking whether -Wno-overlength-strings is accepted as CFLAGS... yes
checking whether -Wno-packed-bitfield-compat is accepted as CFLAGS... yes
checking whether -Wno-parentheses-equality is accepted as CFLAGS... yes
checking whether -Wno-self-assign is accepted as CFLAGS... yes
checking whether -Wno-tautological-compare is accepted as CFLAGS... yes
checking whether -Wno-unused-parameter is accepted as CFLAGS... yes
checking whether -Wno-unused-value is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=format is accepted as CFLAGS... yes
checking whether -Wsuggest-attribute=noreturn is accepted as CFLAGS... yes
checking whether -Wunused-variable is accepted as CFLAGS... yes
checking whether -diag-disable=175,188,1684,2259,2312 is accepted as CFLAGS... no
checking whether -Werror=extra-tokens is accepted as CFLAGS... no
checking whether -Wextra-tokens is accepted as CFLAGS... no
checking whether -Werror=undef 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 whether -Wl,--compress-debug-sections=zlib is accepted as LDFLAGS... yes
checking whether -std=gnu99 is accepted as CFLAGS... yes
checking whether -fno-strict-overflow is accepted as CFLAGS... yes
checking whether -ggdb3 is accepted as CFLAGS... yes
checking whether -fvisibility=hidden is accepted as CFLAGS... yes
checking whether -fno-fast-math is accepted as CFLAGS... yes
checking whether -fexcess-precision=standard is accepted as CFLAGS... yes
checking whether -fp-model precise is accepted as CFLAGS... no
checking whether compiler has statement and declarations in expressions... yes
checking 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 cs_open in -lcapstone... no
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for stdbool.h that conforms to C99... yes
checking for _Bool... yes
checking for sys/wait.h that is POSIX.1 compatible... yes
checking atomic.h usability... no
checking atomic.h presence... no
checking for atomic.h... no
checking copyfile.h usability... no
checking copyfile.h presence... no
checking for copyfile.h... no
checking direct.h usability... no
checking direct.h presence... no
checking for direct.h... no
checking grp.h usability... yes
checking grp.h presence... yes
checking for grp.h... yes
checking fcntl.h usability... yes
checking fcntl.h presence... yes
checking for fcntl.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking ieeefp.h usability... no
checking ieeefp.h presence... no
checking for ieeefp.h... no
checking intrinsics.h usability... no
checking intrinsics.h presence... no
checking for intrinsics.h... no
checking langinfo.h usability... yes
checking langinfo.h presence... yes
checking for langinfo.h... yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking locale.h usability... yes
checking locale.h presence... yes
checking for locale.h... yes
checking malloc.h usability... yes
checking malloc.h presence... yes
checking for malloc.h... yes
checking malloc/malloc.h usability... no
checking malloc/malloc.h presence... no
checking for malloc/malloc.h... no
checking malloc_np.h usability... no
checking malloc_np.h presence... no
checking for malloc_np.h... no
checking net/socket.h usability... no
checking net/socket.h presence... no
checking for net/socket.h... no
checking process.h usability... no
checking process.h presence... no
checking for process.h... no
checking pwd.h usability... yes
checking pwd.h presence... yes
checking for pwd.h... yes
checking sanitizer/asan_interface.h usability... yes
checking sanitizer/asan_interface.h presence... yes
checking for sanitizer/asan_interface.h... yes
checking sanitizer/msan_interface.h usability... no
checking sanitizer/msan_interface.h presence... no
checking for sanitizer/msan_interface.h... no
checking setjmpex.h usability... no
checking setjmpex.h presence... no
checking for setjmpex.h... no
checking stdalign.h usability... yes
checking stdalign.h presence... yes
checking for stdalign.h... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking sys/attr.h usability... no
checking sys/attr.h presence... no
checking for sys/attr.h... no
checking sys/eventfd.h usability... yes
checking sys/eventfd.h presence... yes
checking for sys/eventfd.h... yes
checking sys/fcntl.h usability... yes
checking sys/fcntl.h presence... yes
checking for sys/fcntl.h... yes
checking sys/file.h usability... yes
checking sys/file.h presence... yes
checking for sys/file.h... yes
checking sys/id.h usability... no
checking sys/id.h presence... no
checking for sys/id.h... no
checking sys/ioctl.h usability... yes
checking sys/ioctl.h presence... yes
checking for sys/ioctl.h... yes
checking sys/mkdev.h usability... no
checking sys/mkdev.h presence... no
checking for sys/mkdev.h... no
checking sys/param.h usability... yes
checking sys/param.h presence... yes
checking for sys/param.h... yes
checking sys/prctl.h usability... yes
checking sys/prctl.h presence... yes
checking for sys/prctl.h... yes
checking sys/random.h usability... yes
checking sys/random.h presence... yes
checking for sys/random.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking sys/sendfile.h usability... yes
checking sys/sendfile.h presence... yes
checking for sys/sendfile.h... yes
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking sys/syscall.h usability... yes
checking sys/syscall.h presence... yes
checking for sys/syscall.h... yes
checking sys/sysmacros.h usability... yes
checking sys/sysmacros.h presence... yes
checking for sys/sysmacros.h... yes
checking sys/time.h usability... yes
checking sys/time.h presence... yes
checking for sys/time.h... yes
checking sys/times.h usability... yes
checking sys/times.h presence... yes
checking for sys/times.h... yes
checking sys/uio.h usability... yes
checking sys/uio.h presence... yes
checking for sys/uio.h... yes
checking sys/utime.h usability... no
checking sys/utime.h presence... no
checking for sys/utime.h... no
checking syscall.h usability... yes
checking syscall.h presence... yes
checking for syscall.h... yes
checking time.h usability... yes
checking time.h presence... yes
checking for time.h... yes
checking ucontext.h usability... yes
checking ucontext.h presence... yes
checking for ucontext.h... yes
checking utime.h usability... yes
checking utime.h presence... yes
checking for utime.h... yes
checking x86intrin.h usability... yes
checking x86intrin.h presence... yes
checking for x86intrin.h... yes
checking for x86intrin.h when defined(__x86_64__)... yes
checking gmp.h usability... yes
checking gmp.h presence... yes
checking for gmp.h... yes
checking for library containing __gmpz_init... -lgmp
checking for special C compiler options needed for large files... no
checking for _FILE_OFFSET_BITS value needed for large files... no
checking whether byte ordering is bigendian... no
checking for an ANSI C-conforming const... yes
checking whether char is unsigned... no
checking for inline... inline
checking for working volatile... yes
checking for typeof syntax and keyword spelling... typeof
checking for C/C++ restrict keyword... __restrict
checking for long long... yes
checking for off_t... yes
checking char bit... 8
checking size of int... 4
checking size of short... 2
checking size of long... 8
checking size of long long... 8
checking size of __int64... 0
checking size of __int128... 16
checking size of off_t... 8
checking size of void*... 8
checking size of float... 4
checking size of double... 8
checking size of time_t... 8
checking size of clock_t... 8
checking packed struct attribute... x __attribute__((packed))
checking whether -Wno-address-of-packed-member is accepted as CFLAGS... yes
checking for printf prefix for long long... ll
checking for pid_t... yes
checking for convertible type of pid_t... INT
checking for uid_t... yes
checking for convertible type of uid_t... UINT
checking for gid_t... yes
checking for convertible type of gid_t... UINT
checking for time_t... yes
checking for convertible type of time_t... LONG
checking for dev_t... yes
checking for convertible type of dev_t... ULONG
checking for mode_t... yes
checking for convertible type of mode_t... UINT
checking for rlim_t... yes
checking for convertible type of rlim_t... ULONG
checking for convertible type of off_t... LONG
checking for clockid_t... yes
checking for convertible type of clockid_t... INT
checking for variable length macro... yes
checking if _Alignof() works... yes
checking for CONSTFUNC function attribute... __attribute__ ((__const__)) x
checking for PUREFUNC function attribute... __attribute__ ((__pure__)) x
checking for NORETURN function attribute... __attribute__ ((__noreturn__)) x
checking for DEPRECATED function attribute... __attribute__ ((__deprecated__)) x
checking for DEPRECATED_BY function attribute... __attribute__ ((__deprecated__("by "#n))) x
checking for NOINLINE function attribute... __attribute__ ((__noinline__)) x
checking for ALWAYS_INLINE function attribute... __attribute__ ((__always_inline__)) x
checking for NO_SANITIZE function attribute... __attribute__ ((__no_sanitize__(san))) x
checking for NO_SANITIZE_ADDRESS function attribute... __attribute__ ((__no_sanitize_address__)) x
checking for NO_ADDRESS_SAFETY_ANALYSIS function attribute... __attribute__ ((__no_address_safety_analysis__)) x
checking for WARN_UNUSED_RESULT function attribute... __attribute__ ((__warn_unused_result__)) x
checking for MAYBE_UNUSED function attribute... __attribute__ ((__unused__)) x
checking for ERRORFUNC function attribute... __attribute__ ((__error__ mesg)) x
checking for WARNINGFUNC function attribute... __attribute__ ((__warning__ mesg)) x
checking for WEAK function attribute... __attribute__ ((__weak__)) x
checking for __attribute__((__depreacted__(msg))) in C++... no
checking for std::nullptr_t... no
checking for FUNC_STDCALL function attribute... x
checking for FUNC_CDECL function attribute... x
checking for FUNC_FASTCALL function attribute... x
checking for FUNC_UNOPTIMIZED function attribute... __attribute__ ((__optimize__("O0"))) x
checking for FUNC_MINIMIZED function attribute... __attribute__ ((__optimize__("-Os","-fomit-frame-pointer"))) x
checking for function alias... alias
checking for __atomic builtins... yes
checking for __sync builtins... yes
checking for __builtin_unreachable... yes
checking for 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 whether sys_nerr is declared... yes
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 type of array argument to getgroups... gid_t
checking for working alloca.h... yes
checking for alloca... yes
checking for dynamic size alloca... ok
checking for working memcmp... yes
checking for dup... yes
checking for dup2... yes
checking for acosh... yes
checking for cbrt... yes
checking for crypt... yes
checking for erf... yes
checking for explicit_bzero... yes
checking for ffs... yes
checking for flock... yes
checking for hypot... yes
checking for lgamma_r... yes
checking for memmove... yes
checking for nan... yes
checking for nextafter... yes
checking for setproctitle... no
checking for strchr... yes
checking for strerror... yes
checking for strlcat... no
checking for strlcpy... no
checking for strstr... yes
checking for tgamma... yes
checking sys/pstat.h usability... no
checking sys/pstat.h presence... no
checking for sys/pstat.h... no
checking vfork.h usability... no
checking vfork.h presence... no
checking for vfork.h... no
checking for fork... yes
checking for vfork... yes
checking for working fork... yes
checking for __syscall... no
checking for _longjmp... yes
checking for arc4random_buf... no
checking for atan2l... yes
checking for atan2f... yes
checking for chmod... yes
checking for chown... yes
checking for chroot... yes
checking for chsize... no
checking for clock_gettime... yes
checking for copy_file_range... yes
checking for cosh... yes
checking for crypt_r... yes
checking for dirfd... yes
checking for dl_iterate_phdr... yes
checking for dlopen... yes
checking for dladdr... yes
checking for dup3... yes
checking for eaccess... yes
checking for endgrent... yes
checking for eventfd... yes
checking for execl... yes
checking for execle... yes
checking for execve... yes
checking for explicit_memset... no
checking for fcopyfile... no
checking for fchmod... yes
checking for fchown... yes
checking for fcntl... yes
checking for fdatasync... yes
checking for fdopendir... yes
checking for fgetattrlist... no
checking for fmod... yes
checking for fstatat... yes
checking for fsync... yes
checking for ftruncate... yes
checking for ftruncate64... yes
checking for getattrlist... no
checking for getcwd... yes
checking for getegid... yes
checking for getentropy... yes
checking for geteuid... yes
checking for getgid... yes
checking for getgidx... no
checking for getgrnam... yes
checking for getgrnam_r... yes
checking for getgroups... yes
checking for getlogin... yes
checking for getlogin_r... yes
checking for getpgid... yes
checking for getpgrp... yes
checking for getppid... yes
checking for getpriority... yes
checking for getpwnam... yes
checking for getpwnam_r... yes
checking for getpwuid... yes
checking for getpwuid_r... yes
checking for getrandom... yes
checking for getresgid... yes
checking for getresuid... yes
checking for getrlimit... yes
checking for getsid... yes
checking for gettimeofday... yes
checking for getuid... yes
checking for getuidx... no
checking for gmtime_r... yes
checking for grantpt... yes
checking for initgroups... yes
checking for ioctl... yes
checking for isfinite... no
checking for issetugid... no
checking for kill... yes
checking for killpg... yes
checking for lchmod... no
checking for lchown... yes
checking for link... yes
checking for llabs... yes
checking for lockf... yes
checking for log2... yes
checking for lstat... yes
checking for lutimes... yes
checking for malloc_usable_size... yes
checking for malloc_size... no
checking for mblen... yes
checking for memalign... yes
checking for memset_s... no
checking for writev... yes
checking for memrchr... yes
checking for memmem... yes
checking for mkfifo... yes
checking for mknod... yes
checking for mktime... yes
checking for mmap... yes
checking for mremap... yes
checking for openat... yes
checking for pclose... yes
checking for pipe... yes
checking for pipe2... yes
checking for poll... yes
checking for popen... yes
checking for posix_fadvise... yes
checking for posix_madvise... yes
checking for posix_memalign... yes
checking for ppoll... yes
checking for pread... yes
checking for pwrite... yes
checking for qsort_r... yes
checking for qsort_s... no
checking for readlink... yes
checking for realpath... yes
checking for round... yes
checking for sched_getaffinity... yes
checking for seekdir... yes
checking for select_large_fdset... no
checking for sendfile... yes
checking for setegid... yes
checking for setenv... yes
checking for seteuid... yes
checking for setgid... yes
checking for setgroups... yes
checking for setpgid... yes
checking for setpgrp... yes
checking for setregid... yes
checking for setresgid... yes
checking for setresuid... yes
checking for setreuid... yes
checking for setrgid... no
checking for setrlimit... yes
checking for setruid... no
checking for setsid... yes
checking for setuid... yes
checking for shutdown... yes
checking for sigaction... yes
checking for sigaltstack... yes
checking for sigprocmask... yes
checking for sinh... yes
checking for spawnv... no
checking for symlink... yes
checking for syscall... yes
checking for sysconf... yes
checking for system... yes
checking for tanh... yes
checking for telldir... yes
checking for timegm... yes
checking for times... yes
checking for truncate... yes
checking for truncate64... yes
checking for tzset... yes
checking for umask... yes
checking for unsetenv... yes
checking for utimensat... yes
checking for utimes... yes
checking for wait4... yes
checking for waitpid... yes
checking for __cospi... no
checking for __sinpi... no
checking for statx... yes
checking if getcwd allocates buffer if NULL is given... yes
checking crypt.h usability... yes
checking crypt.h presence... yes
checking for crypt.h... yes
checking for struct crypt_data.initialized... yes
checking for __builtin_alloca_with_align... yes
checking for __builtin_assume_aligned... yes
checking for __builtin_bswap16... yes
checking for __builtin_bswap32... yes
checking for __builtin_bswap64... yes
checking for __builtin_popcount... yes
checking for __builtin_popcountll... yes
checking for __builtin_clz... yes
checking for __builtin_clzl... yes
checking for __builtin_clzll... yes
checking for __builtin_ctz... yes
checking for __builtin_ctzll... yes
checking for __builtin_add_overflow... yes
checking for __builtin_sub_overflow... yes
checking for __builtin_mul_overflow... yes
checking for __builtin_mul_overflow_p... yes
checking for __builtin_constant_p... yes
checking for __builtin_choose_expr... yes
checking for __builtin_choose_expr_constant_p... yes
checking for __builtin_types_compatible_p... yes
checking for __builtin_trap... yes
checking for __builtin_expect... yes
checking whether qsort_r is GNU version... yes
checking whether qsort_r is BSD version... no
checking whether atan2 handles Inf as C99... yes
checking for clock_getres... yes
checking for timer_create in -lrt... yes
checking for timer_settime in -lrt... yes
checking for unsetenv returns a value... yes
checking whether struct tm is in sys/time.h or time.h... time.h
checking for struct tm.tm_zone... yes
checking for struct tm.tm_gmtoff... yes
checking for external int daylight... yes
checking for negative time_t for gmtime(3)... yes
checking for localtime(3) overflow correctly... yes
checking for sig_t... yes
checking whether right shift preserve sign bit... yes
checking whether _SC_CLK_TCK is supported... yes
checking stack growing direction on x86_64... -1
checking native coroutine implementation for x86_64-linux... amd64
checking for pthread_create in -lthr... no
checking for pthread_create in -lpthread... yes
checking for pthread_np.h... no
checking whether pthread_t is scalar type... yes
checking for sched_yield... yes
checking for pthread_attr_setinheritsched... yes
checking for pthread_attr_get_np... no
checking for pthread_attr_getstack... yes
checking for pthread_attr_getguardsize... yes
checking for pthread_get_stackaddr_np... no
checking for pthread_get_stacksize_np... no
checking for thr_stksegment... no
checking for pthread_stackseg_np... no
checking for pthread_getthrds_np... no
checking for pthread_condattr_setclock... yes
checking for pthread_setname_np... yes
checking for pthread_set_name_np... no
checking for pthread_sigmask... yes
checking for pthread_getattr_np... yes
checking arguments of pthread_setname_np... (pthread_self(), name)
checking if mcontext_t is a pointer... no
checking for getcontext... yes
checking for setcontext... yes
checking if fork works with pthread... yes
checking sys/user.h usability... yes
checking sys/user.h presence... yes
checking for sys/user.h... yes
checking whether PAGE_SIZE is compile-time const... yes
checking ioctl request type... unsigned long
checking whether ELF binaries are produced... yes
checking elf.h usability... yes
checking elf.h presence... yes
checking for elf.h... yes
checking elf_abi.h usability... no
checking elf_abi.h presence... no
checking for elf_abi.h... no
checking for uncompress in -lz... yes
checking mach-o/loader.h usability... no
checking mach-o/loader.h presence... no
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 valgrind/memcheck.h usability... yes
checking valgrind/memcheck.h presence... yes
checking for valgrind/memcheck.h... yes
checking for strip flags... -S -x
checking whether -Wl,--no-as-needed is accepted as LDFLAGS... yes
checking whether -Wl,--no-undefined is accepted as LDFLAGS... yes
checking whether wrapper for LD_LIBRARY_PATH is needed... no
checking whether dtrace USDT is available... no
checking for __builtin_setjmp... yes with cast ()
checking for _setjmpex as a macro or function... no
checking for _setjmp as a macro or function... yes
checking for sigsetjmp as a macro or function... no
checking for setjmp type... __builtin_setjmp
checking for prefix of external symbols... NONE
checking pthread.h usability... yes
checking pthread.h presence... yes
checking for pthread.h... yes
checking if make is GNU make... yes
.ext/include/x86_64-linux/ruby/config.h updated
configure: ruby library version = 3.2.0
configure: creating ./config.status
---
Configuration summary for ruby version 3.2.0

   * Installation prefix: /tmp/ruby/v3/install/trunk-repeat20
   * 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 pthread:        yes
   * with coroutine:      amd64
   * enable shared libs:  yes
   * dynamic library ext: so
   * CFLAGS:              ${optflags} ${debugflags} ${warnflags}
   * LDFLAGS:             -L. -fstack-protector-strong -rdynamic \
                          -Wl,-export-dynamic -Wl,--no-as-needed
   * DLDFLAGS:            -Wl,--compress-debug-sections=zlib
   * optflags:            -O3 -fno-fast-math
   * debugflags:          -ggdb3
   * warnflags:           -Wall -Wextra -Werror=deprecated-declarations \
                          -Werror=duplicated-cond \
                          -Werror=implicit-function-declaration \
                          -Werror=implicit-int \
                          -Werror=misleading-indentation \
                          -Werror=pointer-arith -Werror=write-strings \
                          -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 \
                          -Werror=undef
   * strip command:       strip -S -x
   * install doc:         no
   * JIT support:         yes
   * man page type:       man
   * BASERUBY -v:         ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) \
                          [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
generating /tmp/ruby/v3/src/trunk-repeat20/ext/ripper/ripper.c
generating /tmp/ruby/v3/src/trunk-repeat20/ext/rbconfig/sizeof/sizes.c
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat20/ext/ripper'
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat20/ext/ripper'
make[1]: Entering directory '/tmp/ruby/v3/src/trunk-repeat20/ext/rbconfig/sizeof'
sizes.c updated
make[1]: Leaving directory '/tmp/ruby/v3/src/trunk-repeat20/ext/rbconfig/sizeof'
$$$[end] "make after-update    -j6" exit with 512.
$$$[beg] make miniruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -Werror=undef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/13.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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/v3/src/trunk-repeat20/main.c
compiling /tmp/ruby/v3/src/trunk-repeat20/dmydln.c
compiling /tmp/ruby/v3/src/trunk-repeat20/miniinit.c
compiling /tmp/ruby/v3/src/trunk-repeat20/array.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ast.c
compiling /tmp/ruby/v3/src/trunk-repeat20/bignum.c
compiling /tmp/ruby/v3/src/trunk-repeat20/class.c
compiling /tmp/ruby/v3/src/trunk-repeat20/compar.c
compiling /tmp/ruby/v3/src/trunk-repeat20/compile.c
compiling /tmp/ruby/v3/src/trunk-repeat20/complex.c
compiling /tmp/ruby/v3/src/trunk-repeat20/cont.c
compiling /tmp/ruby/v3/src/trunk-repeat20/debug.c
compiling /tmp/ruby/v3/src/trunk-repeat20/debug_counter.c
compiling /tmp/ruby/v3/src/trunk-repeat20/dir.c
compiling /tmp/ruby/v3/src/trunk-repeat20/dln_find.c
compiling /tmp/ruby/v3/src/trunk-repeat20/encoding.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enum.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enumerator.c
compiling /tmp/ruby/v3/src/trunk-repeat20/error.c
compiling /tmp/ruby/v3/src/trunk-repeat20/eval.c
compiling /tmp/ruby/v3/src/trunk-repeat20/file.c
compiling /tmp/ruby/v3/src/trunk-repeat20/gc.c
compiling /tmp/ruby/v3/src/trunk-repeat20/hash.c
compiling /tmp/ruby/v3/src/trunk-repeat20/inits.c
compiling /tmp/ruby/v3/src/trunk-repeat20/io.c
compiling /tmp/ruby/v3/src/trunk-repeat20/io_buffer.c
compiling /tmp/ruby/v3/src/trunk-repeat20/iseq.c
compiling /tmp/ruby/v3/src/trunk-repeat20/load.c
compiling /tmp/ruby/v3/src/trunk-repeat20/marshal.c
compiling /tmp/ruby/v3/src/trunk-repeat20/math.c
compiling /tmp/ruby/v3/src/trunk-repeat20/memory_view.c
making mjit_config.h
compiling /tmp/ruby/v3/src/trunk-repeat20/mjit_compile.c
compiling /tmp/ruby/v3/src/trunk-repeat20/node.c
compiling /tmp/ruby/v3/src/trunk-repeat20/numeric.c
compiling /tmp/ruby/v3/src/trunk-repeat20/object.c
compiling /tmp/ruby/v3/src/trunk-repeat20/pack.c
compiling parse.c
compiling /tmp/ruby/v3/src/trunk-repeat20/proc.c
compiling /tmp/ruby/v3/src/trunk-repeat20/process.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ractor.c
compiling /tmp/ruby/v3/src/trunk-repeat20/random.c
compiling /tmp/ruby/v3/src/trunk-repeat20/range.c
compiling /tmp/ruby/v3/src/trunk-repeat20/rational.c
compiling /tmp/ruby/v3/src/trunk-repeat20/re.c
compiling /tmp/ruby/v3/src/trunk-repeat20/regcomp.c
compiling /tmp/ruby/v3/src/trunk-repeat20/regenc.c
compiling /tmp/ruby/v3/src/trunk-repeat20/regerror.c
compiling /tmp/ruby/v3/src/trunk-repeat20/regexec.c
compiling /tmp/ruby/v3/src/trunk-repeat20/regparse.c
compiling /tmp/ruby/v3/src/trunk-repeat20/regsyntax.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ruby.c
compiling /tmp/ruby/v3/src/trunk-repeat20/scheduler.c
compiling /tmp/ruby/v3/src/trunk-repeat20/signal.c
compiling /tmp/ruby/v3/src/trunk-repeat20/sprintf.c
compiling /tmp/ruby/v3/src/trunk-repeat20/st.c
compiling /tmp/ruby/v3/src/trunk-repeat20/strftime.c
compiling /tmp/ruby/v3/src/trunk-repeat20/string.c
compiling /tmp/ruby/v3/src/trunk-repeat20/struct.c
compiling /tmp/ruby/v3/src/trunk-repeat20/symbol.c
compiling /tmp/ruby/v3/src/trunk-repeat20/thread.c
compiling /tmp/ruby/v3/src/trunk-repeat20/time.c
compiling /tmp/ruby/v3/src/trunk-repeat20/transcode.c
compiling /tmp/ruby/v3/src/trunk-repeat20/transient_heap.c
compiling /tmp/ruby/v3/src/trunk-repeat20/util.c
compiling /tmp/ruby/v3/src/trunk-repeat20/variable.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm_backtrace.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm_dump.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm_sync.c
compiling /tmp/ruby/v3/src/trunk-repeat20/vm_trace.c
compiling /tmp/ruby/v3/src/trunk-repeat20/yjit.c
assembling /tmp/ruby/v3/src/trunk-repeat20/coroutine/amd64/Context.S
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/ascii.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/us_ascii.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/unicode.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/v3/src/trunk-repeat20/missing/setproctitle.c
compiling /tmp/ruby/v3/src/trunk-repeat20/missing/strlcat.c
compiling /tmp/ruby/v3/src/trunk-repeat20/missing/strlcpy.c
compiling /tmp/ruby/v3/src/trunk-repeat20/addr2line.c
compiling /tmp/ruby/v3/src/trunk-repeat20/mjit.c
/tmp/ruby/v3/src/trunk-repeat20/revision.h updated
compiling /tmp/ruby/v3/src/trunk-repeat20/version.c
linking miniruby
$$$[end] "make miniruby -j6" exit with 0.
$$$[beg] make ruby -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -Werror=undef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/13.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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/v3/src/trunk-repeat20/dln.c
compiling /tmp/ruby/v3/src/trunk-repeat20/localeinit.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-repeat20/builtin.c
/bin/sh /tmp/ruby/v3/src/trunk-repeat20/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb updated
creating verconf.h
verconf.h updated
compiling /tmp/ruby/v3/src/trunk-repeat20/loadpath.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.2.0
linking ruby
$$$[end] "make ruby -j6" exit with 0.
$$$[beg] make all -j6
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -Werror=undef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/13.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/encdb.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/big5.c
building rb_mjit_header.h
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/cesu_8.c
making srcs under enc
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/cp949.c
/tmp/ruby/v3/src/trunk-repeat20/revision.h unchanged
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/emacs_mule.c
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/euc_jp.c
generating transdb.h
rb_mjit_header.h updated
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/euc_kr.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/euc_tw.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/gb2312.c
transdb.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-3.2.0.h
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/gb18030.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/gbk.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_1.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_2.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_3.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_4.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_5.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_6.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_7.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_8.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_9.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_10.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_11.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_13.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_14.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_15.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/iso_8859_16.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/koi8_r.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/koi8_u.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/shift_jis.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/utf_16be.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/utf_16le.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/utf_32be.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/utf_32le.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/windows_31j.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/windows_1250.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/windows_1251.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/windows_1252.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/windows_1253.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/windows_1254.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
linking transcoder transdb.so
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/big5.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/cesu_8.c
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/chinese.c
configuring -test-/RUBY_ALIGNOF
configuring -test-/arith_seq/extract
configuring -test-/array/concat
configuring -test-/array/resize
configuring -test-/bignum
configuring bigdecimal
configuring -test-/bug-14834
configuring -test-/bug-3571
configuring -test-/bug-5832
configuring -test-/bug_reporter
configuring -test-/class
configuring -test-/cxxanyargs
configuring -test-/debug
configuring -test-/dln/empty
configuring -test-/enumerator_kw
configuring -test-/exception
configuring -test-/fatal
configuring -test-/file
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/ebcdic.c
configuring cgi/escape
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/emoji.c
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_opt_mod, rb_vm_ic_hit_p, rb_vm_splat_array, rb_vm_defined, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_set_ivar_idx, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/emoji_iso2022_kddi.c
configuring continuation
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/emoji_sjis_docomo.c
configuring coverage
configuring date
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/emoji_sjis_kddi.c
configuring digest
configuring digest/bubblebabble
configuring digest/md5
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/emoji_sjis_softbank.c
configuring digest/rmd160
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/escape.c
configuring digest/sha1
configuring etc
configuring fcntl
configuring fiddle
configuring -test-/float
configuring -test-/funcall
configuring -test-/gvl/call_without_gvl
configuring -test-/hash
configuring -test-/integer
configuring -test-/iseq_load
configuring digest/sha2
configuring -test-/iter
configuring -test-/load/dot.dot
configuring -test-/load/protect
configuring -test-/marshal/compat
configuring -test-/marshal/internal_ivar
configuring -test-/marshal/usr
configuring -test-/memory_status
configuring -test-/memory_view
configuring -test-/method
configuring -test-/notimplement
configuring -test-/num2int
configuring -test-/path_to_class
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/gb18030.c
configuring -test-/popen_deadlock
configuring -test-/postponed_job
configuring -test-/printf
configuring -test-/proc
configuring -test-/random
configuring -test-/rational
configuring -test-/rb_call_super_kw
configuring -test-/recursion
configuring -test-/regexp
configuring -test-/scan_args
configuring -test-/st/foreach
configuring -test-/st/numhash
configuring -test-/st/update
configuring -test-/string
configuring -test-/struct
configuring -test-/symbol
configuring -test-/thread_fd
configuring -test-/time
configuring -test-/tracepoint
configuring -test-/typeddata
configuring -test-/vm
configuring -test-/wait
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/gbk.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/iso2022.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/japanese.c
configuring io/console
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/japanese_euc.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/japanese_sjis.c
configuring io/nonblock
configuring io/wait
configuring json
configuring json/generator
configuring json/parser
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/korean.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/single_byte.c
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/utf8_mac.c
configuring monitor
compiling /tmp/ruby/v3/src/trunk-repeat20/enc/trans/utf_16_32.c
configuring nkf
linking transcoder big5.so
configuring objspace
linking transcoder cesu_8.so
configuring openssl
configuring pathname
linking transcoder chinese.so
configuring psych
linking transcoder ebcdic.so
configuring pty
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
configuring racc/cparse
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
configuring rbconfig/sizeof
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
configuring readline
configuring ripper
configuring rubyvm
configuring socket
configuring stringio
configuring strscan
configuring syslog
configuring zlib
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/array/resize'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/RUBY_ALIGNOF/c.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/array/concat/to_ary_concat.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bug-14834/bug-14384.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/arith_seq/extract/extract.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/array/resize/resize.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bignum'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bignum/big2str.c
linking shared-object -test-/array/resize.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/array/resize'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bignum/div.c
linking shared-object -test-/array/to_ary_concat.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug-14834'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bignum/intpack.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug-3571'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bug-3571/bug.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/array/concat'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bignum/mul.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug-5832'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug_reporter'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/class'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/class/class2name.c
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug-3571'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/class/init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/bignum/str2big.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/debug'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/debug/init.c
linking shared-object -test-/bug_5832.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug-5832'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/debug/inspector.c
linking shared-object -test-/bug_reporter.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bug_reporter'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/debug/profile_frames.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/dln/empty'
linking shared-object -test-/dln/empty.so
linking shared-object -test-/class.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/enumerator_kw'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/enumerator_kw/enumerator_kw.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/class'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/exception'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/exception/dataerror.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/fatal'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/fatal/rb_fatal.c
linking shared-object -test-/bignum.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/exception/enc_raise.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/bignum'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/exception/ensured.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/file'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/file/fs.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/float'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/float/init.c
linking shared-object -test-/fatal/rb_fatal.so
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/fatal'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/float/nextafter.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/enumerator_kw'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/file/init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/exception/init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/file/stat.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/funcall'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/funcall/funcall.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/hash'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/hash/delete.c
linking shared-object -test-/float.so
linking shared-object -test-/exception.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/float'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/integer'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/integer/core_ext.c
linking shared-object -test-/file.so
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/funcall'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/iseq_load'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/iseq_load/iseq_load.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/integer/init.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/file'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/integer/my_integer.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/iter'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/hash/init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/iter/break.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/iter/init.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/load/dot.dot'
linking shared-object -test-/load/dot.dot.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/load/dot.dot'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/iter/yield.c
linking shared-object -test-/iseq_load.so
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/load/protect'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/load/protect/protect.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/marshal/compat'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/marshal/compat/usrcompat.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/marshal/internal_ivar/internal_ivar.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/marshal/usr'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/iter.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/memory_view'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/internal_ivar.so
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/load/protect.so
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/method'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/marshal/compat'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/method/init.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/notimplement'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/notimplement/bug.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/integer'
linking shared-object -test-/marshal/usr.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/num2int'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/num2int/num2int.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/path_to_class'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/notimplement.so
linking shared-object -test-/method.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/popen_deadlock'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/postponed_job'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/method'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/postponed_job/postponed_job.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/printf'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/printf/printf.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/path_to_class'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/proc'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/proc/init.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/num2int'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/proc/receiver.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/memory_view'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/proc/super.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/random'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/random/init.c
linking shared-object -test-/postponed_job.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/random/loop.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/rational'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/rational/rat.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/printf.so
linking shared-object -test-/proc.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/recursion'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/proc'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/regexp'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/regexp/init.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/scan_args'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/random.so
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/random'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/regexp/parse_depth_limit.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/st/foreach'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/st/foreach/foreach.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/st/numhash'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/st/update'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/st/update/update.c
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/string'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/capacity.c
linking shared-object -test-/st/numhash.so
linking shared-object -test-/st/foreach.so
linking shared-object -test-/st/update.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/st/numhash'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/coderange.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/st/foreach'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/cstr.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/st/update'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/ellipsize.c
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/rational'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/enc_associate.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/struct'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/struct/duplicate.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/enc_str_buf_cat.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/fstring.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/struct/init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/struct/len.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/struct/member.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/modify.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/symbol'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/symbol/init.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/thread_fd'
linking shared-object -test-/scan_args.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/thread_fd/thread_fd.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/scan_args'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/symbol/type.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/new.c
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/tracepoint'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/tracepoint/gc_hook.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/time'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/time/init.c
linking shared-object -test-/thread_fd.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/time/leap_second.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/typeddata'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/typeddata/typeddata.c
linking shared-object -test-/symbol.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/nofree.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/vm'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/normalize.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/tracepoint/tracepoint.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/wait'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/wait/wait.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/typeddata'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/qsort.c
linking shared-object -test-/vm/at_exit.so
linking shared-object -test-/tracepoint.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/vm'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/bigdecimal/bigdecimal.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/time/new.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/tracepoint'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/bigdecimal/missing.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/rb_interned_str.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/wait'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/cgi/escape'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/cgi/escape/escape.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/continuation'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/continuation/continuation.c
linking shared-object -test-/time.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/time'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/rb_str_dup.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/coverage/coverage.c
linking shared-object continuation.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/continuation'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/-test-/string/set_len.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/date/date_core.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/cgi/escape'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/date/date_parse.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/digest.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/date/date_strftime.c
linking shared-object digest.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/date/date_strptime.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/etc'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/etc/etc.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fcntl'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fcntl/fcntl.c
linking shared-object fcntl.so
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/closure.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/etc'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/conversions.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/fiddle.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/function.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/handle.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/memory_view.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/io/console/console.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/pinned.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/fiddle/pointer.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/nonblock'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/io/nonblock/nonblock.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/wait'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/io/wait/wait.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/monitor/monitor.c
linking shared-object bigdecimal.so
linking shared-object io/console.so
linking shared-object io/wait.so
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/nkf/nkf.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/wait'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/objspace/object_tracing.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/openssl_missing.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/objspace/objspace.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/objspace/objspace_dump.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/pathname/pathname.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/psych/psych.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_asn1.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_bio.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/psych/psych_emitter.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/psych/psych_parser.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_bn.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/psych/psych_yaml_tree.c
linking shared-object pathname.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/pty/pty.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/racc/cparse'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/racc/cparse/cparse.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_cipher.c
linking shared-object date_core.so
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rbconfig/sizeof'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/rbconfig/sizeof/sizes.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/readline'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/readline/readline.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
compiling limits.c
linking shared-object nkf.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
compiling ripper.c
linking shared-object racc/cparse.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_config.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/racc/cparse'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_digest.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rbconfig/sizeof'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_engine.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_kdf.c
linking shared-object readline.so
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/init.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/readline'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/constants.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/basicsocket.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/socket.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/ipsocket.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/stringio'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/stringio/stringio.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_pkey.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/strscan'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/strscan/strscan.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/tcpsocket.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/stringio'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/syslog/syslog.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/tcpserver.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/sockssocket.c
linking shared-object syslog.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/udpsocket.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_pkey_ec.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/zlib'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/zlib/zlib.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/strscan'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/unixsocket.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/bubblebabble'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/md5'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/md5/md5init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/unixserver.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/md5/md5.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/option.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/ancdata.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_rand.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/md5'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_ssl.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/rmd160'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/rmd160/rmd160.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha1'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/sha1/sha1.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/raddrinfo.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/rmd160'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/socket/ifaddr.c
linking shared-object zlib.so
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/zlib'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_ssl_session.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha1'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/digest/sha2/sha2.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_ts.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json/generator'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/json/generator/generator.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509attr.c
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json/parser'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/json/parser/parser.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509crl.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509ext.c
linking shared-object json/ext/parser.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509name.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json/parser'
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509revoked.c
linking shared-object json/ext/generator.so
compiling /tmp/ruby/v3/src/trunk-repeat20/ext/openssl/ossl_x509store.c
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json/generator'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
$$$[end] "make all -j6" exit with 0.
$$$[beg] make install -j6
generating x86_64-linux-fake.rb
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -Werror=undef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/13.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 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
x86_64-linux-fake.rb updated
encdb.h unchanged
/tmp/ruby/v3/src/trunk-repeat20/revision.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat20/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/psych'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/socket'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20/ext/openssl'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat20'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat20'
./miniruby -I/tmp/ruby/v3/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat20/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-repeat20/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j6 --jobserver-auth=4,5" --make-flags=" -j6 --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/v3/install/trunk-repeat20/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-repeat20/lib
installing arch files:              /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.2.0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-repeat20/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.2.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/site_ruby/3.2.0/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/vendor_ruby/3.2.0/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat20/include/ruby-3.2.0/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.2.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/site_ruby/3.2.0
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/vendor_ruby/3.2.0
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat20/include/ruby-3.2.0/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-repeat20/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/3.2.0
installing common headers:          /tmp/ruby/v3/install/trunk-repeat20/include/ruby-3.2.0
installing manpages:                /tmp/ruby/v3/install/trunk-repeat20/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/gems/3.2.0
                                    abbrev 0.1.0
                                    base64 0.1.1
                                    benchmark 0.2.0
                                    bundler 2.4.0.dev
                                    cgi 0.3.1
                                    csv 3.2.2
                                    delegate 0.2.0
                                    did_you_mean 1.6.1
                                    drb 2.1.0
                                    english 0.7.1
                                    erb 2.2.3
                                    error_highlight 0.3.0
                                    fileutils 1.6.0
                                    find 0.1.1
                                    forwardable 1.3.2
                                    getoptlong 0.1.1
                                    ipaddr 1.2.3
                                    irb 1.4.1
                                    logger 1.5.0
                                    mutex_m 0.1.1
                                    net-http 0.2.0
                                    net-protocol 0.1.2
                                    observer 0.1.1
                                    open-uri 0.2.0
                                    open3 0.1.1
                                    optparse 0.2.0
                                    ostruct 0.5.2
                                    pp 0.3.0
                                    prettyprint 0.1.1
                                    pstore 0.1.1
                                    racc 1.6.0
                                    rdoc 6.4.0
                                    readline 0.0.3
                                    reline 0.3.1
                                    resolv 0.2.1
                                    resolv-replace 0.1.0
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.1.1
                                    set 1.0.2
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    tempfile 0.1.2
                                    time 0.2.0
                                    timeout 0.2.0
                                    tmpdir 0.1.2
                                    tsort 0.1.0
                                    un 0.2.0
                                    uri 0.11.0
                                    weakref 0.1.1
                                    yaml 0.2.0
installing default gems from ext:   /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/gems/3.2.0
                                    bigdecimal 3.1.1
                                    date 3.2.2
                                    digest 3.1.0
                                    etc 1.4.0
                                    fcntl 1.0.1
                                    fiddle 1.1.0
                                    io-console 0.5.11
                                    io-nonblock 0.1.0
                                    io-wait 0.2.1
                                    json 2.6.1
                                    nkf 0.1.1
                                    openssl 3.0.0
                                    pathname 0.2.0
                                    psych 4.0.3
                                    readline-ext 0.1.4
                                    stringio 3.0.1
                                    strscan 3.0.1
                                    syslog 0.1.0
                                    zlib 2.1.1
installing bundled gems:            /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/gems/3.2.0
                                    minitest 5.15.0
                                    power_assert 2.0.1
                                    rake 13.0.6
                                    test-unit 3.5.3
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.1.3
                                    net-imap 0.2.3
                                    net-pop 0.1.1
                                    net-smtp 0.3.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 2.0.0
Building native extensions. This could take a while...
                                    typeprof 0.21.2
                                    debug 1.4.0
Building native extensions. This could take a while...
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-repeat20/lib/ruby/gems/3.2.0/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTS=--repeat-count=20
2022-01-19 08:10:00 +0000
Driver is ruby 2.7.0p0 (2019-12-25 revision 647ee6f091) [x86_64-linux-gnu]
Target is ruby 3.2.0dev (2022-01-19T06:56:36Z master 0dd8c6157d) [x86_64-linux]

$$$[end] "make yes-btest TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Werror=deprecated-declarations -Werror=duplicated-cond -Werror=implicit-function-declaration -Werror=implicit-int -Werror=misleading-indentation -Werror=pointer-arith -Werror=write-strings -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 -Werror=undef -std=gnu99  -fPIC 
	XCFLAGS = -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -DRUBY_DEVEL=1 -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/v3/src/trunk-repeat20/include -I/tmp/ruby/v3/src/trunk-repeat20 -I/tmp/ruby/v3/src/trunk-repeat20/enc/unicode/13.0.0
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS = -lz -lpthread -lrt -lrt -lgmp -ldl -lcrypt -lm 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTS=--repeat-count=20
config.status: creating ruby-runner.h
making mjit_build_dir.so
Run options: 
  --seed=10209
  "--ruby=./miniruby -I/tmp/ruby/v3/src/trunk-repeat20/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat20/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/v3/src/trunk-repeat20/test/excludes
  --name=!/memory_leak/
  --repeat-count=20

# Running tests:

Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 9 : #<IO:fd 9>
Finished(1/20)  tests in 1111.083319s, 19.6574 tests/s, 5312.5422 assertions/s.
Finished(2/20)  tests in 1275.098382s, 17.1289 tests/s, 4629.6381 assertions/s.
Finished(3/20)  tests in 1250.307016s, 17.4685 tests/s, 4721.2684 assertions/s.
Finished(4/20)  tests in 1223.189373s, 17.8558 tests/s, 4825.7458 assertions/s.
Finished(5/20)  tests in 1410.044878s, 15.4896 tests/s, 4186.9405 assertions/s.

  1) Error:
TestAutoload#test_autoload_same_file:
fatal: No live threads left. Deadlock?
3 threads, 3 sleeps current:0x0000562fcb08b230 main thread:0x0000562fcae92f30
* #<Thread:0x00007f39bf9e7500 sleep_forever>
   rb_thread_t:0x0000562fcae92f30 native:0x00007f39bfb23f40 int:0
   
* #<Thread:0x00007f39bd06fe98 -:9 sleep_forever>
   rb_thread_t:0x0000562fcb08b230 native:0x00007f39bd059700 int:0
    depended by: tb_thread_id:0x0000562fcae92f30
   
* #<Thread:0x00007f39bd06fd08 -:10 sleep_forever>
   rb_thread_t:0x0000562fcb0f67e0 native:0x00007f39bcf38700 int:0 mutex:0x0000562fcb08b3b0 cond:1
   

    /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_autoload.rb:400:in `join'
    /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_autoload.rb:400:in `<main>'
    /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_autoload.rb:394:in `block (2 levels) in test_autoload_same_file'
    /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_autoload.rb:393:in `times'
    /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_autoload.rb:393:in `block in test_autoload_same_file'
    /tmp/ruby/v3/src/trunk-repeat20/lib/tmpdir.rb:96:in `mktmpdir'
    /tmp/ruby/v3/src/trunk-repeat20/test/ruby/test_autoload.rb:387:in `test_autoload_same_file'

Finished(6/20)  tests in 1357.620635s, 16.0877 tests/s, 4348.2839 assertions/s.
131046 tests, 35418851 assertions, 0 failures, 1 errors, 292 skips

ruby -v: ruby 3.2.0dev (2022-01-19T06:56:36Z master 0dd8c6157d) [x86_64-linux]
$$$[end] "make yes-test-all TESTS=--repeat-count=20" exit with 512.
$$$[beg] make yes-test-rubyspec TESTS=--repeat-count=20
ruby 3.2.0dev (2022-01-19T06:56:36Z master 0dd8c6157d) [x86_64-linux]
.............................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 130.537621 seconds

3821 files, 30562 examples, 131057 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS=--repeat-count=20" exit with 0.
raw logfile