# Logfile created on 2024-07-18 10:57:11 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x00007f8aa511fdc8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-repeat50", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-repeat50", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-repeat50", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-repeat50", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS=--repeat-count=50", @spec_opts="-j", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=208000, @logfile="/home/ko1/ruby/logs/brlog.trunk-repeat50.20240718-105710", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f8aa5141ef0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f8aa5141c48 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f8aa505a870 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20240718-105710", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20240718-105710>, @binmode=false, @mon_data=#<Monitor:0x00007f8aa5141838>, @mon_data_owner_object_id=860>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby 2b3bfbc..c304bf1 master -> origin/master Updating 2b3bfbc..c304bf1 Fast-forward .github/actions/launchable/setup/action.yml | 2 +- file.c | 4 +- gc/default.c | 6 +- include/ruby/internal/fl_type.h | 8 ++ include/ruby/internal/intern/array.h | 8 +- lib/bundler/definition.rb | 14 ++- lib/bundler/env.rb | 2 +- lib/bundler/installer/standalone.rb | 3 - lib/bundler/rubygems_ext.rb | 30 +++++ lib/bundler/rubygems_integration.rb | 2 +- lib/rdoc/code_object/alias.rb | 2 +- lib/rdoc/code_object/method_attr.rb | 6 +- lib/rdoc/code_object/top_level.rb | 8 +- lib/rdoc/generator/pot/message_extractor.rb | 2 +- lib/rdoc/markdown.rb | 32 +++-- lib/rdoc/markup/attribute_manager.rb | 4 +- lib/rdoc/markup/to_bs.rb | 2 +- lib/rdoc/options.rb | 2 +- lib/rdoc/parser/c.rb | 2 +- lib/rdoc/parser/changelog.rb | 2 +- lib/rubygems/specification.rb | 4 +- parse.y | 1 + prism/config.yml | 6 - prism/extension.c | 4 +- prism/prism.c | 120 +------------------ prism/templates/lib/prism/dispatcher.rb.erb | 3 +- prism_compile.c | 133 +++++++++------------ spec/bundler/commands/lock_spec.rb | 56 +++++++++ spec/bundler/install/gems/standalone_spec.rb | 2 +- spec/bundler/realworld/edgecases_spec.rb | 13 +- spec/bundler/support/builders.rb | 3 +- spec/ruby/core/tracepoint/inspect_spec.rb | 2 +- spec/ruby/library/uri/shared/parse.rb | 13 +- test/.excludes-prism/TestSetTraceFunc.rb | 2 - test/irb/helper.rb | 13 ++ test/irb/test_command.rb | 7 +- test/irb/test_history.rb | 9 +- test/irb/test_init.rb | 8 +- test/net/http/test_https.rb | 1 + test/net/http/test_https_proxy.rb | 63 +++++----- test/net/http/utils.rb | 1 + test/open-uri/test_ssl.rb | 3 +- test/open-uri/utils.rb | 8 +- test/prism/api/parse_stream_test.rb | 8 ++ test/prism/result/redundant_return_test.rb | 73 ----------- .../seattlerb/parse_line_defn_complex.txt | 2 +- .../snapshots/seattlerb/parse_line_return.txt | 2 +- test/prism/snapshots/whitequark/ruby_bug_9669.txt | 2 +- test/rdoc/test_rdoc_markdown.rb | 17 ++- test/ruby/test_settracefunc.rb | 8 +- .../test_gem_remote_fetcher_local_server.rb | 2 + .../test_gem_remote_fetcher_local_ssl_server.rb | 19 ++- test/rubygems/test_gem_specification.rb | 28 +++-- tool/mk_builtin_loader.rb | 17 ++- variable.c | 6 - 55 files changed, 367 insertions(+), 433 deletions(-) delete mode 100644 test/.excludes-prism/TestSetTraceFunc.rb delete mode 100644 test/prism/result/redundant_return_test.rb Latest commit hash = c304bf13b5 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 /tmp/ruby/src/trunk-repeat50/revision.h updated generating parse.c making /tmp/ruby/src/trunk-repeat50/ast.rbinc making /tmp/ruby/src/trunk-repeat50/dir.rbinc making /tmp/ruby/src/trunk-repeat50/gc.rbinc making /tmp/ruby/src/trunk-repeat50/numeric.rbinc making /tmp/ruby/src/trunk-repeat50/io.rbinc making /tmp/ruby/src/trunk-repeat50/marshal.rbinc making /tmp/ruby/src/trunk-repeat50/rjit.rbinc making /tmp/ruby/src/trunk-repeat50/rjit_c.rbinc making /tmp/ruby/src/trunk-repeat50/pack.rbinc making /tmp/ruby/src/trunk-repeat50/trace_point.rbinc making /tmp/ruby/src/trunk-repeat50/warning.rbinc making /tmp/ruby/src/trunk-repeat50/array.rbinc making /tmp/ruby/src/trunk-repeat50/hash.rbinc making /tmp/ruby/src/trunk-repeat50/kernel.rbinc making /tmp/ruby/src/trunk-repeat50/ractor.rbinc making /tmp/ruby/src/trunk-repeat50/symbol.rbinc making /tmp/ruby/src/trunk-repeat50/timev.rbinc making /tmp/ruby/src/trunk-repeat50/thread_sync.rbinc making /tmp/ruby/src/trunk-repeat50/nilclass.rbinc making /tmp/ruby/src/trunk-repeat50/prelude.rbinc making /tmp/ruby/src/trunk-repeat50/gem_prelude.rbinc making /tmp/ruby/src/trunk-repeat50/yjit.rbinc generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' extracting ripper.y from ../../parse.y generating x86_64-linux-fake.rb generating eventids1.c from ../../parse.y generating eventids1.h from ../../parse.y x86_64-linux-fake.rb updated generating enc.mk compiling compiler ripper.y generating ripper_init.c from ./ripper_init.c.tmpl making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' generating /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.h make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' generating /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk-repeat50/ext/ripper' Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision - /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem $$$[end] "make after-update -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-repeat50/dmydln.c compiling /tmp/ruby/src/trunk-repeat50/main.c compiling /tmp/ruby/src/trunk-repeat50/miniinit.c compiling /tmp/ruby/src/trunk-repeat50/array.c compiling /tmp/ruby/src/trunk-repeat50/ast.c compiling /tmp/ruby/src/trunk-repeat50/bignum.c compiling /tmp/ruby/src/trunk-repeat50/class.c compiling /tmp/ruby/src/trunk-repeat50/compar.c compiling /tmp/ruby/src/trunk-repeat50/compile.c compiling /tmp/ruby/src/trunk-repeat50/complex.c compiling /tmp/ruby/src/trunk-repeat50/cont.c compiling /tmp/ruby/src/trunk-repeat50/debug.c compiling /tmp/ruby/src/trunk-repeat50/debug_counter.c compiling /tmp/ruby/src/trunk-repeat50/dir.c compiling /tmp/ruby/src/trunk-repeat50/dln_find.c compiling /tmp/ruby/src/trunk-repeat50/encoding.c compiling /tmp/ruby/src/trunk-repeat50/enum.c compiling /tmp/ruby/src/trunk-repeat50/enumerator.c compiling /tmp/ruby/src/trunk-repeat50/error.c compiling /tmp/ruby/src/trunk-repeat50/eval.c compiling /tmp/ruby/src/trunk-repeat50/file.c compiling /tmp/ruby/src/trunk-repeat50/gc.c compiling /tmp/ruby/src/trunk-repeat50/gc/default.c compiling /tmp/ruby/src/trunk-repeat50/hash.c compiling /tmp/ruby/src/trunk-repeat50/inits.c compiling /tmp/ruby/src/trunk-repeat50/imemo.c compiling /tmp/ruby/src/trunk-repeat50/io.c compiling /tmp/ruby/src/trunk-repeat50/io_buffer.c compiling /tmp/ruby/src/trunk-repeat50/iseq.c compiling /tmp/ruby/src/trunk-repeat50/load.c compiling /tmp/ruby/src/trunk-repeat50/marshal.c compiling /tmp/ruby/src/trunk-repeat50/math.c compiling /tmp/ruby/src/trunk-repeat50/memory_view.c compiling /tmp/ruby/src/trunk-repeat50/rjit.c compiling /tmp/ruby/src/trunk-repeat50/rjit_c.c compiling /tmp/ruby/src/trunk-repeat50/node.c compiling /tmp/ruby/src/trunk-repeat50/node_dump.c compiling /tmp/ruby/src/trunk-repeat50/numeric.c compiling /tmp/ruby/src/trunk-repeat50/object.c compiling /tmp/ruby/src/trunk-repeat50/pack.c compiling parse.c compiling /tmp/ruby/src/trunk-repeat50/proc.c compiling /tmp/ruby/src/trunk-repeat50/process.c compiling /tmp/ruby/src/trunk-repeat50/ractor.c compiling /tmp/ruby/src/trunk-repeat50/random.c compiling /tmp/ruby/src/trunk-repeat50/range.c compiling /tmp/ruby/src/trunk-repeat50/rational.c compiling /tmp/ruby/src/trunk-repeat50/re.c compiling /tmp/ruby/src/trunk-repeat50/regcomp.c compiling /tmp/ruby/src/trunk-repeat50/regenc.c compiling /tmp/ruby/src/trunk-repeat50/regerror.c compiling /tmp/ruby/src/trunk-repeat50/regexec.c compiling /tmp/ruby/src/trunk-repeat50/regparse.c compiling /tmp/ruby/src/trunk-repeat50/regsyntax.c compiling /tmp/ruby/src/trunk-repeat50/ruby.c compiling /tmp/ruby/src/trunk-repeat50/ruby_parser.c compiling /tmp/ruby/src/trunk-repeat50/scheduler.c compiling /tmp/ruby/src/trunk-repeat50/shape.c compiling /tmp/ruby/src/trunk-repeat50/signal.c compiling /tmp/ruby/src/trunk-repeat50/sprintf.c compiling /tmp/ruby/src/trunk-repeat50/st.c compiling /tmp/ruby/src/trunk-repeat50/strftime.c compiling /tmp/ruby/src/trunk-repeat50/string.c compiling /tmp/ruby/src/trunk-repeat50/struct.c compiling /tmp/ruby/src/trunk-repeat50/symbol.c compiling /tmp/ruby/src/trunk-repeat50/thread.c compiling /tmp/ruby/src/trunk-repeat50/time.c compiling /tmp/ruby/src/trunk-repeat50/transcode.c compiling /tmp/ruby/src/trunk-repeat50/util.c compiling /tmp/ruby/src/trunk-repeat50/variable.c compiling /tmp/ruby/src/trunk-repeat50/version.c compiling /tmp/ruby/src/trunk-repeat50/vm.c compiling /tmp/ruby/src/trunk-repeat50/vm_backtrace.c compiling /tmp/ruby/src/trunk-repeat50/vm_dump.c compiling /tmp/ruby/src/trunk-repeat50/vm_sync.c compiling /tmp/ruby/src/trunk-repeat50/vm_trace.c compiling /tmp/ruby/src/trunk-repeat50/weakmap.c compiling prism/api_node.c compiling /tmp/ruby/src/trunk-repeat50/prism/api_pack.c compiling prism/diagnostic.c compiling /tmp/ruby/src/trunk-repeat50/prism/extension.c compiling prism/node.c compiling prism/prettyprint.c compiling /tmp/ruby/src/trunk-repeat50/prism/regexp.c compiling prism/serialize.c compiling /tmp/ruby/src/trunk-repeat50/prism/static_literals.c compiling prism/token_type.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_memchr.c compiling /tmp/ruby/src/trunk-repeat50/prism/util/pm_strpbrk.c compiling /tmp/ruby/src/trunk-repeat50/prism/prism.c compiling /tmp/ruby/src/trunk-repeat50/prism_init.c compiling /tmp/ruby/src/trunk-repeat50/yjit.c compiling /tmp/ruby/src/trunk-repeat50/enc/ascii.c compiling /tmp/ruby/src/trunk-repeat50/enc/us_ascii.c compiling /tmp/ruby/src/trunk-repeat50/enc/unicode.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_8.c compiling enc/trans/newline.c compiling /tmp/ruby/src/trunk-repeat50/missing/setproctitle.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /tmp/ruby/src/trunk-repeat50/dln.c compiling /tmp/ruby/src/trunk-repeat50/localeinit.c compiling /tmp/ruby/src/trunk-repeat50/loadpath.c builtin_binary.inc updated e54175930fb2d6164a97132a9552d9a3e268b91b16405959208316151dfac000 builtin_binary.inc compiling /tmp/ruby/src/trunk-repeat50/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating encdb.h generating enc.mk building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so encdb.h unchanged building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/encdb.c compiling /tmp/ruby/src/trunk-repeat50/enc/big5.c making srcs under enc compiling /tmp/ruby/src/trunk-repeat50/enc/cesu_8.c make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h compiling /tmp/ruby/src/trunk-repeat50/enc/cp949.c transdb.h unchanged generating makefiles ext/configure-ext.mk compiling /tmp/ruby/src/trunk-repeat50/enc/emacs_mule.c ext/configure-ext.mk updated making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/trans/transdb.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_jp.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_kr.c compiling /tmp/ruby/src/trunk-repeat50/enc/euc_tw.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/big5.c compiling /tmp/ruby/src/trunk-repeat50/enc/gb2312.c compiling /tmp/ruby/src/trunk-repeat50/enc/gb18030.c compiling /tmp/ruby/src/trunk-repeat50/enc/gbk.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_1.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_2.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/cesu_8.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/chinese.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/ebcdic.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_3.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_4.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_iso2022_kddi.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_docomo.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_kddi.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/emoji_sjis_softbank.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_5.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/escape.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gb18030.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_6.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/iso2022.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/gbk.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_7.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_euc.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/japanese_sjis.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/korean.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_8.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_9.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_10.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/single_byte.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_11.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf8_mac.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_13.c compiling /tmp/ruby/src/trunk-repeat50/enc/trans/utf_16_32.c compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_14.c linking transcoder transdb.so linking transcoder big5.so linking transcoder cesu_8.so linking transcoder chinese.so linking transcoder ebcdic.so linking transcoder emoji.so linking transcoder emoji_iso2022_kddi.so linking transcoder emoji_sjis_docomo.so linking transcoder emoji_sjis_kddi.so compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_15.c linking transcoder emoji_sjis_softbank.so linking transcoder escape.so linking transcoder gb18030.so linking transcoder gbk.so linking transcoder iso2022.so linking transcoder japanese.so linking transcoder japanese_euc.so linking transcoder japanese_sjis.so linking transcoder korean.so compiling /tmp/ruby/src/trunk-repeat50/enc/iso_8859_16.c linking transcoder single_byte.so linking transcoder utf_16_32.so compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_r.c compiling /tmp/ruby/src/trunk-repeat50/enc/koi8_u.c compiling /tmp/ruby/src/trunk-repeat50/enc/shift_jis.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16be.c compiling /tmp/ruby/src/trunk-repeat50/enc/utf_16le.c linking transcoder utf8_mac.so compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32be.c make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' compiling /tmp/ruby/src/trunk-repeat50/enc/utf_32le.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_31j.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1250.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1251.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1252.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1253.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1254.c compiling /tmp/ruby/src/trunk-repeat50/enc/windows_1257.c linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so linking encoding cp949.so make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so linking encoding euc_tw.so exts.mk unchanged linking encoding gb2312.so make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/RUBY_ALIGNOF/c.c linking encoding gb18030.so linking encoding gbk.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/beg_len_step/beg_len_step.c linking encoding iso_8859_1.so linking encoding iso_8859_2.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking shared-object -test-/RUBY_ALIGNOF.so linking encoding iso_8859_7.so linking encoding iso_8859_8.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/arith_seq/extract/extract.c linking shared-object -test-/arith_seq/beg_len_step.so linking encoding iso_8859_9.so linking encoding iso_8859_10.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/concat/to_ary_concat.c linking encoding iso_8859_11.so linking encoding iso_8859_13.so linking encoding iso_8859_14.so linking encoding iso_8859_15.so linking encoding iso_8859_16.so linking encoding koi8_r.so linking encoding koi8_u.so linking shared-object -test-/arith_seq/extract.so linking encoding shift_jis.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/arith_seq/extract' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/array/resize/resize.c linking encoding utf_16be.so linking encoding utf_16le.so linking encoding utf_32be.so linking encoding utf_32le.so linking encoding windows_31j.so linking shared-object -test-/array/to_ary_concat.so linking encoding windows_1250.so linking encoding windows_1251.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/concat' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/big2str.c linking encoding windows_1252.so linking encoding windows_1253.so linking encoding windows_1254.so linking encoding windows_1257.so linking shared-object -test-/array/resize.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/bigzero.c make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/array/resize' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-14834/bug-14834.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/div.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/intpack.c linking shared-object -test-/bug_14834.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/mul.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-14834' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-3571/bug.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bignum/str2big.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug-5832/bug.c linking shared-object -test-/bug_3571.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/bug_reporter/bug_reporter.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-3571' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/class2name.c linking shared-object -test-/bignum.so linking shared-object -test-/bug_5832.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bignum' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/init.c linking shared-object -test-/bug_reporter.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug-5832' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/dln/empty/empty.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/bug_reporter' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/enumerator_kw/enumerator_kw.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/class/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/inspector.c linking shared-object -test-/class.so linking shared-object -test-/dln/empty.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/class' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/dln/empty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/dataerror.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/init.c linking shared-object -test-/enumerator_kw.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/enumerator_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/fs.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/debug/profile_frames.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/invalid.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/enc_raise.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/init.c linking shared-object -test-/debug.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/fatal/rb_fatal.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/ensured.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/newline_conv.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/exception/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/float/nextafter.c linking shared-object -test-/fatal.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/file/stat.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/fatal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/funcall/funcall.c linking shared-object -test-/exception.so linking shared-object -test-/float.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/exception' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/gvl/call_without_gvl/call_without_gvl.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/float' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/delete.c linking shared-object -test-/funcall.so linking shared-object -test-/file.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/file' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/funcall' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/core_ext.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iseq_load/iseq_load.c linking shared-object -test-/gvl/call_without_gvl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/gvl/call_without_gvl' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/hash/init.c linking shared-object -test-/iseq_load.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iseq_load' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/integer/my_integer.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/break.c linking shared-object -test-/hash.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/hash' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/init.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/dot.dot/dot.dot.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/iter/yield.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/load/protect/protect.c linking shared-object -test-/integer.so linking shared-object -test-/load/dot.dot.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/integer' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/dot.dot' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/compat/usrcompat.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/internal_ivar/internal_ivar.c linking shared-object -test-/iter.so linking shared-object -test-/load/protect.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/iter' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/marshal/usr/usrmarshal.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/load/protect' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/memory_view/memory_view.c linking shared-object -test-/marshal/internal_ivar.so linking shared-object -test-/marshal/compat.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/arity.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/compat' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/method/init.c linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/marshal/usr' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/notimplement/bug.c linking shared-object -test-/method.so make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/num2int/num2int.c linking shared-object -test-/memory_view.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/method' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/path_to_class/path_to_class.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/memory_view' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/popen_deadlock/infinite_loop_dlsym.c linking shared-object -test-/notimplement.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/notimplement' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/postponed_job/postponed_job.c linking shared-object -test-/num2int.so linking shared-object -test-/path_to_class.so linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/num2int' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/printf/printf.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/path_to_class' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/popen_deadlock' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/bad_version.c linking shared-object -test-/postponed_job.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/postponed_job' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rational/rat.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/receiver.c linking shared-object -test-/printf.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/printf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/rb_call_super_kw/rb_call_super_kw.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/proc/super.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/random/loop.c linking shared-object -test-/rb_call_super_kw.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/recursion/recursion.c linking shared-object -test-/proc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/proc' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/init.c linking shared-object -test-/random.so linking shared-object -test-/rational.so linking shared-object -test-/recursion.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/random' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/scan_args/scan_args.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/rational' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/foreach/foreach.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/recursion' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/numhash/numhash.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/st/numhash.so linking shared-object -test-/st/foreach.so linking shared-object -test-/regexp.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/numhash' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/st/update/update.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/regexp' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/capacity.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/foreach' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/data.c linking shared-object -test-/st/update.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/duplicate.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/st/update' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/coderange.c linking shared-object -test-/scan_args.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/symbol/type.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/scan_args' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/cstr.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread/instrumentation/instrumentation.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/len.c linking shared-object -test-/symbol.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/symbol' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread_fd' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/thread_fd/thread_fd.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/ellipsize.c linking shared-object -test-/thread/instrumentation.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread/instrumentation' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/struct/member.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/init.c linking shared-object -test-/thread_fd.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_associate.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/thread_fd' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/gc_hook.c linking shared-object -test-/struct.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/struct' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/typeddata/typeddata.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/leap_second.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_dummy.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/tracepoint/tracepoint.c linking shared-object -test-/typeddata.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/enc_str_buf_cat.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/typeddata' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/vm/at_exit.c linking shared-object -test-/tracepoint.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/tracepoint' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/wait/wait.c linking shared-object -test-/vm/at_exit.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/fstring.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/vm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape' compiling /tmp/ruby/src/trunk-repeat50/ext/cgi/escape/escape.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/time/new.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/init.c linking shared-object -test-/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/continuation' compiling /tmp/ruby/src/trunk-repeat50/ext/continuation/continuation.c linking shared-object -test-/time.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/modify.c linking shared-object cgi/escape.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/time' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' compiling /tmp/ruby/src/trunk-repeat50/ext/coverage/coverage.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/cgi/escape' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_core.c linking shared-object continuation.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/continuation' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/digest.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/new.c linking shared-object coverage.so compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/nofree.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/etc' compiling /tmp/ruby/src/trunk-repeat50/ext/etc/etc.c linking shared-object digest.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl' compiling /tmp/ruby/src/trunk-repeat50/ext/fcntl/fcntl.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/normalize.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/qsort.c linking shared-object fcntl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fcntl' compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_interned_str.c linking shared-object etc.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/etc' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/closure.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/rb_str_dup.c compiling /tmp/ruby/src/trunk-repeat50/ext/-test-/string/set_len.c compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_parse.c linking shared-object -test-/string.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/-test-/string' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' compiling /tmp/ruby/src/trunk-repeat50/ext/io/console/console.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/conversions.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/fiddle.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/function.c linking shared-object io/console.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock' compiling /tmp/ruby/src/trunk-repeat50/ext/io/nonblock/nonblock.c linking shared-object io/nonblock.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/nonblock' compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/handle.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait' compiling /tmp/ruby/src/trunk-repeat50/ext/io/wait/wait.c linking shared-object io/wait.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/wait' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' compiling /tmp/ruby/src/trunk-repeat50/ext/monitor/monitor.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/memory_view.c compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strftime.c linking shared-object monitor.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/object_tracing.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/pinned.c compiling /tmp/ruby/src/trunk-repeat50/ext/fiddle/pointer.c compiling /tmp/ruby/src/trunk-repeat50/ext/date/date_strptime.c compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace.c linking shared-object fiddle.so compiling /tmp/ruby/src/trunk-repeat50/ext/objspace/objspace_dump.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_asn1.c linking shared-object date_core.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' compiling /tmp/ruby/src/trunk-repeat50/ext/pathname/pathname.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bio.c linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_bn.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_emitter.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_cipher.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_parser.c linking shared-object pathname.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' compiling /tmp/ruby/src/trunk-repeat50/ext/pty/pty.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_config.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_to_ruby.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_digest.c linking shared-object pty.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof' compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/sizes.c compiling /tmp/ruby/src/trunk-repeat50/ext/psych/psych_yaml_tree.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_engine.c compiling /tmp/ruby/src/trunk-repeat50/ext/rbconfig/sizeof/limits.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_hmac.c linking shared-object psych.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids1.c linking shared-object rbconfig/sizeof.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rbconfig/sizeof' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_kdf.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ns_spki.c compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ocsp.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs12.c checking /tmp/ruby/src/trunk-repeat50/parse.y and /tmp/ruby/src/trunk-repeat50/ext/ripper/eventids2.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkcs7.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dh.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_dsa.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_ec.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_pkey_rsa.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_provider.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_rand.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ssl_session.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_ts.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509attr.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509cert.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509crl.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509ext.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509name.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509req.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509revoked.c compiling /tmp/ruby/src/trunk-repeat50/ext/openssl/ossl_x509store.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' compiling /tmp/ruby/src/trunk-repeat50/ext/socket/init.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/constants.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/basicsocket.c linking shared-object openssl.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/stringio' compiling /tmp/ruby/src/trunk-repeat50/ext/stringio/stringio.c make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/strscan' compiling /tmp/ruby/src/trunk-repeat50/ext/strscan/strscan.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/socket.c linking shared-object strscan.so linking shared-object stringio.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/stringio' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/zlib' compiling /tmp/ruby/src/trunk-repeat50/ext/zlib/zlib.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/bubblebabble/bubblebabble.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ipsocket.c linking shared-object digest/bubblebabble.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/bubblebabble' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5init.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/md5/md5.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpsocket.c linking shared-object digest/md5.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/md5' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160init.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/rmd160/rmd160.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/sockssocket.c linking shared-object zlib.so linking shared-object digest/rmd160.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/rmd160' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1init.c make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/zlib' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2init.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha1/sha1.c compiling /tmp/ruby/src/trunk-repeat50/ext/digest/sha2/sha2.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixsocket.c linking shared-object digest/sha1.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha1' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator' compiling /tmp/ruby/src/trunk-repeat50/ext/json/generator/generator.c linking shared-object digest/sha2.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser' compiling /tmp/ruby/src/trunk-repeat50/ext/json/parser/parser.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/option.c linking shared-object json/ext/parser.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/parser' compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ancdata.c linking shared-object json/ext/generator.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json/generator' compiling /tmp/ruby/src/trunk-repeat50/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk-repeat50/ext/socket/ifaddr.c linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j4 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged generating encdb.h 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 encdb.h unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem Extracting bundle gem power_assert-2.0.3... make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby. Unpacked gems/power_assert-2.0.4dev.gem transdb.h unchanged generating makefiles ext/configure-ext.mk making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' ext/configure-ext.mk unchanged make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' ./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk-repeat50/bin installing base libraries: /tmp/ruby/install/trunk-repeat50/lib installing arch files: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk-repeat50/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk-repeat50/bin installing library scripts: /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk-repeat50/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0 benchmark 0.3.0 bundler 2.6.0.dev cgi 0.4.1 delegate 0.3.1 did_you_mean 1.6.3 english 0.8.0 erb 4.0.4 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.6 irb 1.14.0 logger 1.6.0 net-http 0.4.1 net-protocol 0.2.2 open-uri 0.4.1 open3 0.2.1 optparse 0.5.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.30.0 pstore 0.1.3 rdoc 6.7.0 readline 0.0.4 reline 0.5.9 resolv 0.4.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.3 io-console 0.7.2 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.2 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.2 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0 minitest 5.24.1 rake 13.2.1 test-unit 3.6.2 rexml 3.3.2 rss 0.3.0 net-ftp 0.3.7 net-imap 0.4.14 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.5.2 typeprof 0.21.11 debug 1.9.2 racc 1.8.0 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.1.2 csv 3.3.0 installing bundled gem cache: /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0/cache skipped bundled gems: power_assert-2.0.4dev.gem not found in bundled_gems $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1975 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS=--repeat-count=50 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Checking leaked global symbols...none /tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' Run options: --seed=57586 "--ruby=./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk-repeat50/test/.excludes --name=!/memory_leak/ --stderr-on-failure --repeat-count=50 # Running tests: Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 44279> Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 9 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 9 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 8 #<File::Stat dev=0x8, ino=304332518, 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_get_response: #<Thread:0x00007fe7801ffcb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 10 Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe7801ffcb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_get2: #<Thread:0x00007fe7831e0ba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 10 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 9 #<File::Stat dev=0x8, ino=305100965, 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_s_start: #<Thread:0x00007fe7831e0ba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007fe7801fff08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe7801fff08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe7801ffc60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 11 Finished thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007fe7801ffc60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe7801f62c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe7801f62c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 12 Leaked thread: TestNetHTTP_v1_2#test_get2: #<Thread:0x00007fe7831e06a0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 11 Finished thread: TestNetHTTP_v1_2#test_s_start: #<Thread:0x00007fe7831e06a0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 12 Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007fe7801ffee0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished(1/50) tests in 2008.998314s, 16.6172 tests/s, 3225.4781 assertions/s. Leaked thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007fe780758978 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_while_waiting: 11 Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe780758978 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 11 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 11 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 40931> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 12 Closed file descriptor: TestNetHTTP_v1_2#test_s_post_form: 12 Leaked thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007fe799c12f90 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_head: 11 Finished thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe799c12f90 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(2/50) tests in 1667.916959s, 20.0160 tests/s, 3886.4537 assertions/s. Leaked file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 11 #<File::Stat dev=0x8, ino=305758185, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007fe7195252d0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 11 Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed: #<Thread:0x00007fe7195252d0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 10 #<File::Stat dev=0x8, ino=306116018, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 11 #<File::Stat dev=0x8, ino=306096098, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 12 #<File::Stat dev=0x8, ino=306116111, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 13 #<File::Stat dev=0x8, ino=306187756, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(3/50) tests in 1534.951320s, 21.7499 tests/s, 4223.5320 assertions/s. Closed file descriptor: TestSocket#test_closed_read: 14 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 14 #<File::Stat dev=0x8, ino=306579312, 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/50) tests in 1592.122694s, 20.9689 tests/s, 4071.3722 assertions/s. Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: #<Thread:0x00007fe782248da0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 16 Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: #<Thread:0x00007fe782248da0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007fe799c05480 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 16 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 15 #<File::Stat dev=0x8, ino=306737398, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed: #<Thread:0x00007fe799c05480 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 18 : #<TCPSocket:fd 18, AF_INET6, ::1, 46505> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 17 Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe79a54fc98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe79a54fc98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 17 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 16 #<File::Stat dev=0x8, ino=307480309, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 18 Leaked thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007fe780383258 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_send_request: 18 Finished thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007fe780383258 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe79932fef0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 18 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007fe79932fef0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe79b27a9e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe79b27a9e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007fe79a17fdc0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished(5/50) tests in 2106.312009s, 15.8500 tests/s, 3076.4735 assertions/s. Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 18 Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007fe79828c490 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007fe79828c490 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_while_waiting: 18 Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_server_close: 18 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 17 #<File::Stat dev=0x8, ino=308152677, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 19 Leaked thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe70cab8470 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 20 Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007fe70cab8470 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(6/50) tests in 1840.599364s, 18.1381 tests/s, 3522.2407 assertions/s. Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fe7836290e0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007fe7836290e0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 20 : #<TCPSocket:fd 20, AF_INET6, ::1, 42949> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 20 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 18 #<File::Stat dev=0x8, ino=308683313, 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(7/50) tests in 1725.691393s, 19.3459 tests/s, 3756.4683 assertions/s. Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fe7989f9fc0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007fe7989f9fc0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 19 #<File::Stat dev=0x8, ino=309158488, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe79983bbb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 21 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007fe79983bbb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(8/50) tests in 1592.905501s, 20.9586 tests/s, 4069.9571 assertions/s. Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 22 : #<TCPSocket:fd 22, AF_INET6, ::1, 42147> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 22 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 21 Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 21 Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe79bd7ae30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe79bd7ae30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 22 Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 21 Finished(9/50) tests in 2329.545085s, 14.3311 tests/s, 2782.9433 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 21 : #<TCPSocket:fd 21, AF_INET, 127.0.0.1, 40705> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 21 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 21 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 21 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 21 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 20 #<File::Stat dev=0x8, ino=310314799, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 22 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 21 #<File::Stat dev=0x8, ino=310303618, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 22 #<File::Stat dev=0x8, ino=310694613, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2#test_s_post_form: 25 Finished(10/50) tests in 1702.122025s, 19.6138 tests/s, 3808.4561 assertions/s. Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007fe79a902980 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe780044268 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe780044268 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 24 Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe7a003fe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe7a003fe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_request: 24 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 23 #<File::Stat dev=0x8, ino=311193112, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(11/50) tests in 1707.137464s, 19.5561 tests/s, 3797.1295 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 24 #<File::Stat dev=0x8, ino=311704567, 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_get_response: #<Thread:0x00007fe799faecf8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 26 Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe799faecf8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe799fafdd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe799fafdd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: 26 Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 26 Closed file descriptor: TestNetHTTP_v1_2#test_request: 26 Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 27 Finished(12/50) tests in 1718.537303s, 19.4264 tests/s, 3772.5169 assertions/s. Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 26 Leaked file descriptor: TestOpenURI#test_progress_chunked: 26 : #<TCPSocket:fd 26, AF_INET, 127.0.0.1, 44993> Closed file descriptor: TestOpenURI#test_multi_proxy_opt: 26 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 26 Leaked thread: TestNetHTTPLocalBind#test_bind_to_local_host: #<Thread:0x00007fe7835ebcb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 25 #<File::Stat dev=0x8, ino=312714326, 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_get_response: #<Thread:0x00007fe78231cf60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 27 Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe78231cf60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe78231fe40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe78231fe40 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post_form: 28 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_request: 27 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 27 Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007fe78231f8c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe78231f8c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe78231fda0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 27 Finished thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007fe78231fda0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe7823171c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe7823171c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__implicit_start: 27 Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 26 #<File::Stat dev=0x8, ino=312722546, 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_with_file: 28 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 27 #<File::Stat dev=0x8, ino=312722653, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007fe78231fdf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_patch: 29 Finished thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe78231fdf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(13/50) tests in 2391.302471s, 13.9610 tests/s, 2711.1802 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 29 : #<TCPSocket:fd 29, AF_INET, 127.0.0.1, 37149> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 29 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 29 Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: #<Thread:0x00007fe798cdb838 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 29 Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: #<Thread:0x00007fe798cdb838 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007fe79b148180 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007fe79b148180 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_while_waiting: 29 Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe79b14fbd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007fe79b14fbd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007fe79b14fcf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked thread: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: #<Thread:0x00007fe799fafec8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 29 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 28 #<File::Stat dev=0x8, ino=312869613, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished thread: TestNetHTTPKeepAlive#test_http_retry_success: #<Thread:0x00007fe799fafec8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 30 Leaked file descriptor: TestNetHTTPSwitchingProtocols#test_info: 30 #<File::Stat dev=0x8, ino=312878134, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTPSwitchingProtocols#test_info: #<Thread:0x00007fe78384c020 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 29 #<File::Stat dev=0x8, ino=313243746, 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:0x00007fe79baf9030 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 31 Finished thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe79baf9030 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 30 #<File::Stat dev=0x8, ino=313245101, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 32 Finished(14/50) tests in 1751.162870s, 19.0645 tests/s, 3701.6968 assertions/s. Leaked thread: TestNetHTTP_v1_2_chunked#test_get__crlf: #<Thread:0x00007fe780bb67b8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 32 Finished thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007fe780bb67b8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 32 Closed file descriptor: TestNetHTTP_v1_2#test_s_post_form: 33 Finished(15/50) tests in 1642.493338s, 20.3258 tests/s, 3946.8197 assertions/s. Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fe7a0833170 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007fe7a0833170 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 32 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 32 Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe799b2fdf8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe799b2fdf8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 32 Closed file descriptor: TestNetHTTP_v1_2#test_request: 32 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 31 #<File::Stat dev=0x8, ino=314294633, 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_head: #<Thread:0x00007fe79a569fd0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe79a569fd0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(16/50) tests in 1829.136476s, 18.2518 tests/s, 3544.1844 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 33 : #<TCPSocket:fd 33, AF_INET, 127.0.0.1, 43537> Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 33 Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: #<Thread:0x00007fe71b60fe28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 33 Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: #<Thread:0x00007fe71b60fe28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 33 Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe71b60f360 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007fe71b60f360 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_server_close: 33 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007fe71b60fd60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: #<Thread:0x00007fe71b60fd60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 33 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 32 #<File::Stat dev=0x8, ino=314518385, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 34 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 35 : #<TCPSocket:fd 35, AF_INET6, ::1, 40035> Leaked thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007fe78285fe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007fe78285fe00 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007fe78285fd10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 34 Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe78285fd10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe7828529d0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe7828529d0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007fe799a9d0c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_send_request: 34 Finished thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007fe799a9d0c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 33 #<File::Stat dev=0x8, ino=315348736, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007fe78285fe28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe78285fe28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe78285fd60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 35 Finished thread: TestNetHTTP_v1_2#test_send_large_POST_request: #<Thread:0x00007fe78285fd60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe78038a030 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe78038a030 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(17/50) tests in 2322.350758s, 14.3755 tests/s, 2791.8199 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 35 : #<TCPSocket:fd 35, AF_INET, 127.0.0.1, 39689> Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 35 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007fe799736a80 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: #<Thread:0x00007fe799736a80 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: #<Thread:0x00007fe79b449348 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 35 Finished thread: TestNetHTTPKeepAlive#test_http_retry_failed: #<Thread:0x00007fe79b449348 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(18/50) tests in 1665.451145s, 20.0456 tests/s, 3892.1868 assertions/s. Leaked thread: TestNetHTTP_v1_2_chunked#test_post: #<Thread:0x00007fe782545760 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 35 Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007fe782545760 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe7829534b0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 35 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007fe7829534b0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_get: 34 Leaked thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe79bb367a0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 36 Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007fe79bb367a0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(19/50) tests in 1679.620466s, 19.8765 tests/s, 3859.4415 assertions/s. Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 35 Closed file descriptor: TestNetHTTPLocalBind#test_bind_to_local_host: 35 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 34 #<File::Stat dev=0x8, ino=316924444, 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: 36 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 36 Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe79959fe10 /tmp/ruby/src/trunk-repeat50/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:0x00007fe79959fe10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(20/50) tests in 1920.421670s, 17.3842 tests/s, 3375.4222 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 36 : #<TCPSocket:fd 36, AF_INET, 127.0.0.1, 41173> Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 36 Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: #<Thread:0x00007fe7a0b2ff18 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_false: #<Thread:0x00007fe7a0b2ff18 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_false: #<Thread:0x00007fe7a0b2fc20 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_timeout: 36 Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007fe7138a3908 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 37 : #<TCPSocket:fd 37, AF_INET6, ::1, 45243> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 37 Leaked thread: TestNetHTTPLocalBind#test_bind_to_local_host: #<Thread:0x00007fe799a0fe50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007fe79a7fff88 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 36 Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe79a7fff88 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe79a9bfdf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe79a9bfdf0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post_form: 38 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_request: 36 Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe79a72f7e8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe79a72f7e8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007fe79a241150 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_send_request: 36 Finished thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007fe79a241150 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 36 Leaked thread: TestNetHTTP_v1_2#test_get2: #<Thread:0x00007fe780261578 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 36 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 35 #<File::Stat dev=0x8, ino=318001797, 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:0x00007fe780261578 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_get__break: 37 Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe7999ea3a8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe7999ea3a8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007fe79b71fd60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 36 #<File::Stat dev=0x8, ino=318094498, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(21/50) tests in 2265.697081s, 14.7350 tests/s, 2861.4717 assertions/s. Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get: 38 Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 38 Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 39 Finished(22/50) tests in 1643.722301s, 20.3106 tests/s, 3944.1559 assertions/s. Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007fe782833760 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 37 #<File::Stat dev=0x8, ino=319043902, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 39 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 39 Closed file descriptor: TestNetHTTP_v1_2#test_request: 39 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 38 #<File::Stat dev=0x8, ino=319054261, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 39 #<File::Stat dev=0x8, ino=319104434, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(23/50) tests in 1660.834816s, 20.1013 tests/s, 3902.7385 assertions/s. Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007fe7835c1c10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 41 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 41 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 40 #<File::Stat dev=0x8, ino=319774208, 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: 42 Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe799f12ba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe799f12ba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 43 Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe799f1ff08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 42 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007fe799f1ff08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get2: #<Thread:0x00007fe79a750f60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 42 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 41 #<File::Stat dev=0x8, ino=319771284, 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:0x00007fe79a750f60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007fe799f1fcb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007fe799f1fcb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007fe799f1fee0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_patch: 43 Finished thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe799f1fee0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(24/50) tests in 2041.754815s, 16.3511 tests/s, 3174.7901 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 43 : #<TCPSocket:fd 43, AF_INET, 127.0.0.1, 40065> Closed file descriptor: TestGemSourceGit#test_install_dir_local: 43 Leaked thread: TestNetHTTPKeepAlive#test_keep_alive_server_close: #<Thread:0x00007fe799bc1e88 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPKeepAlive#test_server_closed_connection_auto_reconnect: #<Thread:0x00007fe799bc1e88 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 43 Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 43 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 43 Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007fe7183e3fa8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fe7184883a0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007fe7184883a0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead> Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007fe7183187b8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 42 #<File::Stat dev=0x8, ino=320616636, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 43 #<File::Stat dev=0x8, ino=320684646, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(25/50) tests in 2011.543012s, 16.5967 tests/s, 3222.8965 assertions/s. Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fe7989ee710 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007fe7989ee710 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 44 #<File::Stat dev=0x8, ino=321109381, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 45 #<File::Stat dev=0x8, ino=321104415, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(26/50) tests in 1529.101672s, 21.8331 tests/s, 4238.4212 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 46 #<File::Stat dev=0x8, ino=321600151, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2#test_s_post_form: 49 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 47 #<File::Stat dev=0x8, ino=321702281, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(27/50) tests in 1741.094512s, 19.1747 tests/s, 3723.0759 assertions/s. Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 49 Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fe79ac6a938 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007fe79ac6a938 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 49 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 49 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 49 Leaked thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe7810ced68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 49 Finished thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007fe7810ced68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 49 Closed file descriptor: TestNetHTTP_v1_2#test_s_post_form: 50 Closed file descriptor: TestNetHTTP_v1_2#test_request: 49 Closed file descriptor: TestNetHTTP_v1_2#test_patch: 49 Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe79b497840 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe79b497840 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 50 Finished(28/50) tests in 2186.380692s, 15.2695 tests/s, 2964.9214 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 49 : #<TCPSocket:fd 49, AF_INET, 127.0.0.1, 35441> Closed file descriptor: TestGemSourceGit#test_install_dir_local: 49 Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: #<Thread:0x00007fe798b13a50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 49 Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: #<Thread:0x00007fe798b13a50 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_false: #<Thread:0x00007fe798b1ff08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 48 #<File::Stat dev=0x8, ino=323203949, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 49 #<File::Stat dev=0x8, ino=323284861, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(29/50) tests in 1941.737868s, 17.1934 tests/s, 3338.0659 assertions/s. Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 51 Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe79a638a38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe79a638a38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post_form: 52 Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe78007d2c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe78007d2c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 52 Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe79a63fd60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 51 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007fe79a63fd60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_get: 51 Closed file descriptor: TestNetHTTP_v1_2#test_patch: 51 Closed file descriptor: TestNetHTTP_v1_2#test_head: 51 Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 51 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 50 #<File::Stat dev=0x8, ino=323815672, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(30/50) tests in 1636.464477s, 20.4007 tests/s, 3961.2598 assertions/s. Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 52 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 52 Leaked thread: TestNetHTTPSwitchingProtocols#test_info: #<Thread:0x00007fe79b0a6f38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 51 #<File::Stat dev=0x8, ino=324261618, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 52 #<File::Stat dev=0x8, ino=324265390, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 53 #<File::Stat dev=0x8, ino=324239869, 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_request: 55 Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 55 Leaked thread: TestNetHTTP_v1_2#test_s_post: #<Thread:0x00007fe782001ba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_head: 55 Finished thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe782001ba0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(31/50) tests in 1797.020578s, 18.5780 tests/s, 3607.1874 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 55 : #<TCPSocket:fd 55, AF_INET, 127.0.0.1, 38603> Closed file descriptor: TestGemSourceGit#test_install_dir_local: 55 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 55 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 55 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 55 Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007fe7991bfe58 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 55 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 55 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 55 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 55 Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe78361fdb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 54 #<File::Stat dev=0x8, ino=325249146, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007fe783612660 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe783612660 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe78361fe78 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 56 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007fe78361fe78 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(32/50) tests in 2343.745366s, 14.2443 tests/s, 2765.9327 assertions/s. Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe79a53b428 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007fe79a53b428 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 57 : #<TCPSocket:fd 57, AF_INET6, ::1, 38313> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 57 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 55 #<File::Stat dev=0x8, ino=325862687, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 56 #<File::Stat dev=0x8, ino=325866515, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 57 #<File::Stat dev=0x8, ino=325863517, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 60 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 58 #<File::Stat dev=0x8, ino=325911825, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(33/50) tests in 1933.406945s, 17.2674 tests/s, 3351.6777 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 59 #<File::Stat dev=0x8, ino=326367029, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 60 #<File::Stat dev=0x8, ino=326375710, 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_head: #<Thread:0x00007fe79b078b10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe79b078b10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(34/50) tests in 1694.527771s, 19.7017 tests/s, 3825.7644 assertions/s. Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 62 Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe798dca618 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007fe798dca618 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_timeout: 62 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 62 Closed file descriptor: TestNetHTTPLocalBind#test_bind_to_local_host: 62 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 62 Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 62 Finished(35/50) tests in 1930.916808s, 17.2897 tests/s, 3357.2658 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 62 : #<TCPSocket:fd 62, AF_INET, 127.0.0.1, 45199> Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 62 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 62 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 62 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 62 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 62 Leaked thread: TestNetHTTP_v1_2_chunked#test_get2: #<Thread:0x00007fe781f504e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 62 Finished thread: TestNetHTTP_v1_2_chunked#test_s_start: #<Thread:0x00007fe781f504e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 62 Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 62 Leaked thread: TestNetHTTP_v1_2#test_get2: #<Thread:0x00007fe781f504e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 62 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 61 #<File::Stat dev=0x8, ino=327956766, 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:0x00007fe781f504e0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(36/50) tests in 2378.032988s, 14.0389 tests/s, 2725.8676 assertions/s. Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 62 #<File::Stat dev=0x8, ino=328098424, 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_send_request: #<Thread:0x00007fe7808dfcb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 64 Finished thread: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: #<Thread:0x00007fe7808dfcb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 64 Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe7808d8640 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe7808d8640 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post_form: 65 Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007fe7808e45f8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 64 Finished thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe7808e45f8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(37/50) tests in 1807.174357s, 18.4736 tests/s, 3586.8150 assertions/s. Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_without_content_type: #<Thread:0x00007fe780d876a0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 64 Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: #<Thread:0x00007fe780d876a0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 64 Leaked thread: TestNetHTTP_v1_2_chunked#test_get__crlf: #<Thread:0x00007fe79a81c840 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007fe79a81c840 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_send_request: #<Thread:0x00007fe7994ffe10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: 64 Finished thread: TestNetHTTP_v1_2_chunked#test_timeout_during_HTTP_session: #<Thread:0x00007fe7994ffe10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007fe7994fffa0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 64 Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe7994fffa0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe7994ffd70 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe7994ffd70 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post_form: 65 Leaked thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe7994ffe60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 64 Finished thread: TestNetHTTP_v1_2_chunked#test_s_post: #<Thread:0x00007fe7994ffe60 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 65 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 64 #<File::Stat dev=0x8, ino=329032788, 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_get: #<Thread:0x00007fe7994ffd98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe7994ffd98 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe7994ffe10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007fe7994f3818 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 64 Finished thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe7994f3818 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_request: 64 Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 64 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 63 #<File::Stat dev=0x8, ino=329026300, 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_get__break: 65 Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 65 Finished(38/50) tests in 1811.631265s, 18.4281 tests/s, 3578.3231 assertions/s. Closed file descriptor: TestNetHTTPLocalBind#test_bind_to_local_host: 65 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 65 Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe79a12fde8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe79a12fde8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 65 Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 64 #<File::Stat dev=0x8, ino=329828139, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 66 Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 66 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 65 #<File::Stat dev=0x8, ino=329828213, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007fe78007f958 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe78007f958 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe78007f688 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 67 Finished thread: TestNetHTTP_v1_2#test_send_large_POST_request: #<Thread:0x00007fe78007f688 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_head: 67 Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe78007f8b8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe78007f8b8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 68 Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 67 Finished(39/50) tests in 2257.884026s, 14.7860 tests/s, 2871.1829 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 67 : #<TCPSocket:fd 67, AF_INET, 127.0.0.1, 42831> Closed file descriptor: TestGemSourceGit#test_install_dir_local: 67 Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007fe7833d6400 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007fe7833d6400 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_while_waiting: 67 Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe7833dfca8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007fe7833dfca8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue_timeout: #<Thread:0x00007fe7833dfd48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 66 #<File::Stat dev=0x8, ino=330143425, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 68 Leaked thread: TestNetHTTPSwitchingProtocols#test_info: #<Thread:0x00007fe79a37e248 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 67 #<File::Stat dev=0x8, ino=330665029, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Finished(40/50) tests in 2023.253210s, 16.5007 tests/s, 3203.8185 assertions/s. Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: 69 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 69 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 69 Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe79ab0fe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe79ab0fe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: 69 Closed file descriptor: TestNetHTTP_v1_2#test_request: 69 Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 68 #<File::Stat dev=0x8, ino=331236588, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Multiple autoclose IO objects for a file descriptor in: TestOpenURISSL#test_bad_ssl_version: #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose) Finished(41/50) tests in 1782.438678s, 18.7300 tests/s, 3635.6774 assertions/s. Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 69 #<File::Stat dev=0x8, ino=331688889, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 70 #<File::Stat dev=0x8, ino=331689442, 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(42/50) tests in 1874.215708s, 17.8128 tests/s, 3458.9332 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 72 : #<TCPSocket:fd 72, AF_INET, 127.0.0.1, 44409> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 72 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_string_without_content_type: 72 Closed file descriptor: TestNetHTTPContinue#test_expect_continue_timeout: 72 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 72 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 72 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 71 #<File::Stat dev=0x8, ino=332731700, 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:0x00007fe798f9fec0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_patch: 73 Finished thread: TestNetHTTP_v1_2_chunked#test_patch: #<Thread:0x00007fe798f9fec0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe798f91190 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe798f91190 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get__crlf: #<Thread:0x00007fe79b907a10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007fe79b907a10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_send_request: #<Thread:0x00007fe798f9fe48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: 73 Finished thread: TestNetHTTP_v1_2#test_timeout_during_HTTP_session: #<Thread:0x00007fe798f9fe48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 73 Closed file descriptor: TestNetHTTP_v1_2#test_s_post_form: 74 Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 74 Leaked thread: TestNetHTTP_v1_2#test_get__implicit_start: #<Thread:0x00007fe798f9fee8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished(43/50) tests in 2428.536799s, 13.7470 tests/s, 2669.0841 assertions/s. Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_server_close: 73 Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: 73 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 72 #<File::Stat dev=0x8, ino=333326458, 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_request: 74 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 74 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 75 Closed file descriptor: TestNetHTTP_v1_2#test_head: 74 Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 74 Finished(44/50) tests in 1828.906281s, 18.2541 tests/s, 3544.2866 assertions/s. Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 74 Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007fe7138b3bc8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Finished thread: TestSocket#test_udp_recvmsg_truncation: #<Thread:0x00007fe7138b3bc8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 dead> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 75 : #<TCPSocket:fd 75, AF_INET6, ::1, 38677> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 75 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 75 : #<TCPSocket:fd 75, AF_INET6, ::1, 46869> Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 74 #<File::Stat dev=0x8, ino=333848250, 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_get_response: #<Thread:0x00007fe780c24380 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 74 Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe780c24380 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe780bbb4c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe780bbb4c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 74 Leaked thread: TestNetHTTP_v1_2_chunked#test_get: #<Thread:0x00007fe780bbbcb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__break: 74 Finished thread: TestNetHTTP_v1_2_chunked#test_get__break: #<Thread:0x00007fe780bbbcb8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post: 74 Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 74 #<File::Stat dev=0x8, ino=333845092, 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_get: #<Thread:0x00007fe780bf4c48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_get__implicit_start: 74 Finished thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe780bf4c48 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007fe7999d02c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe7999d02c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe780bbfd68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_set_form_with_file: 74 Finished thread: TestNetHTTP_v1_2#test_set_form_with_file: #<Thread:0x00007fe780bbfd68 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_post_form: 75 Closed file descriptor: TestNetHTTP_v1_2#test_s_start: 74 Leaked thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007fe780bbf070 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe780bbf070 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_patch: #<Thread:0x00007fe780bbfde0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 74 Finished thread: TestNetHTTP_v1_2#test_send_large_POST_request: #<Thread:0x00007fe780bbfde0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 75 Closed file descriptor: TestNetHTTP_v1_2#test_get__implicit_start: 74 Finished(45/50) tests in 1798.303547s, 18.5647 tests/s, 3604.5895 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 74 : #<TCPSocket:fd 74, AF_INET, 127.0.0.1, 41223> Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 74 Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_false: 74 Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007fe781f55918 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007fe781f55918 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_while_waiting: 74 Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_reset_on_new_connection: 74 Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 73 #<File::Stat dev=0x8, ino=333954187, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 75 Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe798d58dd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe798d58dd8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_post_form: 76 Leaked thread: TestNetHTTP_v1_2_chunked#test_s_post_form: #<Thread:0x00007fe798d0fcc8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_request: 75 Finished thread: TestNetHTTP_v1_2_chunked#test_request: #<Thread:0x00007fe798d0fcc8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_s_start: #<Thread:0x00007fe798d0fe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007fe798d0fe08 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_get: #<Thread:0x00007fe798d0fc28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_get__break: 75 Finished thread: TestNetHTTP_v1_2#test_get__break: #<Thread:0x00007fe798d0fc28 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe781e04028 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 76 Finished thread: TestNetHTTP_v1_2#test_s_get: #<Thread:0x00007fe781e04028 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Finished(46/50) tests in 1966.740243s, 16.9748 tests/s, 3295.7555 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 75 : #<TCPSocket:fd 75, AF_INET, 127.0.0.1, 39439> Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 75 Leaked thread: TestNetHTTPForceEncoding#test_response_body_encoding_true_with_content_type: #<Thread:0x00007fe799dffee8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: 75 Finished thread: TestNetHTTPForceEncoding#test_response_body_encoding_encoding_without_content_type: #<Thread:0x00007fe799dffee8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue: #<Thread:0x00007fe799df5880 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked file descriptor: TestNetHTTPContinue#test_expect_continue_error_before_body: 75 : #<TCPSocket:fd 75, AF_INET, 127.0.0.1, 35567> Finished thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007fe799df5880 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue_error_before_body: #<Thread:0x00007fe799dfff38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_error_while_waiting: 75 Finished thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe799dfff38 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTPContinue#test_expect_continue_error_while_waiting: #<Thread:0x00007fe799dffd30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTPContinue#test_expect_continue_error: #<Thread:0x00007fe799dffd30 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTPContinue#test_expect_continue_timeout: 75 Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007fe718605188 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:709 sleep> Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 76 : #<TCPSocket:fd 76, AF_INET6, ::1, 37157> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 76 Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 76 : #<TCPSocket:fd 76, AF_INET6, ::1, 34099> Closed file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 76 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_request: 75 Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe78364ff10 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 75 Closed file descriptor: TestNetHTTP_v1_2#test_send_large_POST_request: 75 Closed file descriptor: TestNetHTTP_v1_2#test_head: 75 Finished(47/50) tests in 2237.997483s, 14.9174 tests/s, 2896.5462 assertions/s. Leaked thread: TestNetHTTPKeepAlive#test_http_retry_failed_with_block: #<Thread:0x00007fe780d8fda0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: 75 Finished thread: TestNetHTTPKeepAlive#test_keep_alive_get_auto_reconnect: #<Thread:0x00007fe780d8fda0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_send_request: 75 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 75 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_request: 75 Closed file descriptor: TestNetHTTP_v1_2_chunked#test_head: 75 Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe78277fda0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe78277fda0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007fe7827721f0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe7827721f0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe78277fda0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished(48/50) tests in 1804.598912s, 18.5000 tests/s, 3592.0913 assertions/s. Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 75 : #<TCPSocket:fd 75, AF_INET, 127.0.0.1, 36309> Closed file descriptor: WebauthnListenerTest#test_listener_thread_sets_error: 75 Leaked thread: TestNetHTTP_v1_2_chunked#test_post: #<Thread:0x00007fe780554028 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get_response: 75 Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007fe780554028 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe780908390 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe780908390 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe7809343c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_s_get: 76 Finished thread: TestNetHTTP_v1_2_chunked#test_s_get: #<Thread:0x00007fe7809343c8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 74 #<File::Stat dev=0x8, ino=336508321, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Leaked thread: TestNetHTTP_v1_2#test_post: #<Thread:0x00007fe780902148 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 76 Finished thread: TestNetHTTP_v1_2#test_s_get_response: #<Thread:0x00007fe780902148 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_request: 76 Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 75 #<File::Stat dev=0x8, ino=336508391, 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_head: 77 Finished(49/50) tests in 1836.943865s, 18.1742 tests/s, 3529.3871 assertions/s. Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 76 #<File::Stat dev=0x8, ino=336623449, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000> Closed file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 78 Leaked thread: TestNetHTTPPartialResponse#test_partial_response: #<Thread:0x00007fe798786310 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Leaked thread: TestNetHTTP_v1_2_chunked#test_post: #<Thread:0x00007fe799dfba78 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007fe799dfba78 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_s_get_response: #<Thread:0x00007fe79a12fca8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2_chunked#test_chunked_break: 78 Finished thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe79a12fca8 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_chunked_break: #<Thread:0x00007fe79a12feb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form_with_file: #<Thread:0x00007fe79a12feb0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_head: #<Thread:0x00007fe7831792c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2_chunked#test_set_form: #<Thread:0x00007fe7831792c0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Leaked thread: TestNetHTTP_v1_2_chunked#test_get__implicit_start: #<Thread:0x00007fe79a12fdc0 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Closed file descriptor: TestNetHTTP_v1_2#test_s_get_response: 78 Closed file descriptor: TestNetHTTP_v1_2#test_head: 78 Leaked thread: TestNetHTTP_v1_2#test_head: #<Thread:0x00007fe79a12fc58 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 sleep> Finished thread: TestNetHTTP_v1_2#test_set_form: #<Thread:0x00007fe79a12fc58 /tmp/ruby/src/trunk-repeat50/test/net/http/utils.rb:28 dead> Closed file descriptor: TestNetHTTP_v1_2#test_s_get: 79 Finished(50/50) tests in 2302.820963s, 14.4974 tests/s, 2814.4524 assertions/s. 1669249 tests, 324113975 assertions, 0 failures, 0 errors, 8506 skips ruby -v: ruby 3.4.0dev (2024-07-18T10:56:19Z master c304bf13b5) [x86_64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0 Copyright (C) 2023 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk generating encdb.h encdb.h unchanged making enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' making encs make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50' ruby 3.4.0dev (2024-07-18T10:56:19Z master c304bf13b5) [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 128.603758 seconds 3432 files, 32766 examples, 137491 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50" exit with 0.