# Logfile created on 2024-08-28 21:57:59 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007feeec5efdc0 @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_gcc12", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc12", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc12", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc12", @configure_opts=["CC=gcc-12"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk_gcc12.20240828-215759", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007feeec611d58 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007feeec611998 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007feeec52a930 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc12.20240828-215759", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc12.20240828-215759>, @binmode=false, @mon_data=#<Monitor:0x00007feeec611740>, @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_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_gcc12/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
   d676407..3fa5b4b  master     -> origin/master
Updating d676407..3fa5b4b
Fast-forward
 NEWS.md                                            |   2 +-
 array.c                                            |  17 ++-
 include/ruby/internal/intern/io.h                  |   2 +-
 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 +-
 prism/config.yml                                   |  12 +-
 prism/extension.h                                  |   2 +-
 prism/prism.c                                      |  78 +++++-----
 prism/templates/lib/prism/serialize.rb.erb         |   4 +-
 prism/version.h                                    |   6 +-
 prism_compile.c                                    |  59 ++++----
 test/irb/test_input_method.rb                      |   1 +
 test/prism/result/source_location_test.rb          |  10 +-
 test/prism/snapshots/arrays.txt                    |   4 +-
 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 +-
 .../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              |   4 +-
 test/prism/snapshots/methods.txt                   |   4 +-
 test/prism/snapshots/modules.txt                   |   2 +-
 test/prism/snapshots/patterns.txt                  | 162 ++++++++++-----------
 test/prism/snapshots/procs.txt                     |   2 +-
 test/prism/snapshots/rescue.txt                    |  10 +-
 .../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 +-
 .../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     |  10 +-
 .../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 +-
 .../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 +-
 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 +-
 155 files changed, 580 insertions(+), 516 deletions(-)
Latest commit hash = 3fa5b4be19
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk_gcc12/revision.h updated
generating /tmp/ruby/src/trunk_gcc12/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_gcc12/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_gcc12/ext/ripper'
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/typeprof.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/typeprof.revision unchanged
/tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/power_assert.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_gcc12/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-12
	LD = ld
	LDSHARED = gcc-12 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs
gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0
Copyright (C) 2022 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_gcc12/main.c
compiling /tmp/ruby/src/trunk_gcc12/dmydln.c
compiling /tmp/ruby/src/trunk_gcc12/miniinit.c
compiling /tmp/ruby/src/trunk_gcc12/array.c
compiling /tmp/ruby/src/trunk_gcc12/ast.c
compiling /tmp/ruby/src/trunk_gcc12/bignum.c
compiling /tmp/ruby/src/trunk_gcc12/class.c
compiling /tmp/ruby/src/trunk_gcc12/compar.c
compiling /tmp/ruby/src/trunk_gcc12/compile.c
compiling /tmp/ruby/src/trunk_gcc12/complex.c
compiling /tmp/ruby/src/trunk_gcc12/cont.c
compiling /tmp/ruby/src/trunk_gcc12/debug.c
compiling /tmp/ruby/src/trunk_gcc12/debug_counter.c
compiling /tmp/ruby/src/trunk_gcc12/dir.c
compiling /tmp/ruby/src/trunk_gcc12/dln_find.c
compiling /tmp/ruby/src/trunk_gcc12/encoding.c
compiling /tmp/ruby/src/trunk_gcc12/enum.c
compiling /tmp/ruby/src/trunk_gcc12/enumerator.c
compiling /tmp/ruby/src/trunk_gcc12/error.c
compiling /tmp/ruby/src/trunk_gcc12/eval.c
compiling /tmp/ruby/src/trunk_gcc12/file.c
compiling /tmp/ruby/src/trunk_gcc12/gc.c
compiling /tmp/ruby/src/trunk_gcc12/hash.c
compiling /tmp/ruby/src/trunk_gcc12/inits.c
compiling /tmp/ruby/src/trunk_gcc12/imemo.c
compiling /tmp/ruby/src/trunk_gcc12/io.c
compiling /tmp/ruby/src/trunk_gcc12/io_buffer.c
compiling /tmp/ruby/src/trunk_gcc12/iseq.c
compiling /tmp/ruby/src/trunk_gcc12/load.c
compiling /tmp/ruby/src/trunk_gcc12/marshal.c
compiling /tmp/ruby/src/trunk_gcc12/math.c
compiling /tmp/ruby/src/trunk_gcc12/memory_view.c
compiling /tmp/ruby/src/trunk_gcc12/rjit.c
compiling /tmp/ruby/src/trunk_gcc12/rjit_c.c
compiling /tmp/ruby/src/trunk_gcc12/node.c
compiling /tmp/ruby/src/trunk_gcc12/node_dump.c
compiling /tmp/ruby/src/trunk_gcc12/numeric.c
compiling /tmp/ruby/src/trunk_gcc12/object.c
compiling /tmp/ruby/src/trunk_gcc12/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk_gcc12/proc.c
compiling /tmp/ruby/src/trunk_gcc12/process.c
compiling /tmp/ruby/src/trunk_gcc12/ractor.c
compiling /tmp/ruby/src/trunk_gcc12/random.c
compiling /tmp/ruby/src/trunk_gcc12/range.c
compiling /tmp/ruby/src/trunk_gcc12/rational.c
compiling /tmp/ruby/src/trunk_gcc12/re.c
compiling /tmp/ruby/src/trunk_gcc12/regcomp.c
compiling /tmp/ruby/src/trunk_gcc12/regenc.c
compiling /tmp/ruby/src/trunk_gcc12/regerror.c
compiling /tmp/ruby/src/trunk_gcc12/regexec.c
compiling /tmp/ruby/src/trunk_gcc12/regparse.c
compiling /tmp/ruby/src/trunk_gcc12/regsyntax.c
compiling /tmp/ruby/src/trunk_gcc12/ruby.c
compiling /tmp/ruby/src/trunk_gcc12/ruby_parser.c
compiling /tmp/ruby/src/trunk_gcc12/scheduler.c
compiling /tmp/ruby/src/trunk_gcc12/shape.c
compiling /tmp/ruby/src/trunk_gcc12/signal.c
compiling /tmp/ruby/src/trunk_gcc12/sprintf.c
compiling /tmp/ruby/src/trunk_gcc12/st.c
compiling /tmp/ruby/src/trunk_gcc12/strftime.c
compiling /tmp/ruby/src/trunk_gcc12/string.c
compiling /tmp/ruby/src/trunk_gcc12/struct.c
compiling /tmp/ruby/src/trunk_gcc12/symbol.c
compiling /tmp/ruby/src/trunk_gcc12/thread.c
compiling /tmp/ruby/src/trunk_gcc12/time.c
compiling /tmp/ruby/src/trunk_gcc12/transcode.c
compiling /tmp/ruby/src/trunk_gcc12/util.c
compiling /tmp/ruby/src/trunk_gcc12/variable.c
compiling /tmp/ruby/src/trunk_gcc12/version.c
compiling /tmp/ruby/src/trunk_gcc12/vm.c
compiling /tmp/ruby/src/trunk_gcc12/vm_backtrace.c
compiling /tmp/ruby/src/trunk_gcc12/vm_dump.c
compiling /tmp/ruby/src/trunk_gcc12/vm_sync.c
compiling /tmp/ruby/src/trunk_gcc12/vm_trace.c
compiling /tmp/ruby/src/trunk_gcc12/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk_gcc12/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk_gcc12/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk_gcc12/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk_gcc12/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk_gcc12/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk_gcc12/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk_gcc12/prism/prism.c
compiling /tmp/ruby/src/trunk_gcc12/prism_init.c
compiling /tmp/ruby/src/trunk_gcc12/yjit.c
compiling /tmp/ruby/src/trunk_gcc12/enc/ascii.c
compiling /tmp/ruby/src/trunk_gcc12/enc/us_ascii.c
compiling /tmp/ruby/src/trunk_gcc12/enc/unicode.c
compiling /tmp/ruby/src/trunk_gcc12/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk_gcc12/missing/setproctitle.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-12
	LD = ld
	LDSHARED = gcc-12 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs
gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0
Copyright (C) 2022 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_gcc12/localeinit.c
compiling /tmp/ruby/src/trunk_gcc12/dln.c
compiling /tmp/ruby/src/trunk_gcc12/loadpath.c
builtin_binary.inc updated
2568fe1c7f31c3b0e466bc210b625ad6807f586d11427732b550515165b7de46  builtin_binary.inc
compiling /tmp/ruby/src/trunk_gcc12/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-12
	LD = ld
	LDSHARED = gcc-12 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs
gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
compiling /tmp/ruby/src/trunk_gcc12/enc/encdb.c
compiling /tmp/ruby/src/trunk_gcc12/enc/big5.c
compiling /tmp/ruby/src/trunk_gcc12/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating transdb.h
compiling /tmp/ruby/src/trunk_gcc12/enc/cp949.c
compiling /tmp/ruby/src/trunk_gcc12/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk_gcc12/enc/euc_jp.c
compiling /tmp/ruby/src/trunk_gcc12/enc/euc_kr.c
transdb.h unchanged
generating makefiles ext/configure-ext.mk
compiling /tmp/ruby/src/trunk_gcc12/enc/euc_tw.c
ext/configure-ext.mk updated
making trans
compiling /tmp/ruby/src/trunk_gcc12/enc/gb2312.c
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk_gcc12/enc/gb18030.c
compiling /tmp/ruby/src/trunk_gcc12/enc/gbk.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/big5.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk_gcc12/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk_gcc12/enc/koi8_r.c
compiling /tmp/ruby/src/trunk_gcc12/enc/koi8_u.c
compiling /tmp/ruby/src/trunk_gcc12/enc/shift_jis.c
compiling /tmp/ruby/src/trunk_gcc12/enc/utf_16be.c
compiling /tmp/ruby/src/trunk_gcc12/enc/utf_16le.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk_gcc12/enc/utf_32be.c
compiling /tmp/ruby/src/trunk_gcc12/enc/utf_32le.c
compiling /tmp/ruby/src/trunk_gcc12/enc/windows_31j.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk_gcc12/enc/windows_1250.c
compiling /tmp/ruby/src/trunk_gcc12/enc/windows_1251.c
compiling /tmp/ruby/src/trunk_gcc12/enc/windows_1252.c
compiling /tmp/ruby/src/trunk_gcc12/enc/windows_1253.c
compiling /tmp/ruby/src/trunk_gcc12/enc/windows_1254.c
compiling /tmp/ruby/src/trunk_gcc12/enc/windows_1257.c
linking encoding encdb.so
linking encoding big5.so
linking encoding cesu_8.so
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/ebcdic.c
linking encoding cp949.so
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/emoji_iso2022_kddi.c
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/emoji_sjis_docomo.c
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/emoji_sjis_kddi.c
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/emoji_sjis_softbank.c
linking encoding windows_1254.so
linking encoding windows_1257.so
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/escape.c
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/japanese.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/japanese_euc.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/korean.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/single_byte.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk_gcc12/enc/trans/utf_16_32.c
linking transcoder transdb.so
linking transcoder big5.so
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking transcoder gb18030.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking transcoder korean.so
linking transcoder single_byte.so
linking transcoder utf8_mac.so
linking transcoder utf_16_32.so
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
making encs
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating makefile exts.mk
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/array/concat/to_ary_concat.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/arith_seq/extract.so
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/array/concat'
linking shared-object -test-/RUBY_ALIGNOF.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bignum/big2str.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug-14834'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bug-14834/bug-14834.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bug-3571/bug.c
linking shared-object -test-/array/resize.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_3571.so
linking shared-object -test-/bug_14834.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/array/resize'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug-3571'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug_reporter'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bug-5832/bug.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bug_reporter/bug_reporter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/class'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bignum/div.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/class/init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug_reporter'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/debug'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/debug/init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/dln/empty/empty.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bignum/intpack.c
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/debug/inspector.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/class'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/debug/profile_frames.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/bignum/str2big.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/exception'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/exception/dataerror.c
linking shared-object -test-/enumerator_kw.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/exception/enc_raise.c
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/fatal/init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/exception/ensured.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/file'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/exception/init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/file/init.c
linking shared-object -test-/exception.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/float'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/float/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/funcall/funcall.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/file/newline_conv.c
linking shared-object -test-/fatal.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/float/nextafter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/funcall.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/file/stat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/hash'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/hash/delete.c
linking shared-object -test-/float.so
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/float'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/gvl/call_without_gvl'
linking shared-object -test-/file.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/integer'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/integer/core_ext.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/iseq_load/iseq_load.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/hash/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/iter'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/iter/break.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/load/dot.dot/dot.dot.c
linking shared-object -test-/hash.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/iter/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/dot.dot.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/integer/init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/integer/my_integer.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/marshal/internal_ivar/internal_ivar.c
linking shared-object -test-/iter.so
linking shared-object -test-/marshal/compat.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/marshal/usr'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/memory_view'
linking shared-object -test-/integer.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/integer'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/method'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/method/arity.c
linking shared-object -test-/marshal/usr.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/notimplement/bug.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/marshal/usr'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/num2int/num2int.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/method/init.c
linking shared-object -test-/notimplement.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/path_to_class/path_to_class.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/postponed_job/postponed_job.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/method'
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/printf'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/printf/printf.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/popen_deadlock'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/proc'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/proc/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/path_to_class'
linking shared-object -test-/postponed_job.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/random'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/random/bad_version.c
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/proc/receiver.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/rational/rat.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/printf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/random/init.c
linking shared-object -test-/rb_call_super_kw.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/proc/super.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/random/loop.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/rb_call_super_kw'
linking shared-object -test-/rational.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/regexp/init.c
linking shared-object -test-/proc.so
linking shared-object -test-/random.so
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/proc'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/scan_args/scan_args.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/st/foreach/foreach.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/random'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/st/numhash/numhash.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/scan_args.so
linking shared-object -test-/st/foreach.so
linking shared-object -test-/regexp.so
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/scan_args'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/st/foreach'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/string'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/struct'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/struct/data.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/struct/duplicate.c
linking shared-object -test-/st/update.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/struct/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/struct/member.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/symbol/type.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/ellipsize.c
linking shared-object -test-/struct.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/thread/instrumentation/instrumentation.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/enc_associate.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/thread_fd/thread_fd.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/time'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/time/init.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/time/leap_second.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/thread/instrumentation'
linking shared-object -test-/thread_fd.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/enc_dummy.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/typeddata.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/time/new.c
linking shared-object -test-/tracepoint.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/vm'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/vm/at_exit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/wait'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/wait/wait.c
linking shared-object -test-/time.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/fstring.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_gcc12/ext/cgi/escape/escape.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/continuation'
compiling /tmp/ruby/src/trunk_gcc12/ext/continuation/continuation.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/wait'
linking shared-object cgi/escape.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
compiling /tmp/ruby/src/trunk_gcc12/ext/coverage/coverage.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/modify.c
linking shared-object continuation.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/new.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date'
compiling /tmp/ruby/src/trunk_gcc12/ext/date/date_core.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/nofree.c
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/normalize.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/digest.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/qsort.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/rb_interned_str.c
linking shared-object digest.so
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/rb_str_dup.c
compiling /tmp/ruby/src/trunk_gcc12/ext/-test-/string/set_len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/etc'
compiling /tmp/ruby/src/trunk_gcc12/ext/etc/etc.c
compiling /tmp/ruby/src/trunk_gcc12/ext/date/date_parse.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fcntl'
compiling /tmp/ruby/src/trunk_gcc12/ext/fcntl/fcntl.c
linking shared-object -test-/string.so
linking shared-object etc.so
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/closure.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
compiling /tmp/ruby/src/trunk_gcc12/ext/io/console/console.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_gcc12/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/conversions.c
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/fiddle.c
linking shared-object io/nonblock.so
linking shared-object io/console.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/wait'
compiling /tmp/ruby/src/trunk_gcc12/ext/io/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
compiling /tmp/ruby/src/trunk_gcc12/ext/monitor/monitor.c
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/function.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
compiling /tmp/ruby/src/trunk_gcc12/ext/objspace/object_tracing.c
linking shared-object monitor.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/handle.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk_gcc12/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/memory_view.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk_gcc12/ext/objspace/objspace_dump.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_bio.c
compiling /tmp/ruby/src/trunk_gcc12/ext/fiddle/pointer.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
compiling /tmp/ruby/src/trunk_gcc12/ext/pathname/pathname.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_bn.c
linking shared-object fiddle.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
compiling /tmp/ruby/src/trunk_gcc12/ext/psych/psych.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_cipher.c
linking shared-object pathname.so
compiling /tmp/ruby/src/trunk_gcc12/ext/psych/psych_emitter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
compiling /tmp/ruby/src/trunk_gcc12/ext/pty/pty.c
compiling /tmp/ruby/src/trunk_gcc12/ext/psych/psych_parser.c
linking shared-object pty.so
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_config.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
compiling /tmp/ruby/src/trunk_gcc12/ext/psych/psych_to_ruby.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_gcc12/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk_gcc12/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk_gcc12/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_digest.c
linking shared-object rbconfig/sizeof.so
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
compiling /tmp/ruby/src/trunk_gcc12/ext/ripper/eventids1.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk_gcc12/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/constants.c
compiling /tmp/ruby/src/trunk_gcc12/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk_gcc12/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk_gcc12/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/socket.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_ns_spki.c
linking shared-object date_core.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/stringio'
compiling /tmp/ruby/src/trunk_gcc12/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/tcpsocket.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/strscan'
compiling /tmp/ruby/src/trunk_gcc12/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/tcpserver.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/zlib'
compiling /tmp/ruby/src/trunk_gcc12/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/udpsocket.c
linking shared-object zlib.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_pkey.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_pkey_dh.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_pkey_dsa.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_pkey_ec.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/option.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_pkey_rsa.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_provider.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_rand.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk_gcc12/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_ssl.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_ssl_session.c
linking shared-object socket.so
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_ts.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
compiling /tmp/ruby/src/trunk_gcc12/ext/ripper/ripper_init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/bubblebabble/bubblebabble.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/md5'
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/md5/md5init.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/md5/md5.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509attr.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/rmd160/rmd160.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/sha1/sha1init.c
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/sha2/sha2init.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509cert.c
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/sha1/sha1.c
compiling /tmp/ruby/src/trunk_gcc12/ext/digest/sha2/sha2.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509crl.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json/generator'
compiling /tmp/ruby/src/trunk_gcc12/ext/json/generator/generator.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json/parser'
compiling /tmp/ruby/src/trunk_gcc12/ext/json/parser/parser.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509ext.c
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json/generator'
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk_gcc12/ext/openssl/ossl_x509store.c
linking shared-object openssl.so
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json/parser'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/power_assert.revision unchanged
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-12
	LD = ld
	LDSHARED = gcc-12 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_gcc12/tool/ifchange /tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/typeprof.revision -
generating encdb.h
gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0
Copyright (C) 2022 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

/tmp/ruby/src/trunk_gcc12/.bundle/.timestamp/typeprof.revision unchanged
generating enc.mk
encdb.h unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_gcc12/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
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
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
./miniruby -I/tmp/ruby/src/trunk_gcc12/lib -I. -I.ext/common  /tmp/ruby/src/trunk_gcc12/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_gcc12/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_gcc12/bin
installing base libraries:          /tmp/ruby/install/trunk_gcc12/lib
installing arch files:              /tmp/ruby/install/trunk_gcc12/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_gcc12/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_gcc12/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc12/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc12/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_gcc12/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_gcc12/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_gcc12/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_gcc12/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk_gcc12/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_gcc12/bin
installing library scripts:         /tmp/ruby/install/trunk_gcc12/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk_gcc12/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk_gcc12/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_gcc12/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_gcc12/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_gcc12/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_gcc12/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='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-12
	LD = ld
	LDSHARED = gcc-12 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs
gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0
Copyright (C) 2022 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_gcc12/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_gcc12/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-12
	LD = ld
	LDSHARED = gcc-12 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs
gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0
Copyright (C) 2022 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_gcc12'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
Run options: 
  --seed=38827
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_gcc12/lib -I. -I.ext/common  /tmp/ruby/src/trunk_gcc12/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_gcc12/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/914] 435868=test_rdoc_markup_paragraph
[  2/914] 435866=test_gem_update_suggestion
[  3/914] 435867=test_stringscanner
[  4/914] 435869=test_pstore
[  5/914] 435869=location_test
[  6/914] 435867=test_object_create_start
[  7/914] 435867=test_gem_resolver_lock_set
[  8/914] 435869=test_gem_commands_search_command
[  9/914] 435868=test_gem_resolver_local_specification
[ 10/914] 435867=test_gc
[ 11/914] 435866=test_pack
[ 12/914] 435869=test_framework
[ 13/914] 435869=test_gem_commands_signin_command
[ 14/914] 435868=test_not
[ 15/914] 435868=test_inlinecache
[ 16/914] 435869=test_iseq
[ 17/914] 435868=test_gem_security_signer
[ 18/914] 435866=test_gem_spec_fetcher
[ 19/914] 435868=test_gem_request_set
[ 20/914] 435866=test_update
[ 21/914] 435866=test_zsh_completion
[ 22/914] 435866=test_class
[ 23/914] 435866=test_condition
[ 24/914] 435866=test_ostruct
[ 25/914] 435866=test_enc_raise
[ 26/914] 435866=test_too_many_dummy_encodings
[ 27/914] 435866=test_cp949
[ 28/914] 435866=test_class2name
[ 29/914] 435866=test_numeric
[ 30/914] 435866=test_resize
[ 31/914] 435866=test_key_event_record
[ 32/914] 435866=test_emoji
[ 33/914] 435866=test_sorted_set
[ 34/914] 435869=test_undef
[ 35/914] 435869=test_date_attr
[ 36/914] 435869=test_hmac
[ 37/914] 435868=test_enumerator_kw
[ 38/914] 435869=test_gem_resolver_specification
[ 39/914] 435868=test_workspace
[ 40/914] 435869=test_hash
[ 41/914] 435869=test_macro
[ 42/914] 435866=test_mkmf
[ 43/914] 435868=test_gem_ext_builder
[ 44/914] 435869=test_history
[ 45/914] 435866=test_tree_spell_checker
[ 46/914] 435866=test_have_library
[ 47/914] 435869=test_protocol
[ 48/914] 435869=test_objspace
[ 49/914] 435868=test_rdoc_markup
[ 50/914] 435868=test_erb_command
[ 51/914] 435868=parse_success_test
[ 52/914] 435868=test_set_len
[ 53/914] 435868=parse_test
[ 54/914] 435868=test_depth_first
[ 55/914] 435868=test_fnmatch
[ 56/914] 435866=test_require
[ 57/914] 435868=test_clone
[ 58/914] 435868=test_erb_m17n
[ 59/914] 435868=test_optparse
[ 60/914] 435868=test_custom_command
[ 61/914] 435868=test_gem_commands_sources_command
[ 62/914] 435868=test_pkcs12
[ 63/914] 435868=test_rdoc_require
[ 64/914] 435868=test_ractor
[ 65/914] 435868=test_emitter
[ 66/914] 435868=integer_parse_test
[ 67/914] 435868=test_signedness
[ 68/914] 435866=test_disable_irb
[ 69/914] 435866=test_utf16
[ 70/914] 435866=test_string
[ 71/914] 435866=test_color
[ 72/914] 435866=test_stringify_symbols
[ 73/914] 435866=test_yield
[ 74/914] 435866=test_formatter
[ 75/914] 435866=test_raise
[ 76/914] 435866=test_dup
[ 77/914] 435866=test_date_arith
[ 78/914] 435866=test_gem_commands_cert_command
[ 79/914] 435867=test_ripper
[ 80/914] 435867=test_gem_commands_owner_command
[ 81/914] 435866=test_duplicate
[ 82/914] 435866=test_arith_seq_extract
[ 83/914] 435867=test_gem_dependency_list
[ 84/914] 435867=test_extlibs
[ 85/914] 435866=test_path
[ 86/914] 435866=test_weakkeymap
[ 87/914] 435868=node_id_test
[ 88/914] 435868=test_rdoc_task
[ 89/914] 435868=test_rdoc_markup_parser
[ 90/914] 435868=test_backtrace
[ 91/914] 435866=test_rdoc_rd_inline_parser
[ 92/914] 435866=test_autoload
[ 93/914] 435868=test_c_struct_entry
[ 94/914] 435868=test_ast
[ 95/914] 435867=test_rdoc_normal_class
[ 96/914] 435867=equality_test
[ 97/914] 435867=test_ensure_and_callcc
[ 98/914] 435867=test_rdoc_markup_include
[ 99/914] 435867=test_rdoc_markup_hard_break
[100/914] 435867=test_gem_installer
[101/914] 435869=test_gem_util
[102/914] 435869=test_defined
[103/914] 435869=test_module
[104/914] 435866=test_ractor
[105/914] 435866=test_ractor
[106/914] 435866=test_scanner_events
[107/914] 435866=constant_path_node_test
[108/914] 435866=test_fiddle
[109/914] 435866=test_ssl
[110/914] 435869=test_ws
[111/914] 435869=test_scalar
[112/914] 435869=test_readpartial
[113/914] 435869=regular_expression_encoding_test
[114/914] 435869=test_to_ruby
[115/914] 435869=test_digest
[116/914] 435869=test_coverage
[117/914] 435869=test_rdoc_markup_heading
[118/914] 435867=test_eval
[119/914] 435867=test_pathname
[120/914] 435869=test_gem_commands_fetch_command
[121/914] 435867=test_rubyvm
[122/914] 435867=test_human_typo
[123/914] 435867=test_rdoc_ri_paths
[124/914] 435869=test_gem_commands_uninstall_command
[125/914] 435867=test_ellipsize
[126/914] 435867=test_c_struct_builder
[127/914] 435867=test_key_actor_vi
[128/914] 435867=test_convertible
[129/914] 435869=test_ansi_with_terminfo
[130/914] 435869=test_marshalable
[131/914] 435869=test_gem_commands_yank_command
[132/914] 435869=test_env
[133/914] 435866=test_cstr
[134/914] 435866=test_ractor
[135/914] 435866=heredoc_test
[136/914] 435866=test_rendering
[137/914] 435866=test_have_macro
[138/914] 435866=test_method_name_check
[139/914] 435866=test_yaml
[140/914] 435866=test_gem_resolver_dependency_request
[141/914] 435866=test_abi
[142/914] 435866=test_handle
[143/914] 435866=test_alias_and_anchor
[144/914] 435866=test_pkey
[145/914] 435866=test_getopts
[146/914] 435866=test_load
[147/914] 435866=test_gem_name_tuple
[148/914] 435866=test_gem_commands_install_command
[149/914] 435869=test_rdoc_cross_reference
[150/914] 435869=test_gem_commands_pristine_command
[151/914] 435866=test_literal
[152/914] 435869=test_thread_queue
[153/914] 435866=test_thread
[154/914] 435866=test_nowrite
[155/914] 435866=test_gem_impossible_dependencies_error
[156/914] 435866=test_arith_seq_beg_len_step
[157/914] 435866=test_gem_resolver_requirement_list
[158/914] 435866=test_rdoc_markup_indented_paragraph
[159/914] 435866=test_rdoc_generator_pot_po
[160/914] 435866=test_digest_extend
[161/914] 435866=test_gem_doctor
[162/914] 435866=test_stack
[163/914] 435866=test_rdoc_i18n_text
[164/914] 435866=test_random
[165/914] 435866=test_summary
[166/914] 435869=test_econv
[167/914] 435866=test_foreach
[168/914] 435866=test_securerandom
[169/914] 435866=test_scalar_scanner
[170/914] 435866=test_date_strptime
[171/914] 435866=test_frozen_error
[172/914] 435866=test_signal
[173/914] 435869=test_fixnum
[174/914] 435869=test_utf32
[175/914] 435869=compiler_test
[176/914] 435869=regular_expression_options_test
[177/914] 435869=test_rdoc_generator_json_index
[178/914] 435869=test_nonblock
[179/914] 435869=test_gem_commands_stale_command
[180/914] 435869=test_rdoc_options
[181/914] 435866=test_process
[182/914] 435869=test_parse
[183/914] 435869=test_noarg
[184/914] 435869=test_rdoc_include
[185/914] 435869=breadth_first_search_test
[186/914] 435869=test_cesu8
[187/914] 435869=test_rdoc_normal_module
[188/914] 435869=test_rdoc_markdown_test
[189/914] 435869=test_stat
[190/914] 435869=test_load
[191/914] 435869=test_gem_source_local
[192/914] 435869=test_gem_commands_query_command
[193/914] 435869=test_class
[194/914] 435867=test_sexp
[195/914] 435867=test_const
[196/914] 435867=test_dir
[197/914] 435867=test_rdoc_markup_pre_process
[198/914] 435867=test_cgi_modruby
[199/914] 435867=test_gem_resolver_activation_request
[200/914] 435867=test_kill_ring
[201/914] 435867=test_rdoc_markup_to_html
[202/914] 435867=test_files_test_2
[203/914] 435869=test_mutex
[204/914] 435869=test_stream
[205/914] 435869=test_buffered_io
[206/914] 435869=test_struct
[207/914] 435869=test_gem_package_tar_writer
[208/914] 435869=test_find
[209/914] 435869=test_win32ole_variant_m
[210/914] 435869=test_call
[211/914] 435869=test_iso_8859
[212/914] 435869=test_pkg_config
[213/914] 435869=test_rdoc_markup_verbatim
[214/914] 435869=test_gem_ext_cargo_builder_unit
[215/914] 435869=test_asn1
[216/914] 435869=test_flags
[217/914] 435867=test_dln
[218/914] 435867=test_open-uri
[219/914] 435867=test_rdoc_context
[220/914] 435869=test_files_sample
[221/914] 435869=test_gem_dependency
[222/914] 435867=test_win32ole_method
[223/914] 435867=test_find_executable
[224/914] 435867=json_encoding_test
[225/914] 435867=test_gem_ext_cargo_builder
[226/914] 435867=test_date_new
[227/914] 435867=test_lazy_enumerator
[228/914] 435869=test_x509req
[229/914] 435869=test_allocation
[230/914] 435867=test_win32ole_type
[231/914] 435867=test_tcp
[232/914] 435867=test_insns_leaf
[233/914] 435867=test_x509crl
[234/914] 435867=test_gem_dependency_resolution_error
[235/914] 435867=newline_test
[236/914] 435867=test_gem_package
[237/914] 435867=test_cgi_session
[238/914] 435867=test_files_ext
[239/914] 435867=test_compile_prism
[240/914] 435867=test_eval_history
[241/914] 435867=test_gem_request_set_gem_dependency_api
[242/914] 435867=test_gem_request_set_lockfile_parser
[243/914] 435867=test_ftp
[244/914] 435867=test_trick
[245/914] 435867=test_unicode_escape
[246/914] 435869=test_refinement
[247/914] 435867=test_require
[248/914] 435867=test_notimplement
[249/914] 435867=overlap_test
[250/914] 435867=test_rdoc_text
[251/914] 435867=test_arithmetic_sequence
[252/914] 435867=test_win32ole_method_event
[253/914] 435867=test_error_highlight
[254/914] 435867=test_key_name_check
[255/914] 435867=test_gem_validator
[256/914] 435867=test_thread
[257/914] 435866=test_at_exit
[258/914] 435866=test_case_options
[259/914] 435866=test_complex
[260/914] 435866=test_flush
[261/914] 435866=json_string_matching_test
[262/914] 435866=test_bignum
[263/914] 435866=test_append
[264/914] 435866=test_array_create
[265/914] 435866=test_pp
[266/914] 435866=test_exception
[267/914] 435869=test_rdoc_single_class
[268/914] 435869=test_mul
[269/914] 435869=ractor_test
[270/914] 435869=test_gem_remote_fetcher_local_server
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_single_host: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 36669>
.Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_upper_case_proxy: 12
Leaked file descriptor: TestGemRemoteFetcherLocalServer#test_observe_no_proxy_env_list: 12 : #<TCPSocket:fd 12, AF_INET6, ::1, 38931>
Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 12
[271/914] 435869=test_profile_frames
[272/914] 435869=test_reline
[273/914] 435869=test_io
[274/914] 435867=test_enum
[275/914] 435866=test_httpresponse
[276/914] 435866=test_rdoc_parser_ruby
[277/914] 435867=test_rdoc_token_stream
[278/914] 435867=test_warning
[279/914] 435867=implicit_array_test
[280/914] 435867=parse_stream_test
[281/914] 435867=test_gbk
[282/914] 435867=test_gem_resolver
[283/914] 435866=test_socket
[284/914] 435867=attribute_write_test
[285/914] 435867=test_gem_commands_push_command
[286/914] 435867=test_gem_local_remote_options
[287/914] 435867=test_gb18030
[288/914] 435867=test_case
[289/914] 435867=test_x509ext
[290/914] 435867=reflection_test
[291/914] 435867=test_recorder
[292/914] 435867=json_ext_parser_test
[293/914] 435867=test_rdoc_markup_formatter
[294/914] 435867=test_etc
[295/914] 435867=test_modify_expand
[296/914] 435867=test_raise_exception
[297/914] 435867=test_gem_available_set
[298/914] 435867=test_win32ole
[299/914] 435867=test_store
[300/914] 435867=test_settracefunc
[301/914] 435866=test_gem_text
[302/914] 435866=tunnel_test
[303/914] 435866=test_m17n_comb
[304/914] 435867=test_gem_source_vendor
[305/914] 435867=test_cgi_util
[306/914] 435867=test_gem_commands_outdated_command
[307/914] 435867=test_beginendblock
[308/914] 435867=test_gem_command_manager
[309/914] 435867=test_https_proxy
[310/914] 435867=test_sprintf_comb
[311/914] 435867=test_last_thread
[312/914] 435867=test_within_pipe
[313/914] 435867=parse_comments_test
[314/914] 435867=test_method_cache
[315/914] 435867=test_x509attr
[316/914] 435867=test_context
[317/914] 435867=test_io_console
[318/914] 435866=test_monitor
[319/914] 435866=test_coder
[320/914] 435866=test_symbol
[321/914] 435867=test_rdoc_parser
[322/914] 435867=test_gem_silent_ui
[323/914] 435867=regexp_test
[324/914] 435867=test_whileuntil
[325/914] 435867=test_unix
[326/914] 435867=test_c_union_entity
[327/914] 435867=test_gem_safe_yaml
[328/914] 435867=test_method_cache
[329/914] 435867=test_iter_break
[330/914] 435867=test_gem_source_fetch_problem
[331/914] 435867=test_num2int
[332/914] 435867=test_null
[333/914] 435867=test_svcb_https
[334/914] 435867=test_buffering
[335/914] 435867=test_addrinfo
[336/914] 435868=test_typeddata
[337/914] 435867=test_bug-14834
[338/914] 435867=test_variable_name_check
[339/914] 435868=test_ractor_compatibility
[340/914] 435867=numeric_value_test
[341/914] 435867=test_gem_package_tar_reader_entry
[342/914] 435867=test_date_conv
[343/914] 435867=test_egrep_cpp
[344/914] 435868=test_address_resolve
[345/914] 435867=test_terminfo
[346/914] 435867=test_usrmarshal
[347/914] 435868=test_gem_commands_dependency_command
[348/914] 435867=test_rdoc_parser_prism_ruby
[349/914] 435868=test_require_lib
[350/914] 435867=test_objectspace
[351/914] 435866=test_default_gems
[352/914] 435869=static_literals_test
[353/914] 435869=test_fileutils
[354/914] 435866=test_euc_jp
[355/914] 435866=test_gem_resolver_lock_specification
[356/914] 435866=locals_test
[357/914] 435866=test_gem_request_connection_pools
[358/914] 435866=test_gem_install_update_options
[359/914] 435869=test_multi_irb_commands
[360/914] 435869=test_my_integer
[361/914] 435869=test_debugger_integration
[362/914] 435869=test_rdoc_generator_darkfish
[363/914] 435866=test_gem_ext_rake_builder
[364/914] 435869=command_line_test
[365/914] 435869=test_rdoc_parser_rd
[366/914] 435869=test_gem_source_lock
[367/914] 435869=test_flip
[368/914] 435869=test_object
[369/914] 435869=test_rdoc_rdoc
[370/914] 435866=test_iseq_load
[371/914] 435869=test_optimization
[372/914] 435868=test_delegate
[373/914] 435868=test_io_buffer
[374/914] 435867=test_func
[375/914] 435868=test_wss
[376/914] 435868=test_rdoc_markup_to_table_of_contents
[377/914] 435868=test_rdoc_markup_to_ansi
[378/914] 435868=test_ifunless
[379/914] 435868=test_verbose
[380/914] 435868=string_encoding_test
[381/914] 435868=test_regexp
[382/914] 435866=test_windows_1251
[383/914] 435866=test_rdoc_markup_to_joined_paragraph
[384/914] 435866=test_common
[385/914] 435866=bom_test
[386/914] 435866=test_gem_stream_ui
[387/914] 435866=test_file
[388/914] 435866=test_rdoc_generator_ri
[389/914] 435866=test_bug-5832
[390/914] 435866=test_sprintf
[391/914] 435866=test_rbconfig
[392/914] 435866=heredoc_dedent_test
[393/914] 435866=test_rdoc_context_section
[394/914] 435866=test_rdoc_rubygems_hook
[395/914] 435866=test_weakmap
[396/914] 435867=test_ractor
[397/914] 435867=snippets_test
[398/914] 435867=test_helper
[399/914] 435867=test_addr
[400/914] 435867=test_irb
[401/914] 435867=test_configuration
[402/914] 435867=test_recursion
[403/914] 435867=test_rdoc_tom_doc
[404/914] 435867=newline_offsets_test
[405/914] 435867=test_io_wait_uncommon
[406/914] 435867=test_gem_request_set_lockfile_tokenizer
[407/914] 435867=test_config
[408/914] 435867=test_gem_ci_detector
[409/914] 435867=test_bug-3571
[410/914] 435867=test_logperiod
[411/914] 435867=test_external_new
[412/914] 435867=test_gem_rdoc
[413/914] 435867=test_win32ole_typelib
[414/914] 435867=test_config
[415/914] 435867=test_show_source
[416/914] 435867=test_pattern_matching
[417/914] 435867=test_emitter
[418/914] 435867=test_eval
[419/914] 435867=test_nesting_parser
[420/914] 435867=json_generic_object_test
[421/914] 435867=test_scheduler
[422/914] 435867=test_case_comprehensive
[423/914] 435867=test_x509cert
[424/914] 435867=test_gem_commands_which_command
[425/914] 435867=test_logdevice
[426/914] 435869=test_gem_commands_open_command
[427/914] 435869=test_file_exhaustive
[428/914] 435867=test_lambda
[429/914] 435867=test_zlib
[430/914] 435866=test_string
[431/914] 435869=test_type
[432/914] 435869=dump_test
[433/914] 435869=test_date_ractor
[434/914] 435867=test_pair
[435/914] 435869=test_gem_command
[436/914] 435869=lex_test
[437/914] 435869=test_err_in_callback
[438/914] 435869=test_proc
[439/914] 435868=test_bundled_gems
[440/914] 435868=test_random_formatter
[441/914] 435868=test_rdoc_rd_inline
[442/914] 435868=test_io_buffer
[443/914] 435868=test_date_strftime
[444/914] 435869=version_test
[445/914] 435869=test_files_test_1
[446/914] 435869=test_rdoc_code_object
[447/914] 435868=test_big5
[448/914] 435868=test_gem_gem_runner
[449/914] 435869=test_sleep
[450/914] 435868=test_basicsocket
[451/914] 435868=test_nomethod_error
[452/914] 435868=test_gem_commands_info_command
[453/914] 435868=test_rdoc_alias
[454/914] 435868=test_rdoc_generator_pot
[455/914] 435868=test_gem_commands_mirror
[456/914] 435868=test_timeout
[457/914] 435868=magic_comment_test
[458/914] 435868=test_install
[459/914] 435867=pattern_test
[460/914] 435867=library_symbols_test
[461/914] 435867=test_erb
[462/914] 435868=test_io
[463/914] 435867=test_gem_commands_cleanup_command
[464/914] 435868=test_rdoc_markup_to_label
[465/914] 435868=test_rdoc_parser_changelog
[466/914] 435868=test_win32ole_param
[467/914] 435868=test_files_test
[468/914] 435868=test_rdoc_markup_to_markdown
[469/914] 435868=test_pipe
[470/914] 435868=test_cgi_header
[471/914] 435868=test_gem_dependency_installer
[472/914] 435869=test_threadgroup
[473/914] 435867=test_pkey_dh
[474/914] 435867=test_rendering
[475/914] 435867=test_delete
[476/914] 435867=test_lexer
[477/914] 435867=test_rdoc_extend
[478/914] 435867=test_import
[479/914] 435869=test_continuation
[480/914] 435869=test_merge_keys
[481/914] 435869=test_random
[482/914] 435869=test_pointer
[483/914] 435869=test_time
[484/914] 435869=test_placearg
[485/914] 435869=test_logger
[486/914] 435869=test_config
[487/914] 435869=test_rdoc_top_level
[488/914] 435869=test_gem_resolver_git_specification
[489/914] 435867=test_io_m17n
[490/914] 435869=test_gem_commands_setup_command
[491/914] 435869=unescape_test
[492/914] 435868=test_ipaddr
[493/914] 435868=test_bmethod
[494/914] 435868=test_assembler
[495/914] 435868=test_x509store
[496/914] 435868=test_kdf
[497/914] 435868=test_inadvertent_creation
[498/914] 435868=test_kwargs
[499/914] 435868=test_io_wait
[500/914] 435868=test_ocsp
[501/914] 435867=test_gem_source
[502/914] 435867=test_gem_security_policy
[503/914] 435868=test_folderitem2_invokeverb
[504/914] 435868=test_euc_kr
[505/914] 435868=test_psych
[506/914] 435868=test_coderange
[507/914] 435868=test_benchmark
[508/914] 435869=json_fixtures_test
[509/914] 435869=test_to_ary_concat
[510/914] 435867=test_command
[511/914] 435867=test_rdoc_parser_c
[512/914] 435868=test_gem_resolver_index_set
[513/914] 435868=test_date
[514/914] 435868=test_rubyoptions
[515/914] 435867=test_printf
[516/914] 435867=test_gem_resolver_best_set
[517/914] 435867=test_transcode
[518/914] 435867=test_set
[519/914] 435867=test_gem_resolver_api_specification
[520/914] 435867=test_ole_methods
[521/914] 435867=test_udp
[522/914] 435867=test_range
[523/914] 435867=test_rdoc_constant
[524/914] 435867=test_deprecate
[525/914] 435869=test_ns_spki
[526/914] 435869=test_dryrun
[527/914] 435867=test_require_path_check
[528/914] 435869=test_gem_resolver_conflict
[529/914] 435869=test_gem_commands_specification_command
[530/914] 435869=integer_base_flags_test
[531/914] 435869=test_interned_str
[532/914] 435869=test_gem_platform
[533/914] 435867=test_locale
[534/914] 435867=test_encoding
[535/914] 435869=test_rdoc_markup_attribute_manager
[536/914] 435869=test_nil
[537/914] 435869=test_rdoc_encoding
[538/914] 435869=test_ts
[539/914] 435867=test_rdoc_class_module
[540/914] 435869=test_gem_resolver_composed_set
[541/914] 435869=test_remote_fetch_error
[542/914] 435869=test_constant
[543/914] 435867=test_frozen
[544/914] 435867=test_grapheme_breaks
[545/914] 435867=test_integer_comb
[546/914] 435867=test_rdoc_markdown
[547/914] 435866=test_have_func
[548/914] 435867=test_reline_key
[549/914] 435867=test_resource
[550/914] 435867=test_rdoc_rd
[551/914] 435867=test_singleton
[552/914] 435867=test_unicode_normalize
[553/914] 435867=test_require
[554/914] 435869=test_gem_path_support
[555/914] 435869=test_parser_events
[556/914] 435869=test_gem_remote_fetcher
[557/914] 435869=test_ssl_session
[558/914] 435866=test_normalize
[559/914] 435866=test_dns
[560/914] 435869=test_function_entry
[561/914] 435869=test_reqarg
Leaked file descriptor: TestResolvDNS#test_multiple_servers_with_timeout_and_truncated_tcp_fallback: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 36786>
Closed file descriptor: TestResolvDNS#test_invalid_byte_comment: 14
[562/914] 435866=test_gem_gemcutter_utilities
[563/914] 435869=test_http_request
[564/914] 435869=test_pack
[565/914] 435866=test_x509name
[566/914] 435866=test_basicinstructions
[567/914] 435866=test_bug_reporter
[568/914] 435866=test_str2big
[569/914] 435866=test_key_actor_emacs
[570/914] 435869=parameters_signature_test
[571/914] 435869=test_alias
[572/914] 435866=test_gem_commands_check_command
[573/914] 435866=test_rdoc_attr
[574/914] 435866=test_gem_package_old
[575/914] 435866=test_registry
[576/914] 435866=test_super
[577/914] 435869=test_gem_uninstaller
[578/914] 435867=test_httpheader
[579/914] 435867=test_gem_source_git
[580/914] 435866=fuzzer_test
[581/914] 435866=test_rdoc_ri_driver
[582/914] 435868=test_regex_casefold
[583/914] 435868=test_serialize_subclasses
[584/914] 435868=test_struct
[585/914] 435868=test_ractor
[586/914] 435868=onigmo_test
[587/914] 435868=desugar_compiler_test
[588/914] 435868=test_yamlstore
[589/914] 435868=test_internal_ivar
[590/914] 435868=test_tracepoint
[591/914] 435866=test_gem_ext_configure_builder
[592/914] 435866=json_common_interface_test
[593/914] 435866=test_fd_setsize
[594/914] 435866=test_gem_ext_cmake_builder
[595/914] 435866=test_ancdata
[596/914] 435866=test_rat
[597/914] 435866=test_syntax
[598/914] 435868=ripper_test
[599/914] 435869=test_rubygems
[600/914] 435869=test_file
[601/914] 435869=test_rdoc_markup_to_rdoc
[602/914] 435869=test_gem_request
[603/914] 435868=test_tsort
[604/914] 435868=test_gem_commands_lock_command
[605/914] 435868=test_init
[606/914] 435869=test_acceptable
[607/914] 435867=snapshots_test
[608/914] 435869=test_data
[609/914] 435869=test_function
[610/914] 435868=test_gem_ext_cargo_builder_link_flag_converter
[611/914] 435868=test_rdoc_generator_markup
[612/914] 435868=parser_test
[613/914] 435868=test_word
[614/914] 435868=test_numeric
[615/914] 435869=test_string_memory
[616/914] 435868=test_bundled_ca
[617/914] 435869=test_rdoc_parser_simple
[618/914] 435869=test_class_name_check
[619/914] 435869=test_mailto
[620/914] 435869=test_line_editor
[621/914] 435869=test_jaro_winkler
[622/914] 435869=test_rand
[623/914] 435868=symbol_encoding_test
[624/914] 435868=test_gem_resolver_api_set
[625/914] 435869=test_rdoc_comment
[626/914] 435869=test_history
[627/914] 435869=test_thread_fd_close
[628/914] 435868=test_tmpdir
[629/914] 435869=test_nil2vtempty
[630/914] 435869=test_tree_builder
[631/914] 435869=ruby_parser_test
[632/914] 435869=test_cgi_multipart
[633/914] 435868=test_gem_resolver_vendor_set
[634/914] 435868=test_tempfile
[635/914] 435869=test_protect
[636/914] 435869=test_enumerable
[637/914] 435869=test_propertyputref
[638/914] 435869=test_generic
[639/914] 435869=test_pkcs7
[640/914] 435869=test_autoconf
[641/914] 435869=test_ldap
[642/914] 435869=test_pty
[643/914] 435867=test_arity
[644/914] 435867=test_euc_tw
[645/914] 435867=test_pkey_rsa
[646/914] 435868=test_complex2
[647/914] 435868=test_numhash
[648/914] 435868=test_trace
[649/914] 435867=test_change_word
[650/914] 435868=test_wait
[651/914] 435867=test_gem_remote_fetcher_local_ssl_server
[652/914] 435868=test_integer
[653/914] 435868=test_yaml_special_cases
[654/914] 435868=test_gem_source_list
[655/914] 435869=test_spell_checker
[656/914] 435869=test_gem_commands_contents_command
[657/914] 435868=test_type_completor
[658/914] 435868=test_capacity
[659/914] 435868=test_nextafter
[660/914] 435869=test_force_exit
[661/914] 435869=test_comparable
[662/914] 435869=test_io_timeout
[663/914] 435869=test_stringio
[664/914] 435868=test_gem_version
[665/914] 435868=test_yamldbm
[666/914] 435868=test_array
[667/914] 435869=source_location_test
[668/914] 435869=test_gem_resolver_index_specification
[669/914] 435869=test_gem_console_ui
[670/914] 435869=test_json_tree
[671/914] 435869=test_date_compat
[672/914] 435869=test_forwardable
[673/914] 435869=test_gem_commands_update_command
[674/914] 435867=test_mixed_unicode_escapes
[675/914] 435867=test_time_tz
[676/914] 435867=test_cclass
[677/914] 435867=test_shapes
[678/914] 435867=test_rational
[679/914] 435867=test_enumerator
[680/914] 435867=test_win32ole_variable
[681/914] 435867=test_gem_version_option
[682/914] 435867=comments_test
[683/914] 435867=test_rdoc_markup_to_html_crossref
[684/914] 435867=test_gem_specification
[685/914] 435869=test_rdoc_markup_to_bs
[686/914] 435869=test_severity
[687/914] 435869=test_ractor
[688/914] 435869=test_gem_uri
[689/914] 435869=json_generator_test
[690/914] 435869=test_helper_method
[691/914] 435869=test_gem_requirement
[692/914] 435869=test_win32ole_event
[693/914] 435869=test_evaluation
[694/914] 435869=test_symbol
[695/914] 435869=test_https
[696/914] 435867=test_http
[697/914] 435867=test_enc_associate
[698/914] 435867=test_parser
[699/914] 435867=test_win32ole_variant
[700/914] 435867=test_gem_stub_specification
[701/914] 435869=test_boolean
[702/914] 435869=test_scan_args
[703/914] 435869=test_ubf_async_safe
[704/914] 435869=test_windows_1252
[705/914] 435869=fixtures_test
[706/914] 435867=test_rational2
[707/914] 435867=test_win32ole_record
[708/914] 435867=dispatcher_test
[709/914] 435867=test_completion
[710/914] 435866=test_open3
[711/914] 435869=test_console_attr
[712/914] 435869=test_proxy
[713/914] 435869=warnings_test
[714/914] 435869=test_resolve_symbol
[715/914] 435869=test_gem_source_specific_file
[716/914] 435869=test_files_lib
[717/914] 435869=test_safe_load
[718/914] 435869=test_help
[719/914] 435869=test_name_error
[720/914] 435869=test_metaclass
[721/914] 435869=test_variable
[722/914] 435869=test_yaml_tree
[723/914] 435869=test_enumerator
[724/914] 435867=test_singleton_function
[725/914] 435867=test_cgi_cookie
[726/914] 435867=test_cgi_tag_helper
[727/914] 435867=test_color_printer
[728/914] 435867=test_cd
[729/914] 435867=test_name_error_extension
[730/914] 435867=test_integer
[731/914] 435866=test_gem_config_file
[732/914] 435866=test_queue
[733/914] 435866=test_qsort
[734/914] 435866=test_gem_resolver_installed_specification
[735/914] 435866=test_date_time
[736/914] 435866=test_yjit_exit_locations
[737/914] 435866=test_exception_at_throwing
[738/914] 435866=test_cipher
[739/914] 435866=test_new
[740/914] 435866=json_addition_test
[741/914] 435866=test_prettyprint
[742/914] 435866=test_gem_commands_build_command
[743/914] 435866=test_complexrational
[744/914] 435866=test_rb_str_dup
[745/914] 435866=test_rdoc_any_method
[746/914] 435866=test_win32ole_param_event
[747/914] 435866=test_gem_commands_unpack_command
[748/914] 435866=test_stringchar
[749/914] 435866=test_gem
[750/914] 435867=test_process
[751/914] 435868=test_cparser
[752/914] 435867=test_float
[753/914] 435867=test_parser
[754/914] 435867=test_config
[755/914] 435867=test_popen_deadlock
[756/914] 435868=test_gem_remote_fetcher_s3
[757/914] 435866=test_object_references
[758/914] 435866=test_big2str
[759/914] 435866=test_httpresponses
[760/914] 435866=test_webauthn_poller
[761/914] 435866=test_dir_m17n
[762/914] 435868=test_debug
[763/914] 435868=test_win32ole_type_event
[764/914] 435868=test_gem_package_tar_reader
[765/914] 435868=test_cgi_core
[766/914] 435868=lex_test
[767/914] 435867=test_gem_commands_server_command
[768/914] 435867=test_shellwords
[769/914] 435867=test_webauthn_listener_response
[770/914] 435867=test_gem_commands_exec_command
[771/914] 435868=test_rdoc_generator_pot_po_entry
[772/914] 435868=test_marshal
[773/914] 435866=test_storage
[774/914] 435866=test_omap
[775/914] 435866=test_gem_bundler_version_finder
[776/914] 435866=test_gem_request_set_lockfile
[777/914] 435868=test_iterator
[778/914] 435868=test_postponed_job
[779/914] 435866=test_string
[780/914] 435866=test_mdns
[781/914] 435866=test_ractor
[782/914] 435867=test_gem_resolver_vendor_specification
[783/914] 435867=test_key_error
[784/914] 435867=test_passing_block
[785/914] 435867=test_ssl
[786/914] 435868=test_pkey_dsa
[787/914] 435866=test_gem_unsatisfiable_dependency_error
[788/914] 435866=test_engine
[789/914] 435866=test_gem_uri_formatter
[790/914] 435866=test_assignment
[791/914] 435868=json_parser_test
[792/914] 435868=test_cmethod
[793/914] 435868=test_rdoc_servlet
[794/914] 435868=test_pinned
[795/914] 435868=test_gem_commands_signout_command
[796/914] 435868=test_gem_source_installed
[797/914] 435868=test_yield_block
[798/914] 435868=index_write_test
[799/914] 435868=test_gem_commands_help_command
[800/914] 435868=errors_test
[801/914] 435867=test_date_marshal
[802/914] 435867=test_set
[803/914] 435867=test_nofree
[804/914] 435867=test_vm_dump
[805/914] 435867=test_rdoc_method_attr
[806/914] 435868=test_ftp
[807/914] 435868=test_rdoc_markup_to_tt_only
[808/914] 435868=test_deprecated
[809/914] 435867=test_stream
[810/914] 435868=test_case_mapping
[811/914] 435868=test_exception
[812/914] 435867=test_member
[813/914] 435868=test_div
[814/914] 435867=test_gem_safe_marshal
[815/914] 435868=test_gem_ext_ext_conf_builder
[816/914] 435866=test_data_error
[817/914] 435866=test_yjit
[818/914] 435867=test_fiber
[819/914] 435868=test_rdoc_markup_raw
[820/914] 435868=test_m17n
[821/914] 435868=test_argf
[822/914] 435867=test_gem_resolver_installer_set
[823/914] 435867=test_exit
[824/914] 435867=test_optarg
[825/914] 435867=test_fstring
[826/914] 435867=test_path_to_class
[827/914] 435867=test_gem_package_tar_header
[828/914] 435867=test_pattern_key_name_check
[829/914] 435867=test_instrumentation_api
[830/914] 435867=test_bash_completion
[831/914] 435867=test_memory_view
[832/914] 435867=test_kernel
[833/914] 435867=test_input_method
unknown command: "Switch to inspect mode."
[834/914] 435867=test_tracer
[835/914] 435867=test_option
[836/914] 435868=test_hash
[837/914] 435867=test_bigzero
[838/914] 435867=test_weakref
[839/914] 435866=test_webauthn_listener
[840/914] 435867=test_timeout
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 11 : #<TCPSocket:fd 11, AF_INET, 127.0.0.1, 45675>
[841/914] 435866=static_inspect_test
[842/914] 435866=test_memory_view
[843/914] 435866=test_helper
[844/914] 435866=test_rdoc_i18n_locale
[845/914] 435866=test_closure
.Closed file descriptor: Fiddle::TestClosure#test_block_caller: 11
[846/914] 435867=test_gem_commands_list_command
[847/914] 435867=test_digest
[848/914] 435867=test_rdoc_markup_document
[849/914] 435867=test_project_sanity
[850/914] 435867=test_dot_dot
[851/914] 435867=test_method
[852/914] 435866=test_gem_source_subpath_problem
[853/914] 435866=!Nothing_to_test
[854/914] 435866=test_ensured
[855/914] 435866=test_fips
[856/914] 435866=test_date_parse
[857/914] 435866=test_gem_security
[858/914] 435868=test_pkey_ec
[859/914] 435868=test_http
Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 10 #<File::Stat dev=0x8, ino=1116375648, mode=0140777, nlink=1, uid=1001, gid=1000, rdev=0x0, size=0, blksize=4096, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
[860/914] 435866=test_document
[861/914] 435866=test_keyword
[862/914] 435868=test_hash_create
[863/914] 435868=test_gem_commands_environment_command
[864/914] 435868=test_thread
[865/914] 435868=test_system
[866/914] 435866=test_data
[867/914] 435866=test_switch_hitter
[868/914] 435866=test_primitive
[869/914] 435866=test_ansi_without_terminfo
[870/914] 435866=test_provider
[871/914] 435866=test_bn
[872/914] 435866=test_rdoc_rd_block_parser
[873/914] 435868=test_len
[874/914] 435866=test_sleep
[875/914] 435868=test_libs
[876/914] 435868=test_arity
[877/914] 435868=test_math
[878/914] 435868=test_rdoc_markup_to_html_snippet
[879/914] 435868=test_lock_native_thread
[880/914] 435868=test_gc
[881/914] 435868=test_rdoc_markup_attributes
[882/914] 435868=test_filter
[883/914] 435868=test_face
[884/914] 435868=test_sizeof
[885/914] 435866=test_enc_str_buf_cat
[886/914] 435866=test_sockopt
[887/914] 435866=test_win32ole_variant_outarg
[888/914] 435866=test_koi8
[889/914] 435866=test_case
[890/914] 435866=test_gem_security_trust_dir
[891/914] 435866=test_backtrace
[892/914] 435866=test_encoding
[893/914] 435866=test_emoji_breaks
[894/914] 435866=test_key_stroke
[895/914] 435866=test_pack
[896/914] 435866=test_gem_commands_rebuild_command
[897/914] 435866=test_gem_resolver_git_set
[898/914] 435866=test_object
[899/914] 435866=test_shift_jis
[900/914] 435866=test_gc_compact
[901/914] 435867=test_rdoc_parser_markdown
[902/914] 435867=test_string_processing
[903/914] 435867=encodings_test
[904/914] 435867=test_thread_cv
[905/914] 435867=test_did_you_mean
[906/914] 435869=test_gem_package_task
[907/914] 435869=test_uncorrectable_name_check
[908/914] 435869=test_array
[909/914] 435867=test_unicode
[910/914] 435869=test_rdoc_stats
[911/914] 435867=test_ossl
[912/914] 435869=test_ruby_lex
[913/914] 435869=test_time
[914/914] 435869=test_rdoc_store
Finished tests in 671.742223s, 50.0921 tests/s, 9676.5467 assertions/s.
33649 tests, 6500145 assertions, 0 failures, 0 errors, 340 skips

ruby -v: ruby 3.4.0dev (2024-08-28T21:27:57Z master 3fa5b4be19) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-12
	LD = ld
	LDSHARED = gcc-12 -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  
	XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk_gcc12/include -I/tmp/ruby/src/trunk_gcc12 -I/tmp/ruby/src/trunk_gcc12/prism -I/tmp/ruby/src/trunk_gcc12/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	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_gcc12/yjit/target/release/' /tmp/ruby/src/trunk_gcc12/yjit/src/lib.rs
gcc-12 (Ubuntu 12.3.0-17ubuntu1) 12.3.0
Copyright (C) 2022 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_gcc12'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc12'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc12'
ruby 3.4.0dev (2024-08-28T21:27:57Z master 3fa5b4be19) [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 89.044094 seconds

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