# Logfile created on 2024-07-24 08:12:51 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f4fccaefdd0 @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", @spec_opts="-j", @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.20240724-081251", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f4fccb11cf0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f4fccb11980 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f4fcca2a6e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20240724-081251", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20240724-081251>, @binmode=false, @mon_data=#<Monitor:0x00007f4fccb11700>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   f23485a..e642ddf  master     -> origin/master
Updating f23485a..e642ddf
Fast-forward
 ast.c                                              |  14 +
 gc/default.c                                       |   8 +-
 lib/bundler/definition.rb                          |   2 +-
 lib/bundler/plugin/api/source.rb                   |   1 +
 lib/bundler/rubygems_ext.rb                        |  12 +-
 lib/bundler/runtime.rb                             |   5 -
 lib/bundler/source/git.rb                          |  45 ++-
 lib/bundler/spec_set.rb                            |   2 +-
 lib/rubygems/dependency.rb                         |   8 +
 lib/tempfile.rb                                    |  12 +-
 node_dump.c                                        |  10 +-
 object.c                                           |  79 +++--
 parse.y                                            |  37 +-
 prism/prism.c                                      | 125 +++++--
 prism_compile.c                                    |  75 ++--
 rubyparser.h                                       |   3 +
 spec/bundler/bundler/definition_spec.rb            |  14 +-
 spec/bundler/cache/gems_spec.rb                    |   1 +
 spec/bundler/cache/git_spec.rb                     | 110 ++++--
 spec/bundler/commands/check_spec.rb                |   8 +-
 spec/bundler/commands/exec_spec.rb                 |  19 ++
 spec/bundler/commands/install_spec.rb              |  46 +--
 spec/bundler/commands/lock_spec.rb                 | 343 +++++++++++++------
 spec/bundler/commands/update_spec.rb               |  36 +-
 spec/bundler/install/gemfile/gemspec_spec.rb       |  40 +--
 spec/bundler/install/gemfile/git_spec.rb           |   6 +-
 spec/bundler/install/gemfile/install_if_spec.rb    |   6 +-
 spec/bundler/install/gemfile/path_spec.rb          |  12 +-
 spec/bundler/install/gemfile/platform_spec.rb      | 377 +++++++++++----------
 spec/bundler/install/gemfile/sources_spec.rb       |  42 +--
 .../install/gemfile/specific_platform_spec.rb      |  99 +++---
 spec/bundler/install/gems/dependency_api_spec.rb   |  30 +-
 spec/bundler/install/gems/flex_spec.rb             |   4 +-
 spec/bundler/install/gems/resolving_spec.rb        |  46 +--
 spec/bundler/lock/lockfile_spec.rb                 | 125 +++----
 spec/bundler/plugins/source/example_spec.rb        |   4 +-
 spec/bundler/runtime/platform_spec.rb              |  29 +-
 spec/bundler/support/builders.rb                   |   5 -
 spec/bundler/support/checksums.rb                  |   6 +-
 spec/bundler/support/helpers.rb                    |   2 +-
 spec/bundler/support/path.rb                       |   4 +
 spec/bundler/update/git_spec.rb                    |   2 +-
 .../dont_allow_return_inside_sclass_body.txt       |   3 +
 test/prism/snapshots/command_method_call.txt       |   2 +-
 test/prism/snapshots/endless_methods.txt           |   6 +-
 test/prism/snapshots/methods.txt                   |  14 +-
 test/prism/snapshots/regex.txt                     |   2 +-
 test/prism/snapshots/rescue.txt                    |   2 +-
 .../snapshots/seattlerb/defn_endless_command.txt   |   2 +-
 .../seattlerb/defn_endless_command_rescue.txt      |   2 +-
 test/prism/snapshots/seattlerb/defn_oneliner.txt   |   2 +-
 .../snapshots/seattlerb/defn_oneliner_eq2.txt      |   2 +-
 .../snapshots/seattlerb/defn_oneliner_noargs.txt   |   2 +-
 .../seattlerb/defn_oneliner_noargs_parentheses.txt |   2 +-
 .../snapshots/seattlerb/defn_oneliner_rescue.txt   |   2 +-
 .../snapshots/seattlerb/defs_endless_command.txt   |   2 +-
 .../seattlerb/defs_endless_command_rescue.txt      |   2 +-
 test/prism/snapshots/seattlerb/defs_oneliner.txt   |   2 +-
 .../snapshots/seattlerb/defs_oneliner_eq2.txt      |   2 +-
 .../snapshots/seattlerb/defs_oneliner_rescue.txt   |   2 +-
 test/prism/snapshots/while.txt                     |   2 +-
 .../whitequark/endless_comparison_method.txt       |  12 +-
 test/prism/snapshots/whitequark/endless_method.txt |   8 +-
 .../whitequark/endless_method_command_syntax.txt   |  16 +-
 .../endless_method_forwarded_args_legacy.txt       |   2 +-
 .../whitequark/endless_method_with_rescue_mod.txt  |   4 +-
 .../whitequark/endless_method_without_args.txt     |   8 +-
 test/ruby/test_ast.rb                              |  20 +-
 test/ruby/test_class.rb                            |   1 +
 69 files changed, 1187 insertions(+), 793 deletions(-)
 create mode 100644 test/prism/errors/dont_allow_return_inside_sclass_body.txt
Latest commit hash = e642ddf7ae
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating node_name.inc
generating parse.c
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
extracting ripper.y from ../../parse.y
generating eventids1.c from ../../parse.y
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating x86_64-linux-fake.rb
generating eventids1.h from ../../parse.y
x86_64-linux-fake.rb updated
generating enc.mk
compiling compiler ripper.y
generating ripper_init.c from ./ripper_init.c.tmpl
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.h
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat50/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/array.c
compiling /tmp/ruby/src/trunk-repeat50/bignum.c
compiling /tmp/ruby/src/trunk-repeat50/ast.c
compiling /tmp/ruby/src/trunk-repeat50/class.c
compiling /tmp/ruby/src/trunk-repeat50/compile.c
compiling /tmp/ruby/src/trunk-repeat50/complex.c
compiling /tmp/ruby/src/trunk-repeat50/cont.c
compiling /tmp/ruby/src/trunk-repeat50/debug.c
compiling /tmp/ruby/src/trunk-repeat50/dir.c
compiling /tmp/ruby/src/trunk-repeat50/encoding.c
compiling /tmp/ruby/src/trunk-repeat50/enumerator.c
compiling /tmp/ruby/src/trunk-repeat50/error.c
compiling /tmp/ruby/src/trunk-repeat50/eval.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/gc/default.c
compiling /tmp/ruby/src/trunk-repeat50/hash.c
compiling /tmp/ruby/src/trunk-repeat50/imemo.c
compiling /tmp/ruby/src/trunk-repeat50/io.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/load.c
compiling /tmp/ruby/src/trunk-repeat50/marshal.c
compiling /tmp/ruby/src/trunk-repeat50/memory_view.c
compiling /tmp/ruby/src/trunk-repeat50/rjit.c
compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c
compiling /tmp/ruby/src/trunk-repeat50/node.c
compiling /tmp/ruby/src/trunk-repeat50/node_dump.c
compiling /tmp/ruby/src/trunk-repeat50/numeric.c
compiling /tmp/ruby/src/trunk-repeat50/object.c
compiling /tmp/ruby/src/trunk-repeat50/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/proc.c
compiling /tmp/ruby/src/trunk-repeat50/process.c
compiling /tmp/ruby/src/trunk-repeat50/ractor.c
compiling /tmp/ruby/src/trunk-repeat50/random.c
compiling /tmp/ruby/src/trunk-repeat50/rational.c
compiling /tmp/ruby/src/trunk-repeat50/re.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat50/scheduler.c
compiling /tmp/ruby/src/trunk-repeat50/shape.c
compiling /tmp/ruby/src/trunk-repeat50/signal.c
compiling /tmp/ruby/src/trunk-repeat50/string.c
compiling /tmp/ruby/src/trunk-repeat50/struct.c
compiling /tmp/ruby/src/trunk-repeat50/symbol.c
compiling /tmp/ruby/src/trunk-repeat50/thread.c
compiling /tmp/ruby/src/trunk-repeat50/time.c
compiling /tmp/ruby/src/trunk-repeat50/variable.c
compiling /tmp/ruby/src/trunk-repeat50/version.c
compiling /tmp/ruby/src/trunk-repeat50/vm.c
compiling /tmp/ruby/src/trunk-repeat50/vm_backtrace.c
compiling /tmp/ruby/src/trunk-repeat50/vm_dump.c
compiling /tmp/ruby/src/trunk-repeat50/vm_sync.c
compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c
compiling /tmp/ruby/src/trunk-repeat50/weakmap.c
compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat50/yjit.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
3a247465521777f9abebb6ce043b0089348e253acf34b7d5ab6ef057c7359e66  builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-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
generating makefiles ext/configure-ext.mk
making trans
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 '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'
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/coverage'
compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/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'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c
linking shared-object coverage.so
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c
checking /tmp/ruby/src/trunk-repeat50/parse.y and /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking ruby
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision -
generating enc.mk
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem
making enc
making srcs under enc
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
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
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
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 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
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/pathname'
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/pathname'
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/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
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/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
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.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
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 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.4.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.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.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.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.14.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.30.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.9
                                    resolv 0.4.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.2
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.2
                                    strscan 3.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0
                                    minitest 5.24.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.2
                                    rss 0.3.0
                                    net-ftp 0.3.7
                                    net-imap 0.4.14
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.2
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.0
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.3.0
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1975 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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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.

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 = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
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 '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/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/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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
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=25906
  "--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:

Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 9
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 #<File::Stat dev=0x8, ino=34687742, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 9 #<File::Stat dev=0x8, ino=34727384, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 10 #<File::Stat dev=0x8, ino=34733878, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(1/50)  tests in 1401.503801s, 23.8358 tests/s, 4626.0124 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e61576590 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e61576590 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked thread: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: #<Thread:0x00007f5e620cbee0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 11 #<File::Stat dev=0x8, ino=35175310, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 12 #<File::Stat dev=0x8, ino=35176444, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(2/50)  tests in 1532.944455s, 21.7927 tests/s, 4230.4064 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 14
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 13 #<File::Stat dev=0x8, ino=35653634, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 15
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 15
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_start: #<Thread:0x00007f5e607dbe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_get2: #<Thread:0x00007f5e607dbe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_get2: #<Thread:0x00007f5e607dfd28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished(3/50)  tests in 1620.163578s, 20.6195 tests/s, 4002.3187 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e51685888 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e51685888 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 15 : #<TCPSocket:fd 15, AF_INET, 127.0.0.1, 46013>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 15
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e6162f0e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e6162f0e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e615b01c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e615b01c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007f5e615bfee8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_before_body: 15
Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007f5e615bfee8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 15
Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_false: #<Thread:0x00007f5e60c5fe98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 15
Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: #<Thread:0x00007f5e60c5fe98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 14 #<File::Stat dev=0x8, ino=36774000, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 15 #<File::Stat dev=0x8, ino=36773401, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e610064c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e610064c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f5e6100d270 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f5e6100d270 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f5e6100fca0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 17
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f5e6100fca0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007f5e61001240 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007f5e61001240 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(4/50)  tests in 2358.626176s, 14.1638 tests/s, 2749.4603 assertions/s.
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 17
Leaked thread: TestNetHTTPLocalBind#test_bind_to_local_host: #<Thread:0x00007f5e52d4eda8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007f5e62688090 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 19
Finished thread: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: #<Thread:0x00007f5e62688090 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 16 #<File::Stat dev=0x8, ino=37245694, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007f5e50405b68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_post: 18
Finished thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e50405b68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e50404e98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 18
Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e50404e98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_head: 19
Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e5040faf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f5e5040faf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 17 #<File::Stat dev=0x8, ino=37235268, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: 20
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 18 #<File::Stat dev=0x8, ino=37250533, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_post: 20
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007f5e50407350 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 20
Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007f5e50407350 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 20
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 20
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_start: #<Thread:0x00007f5e62d344c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get2: 20
Finished thread: TestNetHTTP_v1_2_chunked#test_get2: #<Thread:0x00007f5e62d344c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(5/50)  tests in 1598.410085s, 20.9001 tests/s, 4056.9201 assertions/s.
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f5e516ed050 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 20
Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: #<Thread:0x00007f5e516ed050 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 20
Leaked thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5dd7fdff20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 20
Finished thread: TestNetHTTP_v1_2#test_send_large_POST_request: #<Thread:0x00007f5dd7fdff20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(6/50)  tests in 1572.128744s, 21.2495 tests/s, 4124.5407 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 19 #<File::Stat dev=0x8, ino=38117809, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007f5e6277fd40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e6277fd40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e6277fc00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e6277fc00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e6277fe30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 21
Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e6277fe30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e617f2b48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f5e617f2b48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 21
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 21
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 21
Finished(7/50)  tests in 1552.467360s, 21.5186 tests/s, 4176.8672 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 22 : #<TCPSocket:fd 22, AF_INET6, ::1, 42909>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 22
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e6211f450 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e6211f450 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e51c00ba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 21 : #<TCPSocket:fd 21, AF_INET, 127.0.0.1, 33759>
Closed file descriptor: TestHashOnly#test_symbol_hash_random: 21
Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 21
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e511ccc38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e511ccc38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e50cce998 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e50cce998 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007f5e50ccff00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 20 #<File::Stat dev=0x8, ino=39243015, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 22
Leaked thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007f5e50b4fd38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 22
Finished thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f5e50b4fd38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(8/50)  tests in 2282.156494s, 14.6383 tests/s, 2841.9278 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 22
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 21 #<File::Stat dev=0x8, ino=39769461, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e51610218 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 23
Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e51610218 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 22 #<File::Stat dev=0x8, ino=39740051, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(9/50)  tests in 1616.481585s, 20.6665 tests/s, 4011.8317 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f5e618dae98 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007f5e618dae98 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 24
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 23 #<File::Stat dev=0x8, ino=40264635, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 24 #<File::Stat dev=0x8, ino=40269890, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(10/50)  tests in 1650.228100s, 20.2439 tests/s, 3929.7652 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 25 #<File::Stat dev=0x8, ino=40672936, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 26 #<File::Stat dev=0x8, ino=40731909, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(11/50)  tests in 1584.159740s, 21.0882 tests/s, 4093.7355 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 29 : #<TCPSocket:fd 29, AF_INET6, ::1, 35345>
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e61c385e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 28 : #<TCPSocket:fd 28, AF_INET, 127.0.0.1, 41017>
Closed file descriptor: TestHashOnly#test_symbol_hash_random: 28
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e61f8a658 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e61f8a658 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 28
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 28
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e62a44800 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e62a44800 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e61cdfde0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e61cdfde0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 27 #<File::Stat dev=0x8, ino=41817872, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_post: 29
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007f5e6165d288 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 29
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007f5e6165d288 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 28 #<File::Stat dev=0x8, ino=41882982, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(12/50)  tests in 2406.596068s, 13.8814 tests/s, 2694.0047 assertions/s.
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e517d9b58 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e517d9b58 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f5e517b6888 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 30
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f5e517b6888 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e62796b08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 30
Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e62796b08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(13/50)  tests in 1632.498767s, 20.4637 tests/s, 3972.7136 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 30
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_before_body: 30
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 31
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 29 #<File::Stat dev=0x8, ino=42836341, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 30 #<File::Stat dev=0x8, ino=42837973, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: 33
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 31 #<File::Stat dev=0x8, ino=42841306, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__implicit_start: 33
Finished(14/50)  tests in 1640.097536s, 20.3689 tests/s, 3954.7465 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 32 #<File::Stat dev=0x8, ino=43316036, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 34
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 34
Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e516dfa40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 34
Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e516dfa40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e516dfc48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_head: 35
Finished thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e516dfc48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e516dfa90 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f5e516dfa90 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 34
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 34
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 34
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 34
Finished(15/50)  tests in 1744.808373s, 19.1465 tests/s, 3716.1617 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 35 : #<TCPSocket:fd 35, AF_INET6, ::1, 38729>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 35
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e60e04eb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 34 : #<TCPSocket:fd 34, AF_INET, 127.0.0.1, 37067>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 34
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 34
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 33 #<File::Stat dev=0x8, ino=44370551, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 35
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e61b1e010 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e61b1e010 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error: 35
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 35
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 36
Leaked thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007f5e53e0fc00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 35
Finished thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007f5e53e0fc00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e616e2258 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_head: 36
Finished thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e616e2258 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 34 #<File::Stat dev=0x8, ino=44467667, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(16/50)  tests in 2359.551375s, 14.1582 tests/s, 2748.9446 assertions/s.
Leaked file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 36 #<File::Stat dev=0x8, ino=44861016, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f5e6068b968 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 36
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f5e6068b968 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: 37
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 35 #<File::Stat dev=0x8, ino=44955866, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(17/50)  tests in 1685.750625s, 19.8173 tests/s, 3847.5032 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f5e61ca6ec8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007f5e61ca6ec8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 37
Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e61fa56d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 37
Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e61fa56d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 36 #<File::Stat dev=0x8, ino=45426119, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(18/50)  tests in 1610.698523s, 20.7407 tests/s, 4026.6654 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 38
Closed file descriptor: TestNetHTTPLocalBind#test_bind_to_local_host: 38
Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 38
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 37 #<File::Stat dev=0x8, ino=45928513, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 39
Closed file descriptor: TestNetHTTP_v1_2#test_get__break: 39
Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e60b4feb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 39
Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e60b4feb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_head: 40
Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e60b4fad0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f5e60b4fad0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 38 #<File::Stat dev=0x8, ino=45927623, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 40
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e60b457d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e60b457d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 40
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f5e60b4feb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 40
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f5e60b4feb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 41
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 39 #<File::Stat dev=0x8, ino=45925819, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(19/50)  tests in 1685.530915s, 19.8199 tests/s, 3848.1567 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 42 : #<TCPSocket:fd 42, AF_INET6, ::1, 43169>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 42
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 42 : #<TCPSocket:fd 42, AF_INET6, ::1, 39199>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 42
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e53595c50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 41 : #<TCPSocket:fd 41, AF_INET, 127.0.0.1, 35535>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 41
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 40 #<File::Stat dev=0x8, ino=46974933, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTPLocalBind#test_bind_to_local_host: #<Thread:0x00007f5e6304c838 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 41 #<File::Stat dev=0x8, ino=47102233, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 43
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 42 #<File::Stat dev=0x8, ino=47102310, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 43 #<File::Stat dev=0x8, ino=47106546, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(20/50)  tests in 2377.112382s, 14.0536 tests/s, 2728.0359 assertions/s.
Leaked thread: TestNetHTTPKeepAlive#test_http_retry_failed: #<Thread:0x00007f5e5306b568 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 45
Finished thread: TestNetHTTPKeepAlive#test_http_retry_success: #<Thread:0x00007f5e5306b568 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 45
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007f5e50f33ee0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 45
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007f5e50f33ee0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 45
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e50a46c48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e50a46c48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 45
Finished(21/50)  tests in 1661.118707s, 20.1111 tests/s, 3903.8793 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 46 : #<TCPSocket:fd 46, AF_INET6, ::1, 34815>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 46
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f5e62edfe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 45
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f5e62edfe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e630c1228 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e630c1228 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e62eda2c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error: 45
Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007f5e62eda2c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 44 #<File::Stat dev=0x8, ino=48077295, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 45 #<File::Stat dev=0x8, ino=48076702, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(22/50)  tests in 1656.509110s, 20.1671 tests/s, 3915.9917 assertions/s.
Leaked thread: TestNetHTTPKeepAlive#test_http_retry_success: #<Thread:0x00007f5e53a2fe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 47
Finished thread: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: #<Thread:0x00007f5e53a2fe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 47
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 48
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 46 #<File::Stat dev=0x8, ino=48804799, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007f5e5394fd28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e5394fd28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e5394fb48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e5394fb48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e5394fe18 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 48
Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e5394fe18 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 47 #<File::Stat dev=0x8, ino=48818277, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 49
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_post: 49
Leaked thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007f5e5394feb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 49
Finished thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f5e5394feb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__implicit_start: 49
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 48 #<File::Stat dev=0x8, ino=48817629, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(23/50)  tests in 1973.701586s, 16.9261 tests/s, 3285.8296 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e624e5e90 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e624e5e90 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e6125fe88 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: TestOpenURI#test_uri_read: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 37535>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 50
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 49 #<File::Stat dev=0x8, ino=49723516, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_post: 51
Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 51
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 51
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 51
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_post: 51
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__implicit_start: 51
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get2: 51
Finished(24/50)  tests in 2128.031231s, 15.6985 tests/s, 3047.1479 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 51
Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007f5e5105b160 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_post: 51
Finished thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e5105b160 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: 52
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 50 #<File::Stat dev=0x8, ino=50195747, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e63324dd0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e63324dd0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(25/50)  tests in 1703.813607s, 19.6072 tests/s, 3805.9040 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 53 : #<TCPSocket:fd 53, AF_INET6, ::1, 33989>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 53
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 52
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 51 #<File::Stat dev=0x8, ino=50651619, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e61f33740 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 53
Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e61f33740 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 52 #<File::Stat dev=0x8, ino=50712419, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 54
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 53 #<File::Stat dev=0x8, ino=50717440, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(26/50)  tests in 1557.623051s, 21.4474 tests/s, 4163.2139 assertions/s.
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 54 #<File::Stat dev=0x8, ino=51297383, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: #<Thread:0x00007f5e6277fc50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f5e6277fc50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f5e6277fdb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 56
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f5e6277fdb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e624f7dc0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e624f7dc0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 56
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 57
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 55 #<File::Stat dev=0x8, ino=51594152, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007f5e6272fe30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e6272fe30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e6272fcc8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 57
Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e6272fcc8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007f5e62723fb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e62723fb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e6272fdb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 57
Finished thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e6272fdb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 56 #<File::Stat dev=0x8, ino=51644439, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 57 #<File::Stat dev=0x8, ino=51644660, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f5e61aefeb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f5e61aefeb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f5e61aefd28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f5e61aefd28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f5e61aeff08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 59
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f5e61aeff08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 60
Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007f5e61aefbc0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007f5e61aefbc0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 59
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 58 #<File::Stat dev=0x8, ino=51649858, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(27/50)  tests in 2220.782489s, 15.0429 tests/s, 2919.8091 assertions/s.
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e53eb66e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 59 #<File::Stat dev=0x8, ino=52386043, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 61
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 60 #<File::Stat dev=0x8, ino=52386196, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(28/50)  tests in 1929.764090s, 17.3114 tests/s, 3361.2471 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 61 #<File::Stat dev=0x8, ino=52813832, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f5e51a370f8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 63
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f5e51a370f8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 62 #<File::Stat dev=0x8, ino=52873202, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(29/50)  tests in 1644.134885s, 20.3189 tests/s, 3944.6727 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 64
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e61b22e80 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e61b22e80 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e5196fdf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e5196fdf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error: 64
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 64
Finished(30/50)  tests in 1604.343181s, 20.8229 tests/s, 4042.5921 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 65 : #<TCPSocket:fd 65, AF_INET6, ::1, 34041>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 65
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e61bfa1f0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e61bfa1f0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 64 : #<TCPSocket:fd 64, AF_INET, 127.0.0.1, 41713>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_incorrect_path: 64
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e52d3f1f0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e52d3f1f0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f5e52b6ffa0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f5e52b6ffa0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f5e52b6fd20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: #<Thread:0x00007f5e52b6fd20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: #<Thread:0x00007f5e52b6fe88 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e52ba25b8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e52ba25b8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e52b6fd98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e52b6fd98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 64
Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: #<Thread:0x00007f5e52b6fe38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 65
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 63 #<File::Stat dev=0x8, ino=54408428, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_post: 65
Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e53b1aab8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f5e53b1aab8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 64 #<File::Stat dev=0x8, ino=54412341, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 65 #<File::Stat dev=0x8, ino=54399978, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 67
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e5238fc68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e5238fc68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 67
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 67
Finished(31/50)  tests in 2459.949068s, 13.5804 tests/s, 2636.3326 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 68 : #<TCPSocket:fd 68, AF_INET6, ::1, 40653>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 68
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e52efe3d8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e52efe3d8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 67
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 67
Leaked thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e50dffd58 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 67
Finished thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e50dffd58 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 66 #<File::Stat dev=0x8, ino=55063593, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 68
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get2: 68
Finished(32/50)  tests in 1790.970287s, 18.6530 tests/s, 3621.5503 assertions/s.
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 68
Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: #<Thread:0x00007f5e51850b90 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 68
Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 68
Closed file descriptor: TestNetHTTP_v1_2#test_head: 69
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: 69
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 69
Finished(33/50)  tests in 1584.063863s, 21.0894 tests/s, 4093.6500 assertions/s.
Leaked thread: TestNetHTTPSwitchingProtocols#test_info: #<Thread:0x00007f5e50adbb40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e50a5d4e8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e50a5d4e8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 67 #<File::Stat dev=0x8, ino=56095112, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_request: #<Thread:0x00007f5e60432518 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007f5e60432518 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007f5e6115f4e8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 69
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007f5e6115f4e8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(34/50)  tests in 1662.369591s, 20.0960 tests/s, 3900.6573 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 69 : #<TCPSocket:fd 69, AF_INET, 127.0.0.1, 37067>
Closed file descriptor: TestHashOnly#test_symbol_hash_random: 69
Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 69
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e50408b10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e50408b10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e503dfdc8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e503dfdc8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: #<Thread:0x00007f5e503dfe18 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 70
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 69
Closed file descriptor: TestNetHTTP_v1_2#test_get__break: 69
Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 69
Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e50c3c188 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f5e50c3c188 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 69
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 68 #<File::Stat dev=0x8, ino=57274737, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e52455530 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e52455530 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_post: 70
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 70
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 70
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 71
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 69 #<File::Stat dev=0x8, ino=57275842, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(35/50)  tests in 2537.829120s, 13.1636 tests/s, 2555.4333 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 71
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 70 #<File::Stat dev=0x8, ino=57766629, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 72
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 71 #<File::Stat dev=0x8, ino=57785579, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(36/50)  tests in 1753.446925s, 19.0522 tests/s, 3697.7201 assertions/s.
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e53d8c738 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e53d8c738 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 73
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 73
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error: 73
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 73
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 72 #<File::Stat dev=0x8, ino=58305948, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 73 #<File::Stat dev=0x8, ino=58311958, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(37/50)  tests in 1662.859404s, 20.0901 tests/s, 3900.2065 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 75
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 75
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 76
Leaked thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007f5e61815a30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_send_request: 75
Finished thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007f5e61815a30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_post: 75
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: 76
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 74 #<File::Stat dev=0x8, ino=58826784, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e61814e28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e61814e28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007f5e537de1d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 76
Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007f5e537de1d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__implicit_start: 76
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 77
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_start: #<Thread:0x00007f5e537ded18 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get2: 76
Finished thread: TestNetHTTP_v1_2_chunked#test_get2: #<Thread:0x00007f5e537ded18 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(38/50)  tests in 1760.933173s, 18.9712 tests/s, 3682.8990 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f5e629aef80 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007f5e629aef80 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e4fcd6d38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 76
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 75 #<File::Stat dev=0x8, ino=59856698, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed: #<Thread:0x00007f5e4fcd6d38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 76 #<File::Stat dev=0x8, ino=59865292, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e4fc9c688 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e4fc9c688 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 78
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 79
Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 78
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 78
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 78
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 78
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 77 #<File::Stat dev=0x8, ino=59960777, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 79
Leaked thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f5e53845dd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 80
Finished thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007f5e53845dd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(39/50)  tests in 2513.384247s, 13.2916 tests/s, 2580.5250 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 79 : #<TCPSocket:fd 79, AF_INET, 127.0.0.1, 35911>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_incorrect_path: 79
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 78 #<File::Stat dev=0x8, ino=60353799, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 80
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 79 #<File::Stat dev=0x8, ino=60404405, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 80 #<File::Stat dev=0x8, ino=60469517, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(40/50)  tests in 1577.506157s, 21.1771 tests/s, 4110.5310 assertions/s.
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e600b8220 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e600b8220 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e509afd20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 82
Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed: #<Thread:0x00007f5e509afd20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 81 #<File::Stat dev=0x8, ino=60979354, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(41/50)  tests in 1703.793345s, 19.6074 tests/s, 3806.1881 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f5e60bf6308 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007f5e60bf6308 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e61e58758 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e61e58758 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e61e368d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e61e368d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error: 83
Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_false: #<Thread:0x00007f5e61dbfe40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 83
Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: #<Thread:0x00007f5e61dbfe40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPLocalBind#test_bind_to_local_host: 83
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 84
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 83
Leaked thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e508ad7d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e508ad7d8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e508afe20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 83
Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e508afe20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 82 #<File::Stat dev=0x8, ino=61662697, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e50f38968 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f5e50f38968 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f5e508aff38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f5e508aff38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f5e508afc68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f5e508afc68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f5e508afe70 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 84
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f5e508afe70 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007f5e508a0240 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007f5e508a0240 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(42/50)  tests in 2083.914004s, 16.0309 tests/s, 3111.7081 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e605fe248 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e605fe248 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e618817f8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: #<Thread:0x00007f5e50e9fe20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: #<Thread:0x00007f5e50e9fe20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: #<Thread:0x00007f5e50e9fba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 84
Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_false: #<Thread:0x00007f5e50e9fba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 84
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 84
Leaked thread: TestNetHTTP_v1_2_chunked#test_get__crlf: #<Thread:0x00007f5e626397b0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 83
Finished thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007f5e626397b0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(43/50)  tests in 2280.675715s, 14.6479 tests/s, 2843.7169 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f5e61a0bb50 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007f5e61a0bb50 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 83 #<File::Stat dev=0x8, ino=63111697, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 84 #<File::Stat dev=0x8, ino=63112869, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007f5e62834998 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: 88
Finished thread: TestNetHTTP_v1_2_chunked#test_timeout_during_non_chunked_streamed_HTTP_session_write: #<Thread:0x00007f5e62834998 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 85 #<File::Stat dev=0x8, ino=63113045, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(44/50)  tests in 1621.707680s, 20.5999 tests/s, 3997.2111 assertions/s.
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 87
Leaked thread: TestNetHTTP_v1_2#test_s_post_form: #<Thread:0x00007f5e601d0568 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 87
Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007f5e601d0568 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 86 #<File::Stat dev=0x8, ino=63645773, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e60fdff28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 88
Finished thread: TestNetHTTP_v1_2#test_send_large_POST_request: #<Thread:0x00007f5e60fdff28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 88
Finished(45/50)  tests in 1782.468479s, 18.7420 tests/s, 3639.1942 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f5e627383f0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f5e627383f0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 88 : #<TCPSocket:fd 88, AF_INET, 127.0.0.1, 37705>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_incorrect_path: 88
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e611364f8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e611364f8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f5e615e0670 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e615e0670 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f5e610dfdd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f5e610dfdd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007f5e610dfdd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_before_body: 88
Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007f5e610dfdd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 88
Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_non_chunked_streamed_HTTP_session_write: 89
Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007f5e6091fd50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 88
Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e6091fd50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 88
Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f5e60910120 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f5e60910120 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 88
Leaked thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007f5e629afe80 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 88
Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f5e629afe80 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 88
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__implicit_start: 88
Finished(46/50)  tests in 2522.575297s, 13.2432 tests/s, 2570.0937 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 89 : #<TCPSocket:fd 89, AF_INET6, ::1, 43403>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 89
Closed file descriptor: TestNetHTTPLocalBind#test_bind_to_local_host: 88
Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 88
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 88
Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007f5e60a76668 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 88
Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007f5e60a76668 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 87 #<File::Stat dev=0x8, ino=65273306, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f5e60a7bb40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 90
Finished thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007f5e60a7bb40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Finished(47/50)  tests in 1834.483034s, 18.2106 tests/s, 3534.5658 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 90 : #<TCPSocket:fd 90, AF_INET6, ::1, 34487>
Closed file descriptor: TestGemUninstaller#test_uninstall_no_permission: 90
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 89
Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 89
Leaked thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007f5e6263fe30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007f5e6263fe30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007f5e6263fc50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e6263fc50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e6263fd90 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e6263fd90 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e6263fc50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 89
Finished thread: TestNetHTTP_v1_2#test_send_large_POST_request: #<Thread:0x00007f5e6263fc50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 89
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 88 #<File::Stat dev=0x8, ino=65774320, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_get2: #<Thread:0x00007f5e6263fcc8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 90
Finished(48/50)  tests in 1738.902612s, 19.2115 tests/s, 3729.7264 assertions/s.
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f5e6204de28 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep>
Finished thread: TestSocket#test_resolurion_error_error_code: #<Thread:0x00007f5e6204de28 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 90 : #<TCPSocket:fd 90, AF_INET, 127.0.0.1, 33835>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 90
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e4fd159c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e4fd159c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 90
Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error: 90
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 89 #<File::Stat dev=0x8, ino=66306493, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f5e60b6c360 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_s_post: 91
Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f5e60b6c360 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__break: 91 #<File::Stat dev=0x8, ino=66306536, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007f5e527fbc48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e527fbc48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007f5e6074a980 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e6074a980 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007f5e6074fe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 91
Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f5e6074fe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 91
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 90 #<File::Stat dev=0x8, ino=66307448, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Finished(49/50)  tests in 1797.832768s, 18.5818 tests/s, 3607.2727 assertions/s.
Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007f5e52c839c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked file descriptor: TestNetHTTPSwitchingProtocols#test_info: 92 #<File::Stat dev=0x8, ino=67343853, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked thread: TestNetHTTPSwitchingProtocols#test_info: #<Thread:0x00007f5e53469188 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f5e532f4d70 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep>
Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f5e532f4d70 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead>
Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 92
Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 92
Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 92
Closed file descriptor: TestNetHTTP_v1_2#test_send_request: 92
Closed file descriptor: TestNetHTTP_v1_2#test_post: 92
Finished(50/50)  tests in 2501.996450s, 13.3521 tests/s, 2591.9861 assertions/s.
1670349 tests, 324250460 assertions, 0 failures, 0 errors, 8513 skips

ruby -v: ruby 3.4.0dev (2024-07-24T05:44:32Z master e642ddf7ae) [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 -j' TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	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 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 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
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 '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/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/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/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
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'
ruby 3.4.0dev (2024-07-24T05:44:32Z master e642ddf7ae) [x86_64-linux]
     0 ............................................................
    60 ............................................................
   120 ............................................................
   180 ............................................................
   240 ............................................................
   300 ............................................................
   360 ............................................................
   420 ............................................................
   480 ............................................................
   540 ............................................................
   600 ............................................................
   660 ............................................................
   720 ............................................................
   780 ............................................................
   840 ............................................................
   900 ............................................................
   960 ............................................................
  1020 ............................................................
  1080 ............................................................
  1140 ............................................................
  1200 ............................................................
  1260 ............................................................
  1320 ............................................................
  1380 ............................................................
  1440 ............................................................
  1500 ............................................................
  1560 ............................................................
  1620 ............................................................
  1680 ............................................................
  1740 ............................................................
  1800 ............................................................
  1860 ............................................................
  1920 ............................................................
  1980 ............................................................
  2040 ............................................................
  2100 ............................................................
  2160 ............................................................
  2220 ............................................................
  2280 ............................................................
  2340 ............................................................
  2400 ............................................................
  2460 ............................................................
  2520 ............................................................
  2580 ............................................................
  2640 ............................................................
  2700 ............................................................
  2760 ............................................................
  2820 ............................................................
  2880 ............................................................
  2940 ............................................................
  3000 ............................................................
  3060 ............................................................
  3120 ............................................................
  3180 ............................................................
  3240 ............................................................
  3300 ............................................................
  3360 ............................................................
  3420 .............

Finished in 27.016755 seconds

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