# Logfile created on 2022-11-30 13:23:21 +0000 by logger.rb/v1.4.2
#<BuildRuby:0x0000559ce839f258 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/v3/src", @BUILD_DIR="/tmp/ruby/v3/build", @INSTALL_DIR="/tmp/ruby/v3/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/v3/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/v3/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/v3/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j6", @btest_opts="-j6", @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.20221130-132321", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000559ce81764b8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000559ce81757e8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000559ce8175748 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20221130-132321", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20221130-132321>, @binmode=false, @mon_data=#<Monitor:0x0000559ce81751d0>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j6
Downloading Unicode 14.0.0 data and property files...
Downloading Unicode 14.0.0 auxiliary files...
Downloading Unicode UCD emoji 14.0 files...
Downloading Unicode emoji 14.0 files...
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/UnicodeData.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/CompositionExclusions.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/NormalizationTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/CaseFolding.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/SpecialCasing.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/Blocks.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/DerivedAge.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/DerivedCoreProperties.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/PropList.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/PropertyAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/PropertyValueAliases.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/Scripts.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/14.0/emoji-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/14.0/emoji-test.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/emoji/14.0/emoji-zwj-sequences.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/auxiliary/GraphemeBreakProperty.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/auxiliary/GraphemeBreakTest.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/emoji/emoji-data.txt already exists
/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/data/14.0.0/ucd/emoji/emoji-variation-sequences.txt already exists
$$$[end] "make update-unicode  -j6" exit with 0.
$$$[beg] make update-download -j6
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j6" exit with 0.
$$$[beg] make update-rubyspec -j6
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j6" exit with 0.
$$$[beg] make update-src      -j6
From https://github.com/ruby/ruby
   67ae3e9..8171931  master     -> origin/master
Updating 67ae3e9..8171931
Fast-forward
 .github/workflows/codeql-analysis.yml              |   1 +
 NEWS.md                                            |  13 +-
 common.mk                                          | 419 ++++++++++-----------
 ext/socket/lib/socket.rb                           |   1 -
 lib/irb/cmd/ls.rb                                  |   1 +
 lib/irb/ext/save-history.rb                        |   2 +-
 lib/mjit/compiler.rb                               |  24 +-
 lib/syntax_suggest/capture_code_context.rb         |   4 +-
 lib/syntax_suggest/cli.rb                          |   4 +-
 .../display_code_with_line_numbers.rb              |   6 +-
 lib/syntax_suggest/version.rb                      |   2 +-
 lib/un.rb                                          |   2 +-
 mjit.c                                             |  24 +-
 mjit_compiler.c => mjit_c.c                        |  32 +-
 mjit_c.h                                           |  31 +-
 mjit_c.rb                                          |  20 +-
 mjit_unit.h                                        |  29 --
 .../integration/ruby_command_line_spec.rb          |   4 +-
 .../integration/syntax_suggest_spec.rb             |  54 +--
 spec/syntax_suggest/unit/clean_document_spec.rb    |  16 +-
 spec/syntax_suggest/unit/cli_spec.rb               |   2 +-
 spec/syntax_suggest/unit/code_search_spec.rb       |  12 +-
 .../unit/display_invalid_blocks_spec.rb            |  12 +-
 template/Makefile.in                               |   4 +-
 ...it_compile_attr.inc.erb => mjit_sp_inc.inc.erb} |   0
 tool/update-deps                                   |   2 +-
 win32/Makefile.sub                                 |   2 +-
 yjit/src/codegen.rs                                |  10 +-
 28 files changed, 359 insertions(+), 374 deletions(-)
 rename mjit_compiler.c => mjit_c.c (52%)
 delete mode 100644 mjit_unit.h
 rename tool/ruby_vm/views/{mjit_compile_attr.inc.erb => mjit_sp_inc.inc.erb} (100%)
Current branch master is up to date.
Latest commit hash = 817193104d
$$$[end] "make update-src      -j6" exit with 0.
$$$[beg] make after-update    -j6
sed 's/{\$([^(){}]*)[^{}]*}//g' /tmp/ruby/v3/src/trunk-repeat50/common.mk > uncommon.mk
MAKE=make /bin/sh ./config.status Makefile
config.status: creating Makefile
generating opt_sc.inc
generating optinsn.inc
generating optunifs.inc
generating insns.inc
generating insns_info.inc
generating vmtc.inc
generating vm.inc
generating mjit_sp_inc.inc
making /tmp/ruby/v3/src/trunk-repeat50/mjit_c.rbinc
generating miniprelude.c
/tmp/ruby/v3/src/trunk-repeat50/revision.h updated
generating x86_64-linux-fake.rb
miniprelude.c updated
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
$$$[end] "make after-update    -j6" exit with 0.
$$$[beg] make miniruby -j6
	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/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/v3/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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/v3/src/trunk-repeat50/miniinit.c
compiling /tmp/ruby/v3/src/trunk-repeat50/compile.c
compiling /tmp/ruby/v3/src/trunk-repeat50/iseq.c
making mjit_config.h
compiling /tmp/ruby/v3/src/trunk-repeat50/mjit_c.c
compiling /tmp/ruby/v3/src/trunk-repeat50/version.c
compiling /tmp/ruby/v3/src/trunk-repeat50/vm.c
compiling /tmp/ruby/v3/src/trunk-repeat50/mjit.c
linking miniruby
$$$[end] "make miniruby -j6" exit with 0.
$$$[beg] make ruby -j6
	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/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/v3/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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/v3/src/trunk-repeat50/loadpath.c
builtin_binary.inc updated
compiling /tmp/ruby/v3/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.2.0
linking ruby
$$$[end] "make ruby -j6" exit with 0.
$$$[beg] make all -j6
	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/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/v3/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
making enc
building rb_mjit_header.h
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
generating transdb.h
rb_mjit_header.h unchanged
building .ext/include/x86_64-linux/rb_mjit_min_header-3.2.0.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.3/ext/debug'
installing default socket libraries
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.3/ext/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
transform_mjit_header: making external definition static inline: rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_opt_cfunc_p, rb_vm_ic_hit_p, rb_vm_splat_array, rb_vm_concat_array, rb_vm_defined, rb_vm_cc_general, rb_aliased_callable_method_entry, rb_find_defined_class_by_owner, rb_vm_call_ivar_attrset_p, rb_iseq_only_kwparam_p, rb_iseq_only_optparam_p, rb_vm_setinstancevariable, rb_vm_setclassvariable, rb_vm_getclassvariable, rb_vm_rewrite_cref, rb_vm_get_cref, rb_vm_push_frame_fname, rb_vm_block_ep_update, rb_vm_cref_new_toplevel, rb_vm_cref_dup_without_refinements, rb_vm_frame_block_handler, rb_vm_cframe_keyword_p, rb_vm_ep_local_ep
transform_mjit_header: making declaration static inline: rb_vm_lvar_exposed, rb_vm_lvar_exposed, Init_vm_stack_canary, rb_vm_rewrite_cref, rb_vm_frame_block_handler, rb_vm_block_ep_update, rb_vm_ep_local_ep, rb_vm_push_frame_fname
transform_mjit_header: SKIPPED to transform: getlogin_r, pread64, pread, read, bsearch, fread_unlocked, fgets_unlocked, fread, fgets, vdprintf, dprintf, vfprintf, vprintf, printf, fprintf, getline, putchar_unlocked, putc_unlocked, fputc_unlocked, putchar, getchar_unlocked, getc_unlocked, fgetc_unlocked, getchar
$$$[end] "make all -j6" exit with 0.
$$$[beg] make install -j6
	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/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j6 --jobserver-auth=4,5
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/v3/src/trunk-repeat50/yjit/src/lib.rs
generating enc.mk
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 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.

rm -rf .bundle/extensions/x86_64-linux/3.2.0+3/
rm -rf .bundle/.timestamp/x86_64-linux/3.2.0+3/
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/v3/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/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for '/tmp/ruby/v3/src/trunk-repeat50/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/nkf'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/syslog'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.3/ext/debug'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.8.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
linking shared-object debug/debug.so
linking shared-object rbs_extension.so
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/debug-1.6.3/ext/debug'
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50/.bundle/gems/rbs-2.8.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/v3/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/v3/build/trunk-repeat50'
./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/v3/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j6 --jobserver-auth=4,5" --make-flags=" -j6 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/v3/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+3/x86_64-linux
installing pkgconfig data:          /tmp/ruby/v3/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+3/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.2.0+3/x86_64-linux
installing extension objects:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.2.0+3/x86_64-linux
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.2.0+3/x86_64-linux
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+3
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/site_ruby/3.2.0+3
installing extension scripts:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/vendor_ruby/3.2.0+3
installing extension headers:       /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.2.0+3/ruby
installing command scripts:         /tmp/ruby/v3/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/3.2.0+3
installing common headers:          /tmp/ruby/v3/install/trunk-repeat50/include/ruby-3.2.0+3
installing manpages:                /tmp/ruby/v3/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+3
                                    abbrev 0.1.0
                                    base64 0.1.1
                                    benchmark 0.2.0
                                    bundler 2.4.0.dev
                                    cgi 0.3.6
                                    csv 3.2.2
                                    delegate 0.2.0
                                    did_you_mean 1.6.1
                                    drb 2.1.0
                                    english 0.7.1
                                    erb 4.0.2
                                    error_highlight 0.5.1
                                    fileutils 1.6.0
                                    find 0.1.1
                                    forwardable 1.3.2
                                    getoptlong 0.1.1
                                    ipaddr 1.2.4
                                    irb 1.5.1
                                    logger 1.5.1
                                    mutex_m 0.1.1
                                    net-http 0.3.0
                                    net-protocol 0.1.3
                                    observer 0.1.1
                                    open-uri 0.2.0
                                    open3 0.1.1
                                    optparse 0.2.0
                                    ostruct 0.5.5
                                    pp 0.3.0
                                    prettyprint 0.1.1
                                    pstore 0.1.1
                                    racc 1.6.0
                                    rdoc 6.4.0
                                    readline 0.0.3
                                    reline 0.3.1
                                    resolv 0.2.1
                                    resolv-replace 0.1.0
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.0
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.0.1
                                    tempfile 0.1.2
                                    time 0.2.0
                                    timeout 0.3.0
                                    tmpdir 0.1.2
                                    tsort 0.1.0
                                    un 0.2.0
                                    uri 0.11.0
                                    weakref 0.1.1
                                    yaml 0.2.0
installing default gems from ext:   /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+3
                                    bigdecimal 3.1.2
                                    date 3.2.3
                                    digest 3.1.0
                                    etc 1.4.0
                                    fcntl 1.0.1
                                    fiddle 1.1.1
                                    io-console 0.5.11
                                    io-nonblock 0.1.1
                                    io-wait 0.3.0.pre
                                    json 2.6.2
                                    nkf 0.1.1
                                    openssl 3.1.0.pre
                                    pathname 0.2.0
                                    psych 5.0.0.dev
                                    readline-ext 0.1.4
                                    stringio 3.0.3
                                    strscan 3.0.1
                                    syslog 0.1.0
                                    zlib 2.1.1
installing bundled gems:            /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+3
                                    minitest 5.16.3
                                    power_assert 2.0.2
                                    rake 13.0.6
                                    test-unit 3.5.5
                                    rexml 3.2.5
                                    rss 0.2.9
                                    net-ftp 0.2.0
                                    net-imap 0.3.1
                                    net-pop 0.1.2
                                    net-smtp 0.3.3
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 2.8.1
                                    typeprof 0.21.3
                                    debug 1.6.3
installing bundled gem cache:       /tmp/ruby/v3/install/trunk-repeat50/lib/ruby/gems/3.2.0+3/cache
$$$[end] "make install -j6" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j6'
PASS all 1787 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j6'" 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/v3/src/trunk-repeat50/include -I/tmp/ruby/v3/src/trunk-repeat50 -I/tmp/ruby/v3/src/trunk-repeat50/enc/unicode/14.0.0 
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.2  -fstack-protector-strong  
	SOLIBS =  -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = no
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/v3/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/v3/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0
Copyright (C) 2019 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/v3/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/v3/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
making mjit_build_dir.so
Run options: 
  --seed=31046
  "--ruby=./miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/v3/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/v3/src/trunk-repeat50/test/excludes
  --name=!/memory_leak/
  --stderr-on-failure
  --repeat-count=50

# Running tests:

Finished(1/50)  tests in 1352.715887s, 17.3599 tests/s, 6488.3706 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f3e895c0598 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_abort_on_exception: #<TestThread::Thread:0x00007f3e895c0598 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Leaked thread: TestFiberScheduler#test_deadlock: #<Thread:0x00007f3e4e45bfd0 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 sleep_forever>
Finished thread: TestFiberScheduler#test_fiber_new_with_options: #<Thread:0x00007f3e4e45bfd0 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 dead>
Finished(2/50)  tests in 1412.812965s, 16.6214 tests/s, 6214.4305 assertions/s.
Leaked thread: TestFiberScheduler#test_deadlock: #<Thread:0x00007f3e891c3120 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 sleep>
Finished thread: TestFiberScheduler#test_fiber_new_with_options: #<Thread:0x00007f3e891c3120 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 dead>
Finished(3/50)  tests in 1729.429518s, 13.5785 tests/s, 5074.3155 assertions/s.
Finished(4/50)  tests in 1498.082959s, 15.6754 tests/s, 5859.7356 assertions/s.
Finished(5/50)  tests in 1519.906807s, 15.4503 tests/s, 5776.2897 assertions/s.
Finished(6/50)  tests in 1330.305492s, 17.6523 tests/s, 6598.5392 assertions/s.
Finished(7/50)  tests in 1356.483634s, 17.3117 tests/s, 6471.0099 assertions/s.
Finished(8/50)  tests in 1581.754052s, 14.8462 tests/s, 5550.5880 assertions/s.
Finished(9/50)  tests in 1485.896243s, 15.8039 tests/s, 5907.6830 assertions/s.
Finished(10/50)  tests in 1677.505851s, 13.9988 tests/s, 5233.7051 assertions/s.
Finished(11/50)  tests in 1537.177896s, 15.2767 tests/s, 5710.9011 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 10 : #<IO:fd 10>
Finished(12/50)  tests in 1761.726610s, 13.3295 tests/s, 4983.2868 assertions/s.
Finished(13/50)  tests in 1719.427099s, 13.6575 tests/s, 5105.3976 assertions/s.
Finished(14/50)  tests in 1795.007171s, 13.0824 tests/s, 4889.7526 assertions/s.
Finished(15/50)  tests in 1403.174566s, 16.7356 tests/s, 6255.8809 assertions/s.
Finished(16/50)  tests in 1431.911534s, 16.3998 tests/s, 6133.2937 assertions/s.
Finished(17/50)  tests in 1642.954673s, 14.2932 tests/s, 5344.0701 assertions/s.
Leaked thread: TestFiberScheduler#test_deadlock: #<Thread:0x00007f3e8a627df0 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 sleep_forever>
Finished thread: TestFiberScheduler#test_fiber_new_with_options: #<Thread:0x00007f3e8a627df0 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 dead>
Finished(18/50)  tests in 1574.553478s, 14.9141 tests/s, 5576.3841 assertions/s.
Finished(19/50)  tests in 1753.354529s, 13.3932 tests/s, 5007.3986 assertions/s.
Finished(20/50)  tests in 1567.708540s, 14.9792 tests/s, 5599.7590 assertions/s.
Finished(21/50)  tests in 1747.477615s, 13.4382 tests/s, 5024.1851 assertions/s.
Finished(22/50)  tests in 1720.977052s, 13.6452 tests/s, 5101.9216 assertions/s.
Finished(23/50)  tests in 1787.757203s, 13.1355 tests/s, 4910.3541 assertions/s.
Leaked file descriptor: DRbTests::TestDRbTCP#test_immediate_close: 9 : #<IO:fd 9>
Leaked thread: DRbTests::TestDRbTCP#test_immediate_close: #<Thread:0x00007f3e8dcc2d10 /tmp/ruby/v3/src/trunk-repeat50/lib/drb/drb.rb:1716 sleep>
Finished(24/50)  tests in 1477.456730s, 15.8942 tests/s, 5942.1273 assertions/s.
Finished(25/50)  tests in 1582.783055s, 14.8365 tests/s, 5547.3888 assertions/s.
Finished(26/50)  tests in 1436.560247s, 16.3467 tests/s, 6110.3027 assertions/s.
Finished(27/50)  tests in 1506.873326s, 15.5839 tests/s, 5826.5448 assertions/s.
Finished(28/50)  tests in 1683.913292s, 13.9455 tests/s, 5212.9204 assertions/s.
Leaked thread: TestFiberScheduler#test_deadlock: #<Thread:0x00007f3e8b00af70 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 sleep_forever>
Finished thread: TestFiberScheduler#test_fiber_new_with_options: #<Thread:0x00007f3e8b00af70 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 dead>
Finished(29/50)  tests in 1688.018425s, 13.9116 tests/s, 5202.6144 assertions/s.
Finished(30/50)  tests in 1864.077859s, 12.5976 tests/s, 4710.0039 assertions/s.
Finished(31/50)  tests in 1655.185537s, 14.1875 tests/s, 5304.4265 assertions/s.
Finished(32/50)  tests in 1855.884636s, 12.6533 tests/s, 4731.1087 assertions/s.
Leaked thread: TestFiberScheduler#test_deadlock: #<Thread:0x00007f3e884dc628 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 sleep>
Finished thread: TestFiberScheduler#test_fiber_new_with_options: #<Thread:0x00007f3e884dc628 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 dead>
Finished(33/50)  tests in 1692.949601s, 13.8711 tests/s, 5186.0120 assertions/s.
Leaked thread: TestThread#test_fork_value: #<TestThread::Thread:0x00007f3e88631fa0 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 sleep>
Finished thread: TestThread#test_abort_on_exception: #<TestThread::Thread:0x00007f3e88631fa0 /tmp/ruby/v3/src/trunk-repeat50/test/ruby/test_thread.rb:1257 dead>
Finished(34/50)  tests in 1934.948373s, 12.1362 tests/s, 4537.8296 assertions/s.
Finished(35/50)  tests in 1683.183010s, 13.9515 tests/s, 5216.7732 assertions/s.
Finished(36/50)  tests in 1708.279343s, 13.7466 tests/s, 5139.8579 assertions/s.
Finished(37/50)  tests in 1561.096244s, 15.0426 tests/s, 5624.5949 assertions/s.
Finished(38/50)  tests in 1869.776127s, 12.5593 tests/s, 4696.8971 assertions/s.
Finished(39/50)  tests in 1870.951263s, 12.5514 tests/s, 4693.0116 assertions/s.
Finished(40/50)  tests in 1954.646327s, 12.0139 tests/s, 4492.4163 assertions/s.
Leaked thread: TestFiberScheduler#test_deadlock: #<Thread:0x00007f3e8bd74378 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 sleep>
Finished thread: TestFiberScheduler#test_fiber_new_with_options: #<Thread:0x00007f3e8bd74378 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 dead>
Finished(41/50)  tests in 1757.437215s, 13.3621 tests/s, 4996.2331 assertions/s.
Finished(42/50)  tests in 1927.606334s, 12.1825 tests/s, 4555.1822 assertions/s.
Finished(43/50)  tests in 1913.163834s, 12.2744 tests/s, 4590.7344 assertions/s.
Finished(44/50)  tests in 1852.699092s, 12.6750 tests/s, 4739.6132 assertions/s.
Finished(45/50)  tests in 1652.070691s, 14.2143 tests/s, 5315.9493 assertions/s.
Leaked thread: TestFiberScheduler#test_deadlock: #<Thread:0x00007f3e88d2b4a0 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 sleep>
Finished thread: TestFiberScheduler#test_fiber_new_with_options: #<Thread:0x00007f3e88d2b4a0 /tmp/ruby/v3/src/trunk-repeat50/test/fiber/test_scheduler.rb:147 dead>
Finished(46/50)  tests in 1831.964919s, 12.8185 tests/s, 4793.7250 assertions/s.
Finished(47/50)  tests in 1769.755379s, 13.2691 tests/s, 4962.6780 assertions/s.
Finished(48/50)  tests in 2149.030169s, 10.9273 tests/s, 4085.3759 assertions/s.
Finished(49/50)  tests in 2127.001415s, 11.0404 tests/s, 4128.0551 assertions/s.
Finished(50/50)  tests in 1903.150449s, 12.3390 tests/s, 4615.3146 assertions/s.
1174150 tests, 438993220 assertions, 0 failures, 0 errors, 3495 skips

ruby -v: ruby 3.2.0dev (2022-11-30T11:03:54Z master 817193104d) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-rubyspec TESTS=--repeat-count=50
$ /tmp/ruby/v3/build/trunk-repeat50/miniruby -I/tmp/ruby/v3/src/trunk-repeat50/lib /tmp/ruby/v3/src/trunk-repeat50/tool/runruby.rb --archdir=/tmp/ruby/v3/build/trunk-repeat50 --extout=.ext -- /tmp/ruby/v3/src/trunk-repeat50/spec/mspec/bin/mspec-run -B /tmp/ruby/v3/src/trunk-repeat50/spec/default.mspec
ruby 3.2.0dev (2022-11-30T11:03:54Z master 817193104d) [x86_64-linux]
.................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................................

Finished in 169.705544 seconds

3825 files, 31256 examples, 132910 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec TESTS=--repeat-count=50" exit with 0.
raw logfile