# Logfile created on 2026-03-23 07:36:14 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007c18d20ffde0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_tag=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk_asan", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_asan", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_asan", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_asan", @configure_opts=["'CC=clang-17' 'cflags=-fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0'"], @build_opts="-j16", @btest_opts="-j16", @test_opts="TESTS='-j16'", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=600, @no_timeout_error=true, @logfile="/home/ko1/ruby/logs/brlog.trunk_asan.20260323-073614", @ruby_env=[["RUBY_DEBUG", "ci"], ["RUBY_TEST_TIMEOUT_SCALE", "50"]], @make="make", @logger=#<Logger:0x00007c18d262c7f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007c18d262c638 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007c18d2039208 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_asan.20260323-073614", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_asan.20260323-073614>, @binmode=false, @mon_data=#<Monitor:0x00007c18d262c2a0>, @mon_data_owner_object_id=900>>>
$$$[beg] make update-download -j16
tool/config.guess already exists
tool/config.sub already exists
rm -rf .bundle/gems/win32ole-1.9.3/
$$$[end] "make update-download -j16" exit with 0.
$$$[beg] make update-src      -j16
From https://github.com/ruby/ruby
   d1b8503..8107c2e  master     -> origin/master
Updating d1b8503..8107c2e
Fast-forward
 .git-blame-ignore-revs                             |    6 +
 spec/bin/bundle                                    |    6 +
 spec/bin/parallel_rspec                            |    7 +
 spec/bin/rspec                                     |    6 +
 spec/bundler/bundler/build_metadata_spec.rb        |   50 +
 spec/bundler/bundler/bundler_spec.rb               |  344 +++
 spec/bundler/bundler/ci_detector_spec.rb           |   21 +
 spec/bundler/bundler/cli_common_spec.rb            |   22 +
 spec/bundler/bundler/cli_spec.rb                   |  296 ++
 .../bundler/compact_index_client/parser_spec.rb    |  237 ++
 .../bundler/compact_index_client/updater_spec.rb   |  243 ++
 spec/bundler/bundler/current_ruby_spec.rb          |  157 ++
 spec/bundler/bundler/definition_spec.rb            |  307 +++
 spec/bundler/bundler/dependency_spec.rb            |   49 +
 spec/bundler/bundler/digest_spec.rb                |   24 +
 spec/bundler/bundler/dsl_spec.rb                   |  369 +++
 .../bundler/bundler/endpoint_specification_spec.rb |   83 +
 spec/bundler/bundler/env_spec.rb                   |  237 ++
 spec/bundler/bundler/environment_preserver_spec.rb |   87 +
 spec/bundler/bundler/fetcher/base_spec.rb          |   77 +
 spec/bundler/bundler/fetcher/compact_index_spec.rb |  109 +
 spec/bundler/bundler/fetcher/dependency_spec.rb    |  296 ++
 spec/bundler/bundler/fetcher/downloader_spec.rb    |  302 ++
 .../bundler/fetcher/gem_remote_fetcher_spec.rb     |   60 +
 spec/bundler/bundler/fetcher/index_spec.rb         |   75 +
 spec/bundler/bundler/fetcher_spec.rb               |  260 ++
 spec/bundler/bundler/friendly_errors_spec.rb       |  231 ++
 spec/bundler/bundler/gem_helper_spec.rb            |  452 +++
 spec/bundler/bundler/gem_version_promoter_spec.rb  |  163 ++
 spec/bundler/bundler/index_spec.rb                 |   36 +
 .../bundler/installer/gem_installer_spec.rb        |   47 +
 .../bundler/installer/parallel_installer_spec.rb   |   79 +
 .../bundler/installer/spec_installation_spec.rb    |   68 +
 spec/bundler/bundler/lockfile_parser_spec.rb       |  221 ++
 spec/bundler/bundler/mirror_spec.rb                |  331 +++
 spec/bundler/bundler/plugin/api/source_spec.rb     |   88 +
 spec/bundler/bundler/plugin/api_spec.rb            |   83 +
 spec/bundler/bundler/plugin/dsl_spec.rb            |   38 +
 spec/bundler/bundler/plugin/events_spec.rb         |   32 +
 spec/bundler/bundler/plugin/index_spec.rb          |  196 ++
 spec/bundler/bundler/plugin/installer_spec.rb      |  137 +
 spec/bundler/bundler/plugin/source_list_spec.rb    |   25 +
 spec/bundler/bundler/plugin_spec.rb                |  368 +++
 spec/bundler/bundler/remote_specification_spec.rb  |  187 ++
 spec/bundler/bundler/resolver/candidate_spec.rb    |   20 +
 spec/bundler/bundler/retry_spec.rb                 |  190 ++
 spec/bundler/bundler/ruby_dsl_spec.rb              |  248 ++
 spec/bundler/bundler/ruby_version_spec.rb          |  494 ++++
 spec/bundler/bundler/rubygems_integration_spec.rb  |  126 +
 spec/bundler/bundler/settings/validator_spec.rb    |  111 +
 spec/bundler/bundler/settings_spec.rb              |  354 +++
 spec/bundler/bundler/shared_helpers_spec.rb        |  518 ++++
 spec/bundler/bundler/source/git/git_proxy_spec.rb  |  354 +++
 spec/bundler/bundler/source/git_spec.rb            |  123 +
 spec/bundler/bundler/source/path_spec.rb           |   31 +
 .../bundler/bundler/source/rubygems/remote_spec.rb |  172 ++
 spec/bundler/bundler/source/rubygems_spec.rb       |   65 +
 spec/bundler/bundler/source_list_spec.rb           |  459 ++++
 spec/bundler/bundler/source_spec.rb                |  174 ++
 spec/bundler/bundler/spec_set_spec.rb              |   59 +
 spec/bundler/bundler/specifications/foo.gemspec    |   13 +
 spec/bundler/bundler/stub_specification_spec.rb    |   78 +
 spec/bundler/bundler/ui/shell_spec.rb              |  112 +
 spec/bundler/bundler/ui_spec.rb                    |   41 +
 .../bundler/bundler/uri_credentials_filter_spec.rb |  137 +
 spec/bundler/bundler/uri_normalizer_spec.rb        |   25 +
 spec/bundler/bundler/worker_spec.rb                |   89 +
 spec/bundler/bundler/yaml_serializer_spec.rb       |  235 ++
 spec/bundler/cache/cache_path_spec.rb              |   32 +
 spec/bundler/cache/gems_spec.rb                    |  427 +++
 spec/bundler/cache/git_spec.rb                     |  511 ++++
 spec/bundler/cache/path_spec.rb                    |  121 +
 spec/bundler/cache/platform_spec.rb                |   49 +
 spec/bundler/commands/add_spec.rb                  |  440 +++
 spec/bundler/commands/binstubs_spec.rb             |  333 +++
 spec/bundler/commands/cache_spec.rb                |  620 +++++
 spec/bundler/commands/check_spec.rb                |  601 ++++
 spec/bundler/commands/clean_spec.rb                |  936 +++++++
 spec/bundler/commands/config_spec.rb               |  611 +++++
 spec/bundler/commands/console_spec.rb              |  214 ++
 spec/bundler/commands/doctor_spec.rb               |  181 ++
 spec/bundler/commands/exec_spec.rb                 | 1272 +++++++++
 spec/bundler/commands/fund_spec.rb                 |  118 +
 spec/bundler/commands/help_spec.rb                 |   92 +
 spec/bundler/commands/info_spec.rb                 |  249 ++
 spec/bundler/commands/init_spec.rb                 |  207 ++
 spec/bundler/commands/install_spec.rb              | 2035 ++++++++++++++
 spec/bundler/commands/issue_spec.rb                |   16 +
 spec/bundler/commands/licenses_spec.rb             |   37 +
 spec/bundler/commands/list_spec.rb                 |  315 +++
 spec/bundler/commands/lock_spec.rb                 | 2876 ++++++++++++++++++++
 spec/bundler/commands/newgem_spec.rb               | 2119 ++++++++++++++
 spec/bundler/commands/open_spec.rb                 |  175 ++
 spec/bundler/commands/outdated_spec.rb             | 1369 ++++++++++
 spec/bundler/commands/platform_spec.rb             | 1270 +++++++++
 spec/bundler/commands/post_bundle_message_spec.rb  |  183 ++
 spec/bundler/commands/pristine_spec.rb             |  275 ++
 spec/bundler/commands/remove_spec.rb               |  736 +++++
 spec/bundler/commands/show_spec.rb                 |  217 ++
 spec/bundler/commands/ssl_spec.rb                  |  373 +++
 spec/bundler/commands/update_spec.rb               | 2096 ++++++++++++++
 spec/bundler/commands/version_spec.rb              |   65 +
 spec/bundler/install/allow_offline_install_spec.rb |   95 +
 spec/bundler/install/binstubs_spec.rb              |   49 +
 spec/bundler/install/bundler_spec.rb               |  268 ++
 spec/bundler/install/deploy_spec.rb                |  493 ++++
 spec/bundler/install/failure_spec.rb               |   51 +
 spec/bundler/install/force_spec.rb                 |   71 +
 spec/bundler/install/gemfile/eval_gemfile_spec.rb  |  122 +
 .../install/gemfile/force_ruby_platform_spec.rb    |  136 +
 spec/bundler/install/gemfile/gemspec_spec.rb       |  737 +++++
 spec/bundler/install/gemfile/git_spec.rb           | 1745 ++++++++++++
 spec/bundler/install/gemfile/groups_spec.rb        |  345 +++
 spec/bundler/install/gemfile/install_if_spec.rb    |   51 +
 spec/bundler/install/gemfile/lockfile_spec.rb      |   42 +
 spec/bundler/install/gemfile/path_spec.rb          | 1017 +++++++
 spec/bundler/install/gemfile/platform_spec.rb      |  638 +++++
 spec/bundler/install/gemfile/ruby_spec.rb          |  157 ++
 spec/bundler/install/gemfile/sources_spec.rb       | 1313 +++++++++
 .../install/gemfile/specific_platform_spec.rb      | 1938 +++++++++++++
 spec/bundler/install/gemfile_spec.rb               |  192 ++
 spec/bundler/install/gems/compact_index_spec.rb    | 1012 +++++++
 .../install/gems/dependency_api_fallback_spec.rb   |   19 +
 spec/bundler/install/gems/dependency_api_spec.rb   |  656 +++++
 spec/bundler/install/gems/env_spec.rb              |  107 +
 spec/bundler/install/gems/flex_spec.rb             |  403 +++
 spec/bundler/install/gems/fund_spec.rb             |  164 ++
 .../install/gems/gemfile_source_header_spec.rb     |   24 +
 spec/bundler/install/gems/mirror_probe_spec.rb     |   68 +
 spec/bundler/install/gems/mirror_spec.rb           |   39 +
 .../bundler/install/gems/native_extensions_spec.rb |  184 ++
 spec/bundler/install/gems/post_install_spec.rb     |  150 +
 spec/bundler/install/gems/resolving_spec.rb        |  784 ++++++
 spec/bundler/install/gems/standalone_spec.rb       |  524 ++++
 spec/bundler/install/gems/win32_spec.rb            |   25 +
 spec/bundler/install/gemspecs_spec.rb              |  181 ++
 spec/bundler/install/git_spec.rb                   |  321 +++
 spec/bundler/install/global_cache_spec.rb          |  304 +++
 spec/bundler/install/path_spec.rb                  |  214 ++
 spec/bundler/install/prereleases_spec.rb           |   54 +
 spec/bundler/install/process_lock_spec.rb          |   57 +
 spec/bundler/install/security_policy_spec.rb       |   72 +
 spec/bundler/install/yanked_spec.rb                |  254 ++
 spec/bundler/lock/git_spec.rb                      |  258 ++
 spec/bundler/lock/lockfile_spec.rb                 | 2415 ++++++++++++++++
 spec/bundler/other/cli_dispatch_spec.rb            |   20 +
 spec/bundler/other/cli_man_pages_spec.rb           |  100 +
 spec/bundler/other/ext_spec.rb                     |   50 +
 spec/bundler/other/major_deprecation_spec.rb       |  795 ++++++
 spec/bundler/plugins/command_spec.rb               |  112 +
 spec/bundler/plugins/hook_spec.rb                  |  208 ++
 spec/bundler/plugins/install_spec.rb               |  466 ++++
 spec/bundler/plugins/list_spec.rb                  |   60 +
 spec/bundler/plugins/source/example_spec.rb        |  456 ++++
 spec/bundler/plugins/source_spec.rb                |  111 +
 spec/bundler/plugins/uninstall_spec.rb             |   74 +
 spec/bundler/quality_es_spec.rb                    |   61 +
 spec/bundler/quality_spec.rb                       |  261 ++
 spec/bundler/realworld/double_check_spec.rb        |   40 +
 spec/bundler/realworld/edgecases_spec.rb           |   75 +
 spec/bundler/realworld/ffi_spec.rb                 |   57 +
 spec/bundler/realworld/fixtures/tapioca/Gemfile    |    5 +
 .../realworld/fixtures/tapioca/Gemfile.lock        |   49 +
 spec/bundler/realworld/fixtures/warbler/.gitignore |    1 +
 spec/bundler/realworld/fixtures/warbler/Gemfile    |    7 +
 .../realworld/fixtures/warbler/Gemfile.lock        |   39 +
 .../fixtures/warbler/bin/warbler-example.rb        |    3 +
 .../realworld/fixtures/warbler/demo/demo.gemspec   |   10 +
 spec/bundler/realworld/git_spec.rb                 |   11 +
 spec/bundler/realworld/parallel_spec.rb            |   66 +
 spec/bundler/realworld/slow_perf_spec.rb           |   35 +
 spec/bundler/resolver/basic_spec.rb                |  422 +++
 spec/bundler/resolver/platform_spec.rb             |  423 +++
 spec/bundler/runtime/env_helpers_spec.rb           |  236 ++
 spec/bundler/runtime/executable_spec.rb            |  141 +
 spec/bundler/runtime/gem_tasks_spec.rb             |  158 ++
 spec/bundler/runtime/inline_spec.rb                |  751 +++++
 spec/bundler/runtime/load_spec.rb                  |  113 +
 spec/bundler/runtime/platform_spec.rb              |  468 ++++
 spec/bundler/runtime/require_spec.rb               |  480 ++++
 spec/bundler/runtime/requiring_spec.rb             |   15 +
 spec/bundler/runtime/self_management_spec.rb       |  279 ++
 spec/bundler/runtime/setup_spec.rb                 | 1679 ++++++++++++
 spec/bundler/spec_helper.rb                        |  192 ++
 spec/bundler/support/activate.rb                   |    9 +
 spec/bundler/support/artifice/compact_index.rb     |    6 +
 .../support/artifice/compact_index_api_missing.rb  |   13 +
 .../artifice/compact_index_basic_authentication.rb |   15 +
 .../artifice/compact_index_checksum_mismatch.rb    |   16 +
 .../artifice/compact_index_concurrent_download.rb  |   33 +
 .../artifice/compact_index_creds_diff_host.rb      |   39 +
 .../support/artifice/compact_index_etag_match.rb   |   16 +
 .../support/artifice/compact_index_extra.rb        |    6 +
 .../support/artifice/compact_index_extra_api.rb    |    6 +
 .../artifice/compact_index_extra_api_missing.rb    |   17 +
 .../artifice/compact_index_extra_missing.rb        |   17 +
 .../support/artifice/compact_index_forbidden.rb    |   13 +
 .../artifice/compact_index_host_redirect.rb        |   21 +
 .../support/artifice/compact_index_mirror_down.rb  |   21 +
 .../support/artifice/compact_index_no_checksums.rb |   16 +
 .../support/artifice/compact_index_no_gem.rb       |   13 +
 .../artifice/compact_index_partial_update.rb       |   38 +
 .../compact_index_partial_update_bad_digest.rb     |   40 +
 ...dex_partial_update_no_digest_not_incremental.rb |   42 +
 .../artifice/compact_index_precompiled_before.rb   |   25 +
 .../artifice/compact_index_range_ignored.rb        |   40 +
 .../compact_index_range_not_satisfiable.rb         |   34 +
 .../support/artifice/compact_index_rate_limited.rb |   48 +
 .../support/artifice/compact_index_redirects.rb    |   21 +
 .../compact_index_strict_basic_authentication.rb   |   20 +
 .../artifice/compact_index_wrong_dependencies.rb   |   17 +
 .../artifice/compact_index_wrong_gem_checksum.rb   |   21 +
 spec/bundler/support/artifice/endpoint.rb          |    6 +
 spec/bundler/support/artifice/endpoint_500.rb      |   17 +
 .../support/artifice/endpoint_api_forbidden.rb     |   13 +
 .../artifice/endpoint_basic_authentication.rb      |   15 +
 .../support/artifice/endpoint_creds_diff_host.rb   |   39 +
 spec/bundler/support/artifice/endpoint_extra.rb    |   33 +
 .../bundler/support/artifice/endpoint_extra_api.rb |   34 +
 .../support/artifice/endpoint_extra_missing.rb     |   17 +
 spec/bundler/support/artifice/endpoint_fallback.rb |   19 +
 .../support/artifice/endpoint_host_redirect.rb     |   17 +
 .../support/artifice/endpoint_marshal_fail.rb      |    6 +
 .../endpoint_marshal_fail_basic_authentication.rb  |   15 +
 .../support/artifice/endpoint_mirror_source.rb     |   17 +
 spec/bundler/support/artifice/endpoint_redirect.rb |   17 +
 .../endpoint_strict_basic_authentication.rb        |   20 +
 spec/bundler/support/artifice/endpoint_timeout.rb  |   15 +
 spec/bundler/support/artifice/fail.rb              |   27 +
 spec/bundler/support/artifice/helpers/artifice.rb  |   30 +
 .../support/artifice/helpers/compact_index.rb      |  124 +
 .../artifice/helpers/compact_index_extra.rb        |   33 +
 .../artifice/helpers/compact_index_extra_api.rb    |   48 +
 spec/bundler/support/artifice/helpers/endpoint.rb  |  113 +
 .../support/artifice/helpers/endpoint_extra.rb     |   29 +
 .../support/artifice/helpers/endpoint_fallback.rb  |   15 +
 .../artifice/helpers/endpoint_marshal_fail.rb      |    9 +
 .../support/artifice/helpers/rack_request.rb       |  100 +
 spec/bundler/support/artifice/vcr.rb               |  152 ++
 spec/bundler/support/artifice/windows.rb           |   45 +
 spec/bundler/support/build_metadata.rb             |   53 +
 spec/bundler/support/builders.rb                   |  749 +++++
 spec/bundler/support/bundle                        |    6 +
 spec/bundler/support/bundle.rb                     |    7 +
 spec/bundler/support/checksums.rb                  |  126 +
 spec/bundler/support/command_execution.rb          |   78 +
 spec/bundler/support/env.rb                        |   13 +
 spec/bundler/support/filters.rb                    |   42 +
 spec/bundler/support/hax.rb                        |   74 +
 spec/bundler/support/helpers.rb                    |  625 +++++
 spec/bundler/support/indexes.rb                    |  424 +++
 spec/bundler/support/matchers.rb                   |  227 ++
 spec/bundler/support/options.rb                    |   15 +
 spec/bundler/support/path.rb                       |  381 +++
 spec/bundler/support/permissions.rb                |   12 +
 spec/bundler/support/platforms.rb                  |   75 +
 spec/bundler/support/rubygems_ext.rb               |  180 ++
 spec/bundler/support/rubygems_version_manager.rb   |  124 +
 spec/bundler/support/setup.rb                      |    9 +
 spec/bundler/support/subprocess.rb                 |  115 +
 spec/bundler/support/switch_rubygems.rb            |    4 +
 spec/bundler/support/the_bundle.rb                 |   41 +
 spec/bundler/support/vendored_net_http.rb          |   23 +
 spec/bundler/support/windows_tag_group.rb          |  192 ++
 spec/bundler/update/force_spec.rb                  |   30 +
 spec/bundler/update/gemfile_spec.rb                |   47 +
 spec/bundler/update/gems/fund_spec.rb              |   50 +
 spec/bundler/update/gems/post_install_spec.rb      |   76 +
 spec/bundler/update/git_spec.rb                    |  341 +++
 spec/bundler/update/path_spec.rb                   |   19 +
 270 files changed, 63995 insertions(+)
 create mode 100755 spec/bin/bundle
 create mode 100755 spec/bin/parallel_rspec
 create mode 100755 spec/bin/rspec
 create mode 100644 spec/bundler/bundler/build_metadata_spec.rb
 create mode 100644 spec/bundler/bundler/bundler_spec.rb
 create mode 100644 spec/bundler/bundler/ci_detector_spec.rb
 create mode 100644 spec/bundler/bundler/cli_common_spec.rb
 create mode 100644 spec/bundler/bundler/cli_spec.rb
 create mode 100644 spec/bundler/bundler/compact_index_client/parser_spec.rb
 create mode 100644 spec/bundler/bundler/compact_index_client/updater_spec.rb
 create mode 100644 spec/bundler/bundler/current_ruby_spec.rb
 create mode 100644 spec/bundler/bundler/definition_spec.rb
 create mode 100644 spec/bundler/bundler/dependency_spec.rb
 create mode 100644 spec/bundler/bundler/digest_spec.rb
 create mode 100644 spec/bundler/bundler/dsl_spec.rb
 create mode 100644 spec/bundler/bundler/endpoint_specification_spec.rb
 create mode 100644 spec/bundler/bundler/env_spec.rb
 create mode 100644 spec/bundler/bundler/environment_preserver_spec.rb
 create mode 100644 spec/bundler/bundler/fetcher/base_spec.rb
 create mode 100644 spec/bundler/bundler/fetcher/compact_index_spec.rb
 create mode 100644 spec/bundler/bundler/fetcher/dependency_spec.rb
 create mode 100644 spec/bundler/bundler/fetcher/downloader_spec.rb
 create mode 100644 spec/bundler/bundler/fetcher/gem_remote_fetcher_spec.rb
 create mode 100644 spec/bundler/bundler/fetcher/index_spec.rb
 create mode 100644 spec/bundler/bundler/fetcher_spec.rb
 create mode 100644 spec/bundler/bundler/friendly_errors_spec.rb
 create mode 100644 spec/bundler/bundler/gem_helper_spec.rb
 create mode 100644 spec/bundler/bundler/gem_version_promoter_spec.rb
 create mode 100644 spec/bundler/bundler/index_spec.rb
 create mode 100644 spec/bundler/bundler/installer/gem_installer_spec.rb
 create mode 100644 spec/bundler/bundler/installer/parallel_installer_spec.rb
 create mode 100644 spec/bundler/bundler/installer/spec_installation_spec.rb
 create mode 100644 spec/bundler/bundler/lockfile_parser_spec.rb
 create mode 100644 spec/bundler/bundler/mirror_spec.rb
 create mode 100644 spec/bundler/bundler/plugin/api/source_spec.rb
 create mode 100644 spec/bundler/bundler/plugin/api_spec.rb
 create mode 100644 spec/bundler/bundler/plugin/dsl_spec.rb
 create mode 100644 spec/bundler/bundler/plugin/events_spec.rb
 create mode 100644 spec/bundler/bundler/plugin/index_spec.rb
 create mode 100644 spec/bundler/bundler/plugin/installer_spec.rb
 create mode 100644 spec/bundler/bundler/plugin/source_list_spec.rb
 create mode 100644 spec/bundler/bundler/plugin_spec.rb
 create mode 100644 spec/bundler/bundler/remote_specification_spec.rb
 create mode 100644 spec/bundler/bundler/resolver/candidate_spec.rb
 create mode 100644 spec/bundler/bundler/retry_spec.rb
 create mode 100644 spec/bundler/bundler/ruby_dsl_spec.rb
 create mode 100644 spec/bundler/bundler/ruby_version_spec.rb
 create mode 100644 spec/bundler/bundler/rubygems_integration_spec.rb
 create mode 100644 spec/bundler/bundler/settings/validator_spec.rb
 create mode 100644 spec/bundler/bundler/settings_spec.rb
 create mode 100644 spec/bundler/bundler/shared_helpers_spec.rb
 create mode 100644 spec/bundler/bundler/source/git/git_proxy_spec.rb
 create mode 100644 spec/bundler/bundler/source/git_spec.rb
 create mode 100644 spec/bundler/bundler/source/path_spec.rb
 create mode 100644 spec/bundler/bundler/source/rubygems/remote_spec.rb
 create mode 100644 spec/bundler/bundler/source/rubygems_spec.rb
 create mode 100644 spec/bundler/bundler/source_list_spec.rb
 create mode 100644 spec/bundler/bundler/source_spec.rb
 create mode 100644 spec/bundler/bundler/spec_set_spec.rb
 create mode 100644 spec/bundler/bundler/specifications/foo.gemspec
 create mode 100644 spec/bundler/bundler/stub_specification_spec.rb
 create mode 100644 spec/bundler/bundler/ui/shell_spec.rb
 create mode 100644 spec/bundler/bundler/ui_spec.rb
 create mode 100644 spec/bundler/bundler/uri_credentials_filter_spec.rb
 create mode 100644 spec/bundler/bundler/uri_normalizer_spec.rb
 create mode 100644 spec/bundler/bundler/worker_spec.rb
 create mode 100644 spec/bundler/bundler/yaml_serializer_spec.rb
 create mode 100644 spec/bundler/cache/cache_path_spec.rb
 create mode 100644 spec/bundler/cache/gems_spec.rb
 create mode 100644 spec/bundler/cache/git_spec.rb
 create mode 100644 spec/bundler/cache/path_spec.rb
 create mode 100644 spec/bundler/cache/platform_spec.rb
 create mode 100644 spec/bundler/commands/add_spec.rb
 create mode 100644 spec/bundler/commands/binstubs_spec.rb
 create mode 100644 spec/bundler/commands/cache_spec.rb
 create mode 100644 spec/bundler/commands/check_spec.rb
 create mode 100644 spec/bundler/commands/clean_spec.rb
 create mode 100644 spec/bundler/commands/config_spec.rb
 create mode 100644 spec/bundler/commands/console_spec.rb
 create mode 100644 spec/bundler/commands/doctor_spec.rb
 create mode 100644 spec/bundler/commands/exec_spec.rb
 create mode 100644 spec/bundler/commands/fund_spec.rb
 create mode 100644 spec/bundler/commands/help_spec.rb
 create mode 100644 spec/bundler/commands/info_spec.rb
 create mode 100644 spec/bundler/commands/init_spec.rb
 create mode 100644 spec/bundler/commands/install_spec.rb
 create mode 100644 spec/bundler/commands/issue_spec.rb
 create mode 100644 spec/bundler/commands/licenses_spec.rb
 create mode 100644 spec/bundler/commands/list_spec.rb
 create mode 100644 spec/bundler/commands/lock_spec.rb
 create mode 100644 spec/bundler/commands/newgem_spec.rb
 create mode 100644 spec/bundler/commands/open_spec.rb
 create mode 100644 spec/bundler/commands/outdated_spec.rb
 create mode 100644 spec/bundler/commands/platform_spec.rb
 create mode 100644 spec/bundler/commands/post_bundle_message_spec.rb
 create mode 100644 spec/bundler/commands/pristine_spec.rb
 create mode 100644 spec/bundler/commands/remove_spec.rb
 create mode 100644 spec/bundler/commands/show_spec.rb
 create mode 100644 spec/bundler/commands/ssl_spec.rb
 create mode 100644 spec/bundler/commands/update_spec.rb
 create mode 100644 spec/bundler/commands/version_spec.rb
 create mode 100644 spec/bundler/install/allow_offline_install_spec.rb
 create mode 100644 spec/bundler/install/binstubs_spec.rb
 create mode 100644 spec/bundler/install/bundler_spec.rb
 create mode 100644 spec/bundler/install/deploy_spec.rb
 create mode 100644 spec/bundler/install/failure_spec.rb
 create mode 100644 spec/bundler/install/force_spec.rb
 create mode 100644 spec/bundler/install/gemfile/eval_gemfile_spec.rb
 create mode 100644 spec/bundler/install/gemfile/force_ruby_platform_spec.rb
 create mode 100644 spec/bundler/install/gemfile/gemspec_spec.rb
 create mode 100644 spec/bundler/install/gemfile/git_spec.rb
 create mode 100644 spec/bundler/install/gemfile/groups_spec.rb
 create mode 100644 spec/bundler/install/gemfile/install_if_spec.rb
 create mode 100644 spec/bundler/install/gemfile/lockfile_spec.rb
 create mode 100644 spec/bundler/install/gemfile/path_spec.rb
 create mode 100644 spec/bundler/install/gemfile/platform_spec.rb
 create mode 100644 spec/bundler/install/gemfile/ruby_spec.rb
 create mode 100644 spec/bundler/install/gemfile/sources_spec.rb
 create mode 100644 spec/bundler/install/gemfile/specific_platform_spec.rb
 create mode 100644 spec/bundler/install/gemfile_spec.rb
 create mode 100644 spec/bundler/install/gems/compact_index_spec.rb
 create mode 100644 spec/bundler/install/gems/dependency_api_fallback_spec.rb
 create mode 100644 spec/bundler/install/gems/dependency_api_spec.rb
 create mode 100644 spec/bundler/install/gems/env_spec.rb
 create mode 100644 spec/bundler/install/gems/flex_spec.rb
 create mode 100644 spec/bundler/install/gems/fund_spec.rb
 create mode 100644 spec/bundler/install/gems/gemfile_source_header_spec.rb
 create mode 100644 spec/bundler/install/gems/mirror_probe_spec.rb
 create mode 100644 spec/bundler/install/gems/mirror_spec.rb
 create mode 100644 spec/bundler/install/gems/native_extensions_spec.rb
 create mode 100644 spec/bundler/install/gems/post_install_spec.rb
 create mode 100644 spec/bundler/install/gems/resolving_spec.rb
 create mode 100644 spec/bundler/install/gems/standalone_spec.rb
 create mode 100644 spec/bundler/install/gems/win32_spec.rb
 create mode 100644 spec/bundler/install/gemspecs_spec.rb
 create mode 100644 spec/bundler/install/git_spec.rb
 create mode 100644 spec/bundler/install/global_cache_spec.rb
 create mode 100644 spec/bundler/install/path_spec.rb
 create mode 100644 spec/bundler/install/prereleases_spec.rb
 create mode 100644 spec/bundler/install/process_lock_spec.rb
 create mode 100644 spec/bundler/install/security_policy_spec.rb
 create mode 100644 spec/bundler/install/yanked_spec.rb
 create mode 100644 spec/bundler/lock/git_spec.rb
 create mode 100644 spec/bundler/lock/lockfile_spec.rb
 create mode 100644 spec/bundler/other/cli_dispatch_spec.rb
 create mode 100644 spec/bundler/other/cli_man_pages_spec.rb
 create mode 100644 spec/bundler/other/ext_spec.rb
 create mode 100644 spec/bundler/other/major_deprecation_spec.rb
 create mode 100644 spec/bundler/plugins/command_spec.rb
 create mode 100644 spec/bundler/plugins/hook_spec.rb
 create mode 100644 spec/bundler/plugins/install_spec.rb
 create mode 100644 spec/bundler/plugins/list_spec.rb
 create mode 100644 spec/bundler/plugins/source/example_spec.rb
 create mode 100644 spec/bundler/plugins/source_spec.rb
 create mode 100644 spec/bundler/plugins/uninstall_spec.rb
 create mode 100644 spec/bundler/quality_es_spec.rb
 create mode 100644 spec/bundler/quality_spec.rb
 create mode 100644 spec/bundler/realworld/double_check_spec.rb
 create mode 100644 spec/bundler/realworld/edgecases_spec.rb
 create mode 100644 spec/bundler/realworld/ffi_spec.rb
 create mode 100644 spec/bundler/realworld/fixtures/tapioca/Gemfile
 create mode 100644 spec/bundler/realworld/fixtures/tapioca/Gemfile.lock
 create mode 100644 spec/bundler/realworld/fixtures/warbler/.gitignore
 create mode 100644 spec/bundler/realworld/fixtures/warbler/Gemfile
 create mode 100644 spec/bundler/realworld/fixtures/warbler/Gemfile.lock
 create mode 100644 spec/bundler/realworld/fixtures/warbler/bin/warbler-example.rb
 create mode 100644 spec/bundler/realworld/fixtures/warbler/demo/demo.gemspec
 create mode 100644 spec/bundler/realworld/git_spec.rb
 create mode 100644 spec/bundler/realworld/parallel_spec.rb
 create mode 100644 spec/bundler/realworld/slow_perf_spec.rb
 create mode 100644 spec/bundler/resolver/basic_spec.rb
 create mode 100644 spec/bundler/resolver/platform_spec.rb
 create mode 100644 spec/bundler/runtime/env_helpers_spec.rb
 create mode 100644 spec/bundler/runtime/executable_spec.rb
 create mode 100644 spec/bundler/runtime/gem_tasks_spec.rb
 create mode 100644 spec/bundler/runtime/inline_spec.rb
 create mode 100644 spec/bundler/runtime/load_spec.rb
 create mode 100644 spec/bundler/runtime/platform_spec.rb
 create mode 100644 spec/bundler/runtime/require_spec.rb
 create mode 100644 spec/bundler/runtime/requiring_spec.rb
 create mode 100644 spec/bundler/runtime/self_management_spec.rb
 create mode 100644 spec/bundler/runtime/setup_spec.rb
 create mode 100644 spec/bundler/spec_helper.rb
 create mode 100644 spec/bundler/support/activate.rb
 create mode 100644 spec/bundler/support/artifice/compact_index.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_api_missing.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_basic_authentication.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_checksum_mismatch.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_concurrent_download.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_creds_diff_host.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_etag_match.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_extra.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_extra_api.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_extra_api_missing.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_extra_missing.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_forbidden.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_host_redirect.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_mirror_down.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_no_checksums.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_no_gem.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_partial_update.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_partial_update_bad_digest.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_partial_update_no_digest_not_incremental.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_precompiled_before.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_range_ignored.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_range_not_satisfiable.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_rate_limited.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_redirects.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_strict_basic_authentication.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_wrong_dependencies.rb
 create mode 100644 spec/bundler/support/artifice/compact_index_wrong_gem_checksum.rb
 create mode 100644 spec/bundler/support/artifice/endpoint.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_500.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_api_forbidden.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_basic_authentication.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_creds_diff_host.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_extra.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_extra_api.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_extra_missing.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_fallback.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_host_redirect.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_marshal_fail.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_marshal_fail_basic_authentication.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_mirror_source.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_redirect.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_strict_basic_authentication.rb
 create mode 100644 spec/bundler/support/artifice/endpoint_timeout.rb
 create mode 100644 spec/bundler/support/artifice/fail.rb
 create mode 100644 spec/bundler/support/artifice/helpers/artifice.rb
 create mode 100644 spec/bundler/support/artifice/helpers/compact_index.rb
 create mode 100644 spec/bundler/support/artifice/helpers/compact_index_extra.rb
 create mode 100644 spec/bundler/support/artifice/helpers/compact_index_extra_api.rb
 create mode 100644 spec/bundler/support/artifice/helpers/endpoint.rb
 create mode 100644 spec/bundler/support/artifice/helpers/endpoint_extra.rb
 create mode 100644 spec/bundler/support/artifice/helpers/endpoint_fallback.rb
 create mode 100644 spec/bundler/support/artifice/helpers/endpoint_marshal_fail.rb
 create mode 100644 spec/bundler/support/artifice/helpers/rack_request.rb
 create mode 100644 spec/bundler/support/artifice/vcr.rb
 create mode 100644 spec/bundler/support/artifice/windows.rb
 create mode 100644 spec/bundler/support/build_metadata.rb
 create mode 100644 spec/bundler/support/builders.rb
 create mode 100755 spec/bundler/support/bundle
 create mode 100644 spec/bundler/support/bundle.rb
 create mode 100644 spec/bundler/support/checksums.rb
 create mode 100644 spec/bundler/support/command_execution.rb
 create mode 100644 spec/bundler/support/env.rb
 create mode 100644 spec/bundler/support/filters.rb
 create mode 100644 spec/bundler/support/hax.rb
 create mode 100644 spec/bundler/support/helpers.rb
 create mode 100644 spec/bundler/support/indexes.rb
 create mode 100644 spec/bundler/support/matchers.rb
 create mode 100644 spec/bundler/support/options.rb
 create mode 100644 spec/bundler/support/path.rb
 create mode 100644 spec/bundler/support/permissions.rb
 create mode 100644 spec/bundler/support/platforms.rb
 create mode 100644 spec/bundler/support/rubygems_ext.rb
 create mode 100644 spec/bundler/support/rubygems_version_manager.rb
 create mode 100644 spec/bundler/support/setup.rb
 create mode 100644 spec/bundler/support/subprocess.rb
 create mode 100644 spec/bundler/support/switch_rubygems.rb
 create mode 100644 spec/bundler/support/the_bundle.rb
 create mode 100644 spec/bundler/support/vendored_net_http.rb
 create mode 100644 spec/bundler/support/windows_tag_group.rb
 create mode 100644 spec/bundler/update/force_spec.rb
 create mode 100644 spec/bundler/update/gemfile_spec.rb
 create mode 100644 spec/bundler/update/gems/fund_spec.rb
 create mode 100644 spec/bundler/update/gems/post_install_spec.rb
 create mode 100644 spec/bundler/update/git_spec.rb
 create mode 100644 spec/bundler/update/path_spec.rb
Latest commit hash = 8107c2e139
$$$[end] "make update-src      -j16" exit with 0.
$$$[beg] make after-update    -j16
/tmp/ruby/src/trunk_asan/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make after-update    -j16" exit with 0.
$$$[beg] make miniruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
compiling /tmp/ruby/src/trunk_asan/version.c
linking miniruby
$$$[end] "make miniruby -j16" exit with 0.
$$$[beg] make ruby -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
builtin_binary.rbbin updated
dfb5db28ef846ab3a5287310b72bc307a9c647c79e2c15a5c756ce3a198e346d  builtin_binary.rbbin
compiling /tmp/ruby/src/trunk_asan/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j16" exit with 0.
$$$[beg] make all -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
$$$[end] "make all -j16" exit with 0.
$$$[beg] make install -j16
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j16 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
rm -rf .bundle/gems/win32ole-1.9.3/
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_asan/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j16 --jobserver-auth=4,5" --make-flags=" -j16 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk_asan/bin
installing base libraries:          /tmp/ruby/install/trunk_asan/lib
installing arch files:              /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+1/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_asan/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.1.0+1/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.1.0+1/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+1/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+1
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/site_ruby/4.1.0+1
installing extension scripts:       /tmp/ruby/install/trunk_asan/lib/ruby/vendor_ruby/4.1.0+1
installing extension headers:       /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+1/ruby
installing command scripts:         /tmp/ruby/install/trunk_asan/bin
installing library scripts:         /tmp/ruby/install/trunk_asan/lib/ruby/4.1.0+1
installing common headers:          /tmp/ruby/install/trunk_asan/include/ruby-4.1.0+1
installing manpages:                /tmp/ruby/install/trunk_asan/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+1
                                    bundler 4.1.0.dev
                                    delegate 0.6.1
                                    did_you_mean 2.0.0
                                    english 0.8.1
                                    erb 6.0.1
                                    error_highlight 0.7.1
                                    fileutils 1.8.0
                                    find 0.2.0
                                    forwardable 1.4.0
                                    ipaddr 1.2.8
                                    net-http 0.9.1
                                    net-protocol 0.2.2
                                    open-uri 0.5.0
                                    open3 0.2.1
                                    optparse 0.8.1
                                    pp 0.6.3
                                    prettyprint 0.2.0
                                    prism 1.9.0
                                    resolv 0.7.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.4.1
                                    shellwords 0.2.2
                                    singleton 0.3.0
                                    syntax_suggest 2.0.3
                                    tempfile 0.3.1
                                    time 0.4.2
                                    timeout 0.6.1
                                    tmpdir 0.3.1
                                    un 0.3.0
                                    uri 1.1.1
                                    weakref 0.1.4
                                    yaml 0.4.0
installing default gems from ext:   /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+1
                                    date 3.5.1
                                    digest 3.2.1
                                    etc 1.4.6
                                    fcntl 1.3.0
                                    io-console 0.8.2
                                    io-nonblock 0.3.2
                                    io-wait 0.4.0
                                    json 2.19.2
                                    openssl 4.0.1
                                    psych 5.3.1
                                    stringio 3.2.1.dev
                                    strscan 3.1.7.dev
                                    zlib 3.2.3
installing bundled gems:            /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+1
                                    minitest 6.0.2
                                    power_assert 3.0.1
                                    rake 13.3.1
                                    test-unit 3.7.7
                                    rexml 3.4.4
                                    rss 0.3.2
                                    net-imap 0.6.3
                                    net-smtp 0.5.1
                                    matrix 0.4.3
                                    prime 0.1.4
                                    rbs 3.10.3
                                    typeprof 0.31.1
                                    debug 1.11.1
                                    racc 1.8.1
                                    mutex_m 0.3.0
                                    getoptlong 0.2.1
                                    base64 0.3.0
                                    bigdecimal 4.0.1
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.2.0
                                    rinda 0.2.0
                                    drb 2.2.3
                                    nkf 0.2.0
                                    syslog 0.4.0
                                    csv 3.3.5
                                    repl_type_completor 0.1.14
                                    ostruct 0.6.3
                                    pstore 0.2.1
                                    benchmark 0.5.0
                                    logger 1.7.0
                                    rdoc 7.2.0
                                    irb 1.17.0
                                    reline 0.6.3
                                    readline 0.0.4
                                    fiddle 1.1.8
                                    tsort 0.2.0
                                    win32-registry 0.1.2
installing bundled gem cache:       /tmp/ruby/install/trunk_asan/lib/ruby/gems/4.1.0+1/cache
skipped bundled gems:
    win32ole-1.9.3.gem              extensions not found or build failed win32ole-1.9.3
$$$[end] "make install -j16" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
Checking leaked global symbols...none
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_asan/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_asan/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_asan/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_asan/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_asan/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_asan/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_asan/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_asan/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_asan/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_asan/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_asan/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_asan/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_asan/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_asan/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_asan/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_asan/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_asan/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
Run options: 
  --seed=57130
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_asan/lib -I. -I.ext/common  /tmp/ruby/src/trunk_asan/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_asan/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j16

# Running tests:

[  1/759] 1239582=ruby/test_refinement
[  2/759] 1239583=rubygems/test_gem_dependency_installer
[  3/759] 1239585=ruby/test_warning
[  4/759] 1239584=rubygems/test_gem_name_tuple
[  5/759] 1239587=rubygems/test_gem_specification
[  6/759] 1239590=ruby/enc/test_gbk
[  7/759] 1239592=rubygems/test_gem_package_tar_reader
[  8/759] 1239590=ruby/enc/test_gb18030
[  9/759] 1239590=psych/test_class
[ 10/759] 1239594=strscan/test_stringscanner
[ 11/759] 1239596=psych/test_numeric
[ 12/759] 1239602=openssl/test_x509crl
[ 13/759] 1239598=did_you_mean/spell_checking/test_require_path_check
[ 14/759] 1239604=-ext-/test_enumerator_kw
[ 15/759] 1239604=ruby/test_mixed_unicode_escapes
[ 16/759] 1239608=-ext-/bignum/test_mul
[ 17/759] 1239611=mkmf/test_mkmf
[ 18/759] 1239590=ruby/test_complexrational
[ 19/759] 1239604=openssl/test_pkcs7
[ 20/759] 1239596=rubygems/test_gem_commands_fetch_command
[ 21/759] 1239590=io/nonblock/test_flush
[ 22/759] 1239608=ruby/enc/test_iso_8859
[ 23/759] 1239614=ruby/test_complex2
[ 24/759] 1239590=openssl/test_x509attr
[ 25/759] 1239617=-ext-/win32/test_dln
[ 26/759] 1239617=open-uri/test_open-uri
[ 27/759] 1239614=-ext-/string/test_coderange
[ 28/759] 1239614=-ext-/bignum/test_big2str
[ 29/759] 1239598=mkmf/test_pkg_config
[ 30/759] 1239614=prism/regexp_test
[ 31/759] 1239594=ruby/test_string_memory
[ 32/759] 1239611=ruby/test_insns_leaf
[ 33/759] 1239611=yaml/test_store
[ 34/759] 1239608=ruby/test_iseq
[ 35/759] 1239594=ruby/test_allocation
[ 36/759] 1239590=ruby/test_gc
[ 37/759] 1239611=prism/api/dump_test
[ 38/759] 1239598=-ext-/string/test_enc_associate
[ 39/759] 1239585=prism/ruby/location_test
[ 40/759] 1239614=openssl/test_x509req
[ 41/759] 1239584=rubygems/test_gem_commands_open_command
[ 42/759] 1239592=net/protocol/test_protocol
[ 43/759] 1239585=rubygems/test_gem_ext_cargo_builder_link_flag_converter
[ 44/759] 1239602=psych/test_tree_builder
[ 45/759] 1239617=-ext-/load/test_protect
[ 46/759] 1239584=rubygems/test_gem_version
[ 47/759] 1239592=rubygems/test_gem_commands_stale_command
[ 48/759] 1239617=rubygems/test_gem_text
[ 49/759] 1239592=ruby/test_settracefunc
[ 50/759] 1239602=prism/ruby/tunnel_test
[ 51/759] 1239596=rubygems/test_gem_stub_specification
[ 52/759] 1239584=ruby/test_path
[ 53/759] 1239584=ruby/test_method_cache
[ 54/759] 1239584=test_pp
[ 55/759] 1239602=socket/test_tcp
[ 56/759] 1239614=ruby/test_sprintf_comb
[ 57/759] 1239584=ruby/test_whileuntil
[ 58/759] 1239584=ruby/test_transcode
[ 59/759] 1239617=openssl/test_asn1
[ 60/759] 1239585=mkmf/test_flags
[ 61/759] 1239617=json/json_string_matching_test
[ 62/759] 1239617=rubygems/test_gem_ext_rake_builder
[ 63/759] 1239596=monitor/test_monitor
[ 64/759] 1239596=-ext-/rational/test_rat
[ 65/759] 1239602=test_extlibs
[ 66/759] 1239596=prism/result/static_inspect_test
[ 67/759] 1239614=-ext-/symbol/test_inadvertent_creation
[ 68/759] 1239604=-ext-/thread/test_instrumentation_api
[ 69/759] 1239596=prism/ruby/source_test
[ 70/759] 1239596=-ext-/vm/test_at_exit
[ 71/759] 1239596=ruby/test_complex
[ 72/759] 1239614=prism/result/source_location_test
[ 73/759] 1239614=ruby/test_object_id
[ 74/759] 1239598=prism/unescape_test
[ 75/759] 1239598=openssl/test_x509ext
[ 76/759] 1239598=ripper/test_files_ext
[ 77/759] 1239598=psych/test_data
[ 78/759] 1239598=prism/result/equality_test
[ 79/759] 1239598=rubygems/test_gem_doctor
[ 80/759] 1239614=socket/test_ancdata
[ 81/759] 1239614=ruby/test_weakmap
[ 82/759] 1239608=ruby/test_rubyvm
[ 83/759] 1239608=-ext-/exception/test_data_error
[ 84/759] 1239596=rubygems/test_gem_resolver_dependency_request
[ 85/759] 1239585=-ext-/test_abi
[ 86/759] 1239596=ripper/test_scanner_events
[ 87/759] 1239596=-ext-/string/test_external_new
[ 88/759] 1239608=ruby/enc/test_euc_jp
[ 89/759] 1239596=strscan/test_ractor
[ 90/759] 1239608=ruby/test_module
[ 91/759] 1239598=rubygems/test_gem_commands_push_command
[ 92/759] 1239617=prism/api/parse_success_test
[ 93/759] 1239596=openssl/test_ssl
[ 94/759] 1239604=rubygems/test_deprecate
[ 95/759] 1239617=uri/test_common
[ 96/759] 1239585=rubygems/test_gem_request_connection_pools
[ 97/759] 1239604=ruby/test_optimization
[ 98/759] 1239598=rubygems/test_gem_uri_formatter
[ 99/759] 1239598=ruby/test_sprintf
[100/759] 1239585=-ext-/proc/test_bmethod
[101/759] 1239585=psych/nodes/test_enumerable
[102/759] 1239617=openssl/test_buffering
[103/759] 1239617=prism/ruby/ruby_parser_test
[104/759] 1239585=resolv/test_svcb_https
[105/759] 1239617=-ext-/test_bug-14834
[106/759] 1239585=socket/test_addrinfo
[107/759] 1239611=openssl/test_x509cert
[108/759] 1239584=-ext-/funcall/test_passing_block
[109/759] 1239587=uri/test_http
[110/759] 1239584=-ext-/thread/test_lock_native_thread
[111/759] 1239617=rubygems/test_webauthn_listener
[112/759] 1239587=optparse/test_zsh_completion
[113/759] 1239583=rubygems/test_gem_package_tar_reader_entry
[114/759] 1239587=-ext-/string/test_enc_str_buf_cat
[115/759] 1239587=mkmf/test_have_func
[116/759] 1239598=mkmf/test_constant
[117/759] 1239584=rubygems/test_gem_security_trust_dir
[118/759] 1239617=ruby/test_default_gems
[119/759] 1239585=json/json_fixtures_test
[120/759] 1239584=ruby/test_encoding
[121/759] 1239585=dtrace/test_load
[122/759] 1239585=rubygems/test_gem_resolver_specification
[123/759] 1239617=rubygems/test_gem_remote_fetcher_s3
[124/759] 1239585=psych/test_stringio
[125/759] 1239585=ruby/test_require_lib
[126/759] 1239583=rubygems/test_gem_version_option
[127/759] 1239617=ripper/test_files_test_2
[128/759] 1239583=prism/api/lex_test
[129/759] 1239583=rubygems/test_gem_rdoc
[130/759] 1239583=rubygems/test_gem_request_set
[131/759] 1239611=prism/version_test
[132/759] 1239611=test_trick
[133/759] 1239587=ruby/test_objectspace
[134/759] 1239584=-ext-/win32/test_fd_setsize
[135/759] 1239584=ruby/enc/test_big5
[136/759] 1239583=rubygems/test_gem_resolver_activation_request
[137/759] 1239584=psych/test_null
[138/759] 1239583=-ext-/test_ensure_and_callcc
[139/759] 1239583=fiber/test_scheduler
[140/759] 1239584=ruby/test_fixnum
[141/759] 1239584=fiber/test_timeout
[142/759] 1239584=ruby/test_signal
[143/759] 1239592=-ext-/string/test_fstring
[144/759] 1239592=did_you_mean/core_ext/test_name_error_extension
[145/759] 1239592=-ext-/iseq_load/test_iseq_load
[146/759] 1239602=-ext-/scheduler/test_interrupt_with_scheduler
[147/759] 1239602=fileutils/test_verbose
[148/759] 1239602=rubygems/test_gem_ext_builder
Leaked file descriptor: TestFiberScheduler#test_iseq_compile_under_gc_stress_bug_21180: 8 : #<File:/dev/null>
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF NODE NAME
ruby    1239583  ko1    8r   CHR    1,3      0t0    5 /dev/null
Closed file descriptor: TestFiberScheduler#test_io_write_flush_error: 8
[149/759] 1239583=ruby/test_box
[150/759] 1239614=fiber/test_mutex
[151/759] 1239608=ruby/test_basicinstructions
[152/759] 1239614=-ext-/bignum/test_bigzero
[153/759] 1239614=ruby/test_struct
[154/759] 1239608=date/test_date_strftime
[155/759] 1239614=prism/ruby/compiler_test
[156/759] 1239614=rubygems/test_gem_resolver_vendor_specification
[157/759] 1239598=-ext-/typeddata/test_typeddata
[158/759] 1239614=test_find
[159/759] 1239614=prism/locals_test
[160/759] 1239614=-ext-/string/test_normalize
[161/759] 1239614=-ext-/test_recursion
[162/759] 1239614=rubygems/test_gem_commands_owner_command
[163/759] 1239598=socket/test_basicsocket
[164/759] 1239598=ripper/test_sexp
[165/759] 1239598=prism/ruby/pattern_test
[166/759] 1239598=rubygems/test_gem_package_tar_header
[167/759] 1239614=objspace/test_ractor
[168/759] 1239598=rubygems/test_gem_unsatisfiable_dependency_error
[169/759] 1239598=net/http/test_http
[170/759] 1239582=prism/fixtures_test
[171/759] 1239608=ruby/test_rational2
[172/759] 1239608=rubygems/test_gem_dependency_resolution_error
[173/759] 1239602=rubygems/test_gem_ci_detector
[174/759] 1239582=ruby/enc/test_shift_jis
[175/759] 1239602=ruby/test_yield
[176/759] 1239582=rubygems/test_gem_request_set_lockfile_parser
[177/759] 1239608=io/wait/test_io_wait_uncommon
[178/759] 1239608=psych/test_string
[179/759] 1239608=open-uri/test_proxy
[180/759] 1239582=dtrace/test_raise
[181/759] 1239582=uri/test_ftp
[182/759] 1239582=ruby/test_unicode_escape
[183/759] 1239608=net/http/test_httpresponses
[184/759] 1239608=prism/result/integer_base_flags_test
[185/759] 1239583=net/http/test_https
[186/759] 1239614=rubygems/test_require
[187/759] 1239582=erb/test_erb_command
[188/759] 1239608=mkmf/test_have_library
[189/759] 1239592=ruby/test_fnmatch
[190/759] 1239592=rubygems/test_gem_resolver_vendor_set
[191/759] 1239582=ruby/enc/test_koi8
[192/759] 1239592=erb/test_erb_m17n
[193/759] 1239582=ruby/test_clone
[194/759] 1239592=objspace/test_objspace
[195/759] 1239582=ripper/test_filter
[196/759] 1239582=rubygems/test_gem_ext_cmake_builder
[197/759] 1239582=-ext-/string/test_too_many_dummy_encodings
[198/759] 1239582=dtrace/test_hash_create
[199/759] 1239582=json/json_generic_object_test
[200/759] 1239585=ruby/test_thread
[201/759] 1239582=ruby/test_call
[202/759] 1239596=ruby/test_defined
[203/759] 1239617=-ext-/bignum/test_pack
[204/759] 1239584=date/test_switch_hitter
[205/759] 1239584=ripper/test_files_sample
[206/759] 1239582=-ext-/st/test_update
[207/759] 1239582=ruby/test_ractor
[208/759] 1239596=-ext-/method/test_arity
[209/759] 1239596=ruby/enc/test_case_options
[210/759] 1239596=rubygems/test_gem_resolver_index_set
[211/759] 1239617=uri/test_file
[212/759] 1239617=rubygems/test_gem_install_update_options
[213/759] 1239596=rubygems/test_gem_security_policy
[214/759] 1239584=rubygems/test_gem_command
[215/759] 1239611=ruby/test_weakkeymap
[216/759] 1239584=-ext-/marshal/test_usrmarshal
[217/759] 1239617=ruby/test_inlinecache
[218/759] 1239596=net/http/test_httpresponse
[219/759] 1239617=-ext-/exception/test_enc_raise
[220/759] 1239617=openssl/test_engine
[221/759] 1239617=ruby/test_key_error
[222/759] 1239617=prism/ruby/reflection_test
[223/759] 1239617=ruby/test_bignum
[224/759] 1239608=-ext-/load/test_dot_dot
[225/759] 1239608=did_you_mean/tree_spell/test_human_typo
[226/759] 1239596=fiber/test_io_close
[227/759] 1239608=json/ractor_test
[228/759] 1239596=rubygems/test_gem_request_set_lockfile
[229/759] 1239608=-ext-/postponed_job/test_postponed_job
[230/759] 1239617=did_you_mean/spell_checking/test_pattern_key_name_check
[231/759] 1239617=rubygems/test_exit
[232/759] 1239584=rubygems/test_gem_commands_yank_command
[233/759] 1239614=did_you_mean/edit_distance/test_jaro_winkler
[234/759] 1239614=rubygems/test_gem_gemcutter_utilities
[235/759] 1239617=rubygems/test_gem_remote_fetcher
[236/759] 1239587=rubygems/test_gem_resolver
[237/759] 1239614=openssl/test_config
[238/759] 1239584=test_tempfile
[239/759] 1239614=rubygems/test_gem_util
[240/759] 1239611=-ext-/time/test_new
[241/759] 1239614=psych/test_hash
[242/759] 1239611=openssl/test_cipher
[243/759] 1239587=rubygems/test_gem_remote_fetcher_local_server
[244/759] 1239617=etc/test_etc
[245/759] 1239614=rubygems/test_gem_source_lock
[246/759] 1239587=uri/test_ldap
[247/759] 1239587=-ext-/gvl/test_last_thread
[248/759] 1239614=ruby/test_symbol
[249/759] 1239611=optparse/test_optparse
[250/759] 1239608=prism/result/continuable_test
[251/759] 1239608=psych/test_coder
[252/759] 1239608=socket/test_unix
[253/759] 1239608=rubygems/test_gem_source_specific_file
[254/759] 1239617=prism/api/parse_test
[255/759] 1239617=ruby/test_enum
[256/759] 1239611=rubygems/test_gem_commands_which_command
[257/759] 1239608=ruby/test_io
[258/759] 1239598=ruby/test_metaclass
[259/759] 1239587=ruby/test_numeric
[260/759] 1239598=io/console/test_io_console
[261/759] 1239584=date/test_date_arith
[262/759] 1239584=uri/test_ws
[263/759] 1239584=rubygems/test_gem_commands_sources_command
[264/759] 1239587=ruby/test_undef
[265/759] 1239587=rubygems/test_gem_spec_fetcher
[266/759] 1239611=io/console/test_ractor
[267/759] 1239596=openssl/test_hmac
[268/759] 1239596=mkmf/test_signedness
[269/759] 1239587=prism/ruby/desugar_compiler_test
[270/759] 1239611=prism/encoding/symbol_encoding_test
[271/759] 1239611=-ext-/marshal/test_internal_ivar
[272/759] 1239611=rubygems/test_gem_commands_mirror
[273/759] 1239611=dtrace/test_array_create
[274/759] 1239611=rubygems/test_gem_resolver_installed_specification
[275/759] 1239611=-ext-/integer/test_my_integer
[276/759] 1239611=rubygems/test_gem_commands_environment_command
[277/759] 1239587=-ext-/tracepoint/test_tracepoint
[278/759] 1239583=pathname/test_ractor
[279/759] 1239611=-ext-/string/test_cstr
[280/759] 1239594=rubygems/test_gem_resolver_lock_specification
[281/759] 1239583=openssl/test_digest
[282/759] 1239583=ruby/test_variable
[283/759] 1239584=fiber/test_address_resolve
[284/759] 1239584=uri/test_wss
[285/759] 1239584=ruby/test_parse
[286/759] 1239594=mkmf/test_have_macro
[287/759] 1239587=ruby/test_process
[288/759] 1239611=-ext-/iter/test_iter_break
[289/759] 1239611=rubygems/test_gem_source_local
[290/759] 1239594=-ext-/num2int/test_num2int
[291/759] 1239594=rubygems/test_gem_commands_install_command
[292/759] 1239598=rubygems/test_gem_ext_cargo_builder_unit
[293/759] 1239611=ruby/test_stack
[294/759] 1239598=optparse/test_summary
[295/759] 1239584=ruby/test_thread_queue
[296/759] 1239598=fileutils/test_nowrite
[297/759] 1239598=ruby/test_flip
[298/759] 1239598=test_securerandom
[299/759] 1239598=ruby/test_econv
[300/759] 1239602=-ext-/st/test_foreach
[301/759] 1239602=fiber/test_process
[302/759] 1239602=ruby/test_object
[303/759] 1239596=-ext-/eval/test_eval
[304/759] 1239596=fileutils/test_fileutils
[305/759] 1239583=fiber/test_io
[306/759] 1239617=rubygems/test_gem_commands_cert_command
[307/759] 1239583=prism/result/named_capture_test
[308/759] 1239583=rubygems/test_gem_resolver_git_specification
[309/759] 1239594=ruby/test_dir_m17n
[310/759] 1239611=pathname/test_pathname
[311/759] 1239583=rubygems/test_remote_fetch_error
[312/759] 1239584=json/json_common_interface_test
[313/759] 1239583=psych/test_stream
[314/759] 1239614=coverage/test_coverage
[315/759] 1239583=json/json_addition_test
[316/759] 1239584=-ext-/path_to_class/test_path_to_class
[317/759] 1239584=prism/result/string_test
[318/759] 1239583=fiber/test_storage
[319/759] 1239617=dtrace/test_cmethod
[320/759] 1239583=-ext-/string/test_qsort
[321/759] 1239617=rubygems/test_gem_ext_ext_conf_builder
[322/759] 1239583=rubygems/test_gem_commands_dependency_command
[323/759] 1239611=prism/api/parse_comments_test
[324/759] 1239611=psych/test_serialize_subclasses
[325/759] 1239611=ruby/test_const
[326/759] 1239611=ruby/test_class
[327/759] 1239584=rubygems/test_gem_dependency
[328/759] 1239583=ruby/test_iterator
[329/759] 1239584=rubygems/test_gem_resolver_index_specification
[330/759] 1239583=dtrace/test_string
[331/759] 1239583=psych/test_marshalable
[332/759] 1239584=dtrace/test_method_cache
[333/759] 1239584=ruby/test_thread_cv
[334/759] 1239583=json/test_helper
[335/759] 1239583=psych/test_yamldbm
[336/759] 1239583=mkmf/test_convertible
[337/759] 1239598=rubygems/test_gem_resolver_best_set
[338/759] 1239598=resolv/test_win32_config
[339/759] 1239598=-ext-/file/test_stat
[340/759] 1239598=ruby/test_eval
[341/759] 1239584=resolv/test_addr
[342/759] 1239584=ripper/test_parser_events
[343/759] 1239602=prism/ruby/relocation_test
[344/759] 1239602=ruby/enc/test_windows_1251
[345/759] 1239602=rubygems/test_gem_util_atomic_file_writer
[346/759] 1239602=-ext-/bignum/test_str2big
[347/759] 1239584=ruby/test_rational
[348/759] 1239602=prism/newline_offsets_test
[349/759] 1239602=ruby/test_regexp
[350/759] 1239584=rubygems/test_gem_commands_contents_command
[351/759] 1239584=psych/test_scalar
[352/759] 1239584=ruby/test_readpartial
[353/759] 1239584=rubygems/test_gem_resolver_conflict
[354/759] 1239584=ruby/test_literal
[355/759] 1239598=ruby/test_arithmetic_sequence
[356/759] 1239598=rubygems/test_gem_commands_search_command
[357/759] 1239598=fiber/test_thread
[358/759] 1239598=ruby/test_pattern_matching
[359/759] 1239617=psych/test_encoding
[360/759] 1239614=ruby/test_lambda
[361/759] 1239617=prism/bom_test
[362/759] 1239617=socket/test_sockopt
[363/759] 1239617=ruby/test_frozen_error
[364/759] 1239617=ruby/test_file
[365/759] 1239598=-ext-/bug_reporter/test_bug_reporter
[366/759] 1239594=did_you_mean/test_spell_checker
[367/759] 1239594=psych/test_document
[368/759] 1239594=fiber/test_ractor
[369/759] 1239614=mkmf/test_config
[370/759] 1239594=psych/test_boolean
[371/759] 1239594=psych/test_yaml
[372/759] 1239594=-ext-/iter/test_yield_block
[373/759] 1239594=psych/handlers/test_recorder
[374/759] 1239594=rubygems/test_gem_commands_specification_command
[375/759] 1239582=openssl/test_pkey
[376/759] 1239598=rubygems/test_gem_commands_signin_command
[377/759] 1239594=socket/test_nonblock
[378/759] 1239594=ruby/test_primitive
[379/759] 1239594=rubygems/test_gem_request
[380/759] 1239598=prism/ruby/parameters_signature_test
[381/759] 1239598=rubygems/test_gem_resolver_api_specification
[382/759] 1239598=optparse/test_getopts
[383/759] 1239598=rubygems/test_gem_command_manager
[384/759] 1239582=rubygems/test_gem_installer
[385/759] 1239598=ruby/test_pipe
[386/759] 1239614=ruby/enc/test_regex_casefold
[387/759] 1239594=rubygems/test_gem_source_git
[388/759] 1239614=rubygems/test_gem_commands_check_command
[389/759] 1239614=ruby/test_random_formatter
[390/759] 1239614=rubygems/test_gem_resolver_git_set
[391/759] 1239598=did_you_mean/spell_checking/test_class_name_check
[392/759] 1239598=ruby/enc/test_emoji
[393/759] 1239598=ripper/test_files_lib
[394/759] 1239598=ruby/test_string
[395/759] 1239604=ruby/enc/test_cp949
[396/759] 1239604=ruby/test_condition
[397/759] 1239604=erb/test_erb
[398/759] 1239604=ruby/test_integer
[399/759] 1239617=-ext-/struct/test_duplicate
[400/759] 1239617=json/json_ext_parser_test
[401/759] 1239617=ruby/test_time
[402/759] 1239590=-ext-/test_scan_args
[403/759] 1239584=date/test_date_attr
[404/759] 1239584=optparse/test_cclass
[405/759] 1239590=test_shellwords
[406/759] 1239590=dtrace/test_singleton_function
[407/759] 1239590=ruby/test_proc
[408/759] 1239617=optparse/test_load
[409/759] 1239617=did_you_mean/spell_checking/test_uncorrectable_name_check
[410/759] 1239617=ruby/test_marshal
[411/759] 1239583=zlib/test_zlib
[412/759] 1239584=prism/magic_comment_test
[413/759] 1239584=psych/test_omap
[414/759] 1239584=ruby/enc/test_case_comprehensive
[415/759] 1239584=mkmf/test_framework
[416/759] 1239584=psych/test_ractor
[417/759] 1239617=psych/test_json_tree
[418/759] 1239617=psych/visitors/test_emitter
[419/759] 1239617=prism/library_symbols_test
[420/759] 1239617=ruby/test_nomethod_error
[421/759] 1239617=openssl/test_pkey_dsa
[422/759] 1239617=net/http/test_https_proxy
[423/759] 1239617=date/test_date_strptime
[424/759] 1239608=open-uri/test_ssl
[425/759] 1239614=ripper/test_files_test_1
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 46769>
[426/759] 1239617=prism/api/freeze_test
[427/759] 1239617=prism/percent_delimiter_string_testCOMMAND     PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    1239608  ko1   10u  IPv4 445410420      0t0  TCP localhost:46769->localhost:37060 (CLOSE_WAIT)

[428/759] 1239617=rubygems/test_gem
Closed file descriptor: TestOpenURISSL#test_validation_noverify: 10
[429/759] 1239584=ruby/test_float
[430/759] 1239590=stringio/test_ractor
[431/759] 1239596=rubygems/test_gem_remote_fetcher_local_ssl_server
[432/759] 1239590=psych/test_yaml_special_cases
[433/759] 1239590=rubygems/test_gem_source_list
[434/759] 1239611=psych/test_parser
[435/759] 1239611=prism/result/attribute_write_test
[436/759] 1239611=-ext-/stack/test_stack_overflow
[437/759] 1239611=ruby/test_set
[438/759] 1239590=test_delegate
[439/759] 1239611=fiber/test_enumerator
[440/759] 1239611=psych/test_psych
[441/759] 1239611=json/json_coder_test
[442/759] 1239611=digest/test_ractor
[443/759] 1239590=digest/test_digest
[444/759] 1239608=rubygems/test_gem_uri
[445/759] 1239608=test_rbconfig
[446/759] 1239592=rubygems/test_gem_package_old
[447/759] 1239594=-ext-/debug/test_debug
[448/759] 1239608=-ext-/arith_seq/test_arith_seq_extract
[449/759] 1239594=rubygems/test_gem_commands_help_command
[450/759] 1239592=ruby/test_stringchar
[451/759] 1239584=rubygems/test_gem_package_tar_header_ractor
[452/759] 1239594=mkmf/test_find_executable
[453/759] 1239594=ruby/test_array
[454/759] 1239592=error_highlight/test_error_highlight
[455/759] 1239611=date/test_date_compat
[456/759] 1239611=-ext-/load/test_resolve_symbol
[457/759] 1239617=-ext-/debug/test_profile_frames
[458/759] 1239608=ruby/test_lazy_enumerator
[459/759] 1239611=ruby/test_backtrace
[460/759] 1239617=ruby/test_time_tz
[461/759] 1239617=prism/ruby/string_query_test
[462/759] 1239617=rubygems/test_gem_commands_outdated_command
[463/759] 1239596=json/json_ryu_fallback_test
[464/759] 1239596=rubygems/test_gem_request_set_lockfile_tokenizer
[465/759] 1239617=psych/test_nil
[466/759] 1239617=-ext-/class/test_class2name
[467/759] 1239617=openssl/test_kdf
[468/759] 1239596=ruby/enc/test_utf16
[469/759] 1239596=rubygems/test_gem_package
[470/759] 1239617=ruby/test_enumerator
[471/759] 1239584=prism/encoding/string_encoding_test
[472/759] 1239584=ruby/test_name_error
[473/759] 1239596=-ext-/exception/test_exception_at_throwing
[474/759] 1239608=rubygems/test_gem_source
[475/759] 1239596=ruby/test_frozen
[476/759] 1239596=psych/test_safe_load
[477/759] 1239596=prism/result/overlap_test
[478/759] 1239584=rubygems/test_gem_platform
[479/759] 1239608=prism/ractor_test
[480/759] 1239584=psych/test_symbol
[481/759] 1239611=rubygems/test_gem_uninstaller
[482/759] 1239584=test_pty
[483/759] 1239608=did_you_mean/spell_checking/test_variable_name_check
[484/759] 1239608=yaml/test_dbm
[485/759] 1239608=rubygems/test_gem_source_vendor
[486/759] 1239608=rubygems/test_gem_commands_list_command
[487/759] 1239608=uri/test_parser
[488/759] 1239608=date/test_date
[489/759] 1239608=psych/test_date_time
[490/759] 1239604=openssl/test_pkcs12
[491/759] 1239596=did_you_mean/tree_spell/test_change_word
[492/759] 1239596=rubygems/test_gem_available_set
[493/759] 1239608=-ext-/string/test_modify_expand
[494/759] 1239608=rubygems/test_gem_source_installed
[495/759] 1239608=-ext-/struct/test_len
[496/759] 1239608=optparse/test_acceptable
[497/759] 1239596=prism/result/implicit_array_test
[498/759] 1239596=dtrace/test_function_entry
[499/759] 1239596=rubygems/test_kernel
[500/759] 1239584=did_you_mean/spell_checking/test_method_name_check
[501/759] 1239584=prism/heredoc_dedent_test
[502/759] 1239584=ruby/test_keyword
[503/759] 1239604=prism/result/numeric_value_test
[504/759] 1239582=lib/!Nothing_to_test
[505/759] 1239582=rubygems/test_gem_commands_server_command
[506/759] 1239582=ruby/test_data
[507/759] 1239582=net/http/test_http_request
[508/759] 1239604=net/http/test_httpheader
[509/759] 1239582=openssl/test_bn
[510/759] 1239582=openssl/test_provider
[511/759] 1239608=rubygems/test_gem_package_task
[512/759] 1239608=test_singleton
[513/759] 1239604=did_you_mean/spell_checking/test_key_name_check
[514/759] 1239608=ripper/test_ripper
[515/759] 1239604=rubygems/test_gem_request_set_gem_dependency_api
[516/759] 1239596=ruby/enc/test_grapheme_breaks
[517/759] 1239596=date/test_date_marshal
[518/759] 1239596=openssl/test_ossl
[519/759] 1239596=ruby/test_syntax
[520/759] 1239611=ruby/test_assignment
[521/759] 1239604=psych/json/test_stream
[522/759] 1239604=io/wait/test_ractor
[523/759] 1239604=openssl/test_ssl_session
[524/759] 1239590=optparse/test_optarg
[525/759] 1239584=rubygems/test_gem_resolver_local_specification
[526/759] 1239584=ruby/test_autoload
[527/759] 1239583=rubygems/test_gem_commands_unpack_command
[528/759] 1239582=rubygems/test_gem_commands_exec_command
[529/759] 1239592=ruby/test_pack
[530/759] 1239590=rubygems/test_gem_commands_signout_command
[531/759] 1239590=psych/test_object
[532/759] 1239590=psych/test_exception
[533/759] 1239590=rubygems/test_gem_gem_runner
[534/759] 1239614=rubygems/test_gem_ext_cargo_builder
[535/759] 1239583=ruby/test_file_exhaustive
[536/759] 1239604=ruby/test_gc_compact
[537/759] 1239608=psych/test_deprecated
[538/759] 1239608=-ext-/bignum/test_div
[539/759] 1239608=-ext-/array/test_resize
[540/759] 1239590=ruby/test_fiber
[541/759] 1239608=prism/result/breadth_first_search_test
[542/759] 1239608=uri/test_generic
[543/759] 1239614=json/json_parser_test
[544/759] 1239608=ruby/enc/test_cesu8
[545/759] 1239608=rubygems/test_gem_commands_setup_command
[546/759] 1239614=psych/test_alias_and_anchor
[547/759] 1239614=rubygems/test_gem_commands_rebuild_command
[548/759] 1239614=prism/errors_test
[549/759] 1239592=test_open3
[550/759] 1239608=open-uri/test_ftp
[551/759] 1239608=ruby/test_vm_dump
[552/759] 1239608=prism/test_helper
[553/759] 1239608=ruby/test_memory_view
[554/759] 1239614=-ext-/string/test_ellipsize
[555/759] 1239614=-ext-/integer/test_integer
[556/759] 1239608=ruby/enc/test_utf32
[557/759] 1239608=-ext-/struct/test_data
[558/759] 1239608=optparse/test_noarg
[559/759] 1239582=ruby/test_rand
[560/759] 1239614=openssl/test_pkey_ec
[561/759] 1239614=openssl/test_fips
[562/759] 1239608=rubygems/test_gem_commands_update_command
[563/759] 1239582=date/test_date_parse
[564/759] 1239614=fiber/test_backtrace
[565/759] 1239614=openssl/test_random
[566/759] 1239614=psych/visitors/test_to_ruby
[567/759] 1239614=rubygems/test_bundled_ca
[568/759] 1239582=prism/result/static_literals_test
[569/759] 1239582=-ext-/float/test_nextafter
[570/759] 1239582=-ext-/string/test_capacity
[571/759] 1239582=rubygems/test_gem_safe_marshal
[572/759] 1239614=openssl/test_pkey_dh
[573/759] 1239614=openssl/test_ocsp
[574/759] 1239582=ruby/test_shapes
[575/759] 1239582=rubygems/test_gem_silent_ui
[576/759] 1239611=ruby/test_ifunless
[577/759] 1239611=dtrace/test_require
[578/759] 1239611=rubygems/test_gem_resolver_installer_set
[579/759] 1239582=rubygems/test_gem_dependency_list
[580/759] 1239582=ripper/test_files_test
[581/759] 1239611=rubygems/test_gem_commands_uninstall_command
[582/759] 1239582=-ext-/exception/test_ensured
[583/759] 1239582=ruby/test_io_m17n
[584/759] 1239614=prism/result/comments_test
[585/759] 1239614=-ext-/hash/test_delete
[586/759] 1239614=rubygems/test_config
[587/759] 1239614=test_forwardable
[588/759] 1239614=dtrace/test_object_create_start
[589/759] 1239608=ruby/test_continuation
[590/759] 1239614=rubygems/test_project_sanity
[591/759] 1239608=ruby/test_env
[592/759] 1239614=prism/encoding/regular_expression_encoding_test
[593/759] 1239614=ruby/test_zjit
[594/759] 1239614=rubygems/test_gem_commands_cleanup_command
[595/759] 1239611=optparse/test_placearg
[596/759] 1239594=-ext-/string/test_interned_str
[597/759] 1239594=ruby/test_range
[598/759] 1239611=-ext-/symbol/test_type
[599/759] 1239614=rubygems/test_gem_impossible_dependencies_error
[600/759] 1239611=json/json_generator_test
[601/759] 1239614=prism/encoding/encodings_test
[602/759] 1239614=fiber/test_io_buffer
[603/759] 1239614=fileutils/test_dryrun
[604/759] 1239614=openssl/test_ts
[605/759] 1239592=psych/test_emitter
[606/759] 1239611=prism/api/parse_stream_test
[607/759] 1239611=rubygems/test_gem_resolver_api_set
[608/759] 1239592=test_tmpdir
[609/759] 1239611=prism/result/node_id_test
[610/759] 1239592=rubygems/test_gem_source_subpath_problem
[611/759] 1239614=-ext-/array/test_to_ary_concat
[612/759] 1239592=prism/result/warnings_test
[613/759] 1239592=-ext-/test_printf
[614/759] 1239592=ruby/test_rubyoptions
[615/759] 1239582=-ext-/load/test_stringify_symbols
[616/759] 1239582=ruby/enc/test_windows_1252
[617/759] 1239582=mkmf/test_configuration
[618/759] 1239611=prism/ruby/dispatcher_test
[619/759] 1239611=socket/test_udp
[620/759] 1239611=prism/result/regular_expression_options_test
[621/759] 1239611=fiber/test_queue
[622/759] 1239611=ruby/test_sleep
[623/759] 1239594=rubygems/test_gem_validator
[624/759] 1239594=prism/result/integer_parse_test
[625/759] 1239582=test_prettyprint
[626/759] 1239582=mkmf/test_install
[627/759] 1239594=openssl/test_pair
[628/759] 1239604=ruby/test_m17n_comb
[629/759] 1239582=date/test_date_ractor
[630/759] 1239614=did_you_mean/test_tree_spell_checker
[631/759] 1239614=prism/lex_test
[632/759] 1239614=test_bundled_gems
[633/759] 1239614=psych/visitors/test_depth_first
[634/759] 1239614=openssl/test_ns_spki
[635/759] 1239582=ruby/test_integer_comb
[636/759] 1239614=prism/result/index_write_test
[637/759] 1239614=io/wait/test_io_wait
[638/759] 1239584=optparse/test_kwargs
[639/759] 1239584=ripper/test_lexer
[640/759] 1239584=psych/test_merge_keys
[641/759] 1239584=-ext-/test_random
[642/759] 1239584=cgi/test_cgi_escape
[643/759] 1239584=ruby/test_dir
[644/759] 1239611=openssl/test_x509store
[645/759] 1239584=resolv/test_mdns
[646/759] 1239584=rubygems/test_gem_ext_configure_builder
[647/759] 1239594=rubygems/test_gem_security_signer
[648/759] 1239611=optparse/test_bash_completion
[649/759] 1239611=ruby/test_exception
[650/759] 1239584=rubygems/test_gem_local_remote_options
[651/759] 1239590=rubygems/test_gem_commands_lock_command
[652/759] 1239584=ruby/enc/test_euc_kr
[653/759] 1239590=ruby/test_threadgroup
[654/759] 1239594=-ext-/string/test_set_len
[655/759] 1239584=ruby/test_yjit_exit_locations
[656/759] 1239594=psych/test_yamlstore
[657/759] 1239594=rubygems/test_gem_commands_pristine_command
[658/759] 1239614=rubygems/test_gem_config_file
[659/759] 1239614=psych/test_scalar_scanner
[660/759] 1239614=ruby/test_io_buffer
[661/759] 1239590=rubygems/test_gem_resolver_requirement_list
[662/759] 1239590=ruby/test_beginendblock
[663/759] 1239584=-ext-/arith_seq/test_arith_seq_beg_len_step
[664/759] 1239584=ruby/test_hash
[665/759] 1239614=socket/test_socket
[666/759] 1239590=ruby/test_not
[667/759] 1239590=test_timeout
[668/759] 1239608=test_weakref
[669/759] 1239608=prism/ruby/ripper_test
[670/759] 1239598=rubygems/test_rubygems
[671/759] 1239590=rubygems/test_gem_package_tar_writer
[672/759] 1239598=ruby/enc/test_case_mapping
[673/759] 1239582=psych/visitors/test_yaml_tree
[674/759] 1239598=uri/test_mailto
[675/759] 1239598=optparse/test_reqarg
[676/759] 1239582=test_unicode_normalize
[677/759] 1239614=ruby/test_method
[678/759] 1239582=rubygems/test_gem_resolver_lock_set
[679/759] 1239582=did_you_mean/test_ractor_compatibility
[680/759] 1239590=-ext-/econv/test_append
[681/759] 1239590=rubygems/test_gem_console_ui
[682/759] 1239590=-ext-/struct/test_member
[683/759] 1239590=resolv/test_resource
[684/759] 1239590=rubygems/test_gem_update_suggestion
[685/759] 1239594=psych/test_set
[686/759] 1239594=rubygems/test_gem_source_fetch_problem
[687/759] 1239590=test_ipaddr
[688/759] 1239594=ruby/test_arity
[689/759] 1239594=-ext-/string/test_nofree
[690/759] 1239594=ruby/test_trace
[691/759] 1239590=-ext-/st/test_numhash
[692/759] 1239594=rubygems/test_gem_stream_ui
[693/759] 1239590=openssl/test_pkey_rsa
[694/759] 1239594=rubygems/test_gem_resolver_composed_set
[695/759] 1239594=mkmf/test_egrep_cpp
[696/759] 1239594=ruby/test_argf
[697/759] 1239590=rubygems/test_webauthn_poller
[698/759] 1239582=date/test_date_conv
[699/759] 1239582=ruby/test_yjit
[700/759] 1239590=net/http/test_buffered_io
[701/759] 1239598=ruby/test_m17n
[702/759] 1239590=fiber/test_sleep
[703/759] 1239590=openssl/test_x509name
[704/759] 1239590=prism/ruby/find_test
[705/759] 1239590=-ext-/wait/test_wait
[706/759] 1239598=psych/test_object_references
[707/759] 1239598=ruby/test_alias
[708/759] 1239590=rubygems/test_gem_requirement
[709/759] 1239590=mkmf/test_sizeof
[710/759] 1239604=rubygems/test_gem_commands_build_command
[711/759] 1239598=ruby/test_compile_prism
[712/759] 1239608=ruby/enc/test_euc_tw
[713/759] 1239608=rubygems/test_gem_security
[714/759] 1239611=prism/api/command_line_test
[715/759] 1239611=rubygems/test_gem_commands_info_command
[716/759] 1239611=ruby/test_io_timeout
[717/759] 1239611=date/test_date_new
[718/759] 1239611=ruby/test_system
[719/759] 1239604=ruby/enc/test_emoji_breaks
[720/759] 1239604=-ext-/test_notimplement
[721/759] 1239604=-ext-/test_bug-3571
[722/759] 1239604=-ext-/box/test_load_ext
[723/759] 1239604=mmtk/test_configuration
[724/759] 1239604=ruby/test_comparable
[725/759] 1239604=ruby/test_dup
[726/759] 1239598=ruby/test_require
[727/759] 1239587=stringio/test_stringio
[728/759] 1239604=resolv/test_dns
[729/759] 1239587=rubygems/test_gem_path_support
[730/759] 1239587=prism/result/constant_path_node_test
[731/759] 1239587=-ext-/gvl/test_ubf_async_safe
[732/759] 1239587=psych/test_array
[733/759] 1239587=prism/ruby/parser_test
[734/759] 1239587=prism/snippets_test
[735/759] 1239617=prism/newline_test
[736/759] 1239617=psych/test_psych_set
[737/759] 1239617=prism/result/heredoc_test
[738/759] 1239617=rubygems/test_webauthn_listener_response
[739/759] 1239617=optparse/test_switch
[740/759] 1239617=rubygems/test_gem_bundler_version_finder
[741/759] 1239617=-ext-/win32/test_console_attr
[742/759] 1239617=ruby/test_super
[743/759] 1239611=mkmf/test_libs
[744/759] 1239611=dtrace/test_gc
[745/759] 1239611=ruby/test_math
[746/759] 1239611=test_time
[747/759] 1239611=json/json_encoding_test
[748/759] 1239604=psych/test_struct
[749/759] 1239611=prism/onigmo_test
[750/759] 1239611=-ext-/string/test_rb_str_dup
[751/759] 1239604=prism/fuzzer_test
[752/759] 1239611=ruby/test_ast
[753/759] 1239604=ruby/test_case
[754/759] 1239604=-ext-/test_bug-5832
[755/759] 1239604=-ext-/popen_deadlock/test_popen_deadlock
[756/759] 1239608=optparse/test_autoconf
[757/759] 1239608=optparse/test_did_you_mean
[758/759] 1239608=digest/test_digest_extend
[759/759] 1239617=rubygems/test_gem_safe_yaml
Finished tests in 345.674713s, 100.2937 tests/s, 21018.0228 assertions/s.
34669 tests, 7265399 assertions, 0 failures, 0 errors, 179 skips

ruby -v: ruby 4.1.0dev (2026-03-23T07:25:30Z master 8107c2e139) +PRISM [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j16'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = clang-17
	LD = ld
	LDSHARED = clang-17 -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fsanitize=address -fno-omit-frame-pointer -DUSE_MN_THREADS=0 -fdeclspec  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wextra-tokens -Wdeprecated-declarations -Wdivision-by-zero -Wdiv-by-zero -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wunused-variable -Wmisleading-indentation -Wshorten-64-to-32 -Wundef  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -DPRISM_XALLOCATOR -I. -I.ext/include/x86_64-linux -I.ext/include -I/tmp/ruby/src/trunk_asan/include -I/tmp/ruby/src/trunk_asan -I/tmp/ruby/src/trunk_asan/prism -I/tmp/ruby/src/trunk_asan/enc/unicode/17.0.0   -Dmodular_gc_dir=
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2021 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/yjit/src/lib.rs'
	ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --cfg feature="stats_allocator" -g -C lto=thin -C opt-level=3 -C overflow-checks=on --edition=2024 '--out-dir=/tmp/ruby/build/trunk_asan/target/release/' '/tmp/ruby/src/trunk_asan/zjit/src/lib.rs'
Ubuntu clang version 17.0.6 (9ubuntu1)
Target: x86_64-pc-linux-gnu
Thread model: posix
InstalledDir: /usr/bin
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/bigdecimal-4.0.1/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/debug-1.11.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/fiddle-1.1.8/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/rbs-3.10.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan/.bundle/gems/syslog-0.4.0/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_asan'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
make[1]: Entering directory '/tmp/ruby/build/trunk_asan'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_asan'
ruby 4.1.0dev (2026-03-23T07:25:30Z master 8107c2e139) +PRISM [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ............................................................
  3420 ..........

Finished in 39.678609 seconds

3429 files, 34260 examples, 195220 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j16'" exit with 0.
raw logfile