# Logfile created on 2024-09-04 23:53:53 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007fa17070fdc8 @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.20240904-235353", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fa170731ef0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fa170731c48 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fa17064a870 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20240904-235353", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20240904-235353>, @binmode=false, @mon_data=#<Monitor:0x00007fa170731838>, @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/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
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   e7fbdf8..294dad2  master     -> origin/master
Updating e7fbdf8..294dad2
Fast-forward
 .github/workflows/release.yml            |  2 +-
 .github/workflows/ubuntu.yml             |  2 +
 NEWS.md                                  |  2 +-
 ast.c                                    |  4 ++
 benchmark/time_strftime.yml              |  7 ++++
 gc/default.c                             |  1 -
 gems/bundled_gems                        |  2 +-
 io.c                                     |  5 ++-
 lib/bundler/man/bundle-add.1             | 43 ++++++++++++--------
 lib/bundler/man/bundle-add.1.ronn        | 51 +++++++++++++++++-------
 lib/bundler/man/bundle-binstubs.1        |  2 +-
 lib/bundler/man/bundle-cache.1           |  2 +-
 lib/bundler/man/bundle-check.1           |  2 +-
 lib/bundler/man/bundle-clean.1           |  2 +-
 lib/bundler/man/bundle-config.1          |  2 +-
 lib/bundler/man/bundle-console.1         |  2 +-
 lib/bundler/man/bundle-doctor.1          |  2 +-
 lib/bundler/man/bundle-exec.1            |  2 +-
 lib/bundler/man/bundle-gem.1             |  2 +-
 lib/bundler/man/bundle-help.1            |  2 +-
 lib/bundler/man/bundle-info.1            |  2 +-
 lib/bundler/man/bundle-init.1            |  2 +-
 lib/bundler/man/bundle-inject.1          |  2 +-
 lib/bundler/man/bundle-install.1         |  2 +-
 lib/bundler/man/bundle-list.1            |  2 +-
 lib/bundler/man/bundle-lock.1            |  2 +-
 lib/bundler/man/bundle-open.1            |  2 +-
 lib/bundler/man/bundle-outdated.1        |  2 +-
 lib/bundler/man/bundle-platform.1        |  2 +-
 lib/bundler/man/bundle-plugin.1          |  2 +-
 lib/bundler/man/bundle-pristine.1        |  2 +-
 lib/bundler/man/bundle-remove.1          |  2 +-
 lib/bundler/man/bundle-show.1            |  2 +-
 lib/bundler/man/bundle-update.1          |  2 +-
 lib/bundler/man/bundle-version.1         |  2 +-
 lib/bundler/man/bundle-viz.1             |  2 +-
 lib/bundler/man/bundle.1                 |  2 +-
 lib/bundler/man/gemfile.5                |  2 +-
 lib/bundler/source/git.rb                |  9 +++--
 lib/prism/parse_result.rb                |  2 +-
 lib/reline/line_editor.rb                | 67 +++++++++++++-------------------
 lib/rubygems/remote_fetcher.rb           |  1 -
 node_dump.c                              |  1 +
 parse.y                                  | 11 +++---
 prism/config.yml                         |  4 +-
 rubyparser.h                             |  1 +
 spec/bundler/install/gemfile/git_spec.rb | 26 +++++++++++++
 sprintf.c                                |  4 +-
 strftime.c                               |  6 ++-
 string.c                                 | 16 ++++----
 test/ruby/test_ast.rb                    |  8 ++++
 test/ruby/test_io.rb                     | 32 +++++++++++++--
 test/socket/test_tcp.rb                  |  2 +-
 tool/format-release                      | 10 ++++-
 tool/lib/test/unit/assertions.rb         |  2 +-
 55 files changed, 245 insertions(+), 132 deletions(-)
 create mode 100644 benchmark/time_strftime.yml
Latest commit hash = 294dad22d7
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
generating node_name.inc
/tmp/ruby/src/trunk-repeat50/revision.h updated
generating parse.c
generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
generating x86_64-linux-fake.rb
make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper'
extracting ripper.y from ../../parse.y
generating eventids1.c from ../../parse.y
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'
Downloading bundled gem rexml-3.3.7...
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
Extracting bundle gem rexml-3.3.7...
  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...
Unpacked gems/rexml-3.3.7.gem
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/ast.c
compiling /tmp/ruby/src/trunk-repeat50/bignum.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/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/sprintf.c
compiling /tmp/ruby/src/trunk-repeat50/strftime.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 prism/api_node.c
compiling /tmp/ruby/src/trunk-repeat50/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk-repeat50/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk-repeat50/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk-repeat50/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c
compiling /tmp/ruby/src/trunk-repeat50/prism_init.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
2568fe1c7f31c3b0e466bc210b625ad6807f586d11427732b550515165b7de46  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 encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
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]: 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/digest'
compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c
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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c
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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving 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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c
compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
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.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/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/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/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/ext/digest/sha2'
compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
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
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
checking /tmp/ruby/src/trunk-repeat50/parse.y and /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.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
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
	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 encdb.h
generating enc.mk
encdb.h 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...
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
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'
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
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 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
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'
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
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/io/console'
make[2]: Entering 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]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
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/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
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/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering 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.1/ext/racc/cparse'
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/debug-1.9.2/ext/debug'
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/rbs-3.5.3/ext/rbs_extension'
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/racc-1.8.1/ext/racc/cparse'
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/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/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing 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.1
                                    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 1.0.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.1
                                    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.dev
                                    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.dev
                                    strscan 3.1.1.dev
                                    zlib 3.1.1
installing bundled gems:            /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0
                                    minitest 5.25.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.7
                                    rss 0.3.1
                                    net-ftp 0.3.7
                                    net-imap 0.4.15
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.3
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.1
                                    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 1985 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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '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.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/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/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/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=8785
  "--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:

Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 8 #<File::Stat dev=0x8, ino=1337068711, 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: 9 #<File::Stat dev=0x8, ino=1337071202, 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: 10 #<File::Stat dev=0x8, ino=1337072181, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 15 : #<TCPSocket:fd 15, AF_INET, 127.0.0.1, 35515>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 15
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 13 : #<TCPSocket:fd 13, AF_INET6, ::1, 41397>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 13
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 13 : #<TCPSocket:fd 13, AF_INET6, ::1, 42851>
Finished(1/50)  tests in 1712.109854s, 19.6582 tests/s, 3800.7006 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 11 #<File::Stat dev=0x8, ino=1337734464, 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: TestOpenURISSL#test_bad_ssl_version: 12 #<File::Stat dev=0x8, ino=1337775042, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 39045>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 14
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 17 : #<TCPSocket:fd 17, AF_INET, 127.0.0.1, 34847>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 17
Finished(2/50)  tests in 1522.353899s, 22.1092 tests/s, 4276.5240 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 13 #<File::Stat dev=0x8, ino=1338186729, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 18 : #<TCPSocket:fd 18, AF_INET, 127.0.0.1, 60744>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 18
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 16 : #<TCPSocket:fd 16, AF_INET6, ::1, 43619>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 16
Finished(3/50)  tests in 1537.487358s, 21.8916 tests/s, 4233.9242 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 18 : #<TCPSocket:fd 18, AF_INET, 127.0.0.1, 37410>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 18
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 16 : #<TCPSocket:fd 16, AF_INET6, ::1, 37439>
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 17 : #<TCPSocket:fd 17, AF_INET6, ::1, 41205>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 16
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 17
Finished(4/50)  tests in 1649.871412s, 20.4004 tests/s, 3945.2117 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 14 #<File::Stat dev=0x8, ino=1339248633, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 19 : #<TCPSocket:fd 19, AF_INET, 127.0.0.1, 57533>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 19
Finished(5/50)  tests in 2057.687895s, 16.3572 tests/s, 3163.7932 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 15 #<File::Stat dev=0x8, ino=1340117501, 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: TestOpenURISSL#test_bad_ssl_version: 16 #<File::Stat dev=0x8, ino=1340213581, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 17 #<File::Stat dev=0x8, ino=1340250739, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 22 : #<TCPSocket:fd 22, AF_INET, 127.0.0.1, 51519>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 22
Finished(6/50)  tests in 1625.140172s, 20.7108 tests/s, 4006.1837 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 22 : #<TCPSocket:fd 22, AF_INET, 127.0.0.1, 43193>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 22
Finished(7/50)  tests in 1601.443647s, 21.0173 tests/s, 4064.8892 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 18 #<File::Stat dev=0x8, ino=1341126618, 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: 19 #<File::Stat dev=0x8, ino=1341119070, 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: TestOpenURISSL#test_bad_ssl_version: 20 #<File::Stat dev=0x8, ino=1341151963, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 25 : #<TCPSocket:fd 25, AF_INET, 127.0.0.1, 45735>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 25
Finished(8/50)  tests in 1632.944083s, 20.6119 tests/s, 3985.5829 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 21 #<File::Stat dev=0x8, ino=1341662312, 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: 22 #<File::Stat dev=0x8, ino=1341659471, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 27 : #<TCPSocket:fd 27, AF_INET, 127.0.0.1, 36731>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 27
Finished(9/50)  tests in 2164.221639s, 15.5520 tests/s, 3007.8052 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 23 #<File::Stat dev=0x8, ino=1342577228, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 28 : #<TCPSocket:fd 28, AF_INET, 127.0.0.1, 35592>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 28
Finished(10/50)  tests in 1823.717373s, 18.4557 tests/s, 3569.6057 assertions/s.
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 28
Finished(11/50)  tests in 1621.148777s, 20.7618 tests/s, 4015.1065 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 24 #<File::Stat dev=0x8, ino=1343592208, 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: 25 #<File::Stat dev=0x8, ino=1343600535, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 30 : #<TCPSocket:fd 30, AF_INET, 127.0.0.1, 39945>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 30
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 28 : #<TCPSocket:fd 28, AF_INET6, ::1, 34825>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 28
Finished(12/50)  tests in 1738.482835s, 19.3606 tests/s, 3744.1911 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 26 #<File::Stat dev=0x8, ino=1344174749, 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: TestNetHTTPKeepAlive#test_http_retry_success: 27 #<File::Stat dev=0x8, ino=1344431884, 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: TestNetHTTPKeepAlive#test_http_retry_failed: 28 #<File::Stat dev=0x8, ino=1344432004, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 33 : #<TCPSocket:fd 33, AF_INET, 127.0.0.1, 43521>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 33
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 31 : #<TCPSocket:fd 31, AF_INET6, ::1, 35859>
Finished(13/50)  tests in 2318.369611s, 14.5180 tests/s, 2808.0290 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 33 : #<TCPSocket:fd 33, AF_INET, 127.0.0.1, 47798>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 33
Finished(14/50)  tests in 1741.872918s, 19.3229 tests/s, 3737.4650 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 29 #<File::Stat dev=0x8, ino=1345748291, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 34 : #<TCPSocket:fd 34, AF_INET, 127.0.0.1, 37530>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 34
Finished(15/50)  tests in 1711.125695s, 19.6701 tests/s, 3804.2378 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 30 #<File::Stat dev=0x8, ino=1346172768, 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: 31 #<File::Stat dev=0x8, ino=1346172800, 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: 32 #<File::Stat dev=0x8, ino=1346188569, 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: TestOpenURISSL#test_bad_ssl_version: 33 #<File::Stat dev=0x8, ino=1346261253, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 38 : #<TCPSocket:fd 38, AF_INET, 127.0.0.1, 42506>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 38
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 36 : #<TCPSocket:fd 36, AF_INET6, ::1, 46727>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 36
Finished(16/50)  tests in 1886.005402s, 17.8462 tests/s, 3451.8660 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 38 : #<TCPSocket:fd 38, AF_INET, 127.0.0.1, 51055>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 38
Finished(17/50)  tests in 2175.615244s, 15.4706 tests/s, 2991.9638 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 35 : #<TCPSocket:fd 35, AF_INET, 127.0.0.1, 33437>
Closed file descriptor: TestHashOnly#test_broken_hash_value: 35
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 34 #<File::Stat dev=0x8, ino=1347858550, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 39 : #<TCPSocket:fd 39, AF_INET, 127.0.0.1, 52517>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 39
Finished(18/50)  tests in 1723.438222s, 19.5296 tests/s, 3777.1026 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 35 #<File::Stat dev=0x8, ino=1348213518, 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: 36 #<File::Stat dev=0x8, ino=1348217928, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 41 : #<TCPSocket:fd 41, AF_INET, 127.0.0.1, 59915>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 41
Finished(19/50)  tests in 1718.687768s, 19.5835 tests/s, 3787.5803 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 37 #<File::Stat dev=0x8, ino=1348723297, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 42 : #<TCPSocket:fd 42, AF_INET, 127.0.0.1, 52129>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 42
Finished(20/50)  tests in 2027.018058s, 16.6047 tests/s, 3211.3976 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 38 #<File::Stat dev=0x8, ino=1349570292, 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: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 40 : #<TCPSocket:fd 40, AF_INET, 127.0.0.1, 35271>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 40
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 39 #<File::Stat dev=0x8, ino=1349802628, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 44 : #<TCPSocket:fd 44, AF_INET, 127.0.0.1, 50135>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 44
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 42 : #<TCPSocket:fd 42, AF_INET6, ::1, 38951>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 42
Finished(21/50)  tests in 2126.466665s, 15.8281 tests/s, 3060.5234 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 40 #<File::Stat dev=0x8, ino=1350285218, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 45 : #<TCPSocket:fd 45, AF_INET, 127.0.0.1, 45228>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 45
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 43 : #<TCPSocket:fd 43, AF_INET6, ::1, 45133>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 43
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 43 : #<TCPSocket:fd 43, AF_INET6, ::1, 42895>
Finished(22/50)  tests in 1731.033910s, 19.4439 tests/s, 3760.3717 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 41 #<File::Stat dev=0x8, ino=1350772194, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 46 : #<TCPSocket:fd 46, AF_INET, 127.0.0.1, 46779>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 46
Finished(23/50)  tests in 1730.481171s, 19.4501 tests/s, 3761.6486 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 46 : #<TCPSocket:fd 46, AF_INET, 127.0.0.1, 48921>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 46
Finished(24/50)  tests in 2211.599415s, 15.2189 tests/s, 2942.8548 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 42 #<File::Stat dev=0x8, ino=1352201613, 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: 43 #<File::Stat dev=0x8, ino=1352201664, 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: 44 #<File::Stat dev=0x8, ino=1352202496, 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: WebauthnListenerTest#test_wait_for_otp_code_options_request: 46 : #<TCPSocket:fd 46, AF_INET, 127.0.0.1, 37465>
Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 46
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 49 : #<TCPSocket:fd 49, AF_INET, 127.0.0.1, 48302>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 49
Finished(25/50)  tests in 2066.406142s, 16.2882 tests/s, 3149.0896 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 45 #<File::Stat dev=0x8, ino=1352956053, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 40490>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 50
Finished(26/50)  tests in 1680.820562s, 20.0247 tests/s, 3872.9488 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 37465>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 50
Finished(27/50)  tests in 1719.740496s, 19.5716 tests/s, 3784.3128 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 47 : #<TCPSocket:fd 47, AF_INET, 127.0.0.1, 34501>
Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 47
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 42011>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 50
Finished(28/50)  tests in 2153.790654s, 15.6273 tests/s, 3022.7014 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 43714>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 50
Finished(29/50)  tests in 1859.688075s, 18.0987 tests/s, 3500.4521 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 46 #<File::Stat dev=0x8, ino=1355424740, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 51 : #<TCPSocket:fd 51, AF_INET, 127.0.0.1, 37931>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 51
Finished(30/50)  tests in 1706.836865s, 19.7195 tests/s, 3813.7892 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 47 #<File::Stat dev=0x8, ino=1356001037, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 52 : #<TCPSocket:fd 52, AF_INET, 127.0.0.1, 49302>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 52
Finished(31/50)  tests in 1812.646945s, 18.5684 tests/s, 3590.9668 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 48 #<File::Stat dev=0x8, ino=1356627047, 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: TestOpenURISSL#test_bad_ssl_version: 49 #<File::Stat dev=0x8, ino=1356750848, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 54 : #<TCPSocket:fd 54, AF_INET, 127.0.0.1, 45602>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 54
Finished(32/50)  tests in 2185.010748s, 15.4040 tests/s, 2978.9291 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 50 #<File::Stat dev=0x8, ino=1357544520, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 55 : #<TCPSocket:fd 55, AF_INET, 127.0.0.1, 41539>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 55
Finished(33/50)  tests in 1797.171203s, 18.7283 tests/s, 3622.4217 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 51 #<File::Stat dev=0x8, ino=1358031699, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 56 : #<TCPSocket:fd 56, AF_INET, 127.0.0.1, 50122>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 56
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 54 : #<TCPSocket:fd 54, AF_INET6, ::1, 46333>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 54
Finished(34/50)  tests in 1659.878408s, 20.2774 tests/s, 3921.6806 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 52 #<File::Stat dev=0x8, ino=1358631252, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fa4862b1b00 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 sleep>
Finished thread: TestSocket#test_closed_read: #<Thread:0x00007fa4862b1b00 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 dead>
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 57 : #<TCPSocket:fd 57, AF_INET, 127.0.0.1, 36466>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 57
Finished(35/50)  tests in 1818.251909s, 18.5112 tests/s, 3580.8487 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 53 #<File::Stat dev=0x8, ino=1359286962, 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: 54 #<File::Stat dev=0x8, ino=1359294121, 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: TestOpenURISSL#test_bad_ssl_version: 55 #<File::Stat dev=0x8, ino=1359450989, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 57 : #<TCPSocket:fd 57, AF_INET, 127.0.0.1, 34057>
Closed file descriptor: Bug::Test_ExceptionE#test_ensured: 57
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 56 #<File::Stat dev=0x8, ino=1359560261, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 61 : #<TCPSocket:fd 61, AF_INET, 127.0.0.1, 40744>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 61
Finished(36/50)  tests in 2258.311518s, 14.9041 tests/s, 2882.3867 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 57 #<File::Stat dev=0x8, ino=1360139229, 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: 58 #<File::Stat dev=0x8, ino=1360165244, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 63 : #<TCPSocket:fd 63, AF_INET, 127.0.0.1, 35022>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 63
Finished(37/50)  tests in 1757.216099s, 19.1542 tests/s, 3704.7737 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 59 #<File::Stat dev=0x8, ino=1360663839, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 64 : #<TCPSocket:fd 64, AF_INET, 127.0.0.1, 38793>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 64
Finished(38/50)  tests in 1636.057507s, 20.5726 tests/s, 3979.4341 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 64 : #<TCPSocket:fd 64, AF_INET, 127.0.0.1, 39048>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 64
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 62 : #<TCPSocket:fd 62, AF_INET6, ::1, 44105>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 62
Finished(39/50)  tests in 2001.682202s, 16.8149 tests/s, 3251.7275 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 60 #<File::Stat dev=0x8, ino=1362037843, 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: 61 #<File::Stat dev=0x8, ino=1362037918, 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: 62 #<File::Stat dev=0x8, ino=1362035255, 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: TestOpenURISSL#test_bad_ssl_version: 63 #<File::Stat dev=0x8, ino=1362165320, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 65 : #<TCPSocket:fd 65, AF_INET, 127.0.0.1, 38159>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 65
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 68 : #<TCPSocket:fd 68, AF_INET, 127.0.0.1, 34183>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 68
Finished(40/50)  tests in 2156.952362s, 15.6044 tests/s, 3017.7060 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 64 #<File::Stat dev=0x8, ino=1362853031, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 66 : #<TCPSocket:fd 66, AF_INET, 127.0.0.1, 38667>
Closed file descriptor: Bug::Test_ExceptionE#test_ensured: 66
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 69 : #<TCPSocket:fd 69, AF_INET, 127.0.0.1, 58384>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 69
Finished(41/50)  tests in 1694.184901s, 19.8668 tests/s, 3842.8043 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 65 #<File::Stat dev=0x8, ino=1363293702, 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: TestOpenURISSL#test_bad_ssl_version: 66 #<File::Stat dev=0x8, ino=1363377385, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 71 : #<TCPSocket:fd 71, AF_INET, 127.0.0.1, 56771>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 71
Finished(42/50)  tests in 1622.967639s, 20.7386 tests/s, 4009.8409 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 67 #<File::Stat dev=0x8, ino=1363890381, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 68 #<File::Stat dev=0x8, ino=1363980851, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 73 : #<TCPSocket:fd 73, AF_INET, 127.0.0.1, 44166>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 73
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 71 : #<TCPSocket:fd 71, AF_INET6, ::1, 46577>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 71
Finished(43/50)  tests in 2008.861393s, 16.7548 tests/s, 3239.9393 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 69 #<File::Stat dev=0x8, ino=1364843165, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 71 : #<TCPSocket:fd 71, AF_INET, 127.0.0.1, 36271>
Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 71
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 74 : #<TCPSocket:fd 74, AF_INET, 127.0.0.1, 54456>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 74
Finished(44/50)  tests in 2046.830855s, 16.4440 tests/s, 3179.5124 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 70 #<File::Stat dev=0x8, ino=1365423356, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 75 : #<TCPSocket:fd 75, AF_INET, 127.0.0.1, 53783>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 75
Finished(45/50)  tests in 1644.933893s, 20.4616 tests/s, 3957.3846 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 71 #<File::Stat dev=0x8, ino=1365989755, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 76 : #<TCPSocket:fd 76, AF_INET, 127.0.0.1, 43634>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 76
Finished(46/50)  tests in 1689.210823s, 19.9253 tests/s, 3853.9642 assertions/s.
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 72 #<File::Stat dev=0x8, ino=1366615251, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 77 : #<TCPSocket:fd 77, AF_INET, 127.0.0.1, 35134>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 77
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 75 : #<TCPSocket:fd 75, AF_INET6, ::1, 37457>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 75
Finished(47/50)  tests in 2171.354129s, 15.5009 tests/s, 2998.2415 assertions/s.
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 74 : #<TCPSocket:fd 74, AF_INET, 127.0.0.1, 41447>
Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 74
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 73 #<File::Stat dev=0x8, ino=1367596265, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 78 : #<TCPSocket:fd 78, AF_INET, 127.0.0.1, 57541>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 78
Finished(48/50)  tests in 1995.753065s, 16.8648 tests/s, 3261.6019 assertions/s.
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 74 #<File::Stat dev=0x8, ino=1368123658, 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>
Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 79 : #<TCPSocket:fd 79, AF_INET, 127.0.0.1, 60716>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 79
Finished(49/50)  tests in 1664.837656s, 20.2170 tests/s, 3910.5987 assertions/s.
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 75 #<File::Stat dev=0x8, ino=1368573508, 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: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 80 : #<TCPSocket:fd 80, AF_INET, 127.0.0.1, 48446>
Closed file descriptor: TestResolvDNS#test_query_ipv4_duplicate_responses: 80
Finished(50/50)  tests in 1725.376256s, 19.5076 tests/s, 3772.8687 assertions/s.
1682899 tests, 325471767 assertions, 0 failures, 0 errors, 8737 skips

ruby -v: ruby 3.4.0dev (2024-09-04T14:12:50Z master 294dad22d7) [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
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for '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.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/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/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/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-09-04T14:12:50Z master 294dad22d7) [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 42.433271 seconds

3432 files, 32768 examples, 141841 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