# Logfile created on 2023-11-22 19:36:32 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055aafdc9db48 @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-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231122-193632", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055aafdd372c0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055aafdd37130 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055aafdd36fa0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231122-193632", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20231122-193632>, @binmode=false, @mon_data=#<Monitor:0x000055aafdd36ed8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-download DEFS="-DRUBY_DEBUG=1"
tool/config.guess already exists
tool/config.sub already exists
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-rubyspec DEFS="-DRUBY_DEBUG=1"
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make update-src DEFS="-DRUBY_DEBUG=1"
From https://github.com/ruby/ruby
0745c0c..7a93bee master -> origin/master
Updating 0745c0c..7a93bee
Fast-forward
.github/workflows/wasm.yml | 25 +-
.travis.yml | 5 +-
array.c | 35 +-
bootstraptest/test_yjit.rb | 27 +
common.mk | 5 +
dir.c | 17 +-
enumerator.c | 30 +-
ext/objspace/objspace_dump.c | 9 +-
file.c | 75 ++-
lib/bundler/lazy_specification.rb | 4 +-
lib/bundler/match_metadata.rb | 4 +
lib/bundler/spec_set.rb | 2 +-
lib/irb/type_completion/completor.rb | 12 +-
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 | 11 +-
wasm/runtime.c | 7 +
wasm/setjmp.c | 6 +-
613 files changed, 6124 insertions(+), 5835 deletions(-)
create mode 100644 prism/enc/pm_cp949.c
Latest commit hash = 7a93bee4f8
$$$[end] "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make after-update DEFS="-DRUBY_DEBUG=1"
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/src/trunk-repeat20-asserts/common.mk > uncommon.mk
/tmp/ruby/src/trunk-repeat20-asserts/revision.h updated
generating /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat20-asserts/ext/ripper'
/bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1"
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/miniinit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/array.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ast.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/bignum.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/class.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/compile.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/complex.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/cont.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/debug.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/dir.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/enumerator.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/error.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/eval.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/file.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/gc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/hash.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/io.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/iseq.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/load.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/marshal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/memory_view.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/node_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/numeric.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/object.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/proc.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/process.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ractor.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/random.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/rational.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/re.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ruby.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/scheduler.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/shape.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/signal.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/string.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/struct.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/symbol.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/thread.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/time.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/variable.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/api_pack.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_big5.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_cp949.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_cp51932.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_euc_jp.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_gbk.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_shift_jis.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_tables.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_unicode.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/enc/pm_windows_31j.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/prism_init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/yjit.c
linking miniruby
$$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make ruby DEFS="-DRUBY_DEBUG=1"
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/loadpath.c
builtin_binary.inc updated
b3c22325d78efc0fa69c6bdc466f58dce3c98f6dcd6f04c38c7c262cd95a1c4a builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.3.0
linking ruby
$$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make all DEFS="-DRUBY_DEBUG=1"
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/coverage/coverage.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/object_tracing.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/objspace/objspace_dump.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/ripper/ripper.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat20-asserts/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
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-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0.
$$$[beg] make install DEFS="-DRUBY_DEBUG=1"
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/debug.revision unchanged
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0
CPPFLAGS = -DRUBY_DEBUG=1
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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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
encdb.h unchanged
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --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-repeat20-asserts/bin
installing base libraries: /tmp/ruby/install/trunk-repeat20-asserts/lib
installing arch files: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data: /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.3.0+0
installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0/ruby
installing command scripts: /tmp/ruby/install/trunk-repeat20-asserts/bin
installing library scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.3.0+0
installing common headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.3.0+0
installing manpages: /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1
installing default gems from lib: /tmp/ruby/install/trunk-repeat20-asserts/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-repeat20-asserts/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-repeat20-asserts/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-repeat20-asserts/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install DEFS=\"-DRUBY_DEBUG=1\"" 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=20
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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:gc ....OK 4
test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
Skipping Gem::PackageTask tests. rake not found.
Run options:
--seed=27515
"--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems"
--excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/.excludes
--name=!/memory_leak/
--stderr-on-failure
--repeat-count=20
# Running tests:
Leaked file descriptor: TestIRB::ContextTest#test_build_completor: 7 #<File::Stat dev=0x3c, ino=14553368, mode=0100644, nlink=1, uid=1001, gid=1000, rdev=0x0, size=1020, blksize=4096, blocks=8, atime=2023-11-22 19:38:42.482596982 +0000, mtime=2023-11-22 19:38:42.474596681 +0000, ctime=2023-11-22 19:38:42.474596681 +0000>
Leaked thread: TestIRB::ContextTest#test_build_completor: #<Thread:0x00007f49e0f317c0 /tmp/ruby/src/trunk-repeat20-asserts/lib/irb/type_completion/types.rb:16 sleep>
Closed file descriptor: TestIRB::ContextTest#test_eval_input_with_long_exception: 7
Finished thread: TestIRB::ContextTest#test_eval_input_with_long_exception: #<Thread:0x00007f49e0f317c0 /tmp/ruby/src/trunk-repeat20-asserts/lib/irb/type_completion/types.rb:16 dead>
Finished(1/20) tests in 1550.169428s, 17.4194 tests/s, 6763.4013 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 39443>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(2/20) tests in 1907.577505s, 14.1557 tests/s, 5500.1561 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
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 37069>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9
Finished(3/20) tests in 1973.290340s, 13.6843 tests/s, 5317.1344 assertions/s.
Finished(4/20) tests in 1810.451907s, 14.9151 tests/s, 5796.9604 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36105>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(5/20) tests in 1875.412124s, 14.3984 tests/s, 5594.1459 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 40263>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 18 : #<IO:fd 18>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f49e08dffb0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
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 thread: Rinda::TupleSpaceProxyTest#test_00_tuple: #<Thread:0x00007f49e08dffb0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 dead>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 34907>
Closed file descriptor: TestVariable#test_constant_popped: 9
Finished(6/20) tests in 2159.602689s, 12.5037 tests/s, 4857.0804 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(7/20) tests in 1833.056609s, 14.7311 tests/s, 5725.6284 assertions/s.
Finished(8/20) tests in 1867.551935s, 14.4590 tests/s, 5618.1377 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 36993>
Finished(9/20) tests in 1858.762205s, 14.5274 tests/s, 5646.0159 assertions/s.
Finished(10/20) tests in 2253.341268s, 11.9835 tests/s, 4657.2759 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35615>
Closed file descriptor: TestGemPackageTarReader#test_seek_in_gem_data: 9
Finished(11/20) tests in 1739.740205s, 15.5213 tests/s, 6033.0611 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 35259>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 9
Finished(12/20) tests in 1804.474052s, 14.9645 tests/s, 5814.6522 assertions/s.
Finished(13/20) tests in 1962.822274s, 13.7572 tests/s, 5345.4009 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 : #<IO:fd 10>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<IO:fd 11>
Multiple autoclose IO objects for a file descriptor in: DRbTests::TestDRbTCP#test_immediate_close: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Finished(14/20) tests in 2189.227313s, 12.3345 tests/s, 4794.0942 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 33343>
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:0x00007f4958fdc2c0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(15/20) tests in 1846.030174s, 14.6276 tests/s, 5685.5279 assertions/s.
Finished(16/20) tests in 1791.761353s, 15.0706 tests/s, 5855.3445 assertions/s.
Finished(17/20) tests in 2160.767519s, 12.4969 tests/s, 4856.8566 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44003>
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:0x00007f49def273a0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(18/20) tests in 2102.282329s, 12.8446 tests/s, 4990.7673 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(19/20) tests in 1936.062731s, 13.9474 tests/s, 5419.2671 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:0x00007f495c85eda0 /tmp/ruby/src/trunk-repeat20-asserts/lib/drb/drb.rb:1717 sleep>
Finished(20/20) tests in 1860.621880s, 14.5129 tests/s, 5638.9867 assertions/s.
540060 tests, 209854472 assertions, 0 failures, 0 errors, 2035 skips
ruby -v: ruby 3.3.0dev (2023-11-22T19:06:37Z master 7a93bee4f8) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20
BASERUBY = /usr/bin/ruby --disable=gems
CC = gcc
LD = ld
LDSHARED = gcc -shared
CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat20-asserts/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts'
$ /tmp/ruby/build/trunk-repeat20-asserts/miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat20-asserts --extout=.ext -- /tmp/ruby/src/trunk-repeat20-asserts/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat20-asserts/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-22T19:06:37Z master 7a93bee4f8) [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 167.500959 seconds
3725 files, 32456 examples, 145820 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS=--repeat-count=20" exit with 0.
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.1293380.ruby -x gdbscript
[New LWP 1293380]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby -e '.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139666232519680) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f06942d2c00 (LWP 1293380) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139666232519680) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f06942d2c00 (LWP 1293380)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=139666232519680) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f06942d2c00
old_mask = {__val = {0, 139666236839371, 139666236787456, 140735155753264, 140735155753248, 2490306288, 139663746531329, 9, 923252998, 139666236784396, 0, 0, 1633, 226653313, 140735155753408, 139666236839371}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=139666232519680) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=139666232519680, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f06944f7476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f06944dd7f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x3000000020, sa_sigaction = 0x3000000020}, sa_mask = {__val = {140735155753536, 140735155753344, 16573528367125699072, 139666243150640, 139666243044592, 93969795779520, 0, 7, 0, 1, 139666243236050, 139666234548016, 139666236171328, 0, 140735155754400, 139666231454592}}, sa_flags = -1810044008, sa_restorer = 0x55770c4c0bc0}
sigs = {__val = {32, 28, 5, 0, 140735155753536, 93969795779520, 139666241190795, 139666239328200, 140735155753575, 24, 139666234540552, 140735155753572, 27, 139666239311936, 0, 140735155753440}}
#5 0x00007f06947fb649 in rb_async_bug_errno (mesg=mesg@entry=0x7fff74f75240 "rb_thread_wakeup_timer_thread: write(0)", errno_arg=errno_arg@entry=5) at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1097
No locals.
#6 0x00007f0694986151 in async_bug_fd (mesg=mesg@entry=0x7f0694b5baf0 "rb_thread_wakeup_timer_thread: write", errno_arg=5, fd=fd@entry=0) at /tmp/ruby/src/trunk-repeat20-asserts/thread.c:4490
buff = "rb_thread_wakeup_timer_thread: write(0)\000q\257\320\224\006\177\000\000\001", '\000' <repeats 14 times>
n = <optimized out>
#7 0x00007f069498d647 in signal_communication_pipe (fd=0) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:3000
e = <optimized out>
buff = 1
result = <optimized out>
buff = <optimized out>
result = <optimized out>
e = <optimized out>
#8 timer_thread_wakeup_force () at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:3014
No locals.
#9 rb_thread_wakeup_timer_thread (sig=sig@entry=1) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:2547
No locals.
#10 0x00007f069494aed1 in sighandler (sig=1) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:693
old_errnum = 0
#11 <signal handler called>
No locals.
#12 0x00007f06949ba55a in rb_obj_freeze_inline (x=x@entry=140735155756832) at /tmp/ruby/src/trunk-repeat20-asserts/variable.c:1752
next_shape = 0x7f069401f190
#13 0x00007f0694984634 in rb_intern3 (name=0x7f0694b19070 "inspect", len=7, enc=0x55770c4c0bc0) at /tmp/ruby/src/trunk-repeat20-asserts/symbol.c:727
sym = <optimized out>
fake_str = {basic = {flags = 3229624325, klass = 139666204453008}, len = 7, as = {heap = {ptr = 0x7f0694b19070 "inspect", aux = {capa = 7, shared = 7}}, embed = {ary = "p"}}}
str = 140735155756832
#14 0x00007f069478023a in rb_define_method (klass=139666204230864, name=<optimized out>, func=0x7f06949ff690 <wmap_inspect>, argc=0) at /tmp/ruby/src/trunk-repeat20-asserts/class.c:2132
No locals.
#15 0x00007f06949ffd00 in Init_WeakMap () at /tmp/ruby/src/trunk-repeat20-asserts/weakmap.c:908
rb_mObjectSpace = 139666204231440
rb_cWeakMap = 139666204230864
rb_cWeakKeyMap = <optimized out>
#16 0x00007f069483d06b in rb_call_inits () at /tmp/ruby/src/trunk-repeat20-asserts/inits.c:61
No locals.
#17 0x00007f06948059fa in ruby_setup () at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:89
_ec = 0x55770c4a22e0
_tag = {tag = 36, retval = 93969795639872, buf = {0x3, 0x7f0694805a30 <ruby_setup+384>, 0x0, 0x7fff74f75ff0, 0x7fff74f760c0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
#18 0x00007f069480802d in ruby_init () at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:101
state = <optimized out>
#19 0x000055770c39a175 in rb_main (argv=0x7fff74f761f8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:38
variable_in_this_stack_frame = 140735155758217
#20 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)
$ gdb -batch -se /tmp/ruby/build/trunk-repeat20-asserts/ruby -c /tmp/cores/core.1001.810248.ruby -x gdbscript
[New LWP 810248]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/trunk-repeat20-asserts/ruby -e '.
Program terminated with signal SIGABRT, Aborted.
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140208929164288) at ./nptl/pthread_kill.c:44
>>> Threads
Id Target Id Frame
* 1 Thread 0x7f84ef6acc00 (LWP 810248) __pthread_kill_implementation (no_tid=0, signo=6, threadid=140208929164288) at ./nptl/pthread_kill.c:44
>>> Machine level backtrace
Thread 1 (Thread 0x7f84ef6acc00 (LWP 810248)):
#0 __pthread_kill_implementation (no_tid=0, signo=6, threadid=140208929164288) at ./nptl/pthread_kill.c:44
tid = <optimized out>
ret = 0
pd = 0x7f84ef6acc00
old_mask = {__val = {923252998, 140208933429004, 0, 0, 1633, 226653313, 140734016668544, 140208933483979, 140208939796128, 140734016668384, 140734016668400, 140208939852305, 2, 140208930250080, 1, 0}}
ret = <optimized out>
pd = <optimized out>
old_mask = <optimized out>
ret = <optimized out>
tid = <optimized out>
ret = <optimized out>
resultvar = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
resultvar = <optimized out>
__arg3 = <optimized out>
__arg2 = <optimized out>
__arg1 = <optimized out>
_a3 = <optimized out>
_a2 = <optimized out>
_a1 = <optimized out>
__futex = <optimized out>
__private = <optimized out>
__oldval = <optimized out>
result = <optimized out>
#1 __pthread_kill_internal (signo=6, threadid=140208929164288) at ./nptl/pthread_kill.c:78
No locals.
#2 __GI___pthread_kill (threadid=140208929164288, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3 0x00007f84ef8d1476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
ret = <optimized out>
#4 0x00007f84ef8b77f3 in __GI_abort () at ./stdlib/abort.c:79
save_stage = 1
act = {__sigaction_handler = {sa_handler = 0x3000000020, sa_sigaction = 0x3000000020}, sa_mask = {__val = {140734016668736, 140734016668544, 10039469499766290176, 140208931192624, 140208932815936, 0, 0, 15, 583, 94904641432512, 140208939892142, 94904641432512, 94904641432512, 4, 0, 140208928058280}}, sa_flags = 1, sa_restorer = 0x0}
sigs = {__val = {32, 28, 5, 0, 140734016668736, 94904641432512, 140208940040256, 140208935972808, 140734016668775, 24, 520, 140734016668772, 27, 140208935956544, 0, 140208901050336}}
#5 0x00007f84efbd5649 in rb_async_bug_errno (mesg=mesg@entry=0x7fff31124440 "rb_thread_wakeup_timer_thread: write(0)", errno_arg=errno_arg@entry=5) at /tmp/ruby/src/trunk-repeat20-asserts/error.c:1097
No locals.
#6 0x00007f84efd60151 in async_bug_fd (mesg=mesg@entry=0x7f84eff35af0 "rb_thread_wakeup_timer_thread: write", errno_arg=5, fd=fd@entry=0) at /tmp/ruby/src/trunk-repeat20-asserts/thread.c:4490
buff = "rb_thread_wakeup_timer_thread: write(0)\000\370H\022\061\377\177\000\000\000I\022\061\377\177\000\000\256}\016\360\204\177\000"
n = <optimized out>
#7 0x00007f84efd67647 in signal_communication_pipe (fd=0) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:3000
e = <optimized out>
buff = 1
result = <optimized out>
buff = <optimized out>
result = <optimized out>
e = <optimized out>
#8 timer_thread_wakeup_force () at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:3014
No locals.
#9 rb_thread_wakeup_timer_thread (sig=sig@entry=1) at /tmp/ruby/src/trunk-repeat20-asserts/thread_pthread.c:2547
No locals.
#10 0x00007f84efd24ed1 in sighandler (sig=1) at /tmp/ruby/src/trunk-repeat20-asserts/signal.c:693
old_errnum = 0
#11 <signal handler called>
No locals.
#12 0x00007f84efd9453a in rbimpl_RB_TYPE_P_fastpath (t=RUBY_T_NODE, obj=140734016671984) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:351
No locals.
#13 RB_TYPE_P (t=RUBY_T_NODE, obj=140734016671984) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/value_type.h:378
No locals.
#14 RB_FL_ABLE (obj=140734016671984) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/fl_type.h:449
No locals.
#15 RB_FL_SET_RAW (flags=2048, obj=140734016671984) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/fl_type.h:608
__func__ = "RB_FL_SET_RAW"
#16 RB_OBJ_FREEZE_RAW (obj=140734016671984) at /tmp/ruby/src/trunk-repeat20-asserts/include/ruby/internal/fl_type.h:918
No locals.
#17 rb_obj_freeze_inline (x=x@entry=140734016671984) at /tmp/ruby/src/trunk-repeat20-asserts/variable.c:1746
next_shape = <optimized out>
#18 0x00007f84efd5e634 in rb_intern3 (name=0x7f84eff2812d "Binding", len=7, enc=0x5650b570abc0) at /tmp/ruby/src/trunk-repeat20-asserts/symbol.c:727
sym = <optimized out>
fake_str = {basic = {flags = 3229622277, klass = 140208901056672}, len = 7, as = {heap = {ptr = 0x7f84eff2812d "Binding", aux = {capa = 7, shared = 7}}, embed = {ary = "-"}}}
str = 140734016671984
#19 0x00007f84efb57f1b in rb_define_class (name=name@entry=0x7f84eff2812d "Binding", super=140208901061856) at /tmp/ruby/src/trunk-repeat20-asserts/class.c:974
klass = <optimized out>
id = <optimized out>
#20 0x00007f84efcbf2bb in Init_Binding () at /tmp/ruby/src/trunk-repeat20-asserts/proc.c:4393
No locals.
#21 0x00007f84efc1705c in rb_call_inits () at /tmp/ruby/src/trunk-repeat20-asserts/inits.c:58
No locals.
#22 0x00007f84efbdf9fa in ruby_setup () at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:89
_ec = 0x5650b56ec2e0
_tag = {tag = 36, retval = 94904641292864, buf = {0x3, 0x7f84efbdfa30 <ruby_setup+384>, 0x0, 0x7fff311251b0, 0x7fff31125280}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
state = RUBY_TAG_NONE
#23 0x00007f84efbe202d in ruby_init () at /tmp/ruby/src/trunk-repeat20-asserts/eval.c:101
state = <optimized out>
#24 0x00005650b3fe2175 in rb_main (argv=0x7fff311253b8, argc=3) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:38
variable_in_this_stack_frame = 140734016673353
#25 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/trunk-repeat20-asserts/main.c:58
No locals.
>>> Dump Ruby level backtrace (if possible)