# Logfile created on 2024-02-15 11:20:58 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055c812d4a258 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="master-no-rjit", @TARGET_SRC_DIR="/tmp/ruby/src/master-no-rjit", @TARGET_BUILD_DIR="/tmp/ruby/build/master-no-rjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/master-no-rjit", @configure_opts=["--disable-rjit"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.master-no-rjit.20240215-112058", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055c812dd34b8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055c812dd3378 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055c812dd3198 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.master-no-rjit.20240215-112058", @dev=#<File:/home/ko1/ruby/logs/brlog.master-no-rjit.20240215-112058>, @binmode=false, @mon_data=#<Monitor:0x000055c812dd30d0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   926277b..8f926cb  master     -> origin/master
Updating 926277b..8f926cb
Fast-forward
 .github/workflows/macos.yml                        |   2 +-
 .github/workflows/ubuntu.yml                       |   2 +-
 .github/workflows/yjit-ubuntu.yml                  |   2 +-
 bignum.c                                           |  12 +-
 bootstraptest/test_exception.rb                    |   2 +-
 bootstraptest/test_syntax.rb                       |   6 +-
 class.c                                            |   6 +-
 common.mk                                          |  13 +-
 compile.c                                          |   2 +-
 debug.c                                            |   2 +-
 eval.c                                             |   6 +-
 eval_error.c                                       |   6 +-
 ext/-test-/struct/member.c                         |   2 +-
 file.c                                             |   6 +-
 io.c                                               |   2 +-
 lib/delegate.rb                                    |   4 +-
 lib/fileutils.rb                                   |   4 +-
 lib/irb.rb                                         |   2 +-
 lib/optparse.rb                                    |   2 +-
 lib/ostruct.rb                                     |   2 +-
 lib/pstore.rb                                      |   2 +-
 lib/reline/history.rb                              |   2 +-
 lib/time.rb                                        |   2 +-
 lib/tmpdir.rb                                      |   2 +-
 marshal.c                                          |  12 +-
 numeric.c                                          |  14 +-
 object.c                                           |   6 +-
 parse.y                                            | 182 +++++++++---------
 prism/diagnostic.c                                 |   6 +-
 proc.c                                             |  10 +-
 range.c                                            |   2 +-
 rjit.c                                             |   2 +-
 ruby.c                                             |  16 +-
 signal.c                                           |   2 +-
 spec/bundled_gems.mspec                            |   6 +
 spec/bundler/bundler/bundler_spec.rb               |   2 +-
 spec/bundler/commands/exec_spec.rb                 |   5 +-
 spec/bundler/runtime/setup_spec.rb                 |   2 +-
 spec/default.mspec                                 |  12 +-
 spec/ruby/command_line/backtrace_limit_spec.rb     |  87 +++++++--
 .../basicobject/singleton_method_added_spec.rb     |   8 +-
 spec/ruby/core/class/attached_object_spec.rb       |   6 +-
 spec/ruby/core/enumerator/product/each_spec.rb     |   2 +-
 spec/ruby/core/enumerator/product_spec.rb          |   2 +-
 spec/ruby/core/exception/backtrace_spec.rb         |  27 ++-
 spec/ruby/core/exception/full_message_spec.rb      |   6 +-
 spec/ruby/core/exception/interrupt_spec.rb         |   2 +-
 spec/ruby/core/exception/no_method_error_spec.rb   |   6 +-
 spec/ruby/core/exception/to_s_spec.rb              |   2 +-
 spec/ruby/core/exception/top_level_spec.rb         |  13 +-
 spec/ruby/core/integer/coerce_spec.rb              |  13 --
 spec/ruby/core/io/pwrite_spec.rb                   |   2 +-
 spec/ruby/core/kernel/caller_locations_spec.rb     |  30 ++-
 spec/ruby/core/kernel/caller_spec.rb               |  10 +-
 spec/ruby/core/kernel/eval_spec.rb                 |   2 +-
 spec/ruby/core/kernel/public_send_spec.rb          |   4 +-
 spec/ruby/core/marshal/dump_spec.rb                |   2 +-
 spec/ruby/core/module/ruby2_keywords_spec.rb       |   2 +-
 spec/ruby/core/module/undef_method_spec.rb         |  10 +-
 .../objectspace/weakkeymap/element_set_spec.rb     |   2 +-
 spec/ruby/core/rational/coerce_spec.rb             |   6 -
 spec/ruby/core/refinement/import_methods_spec.rb   |   4 +-
 spec/ruby/core/signal/trap_spec.rb                 |   4 +-
 spec/ruby/core/symbol/to_proc_spec.rb              |   8 +-
 .../backtrace/location/absolute_path_spec.rb       |   2 +-
 .../core/thread/backtrace/location/label_spec.rb   |  10 +-
 spec/ruby/core/thread/backtrace_locations_spec.rb  |   2 +-
 spec/ruby/core/thread/backtrace_spec.rb            |   2 +-
 spec/ruby/core/thread/report_on_exception_spec.rb  |  10 +-
 spec/ruby/core/time/at_spec.rb                     |   7 -
 spec/ruby/core/time/new_spec.rb                    |  16 +-
 spec/ruby/core/tracepoint/inspect_spec.rb          |   6 +-
 spec/ruby/language/numbered_parameters_spec.rb     |   2 +-
 spec/ruby/language/predefined_spec.rb              |   4 +-
 spec/ruby/language/rescue_spec.rb                  |   2 +-
 spec/ruby/language/variables_spec.rb               |   2 +-
 spec/ruby/library/bigdecimal/core_spec.rb          |  59 ++++++
 spec/ruby/library/bigmath/log_spec.rb              |  10 -
 .../ruby/library/{net => net-ftp}/FTPError_spec.rb |   0
 .../library/{net => net-ftp}/FTPPermError_spec.rb  |   0
 .../library/{net => net-ftp}/FTPProtoError_spec.rb |   0
 .../library/{net => net-ftp}/FTPReplyError_spec.rb |   0
 .../library/{net => net-ftp}/FTPTempError_spec.rb  |   0
 .../library/{net/ftp => net-ftp}/abort_spec.rb     |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/acct_spec.rb |   2 +-
 .../library/{net/ftp => net-ftp}/binary_spec.rb    |   2 +-
 .../library/{net/ftp => net-ftp}/chdir_spec.rb     |   2 +-
 .../library/{net/ftp => net-ftp}/close_spec.rb     |   2 +-
 .../library/{net/ftp => net-ftp}/closed_spec.rb    |   2 +-
 .../library/{net/ftp => net-ftp}/connect_spec.rb   |   2 +-
 .../{net/ftp => net-ftp}/debug_mode_spec.rb        |   2 +-
 .../{net/ftp => net-ftp}/default_passive_spec.rb   |   2 +-
 .../library/{net/ftp => net-ftp}/delete_spec.rb    |   2 +-
 spec/ruby/library/{net/ftp => net-ftp}/dir_spec.rb |   2 +-
 .../ftp => net-ftp}/fixtures/default_passive.rb    |   0
 .../{net/ftp => net-ftp}/fixtures/passive.rb       |   0
 .../{net/ftp => net-ftp}/fixtures/putbinaryfile    |   0
 .../{net/ftp => net-ftp}/fixtures/puttextfile      |   0
 .../{net/ftp => net-ftp}/fixtures/server.rb        |   0
 spec/ruby/library/{net/ftp => net-ftp}/get_spec.rb |   2 +-
 .../{net/ftp => net-ftp}/getbinaryfile_spec.rb     |   2 +-
 .../library/{net/ftp => net-ftp}/getdir_spec.rb    |   2 +-
 .../{net/ftp => net-ftp}/gettextfile_spec.rb       |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/help_spec.rb |   2 +-
 .../{net/ftp => net-ftp}/initialize_spec.rb        |   2 +-
 .../ftp => net-ftp}/last_response_code_spec.rb     |   2 +-
 .../{net/ftp => net-ftp}/last_response_spec.rb     |   2 +-
 .../library/{net/ftp => net-ftp}/lastresp_spec.rb  |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/list_spec.rb |   2 +-
 .../library/{net/ftp => net-ftp}/login_spec.rb     |   2 +-
 spec/ruby/library/{net/ftp => net-ftp}/ls_spec.rb  |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/mdtm_spec.rb |   2 +-
 .../library/{net/ftp => net-ftp}/mkdir_spec.rb     |   2 +-
 .../library/{net/ftp => net-ftp}/mtime_spec.rb     |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/nlst_spec.rb |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/noop_spec.rb |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/open_spec.rb |   2 +-
 .../library/{net/ftp => net-ftp}/passive_spec.rb   |   2 +-
 spec/ruby/library/{net/ftp => net-ftp}/put_spec.rb |   2 +-
 .../{net/ftp => net-ftp}/putbinaryfile_spec.rb     |   2 +-
 .../{net/ftp => net-ftp}/puttextfile_spec.rb       |   2 +-
 spec/ruby/library/{net/ftp => net-ftp}/pwd_spec.rb |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/quit_spec.rb |   2 +-
 .../library/{net/ftp => net-ftp}/rename_spec.rb    |   2 +-
 .../library/{net/ftp => net-ftp}/resume_spec.rb    |   2 +-
 .../{net/ftp => net-ftp}/retrbinary_spec.rb        |   2 +-
 .../library/{net/ftp => net-ftp}/retrlines_spec.rb |   2 +-
 .../{net/ftp => net-ftp}/return_code_spec.rb       |   2 +-
 .../library/{net/ftp => net-ftp}/rmdir_spec.rb     |   2 +-
 .../library/{net/ftp => net-ftp}/sendcmd_spec.rb   |   2 +-
 .../{net/ftp => net-ftp}/set_socket_spec.rb        |   2 +-
 .../{net/ftp => net-ftp}/shared/getbinaryfile.rb   |   0
 .../{net/ftp => net-ftp}/shared/gettextfile.rb     |   0
 .../ftp => net-ftp}/shared/last_response_code.rb   |   0
 .../library/{net/ftp => net-ftp}/shared/list.rb    |   0
 .../{net/ftp => net-ftp}/shared/putbinaryfile.rb   |   0
 .../{net/ftp => net-ftp}/shared/puttextfile.rb     |   0
 .../library/{net/ftp => net-ftp}/shared/pwd.rb     |   0
 .../ruby/library/{net/ftp => net-ftp}/site_spec.rb |   2 +-
 .../ruby/library/{net/ftp => net-ftp}/size_spec.rb |   2 +-
 .../library/{net/ftp => net-ftp}/spec_helper.rb    |   0
 .../library/{net/ftp => net-ftp}/status_spec.rb    |   2 +-
 .../{net/ftp => net-ftp}/storbinary_spec.rb        |   2 +-
 .../library/{net/ftp => net-ftp}/storlines_spec.rb |   2 +-
 .../library/{net/ftp => net-ftp}/system_spec.rb    |   2 +-
 .../library/{net/ftp => net-ftp}/voidcmd_spec.rb   |   2 +-
 .../library/{net/ftp => net-ftp}/welcome_spec.rb   |   2 +-
 .../{net/http => net-http}/HTTPBadResponse_spec.rb |   2 +-
 .../http => net-http}/HTTPClientExcepton_spec.rb   |   2 +-
 .../{net/http => net-http}/HTTPError_spec.rb       |   2 +-
 .../{net/http => net-http}/HTTPFatalError_spec.rb  |   2 +-
 .../HTTPHeaderSyntaxError_spec.rb                  |   2 +-
 .../http => net-http}/HTTPRetriableError_spec.rb   |   2 +-
 .../http => net-http}/HTTPServerException_spec.rb  |   2 +-
 .../{net/http => net-http}/http/Proxy_spec.rb      |   2 +-
 .../{net/http => net-http}/http/active_spec.rb     |   2 +-
 .../{net/http => net-http}/http/address_spec.rb    |   2 +-
 .../http/close_on_empty_response_spec.rb           |   2 +-
 .../{net/http => net-http}/http/copy_spec.rb       |   2 +-
 .../http => net-http}/http/default_port_spec.rb    |   2 +-
 .../{net/http => net-http}/http/delete_spec.rb     |   2 +-
 .../{net/http => net-http}/http/finish_spec.rb     |   2 +-
 .../http => net-http}/http/fixtures/http_server.rb |   0
 .../{net/http => net-http}/http/get2_spec.rb       |   2 +-
 .../{net/http => net-http}/http/get_print_spec.rb  |   2 +-
 .../http => net-http}/http/get_response_spec.rb    |   2 +-
 .../{net/http => net-http}/http/get_spec.rb        |   2 +-
 .../{net/http => net-http}/http/head2_spec.rb      |   2 +-
 .../{net/http => net-http}/http/head_spec.rb       |   2 +-
 .../http/http_default_port_spec.rb                 |   2 +-
 .../http/https_default_port_spec.rb                |   2 +-
 .../{net/http => net-http}/http/initialize_spec.rb |   2 +-
 .../{net/http => net-http}/http/inspect_spec.rb    |   2 +-
 .../http => net-http}/http/is_version_1_1_spec.rb  |   2 +-
 .../http => net-http}/http/is_version_1_2_spec.rb  |   2 +-
 .../{net/http => net-http}/http/lock_spec.rb       |   2 +-
 .../{net/http => net-http}/http/mkcol_spec.rb      |   2 +-
 .../{net/http => net-http}/http/move_spec.rb       |   2 +-
 .../{net/http => net-http}/http/new_spec.rb        |   2 +-
 .../{net/http => net-http}/http/newobj_spec.rb     |   2 +-
 .../http => net-http}/http/open_timeout_spec.rb    |   2 +-
 .../{net/http => net-http}/http/options_spec.rb    |   2 +-
 .../{net/http => net-http}/http/port_spec.rb       |   2 +-
 .../{net/http => net-http}/http/post2_spec.rb      |   2 +-
 .../{net/http => net-http}/http/post_form_spec.rb  |   2 +-
 .../{net/http => net-http}/http/post_spec.rb       |   2 +-
 .../{net/http => net-http}/http/propfind_spec.rb   |   2 +-
 .../{net/http => net-http}/http/proppatch_spec.rb  |   2 +-
 .../http => net-http}/http/proxy_address_spec.rb   |   2 +-
 .../http => net-http}/http/proxy_class_spec.rb     |   2 +-
 .../{net/http => net-http}/http/proxy_pass_spec.rb |   2 +-
 .../{net/http => net-http}/http/proxy_port_spec.rb |   2 +-
 .../{net/http => net-http}/http/proxy_user_spec.rb |   2 +-
 .../{net/http => net-http}/http/put2_spec.rb       |   2 +-
 .../{net/http => net-http}/http/put_spec.rb        |   2 +-
 .../http => net-http}/http/read_timeout_spec.rb    |   2 +-
 .../http => net-http}/http/request_get_spec.rb     |   2 +-
 .../http => net-http}/http/request_head_spec.rb    |   2 +-
 .../http => net-http}/http/request_post_spec.rb    |   2 +-
 .../http => net-http}/http/request_put_spec.rb     |   2 +-
 .../{net/http => net-http}/http/request_spec.rb    |   2 +-
 .../http => net-http}/http/request_types_spec.rb   |   2 +-
 .../http => net-http}/http/send_request_spec.rb    |   2 +-
 .../http/set_debug_output_spec.rb                  |   2 +-
 .../http => net-http}/http/shared/request_get.rb   |   0
 .../http => net-http}/http/shared/request_head.rb  |   0
 .../http => net-http}/http/shared/request_post.rb  |   0
 .../http => net-http}/http/shared/request_put.rb   |   0
 .../{net/http => net-http}/http/shared/started.rb  |   0
 .../http => net-http}/http/shared/version_1_1.rb   |   0
 .../http => net-http}/http/shared/version_1_2.rb   |   0
 .../http => net-http}/http/socket_type_spec.rb     |   2 +-
 .../{net/http => net-http}/http/start_spec.rb      |   2 +-
 .../{net/http => net-http}/http/started_spec.rb    |   2 +-
 .../{net/http => net-http}/http/trace_spec.rb      |   2 +-
 .../{net/http => net-http}/http/unlock_spec.rb     |   2 +-
 .../{net/http => net-http}/http/use_ssl_spec.rb    |   2 +-
 .../http => net-http}/http/version_1_1_spec.rb     |   2 +-
 .../http => net-http}/http/version_1_2_spec.rb     |   2 +-
 .../httpexceptions/fixtures/classes.rb             |   0
 .../httpexceptions/initialize_spec.rb              |   2 +-
 .../httpexceptions/response_spec.rb                |   2 +-
 .../httpgenericrequest/body_exist_spec.rb          |   2 +-
 .../httpgenericrequest/body_spec.rb                |   2 +-
 .../httpgenericrequest/body_stream_spec.rb         |   2 +-
 .../httpgenericrequest/exec_spec.rb                |   2 +-
 .../httpgenericrequest/inspect_spec.rb             |   2 +-
 .../httpgenericrequest/method_spec.rb              |   2 +-
 .../httpgenericrequest/path_spec.rb                |   2 +-
 .../request_body_permitted_spec.rb                 |   2 +-
 .../response_body_permitted_spec.rb                |   2 +-
 .../httpgenericrequest/set_body_internal_spec.rb   |   2 +-
 .../http => net-http}/httpheader/add_field_spec.rb |   2 +-
 .../httpheader/basic_auth_spec.rb                  |   2 +-
 .../httpheader/canonical_each_spec.rb              |   2 +-
 .../http => net-http}/httpheader/chunked_spec.rb   |   2 +-
 .../httpheader/content_length_spec.rb              |   2 +-
 .../httpheader/content_range_spec.rb               |   2 +-
 .../httpheader/content_type_spec.rb                |   2 +-
 .../http => net-http}/httpheader/delete_spec.rb    |   2 +-
 .../httpheader/each_capitalized_name_spec.rb       |   2 +-
 .../httpheader/each_capitalized_spec.rb            |   2 +-
 .../httpheader/each_header_spec.rb                 |   2 +-
 .../http => net-http}/httpheader/each_key_spec.rb  |   2 +-
 .../http => net-http}/httpheader/each_name_spec.rb |   2 +-
 .../{net/http => net-http}/httpheader/each_spec.rb |   2 +-
 .../httpheader/each_value_spec.rb                  |   2 +-
 .../httpheader/element_reference_spec.rb           |   2 +-
 .../httpheader/element_set_spec.rb                 |   2 +-
 .../http => net-http}/httpheader/fetch_spec.rb     |   2 +-
 .../httpheader/fixtures/classes.rb                 |   0
 .../http => net-http}/httpheader/form_data_spec.rb |   2 +-
 .../httpheader/get_fields_spec.rb                  |   2 +-
 .../httpheader/initialize_http_header_spec.rb      |   2 +-
 .../{net/http => net-http}/httpheader/key_spec.rb  |   2 +-
 .../http => net-http}/httpheader/length_spec.rb    |   2 +-
 .../http => net-http}/httpheader/main_type_spec.rb |   2 +-
 .../httpheader/proxy_basic_auth_spec.rb            |   2 +-
 .../httpheader/range_length_spec.rb                |   2 +-
 .../http => net-http}/httpheader/range_spec.rb     |   2 +-
 .../httpheader/set_content_type_spec.rb            |   2 +-
 .../httpheader/set_form_data_spec.rb               |   2 +-
 .../http => net-http}/httpheader/set_range_spec.rb |   2 +-
 .../httpheader/shared/each_capitalized.rb          |   0
 .../httpheader/shared/each_header.rb               |   0
 .../httpheader/shared/each_name.rb                 |   0
 .../httpheader/shared/set_content_type.rb          |   0
 .../httpheader/shared/set_form_data.rb             |   0
 .../httpheader/shared/set_range.rb                 |   0
 .../http => net-http}/httpheader/shared/size.rb    |   0
 .../{net/http => net-http}/httpheader/size_spec.rb |   2 +-
 .../http => net-http}/httpheader/sub_type_spec.rb  |   2 +-
 .../http => net-http}/httpheader/to_hash_spec.rb   |   2 +-
 .../httpheader/type_params_spec.rb                 |   2 +-
 .../httprequest/initialize_spec.rb                 |   2 +-
 .../httpresponse/body_permitted_spec.rb            |   2 +-
 .../http => net-http}/httpresponse/body_spec.rb    |   2 +-
 .../http => net-http}/httpresponse/code_spec.rb    |   2 +-
 .../httpresponse/code_type_spec.rb                 |   2 +-
 .../http => net-http}/httpresponse/entity_spec.rb  |   2 +-
 .../http => net-http}/httpresponse/error_spec.rb   |   2 +-
 .../httpresponse/error_type_spec.rb                |   2 +-
 .../httpresponse/exception_type_spec.rb            |   2 +-
 .../http => net-http}/httpresponse/header_spec.rb  |   2 +-
 .../httpresponse/http_version_spec.rb              |   2 +-
 .../httpresponse/initialize_spec.rb                |   2 +-
 .../http => net-http}/httpresponse/inspect_spec.rb |   2 +-
 .../http => net-http}/httpresponse/message_spec.rb |   2 +-
 .../http => net-http}/httpresponse/msg_spec.rb     |   2 +-
 .../httpresponse/read_body_spec.rb                 |   2 +-
 .../httpresponse/read_header_spec.rb               |   2 +-
 .../httpresponse/read_new_spec.rb                  |   2 +-
 .../httpresponse/reading_body_spec.rb              |   2 +-
 .../httpresponse/response_spec.rb                  |   2 +-
 .../http => net-http}/httpresponse/shared/body.rb  |   0
 .../http => net-http}/httpresponse/value_spec.rb   |   2 +-
 spec/ruby/library/socket/tcpserver/accept_spec.rb  |   2 +-
 spec/ruby/shared/rational/coerce.rb                |  34 ----
 string.c                                           |   2 +-
 struct.c                                           |   2 +-
 test/-ext-/debug/test_debug.rb                     |   2 +-
 test/-ext-/marshal/test_internal_ivar.rb           |   2 +-
 test/-ext-/test_bug-3571.rb                        |   4 +-
 .../core_ext/test_name_error_extension.rb          |   2 +-
 test/error_highlight/test_error_highlight.rb       |  18 +-
 test/irb/test_context.rb                           | 106 +++++-----
 test/irb/test_eval_history.rb                      |   2 +-
 test/irb/test_raise_exception.rb                   |   2 +-
 test/prism/errors_test.rb                          |   4 +-
 test/ripper/test_lexer.rb                          |   2 +-
 test/ripper/test_parser_events.rb                  |  16 +-
 test/ruby/test_backtrace.rb                        |  28 +--
 test/ruby/test_beginendblock.rb                    |   2 +-
 test/ruby/test_class.rb                            |   6 +-
 test/ruby/test_exception.rb                        |  10 +-
 test/ruby/test_iseq.rb                             |   6 +-
 test/ruby/test_method.rb                           |   4 +-
 test/ruby/test_module.rb                           |   4 +-
 test/ruby/test_nomethod_error.rb                   |   2 +-
 test/ruby/test_object.rb                           |   6 +-
 test/ruby/test_parse.rb                            |  22 +--
 test/ruby/test_rubyoptions.rb                      |  14 +-
 test/ruby/test_settracefunc.rb                     |   4 +-
 test/ruby/test_syntax.rb                           |  18 +-
 test/rubygems/test_rubygems.rb                     |   2 +-
 test/test_forwardable.rb                           |   2 +-
 thread.c                                           |   2 +-
 time.c                                             |   8 +-
 tool/lib/test/unit.rb                              |   2 +-
 variable.c                                         |   8 +-
 vm.c                                               |   6 +-
 vm_backtrace.c                                     | 213 +++++++++++----------
 vm_eval.c                                          |  20 +-
 vm_method.c                                        |  12 +-
 vm_trace.c                                         |   4 +-
 win32/file.c                                       |   6 +-
 336 files changed, 920 insertions(+), 821 deletions(-)
 create mode 100644 spec/bundled_gems.mspec
 delete mode 100644 spec/ruby/core/rational/coerce_spec.rb
 create mode 100644 spec/ruby/library/bigdecimal/core_spec.rb
 delete mode 100644 spec/ruby/library/bigmath/log_spec.rb
 rename spec/ruby/library/{net => net-ftp}/FTPError_spec.rb (100%)
 rename spec/ruby/library/{net => net-ftp}/FTPPermError_spec.rb (100%)
 rename spec/ruby/library/{net => net-ftp}/FTPProtoError_spec.rb (100%)
 rename spec/ruby/library/{net => net-ftp}/FTPReplyError_spec.rb (100%)
 rename spec/ruby/library/{net => net-ftp}/FTPTempError_spec.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/abort_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/acct_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/binary_spec.rb (92%)
 rename spec/ruby/library/{net/ftp => net-ftp}/chdir_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/close_spec.rb (95%)
 rename spec/ruby/library/{net/ftp => net-ftp}/closed_spec.rb (92%)
 rename spec/ruby/library/{net/ftp => net-ftp}/connect_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/debug_mode_spec.rb (93%)
 rename spec/ruby/library/{net/ftp => net-ftp}/default_passive_spec.rb (85%)
 rename spec/ruby/library/{net/ftp => net-ftp}/delete_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/dir_spec.rb (84%)
 rename spec/ruby/library/{net/ftp => net-ftp}/fixtures/default_passive.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/fixtures/passive.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/fixtures/putbinaryfile (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/fixtures/puttextfile (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/fixtures/server.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/get_spec.rb (92%)
 rename spec/ruby/library/{net/ftp => net-ftp}/getbinaryfile_spec.rb (86%)
 rename spec/ruby/library/{net/ftp => net-ftp}/getdir_spec.rb (81%)
 rename spec/ruby/library/{net/ftp => net-ftp}/gettextfile_spec.rb (85%)
 rename spec/ruby/library/{net/ftp => net-ftp}/help_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/initialize_spec.rb (99%)
 rename spec/ruby/library/{net/ftp => net-ftp}/last_response_code_spec.rb (87%)
 rename spec/ruby/library/{net/ftp => net-ftp}/last_response_spec.rb (94%)
 rename spec/ruby/library/{net/ftp => net-ftp}/lastresp_spec.rb (86%)
 rename spec/ruby/library/{net/ftp => net-ftp}/list_spec.rb (84%)
 rename spec/ruby/library/{net/ftp => net-ftp}/login_spec.rb (99%)
 rename spec/ruby/library/{net/ftp => net-ftp}/ls_spec.rb (84%)
 rename spec/ruby/library/{net/ftp => net-ftp}/mdtm_spec.rb (96%)
 rename spec/ruby/library/{net/ftp => net-ftp}/mkdir_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/mtime_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/nlst_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/noop_spec.rb (96%)
 rename spec/ruby/library/{net/ftp => net-ftp}/open_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/passive_spec.rb (94%)
 rename spec/ruby/library/{net/ftp => net-ftp}/put_spec.rb (92%)
 rename spec/ruby/library/{net/ftp => net-ftp}/putbinaryfile_spec.rb (86%)
 rename spec/ruby/library/{net/ftp => net-ftp}/puttextfile_spec.rb (85%)
 rename spec/ruby/library/{net/ftp => net-ftp}/pwd_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/quit_spec.rb (94%)
 rename spec/ruby/library/{net/ftp => net-ftp}/rename_spec.rb (99%)
 rename spec/ruby/library/{net/ftp => net-ftp}/resume_spec.rb (93%)
 rename spec/ruby/library/{net/ftp => net-ftp}/retrbinary_spec.rb (95%)
 rename spec/ruby/library/{net/ftp => net-ftp}/retrlines_spec.rb (96%)
 rename spec/ruby/library/{net/ftp => net-ftp}/return_code_spec.rb (93%)
 rename spec/ruby/library/{net/ftp => net-ftp}/rmdir_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/sendcmd_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/set_socket_spec.rb (87%)
 rename spec/ruby/library/{net/ftp => net-ftp}/shared/getbinaryfile.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/shared/gettextfile.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/shared/last_response_code.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/shared/list.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/shared/putbinaryfile.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/shared/puttextfile.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/shared/pwd.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/site_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/size_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/spec_helper.rb (100%)
 rename spec/ruby/library/{net/ftp => net-ftp}/status_spec.rb (98%)
 rename spec/ruby/library/{net/ftp => net-ftp}/storbinary_spec.rb (96%)
 rename spec/ruby/library/{net/ftp => net-ftp}/storlines_spec.rb (96%)
 rename spec/ruby/library/{net/ftp => net-ftp}/system_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/voidcmd_spec.rb (97%)
 rename spec/ruby/library/{net/ftp => net-ftp}/welcome_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/HTTPBadResponse_spec.rb (79%)
 rename spec/ruby/library/{net/http => net-http}/HTTPClientExcepton_spec.rb (87%)
 rename spec/ruby/library/{net/http => net-http}/HTTPError_spec.rb (86%)
 rename spec/ruby/library/{net/http => net-http}/HTTPFatalError_spec.rb (87%)
 rename spec/ruby/library/{net/http => net-http}/HTTPHeaderSyntaxError_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/HTTPRetriableError_spec.rb (88%)
 rename spec/ruby/library/{net/http => net-http}/HTTPServerException_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/http/Proxy_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/http/active_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/address_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/close_on_empty_response_spec.rb (84%)
 rename spec/ruby/library/{net/http => net-http}/http/copy_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/http/default_port_spec.rb (75%)
 rename spec/ruby/library/{net/http => net-http}/http/delete_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/http/finish_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/fixtures/http_server.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/get2_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/get_print_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/http/get_response_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/http/get_spec.rb (98%)
 rename spec/ruby/library/{net/http => net-http}/http/head2_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/head_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/http_default_port_spec.rb (76%)
 rename spec/ruby/library/{net/http => net-http}/http/https_default_port_spec.rb (77%)
 rename spec/ruby/library/{net/http => net-http}/http/initialize_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/http/inspect_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/is_version_1_1_spec.rb (79%)
 rename spec/ruby/library/{net/http => net-http}/http/is_version_1_2_spec.rb (79%)
 rename spec/ruby/library/{net/http => net-http}/http/lock_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/http/mkcol_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/http/move_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/new_spec.rb (98%)
 rename spec/ruby/library/{net/http => net-http}/http/newobj_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/http/open_timeout_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/options_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/port_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/post2_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/post_form_spec.rb (91%)
 rename spec/ruby/library/{net/http => net-http}/http/post_spec.rb (98%)
 rename spec/ruby/library/{net/http => net-http}/http/propfind_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/proppatch_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/proxy_address_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/http/proxy_class_spec.rb (84%)
 rename spec/ruby/library/{net/http => net-http}/http/proxy_pass_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/http/proxy_port_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/http/proxy_user_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/http/put2_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/put_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/read_timeout_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/request_get_spec.rb (81%)
 rename spec/ruby/library/{net/http => net-http}/http/request_head_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/http/request_post_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/http/request_put_spec.rb (81%)
 rename spec/ruby/library/{net/http => net-http}/http/request_spec.rb (98%)
 rename spec/ruby/library/{net/http => net-http}/http/request_types_spec.rb (99%)
 rename spec/ruby/library/{net/http => net-http}/http/send_request_spec.rb (97%)
 rename spec/ruby/library/{net/http => net-http}/http/set_debug_output_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/http/shared/request_get.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/shared/request_head.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/shared/request_post.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/shared/request_put.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/shared/started.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/shared/version_1_1.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/shared/version_1_2.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/http/socket_type_spec.rb (77%)
 rename spec/ruby/library/{net/http => net-http}/http/start_spec.rb (98%)
 rename spec/ruby/library/{net/http => net-http}/http/started_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/http/trace_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/unlock_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/http/use_ssl_spec.rb (78%)
 rename spec/ruby/library/{net/http => net-http}/http/version_1_1_spec.rb (78%)
 rename spec/ruby/library/{net/http => net-http}/http/version_1_2_spec.rb (90%)
 rename spec/ruby/library/{net/http => net-http}/httpexceptions/fixtures/classes.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpexceptions/initialize_spec.rb (91%)
 rename spec/ruby/library/{net/http => net-http}/httpexceptions/response_spec.rb (86%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/body_exist_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/body_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/body_stream_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/exec_spec.rb (99%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/inspect_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/method_spec.rb (91%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/path_spec.rb (89%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/request_body_permitted_spec.rb (90%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/response_body_permitted_spec.rb (90%)
 rename spec/ruby/library/{net/http => net-http}/httpgenericrequest/set_body_internal_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/add_field_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/basic_auth_spec.rb (90%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/canonical_each_spec.rb (83%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/chunked_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/content_length_spec.rb (97%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/content_range_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/content_type_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/delete_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/each_capitalized_name_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/each_capitalized_spec.rb (83%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/each_header_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/each_key_spec.rb (81%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/each_name_spec.rb (81%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/each_spec.rb (81%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/each_value_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/element_reference_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/element_set_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/fetch_spec.rb (98%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/fixtures/classes.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/form_data_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/get_fields_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/initialize_http_header_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/key_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/length_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/main_type_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/proxy_basic_auth_spec.rb (90%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/range_length_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/range_spec.rb (97%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/set_content_type_spec.rb (83%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/set_form_data_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/set_range_spec.rb (81%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/shared/each_capitalized.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/shared/each_header.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/shared/each_name.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/shared/set_content_type.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/shared/set_form_data.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/shared/set_range.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/shared/size.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/size_spec.rb (80%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/sub_type_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/to_hash_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpheader/type_params_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httprequest/initialize_spec.rb (96%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/body_permitted_spec.rb (91%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/body_spec.rb (76%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/code_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/code_type_spec.rb (94%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/entity_spec.rb (77%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/error_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/error_type_spec.rb (95%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/exception_type_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/header_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/http_version_spec.rb (88%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/initialize_spec.rb (90%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/inspect_spec.rb (92%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/message_spec.rb (83%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/msg_spec.rb (83%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/read_body_spec.rb (98%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/read_header_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/read_new_spec.rb (93%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/reading_body_spec.rb (97%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/response_spec.rb (82%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/shared/body.rb (100%)
 rename spec/ruby/library/{net/http => net-http}/httpresponse/value_spec.rb (95%)
 delete mode 100644 spec/ruby/shared/rational/coerce.rb
Latest commit hash = 8f926cb8d8
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/master-no-rjit/common.mk > uncommon.mk
generating parse.c
generating /tmp/ruby/src/master-no-rjit/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
extracting ripper.y from ../../parse.y
/tmp/ruby/src/master-no-rjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
/bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
generating /tmp/ruby/src/master-no-rjit/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
generating /tmp/ruby/src/master-no-rjit/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
generating /tmp/ruby/src/master-no-rjit/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
generating /tmp/ruby/src/master-no-rjit/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/master-no-rjit/ext/ripper'
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/master-no-rjit/bignum.c
compiling /tmp/ruby/src/master-no-rjit/class.c
compiling /tmp/ruby/src/master-no-rjit/compile.c
compiling /tmp/ruby/src/master-no-rjit/debug.c
compiling /tmp/ruby/src/master-no-rjit/eval.c
compiling /tmp/ruby/src/master-no-rjit/file.c
compiling /tmp/ruby/src/master-no-rjit/io.c
compiling /tmp/ruby/src/master-no-rjit/marshal.c
compiling /tmp/ruby/src/master-no-rjit/rjit.c
compiling /tmp/ruby/src/master-no-rjit/numeric.c
compiling /tmp/ruby/src/master-no-rjit/object.c
compiling parse.c
compiling /tmp/ruby/src/master-no-rjit/proc.c
compiling /tmp/ruby/src/master-no-rjit/range.c
compiling /tmp/ruby/src/master-no-rjit/ruby.c
compiling /tmp/ruby/src/master-no-rjit/signal.c
compiling /tmp/ruby/src/master-no-rjit/string.c
compiling /tmp/ruby/src/master-no-rjit/struct.c
compiling /tmp/ruby/src/master-no-rjit/thread.c
compiling /tmp/ruby/src/master-no-rjit/time.c
compiling /tmp/ruby/src/master-no-rjit/variable.c
compiling /tmp/ruby/src/master-no-rjit/version.c
compiling /tmp/ruby/src/master-no-rjit/vm.c
compiling /tmp/ruby/src/master-no-rjit/vm_backtrace.c
compiling /tmp/ruby/src/master-no-rjit/vm_trace.c
compiling /tmp/ruby/src/master-no-rjit/prism/diagnostic.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for '/tmp/ruby/src/master-no-rjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/-test-/struct'
compiling /tmp/ruby/src/master-no-rjit/ext/-test-/struct/member.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
compiling /tmp/ruby/src/master-no-rjit/ext/ripper/eventids1.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
compiling /tmp/ruby/src/master-no-rjit/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/master-no-rjit/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
linking shared-object -test-/struct.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
compiling /tmp/ruby/src/master-no-rjit/ext/ripper/ripper_init.c
checking /tmp/ruby/src/master-no-rjit/parse.y and /tmp/ruby/src/master-no-rjit/ext/ripper/eventids2.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/-test-/struct'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
echo 91fe870eeceb9ffbbc7f1bb4673f9e2f6a2c1f60 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision -
generating encdb.h
/tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision unchanged
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for '/tmp/ruby/src/master-no-rjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
./miniruby -I/tmp/ruby/src/master-no-rjit/lib -I. -I.ext/common  /tmp/ruby/src/master-no-rjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/master-no-rjit/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/master-no-rjit/bin
installing base libraries:          /tmp/ruby/install/master-no-rjit/lib
installing arch files:              /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/master-no-rjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/master-no-rjit/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/master-no-rjit/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/master-no-rjit/bin
installing library scripts:         /tmp/ruby/install/master-no-rjit/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/master-no-rjit/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/master-no-rjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.2
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.23.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.4.0+0
                                    minitest 5.22.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.10
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.10
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
installing bundled gem cache:       /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1892 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/master-no-rjit/include -I/tmp/ruby/src/master-no-rjit -I/tmp/ruby/src/master-no-rjit/prism -I/tmp/ruby/src/master-no-rjit/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/master-no-rjit/yjit/target/release/' /tmp/ruby/src/master-no-rjit/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for '/tmp/ruby/src/master-no-rjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
Run options: 
  --seed=12037
  "--ruby=./miniruby -I/tmp/ruby/src/master-no-rjit/lib -I. -I.ext/common  /tmp/ruby/src/master-no-rjit/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/master-no-rjit/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

[  1/865] 1733833=test_metaclass
[  2/865] 1733833=test_win32ole_type
[  3/865] 1733833=test_rdoc_method_attr
[  4/865] 1733836=test_marshal
[  5/865] 1733834=test_cgi_cookie
[  6/865] 1733837=test_ractor
[  7/865] 1733834=test_ssl
[  8/865] 1733836=test_win32ole_variant
[  9/865] 1733836=test_gem_commands_unpack_command
[ 10/865] 1733833=test_rdoc_markup_include
[ 11/865] 1733833=test_gem
[ 12/865] 1733837=test_cipher
[ 13/865] 1733837=test_new
[ 14/865] 1733837=test_tsort
[ 15/865] 1733837=test_resource
[ 16/865] 1733834=test_gem_rdoc
[ 17/865] 1733837=test_parser
[ 18/865] 1733837=test_resolve_symbol
[ 19/865] 1733837=test_reqarg
[ 20/865] 1733837=test_gem_commands_specification_command
[ 21/865] 1733836=test_case_mapping
[ 22/865] 1733836=test_sleep
[ 23/865] 1733834=test_history
[ 24/865] 1733837=test_cgi_core
[ 25/865] 1733837=test_cparser
[ 26/865] 1733834=test_rdoc_tom_doc
[ 27/865] 1733834=test_extlibs
[ 28/865] 1733837=test_gem_commands_server_command
[ 29/865] 1733837=test_ripper
[ 30/865] 1733837=json_common_interface_test
[ 31/865] 1733837=test_numhash
[ 32/865] 1733837=test_pkey_rsa
[ 33/865] 1733837=test_gem_validator
[ 34/865] 1733837=test_enum
[ 35/865] 1733833=test_instrumentation_api
[ 36/865] 1733836=test_memory_view
[ 37/865] 1733836=test_function
[ 38/865] 1733836=test_config
[ 39/865] 1733836=test_autoload
[ 40/865] 1733837=test_serialize_subclasses
[ 41/865] 1733837=test_class
[ 42/865] 1733837=test_key_error
[ 43/865] 1733837=test_dot_dot
[ 44/865] 1733837=test_rdoc_i18n_locale
[ 45/865] 1733837=test_engine
[ 46/865] 1733837=test_yamlstore
[ 47/865] 1733837=test_jaro_winkler
[ 48/865] 1733837=test_integer
[ 49/865] 1733834=test_verbose
[ 50/865] 1733834=test_popen_deadlock
[ 51/865] 1733833=test_rdoc_markup_to_table_of_contents
[ 52/865] 1733833=test_gem_gem_runner
[ 53/865] 1733833=test_optimization
[ 54/865] 1733834=test_switch_hitter
[ 55/865] 1733834=test_rdoc_generator_pot
[ 56/865] 1733834=test_gc
[ 57/865] 1733837=test_hash_create
[ 58/865] 1733837=test_tree_spell_checker
[ 59/865] 1733837=test_rdoc_markup_pre_process
[ 60/865] 1733837=test_gem_security
[ 61/865] 1733836=test_gem_ext_builder
[ 62/865] 1733836=test_symbol
[ 63/865] 1733836=test_rdoc_generator_markup
[ 64/865] 1733836=test_gem_bundler_version_finder
[ 65/865] 1733836=test_x509name
[ 66/865] 1733836=test_rdoc_token_stream
[ 67/865] 1733836=test_gem_commands_update_command
[ 68/865] 1733833=test_win32ole_variant_outarg
[ 69/865] 1733833=test_emoji_breaks
[ 70/865] 1733837=test_gem_source_fetch_problem
[ 71/865] 1733837=test_key_event_record
[ 72/865] 1733837=test_gem_request_connection_pools
[ 73/865] 1733837=test_rdoc_single_class
[ 74/865] 1733837=test_rdoc_markup_to_html_snippet
[ 75/865] 1733836=test_arity
[ 76/865] 1733836=test_webauthn_listener_response
[ 77/865] 1733837=test_ractor_compatibility
[ 78/865] 1733836=constant_path_node_test
[ 79/865] 1733836=test_member
[ 80/865] 1733836=test_udp
[ 81/865] 1733836=test_shift_jis
[ 82/865] 1733836=test_call
[ 83/865] 1733836=test_evaluation
[ 84/865] 1733836=test_gem_silent_ui
[ 85/865] 1733837=test_default_gems
[ 86/865] 1733836=test_gem_commands_push_command
[ 87/865] 1733837=test_gem_request_set
[ 88/865] 1733836=format_errors_test
[ 89/865] 1733836=test_https
[ 90/865] 1733837=test_io_timeout
[ 91/865] 1733837=test_pty
[ 92/865] 1733834=test_comparable
[ 93/865] 1733834=test_singleton_function
[ 94/865] 1733834=test_gem_commands_build_command
[ 95/865] 1733836=test_gem_package_tar_reader_entry
[ 96/865] 1733837=test_rational2
[ 97/865] 1733837=test_io
[ 98/865] 1733836=test_workspace
[ 99/865] 1733837=test_debug_cmd
[100/865] 1733837=test_euc_tw
[101/865] 1733837=test_locale
[102/865] 1733836=test_ts
[103/865] 1733834=test_gem_update_suggestion
[104/865] 1733837=test_buffering
[105/865] 1733837=test_svcb_https
[106/865] 1733837=test_spell_checker
[107/865] 1733837=test_time_tz
[108/865] 1733834=test_set_len
[109/865] 1733834=test_win32ole_param
[110/865] 1733837=test_range
[111/865] 1733834=test_completion
[112/865] 1733836=test_did_you_mean
[113/865] 1733836=test_nofree
[114/865] 1733836=test_gem_resolver_lock_set
[115/865] 1733836=test_wait
[116/865] 1733833=test_rdoc_alias
[117/865] 1733833=test_document
[118/865] 1733833=test_rdoc_markup_to_html
[119/865] 1733836=test_dns
[120/865] 1733837=test_gem_package_tar_writer
[121/865] 1733833=test_gem_resolver_vendor_specification
[122/865] 1733833=test_load
[123/865] 1733833=test_tempfile
[124/865] 1733836=test_primitive
[125/865] 1733837=test_ossl
[126/865] 1733836=test_gem_local_remote_options
[127/865] 1733836=test_ruby_lex
[128/865] 1733836=test_propertyputref
[129/865] 1733836=test_scalar_scanner
[130/865] 1733836=test_eval
[131/865] 1733833=test_sprintf_comb
[132/865] 1733833=test_gem_source_subpath_problem
[133/865] 1733833=test_gem_commands_outdated_command
[134/865] 1733836=test_rdoc_markup_document
[135/865] 1733836=test_method_cache
[136/865] 1733836=test_gem_ext_rake_builder
[137/865] 1733833=test_alias
[138/865] 1733834=test_rdoc_parser_simple
[139/865] 1733834=test_gem_text
[140/865] 1733833=test_gem_resolver_api_specification
[141/865] 1733834=test_settracefunc
[142/865] 1733833=test_object
[143/865] 1733833=test_encoding
[144/865] 1733833=test_sockopt
[145/865] 1733833=test_io_buffer
[146/865] 1733833=test_win32ole
[147/865] 1733833=test_rubyoptions
[148/865] 1733836=test_load
[149/865] 1733836=test_rdoc_generator_json_index
[150/865] 1733836=test_case
[151/865] 1733836=test_config
[152/865] 1733836=test_module
[153/865] 1733834=test_file
[154/865] 1733834=bom_test
[155/865] 1733834=test_super
[156/865] 1733836=test_ssl
[157/865] 1733837=test_thread_cv
[158/865] 1733834=test_gem_safe_marshal
[159/865] 1733837=test_rdoc_markup_hard_break
[160/865] 1733837=test_rdoc_parser_changelog
[161/865] 1733837=parameters_signature_test
[162/865] 1733837=test_ldap
[163/865] 1733837=test_name_error_extension
[164/865] 1733837=test_gem_resolver_installer_set
[165/865] 1733837=test_dryrun
[166/865] 1733837=test_keyword
[167/865] 1733834=test_buffered_io
[168/865] 1733834=test_pkey_dh
[169/865] 1733834=test_windows_1252
[170/865] 1733834=test_rubyvm
[171/865] 1733834=test_gem_security_signer
[172/865] 1733834=test_unicode
[173/865] 1733834=test_euc_kr
[174/865] 1733834=test_mailto
[175/865] 1733834=test_date_ractor
[176/865] 1733837=test_ractor
[177/865] 1733837=test_cgi_tag_helper
[178/865] 1733837=test_helper
[179/865] 1733837=test_sexp
[180/865] 1733837=test_flush
[181/865] 1733837=test_fiddle
[182/865] 1733834=test_gem_dependency_list
[183/865] 1733837=test_cmethod
[184/865] 1733837=attribute_write_test
[185/865] 1733837=test_rdoc_parser_markdown
[186/865] 1733837=test_gem_commands_open_command
[187/865] 1733834=test_gem_resolver_git_specification
[188/865] 1733837=test_fips
[189/865] 1733837=test_digest
[190/865] 1733834=test_mutex
[191/865] 1733837=test_flip
[192/865] 1733837=test_rdoc_generator_ri
[193/865] 1733834=test_gem_stream_ui
[194/865] 1733837=test_rendering
[195/865] 1733837=test_struct
[196/865] 1733834=json_addition_test
[197/865] 1733837=test_io_wait
[198/865] 1733834=test_kwargs
[199/865] 1733834=test_qsort
[200/865] 1733834=test_ns_spki
[201/865] 1733834=test_signal
[202/865] 1733837=test_fixnum
[203/865] 1733837=test_rdoc_rd_block_parser
[204/865] 1733837=test_file
[205/865] 1733837=test_handle
[206/865] 1733837=test_trace
[207/865] 1733837=test_threadgroup
[208/865] 1733837=test_arity
[209/865] 1733837=test_init
[210/865] 1733834=json_generator_test
[211/865] 1733837=test_rdoc_extend
[212/865] 1733837=test_digest
[213/865] 1733834=test_rdoc_context
[214/865] 1733837=test_merge_keys
[215/865] 1733837=test_rdoc_markup_heading
[216/865] 1733837=test_gem_source_git
[217/865] 1733836=test_open-uri
[218/865] 1733834=test_gem_resolver_local_specification
[219/865] 1733834=test_regex_casefold
[220/865] 1733834=test_closure
[221/865] 1733837=test_digest_extend
[222/865] 1733836=errors_test
[223/865] 1733837=test_stringify_symbols
[224/865] 1733837=test_rdoc_generator_pot_po_entry
[225/865] 1733837=test_vm_dump
[226/865] 1733837=test_iso_8859
[227/865] 1733837=test_exception
[228/865] 1733837=unescape_test
[229/865] 1733836=test_rdoc_markup_to_label
[230/865] 1733836=test_function_entry
[231/865] 1733836=test_optarg
[232/865] 1733836=test_reline
[233/865] 1733836=test_rdoc_generator_darkfish
[234/865] 1733833=test_path
[235/865] 1733833=test_rb_str_dup
[236/865] 1733833=test_io
[237/865] 1733834=test_data_error
[238/865] 1733834=test_provider
[239/865] 1733836=test_array
[240/865] 1733834=test_len
[241/865] 1733834=test_printf
[242/865] 1733834=test_gem_unsatisfiable_dependency_error
[243/865] 1733834=test_socket
[244/865] 1733837=test_assignment
[245/865] 1733834=test_gem_uri_formatter
[246/865] 1733834=json_ext_parser_test
[247/865] 1733834=test_etc
[248/865] 1733834=test_http_request
[249/865] 1733834=test_gem_gemcutter_utilities
[250/865] 1733837=test_thread
[251/865] 1733834=test_transcode
[252/865] 1733834=test_ocsp
[253/865] 1733834=test_rdoc_include
[254/865] 1733834=test_parser
[255/865] 1733834=test_https_proxy
[256/865] 1733834=test_rdoc_options
[257/865] 1733834=!Nothing_to_test
[258/865] 1733834=test_io_m17n
[259/865] 1733834=test_frozen_error
[260/865] 1733834=test_case_comprehensive
[261/865] 1733836=test_kernel
[262/865] 1733836=test_pp
[263/865] 1733836=test_rat
[264/865] 1733836=test_pstore
[265/865] 1733836=test_color
[266/865] 1733836=test_object_references
[267/865] 1733836=test_webauthn_listener
[268/865] 1733836=test_class2name
[269/865] 1733836=test_bundled_ca
[270/865] 1733836=test_lexer
[271/865] 1733836=test_gem_resolver_requirement_list
[272/865] 1733836=test_line_editor
[273/865] 1733836=json_parser_test
[274/865] 1733836=test_arith_seq_beg_len_step
[275/865] 1733836=test_string_memory
[276/865] 1733836=test_win32ole_method_event
[277/865] 1733836=test_random
[278/865] 1733836=test_nowrite
[279/865] 1733836=test_acceptable
[280/865] 1733836=test_thread_queue
[281/865] 1733837=test_gem_commands_pristine_command
[282/865] 1733833=test_emitter
[283/865] 1733833=test_backtrace
[284/865] 1733833=test_error_highlight
[285/865] 1733833=test_arithmetic_sequence
[286/865] 1733833=test_context
[287/865] 1733833=test_httpheader
[288/865] 1733833=test_mkmf
[289/865] 1733833=test_interned_str
[290/865] 1733833=test_rdoc_ri_driver
[291/865] 1733837=test_coder
[292/865] 1733837=test_symbol
[293/865] 1733833=test_pkey_ec
[294/865] 1733833=test_thread
[295/865] 1733833=test_gem_commands_cert_command
[296/865] 1733836=test_lazy_enumerator
[297/865] 1733836=test_deprecated
[298/865] 1733836=test_gem_commands_install_command
[299/865] 1733833=test_date_new
[300/865] 1733833=test_gem_resolver_vendor_set
[301/865] 1733833=test_div
[302/865] 1733833=test_date_parse
[303/865] 1733833=test_find_executable
[304/865] 1733833=test_protect
[305/865] 1733833=test_gem_console_ui
[306/865] 1733833=test_tree_builder
[307/865] 1733833=test_unix
[308/865] 1733833=test_cstr
[309/865] 1733836=test_type_completor
[310/865] 1733836=test_marshalable
[311/865] 1733836=test_gem_installer
[312/865] 1733833=newline_test
[313/865] 1733833=test_gem_ext_cargo_builder
[314/865] 1733837=test_integer
[315/865] 1733833=test_gem_package
[316/865] 1733837=test_win32ole_method
[317/865] 1733837=test_cgi_header
[318/865] 1733837=test_variable_name_check
[319/865] 1733837=test_gem_commands_setup_command
[320/865] 1733837=test_bignum
[321/865] 1733833=test_float
[322/865] 1733837=test_input_method
[323/865] 1733837=test_rdoc_store
[324/865] 1733837=test_ftp
[325/865] 1733837=test_rdoc_normal_class
[326/865] 1733837=test_find
[327/865] 1733837=ractor_test
[328/865] 1733833=test_rdoc_stats
[329/865] 1733837=test_install
[330/865] 1733833=test_coverage
[331/865] 1733837=test_memory_view
[332/865] 1733837=test_win32ole_event
[333/865] 1733837=test_pointer
[334/865] 1733833=test_pair
[335/865] 1733837=test_pathname
[336/865] 1733837=test_iseq
[337/865] 1733837=test_capacity
[338/865] 1733837=compiler_test
[339/865] 1733837=test_nextafter
[340/865] 1733837=test_ssl_session
[341/865] 1733836=test_http
[342/865] 1733836=test_omap
[343/865] 1733836=test_gc_compact
[344/865] 1733837=test_duplicate
[345/865] 1733837=test_shellwords
[346/865] 1733837=test_to_ary_concat
[347/865] 1733833=test_ifunless
[348/865] 1733833=test_gem_util
[349/865] 1733833=test_files_lib
[350/865] 1733837=test_win32ole_variable
[351/865] 1733837=test_date_strftime
[352/865] 1733837=test_ellipsize
[353/865] 1733837=test_gem_resolver_installed_specification
[354/865] 1733837=test_rdoc_code_object
[355/865] 1733837=heredoc_dedent_test
[356/865] 1733837=json_generic_object_test
[357/865] 1733837=test_gem_specification
[358/865] 1733836=test_random_formatter
[359/865] 1733836=test_severity
[360/865] 1733836=test_ractor
[361/865] 1733836=test_json_tree
[362/865] 1733836=test_history
[363/865] 1733836=test_open3
[364/865] 1733837=test_func
[365/865] 1733833=test_to_ruby
[366/865] 1733833=test_fiber
[367/865] 1733836=test_cclass
[368/865] 1733836=test_object
[369/865] 1733836=test_config
[370/865] 1733836=test_basicsocket
[371/865] 1733836=test_irb
[372/865] 1733836=test_mixed_unicode_escapes
[373/865] 1733836=location_test
[374/865] 1733836=test_benchmark
[375/865] 1733836=test_human_typo
[376/865] 1733836=test_scan_args
[377/865] 1733836=test_io_wait_uncommon
[378/865] 1733836=test_tracer
[379/865] 1733836=test_gem_source
[380/865] 1733833=ruby_parser_test
[381/865] 1733833=test_option
[382/865] 1733836=test_gem_ci_detector
[383/865] 1733836=library_symbols_test
[384/865] 1733836=test_gem_path_support
[385/865] 1733836=test_gem_commands_yank_command
[386/865] 1733833=test_rdoc_require
[387/865] 1733833=test_emitter
[388/865] 1733833=test_gem_commands_check_command
[389/865] 1733837=ruby_api_test
[390/865] 1733833=test_optparse
[391/865] 1733833=test_ws
[392/865] 1733833=test_alias_and_anchor
[393/865] 1733833=test_arith_seq_extract
[394/865] 1733837=test_gem_commands_sources_command
[395/865] 1733836=test_rdoc_markup_to_ansi
[396/865] 1733836=test_file_exhaustive
[397/865] 1733833=test_pkey_dsa
[398/865] 1733837=test_assembler
[399/865] 1733837=test_enc_associate
[400/865] 1733834=test_date_time
[401/865] 1733834=test_change_word
[402/865] 1733834=test_bn
[403/865] 1733834=test_have_func
[404/865] 1733833=test_date_compat
[405/865] 1733833=test_objspace
[406/865] 1733837=test_win32ole_variant_m
[407/865] 1733837=test_abi
[408/865] 1733837=test_bmethod
[409/865] 1733837=test_have_library
[410/865] 1733834=test_gem_source_lock
[411/865] 1733834=test_rdoc_top_level
[412/865] 1733834=test_gem_command_manager
[413/865] 1733834=test_config
[414/865] 1733837=test_enumerator
[415/865] 1733837=test_name_error
[416/865] 1733837=test_my_integer
[417/865] 1733837=test_rdoc_parser_c
[418/865] 1733834=test_safe_load
[419/865] 1733834=fuzzer_test
[420/865] 1733834=json_fixtures_test
[421/865] 1733834=test_lambda
[422/865] 1733834=test_struct
[423/865] 1733834=test_gem_uri
[424/865] 1733834=test_enumerator
[425/865] 1733837=test_too_many_dummy_encodings
[426/865] 1733837=test_rdoc_attr
[427/865] 1733837=test_ractor
[428/865] 1733837=test_nomethod_error
[429/865] 1733837=test_project_sanity
[430/865] 1733837=test_usrmarshal
[431/865] 1733837=test_regexp
[432/865] 1733836=test_ensured
[433/865] 1733836=magic_comment_test
[434/865] 1733836=test_addr
[435/865] 1733836=test_gem_platform
[436/865] 1733836=test_rdoc_markdown
[437/865] 1733836=test_pack
[438/865] 1733836=test_rdoc_rd
[439/865] 1733836=test_ancdata
[440/865] 1733836=test_rdoc_encoding
[441/865] 1733836=test_stringchar
[442/865] 1733836=test_require
[443/865] 1733836=test_files_test_1
[444/865] 1733836=test_wss
[445/865] 1733836=test_rdoc_rd_inline
[446/865] 1733836=test_rdoc_constant
[447/865] 1733836=test_deprecate
[448/865] 1733836=test_helper
[449/865] 1733836=test_exception
[450/865] 1733836=test_class_name_check
[451/865] 1733836=test_gem_resolver_conflict
[452/865] 1733836=test_summary
[453/865] 1733836=test_address_resolve
[454/865] 1733836=test_rdoc_markup_to_bs
[455/865] 1733836=test_grapheme_breaks
[456/865] 1733836=test_iter_break
[457/865] 1733836=test_foreach
[458/865] 1733836=test_num2int
[459/865] 1733836=regexp_test
[460/865] 1733836=test_dup
[461/865] 1733836=test_gem_resolver_best_set
[462/865] 1733836=json_string_matching_test
[463/865] 1733836=test_cgi_util
[464/865] 1733836=test_eval
[465/865] 1733836=test_key_stroke
[466/865] 1733836=test_ast
[467/865] 1733837=test_m17n_comb
[468/865] 1733837=test_gem_resolver_index_set
[469/865] 1733837=test_gbk
[470/865] 1733837=test_rdoc_markup_verbatim
[471/865] 1733837=test_folderitem2_invokeverb
[472/865] 1733837=test_string
[473/865] 1733833=test_ole_methods
[474/865] 1733833=test_undef
[475/865] 1733833=test_rdoc_generator_pot_po
[476/865] 1733833=test_set
[477/865] 1733833=test_gem_ext_cargo_builder_unit
[478/865] 1733833=test_have_macro
[479/865] 1733833=test_data
[480/865] 1733833=test_encoding
[481/865] 1733833=test_kill_ring
[482/865] 1733833=test_hash
[483/865] 1733833=test_rdoc_markup_parser
[484/865] 1733833=test_constant
[485/865] 1733834=test_gem_commands_exec_command
[486/865] 1733834=test_gem_dependency_resolution_error
[487/865] 1733834=test_not
[488/865] 1733834=test_cmd
[489/865] 1733834=test_nonblock
[490/865] 1733833=test_clone
[491/865] 1733834=test_rdoc_parser_rd
[492/865] 1733834=test_gem_command
[493/865] 1733833=test_gem_remote_fetcher
[494/865] 1733834=test_gem_request_set_lockfile_parser
[495/865] 1733834=test_path_to_class
[496/865] 1733834=test_readpartial
[497/865] 1733834=test_windows_1251
[498/865] 1733834=test_gem_ext_ext_conf_builder
[499/865] 1733834=test_zsh_completion
[500/865] 1733834=test_complex
[501/865] 1733834=version_test
[502/865] 1733834=test_configuration
[503/865] 1733834=test_big5
[504/865] 1733834=test_frozen
[505/865] 1733834=test_yield
[506/865] 1733833=test_convertible
[507/865] 1733834=test_timeout
[508/865] 1733834=test_win32ole_param_event
[509/865] 1733834=test_nesting_parser
[510/865] 1733834=test_kdf
[511/865] 1733834=test_pattern_matching
[512/865] 1733834=test_erb
[513/865] 1733834=test_fileutils
[514/865] 1733834=test_tracepoint
[515/865] 1733834=test_gem_commands_uninstall_command
[516/865] 1733834=test_getopts
[517/865] 1733834=test_stream
[518/865] 1733834=test_time
[519/865] 1733834=test_internal_ivar
[520/865] 1733834=test_rdoc_text
[521/865] 1733834=test_stat
[522/865] 1733834=test_import
[523/865] 1733834=test_method_name_check
[524/865] 1733834=test_httpresponses
[525/865] 1733834=test_require
[526/865] 1733834=test_method_cache
[527/865] 1733834=test_date_marshal
[528/865] 1733834=test_asn1
[529/865] 1733834=test_cgi_modruby
[530/865] 1733834=test_gem_commands_signout_command
[531/865] 1733834=test_err_in_callback
[532/865] 1733834=test_psych
[533/865] 1733834=test_rdoc_servlet
[534/865] 1733834=test_logger
[535/865] 1733834=test_gem_install_update_options
[536/865] 1733834=test_gem_commands_list_command
[537/865] 1733834=test_require
[538/865] 1733837=test_numeric
[539/865] 1733837=test_rdoc_markup_to_markdown
[540/865] 1733837=test_bug-5832
[541/865] 1733837=test_word
[542/865] 1733837=test_update
[543/865] 1733837=test_syntax
[544/865] 1733834=test_iseq_load
[545/865] 1733833=test_debug
[546/865] 1733833=test_rdoc_markup_to_joined_paragraph
[547/865] 1733833=test_rdoc_markup_paragraph
[548/865] 1733833=test_gem_source_specific_file
[549/865] 1733833=test_raise_exception
[550/865] 1733834=test_gem_source_list
[551/865] 1733834=test_yield_block
[552/865] 1733834=test_yaml_special_cases
[553/865] 1733834=test_formatter
[554/865] 1733834=json_encoding_test
[555/865] 1733834=test_pkcs7
[556/865] 1733833=test_nil2vtempty
[557/865] 1733833=test_object_create_start
[558/865] 1733833=test_typeddata
[559/865] 1733834=test_weakmap
[560/865] 1733833=test_compile_prism
[561/865] 1733833=test_bug-3571
[562/865] 1733833=test_complex2
[563/865] 1733833=test_exception_at_throwing
[564/865] 1733833=test_thread_fd_close
[565/865] 1733833=test_yaml
[566/865] 1733833=test_gem_request_set_lockfile
[567/865] 1733833=test_postponed_job
[568/865] 1733833=test_erb_command
[569/865] 1733833=test_pattern_key_name_check
[570/865] 1733833=test_color_printer
[571/865] 1733833=test_rdoc_normal_module
[572/865] 1733833=test_rdoc_markdown_test
[573/865] 1733833=test_case_options
[574/865] 1733833=test_gc
[575/865] 1733833=test_math
[576/865] 1733833=test_ostruct
[577/865] 1733833=test_libs
[578/865] 1733833=test_gem_commands_mirror
[579/865] 1733833=test_array_create
[580/865] 1733833=test_gem_commands_help_command
[581/865] 1733833=test_remote_fetch_error
[582/865] 1733833=ripper_test
[583/865] 1733833=test_gem_source_installed
[584/865] 1733833=test_sprintf
[585/865] 1733833=test_case
[586/865] 1733833=test_dir
[587/865] 1733833=test_notimplement
[588/865] 1733833=test_win32ole_typelib
[589/865] 1733833=test_gem_resolver_lock_specification
[590/865] 1733833=test_signedness
[591/865] 1733836=test_external_new
[592/865] 1733836=test_rdoc_markup_to_rdoc
[593/865] 1733836=test_httpresponse
[594/865] 1733836=test_ractor
[595/865] 1733836=test_econv
[596/865] 1733837=test_rdoc_parser_ruby
[597/865] 1733836=test_gem_ext_cmake_builder
[598/865] 1733836=parser_test
[599/865] 1733836=test_date_conv
[600/865] 1733836=test_date_arith
[601/865] 1733836=test_c_struct_builder
[602/865] 1733836=test_parser_events
[603/865] 1733836=test_hash
[604/865] 1733837=test_egrep_cpp
[605/865] 1733837=test_stack
[606/865] 1733833=test_append
[607/865] 1733833=test_env
[608/865] 1733837=test_rdoc_markup_to_html_crossref
[609/865] 1733837=test_key_name_check
[610/865] 1733837=test_str2big
[611/865] 1733837=test_depth_first
[612/865] 1733837=locals_test
[613/865] 1733837=test_gem_commands_which_command
[614/865] 1733837=test_uncorrectable_name_check
[615/865] 1733837=test_gem_resolver_git_set
[616/865] 1733834=test_inlinecache
[617/865] 1733834=test_parse
[618/865] 1733834=test_unicode_escape
[619/865] 1733837=test_gem_uninstaller
[620/865] 1733834=test_gem_resolver
[621/865] 1733834=parse_test
[622/865] 1733833=test_within_pipe
[623/865] 1733833=test_rdoc_rd_inline_parser
[624/865] 1733836=test_last_thread
[625/865] 1733833=test_beginendblock
[626/865] 1733837=test_class
[627/865] 1733836=test_gem_package_old
[628/865] 1733836=test_const
[629/865] 1733836=test_bug_reporter
[630/865] 1733836=test_rdoc_context_section
[631/865] 1733833=test_set
[632/865] 1733836=test_rendering
[633/865] 1733833=test_gem_security_policy
[634/865] 1733836=test_rdoc_rdoc
[635/865] 1733836=test_io_console
[636/865] 1733833=test_gem_commands_dependency_command
[637/865] 1733833=test_generic
[638/865] 1733833=test_c_union_entity
[639/865] 1733833=test_yjit
[640/865] 1733834=test_rdoc_markup
[641/865] 1733834=test_m17n
[642/865] 1733834=test_files_sample
[643/865] 1733834=test_gem_name_tuple
[644/865] 1733836=test_argf
[645/865] 1733834=test_io_buffer
[646/865] 1733834=test_weakkeymap
[647/865] 1733834=test_gem_request
[648/865] 1733837=test_stringio
[649/865] 1733834=test_gem_resolver_specification
[650/865] 1733834=test_variable
[651/865] 1733837=test_enc_raise
[652/865] 1733837=test_pkcs12
[653/865] 1733834=test_recorder
[654/865] 1733834=test_flags
[655/865] 1733837=test_files_test_2
[656/865] 1733834=test_defined
[657/865] 1733834=test_scanner_events
[658/865] 1733834=memsize_test
[659/865] 1733834=test_tcp
[660/865] 1733834=test_gem_package_tar_reader
[661/865] 1733834=test_utf16
[662/865] 1733834=test_rdoc_markup_attributes
[663/865] 1733834=test_addrinfo
[664/865] 1733836=test_webauthn_poller
[665/865] 1733836=test_gem_commands_contents_command
[666/865] 1733836=test_nil
[667/865] 1733836=test_rdoc_any_method
[668/865] 1733834=test_rdoc_ri_paths
[669/865] 1733834=test_terminfo
[670/865] 1733834=test_bug-14834
[671/865] 1733837=test_complexrational
[672/865] 1733837=test_autoconf
[673/865] 1733836=test_gem_commands_info_command
[674/865] 1733837=test_process
[675/865] 1733836=test_logperiod
[676/865] 1733836=test_cgi_multipart
[677/865] 1733834=test_gem_config_file
[678/865] 1733837=test_rdoc_comment
[679/865] 1733837=test_rdoc_task
[680/865] 1733837=test_string
[681/865] 1733836=test_backtrace
[682/865] 1733837=test_raise
[683/865] 1733837=test_dir_m17n
[684/865] 1733834=test_yjit_exit_locations
[685/865] 1733834=test_big2str
[686/865] 1733834=test_forwardable
[687/865] 1733834=test_yaml_tree
[688/865] 1733834=desugar_compiler_test
[689/865] 1733834=test_storage
[690/865] 1733834=test_rdoc_i18n_text
[691/865] 1733834=test_euc_jp
[692/865] 1733834=test_fnmatch
[693/865] 1733834=test_gem_spec_fetcher
[694/865] 1733834=test_iterator
[695/865] 1733834=test_string
[696/865] 1733834=test_shapes
[697/865] 1733834=test_erb_m17n
[698/865] 1733834=test_x509cert
[699/865] 1733836=encoding_test
[700/865] 1733836=test_date
[701/865] 1733836=test_logdevice
[702/865] 1733834=pattern_test
[703/865] 1733834=test_gem_commands_environment_command
[704/865] 1733834=test_console_attr
[705/865] 1733834=test_yamldbm
[706/865] 1733834=test_macro
[707/865] 1733834=test_gem_commands_signin_command
[708/865] 1733834=test_gem_dependency
[709/865] 1733834=test_rubygems
[710/865] 1733837=test_date_strptime
[711/865] 1733834=test_gem_version
[712/865] 1733837=test_gem_request_set_gem_dependency_api
[713/865] 1733834=test_ractor
[714/865] 1733833=test_gem_commands_owner_command
[715/865] 1733834=test_coderange
[716/865] 1733834=test_recursion
[717/865] 1733834=test_gem_doctor
[718/865] 1733834=test_ubf_async_safe
[719/865] 1733834=test_rdoc_markup_attribute_manager
[720/865] 1733834=comments_test
[721/865] 1733837=test_pipe
[722/865] 1733834=test_win32ole_record
[723/865] 1733834=test_gem_impossible_dependencies_error
[724/865] 1733834=test_gem_resolver_composed_set
[725/865] 1733834=test_numeric
[726/865] 1733836=test_mdns
[727/865] 1733836=test_gem_stub_specification
[728/865] 1733837=test_rational
[729/865] 1733837=test_framework
[730/865] 1733837=test_rdoc_markup_to_tt_only
[731/865] 1733834=test_require_lib
[732/865] 1733837=test_time
[733/865] 1733836=test_hmac
[734/865] 1733836=test_objectspace
[735/865] 1733837=test_force_exit
[736/865] 1733837=test_gem_commands_search_command
[737/865] 1733837=test_sorted_set
[738/865] 1733833=test_emoji
[739/865] 1733833=test_zlib
[740/865] 1733837=test_scheduler
[741/865] 1733837=test_proc
[742/865] 1733836=test_rdoc_class_module
[743/865] 1733836=test_condition
[744/865] 1733836=test_cp949
[745/865] 1733836=test_gem_requirement
[746/865] 1733836=test_date_attr
[747/865] 1733836=test_ansi_without_terminfo
[748/865] 1733836=test_key_actor_vi
[749/865] 1733836=test_store
[750/865] 1733837=test_prettyprint
[751/865] 1733837=test_boolean
[752/865] 1733837=test_ipaddr
[753/865] 1733837=test_queue
[754/865] 1733837=test_unicode_normalize
[755/865] 1733836=parse_comments_test
[756/865] 1733836=test_enc_str_buf_cat
[757/865] 1733836=test_reline_key
[758/865] 1733836=test_x509req
[759/865] 1733836=test_integer_comb
[760/865] 1733834=test_rdoc_rubygems_hook
[761/865] 1733834=test_mul
[762/865] 1733834=test_random
[763/865] 1733834=test_trick
[764/865] 1733836=test_http
[765/865] 1733834=test_null
[766/865] 1733834=test_key_actor_emacs
[767/865] 1733834=test_insns_leaf
[768/865] 1733834=test_string_processing
[769/865] 1733837=test_basicinstructions
[770/865] 1733834=test_stringscanner
[771/865] 1733834=test_stream
[772/865] 1733834=test_gem_commands_lock_command
[773/865] 1733837=test_show_source
[774/865] 1733837=test_normalize
[775/865] 1733837=test_utf32
[776/865] 1733837=test_pkg_config
[777/865] 1733837=test_rdoc_cross_reference
[778/865] 1733834=test_rdoc_markup_indented_paragraph
[779/865] 1733834=test_gem_resolver_activation_request
[780/865] 1733834=test_inadvertent_creation
[781/865] 1733834=test_filter
[782/865] 1733834=test_noarg
[783/865] 1733834=test_gb18030
[784/865] 1733834=test_dln
[785/865] 1733834=test_koi8
[786/865] 1733834=test_gem_ext_configure_builder
[787/865] 1733837=test_rbconfig
[788/865] 1733837=test_method
[789/865] 1733834=test_gem_security_trust_dir
[790/865] 1733834=test_gem_commands_fetch_command
[791/865] 1733834=test_cesu8
[792/865] 1733834=test_process
[793/865] 1733833=test_resize
[794/865] 1733833=test_fd_setsize
[795/865] 1733833=test_rand
[796/865] 1733833=test_gem_request_set_lockfile_tokenizer
[797/865] 1733833=test_x509attr
[798/865] 1733833=test_x509crl
[799/865] 1733833=test_x509store
[800/865] 1733833=test_cgi_session
[801/865] 1733833=test_passing_block
[802/865] 1733833=test_rdoc_parser
[803/865] 1733833=test_ansi_with_terminfo
[804/865] 1733833=test_refinement
[805/865] 1733836=test_securerandom
[806/865] 1733836=test_require_path_check
[807/865] 1733836=test_protocol
[808/865] 1733836=test_placearg
[809/865] 1733836=test_gem_source_local
[810/865] 1733836=test_gem_commands_query_command
[811/865] 1733836=test_ractor
[812/865] 1733836=test_literal
[813/865] 1733836=test_enumerable
[814/865] 1733836=test_thread
[815/865] 1733836=test_common
[816/865] 1733836=test_pinned
[817/865] 1733836=test_continuation
[818/865] 1733836=test_gem_resolver_dependency_request
[819/865] 1733836=test_rdoc_markup_formatter
[820/865] 1733836=test_gem_ext_cargo_builder_link_flag_converter
[821/865] 1733836=test_pack
[822/865] 1733836=test_delete
[823/865] 1733836=test_win32ole_type_event
[824/865] 1733836=test_x509ext
[825/865] 1733836=test_ractor
[826/865] 1733836=test_gem_version_option
[827/865] 1733836=test_files_test
[828/865] 1733836=test_pkey
[829/865] 1733836=test_fstring
[830/865] 1733836=test_bash_completion
[831/865] 1733836=test_rdoc_markup_raw
[832/865] 1733836=test_profile_frames
[833/865] 1733833=test_enumerator_kw
[834/865] 1733833=test_exit
[835/865] 1733836=test_gem_commands_cleanup_command
[836/865] 1733833=test_data
[837/865] 1733833=test_array
[838/865] 1733833=test_gem_package_tar_header
[839/865] 1733833=test_singleton
[840/865] 1733833=test_files_ext
[841/865] 1733833=test_timeout
[842/865] 1733836=test_delegate
[843/865] 1733836=test_tmpdir
[844/865] 1733833=dispatcher_test
[845/865] 1733833=test_eval_history
[846/865] 1733833=test_whileuntil
[847/865] 1733836=test_weakref
[848/865] 1733833=test_monitor
[849/865] 1733833=test_gem_resolver_api_set
[850/865] 1733833=test_bigzero
[851/865] 1733833=test_system
[852/865] 1733836=test_face
[853/865] 1733836=test_sizeof
[854/865] 1733833=test_pack
[855/865] 1733833=test_gem_available_set
[856/865] 1733833=test_modify_expand
[857/865] 1733833=test_scalar
[858/865] 1733833=test_c_struct_entry
[859/865] 1733833=test_gem_dependency_installer
[860/865] 1733837=test_at_exit
[861/865] 1733837=test_sleep
[862/865] 1733837=test_gem_source_vendor
[863/865] 1733837=test_gem_resolver_index_specification
[864/865] 1733837=test_type
[865/865] 1733837=test_gem_commands_stale_command
Finished tests in 503.875953s, 49.9309 tests/s, 18796.6422 assertions/s.
25159 tests, 9471176 assertions, 0 failures, 0 errors, 240 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for '/tmp/ruby/src/master-no-rjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
make[1]: Entering directory '/tmp/ruby/build/master-no-rjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/master-no-rjit'
$ /tmp/ruby/build/master-no-rjit/miniruby -I/tmp/ruby/src/master-no-rjit/lib /tmp/ruby/src/master-no-rjit/tool/runruby.rb --archdir=/tmp/ruby/build/master-no-rjit --extout=.ext -- /tmp/ruby/src/master-no-rjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/master-no-rjit/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2024-02-15T11:06:21Z master 8f926cb8d8) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 ..................................................................

Finished in 159.294329 seconds

3424 files, 32111 examples, 162899 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.
raw logfile