# Logfile created on 2023-08-31 01:47:44 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055ff0d55a9a8 @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.20230831-014744", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ff0d5e35f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ff0d5e3460 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ff0d5e32d0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20230831-014744", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20230831-014744>, @binmode=false, @mon_data=#<Monitor:0x000055ff0d5e3208>, @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
   bcc9051..0aa404b  master     -> origin/master
Updating bcc9051..0aa404b
Fast-forward
 .github/workflows/rjit.yml                         |    2 +-
 NEWS.md                                            |    4 +-
 compile.c                                          |    2 +-
 gc.c                                               |    4 +-
 io.c                                               |    4 +
 iseq.c                                             |    2 +-
 lib/irb/version.rb                                 |    4 +-
 lib/yarp/desugar_visitor.rb                        |  140 +-
 man/ruby.1                                         |    6 +-
 ruby.c                                             |    2 +-
 test/ruby/test_gc.rb                               |   14 +-
 test/yarp/bom_test.rb                              |   96 +-
 test/yarp/comments_test.rb                         |   96 +-
 test/yarp/compiler_test.rb                         |   28 +-
 test/yarp/desugar_visitor_test.rb                  |   88 +-
 test/yarp/encoding_test.rb                         |  166 +-
 test/yarp/errors_test.rb                           | 2084 ++++++++++----------
 test/yarp/fuzzer_test.rb                           |   48 +
 test/yarp/heredoc_dedent_test.rb                   |    2 +-
 test/yarp/library_symbols_test.rb                  |    6 +-
 test/yarp/locals_test.rb                           |  178 +-
 test/yarp/location_test.rb                         |    2 +-
 test/yarp/memsize_test.rb                          |   14 +-
 test/yarp/newline_test.rb                          |  138 +-
 test/yarp/parse_serialize_test.rb                  |   28 +-
 test/yarp/parse_test.rb                            |  324 +--
 test/yarp/regexp_test.rb                           |  338 ++--
 test/yarp/ripper_compat_test.rb                    |    2 +-
 test/yarp/ruby_api_test.rb                         |   79 +-
 test/yarp/snapshots/methods.txt                    |    4 +-
 test/yarp/snapshots/patterns.txt                   |    4 +-
 test/yarp/snapshots/seattlerb/case_in.txt          |    4 +-
 ...h_interpolation_and_carriage_return_escapes.txt |    2 +-
 ...olation_and_carriage_return_escapes_windows.txt |    2 +-
 test/yarp/snapshots/seattlerb/lasgn_ivar_env.txt   |    2 +-
 ...rse_line_call_ivar_arg_no_parens_line_break.txt |    2 +-
 .../parse_line_call_ivar_line_break_paren.txt      |    2 +-
 test/yarp/snapshots/strings.txt                    |    4 +-
 .../unparser/corpus/literal/assignment.txt         |   15 +-
 .../snapshots/unparser/corpus/literal/defined.txt  |    2 +-
 .../snapshots/unparser/corpus/literal/dstr.txt     |    6 +-
 .../snapshots/unparser/corpus/literal/literal.txt  |   18 +-
 .../unparser/corpus/literal/variables.txt          |    6 +-
 .../snapshots/unparser/corpus/semantic/dstr.txt    |    6 +-
 .../snapshots/unparser/corpus/semantic/literal.txt |    2 +-
 test/yarp/snapshots/variables.txt                  |   18 +-
 .../snapshots/whitequark/array_words_interp.txt    |    2 +-
 test/yarp/snapshots/whitequark/cvar.txt            |    5 +-
 test/yarp/snapshots/whitequark/cvasgn.txt          |    7 +-
 test/yarp/snapshots/whitequark/defined.txt         |    2 +-
 test/yarp/snapshots/whitequark/ivar.txt            |    2 +-
 test/yarp/snapshots/whitequark/ivasgn.txt          |    2 +-
 test/yarp/snapshots/whitequark/masgn_splat.txt     |    4 +-
 test/yarp/snapshots/whitequark/nth_ref.txt         |    2 +-
 test/yarp/snapshots/whitequark/parser_bug_272.txt  |    2 +-
 test/yarp/snapshots/whitequark/resbody_var.txt     |    2 +-
 test/yarp/snapshots/whitequark/string_concat.txt   |    2 +-
 test/yarp/snapshots/whitequark/string_dvar.txt     |    7 +-
 test/yarp/snapshots/whitequark/var_op_asgn.txt     |    4 +-
 test/yarp/test_helper.rb                           |   43 +-
 test/yarp/unescape_test.rb                         |   14 +-
 test/yarp/version_test.rb                          |    8 +-
 tool/runruby.rb                                    |    3 +
 tool/sync_default_gems.rb                          |    1 +
 yarp/config.yml                                    |  243 +--
 yarp/defines.h                                     |    3 +-
 yarp/diagnostic.c                                  |    2 +-
 yarp/diagnostic.h                                  |    6 +-
 yarp/enc/yp_big5.c                                 |   57 +-
 yarp/enc/yp_encoding.h                             |   20 +-
 yarp/enc/yp_euc_jp.c                               |   59 +-
 yarp/enc/yp_gbk.c                                  |   65 +-
 yarp/enc/yp_shift_jis.c                            |   59 +-
 yarp/enc/yp_tables.c                               |   74 +-
 yarp/enc/yp_unicode.c                              |   45 +-
 yarp/enc/yp_windows_31j.c                          |   59 +-
 yarp/extension.c                                   |   28 +-
 yarp/parser.h                                      |   38 +-
 yarp/regexp.c                                      |   42 +-
 yarp/regexp.h                                      |    2 +-
 yarp/templates/ext/yarp/api_node.c.erb             |   88 +-
 yarp/templates/include/yarp/ast.h.erb              |   32 +-
 yarp/templates/java/org/yarp/Loader.java.erb       |   26 +-
 yarp/templates/java/org/yarp/Nodes.java.erb        |   72 +-
 yarp/templates/lib/yarp/mutation_visitor.rb.erb    |    6 +-
 yarp/templates/lib/yarp/node.rb.erb                |   80 +-
 yarp/templates/lib/yarp/serialize.rb.erb           |   24 +-
 yarp/templates/src/node.c.erb                      |   66 +-
 yarp/templates/src/prettyprint.c.erb               |   74 +-
 yarp/templates/src/serialize.c.erb                 |   76 +-
 yarp/templates/template.rb                         |  530 ++---
 yarp/unescape.c                                    |  163 +-
 yarp/unescape.h                                    |    4 +-
 yarp/util/yp_buffer.c                              |    9 +-
 yarp/util/yp_buffer.h                              |    3 +
 yarp/util/yp_char.c                                |   68 +-
 yarp/util/yp_char.h                                |   32 +-
 yarp/util/yp_constant_pool.c                       |    6 +-
 yarp/util/yp_constant_pool.h                       |    4 +-
 yarp/util/yp_memchr.c                              |    2 +-
 yarp/util/yp_newline_list.c                        |    9 +-
 yarp/util/yp_newline_list.h                        |   10 +-
 yarp/util/yp_string.c                              |   42 +-
 yarp/util/yp_string.h                              |    8 +-
 yarp/util/yp_string_list.c                         |    6 -
 yarp/util/yp_string_list.h                         |    3 -
 yarp/util/yp_strncasecmp.c                         |    9 +-
 yarp/util/yp_strpbrk.c                             |   16 +-
 yarp/util/yp_strpbrk.h                             |    2 +-
 yarp/yarp.c                                        |  372 ++--
 yarp/yarp.h                                        |    9 +-
 yarp/yarp_compiler.c                               |  109 +-
 yjit/src/codegen.rs                                |   32 +-
 yjit/src/core.rs                                   |  236 ++-
 114 files changed, 3663 insertions(+), 3479 deletions(-)
 create mode 100644 test/yarp/fuzzer_test.rb
Latest commit hash = 0aa404b957
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-repeat50/revision.h updated
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'
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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/compile.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/ruby.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/enc/yp_big5.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/enc/yp_euc_jp.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/enc/yp_gbk.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/enc/yp_shift_jis.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/enc/yp_tables.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/enc/yp_unicode.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/enc/yp_windows_31j.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/extension.c
compiling yarp/node.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/pack.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_buffer.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_list.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_memchr.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_newline_list.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_state_stack.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_string.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_string_list.c
compiling /tmp/ruby/src/trunk-repeat50/yarp/util/yp_strncasecmp.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 -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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 -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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
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
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk 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'
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]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: 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/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/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]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
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/ext/socket'
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/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/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'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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 '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
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'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
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/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering 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]: 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/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering 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/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
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/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
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/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
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/ext/socket'
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/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.1.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/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'
./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.0
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.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.9.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.19.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 -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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 -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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=2962
  "--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 1134.583942s, 23.1389 tests/s, 8250.9655 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 38131>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 8 : #<TCPServer:fd 8, AF_INET6, ::, 38131>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(2/50)  tests in 1171.916476s, 22.4018 tests/s, 7986.4181 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(3/50)  tests in 1175.931948s, 22.3253 tests/s, 7955.0734 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(4/50)  tests in 1189.920460s, 22.0628 tests/s, 7866.8065 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(5/50)  tests in 1205.495338s, 21.7778 tests/s, 7767.6559 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(6/50)  tests in 1514.092183s, 17.3391 tests/s, 6183.8811 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(7/50)  tests in 1235.713161s, 21.2452 tests/s, 7576.6402 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_yaml_error_on_size: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 46481>
Leaked file descriptor: TestGemRemoteFetcher#test_yaml_error_on_size: 8 : #<TCPServer:fd 8, AF_INET6, ::, 46481>
Leaked file descriptor: TestGemRemoteFetcher#test_yaml_error_on_size: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_yaml_error_on_size: 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
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(8/50)  tests in 1201.841232s, 21.8440 tests/s, 7784.7720 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(9/50)  tests in 1169.809112s, 22.4421 tests/s, 8002.7971 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(10/50)  tests in 1204.081599s, 21.8033 tests/s, 7774.2597 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 17 : #<IO:fd 17>
Leaked thread: Rinda::TupleSpaceProxyTest#test_take_bug_8215: #<Thread:0x00007fcc58acc570 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Closed file descriptor: Rinda::TupleSpaceProxyTest#test_00_tuple: 17
Finished thread: Rinda::TupleSpaceProxyTest#test_00_tuple: #<Thread:0x00007fcc58acc570 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 dead>
Finished(11/50)  tests in 1303.055136s, 20.1473 tests/s, 7184.8832 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(12/50)  tests in 1497.903545s, 17.5265 tests/s, 6250.3030 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 34581>
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 8 : #<TCPServer:fd 8, AF_INET6, ::, 34581>
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_download_with_encoded_auth: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_observe_no_proxy_env_single_host: 7
Closed file descriptor: TestGemRemoteFetcher#test_observe_no_proxy_env_single_host: 8
Closed file descriptor: TestGemRemoteFetcher#test_observe_no_proxy_env_single_host: 9
Closed file descriptor: TestGemRemoteFetcher#test_observe_no_proxy_env_single_host: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(13/50)  tests in 1233.550707s, 21.2825 tests/s, 7585.0948 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 34735>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007fcc33971ba0 /tmp/ruby/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(14/50)  tests in 1207.973774s, 21.7331 tests/s, 7750.9762 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(15/50)  tests in 1206.957133s, 21.7514 tests/s, 7756.0708 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(16/50)  tests in 1196.298737s, 21.9452 tests/s, 7825.6665 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(17/50)  tests in 1455.307996s, 18.0395 tests/s, 6433.6732 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(18/50)  tests in 1330.733920s, 19.7282 tests/s, 7035.8408 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(19/50)  tests in 1204.504207s, 21.7957 tests/s, 7772.5332 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(20/50)  tests in 1208.270202s, 21.7278 tests/s, 7749.2907 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Leaked file descriptor: Rinda::TupleSpaceProxyTest#test_take_bug_8215: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 46789>
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(21/50)  tests in 1231.661682s, 21.3151 tests/s, 7599.9393 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(22/50)  tests in 1275.952226s, 20.5752 tests/s, 7336.7653 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(23/50)  tests in 1575.695057s, 16.6612 tests/s, 5940.2877 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(24/50)  tests in 1275.507031s, 20.5824 tests/s, 7340.5358 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(25/50)  tests in 1271.524374s, 20.6469 tests/s, 7364.5706 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(26/50)  tests in 1273.341544s, 20.6174 tests/s, 7352.6864 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 36479>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 8 : #<TCPServer:fd 8, AF_INET6, ::, 36479>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_s3_url_creds: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 7
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 8
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 9
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(27/50)  tests in 1255.164505s, 20.9160 tests/s, 7459.4342 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(28/50)  tests in 1433.968233s, 18.3079 tests/s, 6529.0714 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_unsupported: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 35771>
Leaked file descriptor: TestGemRemoteFetcher#test_download_unsupported: 8 : #<TCPServer:fd 8, AF_INET6, ::, 35771>
Leaked file descriptor: TestGemRemoteFetcher#test_download_unsupported: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_download_unsupported: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 7
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 8
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 9
Closed file descriptor: TestGemRemoteFetcher#test_cache_update_path_with_utf8_internal_encoding: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(29/50)  tests in 1378.016114s, 19.0513 tests/s, 6794.1774 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 12 : #<IO:fd 12>
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 13 : #<IO:fd 13>
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(30/50)  tests in 1219.508522s, 21.5275 tests/s, 7676.9656 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(31/50)  tests in 1229.199312s, 21.3578 tests/s, 7614.1745 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(32/50)  tests in 1240.475662s, 21.1637 tests/s, 7545.1758 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(33/50)  tests in 1287.865660s, 20.3849 tests/s, 7268.8203 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(34/50)  tests in 1592.934610s, 16.4809 tests/s, 5877.0730 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(35/50)  tests in 1308.297182s, 20.0665 tests/s, 7152.7021 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(36/50)  tests in 1246.719174s, 21.0577 tests/s, 7509.5604 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(37/50)  tests in 1268.339225s, 20.6987 tests/s, 7382.3460 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(38/50)  tests in 1280.111315s, 20.5084 tests/s, 7314.4444 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(39/50)  tests in 1562.666557s, 16.8001 tests/s, 5990.8596 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(40/50)  tests in 1392.678851s, 18.8507 tests/s, 6722.9555 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(41/50)  tests in 1295.247881s, 20.2687 tests/s, 7228.5036 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(42/50)  tests in 1299.092893s, 20.2087 tests/s, 7204.2731 assertions/s.
Leaked file descriptor: TestOpenURI#test_open_timeout: 10 : #<TCPSocket:fd 10, AF_INET, 127.0.0.1, 45112>
Closed file descriptor: TestOpenURI#test_close_in_block_small: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(43/50)  tests in 1283.530298s, 20.4537 tests/s, 7293.8504 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
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(44/50)  tests in 1368.931629s, 19.1777 tests/s, 6839.1772 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(45/50)  tests in 1483.813965s, 17.6929 tests/s, 6308.9317 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects_without_location: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 41537>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects_without_location: 8 : #<TCPServer:fd 8, AF_INET6, ::, 41537>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects_without_location: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_http_redirects_without_location: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 7
Closed file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 8
Closed file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 9
Closed file descriptor: TestGemRemoteFetcher#test_download_local_read_only: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(46/50)  tests in 1179.750563s, 22.2530 tests/s, 7935.6555 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 34003>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 8 : #<TCPServer:fd 8, AF_INET6, ::, 34003>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_fetch_path_openssl_ssl_sslerror: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 7
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 8
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 9
Closed file descriptor: TestGemRemoteFetcher#test_request_block: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(47/50)  tests in 1270.182596s, 20.6687 tests/s, 7372.0542 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(48/50)  tests in 1293.568656s, 20.2950 tests/s, 7237.7496 assertions/s.
Leaked file descriptor: TestGemRemoteFetcher#test_download_install_dir: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 42889>
Leaked file descriptor: TestGemRemoteFetcher#test_download_install_dir: 8 : #<TCPServer:fd 8, AF_INET6, ::, 42889>
Leaked file descriptor: TestGemRemoteFetcher#test_download_install_dir: 9 : #<IO:fd 9>
Leaked file descriptor: TestGemRemoteFetcher#test_download_install_dir: 10 : #<IO:fd 10>
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 7
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 8
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 9
Closed file descriptor: TestGemRemoteFetcher#test_fetch_s3_config_creds_with_token: 10
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(49/50)  tests in 1310.240445s, 20.0368 tests/s, 7142.9966 assertions/s.
<compiled>:1: warning: already initialized constant YARP::YCT
<compiled>:1: warning: previous definition of YARP::YCT was here
<compiled>:1: warning: already initialized constant YCT
<compiled>:1: warning: previous definition of YCT was here
Finished(50/50)  tests in 1721.588200s, 15.2493 tests/s, 5432.6395 assertions/s.
1312650 tests, 468065257 assertions, 0 failures, 0 errors, 5397 skips

ruby -v: ruby 3.3.0dev (2023-08-30T23:37:11Z master 0aa404b957) [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 -Wmisleading-indentation -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/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-08-30T23:37:11Z master 0aa404b957) [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 145.409599 seconds

3708 files, 32157 examples, 168487 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