# Logfile created on 2024-07-11 12:35:37 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f5ea3c6fdc8 @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-repeat20-asserts", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat20-asserts", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat20-asserts", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat20-asserts", @configure_opts=["--enable-shared"], @build_opts="DEFS=\"-DRUBY_DEBUG=1\"", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=20", @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-repeat20-asserts.20240711-123537", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f5ea3c91bd0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f5ea3c91928 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f5ea3baa5f0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20240711-123537", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat20-asserts.20240711-123537>, @binmode=false, @mon_data=#<Monitor:0x00007f5ea3c91630>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download DEFS="-DRUBY_DEBUG=1" tool/config.guess already exists tool/config.sub already exists Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat20-asserts/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Update rbs to 97e12999b14dc36e374ed30a03fca58af62dfd90 echo 97e12999b14dc36e374ed30a03fca58af62dfd90 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/rbs.revision unchanged Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/typeprof.revision unchanged $$$[end] "make update-download DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make update-src DEFS="-DRUBY_DEBUG=1" From https://github.com/ruby/ruby 0ee3960..e1a034c master -> origin/master Updating 0ee3960..e1a034c Fast-forward .github/workflows/annocheck.yml | 2 +- .github/workflows/baseruby.yml | 2 +- .github/workflows/check_dependencies.yml | 2 +- .github/workflows/mingw.yml | 2 +- .github/workflows/rjit-bindgen.yml | 2 +- .github/workflows/spec_guards.yml | 2 +- .github/workflows/ubuntu.yml | 2 +- .github/workflows/wasm.yml | 2 +- .github/workflows/windows.yml | 2 +- .github/workflows/yjit-ubuntu.yml | 2 +- NEWS.md | 2 +- enc/trans/ibm864-tbl.rb | 126 +++++ enc/trans/single_byte.trans | 1 + enum.c | 11 +- gems/bundled_gems | 2 +- lib/net/http.rb | 96 ++-- lib/open-uri.rb | 8 +- lib/rubygems/config_file.rb | 21 +- spec/ruby/core/kernel/format_spec.rb | 32 ++ sprintf.c | 2 +- test/net/http/test_http.rb | 46 +- test/net/http/test_https.rb | 68 ++- test/net/http/test_https_proxy.rb | 48 ++ test/net/http/utils.rb | 363 +++++++++++--- test/ruby/test_allocation.rb | 12 +- test/ruby/test_enum.rb | 8 + test/ruby/test_transcode.rb | 19 + test/rubygems/test_gem_config_file.rb | 67 +++ tool/lib/webrick.rb | 232 --------- tool/lib/webrick/.document | 6 - tool/lib/webrick/accesslog.rb | 157 ------ tool/lib/webrick/cgi.rb | 313 ------------ tool/lib/webrick/compat.rb | 36 -- tool/lib/webrick/config.rb | 158 ------ tool/lib/webrick/cookie.rb | 172 ------- tool/lib/webrick/htmlutils.rb | 30 -- tool/lib/webrick/httpauth.rb | 96 ---- tool/lib/webrick/httpauth/authenticator.rb | 117 ----- tool/lib/webrick/httpauth/basicauth.rb | 116 ----- tool/lib/webrick/httpauth/digestauth.rb | 395 --------------- tool/lib/webrick/httpauth/htdigest.rb | 132 ----- tool/lib/webrick/httpauth/htgroup.rb | 97 ---- tool/lib/webrick/httpauth/htpasswd.rb | 158 ------ tool/lib/webrick/httpauth/userdb.rb | 53 -- tool/lib/webrick/httpproxy.rb | 354 ------------- tool/lib/webrick/httprequest.rb | 636 ------------------------ tool/lib/webrick/httpresponse.rb | 564 --------------------- tool/lib/webrick/https.rb | 152 ------ tool/lib/webrick/httpserver.rb | 293 ----------- tool/lib/webrick/httpservlet.rb | 23 - tool/lib/webrick/httpservlet/abstract.rb | 152 ------ tool/lib/webrick/httpservlet/cgi_runner.rb | 47 -- tool/lib/webrick/httpservlet/cgihandler.rb | 126 ----- tool/lib/webrick/httpservlet/erbhandler.rb | 88 ---- tool/lib/webrick/httpservlet/filehandler.rb | 552 -------------------- tool/lib/webrick/httpservlet/prochandler.rb | 47 -- tool/lib/webrick/httpstatus.rb | 194 -------- tool/lib/webrick/httputils.rb | 512 ------------------- tool/lib/webrick/httpversion.rb | 76 --- tool/lib/webrick/log.rb | 156 ------ tool/lib/webrick/server.rb | 381 -------------- tool/lib/webrick/ssl.rb | 215 -------- tool/lib/webrick/utils.rb | 265 ---------- tool/lib/webrick/version.rb | 18 - tool/test/webrick/.htaccess | 1 - tool/test/webrick/test_cgi.rb | 148 ------ tool/test/webrick/test_config.rb | 17 - tool/test/webrick/test_cookie.rb | 141 ------ tool/test/webrick/test_do_not_reverse_lookup.rb | 71 --- tool/test/webrick/test_filehandler.rb | 397 --------------- tool/test/webrick/test_htgroup.rb | 19 - tool/test/webrick/test_htmlutils.rb | 21 - tool/test/webrick/test_httpauth.rb | 366 -------------- tool/test/webrick/test_httpproxy.rb | 467 ----------------- tool/test/webrick/test_httprequest.rb | 488 ------------------ tool/test/webrick/test_httpresponse.rb | 282 ----------- tool/test/webrick/test_https.rb | 112 ----- tool/test/webrick/test_httpserver.rb | 543 -------------------- tool/test/webrick/test_httpstatus.rb | 35 -- tool/test/webrick/test_httputils.rb | 101 ---- tool/test/webrick/test_httpversion.rb | 41 -- tool/test/webrick/test_server.rb | 191 ------- tool/test/webrick/test_ssl_server.rb | 67 --- tool/test/webrick/test_utils.rb | 110 ---- tool/test/webrick/utils.rb | 104 ---- tool/test/webrick/webrick.cgi | 38 -- tool/test/webrick/webrick.rhtml | 4 - tool/test/webrick/webrick_long_filename.cgi | 36 -- vm_args.c | 17 +- 89 files changed, 802 insertions(+), 11086 deletions(-) create mode 100644 enc/trans/ibm864-tbl.rb delete mode 100644 tool/lib/webrick.rb delete mode 100644 tool/lib/webrick/.document delete mode 100644 tool/lib/webrick/accesslog.rb delete mode 100644 tool/lib/webrick/cgi.rb delete mode 100644 tool/lib/webrick/compat.rb delete mode 100644 tool/lib/webrick/config.rb delete mode 100644 tool/lib/webrick/cookie.rb delete mode 100644 tool/lib/webrick/htmlutils.rb delete mode 100644 tool/lib/webrick/httpauth.rb delete mode 100644 tool/lib/webrick/httpauth/authenticator.rb delete mode 100644 tool/lib/webrick/httpauth/basicauth.rb delete mode 100644 tool/lib/webrick/httpauth/digestauth.rb delete mode 100644 tool/lib/webrick/httpauth/htdigest.rb delete mode 100644 tool/lib/webrick/httpauth/htgroup.rb delete mode 100644 tool/lib/webrick/httpauth/htpasswd.rb delete mode 100644 tool/lib/webrick/httpauth/userdb.rb delete mode 100644 tool/lib/webrick/httpproxy.rb delete mode 100644 tool/lib/webrick/httprequest.rb delete mode 100644 tool/lib/webrick/httpresponse.rb delete mode 100644 tool/lib/webrick/https.rb delete mode 100644 tool/lib/webrick/httpserver.rb delete mode 100644 tool/lib/webrick/httpservlet.rb delete mode 100644 tool/lib/webrick/httpservlet/abstract.rb delete mode 100644 tool/lib/webrick/httpservlet/cgi_runner.rb delete mode 100644 tool/lib/webrick/httpservlet/cgihandler.rb delete mode 100644 tool/lib/webrick/httpservlet/erbhandler.rb delete mode 100644 tool/lib/webrick/httpservlet/filehandler.rb delete mode 100644 tool/lib/webrick/httpservlet/prochandler.rb delete mode 100644 tool/lib/webrick/httpstatus.rb delete mode 100644 tool/lib/webrick/httputils.rb delete mode 100644 tool/lib/webrick/httpversion.rb delete mode 100644 tool/lib/webrick/log.rb delete mode 100644 tool/lib/webrick/server.rb delete mode 100644 tool/lib/webrick/ssl.rb delete mode 100644 tool/lib/webrick/utils.rb delete mode 100644 tool/lib/webrick/version.rb delete mode 100644 tool/test/webrick/.htaccess delete mode 100644 tool/test/webrick/test_cgi.rb delete mode 100644 tool/test/webrick/test_config.rb delete mode 100644 tool/test/webrick/test_cookie.rb delete mode 100644 tool/test/webrick/test_do_not_reverse_lookup.rb delete mode 100644 tool/test/webrick/test_filehandler.rb delete mode 100644 tool/test/webrick/test_htgroup.rb delete mode 100644 tool/test/webrick/test_htmlutils.rb delete mode 100644 tool/test/webrick/test_httpauth.rb delete mode 100644 tool/test/webrick/test_httpproxy.rb delete mode 100644 tool/test/webrick/test_httprequest.rb delete mode 100644 tool/test/webrick/test_httpresponse.rb delete mode 100644 tool/test/webrick/test_https.rb delete mode 100644 tool/test/webrick/test_httpserver.rb delete mode 100644 tool/test/webrick/test_httpstatus.rb delete mode 100644 tool/test/webrick/test_httputils.rb delete mode 100644 tool/test/webrick/test_httpversion.rb delete mode 100644 tool/test/webrick/test_server.rb delete mode 100644 tool/test/webrick/test_ssl_server.rb delete mode 100644 tool/test/webrick/test_utils.rb delete mode 100644 tool/test/webrick/utils.rb delete mode 100755 tool/test/webrick/webrick.cgi delete mode 100644 tool/test/webrick/webrick.rhtml delete mode 100644 tool/test/webrick/webrick_long_filename.cgi Latest commit hash = e1a034cb96 $$$[end] "make update-src DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make after-update DEFS="-DRUBY_DEBUG=1" /tmp/ruby/src/trunk-repeat20-asserts/revision.h updated generating x86_64-linux-fake.rb x86_64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' generating table from enc/trans/single_byte.c generating enc/trans/single_byte.c ... make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' Downloading bundled gem rbs-3.5.2... Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat20-asserts/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/typeprof.revision unchanged Extracting bundle gem rbs-3.5.2... Unpacked gems/rbs-3.5.2.gem Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make miniruby DEFS="-DRUBY_DEBUG=1" 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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/enum.c compiling /tmp/ruby/src/trunk-repeat20-asserts/sprintf.c compiling /tmp/ruby/src/trunk-repeat20-asserts/version.c compiling /tmp/ruby/src/trunk-repeat20-asserts/vm.c linking miniruby $$$[end] "make miniruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make ruby DEFS="-DRUBY_DEBUG=1" 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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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 f33a961dff1f77644ed56b84422e71bc4f9236bc5e90df6a0f87061d30edff22 builtin_binary.inc compiling /tmp/ruby/src/trunk-repeat20-asserts/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make all DEFS="-DRUBY_DEBUG=1" 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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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 encdb.h unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' configuring rbs-3.5.2/ext/rbs_extension make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating makefile exts.mk exts.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/constants.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/lexer.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/lexstate.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/location.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/main.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/parser.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/parserstate.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/ruby_objs.c compiling /tmp/ruby/src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension/unescape.c linking shared-object rbs_extension.so ln -sfT ../../../../../src/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/lib ../../../../../.bundle/gems/rbs-3.5.2/lib make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' generating table from /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c generating /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c ... compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/single_byte.c linking transcoder single_byte.so make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' $$$[end] "make all DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make install DEFS="-DRUBY_DEBUG=1" Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat20-asserts/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat20-asserts/tool/ifchange /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-repeat20-asserts/.bundle/.timestamp/typeprof.revision unchanged Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem 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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/enc/unicode/15.0.0 CPPFLAGS = -DRUBY_DEBUG=1 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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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 encdb.h unchanged generating enc.mk making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating transdb.h transdb.h updated generating makefiles ext/configure-ext.mk ext/configure-ext.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' compiling /tmp/ruby/src/trunk-repeat20-asserts/enc/trans/transdb.c linking transcoder transdb.so make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' ./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat20-asserts/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="" --make-flags=" -- DEFS=-DRUBY_DEBUG=1" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk-repeat20-asserts/bin installing base libraries: /tmp/ruby/install/trunk-repeat20-asserts/lib installing arch files: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-repeat20-asserts/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-repeat20-asserts/bin installing library scripts: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-repeat20-asserts/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk-repeat20-asserts/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.14.0 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.5.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.30.0 pstore 0.1.3 rdoc 6.7.0 readline 0.0.4 reline 0.5.9 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.2 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.2 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-repeat20-asserts/lib/ruby/gems/3.4.0+0 minitest 5.24.1 rake 13.2.1 test-unit 3.6.2 rexml 3.3.1 rss 0.3.0 net-ftp 0.3.7 net-imap 0.4.14 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.5.2 typeprof 0.21.11 debug 1.9.2 racc 1.8.0 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 installing bundled gem cache: /tmp/ruby/install/trunk-repeat20-asserts/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 DEFS=\"-DRUBY_DEBUG=1\"" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1974 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS=--repeat-count=20 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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-repeat20-asserts/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS=--repeat-count=20" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20 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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' Run options: --seed=37966 "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat20-asserts/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat20-asserts/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-repeat20-asserts/test/.excludes --name=!/memory_leak/ --stderr-on-failure --repeat-count=20 # Running tests: Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 38257> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 8 : #<TCPServer:fd 8, AF_INET6, ::1, 40871> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 37119> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 39407> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 9 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 10 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 43807> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 33367> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 9 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 10 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 9 : #<TCPServer:fd 9, AF_INET6, ::1, 34351> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 42331> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 9 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 10 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 7 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 8 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 38665> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 9 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 8 #<File::Stat dev=0x8, ino=91350023, 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: TestNetHTTPS#test_max_version: 9 #<File::Stat dev=0x8, ino=91375655, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007f05e8b1df70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_post: 11 Finished thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f05e8b1df70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007f05e9a89580 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_get__crlf: 11 Finished thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007f05e9a89580 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_get: 11 Leaked thread: TestNetHTTP_v1_2#test_get2: #<Thread:0x00007f05e8b1fb00 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_post: 11 Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007f05e8b1f9e0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f05e8b1f9e0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007f05e8b1f530 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 11 Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f05e8b1f530 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007f05ea6bd990 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007f05ea6bd990 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007f05e8b1f380 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f05e8b1f380 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f05e8b1f680 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get: 11 Finished thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007f05e8b1f680 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 42357> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 40649> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 40649> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 10 Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 12 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 44947> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 44947> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 10 Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 12 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 10 : #<TCPServer:fd 10, AF_INET, 0.0.0.0, 43383> Finished(1/20) tests in 2048.129835s, 15.8408 tests/s, 3151.6200 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 42717> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 10 : #<TCPServer:fd 10, AF_INET6, ::1, 46467> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 11 : #<TCPServer:fd 11, AF_INET6, ::1, 42701> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 12 : #<TCPServer:fd 12, AF_INET6, ::1, 35575> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 11 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 12 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 11 : #<TCPServer:fd 11, AF_INET6, ::1, 42307> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 12 : #<TCPServer:fd 12, AF_INET6, ::1, 35609> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 11 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 12 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 11 : #<TCPServer:fd 11, AF_INET6, ::1, 37015> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 12 : #<TCPServer:fd 12, AF_INET6, ::1, 45717> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 11 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 12 Closed file descriptor: TestGemUninstaller#test_remove_executables_user_format: 7 Closed file descriptor: TestGemUninstaller#test_remove_executables_user_format: 10 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 40079> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 #<File::Stat dev=0x8, ino=92557564, 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: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 41025> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTPS#test_max_version: 11 #<File::Stat dev=0x8, ino=92576980, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_session_reuse_but_expire: 12 Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 13 : #<TCPSocket:fd 13, AF_INET6, ::1, 41725> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_skip_hostname_verification: 13 Leaked thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007f05e85e3220 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_get__crlf: 13 Finished thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007f05e85e3220 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_start: #<Thread:0x00007f05e882fd30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_get2: 13 Finished thread: TestNetHTTP_v1_2#test_get2: #<Thread:0x00007f05e882fd30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 12 #<File::Stat dev=0x8, ino=92648691, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_start: #<Thread:0x00007f05eb45c410 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get2: 14 Finished thread: TestNetHTTP_v1_2_chunked#test_get2: #<Thread:0x00007f05eb45c410 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 40505> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 13 : #<TCPServer:fd 13, AF_INET, 0.0.0.0, 42213> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 13 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 13 : #<TCPServer:fd 13, AF_INET, 0.0.0.0, 34799> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 13 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 13 : #<TCPServer:fd 13, AF_INET, 0.0.0.0, 41565> Finished(2/20) tests in 2673.757829s, 12.1346 tests/s, 2416.9721 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 44763> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 13 : #<TCPServer:fd 13, AF_INET6, ::1, 40781> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 14 : #<TCPServer:fd 14, AF_INET6, ::1, 33281> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 15 : #<TCPServer:fd 15, AF_INET6, ::1, 42827> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 14 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 15 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 14 : #<TCPServer:fd 14, AF_INET6, ::1, 40731> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 15 : #<TCPServer:fd 15, AF_INET6, ::1, 39279> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 14 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 15 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 14 : #<TCPServer:fd 14, AF_INET6, ::1, 38083> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 15 : #<TCPServer:fd 15, AF_INET6, ::1, 40095> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 14 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 15 Closed file descriptor: TestGemUninstaller#test_remove_executables_user_format: 7 Closed file descriptor: TestGemUninstaller#test_remove_executables_user_format: 13 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 44049> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 13 #<File::Stat dev=0x8, ino=93191056, 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: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 15 : #<TCPSocket:fd 15, AF_INET6, ::1, 36475> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get_SNI_failure: 15 Leaked thread: TestNetHTTPS#test_verify_none: #<Thread:0x00007f05e9e4cdf0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_session_reuse: #<Thread:0x00007f05e9e4cdf0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 15 : #<TCPSocket:fd 15, AF_INET6, ::1, 34247> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked thread: TestNetHTTPS#test_skip_hostname_verification: #<Thread:0x00007f05e9e4ff70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_get: #<Thread:0x00007f05e9e4ff70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: Reline::WithinPipeTest#test_unknown_macro: 15 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 14 #<File::Stat dev=0x8, ino=93279836, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 16 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 34587> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 15 : #<TCPServer:fd 15, AF_INET, 0.0.0.0, 36815> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 15 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 15 : #<TCPServer:fd 15, AF_INET, 0.0.0.0, 36021> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 15 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 15 : #<TCPServer:fd 15, AF_INET, 0.0.0.0, 41319> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 16 #<File::Stat dev=0x8, ino=93282978, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(3/20) tests in 2019.168521s, 16.0685 tests/s, 3200.1068 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 42495> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 15 : #<TCPServer:fd 15, AF_INET6, ::1, 32913> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 17 : #<TCPServer:fd 17, AF_INET6, ::1, 40351> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 18 : #<TCPServer:fd 18, AF_INET6, ::1, 35661> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 17 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 18 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 17 : #<TCPServer:fd 17, AF_INET6, ::1, 38415> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 18 : #<TCPServer:fd 18, AF_INET6, ::1, 39611> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 17 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 18 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 17 : #<TCPServer:fd 17, AF_INET6, ::1, 35829> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 18 : #<TCPServer:fd 18, AF_INET6, ::1, 37869> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 17 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 18 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 15 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 45239> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 17 Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f05e884e180 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f05e884e180 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPSIdentityVerifyFailure#test_identity_verify_failure: 17 : #<TCPSocket:fd 17, AF_INET, 127.0.0.1, 43197> Leaked file descriptor: TestNetHTTPS#test_max_version: 15 #<File::Stat dev=0x8, ino=93862434, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: 18 Closed file descriptor: TestNetHTTP_v1_2#test_get__crlf: 18 Leaked thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007f065350d7e0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_get__break: 18 Finished thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007f065350d7e0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 17 #<File::Stat dev=0x8, ino=93900768, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 20 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 18 #<File::Stat dev=0x8, ino=93920435, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007f05e47475d0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get: 20 Finished thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007f05e47475d0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 41511> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 19 : #<TCPServer:fd 19, AF_INET, 0.0.0.0, 34449> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 19 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 19 : #<TCPServer:fd 19, AF_INET, 0.0.0.0, 44971> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 19 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 19 : #<TCPServer:fd 19, AF_INET, 0.0.0.0, 35051> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 20 #<File::Stat dev=0x8, ino=93920561, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(4/20) tests in 2014.912816s, 16.1024 tests/s, 3206.6330 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 36311> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 19 : #<TCPServer:fd 19, AF_INET6, ::1, 33525> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 21 : #<TCPServer:fd 21, AF_INET6, ::1, 35785> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 22 : #<TCPServer:fd 22, AF_INET6, ::1, 38933> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 21 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 22 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 21 : #<TCPServer:fd 21, AF_INET6, ::1, 33821> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 22 : #<TCPServer:fd 22, AF_INET6, ::1, 38603> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 21 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 22 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 21 : #<TCPServer:fd 21, AF_INET6, ::1, 46137> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 22 : #<TCPServer:fd 22, AF_INET6, ::1, 41875> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 21 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 22 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 7 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 19 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 42663> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 21 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 21 Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_without_content_type: #<Thread:0x00007f05e929e9c0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 21 Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_false: #<Thread:0x00007f05e929e9c0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 21 : #<TCPSocket:fd 21, AF_INET, 127.0.0.1, 46297> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 21 Leaked file descriptor: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 21 : #<TCPSocket:fd 21, AF_INET6, ::1, 32871> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked thread: TestNetHTTPS#test_get_SNI_failure: #<Thread:0x00007f05e5bbff40 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_verify_none: #<Thread:0x00007f05e5bbff40 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_max_version: 19 #<File::Stat dev=0x8, ino=95083479, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_session_reuse_but_expire: 21 Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 22 : #<TCPSocket:fd 22, AF_INET6, ::1, 34337> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_skip_hostname_verification: 22 Closed file descriptor: TestNetHTTP_v1_2#test_get__crlf: 22 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 22 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 23 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 22 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 22 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 22 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 22 Leaked thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007f065237fe70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 22 Finished thread: TestNetHTTP_v1_2_chunked#test_s_start: #<Thread:0x00007f065237fe70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 43499> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 21 : #<TCPServer:fd 21, AF_INET, 0.0.0.0, 42817> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 21 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 21 : #<TCPServer:fd 21, AF_INET, 0.0.0.0, 42553> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 21 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 21 : #<TCPServer:fd 21, AF_INET, 0.0.0.0, 35697> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 22 #<File::Stat dev=0x8, ino=95149838, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(5/20) tests in 2822.024864s, 11.4971 tests/s, 2289.8735 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 45755> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 21 : #<TCPServer:fd 21, AF_INET6, ::1, 36327> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 23 : #<TCPServer:fd 23, AF_INET6, ::1, 38923> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 24 : #<TCPServer:fd 24, AF_INET6, ::1, 37983> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 23 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 24 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 23 : #<TCPServer:fd 23, AF_INET6, ::1, 35795> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 24 : #<TCPServer:fd 24, AF_INET6, ::1, 39347> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 23 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 24 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 23 : #<TCPServer:fd 23, AF_INET6, ::1, 40177> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 24 : #<TCPServer:fd 24, AF_INET6, ::1, 45311> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 23 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 24 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 21 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 45961> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 23 Leaked file descriptor: TestOpenURISSL#test_proxy_cacert_file: 25 : #<TCPSocket:fd 25, AF_INET, 127.0.0.1, 54426> Closed file descriptor: TestOpenURISSL#test_validation_success: 25 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 21 #<File::Stat dev=0x8, ino=95684939, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007f05eb1c1de0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_get__crlf: 24 Finished thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007f05eb1c1de0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 46287> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 23 : #<TCPServer:fd 23, AF_INET, 0.0.0.0, 42827> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 23 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 23 : #<TCPServer:fd 23, AF_INET, 0.0.0.0, 36699> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 23 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 23 : #<TCPServer:fd 23, AF_INET, 0.0.0.0, 38073> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 24 #<File::Stat dev=0x8, ino=95764805, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(6/20) tests in 2108.702222s, 15.3862 tests/s, 3064.2122 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 35443> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 23 : #<TCPServer:fd 23, AF_INET6, ::1, 46309> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 25 : #<TCPServer:fd 25, AF_INET6, ::1, 42983> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 44807> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 25 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 26 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 25 : #<TCPServer:fd 25, AF_INET6, ::1, 43085> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 34027> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 25 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 26 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 25 : #<TCPServer:fd 25, AF_INET6, ::1, 35853> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 39497> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 25 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 26 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 7 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 23 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 43819> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 25 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 23 #<File::Stat dev=0x8, ino=96341212, 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: TestNetHTTPS#test_get_SNI_failure: 26 : #<TCPSocket:fd 26, AF_INET6, ::1, 42267> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_get_SNI_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_verify_none: 26 Leaked file descriptor: TestNetHTTPS#test_skip_hostname_verification: 26 : #<TCPSocket:fd 26, AF_INET6, ::1, 37673> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_skip_hostname_verification: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get: 26 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 26 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 35945> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 25 : #<TCPServer:fd 25, AF_INET, 0.0.0.0, 36113> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 27 : #<TCPSocket:fd 27, AF_INET, 127.0.0.1, 36113> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 25 Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 27 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 25 : #<TCPServer:fd 25, AF_INET, 0.0.0.0, 34951> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 25 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 25 : #<TCPServer:fd 25, AF_INET, 0.0.0.0, 39861> Finished(7/20) tests in 2056.561382s, 15.7763 tests/s, 3141.8415 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 42851> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 25 : #<TCPServer:fd 25, AF_INET6, ::1, 33813> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 35885> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 27 : #<TCPServer:fd 27, AF_INET6, ::1, 43223> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 26 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 27 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 33139> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 27 : #<TCPServer:fd 27, AF_INET6, ::1, 44697> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 26 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 27 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 39577> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 27 : #<TCPServer:fd 27, AF_INET6, ::1, 41947> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 26 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 27 Closed file descriptor: TestGemUninstaller#test_remove_not_in_home: 7 Closed file descriptor: TestGemUninstaller#test_remove_not_in_home: 25 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 40027> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 26 Leaked thread: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: #<Thread:0x00007f05ea11ff70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 26 Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 26 Leaked file descriptor: TestOpenURISSL#test_proxy_cacert_dir: 28 : #<TCPSocket:fd 28, AF_INET, 127.0.0.1, 57840> Closed file descriptor: TestOpenURISSL#test_proxy_cacert_file: 28 Leaked thread: TestNetHTTPS#test_get_SNI: #<Thread:0x00007f0650a4b170 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_min_version: #<Thread:0x00007f0650a4b170 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPS#test_min_version: #<Thread:0x00007f05e6ddff20 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_post: #<Thread:0x00007f05e6ddff20 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 26 : #<TCPSocket:fd 26, AF_INET6, ::1, 34181> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get_SNI_failure: 26 Leaked thread: TestNetHTTPS#test_session_reuse: #<Thread:0x00007f05e6dd7760 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_max_version: #<Thread:0x00007f05e6dd7760 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPS#test_session_reuse_but_expire: #<Thread:0x00007f05e6ddce60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_certificate_verify_failure: #<Thread:0x00007f05e6ddce60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_skip_hostname_verification: 26 : #<TCPSocket:fd 26, AF_INET6, ::1, 33339> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_skip_hostname_verification: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get: 26 Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 26 Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f05eb064700 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007f05eb064700 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_get: 26 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 27 Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f065182fd30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f065182fd30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007f05eb068ea0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 26 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 25 #<File::Stat dev=0x8, ino=97665321, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestNetHTTP_v1_2_chunked#test_get__crlf: #<Thread:0x00007f05eb068ea0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 27 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 27 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 39551> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 26 : #<TCPServer:fd 26, AF_INET, 0.0.0.0, 46373> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 26 Leaked thread: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: #<Thread:0x00007f0651827660 /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 sleep> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 26 : #<TCPServer:fd 26, AF_INET, 0.0.0.0, 41521> Finished thread: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: #<Thread:0x00007f0651827660 /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 dead> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 26 Leaked thread: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: #<Thread:0x00007f06518254d0 /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 sleep> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 26 : #<TCPServer:fd 26, AF_INET, 0.0.0.0, 40893> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 27 #<File::Stat dev=0x8, ino=97660225, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: #<Thread:0x00007f06518254d0 /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 dead> Finished(8/20) tests in 2857.834835s, 11.3530 tests/s, 2261.3683 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 38421> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 43915> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 28 : #<TCPServer:fd 28, AF_INET6, ::1, 45321> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 29 : #<TCPServer:fd 29, AF_INET6, ::1, 45651> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 28 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 29 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 28 : #<TCPServer:fd 28, AF_INET6, ::1, 42979> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 29 : #<TCPServer:fd 29, AF_INET6, ::1, 42541> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 28 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 29 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 28 : #<TCPServer:fd 28, AF_INET6, ::1, 46165> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 29 : #<TCPServer:fd 29, AF_INET6, ::1, 36965> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 28 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 29 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 7 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 26 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 41597> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f05eb17e820 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 28 Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f05eb17e820 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestOpenURISSL#test_validation_failure: 28 : #<TCPSocket:fd 28, AF_INET, 127.0.0.1, 41303> Closed file descriptor: TestOpenURISSL#test_validation_noverify: 28 Leaked thread: TestNetHTTPS#test_post: #<Thread:0x00007f05eb38ef10 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_get_SNI_proxy: #<Thread:0x00007f05eb38ef10 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_get_SNI_failure: 28 : #<TCPSocket:fd 28, AF_INET6, ::1, 43615> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_get_SNI_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_verify_none: 28 Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 28 Closed file descriptor: TestNetHTTP_v1_2#test_get__crlf: 28 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 28 Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007f05e7214830 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 28 Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007f05e7214830 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 37635> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 26 : #<TCPServer:fd 26, AF_INET, 0.0.0.0, 46069> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 26 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 26 : #<TCPServer:fd 26, AF_INET, 0.0.0.0, 33891> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 26 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 26 : #<TCPServer:fd 26, AF_INET, 0.0.0.0, 45123> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 28 #<File::Stat dev=0x8, ino=98311636, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(9/20) tests in 2200.560611s, 14.7440 tests/s, 2936.8980 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 35087> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 26 : #<TCPServer:fd 26, AF_INET6, ::1, 44271> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 29 : #<TCPServer:fd 29, AF_INET6, ::1, 37169> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 30 : #<TCPServer:fd 30, AF_INET6, ::1, 45827> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 29 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 30 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 29 : #<TCPServer:fd 29, AF_INET6, ::1, 34511> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 30 : #<TCPServer:fd 30, AF_INET6, ::1, 35055> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 29 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 30 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 29 : #<TCPServer:fd 29, AF_INET6, ::1, 35029> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 30 : #<TCPServer:fd 30, AF_INET6, ::1, 38417> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 29 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 30 Closed file descriptor: TestGemUninstaller#test_uninstall_nonexistent: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_nonexistent: 26 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 45785> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked file descriptor: TestOpenURISSL#test_validation_failure: 29 : #<TCPSocket:fd 29, AF_INET, 127.0.0.1, 41037> Closed file descriptor: TestOpenURISSL#test_validation_noverify: 29 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 29 : #<TCPSocket:fd 29, AF_INET, 127.0.0.1, 44505> Leaked file descriptor: TestNetHTTPS#test_get_SNI_failure: 29 : #<TCPSocket:fd 29, AF_INET6, ::1, 41655> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_get_SNI_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_verify_none: 29 Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: 29 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 26 #<File::Stat dev=0x8, ino=98952976, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 30 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 29 #<File::Stat dev=0x8, ino=98975349, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007f05e84db3a0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 31 Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007f05e84db3a0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 44765> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 30 : #<TCPServer:fd 30, AF_INET, 0.0.0.0, 43747> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 30 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 30 : #<TCPServer:fd 30, AF_INET, 0.0.0.0, 39667> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 30 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 30 : #<TCPServer:fd 30, AF_INET, 0.0.0.0, 37517> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 31 #<File::Stat dev=0x8, ino=98971104, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(10/20) tests in 2133.118535s, 15.2101 tests/s, 3029.0661 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 39237> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 30 : #<TCPServer:fd 30, AF_INET6, ::1, 42775> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 32 : #<TCPServer:fd 32, AF_INET6, ::1, 37897> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 33 : #<TCPServer:fd 33, AF_INET6, ::1, 42961> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 32 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 32 : #<TCPServer:fd 32, AF_INET6, ::1, 40215> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 34 : #<TCPServer:fd 34, AF_INET6, ::1, 39487> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 32 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 33 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 34 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 32 : #<TCPServer:fd 32, AF_INET6, ::1, 39271> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 33 : #<TCPServer:fd 33, AF_INET6, ::1, 39281> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 32 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 33 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 7 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 30 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 37751> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007f05ea8706f0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_retry: #<Thread:0x00007f05ea8706f0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 32 Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f05ea889e00 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f05ea889e00 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPSIdentityVerifyFailure#test_identity_verify_failure: 32 : #<TCPSocket:fd 32, AF_INET, 127.0.0.1, 34535> Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 32 : #<TCPSocket:fd 32, AF_INET, 127.0.0.1, 42993> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 32 Leaked file descriptor: TestOpenURISSL#test_validation_failure: 32 : #<TCPSocket:fd 32, AF_INET, 127.0.0.1, 33429> Closed file descriptor: TestOpenURISSL#test_validation_noverify: 32 Leaked thread: TestNetHTTPS#test_get_SNI: #<Thread:0x00007f05e6b58d60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_min_version: #<Thread:0x00007f05e6b58d60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 32 : #<TCPSocket:fd 32, AF_INET6, ::1, 38425> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked thread: TestNetHTTPS#test_skip_hostname_verification: #<Thread:0x00007f05ea77fee0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_get: #<Thread:0x00007f05ea77fee0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: Reline::WithinPipeTest#test_unknown_macro: 32 Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 30 #<File::Stat dev=0x8, ino=100244725, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f05c3b8ff50 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 33 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 32 #<File::Stat dev=0x8, ino=100242790, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestNetHTTP_v1_2#test_s_start: #<Thread:0x00007f05c3b8ff50 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_request: #<Thread:0x00007f05c3b8bd50 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007f05c3b8bd50 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007f05c3b8fd10 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form_with_file: 34 Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007f05c3b8fd10 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007f05e8d36b50 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 34 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 33 #<File::Stat dev=0x8, ino=100236084, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestNetHTTP_v1_2_chunked#test_get__crlf: #<Thread:0x00007f05e8d36b50 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 33035> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 34 : #<TCPServer:fd 34, AF_INET, 0.0.0.0, 46847> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 34 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 34 : #<TCPServer:fd 34, AF_INET, 0.0.0.0, 40565> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 34 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 34 : #<TCPServer:fd 34, AF_INET, 0.0.0.0, 43217> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 36 : #<TCPSocket:fd 36, AF_INET, 127.0.0.1, 43217> Finished(11/20) tests in 3058.412171s, 10.6084 tests/s, 2112.8460 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 33401> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 34 : #<TCPServer:fd 34, AF_INET6, ::1, 37889> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 35 : #<TCPServer:fd 35, AF_INET6, ::1, 40865> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 36 : #<TCPServer:fd 36, AF_INET6, ::1, 38365> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 35 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 36 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 35 : #<TCPServer:fd 35, AF_INET6, ::1, 41287> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 36 : #<TCPServer:fd 36, AF_INET6, ::1, 37541> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 35 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 36 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 35 : #<TCPServer:fd 35, AF_INET6, ::1, 37791> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 36 : #<TCPServer:fd 36, AF_INET6, ::1, 43769> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 35 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 36 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 7 Closed file descriptor: TestGemUninstaller#test_remove_symlinked_gem_home: 34 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 39419> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 35 Leaked file descriptor: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 35 : #<TCPSocket:fd 35, AF_INET6, ::1, 45973> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get_SNI_failure: 35 Leaked file descriptor: TestNetHTTPS#test_max_version: 34 #<File::Stat dev=0x8, ino=100843656, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 36 : #<TCPSocket:fd 36, AF_INET6, ::1, 37117> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_skip_hostname_verification: 36 Leaked thread: TestNetHTTP_v1_2#test_request: #<Thread:0x00007f06525ee0d0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_s_post_form: #<Thread:0x00007f06525ee0d0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_post_form: #<Thread:0x00007f06525efd20 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 36 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007f06525efd20 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007f0653449040 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: 36 Finished thread: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: #<Thread:0x00007f0653449040 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 35 #<File::Stat dev=0x8, ino=100902218, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 37 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 40833> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 36 : #<TCPServer:fd 36, AF_INET, 0.0.0.0, 40765> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 38 : #<TCPSocket:fd 38, AF_INET, 127.0.0.1, 40765> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 36 Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 38 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 36 : #<TCPServer:fd 36, AF_INET, 0.0.0.0, 40959> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 36 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 36 : #<TCPServer:fd 36, AF_INET, 0.0.0.0, 38235> Finished(12/20) tests in 2243.411476s, 14.4623 tests/s, 2880.1658 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 40885> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 36 : #<TCPServer:fd 36, AF_INET6, ::1, 39191> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 37 : #<TCPServer:fd 37, AF_INET6, ::1, 38529> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 38 : #<TCPServer:fd 38, AF_INET6, ::1, 40971> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 37 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 38 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 37 : #<TCPServer:fd 37, AF_INET6, ::1, 41951> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 38 : #<TCPServer:fd 38, AF_INET6, ::1, 38449> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 37 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 38 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 37 : #<TCPServer:fd 37, AF_INET6, ::1, 42307> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 38 : #<TCPServer:fd 38, AF_INET6, ::1, 33451> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 37 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 38 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 36 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 36375> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f05eb23d320 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 37 Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f05eb23d320 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 36 #<File::Stat dev=0x8, ino=101478985, 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: TestNetHTTPS#test_max_version: 37 #<File::Stat dev=0x8, ino=101513413, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 39 : #<TCPSocket:fd 39, AF_INET6, ::1, 44421> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_skip_hostname_verification: 39 Leaked thread: TestNetHTTP_v1_2#test_request: #<Thread:0x00007f05e6bae020 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_s_post_form: #<Thread:0x00007f05e6bae020 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_post_form: #<Thread:0x00007f05e6bafd30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 39 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007f05e6bafd30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 38 #<File::Stat dev=0x8, ino=101560591, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 41 Leaked thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007f06526150a0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 40 Finished thread: TestNetHTTP_v1_2_chunked#test_get__crlf: #<Thread:0x00007f06526150a0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 41 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 42167> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 39 : #<TCPServer:fd 39, AF_INET, 0.0.0.0, 45221> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 39 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 39 : #<TCPServer:fd 39, AF_INET, 0.0.0.0, 44597> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 39 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 39 : #<TCPServer:fd 39, AF_INET, 0.0.0.0, 43809> Finished(13/20) tests in 2239.372106s, 14.4884 tests/s, 2884.9998 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 37889> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 39 : #<TCPServer:fd 39, AF_INET6, ::1, 44147> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 40 : #<TCPServer:fd 40, AF_INET6, ::1, 43685> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 41 : #<TCPServer:fd 41, AF_INET6, ::1, 45187> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 40 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 41 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 40 : #<TCPServer:fd 40, AF_INET6, ::1, 40047> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 41 : #<TCPServer:fd 41, AF_INET6, ::1, 42091> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 40 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 41 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 40 : #<TCPServer:fd 40, AF_INET6, ::1, 34071> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 41 : #<TCPServer:fd 41, AF_INET6, ::1, 38617> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 40 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 41 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_with_install_dir_regenerates_plugins: 39 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 37333> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007f05eb44ff60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 40 Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f05eb44ff60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 39 #<File::Stat dev=0x8, ino=102705290, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007f0652132c70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f0652132c70 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007f05eb44e730 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007f05eb44e730 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007f05eb44fd80 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_while_waiting: 41 Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f05eb44fd80 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPSIdentityVerifyFailure#test_identity_verify_failure: 41 : #<TCPSocket:fd 41, AF_INET, 127.0.0.1, 40993> Leaked file descriptor: TestNetHTTPS#test_max_version: 40 #<File::Stat dev=0x8, ino=102801880, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 41 #<File::Stat dev=0x8, ino=102876681, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 43 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 43 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 42 #<File::Stat dev=0x8, ino=102882508, 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: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 39219> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 43 : #<TCPServer:fd 43, AF_INET, 0.0.0.0, 32775> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 43 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 43 : #<TCPServer:fd 43, AF_INET, 0.0.0.0, 45789> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 45 : #<TCPSocket:fd 45, AF_INET, 127.0.0.1, 45789> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 43 Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 45 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 43 : #<TCPServer:fd 43, AF_INET, 0.0.0.0, 40667> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 44 #<File::Stat dev=0x8, ino=102851188, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(14/20) tests in 2947.920869s, 11.0061 tests/s, 2192.0948 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 44893> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 43 : #<TCPServer:fd 43, AF_INET6, ::1, 36453> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 45 : #<TCPServer:fd 45, AF_INET6, ::1, 42433> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 46 : #<TCPServer:fd 46, AF_INET6, ::1, 38625> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 45 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 46 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 45 : #<TCPServer:fd 45, AF_INET6, ::1, 35617> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 46 : #<TCPServer:fd 46, AF_INET6, ::1, 34639> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 45 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 46 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 45 : #<TCPServer:fd 45, AF_INET6, ::1, 37123> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 46 : #<TCPServer:fd 46, AF_INET6, ::1, 35859> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 45 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 46 Closed file descriptor: TestGemUninstaller#test_uninstall_user_install_with_symlinked_home: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_user_install_with_symlinked_home: 43 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 42053> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 45 Leaked file descriptor: TestOpenURISSL#test_proxy_cacert_file: 47 : #<TCPSocket:fd 47, AF_INET, 127.0.0.1, 52580> Closed file descriptor: TestOpenURISSL#test_validation_success: 47 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 43 #<File::Stat dev=0x8, ino=103452024, 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: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 46 : #<TCPSocket:fd 46, AF_INET6, ::1, 42673> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get_SNI_failure: 46 Leaked file descriptor: TestNetHTTPS#test_max_version: 45 #<File::Stat dev=0x8, ino=103466694, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 46 #<File::Stat dev=0x8, ino=103537170, 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: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 40641> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 47 : #<TCPServer:fd 47, AF_INET, 0.0.0.0, 33819> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 47 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 47 : #<TCPServer:fd 47, AF_INET, 0.0.0.0, 41021> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 47 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 47 : #<TCPServer:fd 47, AF_INET, 0.0.0.0, 46753> Finished(15/20) tests in 2084.353473s, 15.5660 tests/s, 3099.4383 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 36907> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 47 : #<TCPServer:fd 47, AF_INET6, ::1, 45883> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 48 : #<TCPServer:fd 48, AF_INET6, ::1, 41411> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 49 : #<TCPServer:fd 49, AF_INET6, ::1, 44923> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 48 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 49 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 48 : #<TCPServer:fd 48, AF_INET6, ::1, 42179> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 49 : #<TCPServer:fd 49, AF_INET6, ::1, 41057> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 48 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 49 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 48 : #<TCPServer:fd 48, AF_INET6, ::1, 40481> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 49 : #<TCPServer:fd 49, AF_INET6, ::1, 40953> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 48 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 49 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 7 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 47 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 37019> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 48 : #<TCPSocket:fd 48, AF_INET, 127.0.0.1, 38067> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 48 Closed file descriptor: TestNetHTTP_v1_2#test_post: 48 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 47 #<File::Stat dev=0x8, ino=104227039, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007f05e689f0e0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007f05e689f0e0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007f05eb8b8620 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 49 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 48 #<File::Stat dev=0x8, ino=104230781, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestNetHTTP_v1_2_chunked#test_get__crlf: #<Thread:0x00007f05eb8b8620 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_set_form: 50 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 50 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get2: 50 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 44913> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 49 : #<TCPServer:fd 49, AF_INET, 0.0.0.0, 44045> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 51 : #<TCPSocket:fd 51, AF_INET, 127.0.0.1, 44045> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 49 Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 51 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 49 : #<TCPServer:fd 49, AF_INET, 0.0.0.0, 45649> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 49 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 49 : #<TCPServer:fd 49, AF_INET, 0.0.0.0, 35007> Finished(16/20) tests in 2379.972604s, 13.6325 tests/s, 2715.3174 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 44677> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 49 : #<TCPServer:fd 49, AF_INET6, ::1, 37841> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 50 : #<TCPServer:fd 50, AF_INET6, ::1, 35437> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 51 : #<TCPServer:fd 51, AF_INET6, ::1, 37237> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 53 : #<TCPSocket:fd 53, AF_INET6, ::1, 35437> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 50 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 51 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 53 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 50 : #<TCPServer:fd 50, AF_INET6, ::1, 37787> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 51 : #<TCPServer:fd 51, AF_INET6, ::1, 39877> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 50 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 51 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 50 : #<TCPServer:fd 50, AF_INET6, ::1, 40775> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 51 : #<TCPServer:fd 51, AF_INET6, ::1, 39371> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 50 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 51 Closed file descriptor: TestGemUninstaller#test_uninstall_user_install_with_symlinked_home: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_user_install_with_symlinked_home: 49 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 39163> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f05e7230a60 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_unix: #<Thread:0x00007f05e7230a60 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:709 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 50 Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007f05ea7c5c30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007f05ea7c5c30 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 50 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 50 Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 37343> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 50 Leaked file descriptor: TestOpenURISSL#test_validation_failure: 50 : #<TCPSocket:fd 50, AF_INET, 127.0.0.1, 34649> Closed file descriptor: TestOpenURISSL#test_validation_noverify: 50 Leaked thread: TestNetHTTPS#test_get_SNI: #<Thread:0x00007f05e5e32190 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_min_version: #<Thread:0x00007f05e5e32190 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 50 : #<TCPSocket:fd 50, AF_INET6, ::1, 34923> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get_SNI_failure: 50 Leaked file descriptor: TestNetHTTPS#test_max_version: 49 #<File::Stat dev=0x8, ino=105475205, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 51 : #<TCPSocket:fd 51, AF_INET6, ::1, 39643> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: Psych_Unit_Tests#test_spec_simple_implicit_sequence: 51 Leaked thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f05ea4804b0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_head: 52 Finished thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f05ea4804b0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 52 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 51 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 50 #<File::Stat dev=0x8, ino=105537921, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 53 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 51 #<File::Stat dev=0x8, ino=105535641, 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: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 43811> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 52 : #<TCPServer:fd 52, AF_INET, 0.0.0.0, 33341> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 52 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 52 : #<TCPServer:fd 52, AF_INET, 0.0.0.0, 42819> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 52 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 52 : #<TCPServer:fd 52, AF_INET, 0.0.0.0, 37413> Finished(17/20) tests in 2926.584702s, 11.0863 tests/s, 2208.3188 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 37809> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 52 : #<TCPServer:fd 52, AF_INET6, ::1, 40335> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 53 : #<TCPServer:fd 53, AF_INET6, ::1, 38675> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 54 : #<TCPServer:fd 54, AF_INET6, ::1, 32845> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 53 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 54 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 53 : #<TCPServer:fd 53, AF_INET6, ::1, 36471> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 54 : #<TCPServer:fd 54, AF_INET6, ::1, 36185> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 53 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 54 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 53 : #<TCPServer:fd 53, AF_INET6, ::1, 35313> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 54 : #<TCPServer:fd 54, AF_INET6, ::1, 40173> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 53 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 54 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 7 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 52 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 33943> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked file descriptor: TestNetHTTPS#test_get_SNI_failure: 53 : #<TCPSocket:fd 53, AF_INET6, ::1, 45921> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_get_SNI_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_verify_none: 53 Leaked file descriptor: TestNetHTTPS#test_certificate_verify_failure: 53 : #<TCPSocket:fd 53, AF_INET6, ::1, 38339> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_certificate_verify_failure: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_skip_hostname_verification: 53 Leaked thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007f05eb06d640 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 54 Finished thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007f05eb06d640 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 44011> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 52 : #<TCPServer:fd 52, AF_INET, 0.0.0.0, 41847> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 52 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 52 : #<TCPServer:fd 52, AF_INET, 0.0.0.0, 37847> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 52 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 52 : #<TCPServer:fd 52, AF_INET, 0.0.0.0, 42405> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 53 #<File::Stat dev=0x8, ino=106181446, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(18/20) tests in 2184.318193s, 14.8536 tests/s, 2958.2544 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 43393> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 52 : #<TCPServer:fd 52, AF_INET6, ::1, 41023> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 54 : #<TCPServer:fd 54, AF_INET6, ::1, 45503> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 55 : #<TCPServer:fd 55, AF_INET6, ::1, 35733> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 54 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 55 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 54 : #<TCPServer:fd 54, AF_INET6, ::1, 45701> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 55 : #<TCPServer:fd 55, AF_INET6, ::1, 41827> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 54 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 55 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 54 : #<TCPServer:fd 54, AF_INET6, ::1, 40575> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 55 : #<TCPServer:fd 55, AF_INET6, ::1, 44719> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 54 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 55 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 7 Closed file descriptor: TestGemUninstaller#test_path_ok_eh_legacy: 52 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 46327> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007f05eb581d80 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: #<Thread:0x00007f05eb581d80 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 54 : #<TCPSocket:fd 54, AF_INET6, ::1, 40879> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get_SNI_failure: 54 Leaked file descriptor: TestNetHTTPS#test_max_version: 52 #<File::Stat dev=0x8, ino=106816597, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTPS#test_skip_hostname_verification: 55 : #<TCPSocket:fd 55, AF_INET6, ::1, 43879> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_skip_hostname_verification: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_get: 55 Closed file descriptor: TestNetHTTP_v1_2#test_post: 55 Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 54 #<File::Stat dev=0x8, ino=106928143, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2#test_set_form: 56 Leaked thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007f05c338fe20 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_head: 57 Finished thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007f05c338fe20 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 56 Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007f05c338fd60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f05c338fd60 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007f05c338fac0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 56 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 55 #<File::Stat dev=0x8, ino=106928245, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestNetHTTP_v1_2#test_s_start: #<Thread:0x00007f05c338fac0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 57 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 56 #<File::Stat dev=0x8, ino=106934483, 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: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 45789> Leaked thread: TestGemRemoteFetcherLocalSSLServer#test_do_not_follow_insecure_redirect: #<Thread:0x00007f05c33836a0 /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 sleep> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 57 : #<TCPServer:fd 57, AF_INET, 0.0.0.0, 43755> Finished thread: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: #<Thread:0x00007f05c33836a0 /tmp/ruby/src/trunk-repeat20-asserts/test/rubygems/test_gem_remote_fetcher_local_ssl_server.rb:164 dead> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 57 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 57 : #<TCPServer:fd 57, AF_INET, 0.0.0.0, 40191> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 59 : #<TCPSocket:fd 59, AF_INET, 127.0.0.1, 40191> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 57 Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 59 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 57 : #<TCPServer:fd 57, AF_INET, 0.0.0.0, 37121> Leaked thread: TestNetHTTPLocalBind#test_bind_to_local_port: #<Thread:0x00007f0651acfdf0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished(19/20) tests in 2444.745516s, 13.2713 tests/s, 2643.0984 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 7 : #<TCPServer:fd 7, AF_INET6, ::1, 45463> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 57 : #<TCPServer:fd 57, AF_INET6, ::1, 40621> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 58 : #<TCPServer:fd 58, AF_INET6, ::1, 36293> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 59 : #<TCPServer:fd 59, AF_INET6, ::1, 39915> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 58 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 59 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 58 : #<TCPServer:fd 58, AF_INET6, ::1, 34273> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 59 : #<TCPServer:fd 59, AF_INET6, ::1, 43831> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 58 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 59 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 58 : #<TCPServer:fd 58, AF_INET6, ::1, 32997> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 59 : #<TCPServer:fd 59, AF_INET6, ::1, 42355> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 58 Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 59 Closed file descriptor: TestGemUninstaller#test_uninstall_prompts_about_broken_deps: 7 Closed file descriptor: TestGemUninstaller#test_uninstall_prompts_about_broken_deps: 57 Leaked file descriptor: HTTPSProxyTest#test_https_proxy_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 127.0.0.1, 44039> Closed file descriptor: TestBenchmark#test_report_item_shows_the_title__even_if_not_a_string: 7 Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f0653636ba0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_unix: #<Thread:0x00007f0653636ba0 /tmp/ruby/build/trunk-repeat20-asserts/.ext/common/socket.rb:709 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: 58 Leaked file descriptor: TestNetHTTPSIdentityVerifyFailure#test_identity_verify_failure: 58 : #<TCPSocket:fd 58, AF_INET, 127.0.0.1, 33469> Leaked file descriptor: TestOpenURISSL#test_validation_failure: 58 : #<TCPSocket:fd 58, AF_INET, 127.0.0.1, 42071> Closed file descriptor: TestOpenURISSL#test_validation_noverify: 58 Leaked thread: TestNetHTTPS#test_min_version: #<Thread:0x00007f05e71686c0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPS#test_post: #<Thread:0x00007f05e71686c0 /tmp/ruby/src/trunk-repeat20-asserts/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTPS#test_fail_if_verify_hostname_is_true: 58 : #<TCPSocket:fd 58, AF_INET6, ::1, 40665> Multiple autoclose IO objects for a file descriptor in: TestNetHTTPS#test_fail_if_verify_hostname_is_true: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Leaked file descriptor: TestNetHTTPS#test_max_version: 57 #<File::Stat dev=0x8, ino=108052563, 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: TestNetHTTPS#test_max_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Closed file descriptor: TestNetHTTPS#test_session_reuse_but_expire: 58 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection: 7 : #<TCPServer:fd 7, AF_INET, 0.0.0.0, 39285> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_insecure_ssl_connection_by_default: 58 : #<TCPServer:fd 58, AF_INET, 0.0.0.0, 36279> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_connection_allow_verify_none: 58 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_nil_ca_cert: 58 : #<TCPServer:fd 58, AF_INET, 0.0.0.0, 45139> Closed file descriptor: TestGemRemoteFetcherLocalSSLServer#test_ssl_client_cert_auth_connection: 58 Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 58 : #<TCPServer:fd 58, AF_INET, 0.0.0.0, 44941> Leaked file descriptor: TestGemRemoteFetcherLocalSSLServer#test_do_not_allow_invalid_client_cert_auth_connection: 59 #<File::Stat dev=0x8, ino=108087046, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(20/20) tests in 2763.665486s, 11.7398 tests/s, 2338.1886 assertions/s. 648899 tests, 129228785 assertions, 0 failures, 0 errors, 3454 skips ruby -v: ruby 3.4.0dev (2024-07-11T08:03:14Z master e1a034cb96) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=20" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20 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-repeat20-asserts/include -I/tmp/ruby/src/trunk-repeat20-asserts -I/tmp/ruby/src/trunk-repeat20-asserts/prism -I/tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts/yjit/target/release/' /tmp/ruby/src/trunk-repeat20-asserts/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-repeat20-asserts' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat20-asserts' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat20-asserts' ruby 3.4.0dev (2024-07-11T08:03:14Z master e1a034cb96) [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 41.434241 seconds 3432 files, 32767 examples, 146219 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=20" exit with 0.