# Logfile created on 2024-08-28 20:09:29 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007fc43b85fdc0 @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.20240828-200929", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007fc43b8820f0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007fc43b881e48 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007fc43b79a980 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-repeat50.20240828-200929", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-repeat50.20240828-200929>, @binmode=false, @mon_data=#<Monitor:0x00007fc43b881948>, @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
   8f700db..570a958  master     -> origin/master
Updating 8f700db..570a958
Fast-forward
 NEWS.md                                            |   4 +-
 array.c                                            |  10 +-
 bootstraptest/test_yjit.rb                         |  28 +++
 gems/bundled_gems                                  |   2 +-
 internal/parse.h                                   |   7 +
 lib/irb/input-method.rb                            |   8 +-
 lib/prism/desugar_compiler.rb                      |   2 +-
 lib/prism/node_ext.rb                              |  45 ++++
 lib/prism/prism.gemspec                            |   2 +-
 lib/prism/translation/parser/compiler.rb           |  36 +--
 lib/prism/translation/ripper.rb                    |  28 +--
 lib/prism/translation/ruby_parser.rb               |  10 +-
 lib/timeout.rb                                     |   6 +-
 prism/config.yml                                   |  48 +++-
 prism/extension.h                                  |   2 +-
 prism/prism.c                                      |  87 +++----
 prism/templates/lib/prism/serialize.rb.erb         |   4 +-
 prism/version.h                                    |   6 +-
 prism_compile.c                                    | 264 ++++++++++++++++++---
 ruby.c                                             |  20 +-
 test/irb/test_input_method.rb                      |  17 ++
 test/prism/result/source_location_test.rb          |  10 +-
 test/prism/snapshots/arrays.txt                    |  20 +-
 test/prism/snapshots/begin_rescue.txt              |  30 +--
 test/prism/snapshots/blocks.txt                    |   2 +-
 test/prism/snapshots/case.txt                      |  32 +--
 test/prism/snapshots/classes.txt                   |   4 +-
 test/prism/snapshots/command_method_call.txt       |   4 +-
 test/prism/snapshots/constants.txt                 |   4 +-
 .../snapshots/endless_range_in_conditional.txt     |   6 +-
 test/prism/snapshots/if.txt                        |  36 +--
 test/prism/snapshots/keywords.txt                  |   2 +-
 test/prism/snapshots/method_calls.txt              |  10 +-
 test/prism/snapshots/methods.txt                   |   6 +-
 test/prism/snapshots/modules.txt                   |   2 +-
 test/prism/snapshots/patterns.txt                  | 162 ++++++-------
 test/prism/snapshots/procs.txt                     |   2 +-
 test/prism/snapshots/rescue.txt                    |  10 +-
 test/prism/snapshots/return.txt                    |   2 +-
 .../seattlerb/begin_rescue_else_ensure_bodies.txt  |   2 +-
 .../begin_rescue_else_ensure_no_bodies.txt         |   2 +-
 .../seattlerb/begin_rescue_ensure_no_bodies.txt    |   2 +-
 test/prism/snapshots/seattlerb/bug191.txt          |   4 +-
 .../snapshots/seattlerb/bug_case_when_regexp.txt   |   2 +-
 test/prism/snapshots/seattlerb/bug_comma.txt       |   2 +-
 test/prism/snapshots/seattlerb/bug_cond_pct.txt    |   2 +-
 .../seattlerb/call_assoc_new_if_multiline.txt      |   2 +-
 test/prism/snapshots/seattlerb/case_in.txt         |  56 ++---
 test/prism/snapshots/seattlerb/case_in_31.txt      |   2 +-
 test/prism/snapshots/seattlerb/case_in_37.txt      |   2 +-
 test/prism/snapshots/seattlerb/case_in_42.txt      |   2 +-
 test/prism/snapshots/seattlerb/case_in_42_2.txt    |   2 +-
 test/prism/snapshots/seattlerb/case_in_47.txt      |   2 +-
 test/prism/snapshots/seattlerb/case_in_67.txt      |   2 +-
 test/prism/snapshots/seattlerb/case_in_86.txt      |   2 +-
 test/prism/snapshots/seattlerb/case_in_86_2.txt    |   2 +-
 .../seattlerb/case_in_array_pat_const.txt          |   2 +-
 .../seattlerb/case_in_array_pat_const2.txt         |   2 +-
 .../seattlerb/case_in_array_pat_paren_assign.txt   |   2 +-
 test/prism/snapshots/seattlerb/case_in_const.txt   |   2 +-
 test/prism/snapshots/seattlerb/case_in_else.txt    |   2 +-
 test/prism/snapshots/seattlerb/case_in_find.txt    |   2 +-
 .../snapshots/seattlerb/case_in_find_array.txt     |   2 +-
 .../prism/snapshots/seattlerb/case_in_hash_pat.txt |   2 +-
 .../seattlerb/case_in_hash_pat_assign.txt          |   2 +-
 .../seattlerb/case_in_hash_pat_paren_assign.txt    |   2 +-
 .../seattlerb/case_in_hash_pat_paren_true.txt      |   2 +-
 .../snapshots/seattlerb/case_in_hash_pat_rest.txt  |   2 +-
 .../seattlerb/case_in_hash_pat_rest_solo.txt       |   2 +-
 .../seattlerb/case_in_if_unless_post_mod.txt       |   6 +-
 .../prism/snapshots/seattlerb/case_in_multiple.txt |   2 +-
 test/prism/snapshots/seattlerb/case_in_or.txt      |   2 +-
 .../prism/snapshots/seattlerb/cond_unary_minus.txt |   2 +-
 .../snapshots/seattlerb/defn_oneliner_rescue.txt   |   2 +-
 .../snapshots/seattlerb/defs_oneliner_rescue.txt   |   2 +-
 .../seattlerb/difficult1_line_numbers.txt          |   2 +-
 .../seattlerb/difficult1_line_numbers2.txt         |   2 +-
 test/prism/snapshots/seattlerb/difficult2_.txt     |   2 +-
 test/prism/snapshots/seattlerb/difficult3_4.txt    |   2 +-
 test/prism/snapshots/seattlerb/difficult7_.txt     |   2 +-
 test/prism/snapshots/seattlerb/flip2_env_lvar.txt  |   2 +-
 .../snapshots/seattlerb/float_with_if_modifier.txt |   2 +-
 test/prism/snapshots/seattlerb/if_elsif.txt        |   4 +-
 test/prism/snapshots/seattlerb/if_symbol.txt       |   2 +-
 .../seattlerb/integer_with_if_modifier.txt         |   2 +-
 .../snapshots/seattlerb/parse_if_not_canonical.txt |   2 +-
 .../seattlerb/parse_if_not_noncanonical.txt        |   2 +-
 .../snapshots/seattlerb/parse_line_rescue.txt      |   4 +-
 .../snapshots/seattlerb/parse_line_return.txt      |   2 +-
 .../snapshots/seattlerb/parse_pattern_019.txt      |   2 +-
 .../snapshots/seattlerb/parse_pattern_044.txt      |   2 +-
 .../snapshots/seattlerb/parse_pattern_051.txt      |   2 +-
 .../snapshots/seattlerb/parse_pattern_058.txt      |   2 +-
 .../snapshots/seattlerb/parse_pattern_058_2.txt    |   2 +-
 .../snapshots/seattlerb/parse_pattern_069.txt      |   2 +-
 .../snapshots/seattlerb/parse_pattern_076.txt      |   2 +-
 .../snapshots/seattlerb/rescue_do_end_no_raise.txt |   2 +-
 .../snapshots/seattlerb/rescue_do_end_rescued.txt  |   2 +-
 test/prism/snapshots/seattlerb/rescue_in_block.txt |   2 +-
 .../seattlerb/str_interp_ternary_or_label.txt      |   2 +-
 test/prism/snapshots/seattlerb/when_splat.txt      |   2 +-
 test/prism/snapshots/ternary_operator.txt          |  16 +-
 test/prism/snapshots/unless.txt                    |  14 +-
 .../unparser/corpus/literal/assignment.txt         |   4 +-
 .../snapshots/unparser/corpus/literal/block.txt    |  18 +-
 .../snapshots/unparser/corpus/literal/case.txt     |  16 +-
 .../snapshots/unparser/corpus/literal/def.txt      |   8 +-
 .../snapshots/unparser/corpus/literal/dstr.txt     |   6 +-
 .../snapshots/unparser/corpus/literal/flipflop.txt |   8 +-
 .../prism/snapshots/unparser/corpus/literal/if.txt |  20 +-
 .../snapshots/unparser/corpus/literal/kwbegin.txt  |  26 +-
 .../snapshots/unparser/corpus/literal/pattern.txt  |   8 +-
 .../snapshots/unparser/corpus/literal/send.txt     |  28 +--
 .../snapshots/unparser/corpus/literal/since/32.txt |   2 +-
 .../snapshots/unparser/corpus/semantic/and.txt     |   4 +-
 .../snapshots/unparser/corpus/semantic/block.txt   |   2 +-
 .../snapshots/unparser/corpus/semantic/dstr.txt    |   8 +-
 .../snapshots/unparser/corpus/semantic/kwbegin.txt |  16 +-
 .../ambiuous_quoted_label_in_ternary_operator.txt  |   2 +-
 test/prism/snapshots/whitequark/args_args_star.txt |   4 +-
 test/prism/snapshots/whitequark/args_star.txt      |   4 +-
 .../snapshots/whitequark/bug_rescue_empty_else.txt |   2 +-
 test/prism/snapshots/whitequark/case_cond.txt      |   2 +-
 test/prism/snapshots/whitequark/case_cond_else.txt |   2 +-
 test/prism/snapshots/whitequark/case_expr.txt      |   2 +-
 test/prism/snapshots/whitequark/case_expr_else.txt |   2 +-
 test/prism/snapshots/whitequark/cond_begin.txt     |   2 +-
 .../snapshots/whitequark/cond_begin_masgn.txt      |   2 +-
 test/prism/snapshots/whitequark/cond_eflipflop.txt |   2 +-
 .../cond_eflipflop_with_beginless_range.txt        |   2 +-
 .../cond_eflipflop_with_endless_range.txt          |   2 +-
 test/prism/snapshots/whitequark/cond_iflipflop.txt |   2 +-
 .../cond_iflipflop_with_beginless_range.txt        |   2 +-
 .../cond_iflipflop_with_endless_range.txt          |   2 +-
 .../whitequark/cond_match_current_line.txt         |   2 +-
 .../whitequark/forwarded_argument_with_restarg.txt |   2 +-
 .../snapshots/whitequark/forwarded_restarg.txt     |   2 +-
 test/prism/snapshots/whitequark/hash_label_end.txt |   2 +-
 test/prism/snapshots/whitequark/if.txt             |   4 +-
 test/prism/snapshots/whitequark/if_else.txt        |   4 +-
 test/prism/snapshots/whitequark/if_elsif.txt       |   4 +-
 test/prism/snapshots/whitequark/if_masgn__24.txt   |   2 +-
 test/prism/snapshots/whitequark/if_mod.txt         |   2 +-
 test/prism/snapshots/whitequark/if_nl_then.txt     |   2 +-
 .../whitequark/newline_in_hash_argument.txt        |   2 +-
 .../pattern_matching__FILE__LINE_literals.txt      |   2 +-
 .../whitequark/pattern_matching_blank_else.txt     |   2 +-
 .../snapshots/whitequark/pattern_matching_else.txt |   2 +-
 test/prism/snapshots/whitequark/resbody_list.txt   |   2 +-
 .../snapshots/whitequark/resbody_list_mrhs.txt     |   2 +-
 .../snapshots/whitequark/resbody_list_var.txt      |   2 +-
 test/prism/snapshots/whitequark/resbody_var.txt    |   4 +-
 test/prism/snapshots/whitequark/rescue.txt         |   2 +-
 test/prism/snapshots/whitequark/rescue_else.txt    |   2 +-
 .../snapshots/whitequark/rescue_else_ensure.txt    |   2 +-
 test/prism/snapshots/whitequark/rescue_ensure.txt  |   2 +-
 .../whitequark/rescue_in_lambda_block.txt          |   2 +-
 .../whitequark/rescue_without_begin_end.txt        |   2 +-
 test/prism/snapshots/whitequark/ruby_bug_10279.txt |   2 +-
 test/prism/snapshots/whitequark/ruby_bug_10653.txt |   6 +-
 test/prism/snapshots/whitequark/ternary.txt        |   2 +-
 .../whitequark/ternary_ambiguous_symbol.txt        |   2 +-
 test/prism/snapshots/whitequark/unless.txt         |   4 +-
 test/prism/snapshots/whitequark/unless_else.txt    |   4 +-
 test/prism/snapshots/whitequark/unless_mod.txt     |   2 +-
 test/prism/snapshots/whitequark/when_multi.txt     |   2 +-
 test/prism/snapshots/whitequark/when_splat.txt     |   2 +-
 test/prism/snapshots/whitequark/when_then.txt      |   2 +-
 test/ruby/test_yjit.rb                             |  15 ++
 vm.c                                               |   2 +-
 yjit.c                                             |   4 +-
 yjit.rb                                            |  39 +--
 yjit/bindgen/src/main.rs                           |   4 +
 yjit/src/backend/ir.rs                             | 156 +++++++-----
 yjit/src/codegen.rs                                | 154 ++++++++----
 yjit/src/core.rs                                   | 106 +++++++--
 yjit/src/cruby.rs                                  |   5 +
 yjit/src/cruby_bindings.inc.rs                     |   2 +
 yjit/src/stats.rs                                  |  75 ++++--
 179 files changed, 1299 insertions(+), 755 deletions(-)
Latest commit hash = 570a95805a
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-repeat50/revision.h updated
making /tmp/ruby/src/trunk-repeat50/yjit.rbinc
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'
generating miniprelude.c
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
miniprelude.c updated
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'
Downloading bundled gem net-imap-0.4.15...
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk-repeat50/tool/ifchange /tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision -
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
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
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk-repeat50/gems/power_assert-2.0.3.gem
Extracting bundle gem net-imap-0.4.15...
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Unpacked gems/net-imap-0.4.15.gem
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

compiling /tmp/ruby/src/trunk-repeat50/miniinit.c
compiling /tmp/ruby/src/trunk-repeat50/array.c
compiling /tmp/ruby/src/trunk-repeat50/ast.c
compiling /tmp/ruby/src/trunk-repeat50/compile.c
compiling /tmp/ruby/src/trunk-repeat50/cont.c
compiling /tmp/ruby/src/trunk-repeat50/eval.c
compiling /tmp/ruby/src/trunk-repeat50/gc.c
compiling /tmp/ruby/src/trunk-repeat50/hash.c
compiling /tmp/ruby/src/trunk-repeat50/iseq.c
compiling /tmp/ruby/src/trunk-repeat50/load.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_dump.c
compiling parse.c
compiling /tmp/ruby/src/trunk-repeat50/proc.c
compiling /tmp/ruby/src/trunk-repeat50/ruby.c
compiling /tmp/ruby/src/trunk-repeat50/ruby_parser.c
compiling /tmp/ruby/src/trunk-repeat50/thread.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_trace.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
building Rust YJIT (release mode)
touch yjit/target/release/libyjit.a
partial linking yjit/target/release/libyjit.a into yjit/target/release/libyjit.o
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
2568fe1c7f31c3b0e466bc210b625ad6807f586d11427732b550515165b7de46  builtin_binary.inc
compiling /tmp/ruby/src/trunk-repeat50/builtin.c
linking static-library libruby-static.a
linking shared-library libruby.so.3.4.0
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j4 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
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]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
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/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper.c
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
compiling /tmp/ruby/src/trunk-repeat50/ext/ripper/ripper_init.c
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.3/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'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
linking ruby
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
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 -
	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
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk-repeat50/.bundle/.timestamp/typeprof.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
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering 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/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
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/ext/ripper'
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/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
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.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
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/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/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/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
./miniruby -I/tmp/ruby/src/trunk-repeat50/lib -I. -I.ext/common  /tmp/ruby/src/trunk-repeat50/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-repeat50/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
installing binary commands:         /tmp/ruby/install/trunk-repeat50/bin
installing base libraries:          /tmp/ruby/install/trunk-repeat50/lib
installing arch files:              /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-repeat50/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-repeat50/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-repeat50/bin
installing library scripts:         /tmp/ruby/install/trunk-repeat50/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-repeat50/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-repeat50/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.14.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 1.0.0
                                    pstore 0.1.3
                                    rdoc 6.7.0
                                    readline 0.0.4
                                    reline 0.5.9
                                    resolv 0.4.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.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.25.1
                                    rake 13.2.1
                                    test-unit 3.6.2
                                    rexml 3.3.6
                                    rss 0.3.1
                                    net-ftp 0.3.7
                                    net-imap 0.4.15
                                    net-pop 0.1.2
                                    net-smtp 0.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.5.3
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    racc 1.8.1
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.8
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.3.0
installing bundled gem cache:       /tmp/ruby/install/trunk-repeat50/lib/ruby/gems/3.4.0+0/cache
skipped bundled gems:
    power_assert-2.0.4dev.gem       not found in bundled_gems
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1985 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0.
$$$[beg] make yes-test-basic TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

Checking leaked global symbols...none
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-repeat50/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
Run options: 
  --seed=23693
  "--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: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 10 : #<TCPSocket:fd 10, AF_INET6, ::1, 43897>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 10
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 10 : #<TCPSocket:fd 10, AF_INET6, ::1, 38881>
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f06c8800518 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f06c8800518 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 dead>
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 54913>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 12
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 8 #<File::Stat dev=0x8, ino=1114089221, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(1/50)  tests in 1439.481765s, 23.3723 tests/s, 4517.0854 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 11 : #<TCPSocket:fd 11, AF_INET6, ::1, 41595>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 11
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 11 : #<TCPSocket:fd 11, AF_INET6, ::1, 35585>
Closed file descriptor: TestGemUninstaller#test_uninstall_nonexistent: 11
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 13 : #<TCPSocket:fd 13, AF_INET, 127.0.0.1, 46017>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 13
Switch to inspect mode.
Finished(2/50)  tests in 1549.105534s, 21.7190 tests/s, 4199.8836 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 13 : #<TCPSocket:fd 13, AF_INET, 127.0.0.1, 57958>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 13
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 9 #<File::Stat dev=0x8, ino=1114967305, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 10 #<File::Stat dev=0x8, ino=1115022703, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(3/50)  tests in 1563.791812s, 21.5150 tests/s, 4161.2649 assertions/s.
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 15
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 12 : #<TCPSocket:fd 12, AF_INET, 127.0.0.1, 46199>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 12
Switch to inspect mode.
Finished(4/50)  tests in 2072.326477s, 16.2354 tests/s, 3139.7669 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 15 : #<TCPSocket:fd 15, AF_INET, 127.0.0.1, 37660>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 15
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 11 #<File::Stat dev=0x8, ino=1116674001, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(5/50)  tests in 1974.753319s, 17.0376 tests/s, 3293.9481 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 16 : #<TCPSocket:fd 16, AF_INET, 127.0.0.1, 59224>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 16
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 12 #<File::Stat dev=0x8, ino=1117164424, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(6/50)  tests in 1486.497775s, 22.6337 tests/s, 4377.7260 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 17 : #<TCPSocket:fd 17, AF_INET, 127.0.0.1, 40476>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 17
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 13 #<File::Stat dev=0x8, ino=1117597570, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(7/50)  tests in 1590.962371s, 21.1476 tests/s, 4088.9044 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 16 : #<TCPSocket:fd 16, AF_INET6, ::1, 36341>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 16
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f064a38fde0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 sleep>
Finished thread: TestSocket#test_closed_read: #<Thread:0x00007f064a38fde0 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 dead>
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 18 : #<TCPSocket:fd 18, AF_INET, 127.0.0.1, 42390>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 18
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 14 #<File::Stat dev=0x8, ino=1118422698, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(8/50)  tests in 2038.889118s, 16.5016 tests/s, 3191.3643 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 19 : #<TCPSocket:fd 19, AF_INET, 127.0.0.1, 34926>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 19
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 15 #<File::Stat dev=0x8, ino=1119115542, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(9/50)  tests in 1909.883644s, 17.6163 tests/s, 3406.5206 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 20 : #<TCPSocket:fd 20, AF_INET, 127.0.0.1, 40662>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 20
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 16 #<File::Stat dev=0x8, ino=1119635673, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 18 : #<TCPSocket:fd 18, AF_INET, 127.0.0.1, 46421>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 18
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 17 #<File::Stat dev=0x8, ino=1119752261, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(10/50)  tests in 1561.275544s, 21.5497 tests/s, 4167.1863 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 22 : #<TCPSocket:fd 22, AF_INET, 127.0.0.1, 33617>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 22
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 18 #<File::Stat dev=0x8, ino=1120248006, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 19 #<File::Stat dev=0x8, ino=1120242457, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(11/50)  tests in 1639.529511s, 20.5211 tests/s, 3968.7898 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_no_proxy: 22 : #<TCPSocket:fd 22, AF_INET6, ::1, 36689>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 22
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 24 : #<TCPSocket:fd 24, AF_INET, 127.0.0.1, 55647>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 24
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 20 #<File::Stat dev=0x8, ino=1120729184, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 22 : #<TCPSocket:fd 22, AF_INET, 127.0.0.1, 37965>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 22
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 21 #<File::Stat dev=0x8, ino=1120969972, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 22 #<File::Stat dev=0x8, ino=1120959248, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(12/50)  tests in 1982.085454s, 16.9745 tests/s, 3282.2051 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f06c8107950 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f06c8107950 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 dead>
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 27 : #<TCPSocket:fd 27, AF_INET, 127.0.0.1, 45885>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 27
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 23 #<File::Stat dev=0x8, ino=1121831523, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 24 #<File::Stat dev=0x8, ino=1121840169, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(13/50)  tests in 1920.177991s, 17.5218 tests/s, 3388.8650 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 29 : #<TCPSocket:fd 29, AF_INET, 127.0.0.1, 46402>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 29
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 25 #<File::Stat dev=0x8, ino=1122226415, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 26 #<File::Stat dev=0x8, ino=1122334642, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(14/50)  tests in 1658.373244s, 20.2880 tests/s, 3923.7343 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 31 : #<TCPSocket:fd 31, AF_INET, 127.0.0.1, 53785>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 31
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 27 #<File::Stat dev=0x8, ino=1122748177, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 28 #<File::Stat dev=0x8, ino=1122804021, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 29 #<File::Stat dev=0x8, ino=1122821304, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 30 #<File::Stat dev=0x8, ino=1122819172, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(15/50)  tests in 1637.636688s, 20.5448 tests/s, 3972.2223 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 35 : #<TCPSocket:fd 35, AF_INET, 127.0.0.1, 56033>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 35
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 32 #<File::Stat dev=0x8, ino=1123562413, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 31 #<File::Stat dev=0x8, ino=1123552162, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(16/50)  tests in 2053.244994s, 16.3863 tests/s, 3168.9073 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 37 : #<TCPSocket:fd 37, AF_INET, 127.0.0.1, 57827>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 37
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 34 : #<TCPSocket:fd 34, AF_INET, 127.0.0.1, 40549>
Closed file descriptor: TestHashOnly#test_symbol_hash_random: 34
Switch to inspect mode.
Finished(17/50)  tests in 1955.869335s, 17.2021 tests/s, 3326.5325 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 37 : #<TCPSocket:fd 37, AF_INET, 127.0.0.1, 45141>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 37
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 33 #<File::Stat dev=0x8, ino=1124863802, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(18/50)  tests in 1607.616330s, 20.9285 tests/s, 4047.4216 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 38 : #<TCPSocket:fd 38, AF_INET, 127.0.0.1, 42054>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 38
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 34 #<File::Stat dev=0x8, ino=1125437937, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 35 #<File::Stat dev=0x8, ino=1125427801, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(19/50)  tests in 1705.445720s, 19.7280 tests/s, 3814.3729 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 40 : #<TCPSocket:fd 40, AF_INET, 127.0.0.1, 41635>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 40
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 36 #<File::Stat dev=0x8, ino=1126214672, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 37 #<File::Stat dev=0x8, ino=1126208896, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(20/50)  tests in 2051.593137s, 16.3995 tests/s, 3171.6206 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 40 : #<TCPSocket:fd 40, AF_INET6, ::1, 40439>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 40
Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x00007f06ca393bb8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 sleep>
Finished thread: TestSocket#test_closed_read: #<Thread:0x00007f06ca393bb8 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 dead>
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 42 : #<TCPSocket:fd 42, AF_INET, 127.0.0.1, 42851>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 42
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 38 #<File::Stat dev=0x8, ino=1127032032, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(21/50)  tests in 1918.357210s, 17.5384 tests/s, 3392.0153 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 43 : #<TCPSocket:fd 43, AF_INET, 127.0.0.1, 55313>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 43
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 40 : #<TCPSocket:fd 40, AF_INET, 127.0.0.1, 46467>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 40
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 39 #<File::Stat dev=0x8, ino=1127470753, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(22/50)  tests in 1627.543686s, 20.6723 tests/s, 3996.4986 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 44 : #<TCPSocket:fd 44, AF_INET, 127.0.0.1, 54019>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 44
Switch to inspect mode.
Finished(23/50)  tests in 1659.021222s, 20.2800 tests/s, 3921.8486 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 44 : #<TCPSocket:fd 44, AF_INET, 127.0.0.1, 59479>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 44
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 40 #<File::Stat dev=0x8, ino=1128546748, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 42 : #<TCPSocket:fd 42, AF_INET, 127.0.0.1, 39105>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 42
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 41 #<File::Stat dev=0x8, ino=1128800577, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 42 #<File::Stat dev=0x8, ino=1128803593, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(24/50)  tests in 2085.578021s, 16.1322 tests/s, 3120.0012 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_no_proxy: 45 : #<TCPSocket:fd 45, AF_INET6, ::1, 46355>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy: 45
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 47 : #<TCPSocket:fd 47, AF_INET, 127.0.0.1, 56248>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 47
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 43 #<File::Stat dev=0x8, ino=1129556112, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(25/50)  tests in 1930.706213s, 17.4263 tests/s, 3368.8828 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 48 : #<TCPSocket:fd 48, AF_INET, 127.0.0.1, 36340>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 48
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 44 #<File::Stat dev=0x8, ino=1130037093, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 45 #<File::Stat dev=0x8, ino=1130133401, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 46 #<File::Stat dev=0x8, ino=1130136411, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(26/50)  tests in 1647.391491s, 20.4232 tests/s, 3949.2592 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 51 : #<TCPSocket:fd 51, AF_INET, 127.0.0.1, 38842>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 51
Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 47 #<File::Stat dev=0x8, ino=1130623875, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(27/50)  tests in 1686.363340s, 19.9512 tests/s, 3858.6773 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 52 : #<TCPSocket:fd 52, AF_INET, 127.0.0.1, 50720>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 52
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 48 #<File::Stat dev=0x8, ino=1131221616, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 49 #<File::Stat dev=0x8, ino=1131233539, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 51 : #<TCPSocket:fd 51, AF_INET, 127.0.0.1, 33027>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 51
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 50 #<File::Stat dev=0x8, ino=1131333976, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 51 #<File::Stat dev=0x8, ino=1131504495, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 52 #<File::Stat dev=0x8, ino=1131506438, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 54 #<File::Stat dev=0x8, ino=1131511065, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 53 #<File::Stat dev=0x8, ino=1131506582, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(28/50)  tests in 2141.492111s, 15.7110 tests/s, 3038.3708 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 59 : #<TCPSocket:fd 59, AF_INET, 127.0.0.1, 53577>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 59
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 55 #<File::Stat dev=0x8, ino=1132129125, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 56 #<File::Stat dev=0x8, ino=1132174828, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(29/50)  tests in 1831.448159s, 18.3707 tests/s, 3551.4841 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 61 : #<TCPSocket:fd 61, AF_INET, 127.0.0.1, 40938>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 61
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 57 #<File::Stat dev=0x8, ino=1132623125, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 58 #<File::Stat dev=0x8, ino=1132686834, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(30/50)  tests in 1684.048691s, 19.9786 tests/s, 3864.2434 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 63 : #<TCPSocket:fd 63, AF_INET, 127.0.0.1, 40958>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 63
Switch to inspect mode.
Finished(31/50)  tests in 1719.308594s, 19.5689 tests/s, 3783.2400 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 61 : #<TCPSocket:fd 61, AF_INET6, ::1, 43313>
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f064910d618 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f064910d618 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 dead>
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 63 : #<TCPSocket:fd 63, AF_INET, 127.0.0.1, 47698>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 63
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 59 #<File::Stat dev=0x8, ino=1134115642, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 60 #<File::Stat dev=0x8, ino=1134115701, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(32/50)  tests in 2216.039218s, 15.1825 tests/s, 2935.6962 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 65 : #<TCPSocket:fd 65, AF_INET, 127.0.0.1, 57405>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 65
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 61 #<File::Stat dev=0x8, ino=1134705569, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(33/50)  tests in 1762.100815s, 19.0937 tests/s, 3692.6650 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 66 : #<TCPSocket:fd 66, AF_INET, 127.0.0.1, 40043>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 66
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 63 : #<TCPSocket:fd 63, AF_INET, 127.0.0.1, 38415>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 63
Switch to inspect mode.
Finished(34/50)  tests in 1746.173953s, 19.2678 tests/s, 3726.2685 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 66 : #<TCPSocket:fd 66, AF_INET, 127.0.0.1, 46181>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 66
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 62 #<File::Stat dev=0x8, ino=1135851983, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 63 #<File::Stat dev=0x8, ino=1135855124, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 64 #<File::Stat dev=0x8, ino=1135846322, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(35/50)  tests in 1801.125587s, 18.6800 tests/s, 3611.9902 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 69 : #<TCPSocket:fd 69, AF_INET, 127.0.0.1, 53761>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 69
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 65 #<File::Stat dev=0x8, ino=1136638917, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 67 : #<TCPSocket:fd 67, AF_INET, 127.0.0.1, 43281>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 67
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 66 #<File::Stat dev=0x8, ino=1136874115, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(36/50)  tests in 2311.986555s, 14.5524 tests/s, 2814.3031 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 71 : #<TCPSocket:fd 71, AF_INET, 127.0.0.1, 39294>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 71
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 67 #<File::Stat dev=0x8, ino=1137476281, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(37/50)  tests in 1778.620069s, 18.9164 tests/s, 3658.3265 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 72 : #<TCPSocket:fd 72, AF_INET, 127.0.0.1, 40863>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 72
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 68 #<File::Stat dev=0x8, ino=1137963800, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(38/50)  tests in 1690.497982s, 19.9024 tests/s, 3848.9262 assertions/s.
Leaked thread: TestSocket#test_accept_loop: #<Thread:0x00007f064bb09228 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 sleep>
Finished thread: TestSocket#test_unix: #<Thread:0x00007f064bb09228 /tmp/ruby/build/trunk-repeat50/.ext/common/socket.rb:703 dead>
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 73 : #<TCPSocket:fd 73, AF_INET, 127.0.0.1, 35100>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 73
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 69 #<File::Stat dev=0x8, ino=1138513399, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 70 #<File::Stat dev=0x8, ino=1138516786, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(39/50)  tests in 1723.545826s, 19.5208 tests/s, 3775.2620 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 75 : #<TCPSocket:fd 75, AF_INET, 127.0.0.1, 37920>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 75
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 71 #<File::Stat dev=0x8, ino=1139426371, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(40/50)  tests in 2191.141732s, 15.3550 tests/s, 2969.4930 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 76 : #<TCPSocket:fd 76, AF_INET, 127.0.0.1, 44712>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 76
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 73 : #<TCPSocket:fd 73, AF_INET, 127.0.0.1, 35495>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 73
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 72 #<File::Stat dev=0x8, ino=1140097931, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(41/50)  tests in 1753.483314s, 19.1875 tests/s, 3710.9175 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 77 : #<TCPSocket:fd 77, AF_INET, 127.0.0.1, 33998>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 77
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 73 #<File::Stat dev=0x8, ino=1140522761, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 74 #<File::Stat dev=0x8, ino=1140611288, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(42/50)  tests in 1667.003921s, 20.1829 tests/s, 3902.9506 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 79 : #<TCPSocket:fd 79, AF_INET, 127.0.0.1, 41361>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 79
Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 75 #<File::Stat dev=0x8, ino=1140989628, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 77 : #<TCPSocket:fd 77, AF_INET, 127.0.0.1, 35681>
Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 77
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 76 #<File::Stat dev=0x8, ino=1141049383, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 77 #<File::Stat dev=0x8, ino=1141170305, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(43/50)  tests in 1731.137729s, 19.4352 tests/s, 3758.4011 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 82 : #<TCPSocket:fd 82, AF_INET, 127.0.0.1, 34962>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 82
Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 78 #<File::Stat dev=0x8, ino=1142163610, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 79 #<File::Stat dev=0x8, ino=1142152933, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(44/50)  tests in 2127.638925s, 15.8133 tests/s, 3057.4859 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 84 : #<TCPSocket:fd 84, AF_INET, 127.0.0.1, 39036>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 84
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 80 #<File::Stat dev=0x8, ino=1142676263, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 81 #<File::Stat dev=0x8, ino=1142693840, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 82 #<File::Stat dev=0x8, ino=1142695651, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(45/50)  tests in 1779.809879s, 18.9037 tests/s, 3655.4213 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 87 : #<TCPSocket:fd 87, AF_INET, 127.0.0.1, 37375>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 87
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 83 #<File::Stat dev=0x8, ino=1143123881, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 84 #<File::Stat dev=0x8, ino=1143202002, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 85 #<File::Stat dev=0x8, ino=1143206926, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(46/50)  tests in 1597.149173s, 21.0657 tests/s, 4071.6378 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 90 : #<TCPSocket:fd 90, AF_INET, 127.0.0.1, 38010>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 90
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 86 #<File::Stat dev=0x8, ino=1143769357, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(47/50)  tests in 1721.019364s, 19.5495 tests/s, 3779.7739 assertions/s.
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_fetch_http_with_additional_headers: 89 : #<TCPSocket:fd 89, AF_INET6, ::1, 35525>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 89
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 91 : #<TCPSocket:fd 91, AF_INET, 127.0.0.1, 57937>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 91
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_post: 87 #<File::Stat dev=0x8, ino=1144805736, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 88 #<File::Stat dev=0x8, ino=1144809475, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, 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: 89 #<File::Stat dev=0x8, ino=1144799698, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(48/50)  tests in 2242.974389s, 15.0002 tests/s, 2900.7291 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 94 : #<TCPSocket:fd 94, AF_INET, 127.0.0.1, 43466>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 94
Switch to inspect mode.
Finished(49/50)  tests in 1742.092093s, 19.3130 tests/s, 3734.6269 assertions/s.
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 94 : #<TCPSocket:fd 94, AF_INET, 127.0.0.1, 55860>
Closed file descriptor: TestResolvDNS#test_no_fd_leak_unconnected: 94
Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 90 #<File::Stat dev=0x8, ino=1145801185, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
Switch to inspect mode.
Finished(50/50)  tests in 1649.576710s, 20.3961 tests/s, 3944.7890 assertions/s.
1682249 tests, 325304491 assertions, 0 failures, 0 errors, 8746 skips

ruby -v: ruby 3.4.0dev (2024-08-28T19:45:20Z master 570a95805a) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS=--repeat-count=50" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS=--repeat-count=50
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2  -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk-repeat50/include -I/tmp/ruby/src/trunk-repeat50 -I/tmp/ruby/src/trunk-repeat50/prism -I/tmp/ruby/src/trunk-repeat50/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = C.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk-repeat50/yjit/target/release/' /tmp/ruby/src/trunk-repeat50/yjit/src/lib.rs
gcc (Ubuntu 13.2.0-23ubuntu4) 13.2.0
Copyright (C) 2023 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Entering directory '/tmp/ruby/build/trunk-repeat50'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-repeat50'
ruby 3.4.0dev (2024-08-28T19:45:20Z master 570a95805a) [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 31.019354 seconds

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