# Logfile created on 2023-06-26 17:07:43 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055ec8ceb60d0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230626-170743", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ec8cf4f410 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ec8cf4f280 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ec8cf4f0f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230626-170743", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20230626-170743>, @binmode=false, @mon_data=#<Monitor:0x000055ec8cf4f028>, @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 typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.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
ed587ab..ec59b95 master -> origin/master
Updating ed587ab..ec59b95
Fast-forward
.github/workflows/scorecards.yml | 2 +-
doc/contributing/building_ruby.md | 30 +-
spec/mspec/spec/runner/context_spec.rb | 2 +-
spec/mspec/tool/remove_old_guards.rb | 51 +-
spec/ruby/.rubocop.yml | 2 +-
spec/ruby/CONTRIBUTING.md | 14 +-
spec/ruby/README.md | 5 +-
spec/ruby/command_line/backtrace_limit_spec.rb | 44 +-
spec/ruby/core/argf/bytes_spec.rb | 16 -
spec/ruby/core/argf/chars_spec.rb | 16 -
spec/ruby/core/argf/codepoints_spec.rb | 16 -
spec/ruby/core/argf/lines_spec.rb | 16 -
spec/ruby/core/array/drop_spec.rb | 12 +-
spec/ruby/core/array/drop_while_spec.rb | 12 +-
spec/ruby/core/array/flatten_spec.rb | 24 +-
spec/ruby/core/array/multiply_spec.rb | 18 +-
spec/ruby/core/array/shared/slice.rb | 400 ++++++------
spec/ruby/core/array/slice_spec.rb | 60 +-
spec/ruby/core/array/take_spec.rb | 12 +-
spec/ruby/core/array/take_while_spec.rb | 12 +-
spec/ruby/core/array/uniq_spec.rb | 12 +-
spec/ruby/core/binding/eval_spec.rb | 99 +--
spec/ruby/core/data/constants_spec.rb | 16 +-
spec/ruby/core/dir/glob_spec.rb | 2 +-
spec/ruby/core/dir/shared/glob.rb | 26 +-
spec/ruby/core/encoding/default_external_spec.rb | 8 +-
spec/ruby/core/enumerable/grep_spec.rb | 49 +-
spec/ruby/core/enumerable/grep_v_spec.rb | 49 +-
spec/ruby/core/enumerator/initialize_spec.rb | 8 -
spec/ruby/core/enumerator/new_spec.rb | 47 +-
spec/ruby/core/env/delete_spec.rb | 8 +-
spec/ruby/core/env/except_spec.rb | 44 +-
spec/ruby/core/env/index_spec.rb | 14 -
spec/ruby/core/env/indexes_spec.rb | 1 -
spec/ruby/core/env/indices_spec.rb | 1 -
spec/ruby/core/env/to_a_spec.rb | 5 +-
spec/ruby/core/exception/no_method_error_spec.rb | 26 +-
spec/ruby/core/fiber/blocking_spec.rb | 68 +-
spec/ruby/core/fiber/inspect_spec.rb | 8 +-
spec/ruby/core/fiber/raise_spec.rb | 28 +-
spec/ruby/core/fiber/resume_spec.rb | 15 +-
spec/ruby/core/file/new_spec.rb | 16 +-
spec/ruby/core/file/open_spec.rb | 14 +-
spec/ruby/core/gc/auto_compact_spec.rb | 36 +-
spec/ruby/core/hash/except_spec.rb | 50 +-
spec/ruby/core/hash/index_spec.rb | 9 -
spec/ruby/core/hash/shared/each.rb | 37 +-
spec/ruby/core/hash/shared/equal.rb | 90 ---
spec/ruby/core/hash/to_a_spec.rb | 10 -
spec/ruby/core/hash/to_proc_spec.rb | 16 +-
spec/ruby/core/hash/transform_keys_spec.rb | 32 +-
spec/ruby/core/integer/shared/arithmetic_coerce.rb | 20 -
spec/ruby/core/integer/zero_spec.rb | 12 +-
spec/ruby/core/io/bytes_spec.rb | 47 --
spec/ruby/core/io/chars_spec.rb | 30 -
spec/ruby/core/io/codepoints_spec.rb | 38 --
spec/ruby/core/io/gets_spec.rb | 12 +-
spec/ruby/core/io/initialize_spec.rb | 16 +-
spec/ruby/core/io/lines_spec.rb | 46 --
spec/ruby/core/io/nonblock_spec.rb | 46 +-
spec/ruby/core/io/read_spec.rb | 14 +-
spec/ruby/core/io/readline_spec.rb | 12 +-
spec/ruby/core/io/readlines_spec.rb | 12 +-
spec/ruby/core/io/shared/binwrite.rb | 12 +-
spec/ruby/core/io/shared/each.rb | 18 +-
spec/ruby/core/io/shared/new.rb | 55 +-
spec/ruby/core/io/shared/readlines.rb | 20 +-
spec/ruby/core/io/ungetc_spec.rb | 16 +-
spec/ruby/core/io/write_spec.rb | 34 +-
spec/ruby/core/kernel/Integer_spec.rb | 12 +-
spec/ruby/core/kernel/__dir___spec.rb | 16 +-
spec/ruby/core/kernel/clone_spec.rb | 86 +--
spec/ruby/core/kernel/eval_spec.rb | 43 +-
spec/ruby/core/kernel/initialize_clone_spec.rb | 10 +-
spec/ruby/core/kernel/iterator_spec.rb | 14 -
spec/ruby/core/kernel/lambda_spec.rb | 14 +-
spec/ruby/core/kernel/open_spec.rb | 42 +-
spec/ruby/core/kernel/proc_spec.rb | 18 +-
spec/ruby/core/kernel/shared/require.rb | 40 +-
spec/ruby/core/kernel/singleton_class_spec.rb | 29 +
spec/ruby/core/kernel/taint_spec.rb | 8 +-
spec/ruby/core/kernel/tainted_spec.rb | 12 +-
spec/ruby/core/kernel/trust_spec.rb | 10 +-
spec/ruby/core/kernel/untaint_spec.rb | 10 +-
spec/ruby/core/kernel/untrust_spec.rb | 8 +-
spec/ruby/core/kernel/untrusted_spec.rb | 10 +-
spec/ruby/core/kernel/warn_spec.rb | 141 ++---
spec/ruby/core/main/private_spec.rb | 12 +-
spec/ruby/core/main/public_spec.rb | 12 +-
spec/ruby/core/marshal/dump_spec.rb | 11 -
spec/ruby/core/marshal/shared/load.rb | 56 ++
spec/ruby/core/matchdata/element_reference_spec.rb | 8 +-
spec/ruby/core/matchdata/post_match_spec.rb | 8 +-
spec/ruby/core/matchdata/pre_match_spec.rb | 8 +-
spec/ruby/core/matchdata/shared/captures.rb | 8 +-
spec/ruby/core/matchdata/to_a_spec.rb | 8 +-
spec/ruby/core/matchdata/to_s_spec.rb | 8 +-
spec/ruby/core/method/compose_spec.rb | 3 +-
spec/ruby/core/method/shared/to_s.rb | 30 +-
spec/ruby/core/module/alias_method_spec.rb | 14 +-
spec/ruby/core/module/attr_accessor_spec.rb | 16 +-
spec/ruby/core/module/attr_reader_spec.rb | 16 +-
spec/ruby/core/module/attr_spec.rb | 22 +-
spec/ruby/core/module/attr_writer_spec.rb | 16 +-
spec/ruby/core/module/const_set_spec.rb | 18 +-
spec/ruby/core/module/fixtures/module.rb | 4 +
spec/ruby/core/module/name_spec.rb | 54 +-
spec/ruby/core/module/prepend_spec.rb | 39 +-
spec/ruby/core/module/private_class_method_spec.rb | 14 +-
spec/ruby/core/module/public_class_method_spec.rb | 20 +-
spec/ruby/core/module/ruby2_keywords_spec.rb | 23 +-
spec/ruby/core/module/shared/set_visibility.rb | 28 +-
spec/ruby/core/mutex/owned_spec.rb | 18 +-
spec/ruby/core/numeric/clone_spec.rb | 8 +-
spec/ruby/core/numeric/fdiv_spec.rb | 1 -
spec/ruby/core/numeric/quo_spec.rb | 1 -
spec/ruby/core/numeric/shared/quo.rb | 7 -
spec/ruby/core/numeric/shared/step.rb | 8 +-
spec/ruby/core/numeric/step_spec.rb | 85 +--
.../ruby/core/objectspace/define_finalizer_spec.rb | 78 ++-
spec/ruby/core/proc/compose_spec.rb | 46 +-
spec/ruby/core/proc/eql_spec.rb | 8 +-
spec/ruby/core/proc/equal_value_spec.rb | 8 +-
spec/ruby/core/proc/new_spec.rb | 35 +-
spec/ruby/core/proc/ruby2_keywords_spec.rb | 22 -
spec/ruby/core/proc/shared/equal.rb | 17 -
spec/ruby/core/process/detach_spec.rb | 14 +-
spec/ruby/core/process/status/wait_spec.rb | 158 +++--
spec/ruby/core/queue/deq_spec.rb | 7 +
spec/ruby/core/queue/pop_spec.rb | 7 +
spec/ruby/core/queue/shift_spec.rb | 7 +
spec/ruby/core/random/default_spec.rb | 24 +-
spec/ruby/core/range/frozen_spec.rb | 34 +-
spec/ruby/core/range/initialize_spec.rb | 15 +-
spec/ruby/core/range/max_spec.rb | 18 +-
spec/ruby/core/range/minmax_spec.rb | 24 +-
spec/ruby/core/range/new_spec.rb | 14 +-
spec/ruby/core/range/step_spec.rb | 45 +-
spec/ruby/core/regexp/initialize_spec.rb | 12 +-
spec/ruby/core/sizedqueue/deq_spec.rb | 7 +
spec/ruby/core/sizedqueue/pop_spec.rb | 7 +
spec/ruby/core/sizedqueue/shift_spec.rb | 7 +
spec/ruby/core/string/byteindex_spec.rb | 304 +++++++++
spec/ruby/core/string/byterindex_spec.rb | 359 +++++++++++
spec/ruby/core/string/capitalize_spec.rb | 15 +-
spec/ruby/core/string/center_spec.rb | 25 +-
spec/ruby/core/string/chomp_spec.rb | 15 +-
spec/ruby/core/string/chop_spec.rb | 12 +-
spec/ruby/core/string/delete_prefix_spec.rb | 15 +-
spec/ruby/core/string/delete_spec.rb | 12 +-
spec/ruby/core/string/delete_suffix_spec.rb | 15 +-
spec/ruby/core/string/downcase_spec.rb | 12 +-
spec/ruby/core/string/dump_spec.rb | 12 +-
.../ruby/core/string/each_grapheme_cluster_spec.rb | 10 +-
spec/ruby/core/string/gsub_spec.rb | 21 +-
spec/ruby/core/string/ljust_spec.rb | 25 +-
spec/ruby/core/string/lstrip_spec.rb | 18 +-
spec/ruby/core/string/reverse_spec.rb | 18 +-
spec/ruby/core/string/rjust_spec.rb | 25 +-
spec/ruby/core/string/rstrip_spec.rb | 10 +-
spec/ruby/core/string/scan_spec.rb | 10 +-
spec/ruby/core/string/scrub_spec.rb | 36 +-
spec/ruby/core/string/shared/byte_index_common.rb | 63 ++
spec/ruby/core/string/shared/dedup.rb | 8 +-
spec/ruby/core/string/shared/each_line.rb | 18 +-
spec/ruby/core/string/shared/partition.rb | 34 +-
spec/ruby/core/string/shared/slice.rb | 114 +---
spec/ruby/core/string/shared/strip.rb | 18 +-
spec/ruby/core/string/shared/succ.rb | 18 +-
spec/ruby/core/string/shared/to_a.rb | 9 -
spec/ruby/core/string/slice_spec.rb | 93 +--
spec/ruby/core/string/split_spec.rb | 112 +---
spec/ruby/core/string/squeeze_spec.rb | 12 +-
spec/ruby/core/string/strip_spec.rb | 16 +-
spec/ruby/core/string/sub_spec.rb | 21 +-
spec/ruby/core/string/swapcase_spec.rb | 15 +-
spec/ruby/core/string/tr_s_spec.rb | 12 +-
spec/ruby/core/string/tr_spec.rb | 12 +-
spec/ruby/core/string/upcase_spec.rb | 12 +-
spec/ruby/core/string/valid_encoding_spec.rb | 10 +-
spec/ruby/core/symbol/name_spec.rb | 24 +-
spec/ruby/core/symbol/to_proc_spec.rb | 39 +-
spec/ruby/core/thread/each_caller_location_spec.rb | 49 ++
spec/ruby/core/thread/exclusive_spec.rb | 49 --
spec/ruby/core/thread/ignore_deadlock_spec.rb | 26 +-
spec/ruby/core/thread/report_on_exception_spec.rb | 44 +-
spec/ruby/core/time/new_spec.rb | 8 +-
spec/ruby/core/time/succ_spec.rb | 40 --
spec/ruby/core/tracepoint/enable_spec.rb | 8 +-
spec/ruby/core/tracepoint/inspect_spec.rb | 8 +-
spec/ruby/core/warning/element_set_spec.rb | 8 +-
spec/ruby/core/warning/warn_spec.rb | 145 ++---
spec/ruby/language/block_spec.rb | 172 +----
spec/ruby/language/class_spec.rb | 18 +-
spec/ruby/language/class_variable_spec.rb | 56 +-
spec/ruby/language/constants_spec.rb | 38 +-
spec/ruby/language/defined_spec.rb | 26 +
spec/ruby/language/hash_spec.rb | 29 +-
spec/ruby/language/keyword_arguments_spec.rb | 554 ++++++++---------
spec/ruby/language/lambda_spec.rb | 68 +-
spec/ruby/language/method_spec.rb | 691 ++++-----------------
spec/ruby/language/module_spec.rb | 18 +-
spec/ruby/language/numbered_parameters_spec.rb | 53 +-
spec/ruby/language/pattern_matching_spec.rb | 262 ++++----
spec/ruby/language/predefined_spec.rb | 39 +-
spec/ruby/language/proc_spec.rb | 14 +-
.../ruby/language/regexp/character_classes_spec.rb | 6 +-
spec/ruby/language/regexp/repetition_spec.rb | 8 +-
spec/ruby/language/regexp_spec.rb | 6 +-
spec/ruby/language/safe_spec.rb | 28 +-
spec/ruby/language/send_spec.rb | 36 +-
spec/ruby/language/string_spec.rb | 24 +-
spec/ruby/language/variables_spec.rb | 19 +-
spec/ruby/language/yield_spec.rb | 31 +-
spec/ruby/library/bigdecimal/shared/to_int.rb | 2 +-
spec/ruby/library/bigdecimal/to_s_spec.rb | 16 +-
spec/ruby/library/date/new_spec.rb | 1 -
spec/ruby/library/date/parse_spec.rb | 10 +-
spec/ruby/library/date/shared/new_bang.rb | 14 -
spec/ruby/library/digest/md5/shared/sample.rb | 17 -
spec/ruby/library/fiber/current_spec.rb | 15 +-
spec/ruby/library/fiber/resume_spec.rb | 35 +-
spec/ruby/library/fiber/transfer_spec.rb | 56 +-
spec/ruby/library/io-wait/wait_spec.rb | 100 ++-
spec/ruby/library/net/ftp/shared/getbinaryfile.rb | 2 +-
spec/ruby/library/net/ftp/shared/gettextfile.rb | 2 +-
spec/ruby/library/net/ftp/shared/putbinaryfile.rb | 2 +-
spec/ruby/library/net/http/http/get_spec.rb | 16 +-
spec/ruby/library/objectspace/dump_all_spec.rb | 38 +-
spec/ruby/library/objectspace/dump_spec.rb | 60 +-
.../library/openssl/random/shared/random_bytes.rb | 2 +-
spec/ruby/library/rexml/attribute/clone_spec.rb | 14 -
spec/ruby/library/rexml/attribute/element_spec.rb | 26 -
.../library/rexml/attribute/equal_value_spec.rb | 21 -
spec/ruby/library/rexml/attribute/hash_spec.rb | 16 -
.../library/rexml/attribute/initialize_spec.rb | 32 -
spec/ruby/library/rexml/attribute/inspect_spec.rb | 22 -
.../ruby/library/rexml/attribute/namespace_spec.rb | 27 -
.../ruby/library/rexml/attribute/node_type_spec.rb | 13 -
spec/ruby/library/rexml/attribute/prefix_spec.rb | 21 -
spec/ruby/library/rexml/attribute/remove_spec.rb | 23 -
spec/ruby/library/rexml/attribute/to_s_spec.rb | 17 -
.../ruby/library/rexml/attribute/to_string_spec.rb | 17 -
spec/ruby/library/rexml/attribute/value_spec.rb | 17 -
spec/ruby/library/rexml/attribute/write_spec.rb | 26 -
spec/ruby/library/rexml/attribute/xpath_spec.rb | 22 -
spec/ruby/library/rexml/attributes/add_spec.rb | 10 -
spec/ruby/library/rexml/attributes/append_spec.rb | 10 -
.../library/rexml/attributes/delete_all_spec.rb | 34 -
spec/ruby/library/rexml/attributes/delete_spec.rb | 30 -
.../rexml/attributes/each_attribute_spec.rb | 25 -
spec/ruby/library/rexml/attributes/each_spec.rb | 26 -
.../rexml/attributes/element_reference_spec.rb | 21 -
.../library/rexml/attributes/element_set_spec.rb | 28 -
.../rexml/attributes/get_attribute_ns_spec.rb | 17 -
.../library/rexml/attributes/get_attribute_spec.rb | 32 -
.../library/rexml/attributes/initialize_spec.rb | 21 -
spec/ruby/library/rexml/attributes/length_spec.rb | 10 -
.../library/rexml/attributes/namespaces_spec.rb | 9 -
.../ruby/library/rexml/attributes/prefixes_spec.rb | 27 -
spec/ruby/library/rexml/attributes/shared/add.rb | 17 -
.../ruby/library/rexml/attributes/shared/length.rb | 13 -
spec/ruby/library/rexml/attributes/size_spec.rb | 10 -
spec/ruby/library/rexml/attributes/to_a_spec.rb | 22 -
spec/ruby/library/rexml/cdata/clone_spec.rb | 13 -
spec/ruby/library/rexml/cdata/initialize_spec.rb | 27 -
spec/ruby/library/rexml/cdata/shared/to_s.rb | 11 -
spec/ruby/library/rexml/cdata/to_s_spec.rb | 10 -
spec/ruby/library/rexml/cdata/value_spec.rb | 10 -
.../library/rexml/document/add_element_spec.rb | 34 -
spec/ruby/library/rexml/document/add_spec.rb | 60 --
spec/ruby/library/rexml/document/clone_spec.rb | 23 -
spec/ruby/library/rexml/document/doctype_spec.rb | 18 -
spec/ruby/library/rexml/document/encoding_spec.rb | 25 -
.../library/rexml/document/expanded_name_spec.rb | 19 -
spec/ruby/library/rexml/document/new_spec.rb | 39 --
spec/ruby/library/rexml/document/node_type_spec.rb | 11 -
spec/ruby/library/rexml/document/root_spec.rb | 15 -
.../library/rexml/document/stand_alone_spec.rb | 22 -
spec/ruby/library/rexml/document/version_spec.rb | 17 -
spec/ruby/library/rexml/document/write_spec.rb | 38 --
spec/ruby/library/rexml/document/xml_decl_spec.rb | 18 -
.../library/rexml/element/add_attribute_spec.rb | 44 --
.../library/rexml/element/add_attributes_spec.rb | 25 -
.../ruby/library/rexml/element/add_element_spec.rb | 41 --
.../library/rexml/element/add_namespace_spec.rb | 26 -
spec/ruby/library/rexml/element/add_text_spec.rb | 27 -
spec/ruby/library/rexml/element/attribute_spec.rb | 20 -
spec/ruby/library/rexml/element/attributes_spec.rb | 22 -
spec/ruby/library/rexml/element/cdatas_spec.rb | 27 -
spec/ruby/library/rexml/element/clone_spec.rb | 32 -
spec/ruby/library/rexml/element/comments_spec.rb | 23 -
.../library/rexml/element/delete_attribute_spec.rb | 42 --
.../library/rexml/element/delete_element_spec.rb | 52 --
.../library/rexml/element/delete_namespace_spec.rb | 28 -
spec/ruby/library/rexml/element/document_spec.rb | 19 -
.../element/each_element_with_attribute_spec.rb | 38 --
.../rexml/element/each_element_with_text_spec.rb | 34 -
.../rexml/element/element_reference_spec.rb | 23 -
spec/ruby/library/rexml/element/get_text_spec.rb | 21 -
.../library/rexml/element/has_attributes_spec.rb | 20 -
.../library/rexml/element/has_elements_spec.rb | 21 -
spec/ruby/library/rexml/element/has_text_spec.rb | 19 -
spec/ruby/library/rexml/element/inspect_spec.rb | 30 -
.../library/rexml/element/instructions_spec.rb | 24 -
spec/ruby/library/rexml/element/namespace_spec.rb | 30 -
spec/ruby/library/rexml/element/namespaces_spec.rb | 35 --
spec/ruby/library/rexml/element/new_spec.rb | 38 --
.../library/rexml/element/next_element_spec.rb | 22 -
spec/ruby/library/rexml/element/node_type_spec.rb | 11 -
spec/ruby/library/rexml/element/prefixes_spec.rb | 26 -
.../library/rexml/element/previous_element_spec.rb | 23 -
spec/ruby/library/rexml/element/raw_spec.rb | 27 -
spec/ruby/library/rexml/element/root_spec.rb | 31 -
spec/ruby/library/rexml/element/text_spec.rb | 49 --
spec/ruby/library/rexml/element/texts_spec.rb | 19 -
spec/ruby/library/rexml/element/whitespace_spec.rb | 26 -
.../ruby/library/rexml/node/each_recursive_spec.rb | 24 -
.../rexml/node/find_first_recursive_spec.rb | 28 -
.../library/rexml/node/index_in_parent_spec.rb | 18 -
.../library/rexml/node/next_sibling_node_spec.rb | 24 -
spec/ruby/library/rexml/node/parent_spec.rb | 23 -
.../rexml/node/previous_sibling_node_spec.rb | 24 -
spec/ruby/library/rexml/shared/each_element.rb | 36 --
spec/ruby/library/rexml/shared/elements_to_a.rb | 34 -
spec/ruby/library/rexml/text/append_spec.rb | 13 -
spec/ruby/library/rexml/text/clone_spec.rb | 13 -
spec/ruby/library/rexml/text/comparison_spec.rb | 28 -
spec/ruby/library/rexml/text/empty_spec.rb | 15 -
spec/ruby/library/rexml/text/indent_text_spec.rb | 26 -
spec/ruby/library/rexml/text/inspect_spec.rb | 11 -
spec/ruby/library/rexml/text/new_spec.rb | 51 --
spec/ruby/library/rexml/text/node_type_spec.rb | 11 -
spec/ruby/library/rexml/text/normalize_spec.rb | 11 -
.../rexml/text/read_with_substitution_spec.rb | 15 -
spec/ruby/library/rexml/text/to_s_spec.rb | 20 -
spec/ruby/library/rexml/text/unnormalize_spec.rb | 11 -
spec/ruby/library/rexml/text/value_spec.rb | 40 --
spec/ruby/library/rexml/text/wrap_spec.rb | 23 -
.../rexml/text/write_with_substitution_spec.rb | 36 --
spec/ruby/library/set/comparison_spec.rb | 38 +-
spec/ruby/library/set/enumerable/to_set_spec.rb | 8 -
spec/ruby/library/set/initialize_clone_spec.rb | 22 +-
spec/ruby/library/set/join_spec.rb | 42 +-
spec/ruby/library/set/shared/inspect.rb | 2 +-
spec/ruby/library/set/sortedset/add_spec.rb | 42 --
spec/ruby/library/set/sortedset/append_spec.rb | 10 -
.../library/set/sortedset/case_equality_spec.rb | 10 -
spec/ruby/library/set/sortedset/classify_spec.rb | 30 -
spec/ruby/library/set/sortedset/clear_spec.rb | 20 -
spec/ruby/library/set/sortedset/collect_spec.rb | 10 -
.../ruby/library/set/sortedset/constructor_spec.rb | 18 -
spec/ruby/library/set/sortedset/delete_if_spec.rb | 41 --
spec/ruby/library/set/sortedset/delete_spec.rb | 40 --
spec/ruby/library/set/sortedset/difference_spec.rb | 10 -
spec/ruby/library/set/sortedset/divide_spec.rb | 37 --
spec/ruby/library/set/sortedset/each_spec.rb | 29 -
spec/ruby/library/set/sortedset/empty_spec.rb | 13 -
spec/ruby/library/set/sortedset/eql_spec.rb | 19 -
.../ruby/library/set/sortedset/equal_value_spec.rb | 16 -
spec/ruby/library/set/sortedset/exclusion_spec.rb | 21 -
spec/ruby/library/set/sortedset/filter_spec.rb | 10 -
.../library/set/sortedset/flatten_merge_spec.rb | 11 -
spec/ruby/library/set/sortedset/flatten_spec.rb | 47 --
spec/ruby/library/set/sortedset/hash_spec.rb | 16 -
spec/ruby/library/set/sortedset/include_spec.rb | 10 -
spec/ruby/library/set/sortedset/initialize_spec.rb | 33 -
spec/ruby/library/set/sortedset/inspect_spec.rb | 13 -
.../library/set/sortedset/intersection_spec.rb | 14 -
spec/ruby/library/set/sortedset/keep_if_spec.rb | 34 -
spec/ruby/library/set/sortedset/length_spec.rb | 10 -
spec/ruby/library/set/sortedset/map_spec.rb | 10 -
spec/ruby/library/set/sortedset/member_spec.rb | 10 -
spec/ruby/library/set/sortedset/merge_spec.rb | 22 -
spec/ruby/library/set/sortedset/minus_spec.rb | 10 -
spec/ruby/library/set/sortedset/plus_spec.rb | 10 -
.../set/sortedset/pretty_print_cycle_spec.rb | 13 -
.../library/set/sortedset/pretty_print_spec.rb | 20 -
.../library/set/sortedset/proper_subset_spec.rb | 36 --
.../library/set/sortedset/proper_superset_spec.rb | 36 --
spec/ruby/library/set/sortedset/reject_spec.rb | 45 --
spec/ruby/library/set/sortedset/replace_spec.rb | 20 -
spec/ruby/library/set/sortedset/select_spec.rb | 10 -
spec/ruby/library/set/sortedset/shared/add.rb | 14 -
spec/ruby/library/set/sortedset/shared/collect.rb | 20 -
.../library/set/sortedset/shared/difference.rb | 15 -
spec/ruby/library/set/sortedset/shared/include.rb | 7 -
.../library/set/sortedset/shared/intersection.rb | 15 -
spec/ruby/library/set/sortedset/shared/length.rb | 6 -
spec/ruby/library/set/sortedset/shared/select.rb | 35 --
spec/ruby/library/set/sortedset/shared/union.rb | 15 -
spec/ruby/library/set/sortedset/size_spec.rb | 10 -
spec/ruby/library/set/sortedset/sortedset_spec.rb | 24 +-
spec/ruby/library/set/sortedset/subset_spec.rb | 36 --
spec/ruby/library/set/sortedset/subtract_spec.rb | 20 -
spec/ruby/library/set/sortedset/superset_spec.rb | 36 --
spec/ruby/library/set/sortedset/to_a_spec.rb | 20 -
spec/ruby/library/set/sortedset/union_spec.rb | 14 -
.../library/socket/addrinfo/shared/to_sockaddr.rb | 4 +-
.../socket/shared/partially_closable_sockets.rb | 2 +-
spec/ruby/library/socket/socket/new_spec.rb | 2 -
.../socket/tcpsocket/partially_closable_spec.rb | 2 +-
spec/ruby/library/socket/tcpsocket/shared/new.rb | 10 +-
spec/ruby/library/socket/unixsocket/pair_spec.rb | 2 +-
.../socket/unixsocket/partially_closable_spec.rb | 2 +-
spec/ruby/library/stringio/append_spec.rb | 7 -
spec/ruby/library/stringio/bytes_spec.rb | 29 -
spec/ruby/library/stringio/chars_spec.rb | 29 -
spec/ruby/library/stringio/codepoints_spec.rb | 19 -
spec/ruby/library/stringio/lines_spec.rb | 53 --
spec/ruby/library/stringio/reopen_spec.rb | 30 -
spec/ruby/library/stringio/shared/sysread.rb | 2 +-
spec/ruby/library/stringio/shared/write.rb | 7 -
spec/ruby/library/zlib/deflate/new_spec.rb | 1 -
spec/ruby/library/zlib/gzipreader/new_spec.rb | 1 -
spec/ruby/library/zlib/inflate/new_spec.rb | 1 -
spec/ruby/optional/capi/class_spec.rb | 32 +-
spec/ruby/optional/capi/ext/kernel_spec.c | 11 +-
spec/ruby/optional/capi/ext/proc_spec.c | 15 +
spec/ruby/optional/capi/fixtures/kernel.rb | 19 +
spec/ruby/optional/capi/io_spec.rb | 7 +-
spec/ruby/optional/capi/kernel_spec.rb | 130 ++--
spec/ruby/optional/capi/proc_spec.rb | 53 ++
spec/ruby/optional/capi/util_spec.rb | 80 +--
spec/ruby/security/cve_2014_8080_spec.rb | 34 -
spec/ruby/security/cve_2017_17742_spec.rb | 37 --
spec/ruby/shared/queue/deque.rb | 23 +
spec/ruby/shared/rational/marshal_dump.rb | 5 -
spec/ruby/shared/rational/marshal_load.rb | 5 -
spec/ruby/shared/rational/quo.rb | 5 -
spec/ruby/shared/string/times.rb | 18 +-
spec/ruby/shared/types/rb_num2dbl_fails.rb | 17 +
test/snapshots/constants.txt | Bin 0 -> 2167 bytes
test/test_trick.rb | 24 +
yarp/regexp.c | 73 ++-
435 files changed, 3721 insertions(+), 9278 deletions(-)
delete mode 100644 spec/ruby/core/argf/bytes_spec.rb
delete mode 100644 spec/ruby/core/argf/chars_spec.rb
delete mode 100644 spec/ruby/core/argf/codepoints_spec.rb
delete mode 100644 spec/ruby/core/argf/lines_spec.rb
delete mode 100644 spec/ruby/core/env/index_spec.rb
delete mode 100644 spec/ruby/core/env/indexes_spec.rb
delete mode 100644 spec/ruby/core/env/indices_spec.rb
delete mode 100644 spec/ruby/core/hash/index_spec.rb
delete mode 100644 spec/ruby/core/hash/shared/equal.rb
delete mode 100644 spec/ruby/core/io/bytes_spec.rb
delete mode 100644 spec/ruby/core/io/chars_spec.rb
delete mode 100644 spec/ruby/core/io/codepoints_spec.rb
delete mode 100644 spec/ruby/core/io/lines_spec.rb
delete mode 100644 spec/ruby/core/kernel/iterator_spec.rb
delete mode 100644 spec/ruby/core/numeric/shared/quo.rb
create mode 100644 spec/ruby/core/string/byteindex_spec.rb
create mode 100644 spec/ruby/core/string/byterindex_spec.rb
create mode 100644 spec/ruby/core/string/shared/byte_index_common.rb
delete mode 100644 spec/ruby/core/string/shared/to_a.rb
create mode 100644 spec/ruby/core/thread/each_caller_location_spec.rb
delete mode 100644 spec/ruby/core/thread/exclusive_spec.rb
delete mode 100644 spec/ruby/core/time/succ_spec.rb
delete mode 100644 spec/ruby/library/date/shared/new_bang.rb
delete mode 100644 spec/ruby/library/digest/md5/shared/sample.rb
delete mode 100644 spec/ruby/library/rexml/attribute/clone_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/element_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/equal_value_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/hash_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/initialize_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/inspect_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/namespace_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/node_type_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/prefix_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/remove_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/to_s_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/to_string_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/value_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/write_spec.rb
delete mode 100644 spec/ruby/library/rexml/attribute/xpath_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/add_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/append_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/delete_all_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/delete_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/each_attribute_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/each_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/element_reference_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/element_set_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/get_attribute_ns_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/get_attribute_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/initialize_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/length_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/namespaces_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/prefixes_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/shared/add.rb
delete mode 100644 spec/ruby/library/rexml/attributes/shared/length.rb
delete mode 100644 spec/ruby/library/rexml/attributes/size_spec.rb
delete mode 100644 spec/ruby/library/rexml/attributes/to_a_spec.rb
delete mode 100644 spec/ruby/library/rexml/cdata/clone_spec.rb
delete mode 100644 spec/ruby/library/rexml/cdata/initialize_spec.rb
delete mode 100644 spec/ruby/library/rexml/cdata/shared/to_s.rb
delete mode 100644 spec/ruby/library/rexml/cdata/to_s_spec.rb
delete mode 100644 spec/ruby/library/rexml/cdata/value_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/add_element_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/add_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/clone_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/doctype_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/encoding_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/expanded_name_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/new_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/node_type_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/root_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/stand_alone_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/version_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/write_spec.rb
delete mode 100644 spec/ruby/library/rexml/document/xml_decl_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/add_attribute_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/add_attributes_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/add_element_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/add_namespace_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/add_text_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/attribute_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/attributes_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/cdatas_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/clone_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/comments_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/delete_attribute_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/delete_element_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/delete_namespace_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/document_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/each_element_with_attribute_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/each_element_with_text_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/element_reference_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/get_text_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/has_attributes_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/has_elements_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/has_text_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/inspect_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/instructions_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/namespace_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/namespaces_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/new_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/next_element_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/node_type_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/prefixes_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/previous_element_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/raw_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/root_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/text_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/texts_spec.rb
delete mode 100644 spec/ruby/library/rexml/element/whitespace_spec.rb
delete mode 100644 spec/ruby/library/rexml/node/each_recursive_spec.rb
delete mode 100644 spec/ruby/library/rexml/node/find_first_recursive_spec.rb
delete mode 100644 spec/ruby/library/rexml/node/index_in_parent_spec.rb
delete mode 100644 spec/ruby/library/rexml/node/next_sibling_node_spec.rb
delete mode 100644 spec/ruby/library/rexml/node/parent_spec.rb
delete mode 100644 spec/ruby/library/rexml/node/previous_sibling_node_spec.rb
delete mode 100644 spec/ruby/library/rexml/shared/each_element.rb
delete mode 100644 spec/ruby/library/rexml/shared/elements_to_a.rb
delete mode 100644 spec/ruby/library/rexml/text/append_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/clone_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/comparison_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/empty_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/indent_text_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/inspect_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/new_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/node_type_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/normalize_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/read_with_substitution_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/to_s_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/unnormalize_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/value_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/wrap_spec.rb
delete mode 100644 spec/ruby/library/rexml/text/write_with_substitution_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/add_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/append_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/case_equality_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/classify_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/clear_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/collect_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/constructor_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/delete_if_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/delete_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/difference_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/divide_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/each_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/empty_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/eql_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/equal_value_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/exclusion_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/filter_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/flatten_merge_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/flatten_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/hash_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/include_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/initialize_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/inspect_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/intersection_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/keep_if_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/length_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/map_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/member_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/merge_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/minus_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/plus_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/pretty_print_cycle_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/pretty_print_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/proper_subset_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/proper_superset_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/reject_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/replace_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/select_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/add.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/collect.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/difference.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/include.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/intersection.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/length.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/select.rb
delete mode 100644 spec/ruby/library/set/sortedset/shared/union.rb
delete mode 100644 spec/ruby/library/set/sortedset/size_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/subset_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/subtract_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/superset_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/to_a_spec.rb
delete mode 100644 spec/ruby/library/set/sortedset/union_spec.rb
delete mode 100644 spec/ruby/library/socket/socket/new_spec.rb
delete mode 100644 spec/ruby/library/stringio/bytes_spec.rb
delete mode 100644 spec/ruby/library/stringio/chars_spec.rb
delete mode 100644 spec/ruby/library/stringio/codepoints_spec.rb
delete mode 100644 spec/ruby/library/stringio/lines_spec.rb
delete mode 100644 spec/ruby/library/zlib/deflate/new_spec.rb
delete mode 100644 spec/ruby/library/zlib/gzipreader/new_spec.rb
delete mode 100644 spec/ruby/library/zlib/inflate/new_spec.rb
create mode 100644 spec/ruby/optional/capi/fixtures/kernel.rb
delete mode 100644 spec/ruby/security/cve_2014_8080_spec.rb
delete mode 100644 spec/ruby/security/cve_2017_17742_spec.rb
delete mode 100644 spec/ruby/shared/rational/marshal_dump.rb
delete mode 100644 spec/ruby/shared/rational/marshal_load.rb
delete mode 100644 spec/ruby/shared/rational/quo.rb
create mode 100644 spec/ruby/shared/types/rb_num2dbl_fails.rb
create mode 100644 test/snapshots/constants.txt
Latest commit hash = ec59b95cfd
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.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 -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/regexp.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 -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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.
builtin_binary.inc updated
compiling /tmp/ruby/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update typeprof to aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS = -j4 --jobserver-auth=4,5
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/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/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
From https://github.com/ruby/typeprof
* branch aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 -> FETCH_HEAD
HEAD is now at aabc019 Skip VM_CALL_BLOCKISEQ for Ruby < 3.3
echo aabc019684d8b4a1ed66c2a1ca48da7bbb18dcc0 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc
Installing to
installing binary commands: /tmp/ruby/install/trunk-repeat50/bin
installing base libraries: /tmp/ruby/install/trunk-repeat50/lib
installing arch files: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat50/bin
installing library scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
abbrev 0.1.1
base64 0.1.1
benchmark 0.2.1
bundler 2.5.0.dev
cgi 0.3.6
csv 3.2.7
delegate 0.3.0
did_you_mean 1.6.3
drb 2.1.1
english 0.7.2
erb 4.0.2
error_highlight 0.5.1
fileutils 1.7.1
find 0.1.1
forwardable 1.3.3
getoptlong 0.2.0
ipaddr 1.2.5
irb 1.7.0
logger 1.5.3
mutex_m 0.1.2
net-http 0.3.2
net-protocol 0.2.1
observer 0.1.1
open-uri 0.3.0
open3 0.1.2
optparse 0.4.0.pre.1
ostruct 0.5.5
pp 0.4.0
prettyprint 0.1.1
pstore 0.1.2
rdoc 6.5.0
readline 0.0.3
reline 0.3.5
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.1.1
ruby2_keywords 0.0.5
securerandom 0.2.2
set 1.0.3
shellwords 0.1.0
singleton 0.1.1
syntax_suggest 1.1.0
tempfile 0.1.3
time 0.2.2
timeout 0.4.0
tmpdir 0.1.3
tsort 0.1.1
un 0.2.1
uri 0.12.1
weakref 0.1.2
yaml 0.2.1
installing default gems from ext: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.4
date 3.3.3
digest 3.1.1
etc 1.4.2
fcntl 1.0.2
fiddle 1.1.2
io-console 0.6.0
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.1.0
pathname 0.2.1
psych 5.1.0
stringio 3.0.8
strscan 3.0.7
syslog 0.1.1
zlib 3.0.0
installing bundled gems: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
minitest 5.18.1
power_assert 2.0.3
rake 13.0.6
test-unit 3.6.1
rexml 3.2.5
rss 0.2.9
net-ftp 0.2.0
net-imap 0.3.6
net-pop 0.1.2
net-smtp 0.3.3
matrix 0.4.2
prime 0.1.2
rbs 3.1.0
typeprof 0.21.7
debug 1.8.0
racc 1.7.1
installing bundled gem cache: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1838 tests
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef -fPIC
XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0
CPPFLAGS =
DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3 -fstack-protector-strong
SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread
LANG =
LC_ALL =
LC_CTYPE =
MFLAGS =
RUSTC = rustc
YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
Ignore setproctitle.o because of setproctitle.c under missing
Ignore strlcat.o because of strlcat.c under missing
Ignore strlcpy.o because of strlcpy.c under missing
Checking leaked global symbols...none
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
Run options:
--seed=25541
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat50/test/excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=50
# Running tests:
Finished(1/50) tests in 1007.986125s, 24.8674 tests/s, 9143.6874 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 34867>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished(2/50) tests in 1227.118495s, 20.4267 tests/s, 7515.2734 assertions/s.
Finished(3/50) tests in 1020.154110s, 24.5708 tests/s, 9037.8737 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 #<File::Stat dev=0x8, ino=1251063956, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f71bff1d1e0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 run>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Finished thread: Rinda::TupleSpaceProxyTest#test_cancel_01: #<Thread:0x00007f71bff1d1e0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(4/50) tests in 1051.422892s, 23.8401 tests/s, 8769.6540 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 46771>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished(5/50) tests in 1064.369173s, 23.5501 tests/s, 8658.4864 assertions/s.
Finished(6/50) tests in 1058.302374s, 23.6851 tests/s, 8709.7168 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 38851>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f7245af25d0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished thread: Rinda::TupleSpaceProxyTest#test_cancel_01: #<Thread:0x00007f7245af25d0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(7/50) tests in 1056.665101s, 23.7218 tests/s, 8719.2432 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 35445>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished(8/50) tests in 1167.502090s, 21.4698 tests/s, 7896.6231 assertions/s.
Finished(9/50) tests in 1210.272461s, 20.7110 tests/s, 7617.8466 assertions/s.
Finished(10/50) tests in 1078.363960s, 23.2445 tests/s, 8550.7772 assertions/s.
Finished(11/50) tests in 1084.014384s, 23.1233 tests/s, 8505.4877 assertions/s.
Finished(12/50) tests in 1074.265583s, 23.3332 tests/s, 8583.8783 assertions/s.
Finished(13/50) tests in 1078.545840s, 23.2406 tests/s, 8540.9981 assertions/s.
Finished(14/50) tests in 1091.753260s, 22.9594 tests/s, 8447.1696 assertions/s.
Finished(15/50) tests in 1291.161559s, 19.4135 tests/s, 7140.4318 assertions/s.
Finished(16/50) tests in 1098.446111s, 22.8195 tests/s, 8394.2907 assertions/s.
Finished(17/50) tests in 1086.557068s, 23.0692 tests/s, 8485.9933 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_local: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 35911>
Leaked file descriptor: TestGemRemoteFetcher#test_download_local: 12 : #<TCPServer:fd 12, AF_INET6, ::, 35911>
Leaked file descriptor: TestGemRemoteFetcher#test_download_local: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_download_local: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_no_update: 11
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_no_update: 12
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_no_update: 13
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_no_update: 14
Finished(18/50) tests in 1093.824026s, 22.9159 tests/s, 8428.6858 assertions/s.
Finished(19/50) tests in 1101.147380s, 22.7635 tests/s, 8373.6575 assertions/s.
Finished(20/50) tests in 1099.093666s, 22.8061 tests/s, 8388.6390 assertions/s.
Finished(21/50) tests in 1279.103108s, 19.5965 tests/s, 7207.7411 assertions/s.
Finished(22/50) tests in 1199.117354s, 20.9037 tests/s, 7689.5043 assertions/s.
Finished(23/50) tests in 1109.533589s, 22.5915 tests/s, 8308.8742 assertions/s.
Finished(24/50) tests in 1110.095811s, 22.5800 tests/s, 8307.1739 assertions/s.
Finished(25/50) tests in 1108.125132s, 22.6202 tests/s, 8319.1697 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 38897>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f71c0b20550 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished thread: Rinda::TupleSpaceProxyTest#test_cancel_01: #<Thread:0x00007f71c0b20550 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Leaked thread: TestFiberThread#test_thread_join_timeout: #<Thread:0x00007f71c07f5a88 /tmp/ruby/src/trunk-repeat50/test/fiber/test_thread.rb:31 sleep>
Finished(26/50) tests in 1106.179894s, 22.6600 tests/s, 8332.4928 assertions/s.
Finished(27/50) tests in 1215.908704s, 20.6150 tests/s, 7580.0749 assertions/s.
Finished(28/50) tests in 1256.898181s, 19.9427 tests/s, 7338.4321 assertions/s.
Finished(29/50) tests in 1109.539924s, 22.5913 tests/s, 8306.7899 assertions/s.
Finished(30/50) tests in 1103.179159s, 22.7216 tests/s, 8358.3269 assertions/s.
Finished(31/50) tests in 1095.909796s, 22.8723 tests/s, 8413.9890 assertions/s.
Finished(32/50) tests in 1121.947208s, 22.3415 tests/s, 8217.8724 assertions/s.
Finished(33/50) tests in 1215.013796s, 20.6302 tests/s, 7587.9311 assertions/s.
Finished(34/50) tests in 1337.922584s, 18.7350 tests/s, 6888.2438 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 37751>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished(35/50) tests in 1124.335275s, 22.2941 tests/s, 8201.6852 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 44375>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f71c2204618 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished thread: Rinda::TupleSpaceProxyTest#test_cancel_01: #<Thread:0x00007f71c2204618 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(36/50) tests in 1120.401212s, 22.3723 tests/s, 8226.9377 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 32975>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 8 : #<TCPServer:fd 8, AF_INET6, ::, 32975>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_self_fetcher_with_proxy: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 7
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 8
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 9
Closed file descriptor: TestGemRemoteFetcher#test_ssl_connection: 10
Finished(37/50) tests in 1107.833196s, 22.6261 tests/s, 8323.4579 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 43991>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 8 : #<TCPServer:fd 8, AF_INET6, ::, 43991>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 7
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 8
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 9
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 10
Finished(38/50) tests in 1110.414993s, 22.5735 tests/s, 8304.0098 assertions/s.
Finished(39/50) tests in 1187.302380s, 21.1117 tests/s, 7759.7284 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 37121>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 12 : #<TCPServer:fd 12, AF_INET6, ::, 37121>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 11
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 12
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 13
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 14
Finished(40/50) tests in 1360.400585s, 18.4255 tests/s, 6777.1656 assertions/s.
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f71c02a4d90 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1259 sleep_forever>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 13
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 14
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 15
Finished thread: Rinda::TupleSpaceProxyTest#test_cancel_01: #<Thread:0x00007f71c02a4d90 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1259 dead>
Finished(41/50) tests in 1144.674063s, 21.8979 tests/s, 8053.6812 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 45587>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f71c1db00f8 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 run>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_cancel_01: 18
Finished thread: Rinda::TupleSpaceProxyTest#test_cancel_01: #<Thread:0x00007f71c1db00f8 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Leaked thread: TestFiberThread#test_thread_join_timeout: #<Thread:0x00007f719630c230 /tmp/ruby/src/trunk-repeat50/test/fiber/test_thread.rb:31 sleep>
Finished(42/50) tests in 1132.431464s, 22.1347 tests/s, 8137.5141 assertions/s.
Finished(43/50) tests in 1065.378308s, 23.5278 tests/s, 8646.3718 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 33479>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 8 : #<TCPServer:fd 8, AF_INET6, ::, 33479>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds: 10
Finished(44/50) tests in 1092.104273s, 22.9520 tests/s, 8443.3980 assertions/s.
Finished(45/50) tests in 1129.836145s, 22.1855 tests/s, 8161.9986 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 45119>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 12 : #<TCPServer:fd 12, AF_INET6, ::, 45119>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_insecure_ssl_connection_by_default: 11
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_insecure_ssl_connection_by_default: 12
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_insecure_ssl_connection_by_default: 13
Closed file descriptor: TestGemRemoteFetcher#test_do_not_allow_insecure_ssl_connection_by_default: 14
Finished(46/50) tests in 1336.988120s, 18.7481 tests/s, 6890.5870 assertions/s.
Finished(47/50) tests in 1202.682261s, 20.8417 tests/s, 7667.5389 assertions/s.
Finished(48/50) tests in 1160.627256s, 21.5969 tests/s, 7945.2830 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_token: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 34017>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_token: 12 : #<TCPServer:fd 12, AF_INET6, ::, 34017>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_token: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_instance_profile_creds_with_token: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_self_fetcher: 11
Closed file descriptor: TestGemRemoteFetcher#test_self_fetcher: 12
Closed file descriptor: TestGemRemoteFetcher#test_self_fetcher: 13
Closed file descriptor: TestGemRemoteFetcher#test_self_fetcher: 14
Finished(49/50) tests in 1144.792165s, 21.8957 tests/s, 8052.5298 assertions/s.
Finished(50/50) tests in 1162.848196s, 21.5557 tests/s, 7929.3041 assertions/s.
1253300 tests, 460949940 assertions, 0 failures, 0 errors, 3795 skips
ruby -v: ruby 3.3.0dev (2023-06-26T14:03:33Z master ec59b95cfd) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50
$ /tmp/ruby/build/trunk-repeat50/miniruby -I/tmp/ruby/src/trunk-repeat50/lib /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat50/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-06-26T14:03:33Z master ec59b95cfd) [x86_64-linux]
........................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................
Finished in 111.841212 seconds
3704 files, 32098 examples, 164871 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50" exit with 0.