# Logfile created on 2023-11-22 21:49:21 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055deec799c28 @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.20231122-214921", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055deec83b348 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055deec83b1e0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055deec83b028 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20231122-214921", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20231122-214921>, @binmode=false, @mon_data=#<Monitor:0x000055deec83af38>, @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 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.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
8e80cad..5672fb6 master -> origin/master
Updating 8e80cad..5672fb6
Fast-forward
.github/workflows/wasm.yml | 25 +-
.travis.yml | 5 +-
NEWS.md | 2 +-
array.c | 35 +-
bootstraptest/test_yjit.rb | 27 +
common.mk | 5 +
complex.c | 2 +-
dir.c | 17 +-
enumerator.c | 30 +-
ext/objspace/objspace_dump.c | 9 +-
file.c | 75 ++-
gems/bundled_gems | 2 +-
lib/bundler/lazy_specification.rb | 4 +-
lib/bundler/match_metadata.rb | 4 +
lib/bundler/spec_set.rb | 2 +-
lib/irb/context.rb | 2 +-
lib/irb/type_completion/completor.rb | 12 +-
lib/irb/type_completion/type_analyzer.rb | 48 +-
lib/prism/desugar_compiler.rb | 2 +-
lib/prism/prism.gemspec | 2 +
lib/resolv.rb | 6 +-
prism/config.yml | 4 +-
prism/diagnostic.c | 4 +
prism/diagnostic.h | 4 +
prism/enc/pm_cp949.c | 57 ++
prism/enc/pm_encoding.h | 2 +
prism/enc/pm_tables.c | 39 +-
prism/prism.c | 69 +-
process.c | 6 +-
shape.c | 10 +
.../install/gemfile/specific_platform_spec.rb | 58 ++
test/objspace/test_objspace.rb | 4 +-
test/prism/encoding_test.rb | 2 +
test/prism/errors_test.rb | 90 ++-
test/prism/fixtures/methods.txt | 4 +
test/prism/fixtures/ranges.txt | 2 +
test/prism/snapshots/arithmetic.txt | 88 +--
test/prism/snapshots/arrays.txt | 380 +++++------
test/prism/snapshots/begin_ensure.txt | 44 +-
test/prism/snapshots/begin_rescue.txt | 140 ++---
test/prism/snapshots/blocks.txt | 156 ++---
test/prism/snapshots/boolean_operators.txt | 12 +-
test/prism/snapshots/break.txt | 16 +-
test/prism/snapshots/case.txt | 36 +-
test/prism/snapshots/classes.txt | 36 +-
test/prism/snapshots/comments.txt | 56 +-
test/prism/snapshots/constants.txt | 352 +++++------
test/prism/snapshots/dash_heredocs.txt | 24 +-
test/prism/snapshots/defined.txt | 8 +-
test/prism/snapshots/dos_endings.txt | 12 +-
test/prism/snapshots/endless_methods.txt | 12 +-
test/prism/snapshots/hashes.txt | 68 +-
.../heredoc_with_escaped_newline_at_start.txt | 8 +-
test/prism/snapshots/if.txt | 52 +-
test/prism/snapshots/integer_operations.txt | 128 ++--
test/prism/snapshots/keyword_method_names.txt | 8 +-
test/prism/snapshots/lambda.txt | 20 +-
test/prism/snapshots/method_calls.txt | 492 +++++++--------
test/prism/snapshots/methods.txt | 173 ++++--
test/prism/snapshots/modules.txt | 16 +-
test/prism/snapshots/non_alphanumeric_methods.txt | 4 +-
test/prism/snapshots/not.txt | 124 ++--
test/prism/snapshots/patterns.txt | 692 ++++++++++-----------
test/prism/snapshots/procs.txt | 12 +-
test/prism/snapshots/ranges.txt | 62 +-
test/prism/snapshots/regex.txt | 48 +-
test/prism/snapshots/rescue.txt | 64 +-
.../snapshots/seattlerb/TestRubyParserShared.txt | 12 +-
test/prism/snapshots/seattlerb/and_multi.txt | 4 +-
.../seattlerb/array_lits_trailing_calls.txt | 8 +-
test/prism/snapshots/seattlerb/assoc__bare.txt | 4 +-
test/prism/snapshots/seattlerb/assoc_label.txt | 4 +-
.../snapshots/seattlerb/attr_asgn_colon_id.txt | 4 +-
.../snapshots/seattlerb/attrasgn_array_arg.txt | 8 +-
.../snapshots/seattlerb/attrasgn_array_lhs.txt | 12 +-
.../seattlerb/attrasgn_primary_dot_constant.txt | 8 +-
.../seattlerb/backticks_interpolation_line.txt | 8 +-
test/prism/snapshots/seattlerb/bang_eq.txt | 4 +-
test/prism/snapshots/seattlerb/bdot2.txt | 8 +-
test/prism/snapshots/seattlerb/bdot3.txt | 8 +-
.../snapshots/seattlerb/block_arg_kwsplat.txt | 4 +-
.../seattlerb/block_arg_opt_arg_block.txt | 4 +-
.../snapshots/seattlerb/block_arg_opt_splat.txt | 4 +-
.../block_arg_opt_splat_arg_block_omfg.txt | 4 +-
.../snapshots/seattlerb/block_arg_optional.txt | 4 +-
test/prism/snapshots/seattlerb/block_arg_scope.txt | 4 +-
.../prism/snapshots/seattlerb/block_arg_scope2.txt | 4 +-
.../snapshots/seattlerb/block_arg_splat_arg.txt | 4 +-
.../snapshots/seattlerb/block_args_kwargs.txt | 4 +-
.../snapshots/seattlerb/block_args_no_kwargs.txt | 4 +-
test/prism/snapshots/seattlerb/block_args_opt1.txt | 4 +-
test/prism/snapshots/seattlerb/block_args_opt2.txt | 4 +-
.../snapshots/seattlerb/block_args_opt2_2.txt | 4 +-
test/prism/snapshots/seattlerb/block_args_opt3.txt | 4 +-
test/prism/snapshots/seattlerb/block_break.txt | 8 +-
.../seattlerb/block_call_defn_call_block_call.txt | 16 +-
.../seattlerb/block_call_dot_op2_brace_block.txt | 24 +-
.../block_call_dot_op2_cmd_args_do_block.txt | 28 +-
.../seattlerb/block_call_operation_colon.txt | 16 +-
.../seattlerb/block_call_operation_dot.txt | 16 +-
.../seattlerb/block_call_paren_call_block_call.txt | 16 +-
.../seattlerb/block_command_operation_colon.txt | 8 +-
.../seattlerb/block_command_operation_dot.txt | 8 +-
.../seattlerb/block_decomp_anon_splat_arg.txt | 4 +-
.../snapshots/seattlerb/block_decomp_arg_splat.txt | 4 +-
.../seattlerb/block_decomp_arg_splat_arg.txt | 4 +-
.../snapshots/seattlerb/block_decomp_splat.txt | 4 +-
test/prism/snapshots/seattlerb/block_kw.txt | 4 +-
.../snapshots/seattlerb/block_kw__required.txt | 4 +-
.../prism/snapshots/seattlerb/block_kwarg_lvar.txt | 4 +-
.../seattlerb/block_kwarg_lvar_multiple.txt | 4 +-
test/prism/snapshots/seattlerb/block_next.txt | 8 +-
test/prism/snapshots/seattlerb/block_opt_arg.txt | 4 +-
test/prism/snapshots/seattlerb/block_opt_splat.txt | 4 +-
.../seattlerb/block_opt_splat_arg_block_omfg.txt | 4 +-
test/prism/snapshots/seattlerb/block_optarg.txt | 4 +-
.../snapshots/seattlerb/block_paren_splat.txt | 4 +-
.../prism/snapshots/seattlerb/block_reg_optarg.txt | 4 +-
test/prism/snapshots/seattlerb/block_return.txt | 8 +-
test/prism/snapshots/seattlerb/block_scope.txt | 4 +-
test/prism/snapshots/seattlerb/block_splat_reg.txt | 4 +-
test/prism/snapshots/seattlerb/bug169.txt | 4 +-
test/prism/snapshots/seattlerb/bug179.txt | 4 +-
test/prism/snapshots/seattlerb/bug191.txt | 16 +-
test/prism/snapshots/seattlerb/bug236.txt | 8 +-
test/prism/snapshots/seattlerb/bug290.txt | 4 +-
test/prism/snapshots/seattlerb/bug_187.txt | 12 +-
test/prism/snapshots/seattlerb/bug_249.txt | 12 +-
test/prism/snapshots/seattlerb/bug_args__19.txt | 8 +-
test/prism/snapshots/seattlerb/bug_args_masgn.txt | 4 +-
test/prism/snapshots/seattlerb/bug_args_masgn2.txt | 4 +-
.../seattlerb/bug_args_masgn_outer_parens__19.txt | 4 +-
.../seattlerb/bug_call_arglist_parens.txt | 12 +-
test/prism/snapshots/seattlerb/bug_comma.txt | 8 +-
test/prism/snapshots/seattlerb/bug_hash_args.txt | 4 +-
.../seattlerb/bug_hash_args_trailing_comma.txt | 4 +-
test/prism/snapshots/seattlerb/bug_masgn_right.txt | 4 +-
test/prism/snapshots/seattlerb/bug_not_parens.txt | 8 +-
.../snapshots/seattlerb/bug_op_asgn_rescue.txt | 4 +-
test/prism/snapshots/seattlerb/call_and.txt | 4 +-
test/prism/snapshots/seattlerb/call_arg_assoc.txt | 4 +-
.../snapshots/seattlerb/call_arg_assoc_kwsplat.txt | 4 +-
.../prism/snapshots/seattlerb/call_arg_kwsplat.txt | 8 +-
.../snapshots/seattlerb/call_args_assoc_quoted.txt | 16 +-
.../seattlerb/call_args_assoc_trailing_comma.txt | 4 +-
.../snapshots/seattlerb/call_args_command.txt | 16 +-
test/prism/snapshots/seattlerb/call_array_arg.txt | 4 +-
.../snapshots/seattlerb/call_array_block_call.txt | 8 +-
.../seattlerb/call_array_lambda_block_call.txt | 4 +-
.../seattlerb/call_array_lit_inline_hash.txt | 4 +-
test/prism/snapshots/seattlerb/call_assoc.txt | 4 +-
test/prism/snapshots/seattlerb/call_assoc_new.txt | 4 +-
.../seattlerb/call_assoc_new_if_multiline.txt | 4 +-
.../seattlerb/call_assoc_trailing_comma.txt | 4 +-
.../snapshots/seattlerb/call_bang_command_call.txt | 12 +-
.../snapshots/seattlerb/call_bang_squiggle.txt | 4 +-
.../seattlerb/call_begin_call_block_call.txt | 12 +-
.../snapshots/seattlerb/call_block_arg_named.txt | 8 +-
test/prism/snapshots/seattlerb/call_carat.txt | 4 +-
test/prism/snapshots/seattlerb/call_colon2.txt | 4 +-
.../snapshots/seattlerb/call_colon_parens.txt | 4 +-
test/prism/snapshots/seattlerb/call_div.txt | 4 +-
test/prism/snapshots/seattlerb/call_dot_parens.txt | 4 +-
test/prism/snapshots/seattlerb/call_env.txt | 8 +-
test/prism/snapshots/seattlerb/call_eq3.txt | 4 +-
test/prism/snapshots/seattlerb/call_gt.txt | 4 +-
test/prism/snapshots/seattlerb/call_kwsplat.txt | 4 +-
.../snapshots/seattlerb/call_leading_dots.txt | 12 +-
.../seattlerb/call_leading_dots_comment.txt | 12 +-
test/prism/snapshots/seattlerb/call_lt.txt | 4 +-
test/prism/snapshots/seattlerb/call_lte.txt | 4 +-
test/prism/snapshots/seattlerb/call_not.txt | 4 +-
test/prism/snapshots/seattlerb/call_pipe.txt | 4 +-
test/prism/snapshots/seattlerb/call_rshift.txt | 4 +-
.../snapshots/seattlerb/call_self_brackets.txt | 4 +-
test/prism/snapshots/seattlerb/call_spaceship.txt | 4 +-
.../seattlerb/call_stabby_do_end_with_block.txt | 4 +-
.../seattlerb/call_stabby_with_braces_block.txt | 4 +-
test/prism/snapshots/seattlerb/call_star.txt | 4 +-
test/prism/snapshots/seattlerb/call_star2.txt | 4 +-
.../snapshots/seattlerb/call_trailing_comma.txt | 4 +-
.../snapshots/seattlerb/call_trailing_dots.txt | 12 +-
test/prism/snapshots/seattlerb/call_unary_bang.txt | 4 +-
test/prism/snapshots/seattlerb/case_in.txt | 4 +-
test/prism/snapshots/seattlerb/dasgn_icky2.txt | 4 +-
.../snapshots/seattlerb/defn_arg_forward_args.txt | 4 +-
.../snapshots/seattlerb/defn_args_forward_args.txt | 4 +-
.../snapshots/seattlerb/defn_endless_command.txt | 4 +-
.../seattlerb/defn_endless_command_rescue.txt | 4 +-
.../snapshots/seattlerb/defn_forward_args.txt | 4 +-
.../seattlerb/defn_forward_args__no_parens.txt | 4 +-
test/prism/snapshots/seattlerb/defn_kwarg_env.txt | 4 +-
test/prism/snapshots/seattlerb/defn_oneliner.txt | 4 +-
.../snapshots/seattlerb/defn_oneliner_noargs.txt | 4 +-
.../seattlerb/defn_oneliner_noargs_parentheses.txt | 4 +-
.../snapshots/seattlerb/defn_oneliner_rescue.txt | 12 +-
.../seattlerb/defs_as_arg_with_do_block_inside.txt | 12 +-
.../snapshots/seattlerb/defs_endless_command.txt | 8 +-
.../seattlerb/defs_endless_command_rescue.txt | 8 +-
test/prism/snapshots/seattlerb/defs_oneliner.txt | 4 +-
.../snapshots/seattlerb/defs_oneliner_rescue.txt | 12 +-
test/prism/snapshots/seattlerb/difficult0_.txt | 12 +-
.../seattlerb/difficult1_line_numbers.txt | 72 +--
.../seattlerb/difficult1_line_numbers2.txt | 12 +-
test/prism/snapshots/seattlerb/difficult2_.txt | 8 +-
test/prism/snapshots/seattlerb/difficult3_.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3_2.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3_3.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3_4.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3_5.txt | 8 +-
test/prism/snapshots/seattlerb/difficult3__10.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3__11.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3__12.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3__6.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3__7.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3__8.txt | 4 +-
test/prism/snapshots/seattlerb/difficult3__9.txt | 4 +-
.../seattlerb/difficult4__leading_dots.txt | 8 +-
test/prism/snapshots/seattlerb/difficult6_.txt | 4 +-
test/prism/snapshots/seattlerb/difficult6__7.txt | 12 +-
test/prism/snapshots/seattlerb/difficult6__8.txt | 12 +-
test/prism/snapshots/seattlerb/difficult7_.txt | 16 +-
test/prism/snapshots/seattlerb/do_bug.txt | 12 +-
test/prism/snapshots/seattlerb/dot2_nil__26.txt | 4 +-
test/prism/snapshots/seattlerb/dot3_nil__26.txt | 4 +-
test/prism/snapshots/seattlerb/dstr_evstr.txt | 4 +-
.../snapshots/seattlerb/dstr_evstr_empty_end.txt | 4 +-
test/prism/snapshots/seattlerb/dstr_lex_state.txt | 4 +-
...eq_begin_why_wont_people_use_their_spacebar.txt | 12 +-
test/prism/snapshots/seattlerb/evstr_evstr.txt | 8 +-
test/prism/snapshots/seattlerb/evstr_str.txt | 4 +-
test/prism/snapshots/seattlerb/expr_not_bang.txt | 12 +-
test/prism/snapshots/seattlerb/flip2_env_lvar.txt | 8 +-
...edoc_squiggly_blank_line_plus_interpolation.txt | 12 +-
.../heredoc_trailing_slash_continued_call.txt | 4 +-
test/prism/snapshots/seattlerb/if_symbol.txt | 4 +-
test/prism/snapshots/seattlerb/index_0.txt | 12 +-
test/prism/snapshots/seattlerb/index_0_opasgn.txt | 8 +-
test/prism/snapshots/seattlerb/iter_args_1.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_10_1.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_10_2.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_11_1.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_11_2.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_2__19.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_3.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_4.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_5.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_6.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_7_1.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_7_2.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_8_1.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_8_2.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_9_1.txt | 4 +-
test/prism/snapshots/seattlerb/iter_args_9_2.txt | 4 +-
test/prism/snapshots/seattlerb/iter_kwarg.txt | 4 +-
.../snapshots/seattlerb/iter_kwarg_kwsplat.txt | 4 +-
test/prism/snapshots/seattlerb/label_vs_string.txt | 8 +-
.../snapshots/seattlerb/lambda_do_vs_brace.txt | 16 +-
.../seattlerb/lasgn_call_bracket_rescue_arg.txt | 4 +-
.../seattlerb/lasgn_call_nobracket_rescue_arg.txt | 4 +-
test/prism/snapshots/seattlerb/lasgn_command.txt | 8 +-
.../seattlerb/lasgn_lasgn_command_call.txt | 4 +-
.../snapshots/seattlerb/lasgn_middle_splat.txt | 12 +-
.../snapshots/seattlerb/masgn_anon_splat_arg.txt | 4 +-
.../snapshots/seattlerb/masgn_arg_colon_arg.txt | 12 +-
test/prism/snapshots/seattlerb/masgn_arg_ident.txt | 12 +-
.../snapshots/seattlerb/masgn_arg_splat_arg.txt | 4 +-
test/prism/snapshots/seattlerb/masgn_colon2.txt | 4 +-
.../snapshots/seattlerb/masgn_command_call.txt | 8 +-
.../snapshots/seattlerb/masgn_double_paren.txt | 4 +-
test/prism/snapshots/seattlerb/masgn_paren.txt | 8 +-
test/prism/snapshots/seattlerb/masgn_splat_arg.txt | 4 +-
.../snapshots/seattlerb/masgn_splat_arg_arg.txt | 4 +-
.../snapshots/seattlerb/masgn_var_star_var.txt | 4 +-
.../snapshots/seattlerb/messy_op_asgn_lineno.txt | 12 +-
.../seattlerb/method_call_assoc_trailing_comma.txt | 8 +-
.../seattlerb/method_call_trailing_comma.txt | 8 +-
.../snapshots/seattlerb/mlhs_back_anonsplat.txt | 4 +-
test/prism/snapshots/seattlerb/mlhs_back_splat.txt | 4 +-
.../snapshots/seattlerb/mlhs_front_anonsplat.txt | 4 +-
.../prism/snapshots/seattlerb/mlhs_front_splat.txt | 4 +-
test/prism/snapshots/seattlerb/mlhs_keyword.txt | 8 +-
.../snapshots/seattlerb/mlhs_mid_anonsplat.txt | 4 +-
test/prism/snapshots/seattlerb/mlhs_mid_splat.txt | 4 +-
test/prism/snapshots/seattlerb/mlhs_rescue.txt | 4 +-
.../seattlerb/multiline_hash_declaration.txt | 12 +-
.../snapshots/seattlerb/op_asgn_command_call.txt | 8 +-
.../seattlerb/op_asgn_dot_ident_command_call.txt | 4 +-
.../seattlerb/op_asgn_index_command_call.txt | 8 +-
.../op_asgn_primary_colon_const_command_call.txt | 8 +-
..._asgn_primary_colon_identifier_command_call.txt | 8 +-
.../op_asgn_val_dot_ident_command_call.txt | 8 +-
.../snapshots/seattlerb/parse_if_not_canonical.txt | 12 +-
.../seattlerb/parse_if_not_noncanonical.txt | 12 +-
.../prism/snapshots/seattlerb/parse_line_block.txt | 4 +-
.../seattlerb/parse_line_block_inline_comment.txt | 12 +-
..._line_block_inline_comment_leading_newlines.txt | 12 +-
.../parse_line_block_inline_multiline_comment.txt | 12 +-
...rse_line_call_ivar_arg_no_parens_line_break.txt | 4 +-
.../parse_line_call_ivar_line_break_paren.txt | 4 +-
.../seattlerb/parse_line_call_no_args.txt | 8 +-
.../seattlerb/parse_line_defn_complex.txt | 4 +-
test/prism/snapshots/seattlerb/parse_line_dot2.txt | 12 +-
.../snapshots/seattlerb/parse_line_dot2_open.txt | 8 +-
test/prism/snapshots/seattlerb/parse_line_dot3.txt | 12 +-
.../snapshots/seattlerb/parse_line_dot3_open.txt | 8 +-
.../seattlerb/parse_line_evstr_after_break.txt | 4 +-
.../snapshots/seattlerb/parse_line_heredoc.txt | 8 +-
.../seattlerb/parse_line_heredoc_evstr.txt | 4 +-
.../seattlerb/parse_line_heredoc_regexp_chars.txt | 4 +-
.../seattlerb/parse_line_iter_call_no_parens.txt | 12 +-
.../seattlerb/parse_line_iter_call_parens.txt | 12 +-
.../snapshots/seattlerb/parse_line_op_asgn.txt | 8 +-
.../snapshots/seattlerb/parse_line_postexe.txt | 4 +-
.../snapshots/seattlerb/parse_line_preexe.txt | 4 +-
.../snapshots/seattlerb/parse_line_rescue.txt | 12 +-
.../parse_line_str_with_newline_escape.txt | 4 +-
.../snapshots/seattlerb/parse_line_to_ary.txt | 8 +-
.../seattlerb/parse_line_trailing_newlines.txt | 8 +-
.../seattlerb/parse_opt_call_args_assocs_comma.txt | 4 +-
.../seattlerb/parse_opt_call_args_lit_comma.txt | 4 +-
.../snapshots/seattlerb/parse_pattern_044.txt | 4 +-
.../seattlerb/parse_until_not_canonical.txt | 12 +-
.../seattlerb/parse_until_not_noncanonical.txt | 12 +-
.../seattlerb/parse_while_not_canonical.txt | 12 +-
.../seattlerb/parse_while_not_noncanonical.txt | 12 +-
test/prism/snapshots/seattlerb/pipe_semicolon.txt | 8 +-
test/prism/snapshots/seattlerb/pipe_space.txt | 8 +-
test/prism/snapshots/seattlerb/qsymbols_interp.txt | 4 +-
.../snapshots/seattlerb/quoted_symbol_hash_arg.txt | 4 +-
.../seattlerb/rescue_do_end_ensure_result.txt | 8 +-
.../snapshots/seattlerb/rescue_do_end_no_raise.txt | 4 +-
.../snapshots/seattlerb/rescue_do_end_raised.txt | 8 +-
.../snapshots/seattlerb/rescue_do_end_rescued.txt | 8 +-
test/prism/snapshots/seattlerb/rescue_in_block.txt | 8 +-
test/prism/snapshots/seattlerb/rescue_parens.txt | 12 +-
.../snapshots/seattlerb/return_call_assocs.txt | 20 +-
test/prism/snapshots/seattlerb/safe_attrasgn.txt | 8 +-
.../snapshots/seattlerb/safe_attrasgn_constant.txt | 8 +-
test/prism/snapshots/seattlerb/safe_call.txt | 8 +-
.../seattlerb/safe_call_after_newline.txt | 8 +-
.../snapshots/seattlerb/safe_call_dot_parens.txt | 8 +-
.../snapshots/seattlerb/safe_call_newline.txt | 8 +-
.../snapshots/seattlerb/safe_call_operator.txt | 8 +-
.../snapshots/seattlerb/safe_call_rhs_newline.txt | 8 +-
test/prism/snapshots/seattlerb/safe_calls.txt | 12 +-
test/prism/snapshots/seattlerb/safe_op_asgn.txt | 8 +-
test/prism/snapshots/seattlerb/safe_op_asgn2.txt | 8 +-
.../seattlerb/slashy_newlines_within_string.txt | 16 +-
.../snapshots/seattlerb/stabby_block_iter_call.txt | 12 +-
.../stabby_block_iter_call_no_target_with_arg.txt | 8 +-
test/prism/snapshots/seattlerb/str_backslashes.txt | 4 +-
.../str_double_double_escaped_newline.txt | 8 +-
.../seattlerb/str_double_escaped_newline.txt | 8 +-
.../snapshots/seattlerb/str_double_newline.txt | 8 +-
test/prism/snapshots/seattlerb/str_evstr.txt | 4 +-
.../prism/snapshots/seattlerb/str_evstr_escape.txt | 4 +-
.../snapshots/seattlerb/str_heredoc_interp.txt | 4 +-
.../seattlerb/str_interp_ternary_or_label.txt | 20 +-
.../prism/snapshots/seattlerb/str_pct_Q_nested.txt | 4 +-
.../str_single_double_escaped_newline.txt | 8 +-
.../seattlerb/str_single_escaped_newline.txt | 8 +-
.../snapshots/seattlerb/str_single_newline.txt | 8 +-
test/prism/snapshots/seattlerb/symbol_list.txt | 8 +-
test/prism/snapshots/seattlerb/thingy.txt | 16 +-
test/prism/snapshots/seattlerb/unary_minus.txt | 8 +-
test/prism/snapshots/seattlerb/unary_plus.txt | 8 +-
.../snapshots/seattlerb/unary_plus_on_literal.txt | 4 +-
test/prism/snapshots/seattlerb/unary_tilde.txt | 8 +-
test/prism/snapshots/seattlerb/utf8_bom.txt | 4 +-
test/prism/snapshots/seattlerb/when_splat.txt | 8 +-
.../snapshots/seattlerb/yield_call_assocs.txt | 20 +-
test/prism/snapshots/spanning_heredoc.txt | 40 +-
test/prism/snapshots/strings.txt | 16 +-
test/prism/snapshots/symbols.txt | 4 +-
test/prism/snapshots/ternary_operator.txt | 56 +-
test/prism/snapshots/unless.txt | 8 +-
.../unparser/corpus/literal/assignment.txt | 116 ++--
.../snapshots/unparser/corpus/literal/block.txt | 260 ++++----
.../snapshots/unparser/corpus/literal/case.txt | 112 ++--
.../snapshots/unparser/corpus/literal/class.txt | 20 +-
.../snapshots/unparser/corpus/literal/def.txt | 104 ++--
.../snapshots/unparser/corpus/literal/defs.txt | 56 +-
.../snapshots/unparser/corpus/literal/dstr.txt | 20 +-
.../snapshots/unparser/corpus/literal/flipflop.txt | 40 +-
.../snapshots/unparser/corpus/literal/for.txt | 36 +-
.../snapshots/unparser/corpus/literal/hookexe.txt | 12 +-
.../prism/snapshots/unparser/corpus/literal/if.txt | 28 +-
.../snapshots/unparser/corpus/literal/kwbegin.txt | 64 +-
.../snapshots/unparser/corpus/literal/lambda.txt | 8 +-
.../snapshots/unparser/corpus/literal/literal.txt | 64 +-
.../snapshots/unparser/corpus/literal/module.txt | 8 +-
.../snapshots/unparser/corpus/literal/opasgn.txt | 60 +-
.../snapshots/unparser/corpus/literal/pattern.txt | 16 +-
.../snapshots/unparser/corpus/literal/pragma.txt | 4 +-
.../snapshots/unparser/corpus/literal/rescue.txt | 24 +-
.../snapshots/unparser/corpus/literal/send.txt | 624 +++++++++----------
.../snapshots/unparser/corpus/literal/since/27.txt | 4 +-
.../snapshots/unparser/corpus/literal/since/31.txt | 8 +-
.../snapshots/unparser/corpus/literal/since/32.txt | 8 +-
.../snapshots/unparser/corpus/literal/super.txt | 60 +-
.../snapshots/unparser/corpus/literal/unary.txt | 80 +--
.../unparser/corpus/literal/variables.txt | 4 +-
.../snapshots/unparser/corpus/literal/while.txt | 104 ++--
.../snapshots/unparser/corpus/literal/yield.txt | 12 +-
.../snapshots/unparser/corpus/semantic/and.txt | 64 +-
.../snapshots/unparser/corpus/semantic/block.txt | 28 +-
.../snapshots/unparser/corpus/semantic/def.txt | 16 +-
.../snapshots/unparser/corpus/semantic/kwbegin.txt | 40 +-
.../snapshots/unparser/corpus/semantic/literal.txt | 12 +-
.../snapshots/unparser/corpus/semantic/send.txt | 56 +-
.../snapshots/unparser/corpus/semantic/while.txt | 52 +-
test/prism/snapshots/until.txt | 16 +-
test/prism/snapshots/variables.txt | 16 +-
test/prism/snapshots/while.txt | 36 +-
.../ambiuous_quoted_label_in_ternary_operator.txt | 12 +-
test/prism/snapshots/whitequark/and.txt | 16 +-
test/prism/snapshots/whitequark/and_asgn.txt | 8 +-
test/prism/snapshots/whitequark/and_or_masgn.txt | 16 +-
.../snapshots/whitequark/anonymous_blockarg.txt | 4 +-
test/prism/snapshots/whitequark/arg_label.txt | 16 +-
test/prism/snapshots/whitequark/arg_scope.txt | 4 +-
.../snapshots/whitequark/args_args_assocs.txt | 20 +-
.../whitequark/args_args_assocs_comma.txt | 12 +-
.../prism/snapshots/whitequark/args_args_comma.txt | 12 +-
test/prism/snapshots/whitequark/args_args_star.txt | 28 +-
test/prism/snapshots/whitequark/args_assocs.txt | 24 +-
.../snapshots/whitequark/args_assocs_comma.txt | 8 +-
.../snapshots/whitequark/args_assocs_legacy.txt | 24 +-
.../prism/snapshots/whitequark/args_block_pass.txt | 8 +-
test/prism/snapshots/whitequark/args_cmd.txt | 12 +-
test/prism/snapshots/whitequark/args_star.txt | 20 +-
test/prism/snapshots/whitequark/array_splat.txt | 12 +-
.../snapshots/whitequark/array_symbols_interp.txt | 8 +-
.../snapshots/whitequark/array_words_interp.txt | 8 +-
test/prism/snapshots/whitequark/asgn_cmd.txt | 8 +-
test/prism/snapshots/whitequark/asgn_mrhs.txt | 16 +-
test/prism/snapshots/whitequark/bang.txt | 8 +-
test/prism/snapshots/whitequark/bang_cmd.txt | 12 +-
test/prism/snapshots/whitequark/begin_cmdarg.txt | 8 +-
.../whitequark/beginless_erange_after_newline.txt | 4 +-
.../whitequark/beginless_irange_after_newline.txt | 4 +-
test/prism/snapshots/whitequark/blockargs.txt | 140 ++---
test/prism/snapshots/whitequark/break.txt | 8 +-
test/prism/snapshots/whitequark/break_block.txt | 8 +-
test/prism/snapshots/whitequark/bug_447.txt | 8 +-
test/prism/snapshots/whitequark/bug_452.txt | 16 +-
test/prism/snapshots/whitequark/bug_466.txt | 12 +-
test/prism/snapshots/whitequark/bug_473.txt | 4 +-
test/prism/snapshots/whitequark/bug_480.txt | 4 +-
test/prism/snapshots/whitequark/bug_481.txt | 8 +-
.../whitequark/bug_cmd_string_lookahead.txt | 4 +-
test/prism/snapshots/whitequark/bug_cmdarg.txt | 20 +-
.../whitequark/bug_do_block_in_call_args.txt | 8 +-
.../whitequark/bug_do_block_in_cmdarg.txt | 8 +-
.../whitequark/bug_do_block_in_hash_brace.txt | 64 +-
test/prism/snapshots/whitequark/bug_heredoc_do.txt | 4 +-
.../snapshots/whitequark/bug_lambda_leakage.txt | 4 +-
.../whitequark/bug_while_not_parens_do.txt | 4 +-
test/prism/snapshots/whitequark/case_cond.txt | 4 +-
test/prism/snapshots/whitequark/case_cond_else.txt | 4 +-
test/prism/snapshots/whitequark/case_expr.txt | 8 +-
test/prism/snapshots/whitequark/case_expr_else.txt | 12 +-
.../whitequark/class_definition_in_while_cond.txt | 16 +-
.../snapshots/whitequark/class_super_label.txt | 4 +-
.../whitequark/comments_before_leading_dot__27.txt | 32 +-
test/prism/snapshots/whitequark/cond_begin.txt | 8 +-
.../snapshots/whitequark/cond_begin_masgn.txt | 8 +-
test/prism/snapshots/whitequark/cond_eflipflop.txt | 20 +-
test/prism/snapshots/whitequark/cond_iflipflop.txt | 20 +-
.../whitequark/cond_match_current_line.txt | 4 +-
.../snapshots/whitequark/dedenting_heredoc.txt | 72 +--
test/prism/snapshots/whitequark/defined.txt | 8 +-
test/prism/snapshots/whitequark/defs.txt | 4 +-
.../whitequark/endless_comparison_method.txt | 24 +-
test/prism/snapshots/whitequark/endless_method.txt | 16 +-
.../whitequark/endless_method_command_syntax.txt | 44 +-
.../endless_method_forwarded_args_legacy.txt | 4 +-
test/prism/snapshots/whitequark/ensure.txt | 8 +-
test/prism/snapshots/whitequark/for.txt | 16 +-
test/prism/snapshots/whitequark/for_mlhs.txt | 8 +-
test/prism/snapshots/whitequark/forward_arg.txt | 4 +-
.../whitequark/forward_arg_with_open_args.txt | 32 +-
.../snapshots/whitequark/forward_args_legacy.txt | 4 +-
.../forwarded_argument_with_kwrestarg.txt | 4 +-
.../whitequark/forwarded_argument_with_restarg.txt | 4 +-
.../snapshots/whitequark/forwarded_kwrestarg.txt | 4 +-
.../forwarded_kwrestarg_with_additional_kwarg.txt | 4 +-
.../snapshots/whitequark/forwarded_restarg.txt | 4 +-
test/prism/snapshots/whitequark/hash_kwsplat.txt | 4 +-
test/prism/snapshots/whitequark/hash_label_end.txt | 8 +-
.../whitequark/hash_pair_value_omission.txt | 12 +-
test/prism/snapshots/whitequark/if.txt | 16 +-
test/prism/snapshots/whitequark/if_else.txt | 24 +-
test/prism/snapshots/whitequark/if_elsif.txt | 12 +-
test/prism/snapshots/whitequark/if_masgn__24.txt | 4 +-
test/prism/snapshots/whitequark/if_mod.txt | 8 +-
test/prism/snapshots/whitequark/if_nl_then.txt | 8 +-
.../whitequark/keyword_argument_omission.txt | 12 +-
.../snapshots/whitequark/kwbegin_compstmt.txt | 8 +-
test/prism/snapshots/whitequark/kwnilarg.txt | 4 +-
.../kwoptarg_with_kwrestarg_and_forwarded_args.txt | 4 +-
.../whitequark/lbrace_arg_after_command_args.txt | 8 +-
.../whitequark/lparenarg_after_lvar__since_25.txt | 16 +-
test/prism/snapshots/whitequark/lvar.txt | 4 +-
.../snapshots/whitequark/lvar_injecting_match.txt | 4 +-
test/prism/snapshots/whitequark/masgn_attr.txt | 16 +-
test/prism/snapshots/whitequark/masgn_cmd.txt | 4 +-
test/prism/snapshots/whitequark/masgn_nested.txt | 8 +-
test/prism/snapshots/whitequark/masgn_splat.txt | 44 +-
.../whitequark/method_definition_in_while_cond.txt | 16 +-
.../whitequark/newline_in_hash_argument.txt | 20 +-
test/prism/snapshots/whitequark/next.txt | 8 +-
test/prism/snapshots/whitequark/next_block.txt | 8 +-
.../whitequark/non_lvar_injecting_match.txt | 4 +-
test/prism/snapshots/whitequark/not.txt | 20 +-
test/prism/snapshots/whitequark/not_cmd.txt | 12 +-
test/prism/snapshots/whitequark/not_masgn__24.txt | 8 +-
.../whitequark/numbered_args_after_27.txt | 24 +-
.../whitequark/numparam_outside_block.txt | 24 +-
test/prism/snapshots/whitequark/op_asgn.txt | 12 +-
test/prism/snapshots/whitequark/op_asgn_cmd.txt | 48 +-
test/prism/snapshots/whitequark/op_asgn_index.txt | 4 +-
.../snapshots/whitequark/op_asgn_index_cmd.txt | 12 +-
test/prism/snapshots/whitequark/or.txt | 16 +-
test/prism/snapshots/whitequark/or_asgn.txt | 8 +-
test/prism/snapshots/whitequark/parser_bug_272.txt | 4 +-
test/prism/snapshots/whitequark/parser_bug_525.txt | 12 +-
test/prism/snapshots/whitequark/parser_bug_604.txt | 16 +-
.../pattern_matching__FILE__LINE_literals.txt | 4 +-
test/prism/snapshots/whitequark/procarg0.txt | 8 +-
test/prism/snapshots/whitequark/regex_interp.txt | 4 +-
test/prism/snapshots/whitequark/resbody_list.txt | 8 +-
.../snapshots/whitequark/resbody_list_mrhs.txt | 12 +-
.../snapshots/whitequark/resbody_list_var.txt | 12 +-
test/prism/snapshots/whitequark/resbody_var.txt | 16 +-
test/prism/snapshots/whitequark/rescue.txt | 8 +-
test/prism/snapshots/whitequark/rescue_else.txt | 12 +-
.../snapshots/whitequark/rescue_else_ensure.txt | 16 +-
test/prism/snapshots/whitequark/rescue_ensure.txt | 12 +-
test/prism/snapshots/whitequark/rescue_mod.txt | 8 +-
.../prism/snapshots/whitequark/rescue_mod_asgn.txt | 8 +-
.../snapshots/whitequark/rescue_mod_masgn.txt | 4 +-
.../snapshots/whitequark/rescue_mod_op_assign.txt | 8 +-
.../whitequark/rescue_without_begin_end.txt | 12 +-
test/prism/snapshots/whitequark/return.txt | 8 +-
test/prism/snapshots/whitequark/return_block.txt | 8 +-
test/prism/snapshots/whitequark/ruby_bug_10653.txt | 24 +-
test/prism/snapshots/whitequark/ruby_bug_11107.txt | 8 +-
test/prism/snapshots/whitequark/ruby_bug_11380.txt | 4 +-
test/prism/snapshots/whitequark/ruby_bug_11873.txt | 192 +++---
.../snapshots/whitequark/ruby_bug_11873_a.txt | 320 +++++-----
.../snapshots/whitequark/ruby_bug_11873_b.txt | 28 +-
test/prism/snapshots/whitequark/ruby_bug_11989.txt | 4 +-
test/prism/snapshots/whitequark/ruby_bug_11990.txt | 4 +-
test/prism/snapshots/whitequark/ruby_bug_12073.txt | 8 +-
test/prism/snapshots/whitequark/ruby_bug_12402.txt | 112 ++--
test/prism/snapshots/whitequark/ruby_bug_12669.txt | 16 +-
test/prism/snapshots/whitequark/ruby_bug_12686.txt | 8 +-
test/prism/snapshots/whitequark/ruby_bug_13547.txt | 8 +-
test/prism/snapshots/whitequark/ruby_bug_14690.txt | 12 +-
test/prism/snapshots/whitequark/ruby_bug_15789.txt | 8 +-
test/prism/snapshots/whitequark/sclass.txt | 4 +-
test/prism/snapshots/whitequark/send_attr_asgn.txt | 28 +-
.../whitequark/send_attr_asgn_conditional.txt | 8 +-
test/prism/snapshots/whitequark/send_binary_op.txt | 168 ++---
.../snapshots/whitequark/send_block_chain_cmd.txt | 80 +--
.../whitequark/send_block_conditional.txt | 8 +-
test/prism/snapshots/whitequark/send_call.txt | 16 +-
.../snapshots/whitequark/send_conditional.txt | 8 +-
test/prism/snapshots/whitequark/send_index.txt | 8 +-
.../prism/snapshots/whitequark/send_index_asgn.txt | 8 +-
.../whitequark/send_index_asgn_legacy.txt | 8 +-
test/prism/snapshots/whitequark/send_index_cmd.txt | 16 +-
.../snapshots/whitequark/send_index_legacy.txt | 8 +-
.../whitequark/send_op_asgn_conditional.txt | 4 +-
test/prism/snapshots/whitequark/send_plain.txt | 24 +-
test/prism/snapshots/whitequark/send_plain_cmd.txt | 36 +-
test/prism/snapshots/whitequark/send_self.txt | 12 +-
.../prism/snapshots/whitequark/send_self_block.txt | 16 +-
test/prism/snapshots/whitequark/send_unary_op.txt | 24 +-
test/prism/snapshots/whitequark/space_args_arg.txt | 4 +-
.../snapshots/whitequark/space_args_arg_block.txt | 20 +-
.../snapshots/whitequark/space_args_arg_call.txt | 8 +-
.../whitequark/space_args_arg_newline.txt | 4 +-
.../snapshots/whitequark/space_args_block.txt | 4 +-
test/prism/snapshots/whitequark/space_args_cmd.txt | 12 +-
test/prism/snapshots/whitequark/string_interp.txt | 4 +-
test/prism/snapshots/whitequark/super.txt | 8 +-
test/prism/snapshots/whitequark/super_block.txt | 8 +-
test/prism/snapshots/whitequark/symbol_interp.txt | 4 +-
test/prism/snapshots/whitequark/ternary.txt | 4 +-
.../whitequark/ternary_ambiguous_symbol.txt | 4 +-
.../snapshots/whitequark/trailing_forward_arg.txt | 4 +-
.../whitequark/unary_num_pow_precedence.txt | 20 +-
test/prism/snapshots/whitequark/unless.txt | 16 +-
test/prism/snapshots/whitequark/unless_else.txt | 24 +-
test/prism/snapshots/whitequark/unless_mod.txt | 8 +-
test/prism/snapshots/whitequark/until.txt | 16 +-
test/prism/snapshots/whitequark/until_mod.txt | 8 +-
test/prism/snapshots/whitequark/until_post.txt | 8 +-
.../prism/snapshots/whitequark/var_op_asgn_cmd.txt | 4 +-
test/prism/snapshots/whitequark/when_multi.txt | 8 +-
test/prism/snapshots/whitequark/when_splat.txt | 16 +-
test/prism/snapshots/whitequark/when_then.txt | 8 +-
test/prism/snapshots/whitequark/while.txt | 16 +-
test/prism/snapshots/whitequark/while_mod.txt | 8 +-
test/prism/snapshots/whitequark/while_post.txt | 8 +-
test/prism/snapshots/whitequark/xstring_interp.txt | 4 +-
test/prism/snapshots/whitequark/yield.txt | 8 +-
test/prism/snapshots/xstring.txt | 4 +-
test/resolv/test_dns.rb | 3 +-
test/ruby/test_shapes.rb | 136 +---
thread.c | 14 +-
vm_core.h | 4 +-
vm_trace.c | 23 +-
wasm/runtime.c | 7 +
wasm/setjmp.c | 6 +-
618 files changed, 6163 insertions(+), 5864 deletions(-)
create mode 100644 prism/enc/pm_cp949.c
Latest commit hash = 5672fb63d2
$$$[end] "make update-src -j4" exit with 0.
$$$[beg] make after-update -j4
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-repeat50/common.mk > uncommon.mk
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
generating x86_64-linux-fake.rb
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
x86_64-linux-fake.rb updated
/bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating enc.mk
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'
Downloading bundled gem net-imap-0.4.6...
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
Extracting bundle gem net-imap-0.4.6...
Unpacked gems/net-imap-0.4.6.gem
$$$[end] "make after-update -j4" exit with 0.
$$$[beg] make miniruby -j4
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -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/prism -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/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/array.c
compiling /tmp/ruby/src/trunk-repeat50/ast.c
compiling /tmp/ruby/src/trunk-repeat50/bignum.c
compiling /tmp/ruby/src/trunk-repeat50/class.c
compiling /tmp/ruby/src/trunk-repeat50/compile.c
compiling /tmp/ruby/src/trunk-repeat50/complex.c
compiling /tmp/ruby/src/trunk-repeat50/cont.c
compiling /tmp/ruby/src/trunk-repeat50/debug.c
compiling /tmp/ruby/src/trunk-repeat50/dir.c
compiling /tmp/ruby/src/trunk-repeat50/enumerator.c
compiling /tmp/ruby/src/trunk-repeat50/error.c
compiling /tmp/ruby/src/trunk-repeat50/eval.c
compiling /tmp/ruby/src/trunk-repeat50/file.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/hash.c
compiling /tmp/ruby/src/trunk-repeat50/io.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/load.c
compiling /tmp/ruby/src/trunk-repeat50/marshal.c
compiling /tmp/ruby/src/trunk-repeat50/memory_view.c
compiling /tmp/ruby/src/trunk-repeat50/rjit.c
compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat50/node.c
compiling /tmp/ruby/src/trunk-repeat50/node_dump.c
compiling /tmp/ruby/src/trunk-repeat50/numeric.c
compiling /tmp/ruby/src/trunk-repeat50/object.c
compiling /tmp/ruby/src/trunk-repeat50/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/proc.c
compiling /tmp/ruby/src/trunk-repeat50/process.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/random.c
compiling /tmp/ruby/src/trunk-repeat50/rational.c
compiling /tmp/ruby/src/trunk-repeat50/re.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/scheduler.c
compiling /tmp/ruby/src/trunk-repeat50/shape.c
compiling /tmp/ruby/src/trunk-repeat50/signal.c
compiling /tmp/ruby/src/trunk-repeat50/string.c
compiling /tmp/ruby/src/trunk-repeat50/struct.c
compiling /tmp/ruby/src/trunk-repeat50/symbol.c
compiling /tmp/ruby/src/trunk-repeat50/thread.c
compiling /tmp/ruby/src/trunk-repeat50/time.c
compiling /tmp/ruby/src/trunk-repeat50/variable.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/vm.c
compiling /tmp/ruby/src/trunk-repeat50/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat50/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat50/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat50/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat50/prism/api_pack.c
compiling /tmp/ruby/src/trunk-repeat50/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_big5.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_cp949.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_cp51932.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_euc_jp.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_gbk.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_shift_jis.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_tables.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_unicode.c
compiling /tmp/ruby/src/trunk-repeat50/prism/enc/pm_windows_31j.c
compiling /tmp/ruby/src/trunk-repeat50/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat50/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat50/prism_init.c
compiling /tmp/ruby/src/trunk-repeat50/yjit.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 -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/prism -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.
creating verconf.h
verconf.h updated
compiling /tmp/ruby/src/trunk-repeat50/loadpath.c
builtin_binary.inc updated
d9079095bb3fa7a9e685b033db80f027a72c333c343f7d76b4e914d92ff550a8 builtin_binary.inc
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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -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/prism -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
making trans
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
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]: 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]: Leaving 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'
compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
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/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c
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/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
linking shared-object coverage.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving 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]: Leaving 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.3/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c
linking shared-object objspace.so
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
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 debug to 927587afb6aac69b358b86a01f602d207053e8d2
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 -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/prism -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
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
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.
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
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
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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
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/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving 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.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving 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/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
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.2.0
benchmark 0.3.0
bundler 2.5.0.dev
cgi 0.4.0
csv 3.2.8
delegate 0.3.1
did_you_mean 1.6.3
drb 2.2.0
english 0.8.0
erb 4.0.3
error_highlight 0.5.1
fileutils 1.7.2
find 0.2.0
forwardable 1.3.3
getoptlong 0.2.1
ipaddr 1.2.5
irb 1.9.1
logger 1.6.0
mutex_m 0.2.0
net-http 0.4.0
net-protocol 0.2.2
observer 0.1.2
open-uri 0.4.0
open3 0.2.0
optparse 0.4.0
ostruct 0.6.0
pp 0.5.0
prettyprint 0.2.0
prism 0.18.0
pstore 0.1.3
rdoc 6.6.0
readline 0.0.3
reline 0.4.0
resolv 0.2.2
resolv-replace 0.1.1
rinda 0.2.0
ruby2_keywords 0.0.5
securerandom 0.3.0
set 1.0.3
shellwords 0.2.0
singleton 0.2.0
syntax_suggest 1.1.0
tempfile 0.2.0
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/trunk-repeat50/lib/ruby/gems/3.3.0+0
bigdecimal 3.1.5
date 3.3.4
digest 3.1.1
etc 1.4.3.dev.1
fcntl 1.1.0
fiddle 1.1.2
io-console 0.6.1.dev.1
io-nonblock 0.2.0
io-wait 0.3.0
json 2.6.3
nkf 0.1.3
openssl 3.2.0
pathname 0.3.0
psych 5.1.1.1
stringio 3.1.0
strscan 3.0.8
syslog 0.1.1
zlib 3.1.0
installing bundled gems: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
minitest 5.20.0
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.2.0
net-imap 0.4.6
net-pop 0.1.2
net-smtp 0.4.0
matrix 0.4.2
prime 0.1.2
rbs 3.3.2
typeprof 0.21.8
debug 1.8.0
racc 1.7.3
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 1863 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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -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/prism -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
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 -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/prism -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.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/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'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving 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]: Leaving 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.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.2/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'
Skipping Gem::PackageTask tests. rake not found.
Run options:
--seed=31267
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=50
# Running tests:
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43137>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Leaked file descriptor: TestIRB::ContextTest#test_build_completor: 7 #<File::Stat dev=0x70, ino=14430222, mode=0100644, nlink=1, uid=1001, gid=1000, rdev=0x0, size=1020, blksize=4096, blocks=8, atime=2023-11-22 21:50:13.552314595 +0000, mtime=2023-11-22 21:50:13.54831443 +0000, ctime=2023-11-22 21:50:13.54831443 +0000>
Leaked thread: TestIRB::ContextTest#test_build_completor: #<Thread:0x00007fd775ad54b8 /tmp/ruby/src/trunk-repeat50/lib/irb/type_completion/types.rb:16 sleep>
Closed file descriptor: TestIRB::ContextTest#test_default_return_format: 7
Finished thread: TestIRB::ContextTest#test_default_return_format: #<Thread:0x00007fd775ad54b8 /tmp/ruby/src/trunk-repeat50/lib/irb/type_completion/types.rb:16 dead>
Finished(1/50) tests in 994.168102s, 27.1021 tests/s, 10544.0498 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34933>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(2/50) tests in 1195.334919s, 22.5410 tests/s, 8775.5614 assertions/s.
Finished(3/50) tests in 1503.017797s, 17.9266 tests/s, 6978.1848 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39419>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(4/50) tests in 1131.900589s, 23.8042 tests/s, 9266.7882 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37151>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(5/50) tests in 1179.528739s, 22.8430 tests/s, 8893.3357 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 46665>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(6/50) tests in 1201.166229s, 22.4315 tests/s, 8732.4400 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 8 : #<TCPSocket:fd 8, AF_INET, 127.0.0.1, 44285>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 8
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34179>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(7/50) tests in 1201.371981s, 22.4277 tests/s, 8730.2794 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34231>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(8/50) tests in 1376.348492s, 19.5764 tests/s, 7621.1331 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40311>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 #<File::Stat dev=0x8, ino=335871935, 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:0x00007fd78ecfccc8 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Finished thread: Rinda::TupleSpaceProxyTest#test_00_tuple: #<Thread:0x00007fd78ecfccc8 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 dead>
Finished(9/50) tests in 1532.607463s, 17.5805 tests/s, 6843.4333 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45607>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007fd78e5bb360 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Finished thread: Rinda::TupleSpaceProxyTest#test_00_tuple: #<Thread:0x00007fd78e5bb360 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 dead>
Finished(10/50) tests in 1162.099718s, 23.1856 tests/s, 9027.2391 assertions/s.
Finished(11/50) tests in 1108.820569s, 24.2997 tests/s, 9459.8480 assertions/s.
Finished(12/50) tests in 1241.893300s, 21.6959 tests/s, 8445.8504 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33801>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(13/50) tests in 1261.277568s, 21.3625 tests/s, 8316.4137 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41065>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(14/50) tests in 1568.302118s, 17.1804 tests/s, 6687.7720 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 32869>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(15/50) tests in 1378.553052s, 19.5451 tests/s, 7609.6999 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40975>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(16/50) tests in 1241.397457s, 21.7046 tests/s, 8449.8353 assertions/s.
Finished(17/50) tests in 1149.192673s, 23.4460 tests/s, 9127.4529 assertions/s.
Finished(18/50) tests in 1202.185073s, 22.4125 tests/s, 8725.9643 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42101>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Finished(19/50) tests in 1376.151433s, 19.5792 tests/s, 7622.4031 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34307>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(20/50) tests in 1623.373573s, 16.5975 tests/s, 6460.9676 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34545>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 #<File::Stat dev=0x8, ino=342381937, 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: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd78c5dbd88 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(21/50) tests in 1313.951746s, 20.5061 tests/s, 7983.4363 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35267>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd71ae16fb0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(22/50) tests in 1318.818148s, 20.4304 tests/s, 7954.0678 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 45131>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
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_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Finished(23/50) tests in 1299.101567s, 20.7405 tests/s, 8075.2685 assertions/s.
Finished(24/50) tests in 1244.056424s, 21.6582 tests/s, 8432.4560 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33017>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(25/50) tests in 1640.409456s, 16.4252 tests/s, 6393.5287 assertions/s.
Finished(26/50) tests in 1350.355256s, 19.9533 tests/s, 7767.8040 assertions/s.
Finished(27/50) tests in 1328.838349s, 20.2764 tests/s, 7894.1468 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44583>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(28/50) tests in 1339.057560s, 20.1216 tests/s, 7834.1464 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Finished(29/50) tests in 1340.624656s, 20.0981 tests/s, 7824.3720 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38777>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(30/50) tests in 1740.249033s, 15.4828 tests/s, 6027.6293 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40573>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
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_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Finished(31/50) tests in 1383.366457s, 19.4771 tests/s, 7582.8512 assertions/s.
Finished(32/50) tests in 1240.619978s, 21.7182 tests/s, 8455.7537 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 43879>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 : #<IO:fd 10>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd71be77dc8 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(33/50) tests in 1317.590461s, 20.4494 tests/s, 7961.8586 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40973>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(34/50) tests in 1348.851540s, 19.9755 tests/s, 7777.6758 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_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 18
Finished(35/50) tests in 1684.301693s, 15.9971 tests/s, 6227.3499 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37943>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(36/50) tests in 1479.780960s, 18.2081 tests/s, 7088.8775 assertions/s.
Finished(37/50) tests in 1278.337184s, 21.0774 tests/s, 8206.0392 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44867>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(38/50) tests in 1316.314710s, 20.4693 tests/s, 7968.4409 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd71ba97230 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(39/50) tests in 1366.987573s, 19.7105 tests/s, 7674.2446 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41431>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007fd6f0b3ef88 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 16
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Finished thread: Rinda::TupleSpaceProxyTest#test_00_tuple: #<Thread:0x00007fd6f0b3ef88 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 dead>
Finished(40/50) tests in 1666.605021s, 16.1670 tests/s, 6292.7094 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41009>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(41/50) tests in 1495.995179s, 18.0108 tests/s, 7011.9604 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33409>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd78df87e58 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(42/50) tests in 1361.154768s, 19.7950 tests/s, 7705.8746 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 40167>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd79edb7db0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(43/50) tests in 1300.562900s, 20.7172 tests/s, 8065.7506 assertions/s.
Finished(44/50) tests in 1240.961400s, 21.7122 tests/s, 8452.5844 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 38963>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(45/50) tests in 1554.351582s, 17.3346 tests/s, 6747.3062 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39667>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd719568360 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(46/50) tests in 1533.575106s, 17.5694 tests/s, 6840.1039 assertions/s.
Finished(47/50) tests in 1391.208480s, 19.3673 tests/s, 7539.9756 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33593>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fd6f104e398 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1717 sleep>
Finished(48/50) tests in 1392.797487s, 19.3452 tests/s, 7531.4395 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 42591>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(49/50) tests in 1385.608162s, 19.4456 tests/s, 7570.3689 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37451>
Closed file descriptor: TestHashOnly#test_replace_bug15358: 9
Finished(50/50) tests in 1654.452425s, 16.2858 tests/s, 6339.2358 assertions/s.
1347200 tests, 524466441 assertions, 0 failures, 0 errors, 4995 skips
ruby -v: ruby 3.3.0dev (2023-11-22T21:01:00Z master 5672fb63d2) [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 --debug' 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 -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC
XCFLAGS = -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/prism -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.
generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/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'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving 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]: Leaving 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.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.3.2/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'
$ /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 --debug
ruby 3.3.0dev (2023-11-22T21:01:00Z master 5672fb63d2) [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 .........................................................................
3431 .........................................................................
3504 .........................................................................
3577 .........................................................................
3650 .........................................................................
3723 ..
Finished in 162.046396 seconds
3725 files, 32456 examples, 148245 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=50" exit with 0.