# Logfile created on 2023-09-07 20:20:53 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000056287ab69ec0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230907-202053", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000056287ac033e0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000056287ac032a0 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000056287ac030c0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230907-202053", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20230907-202053>, @binmode=false, @mon_data=#<Monitor:0x000056287ac02ff8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   05aaff21..fcdedf7f  master     -> origin/master
Updating 05aaff21..fcdedf7f
Fast-forward
 NEWS.md                                            |   2 +-
 gems/bundled_gems                                  |   4 +-
 include/ruby/thread.h                              |  34 +-
 lib/yarp.rb                                        |   6 +-
 numeric.c                                          |  53 --
 numeric.rb                                         |  23 +
 parse.y                                            |  18 +-
 test/ruby/test_backtrace.rb                        |   6 +-
 test/ruby/test_integer.rb                          |  23 +-
 test/ruby/test_parse.rb                            |   5 +
 test/ruby/test_settracefunc.rb                     |  18 +-
 test/yarp/compiler_test.rb                         |   4 +
 test/yarp/errors_test.rb                           | 272 +++----
 test/yarp/parse_serialize_test.rb                  |  10 +
 test/yarp/snapshots/blocks.txt                     |   6 +-
 test/yarp/snapshots/classes.txt                    |   7 -
 test/yarp/snapshots/endless_methods.txt            |   3 +
 test/yarp/snapshots/indented_file_end.txt          |   1 +
 test/yarp/snapshots/keyword_method_names.txt       |   8 +
 test/yarp/snapshots/lambda.txt                     |   3 +
 test/yarp/snapshots/method_calls.txt               |   2 -
 test/yarp/snapshots/methods.txt                    |  82 ++-
 test/yarp/snapshots/modules.txt                    |   6 -
 test/yarp/snapshots/non_alphanumeric_methods.txt   |  37 +-
 test/yarp/snapshots/procs.txt                      |  22 +-
 test/yarp/snapshots/rescue.txt                     |   2 +
 .../snapshots/seattlerb/TestRubyParserShared.txt   |   9 +-
 test/yarp/snapshots/seattlerb/args_kw_block.txt    |   3 +-
 test/yarp/snapshots/seattlerb/block_arg__bare.txt  |   1 +
 .../yarp/snapshots/seattlerb/block_arg_kwsplat.txt |   2 +-
 .../snapshots/seattlerb/block_arg_opt_splat.txt    |   2 +-
 .../block_arg_opt_splat_arg_block_omfg.txt         |   2 +-
 .../snapshots/seattlerb/block_arg_splat_arg.txt    |   2 +-
 .../yarp/snapshots/seattlerb/block_args_kwargs.txt |   2 +-
 .../seattlerb/block_call_defn_call_block_call.txt  |   1 +
 test/yarp/snapshots/seattlerb/block_kw.txt         |   6 +-
 .../snapshots/seattlerb/block_kw__required.txt     |   2 +-
 test/yarp/snapshots/seattlerb/block_kwarg_lvar.txt |   1 +
 .../seattlerb/block_kwarg_lvar_multiple.txt        |   2 +
 test/yarp/snapshots/seattlerb/block_opt_splat.txt  |   2 +-
 .../seattlerb/block_opt_splat_arg_block_omfg.txt   |   2 +-
 test/yarp/snapshots/seattlerb/block_splat_reg.txt  |   2 +-
 test/yarp/snapshots/seattlerb/bug236.txt           |   2 +-
 test/yarp/snapshots/seattlerb/bug_187.txt          |   1 +
 test/yarp/snapshots/seattlerb/bug_249.txt          |   1 +
 .../seattlerb/bug_call_arglist_parens.txt          |   2 +
 test/yarp/snapshots/seattlerb/class_comments.txt   |   2 +-
 .../snapshots/seattlerb/defn_arg_asplat_arg.txt    |   3 +-
 .../snapshots/seattlerb/defn_arg_forward_args.txt  |   1 +
 .../snapshots/seattlerb/defn_args_forward_args.txt |   1 +
 test/yarp/snapshots/seattlerb/defn_comments.txt    |   1 +
 .../snapshots/seattlerb/defn_endless_command.txt   |   1 +
 .../seattlerb/defn_endless_command_rescue.txt      |   1 +
 .../yarp/snapshots/seattlerb/defn_forward_args.txt |   1 +
 .../seattlerb/defn_forward_args__no_parens.txt     |   1 +
 test/yarp/snapshots/seattlerb/defn_kwarg_env.txt   |   3 +-
 test/yarp/snapshots/seattlerb/defn_kwarg_kwarg.txt |   9 +-
 .../snapshots/seattlerb/defn_kwarg_kwsplat.txt     |   5 +-
 .../seattlerb/defn_kwarg_kwsplat_anon.txt          |   5 +-
 test/yarp/snapshots/seattlerb/defn_kwarg_lvar.txt  |   2 +
 .../snapshots/seattlerb/defn_kwarg_no_parens.txt   |   3 +-
 test/yarp/snapshots/seattlerb/defn_kwarg_val.txt   |   3 +-
 test/yarp/snapshots/seattlerb/defn_no_kwargs.txt   |   1 +
 test/yarp/snapshots/seattlerb/defn_oneliner.txt    |   1 +
 .../yarp/snapshots/seattlerb/defn_oneliner_eq2.txt |   2 +-
 .../snapshots/seattlerb/defn_oneliner_noargs.txt   |   1 +
 .../seattlerb/defn_oneliner_noargs_parentheses.txt |   1 +
 .../snapshots/seattlerb/defn_oneliner_rescue.txt   |   3 +
 .../yarp/snapshots/seattlerb/defn_opt_last_arg.txt |   1 +
 test/yarp/snapshots/seattlerb/defn_opt_reg.txt     |   1 +
 .../snapshots/seattlerb/defn_opt_splat_arg.txt     |   3 +-
 test/yarp/snapshots/seattlerb/defn_powarg.txt      |   3 +-
 test/yarp/snapshots/seattlerb/defn_reg_opt_reg.txt |   1 +
 test/yarp/snapshots/seattlerb/defn_splat_arg.txt   |   3 +-
 test/yarp/snapshots/seattlerb/defn_unary_not.txt   |   1 +
 test/yarp/snapshots/seattlerb/defns_reserved.txt   |   1 +
 .../seattlerb/defs_as_arg_with_do_block_inside.txt |   1 +
 test/yarp/snapshots/seattlerb/defs_comments.txt    |   1 +
 .../snapshots/seattlerb/defs_endless_command.txt   |   1 +
 .../seattlerb/defs_endless_command_rescue.txt      |   1 +
 test/yarp/snapshots/seattlerb/defs_kwarg.txt       |   7 +-
 test/yarp/snapshots/seattlerb/defs_oneliner.txt    |   1 +
 .../yarp/snapshots/seattlerb/defs_oneliner_eq2.txt |   2 +-
 .../snapshots/seattlerb/defs_oneliner_rescue.txt   |   3 +
 test/yarp/snapshots/seattlerb/difficult3_2.txt     |   2 +-
 test/yarp/snapshots/seattlerb/difficult3_3.txt     |   2 +-
 test/yarp/snapshots/seattlerb/f_kw.txt             |   3 +-
 test/yarp/snapshots/seattlerb/f_kw__required.txt   |   3 +-
 test/yarp/snapshots/seattlerb/iter_args_10_1.txt   |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_10_2.txt   |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_11_1.txt   |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_11_2.txt   |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_4.txt      |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_7_1.txt    |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_7_2.txt    |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_8_1.txt    |   2 +-
 test/yarp/snapshots/seattlerb/iter_args_8_2.txt    |   2 +-
 test/yarp/snapshots/seattlerb/iter_kwarg.txt       |   2 +-
 .../snapshots/seattlerb/iter_kwarg_kwsplat.txt     |   4 +-
 .../snapshots/seattlerb/magic_encoding_comment.txt |   2 +-
 test/yarp/snapshots/seattlerb/module_comments.txt  |   2 +-
 .../snapshots/seattlerb/parse_def_special_name.txt |   1 +
 .../seattlerb/parse_line_defn_complex.txt          |   1 +
 .../seattlerb/parse_line_defn_no_parens.txt        |   2 +
 .../seattlerb/parse_line_defn_no_parens_args.txt   |   1 +
 .../seattlerb/parse_line_heredoc_hardnewline.txt   |   1 -
 .../yarp/snapshots/seattlerb/parse_line_return.txt |   1 +
 .../seattlerb/required_kwarg_no_value.txt          |   5 +-
 .../stabby_arg_opt_splat_arg_block_omfg.txt        |   2 +-
 test/yarp/snapshots/seattlerb/stabby_block_kw.txt  |   2 +-
 .../seattlerb/stabby_block_kw__required.txt        |   2 +-
 .../snapshots/unparser/corpus/literal/block.txt    |  12 +-
 .../snapshots/unparser/corpus/literal/class.txt    |   9 +-
 .../yarp/snapshots/unparser/corpus/literal/def.txt |  52 +-
 .../snapshots/unparser/corpus/literal/defs.txt     |  10 +
 test/yarp/snapshots/unparser/corpus/literal/if.txt |   2 -
 .../snapshots/unparser/corpus/literal/module.txt   |   5 +-
 .../snapshots/unparser/corpus/literal/send.txt     |   7 +-
 .../snapshots/unparser/corpus/literal/since/31.txt |   2 +
 .../snapshots/unparser/corpus/literal/since/32.txt |   6 +-
 .../snapshots/unparser/corpus/literal/while.txt    |   7 +-
 .../snapshots/unparser/corpus/semantic/def.txt     |   2 +
 .../snapshots/unparser/corpus/semantic/while.txt   |   1 -
 test/yarp/snapshots/while.txt                      |   2 +-
 .../snapshots/whitequark/anonymous_blockarg.txt    |   1 +
 test/yarp/snapshots/whitequark/arg.txt             |   2 +
 .../snapshots/whitequark/arg_duplicate_ignored.txt |   2 +
 test/yarp/snapshots/whitequark/arg_label.txt       |   2 +
 test/yarp/snapshots/whitequark/args.txt            |  61 +-
 test/yarp/snapshots/whitequark/blockarg.txt        |   1 +
 test/yarp/snapshots/whitequark/blockargs.txt       |  45 +-
 test/yarp/snapshots/whitequark/bug_481.txt         |   1 +
 .../whitequark/bug_def_no_paren_eql_begin.txt      |   1 +
 .../whitequark/bug_do_block_in_call_args.txt       |   1 +
 test/yarp/snapshots/whitequark/class.txt           |   2 -
 .../whitequark/class_definition_in_while_cond.txt  |   2 -
 test/yarp/snapshots/whitequark/class_super.txt     |   1 -
 .../snapshots/whitequark/class_super_label.txt     |   1 -
 test/yarp/snapshots/whitequark/const_op_asgn.txt   |   2 +
 test/yarp/snapshots/whitequark/cpath.txt           |   2 -
 test/yarp/snapshots/whitequark/def.txt             |   6 +
 test/yarp/snapshots/whitequark/defs.txt            |   5 +
 .../whitequark/endless_comparison_method.txt       |   6 +
 test/yarp/snapshots/whitequark/endless_method.txt  |   4 +
 .../whitequark/endless_method_command_syntax.txt   |   8 +
 .../endless_method_forwarded_args_legacy.txt       |   1 +
 .../whitequark/endless_method_with_rescue_mod.txt  |   2 +
 .../whitequark/endless_method_without_args.txt     |   4 +
 test/yarp/snapshots/whitequark/forward_arg.txt     |   1 +
 .../whitequark/forward_arg_with_open_args.txt      |  10 +
 .../snapshots/whitequark/forward_args_legacy.txt   |   3 +
 .../forwarded_argument_with_kwrestarg.txt          |   3 +-
 .../whitequark/forwarded_argument_with_restarg.txt |   3 +-
 .../snapshots/whitequark/forwarded_kwrestarg.txt   |   3 +-
 .../forwarded_kwrestarg_with_additional_kwarg.txt  |   3 +-
 .../snapshots/whitequark/forwarded_restarg.txt     |   3 +-
 .../whitequark/if_while_after_class__since_32.txt  |   4 -
 test/yarp/snapshots/whitequark/kwarg.txt           |   3 +-
 test/yarp/snapshots/whitequark/kwnilarg.txt        |   1 +
 test/yarp/snapshots/whitequark/kwoptarg.txt        |   7 +-
 .../kwoptarg_with_kwrestarg_and_forwarded_args.txt |   5 +-
 test/yarp/snapshots/whitequark/kwrestarg_named.txt |   3 +-
 .../snapshots/whitequark/kwrestarg_unnamed.txt     |   3 +-
 .../whitequark/method_definition_in_while_cond.txt |   4 +
 test/yarp/snapshots/whitequark/module.txt          |   1 -
 .../whitequark/numparam_outside_block.txt          |   3 +-
 test/yarp/snapshots/whitequark/optarg.txt          |   2 +
 test/yarp/snapshots/whitequark/parser_bug_490.txt  |   5 +-
 test/yarp/snapshots/whitequark/parser_bug_507.txt  |   2 +-
 test/yarp/snapshots/whitequark/parser_bug_518.txt  |   1 -
 test/yarp/snapshots/whitequark/restarg_named.txt   |   3 +-
 test/yarp/snapshots/whitequark/restarg_unnamed.txt |   3 +-
 test/yarp/snapshots/whitequark/ruby_bug_12073.txt  |   1 +
 test/yarp/snapshots/whitequark/ruby_bug_15789.txt  |   1 +
 test/yarp/snapshots/whitequark/ruby_bug_9669.txt   |   3 +-
 test/yarp/snapshots/whitequark/send_lambda.txt     |   2 +-
 .../whitequark/send_lambda_args_noparen.txt        |   4 +-
 .../snapshots/whitequark/trailing_forward_arg.txt  |   1 +
 test/yarp/snapshots/whitequark/var_op_asgn.txt     |   1 +
 thread_sync.c                                      |  32 +-
 yarp/config.yml                                    |  20 +-
 yarp/diagnostic.c                                  | 256 ++++++-
 yarp/diagnostic.h                                  | 199 +++++-
 yarp/templates/ext/yarp/api_node.c.erb             |  11 +
 yarp/templates/lib/yarp/serialize.rb.erb           |   9 +-
 yarp/templates/src/serialize.c.erb                 |  27 +-
 yarp/unescape.c                                    |  40 +-
 yarp/util/yp_char.c                                |   9 +-
 yarp/util/yp_char.h                                |   2 +-
 yarp/util/yp_constant_pool.c                       |  49 +-
 yarp/util/yp_constant_pool.h                       |  15 +-
 yarp/yarp.c                                        | 790 +++++++++++----------
 yarp/yarp_compiler.c                               |  88 ++-
 yjit/src/codegen.rs                                |  46 +-
 yjit/src/cruby.rs                                  |   1 -
 195 files changed, 1881 insertions(+), 927 deletions(-)
Latest commit hash = fcdedf7f47
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating parse.c
making /tmp/ruby/src/trunk-repeat50/numeric.rbinc
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
extracting ripper.y from ../../parse.y
generating miniprelude.c
generating x86_64-linux-fake.rb
generating eventids1.c from ../../parse.y
generating eventids1.h from ../../parse.y
miniprelude.c updated
x86_64-linux-fake.rb updated
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
Downloading bundled gem minitest-5.20.0...
Cloning https://github.com/ruby/debug
Cloning into '/tmp/ruby/src/trunk-repeat50/gems/src/debug'...
Extracting bundle gem minitest-5.20.0...
Unpacked gems/minitest-5.20.0.gem
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision updated
Building debug@927587afb6aac69b358b86a01f602d207053e8d2 to /tmp/ruby/src/trunk-repeat50/gems/debug-1.8.0.gem
  Successfully built RubyGem
  Name: debug
  Version: 1.8.0
  File: debug-1.8.0.gem
Extracting bundle gem debug-1.8.0...
Unpacked gems/debug-1.8.0.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/yarp -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat50/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/bignum.c
compiling /tmp/ruby/src/trunk-repeat50/compile.c
compiling /tmp/ruby/src/trunk-repeat50/dir.c
compiling /tmp/ruby/src/trunk-repeat50/file.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/io.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/rjit.c
compiling /tmp/ruby/src/trunk-repeat50/numeric.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/process.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/thread.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling yarp/api_node.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/api_pack.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/extension.c
compiling yarp/node.c
compiling yarp/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/regexp.c
compiling yarp/serialize.c
compiling yarp/token_type.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/unescape.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_char.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_constant_pool.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_memchr.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/yarp.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/yarp_init.c
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/yarp -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating enc.mk
generating encdb.h
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
configuring debug-1.8.0/ext/debug
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/instrumentation/instrumentation.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/closure.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
compiling /tmp/ruby/src/trunk-repeat50/ext/io/console/console.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
linking shared-object -test-/thread/instrumentation.so
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/function.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_asn1.c
linking shared-object fiddle.so
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bn.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_config.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl_session.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat50/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
checking /tmp/ruby/src/trunk-repeat50/parse.y and /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug/debug.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug/iseq_collector.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509crl.c
linking shared-object debug/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509name.c
linking shared-object zlib.so
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509req.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/zlib'
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/yarp -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
From https://github.com/ruby/debug
 * branch            927587afb6aac69b358b86a01f602d207053e8d2 -> FETCH_HEAD
HEAD is now at 927587a Stop assuming Integer#times is written in C
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision -
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/debug.revision unchanged
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.3.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.1
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.8
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
                                    yarp 0.10.0
installing default gems from ext:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.4
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.2
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.0
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.1.0
                                    pathname 0.2.1
                                    psych 5.1.0
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.0.6
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.3.7
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.1
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1852 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/yarp -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.3  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Run options: 
  --seed=52330
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=50

# Running tests:

Finished(1/50)  tests in 1084.705169s, 24.2582 tests/s, 8641.4062 assertions/s.
Finished(2/50)  tests in 1183.683113s, 22.2298 tests/s, 7918.2468 assertions/s.
Finished(3/50)  tests in 1205.318848s, 21.8307 tests/s, 7776.7306 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 13 : #<TCPSocket:fd 13, AF_INET, 127.0.0.1, 44511>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 14 : #<IO:fd 14>
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 15 : #<IO:fd 15>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f21a48c2bf8 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep_forever>
Finished(4/50)  tests in 1317.178344s, 19.9768 tests/s, 7117.0180 assertions/s.
Closed file descriptor: TestThreadInstrumentation#test_thread_instrumentation_fork_safe: 13
Closed file descriptor: TestThreadInstrumentation#test_thread_instrumentation_fork_safe: 14
Closed file descriptor: TestThreadInstrumentation#test_thread_instrumentation_fork_safe: 15
Finished thread: TestThreadInstrumentation#test_thread_instrumentation_fork_safe: #<Thread:0x00007f21a48c2bf8 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(5/50)  tests in 1325.330642s, 19.8539 tests/s, 7071.2732 assertions/s.
Finished(6/50)  tests in 1150.856952s, 22.8638 tests/s, 8142.3099 assertions/s.
Finished(7/50)  tests in 1173.288719s, 22.4267 tests/s, 7990.7561 assertions/s.
Closed file descriptor: TestOpenURI#test_ftp_over_http_proxy: 14
Finished(8/50)  tests in 1164.848765s, 22.5892 tests/s, 8046.1467 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 39215>
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:0x00007f219451cf18 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 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:0x00007f219451cf18 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(9/50)  tests in 1167.969095s, 22.5288 tests/s, 8025.0403 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 39041>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 8 : #<TCPServer:fd 8, AF_INET6, ::, 39041>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 7
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 8
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 9
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 10
Finished(10/50)  tests in 1291.691407s, 20.3710 tests/s, 7256.0953 assertions/s.
Finished(11/50)  tests in 1346.637716s, 19.5398 tests/s, 6959.8526 assertions/s.
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007f21a6eeaf88 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1259 sleep_forever>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 13
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 14
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 15
Finished thread: Rinda::TupleSpaceProxyTest#test_00_tuple: #<Thread:0x00007f21a6eeaf88 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1259 dead>
Finished(12/50)  tests in 1167.693159s, 22.5342 tests/s, 8021.1063 assertions/s.
Finished(13/50)  tests in 1180.984231s, 22.2806 tests/s, 7935.2948 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 35311>
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:0x00007f21a6e4f8d0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 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:0x00007f21a6e4f8d0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(14/50)  tests in 1213.315460s, 21.6869 tests/s, 7723.6624 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 36017>
Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 12 : #<TCPServer:fd 12, AF_INET6, ::, 36017>
Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_download_platform_legacy: 11
Closed file descriptor: TestGemRemoteFetcher#test_download_platform_legacy: 12
Closed file descriptor: TestGemRemoteFetcher#test_download_platform_legacy: 13
Closed file descriptor: TestGemRemoteFetcher#test_download_platform_legacy: 14
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_token: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 41483>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_token: 8 : #<TCPServer:fd 8, AF_INET6, ::, 41483>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_token: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_token: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds: 10
Finished(15/50)  tests in 1230.842477s, 21.3780 tests/s, 7612.4193 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(16/50)  tests in 1402.361579s, 18.7633 tests/s, 6682.4870 assertions/s.
Finished(17/50)  tests in 1272.831659s, 20.6728 tests/s, 7362.9360 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 39007>
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:0x00007f21a61a2470 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 run>
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:0x00007f21a61a2470 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(18/50)  tests in 1249.532018s, 21.0583 tests/s, 7502.1063 assertions/s.
Finished(19/50)  tests in 1206.615004s, 21.8073 tests/s, 7766.0836 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 43843>
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 12 : #<TCPServer:fd 12, AF_INET6, ::, 43843>
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_download_read_only: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_download_to_cache: 11
Closed file descriptor: TestGemRemoteFetcher#test_download_to_cache: 12
Closed file descriptor: TestGemRemoteFetcher#test_download_to_cache: 13
Closed file descriptor: TestGemRemoteFetcher#test_download_to_cache: 14
Finished(20/50)  tests in 1187.608630s, 22.1563 tests/s, 7893.0565 assertions/s.
Finished(21/50)  tests in 1242.842951s, 21.1716 tests/s, 7541.5747 assertions/s.
Finished(22/50)  tests in 1508.873156s, 17.4388 tests/s, 6211.9291 assertions/s.
Finished(23/50)  tests in 1281.354138s, 20.5353 tests/s, 7312.2221 assertions/s.
Finished(24/50)  tests in 1212.935984s, 21.6936 tests/s, 7727.0360 assertions/s.
Finished(25/50)  tests in 1209.317888s, 21.7585 tests/s, 7749.7903 assertions/s.
Finished(26/50)  tests in 1174.803326s, 22.3978 tests/s, 7978.3771 assertions/s.
Finished(27/50)  tests in 1221.727294s, 21.5375 tests/s, 7672.1581 assertions/s.
Finished(28/50)  tests in 1386.491708s, 18.9781 tests/s, 6758.4227 assertions/s.
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Finished(29/50)  tests in 1238.206315s, 21.2509 tests/s, 7569.6658 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 36743>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 8 : #<TCPServer:fd 8, AF_INET6, ::, 36743>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 10
Finished(30/50)  tests in 1255.636390s, 20.9559 tests/s, 7463.8200 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_system_call_error: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 36445>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_system_call_error: 8 : #<TCPServer:fd 8, AF_INET6, ::, 36445>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_system_call_error: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_system_call_error: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_socket_error: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_socket_error: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_socket_error: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_path_socket_error: 10
Finished(31/50)  tests in 1239.910487s, 21.2217 tests/s, 7558.6505 assertions/s.
Finished(32/50)  tests in 1250.029791s, 21.0499 tests/s, 7497.9925 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 43769>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 8 : #<TCPServer:fd 8, AF_INET6, ::, 43769>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_cache_update_path: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_implicit_upper_case_proxy: 7
Closed file descriptor: TestGemRemoteFetcher#test_implicit_upper_case_proxy: 8
Closed file descriptor: TestGemRemoteFetcher#test_implicit_upper_case_proxy: 9
Closed file descriptor: TestGemRemoteFetcher#test_implicit_upper_case_proxy: 10
Finished(33/50)  tests in 1452.249751s, 18.1188 tests/s, 6453.5532 assertions/s.
Finished(34/50)  tests in 1356.131495s, 19.4030 tests/s, 6911.3541 assertions/s.
Finished(35/50)  tests in 1220.194271s, 21.5646 tests/s, 7680.2262 assertions/s.
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 41067>
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(36/50)  tests in 1263.902890s, 20.8188 tests/s, 7414.7880 assertions/s.
Finished(37/50)  tests in 1266.041353s, 20.7837 tests/s, 7403.7447 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 9 : #<IO:fd 9>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f21a72adb98 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Leaked file descriptor: TestOpenURI#test_open_timeout: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 57810>
Closed file descriptor: TestOpenURI#test_proxy: 10
Finished(38/50)  tests in 1292.145077s, 20.3638 tests/s, 7254.0036 assertions/s.
Finished(39/50)  tests in 1472.819549s, 17.8657 tests/s, 6362.0604 assertions/s.
Finished(40/50)  tests in 1274.890229s, 20.6394 tests/s, 7350.7082 assertions/s.
Finished(41/50)  tests in 1185.478122s, 22.1961 tests/s, 7905.4103 assertions/s.
Finished(42/50)  tests in 1152.091142s, 22.8393 tests/s, 8134.8521 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 34601>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 12 : #<TCPServer:fd 12, AF_INET6, ::, 34601>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 11
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 12
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 13
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 14
Finished(43/50)  tests in 1232.664644s, 21.3464 tests/s, 7598.9459 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 43711>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 8 : #<TCPServer:fd 8, AF_INET6, ::, 43711>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 10 : #<IO:fd 10>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 39611>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 12 : #<TCPServer:fd 12, AF_INET6, ::, 39611>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_region: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 10
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 11
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 12
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 13
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_env_creds_with_region: 14
Finished(44/50)  tests in 1359.332544s, 19.3573 tests/s, 6893.9709 assertions/s.
Finished(45/50)  tests in 1439.276338s, 18.2821 tests/s, 6512.1094 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 41049>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 8 : #<TCPServer:fd 8, AF_INET6, ::, 41049>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 10 : #<IO:fd 10>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 11 : #<TCPServer:fd 11, AF_INET, 0.0.0.0, 45099>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 12 : #<TCPServer:fd 12, AF_INET6, ::, 45099>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 13 : #<IO:fd 13>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 14 : #<IO:fd 14>
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 7
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 8
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 9
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 10
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 11
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 12
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 13
Closed file descriptor: TestGemRemoteFetcher#test_download_install_dir: 14
Finished(46/50)  tests in 1235.204060s, 21.3026 tests/s, 7583.2911 assertions/s.
Finished(47/50)  tests in 1247.100094s, 21.0993 tests/s, 7516.1281 assertions/s.
Finished(48/50)  tests in 1242.484868s, 21.1777 tests/s, 7543.5253 assertions/s.
Finished(49/50)  tests in 1246.251317s, 21.1137 tests/s, 7521.0328 assertions/s.
Finished(50/50)  tests in 1505.035223s, 17.4833 tests/s, 6228.8303 assertions/s.
1315650 tests, 468600113 assertions, 0 failures, 0 errors, 5145 skips

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.2.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$ /tmp/ruby/build/trunk-repeat50/miniruby -I/tmp/ruby/src/trunk-repeat50/lib /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-repeat50/spec/default.mspec --error-output stderr
ruby 3.3.0dev (2023-09-07T18:22:34Z master fcdedf7f47) [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 .................................................................

Finished in 136.802448 seconds

3715 files, 32238 examples, 166511 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr' TESTS=--repeat-count=50" exit with 0.
raw logfile