# Logfile created on 2024-08-28 21:40:41 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x00007f99b31bfdd8 @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_gcc14", @TARGET_SRC_DIR="/tmp/ruby/src/trunk_gcc14", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk_gcc14", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk_gcc14", @configure_opts=["CC=gcc-14"], @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_gcc14.20240828-214040", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00007f99b31e1b40 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00007f99b31e1848 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00007f99b30fa880 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk_gcc14.20240828-214040", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk_gcc14.20240828-214040>, @binmode=false, @mon_data=#<Monitor:0x00007f99b31e15c8>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/typeprof.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/power_assert.revision -
/tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_gcc14/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
   7c9bcdf..3fa5b4b  master     -> origin/master
Updating 7c9bcdf..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                                   |  48 ++++--
 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, 612 insertions(+), 520 deletions(-)
Latest commit hash = 3fa5b4be19
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk_gcc14/revision.h updated
generating /tmp/ruby/src/trunk_gcc14/ext/ripper/eventids2table.c
make[1]: Entering directory '/tmp/ruby/src/trunk_gcc14/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/tmp/ruby/src/trunk_gcc14/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_gcc14'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/typeprof.revision -
/tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/power_assert.revision unchanged
/tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_gcc14/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-14
	LD = ld
	LDSHARED = gcc-14 -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_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs
gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f]
Copyright (C) 2024 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_gcc14/main.c
compiling /tmp/ruby/src/trunk_gcc14/dmydln.c
compiling /tmp/ruby/src/trunk_gcc14/miniinit.c
compiling /tmp/ruby/src/trunk_gcc14/array.c
compiling /tmp/ruby/src/trunk_gcc14/ast.c
compiling /tmp/ruby/src/trunk_gcc14/bignum.c
compiling /tmp/ruby/src/trunk_gcc14/class.c
compiling /tmp/ruby/src/trunk_gcc14/compar.c
compiling /tmp/ruby/src/trunk_gcc14/compile.c
compiling /tmp/ruby/src/trunk_gcc14/complex.c
compiling /tmp/ruby/src/trunk_gcc14/cont.c
compiling /tmp/ruby/src/trunk_gcc14/debug.c
compiling /tmp/ruby/src/trunk_gcc14/debug_counter.c
compiling /tmp/ruby/src/trunk_gcc14/dir.c
compiling /tmp/ruby/src/trunk_gcc14/dln_find.c
compiling /tmp/ruby/src/trunk_gcc14/encoding.c
compiling /tmp/ruby/src/trunk_gcc14/enum.c
compiling /tmp/ruby/src/trunk_gcc14/enumerator.c
compiling /tmp/ruby/src/trunk_gcc14/error.c
compiling /tmp/ruby/src/trunk_gcc14/eval.c
compiling /tmp/ruby/src/trunk_gcc14/file.c
compiling /tmp/ruby/src/trunk_gcc14/gc.c
compiling /tmp/ruby/src/trunk_gcc14/hash.c
compiling /tmp/ruby/src/trunk_gcc14/inits.c
compiling /tmp/ruby/src/trunk_gcc14/imemo.c
compiling /tmp/ruby/src/trunk_gcc14/io.c
compiling /tmp/ruby/src/trunk_gcc14/io_buffer.c
compiling /tmp/ruby/src/trunk_gcc14/iseq.c
compiling /tmp/ruby/src/trunk_gcc14/load.c
compiling /tmp/ruby/src/trunk_gcc14/marshal.c
compiling /tmp/ruby/src/trunk_gcc14/math.c
compiling /tmp/ruby/src/trunk_gcc14/memory_view.c
compiling /tmp/ruby/src/trunk_gcc14/rjit.c
compiling /tmp/ruby/src/trunk_gcc14/rjit_c.c
compiling /tmp/ruby/src/trunk_gcc14/node.c
compiling /tmp/ruby/src/trunk_gcc14/node_dump.c
compiling /tmp/ruby/src/trunk_gcc14/numeric.c
compiling /tmp/ruby/src/trunk_gcc14/object.c
compiling /tmp/ruby/src/trunk_gcc14/pack.c
compiling parse.c
compiling /tmp/ruby/src/trunk_gcc14/proc.c
compiling /tmp/ruby/src/trunk_gcc14/process.c
compiling /tmp/ruby/src/trunk_gcc14/ractor.c
compiling /tmp/ruby/src/trunk_gcc14/random.c
compiling /tmp/ruby/src/trunk_gcc14/range.c
compiling /tmp/ruby/src/trunk_gcc14/rational.c
compiling /tmp/ruby/src/trunk_gcc14/re.c
compiling /tmp/ruby/src/trunk_gcc14/regcomp.c
compiling /tmp/ruby/src/trunk_gcc14/regenc.c
compiling /tmp/ruby/src/trunk_gcc14/regerror.c
compiling /tmp/ruby/src/trunk_gcc14/regexec.c
compiling /tmp/ruby/src/trunk_gcc14/regparse.c
compiling /tmp/ruby/src/trunk_gcc14/regsyntax.c
compiling /tmp/ruby/src/trunk_gcc14/ruby.c
compiling /tmp/ruby/src/trunk_gcc14/ruby_parser.c
compiling /tmp/ruby/src/trunk_gcc14/scheduler.c
compiling /tmp/ruby/src/trunk_gcc14/shape.c
compiling /tmp/ruby/src/trunk_gcc14/signal.c
compiling /tmp/ruby/src/trunk_gcc14/sprintf.c
compiling /tmp/ruby/src/trunk_gcc14/st.c
compiling /tmp/ruby/src/trunk_gcc14/strftime.c
compiling /tmp/ruby/src/trunk_gcc14/string.c
compiling /tmp/ruby/src/trunk_gcc14/struct.c
compiling /tmp/ruby/src/trunk_gcc14/symbol.c
compiling /tmp/ruby/src/trunk_gcc14/thread.c
compiling /tmp/ruby/src/trunk_gcc14/time.c
compiling /tmp/ruby/src/trunk_gcc14/transcode.c
compiling /tmp/ruby/src/trunk_gcc14/util.c
compiling /tmp/ruby/src/trunk_gcc14/variable.c
compiling /tmp/ruby/src/trunk_gcc14/version.c
compiling /tmp/ruby/src/trunk_gcc14/vm.c
compiling /tmp/ruby/src/trunk_gcc14/vm_backtrace.c
compiling /tmp/ruby/src/trunk_gcc14/vm_dump.c
compiling /tmp/ruby/src/trunk_gcc14/vm_sync.c
compiling /tmp/ruby/src/trunk_gcc14/vm_trace.c
compiling /tmp/ruby/src/trunk_gcc14/weakmap.c
compiling prism/api_node.c
compiling /tmp/ruby/src/trunk_gcc14/prism/api_pack.c
compiling prism/diagnostic.c
compiling /tmp/ruby/src/trunk_gcc14/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /tmp/ruby/src/trunk_gcc14/prism/regexp.c
compiling prism/serialize.c
compiling /tmp/ruby/src/trunk_gcc14/prism/static_literals.c
compiling prism/token_type.c
compiling /tmp/ruby/src/trunk_gcc14/prism/util/pm_memchr.c
compiling /tmp/ruby/src/trunk_gcc14/prism/util/pm_strpbrk.c
compiling /tmp/ruby/src/trunk_gcc14/prism/prism.c
compiling /tmp/ruby/src/trunk_gcc14/prism_init.c
compiling /tmp/ruby/src/trunk_gcc14/yjit.c
compiling /tmp/ruby/src/trunk_gcc14/enc/ascii.c
compiling /tmp/ruby/src/trunk_gcc14/enc/us_ascii.c
compiling /tmp/ruby/src/trunk_gcc14/enc/unicode.c
compiling /tmp/ruby/src/trunk_gcc14/enc/utf_8.c
compiling enc/trans/newline.c
compiling /tmp/ruby/src/trunk_gcc14/missing/setproctitle.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-14
	LD = ld
	LDSHARED = gcc-14 -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_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs
gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f]
Copyright (C) 2024 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_gcc14/dln.c
compiling /tmp/ruby/src/trunk_gcc14/localeinit.c
compiling /tmp/ruby/src/trunk_gcc14/loadpath.c
builtin_binary.inc updated
2568fe1c7f31c3b0e466bc210b625ad6807f586d11427732b550515165b7de46  builtin_binary.inc
compiling /tmp/ruby/src/trunk_gcc14/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-14
	LD = ld
	LDSHARED = gcc-14 -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_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs
gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f]
Copyright (C) 2024 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_gcc14'
compiling /tmp/ruby/src/trunk_gcc14/enc/encdb.c
compiling /tmp/ruby/src/trunk_gcc14/enc/big5.c
compiling /tmp/ruby/src/trunk_gcc14/enc/cesu_8.c
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
generating transdb.h
compiling /tmp/ruby/src/trunk_gcc14/enc/cp949.c
compiling /tmp/ruby/src/trunk_gcc14/enc/emacs_mule.c
compiling /tmp/ruby/src/trunk_gcc14/enc/euc_jp.c
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
making trans
compiling /tmp/ruby/src/trunk_gcc14/enc/euc_kr.c
compiling /tmp/ruby/src/trunk_gcc14/enc/euc_tw.c
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/transdb.c
compiling /tmp/ruby/src/trunk_gcc14/enc/gb2312.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/big5.c
compiling /tmp/ruby/src/trunk_gcc14/enc/gb18030.c
compiling /tmp/ruby/src/trunk_gcc14/enc/gbk.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_1.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_2.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_3.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_4.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_5.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_6.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_7.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_8.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_9.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_10.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_11.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_13.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/cesu_8.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_14.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_15.c
compiling /tmp/ruby/src/trunk_gcc14/enc/iso_8859_16.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/chinese.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/ebcdic.c
compiling /tmp/ruby/src/trunk_gcc14/enc/koi8_r.c
compiling /tmp/ruby/src/trunk_gcc14/enc/koi8_u.c
compiling /tmp/ruby/src/trunk_gcc14/enc/shift_jis.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji.c
compiling /tmp/ruby/src/trunk_gcc14/enc/utf_16be.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_iso2022_kddi.c
compiling /tmp/ruby/src/trunk_gcc14/enc/utf_16le.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_sjis_docomo.c
compiling /tmp/ruby/src/trunk_gcc14/enc/utf_32be.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_sjis_kddi.c
compiling /tmp/ruby/src/trunk_gcc14/enc/utf_32le.c
compiling /tmp/ruby/src/trunk_gcc14/enc/windows_31j.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/emoji_sjis_softbank.c
compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1250.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/escape.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/gb18030.c
compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1251.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/gbk.c
compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1252.c
compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1253.c
compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1254.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/iso2022.c
compiling /tmp/ruby/src/trunk_gcc14/enc/windows_1257.c
linking encoding encdb.so
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/japanese.c
linking encoding big5.so
linking encoding cesu_8.so
linking encoding cp949.so
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/japanese_euc.c
linking encoding emacs_mule.so
linking encoding euc_jp.so
linking encoding euc_kr.so
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/japanese_sjis.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/korean.c
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
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/single_byte.c
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/utf8_mac.c
compiling /tmp/ruby/src/trunk_gcc14/enc/trans/utf_16_32.c
linking encoding iso_8859_10.so
linking transcoder transdb.so
linking encoding iso_8859_11.so
linking transcoder big5.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking transcoder cesu_8.so
linking encoding iso_8859_15.so
linking transcoder chinese.so
linking transcoder ebcdic.so
linking encoding iso_8859_16.so
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking encoding koi8_r.so
linking transcoder emoji_sjis_docomo.so
linking transcoder emoji_sjis_kddi.so
linking encoding koi8_u.so
linking transcoder emoji_sjis_softbank.so
linking encoding shift_jis.so
linking transcoder escape.so
linking transcoder gb18030.so
linking encoding utf_16be.so
linking transcoder gbk.so
linking transcoder iso2022.so
linking encoding utf_16le.so
linking transcoder japanese.so
linking encoding utf_32be.so
linking transcoder japanese_euc.so
linking encoding utf_32le.so
linking transcoder japanese_sjis.so
linking encoding windows_31j.so
linking transcoder korean.so
linking transcoder single_byte.so
linking encoding windows_1250.so
linking transcoder utf_16_32.so
linking encoding windows_1251.so
linking transcoder utf8_mac.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/RUBY_ALIGNOF'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/RUBY_ALIGNOF/c.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/beg_len_step'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/extract'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/arith_seq/extract/extract.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/concat'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/array/concat/to_ary_concat.c
linking shared-object -test-/RUBY_ALIGNOF.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_gcc14/ext/-test-/RUBY_ALIGNOF'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/array/resize/resize.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/arith_seq/extract'
linking shared-object -test-/array/to_ary_concat.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bignum'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/big2str.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug-14834/bug-14834.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/concat'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-3571'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug-3571/bug.c
linking shared-object -test-/bug_14834.so
linking shared-object -test-/bug_3571.so
linking shared-object -test-/array/resize.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/bigzero.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-3571'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-14834'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-5832'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug_reporter'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/array/resize'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/class'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bug_reporter/bug_reporter.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/class/class2name.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/div.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/class/init.c
linking shared-object -test-/bug_reporter.so
linking shared-object -test-/bug_5832.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug-5832'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bug_reporter'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/debug'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/debug/init.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/dln/empty'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/dln/empty/empty.c
linking shared-object -test-/class.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/intpack.c
linking shared-object -test-/dln/empty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/class'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/mul.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/debug/inspector.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/dln/empty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/enumerator_kw'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/enumerator_kw/enumerator_kw.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/bignum/str2big.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/debug/profile_frames.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/exception'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/dataerror.c
linking shared-object -test-/enumerator_kw.so
linking shared-object -test-/bignum.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/enumerator_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/fatal'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/fatal/init.c
linking shared-object -test-/debug.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/bignum'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/file'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/fs.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/enc_raise.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/float'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/float/init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/fatal/invalid.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/ensured.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/float/nextafter.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/fatal/rb_fatal.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/newline_conv.c
linking shared-object -test-/float.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/exception/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/float'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/file/stat.c
linking shared-object -test-/fatal.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/funcall'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/funcall/funcall.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/fatal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/gvl/call_without_gvl'
linking shared-object -test-/exception.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/exception'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/hash'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/hash/delete.c
linking shared-object -test-/file.so
linking shared-object -test-/funcall.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/funcall'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/integer'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/integer/core_ext.c
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/file'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iseq_load'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iseq_load/iseq_load.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/gvl/call_without_gvl'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/hash/init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/integer/init.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iseq_load'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iter'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iter/break.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/integer/my_integer.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/hash'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/dot.dot'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/protect'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/load/protect/protect.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iter/init.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/integer'
linking shared-object -test-/load/dot.dot.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/compat'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/dot.dot'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/internal_ivar'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/marshal/internal_ivar/internal_ivar.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/iter/yield.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/load/protect'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/usr'
linking shared-object -test-/marshal/compat.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/marshal/usr/usrmarshal.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/compat'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/memory_view'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/memory_view/memory_view.c
linking shared-object -test-/iter.so
linking shared-object -test-/marshal/usr.so
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/iter'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/method'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/method/arity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/usr'
linking shared-object -test-/memory_view.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/notimplement'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/notimplement/bug.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/method/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/memory_view'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/num2int'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/num2int/num2int.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/path_to_class'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/method'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/popen_deadlock'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/notimplement.so
linking shared-object -test-/path_to_class.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/path_to_class'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/notimplement'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/postponed_job'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/postponed_job/postponed_job.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/printf'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/printf/printf.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/num2int'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/proc'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/proc/init.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
linking shared-object -test-/printf.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/popen_deadlock'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/printf'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/proc/receiver.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/random'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/random/bad_version.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/proc/super.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/postponed_job'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rational'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/rational/rat.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/random/init.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/proc'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/random/loop.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rb_call_super_kw'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/random.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/recursion'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/recursion/recursion.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/random'
linking shared-object -test-/rb_call_super_kw.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/regexp'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/regexp/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rb_call_super_kw'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/recursion.so
linking shared-object -test-/rational.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/recursion'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/foreach'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/st/foreach/foreach.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/regexp/parse_depth_limit.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/rational'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/numhash'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/st/numhash/numhash.c
linking shared-object -test-/st/foreach.so
linking shared-object -test-/regexp.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/foreach'
linking shared-object -test-/st/numhash.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/update'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/st/update/update.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/regexp'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/string'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/capacity.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/numhash'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/struct'
linking shared-object -test-/scan_args.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/data.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/scan_args'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/duplicate.c
linking shared-object -test-/st/update.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/st/update'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/symbol'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/symbol/init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/len.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/coderange.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/struct/member.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/cstr.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/ellipsize.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/symbol/type.c
linking shared-object -test-/struct.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/enc_associate.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/enc_dummy.c
linking shared-object -test-/symbol.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/struct'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread/instrumentation'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/thread/instrumentation/instrumentation.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/symbol'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread_fd'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/thread_fd/thread_fd.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/thread/instrumentation.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/fstring.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread/instrumentation'
linking shared-object -test-/thread_fd.so
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/time'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/time/init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/thread_fd'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/tracepoint'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/tracepoint/gc_hook.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/modify.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/new.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/time/leap_second.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/tracepoint/tracepoint.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/nofree.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/normalize.c
linking shared-object -test-/tracepoint.so
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/qsort.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/tracepoint'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/typeddata'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/typeddata/typeddata.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/rb_interned_str.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/time/new.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/rb_str_dup.c
linking shared-object -test-/time.so
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/time'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/vm'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/vm/at_exit.c
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/string/set_len.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/typeddata'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/wait'
compiling /tmp/ruby/src/trunk_gcc14/ext/-test-/wait/wait.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/cgi/escape'
compiling /tmp/ruby/src/trunk_gcc14/ext/cgi/escape/escape.c
linking shared-object -test-/vm/at_exit.so
linking shared-object -test-/string.so
linking shared-object -test-/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/vm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/continuation'
compiling /tmp/ruby/src/trunk_gcc14/ext/continuation/continuation.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/string'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/-test-/wait'
compiling /tmp/ruby/src/trunk_gcc14/ext/coverage/coverage.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/date'
compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_core.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/cgi/escape'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest'
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/digest.c
linking shared-object continuation.so
linking shared-object coverage.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/continuation'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/etc'
compiling /tmp/ruby/src/trunk_gcc14/ext/etc/etc.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fcntl'
compiling /tmp/ruby/src/trunk_gcc14/ext/fcntl/fcntl.c
linking shared-object digest.so
linking shared-object etc.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest'
compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_parse.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/etc'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle'
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/closure.c
linking shared-object fcntl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fcntl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/console'
compiling /tmp/ruby/src/trunk_gcc14/ext/io/console/console.c
compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_strftime.c
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/conversions.c
linking shared-object io/console.so
compiling /tmp/ruby/src/trunk_gcc14/ext/date/date_strptime.c
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/fiddle.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/nonblock'
compiling /tmp/ruby/src/trunk_gcc14/ext/io/nonblock/nonblock.c
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/function.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/wait'
linking shared-object io/nonblock.so
compiling /tmp/ruby/src/trunk_gcc14/ext/io/wait/wait.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/nonblock'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/monitor'
compiling /tmp/ruby/src/trunk_gcc14/ext/monitor/monitor.c
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/handle.c
linking shared-object io/wait.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/wait'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/objspace'
compiling /tmp/ruby/src/trunk_gcc14/ext/objspace/object_tracing.c
linking shared-object monitor.so
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/memory_view.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/openssl'
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl.c
compiling /tmp/ruby/src/trunk_gcc14/ext/objspace/objspace.c
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/pinned.c
compiling /tmp/ruby/src/trunk_gcc14/ext/fiddle/pointer.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_asn1.c
compiling /tmp/ruby/src/trunk_gcc14/ext/objspace/objspace_dump.c
linking shared-object fiddle.so
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_bio.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pathname'
compiling /tmp/ruby/src/trunk_gcc14/ext/pathname/pathname.c
linking shared-object objspace.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/psych'
compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_bn.c
linking shared-object pathname.so
compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_emitter.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pty'
compiling /tmp/ruby/src/trunk_gcc14/ext/pty/pty.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_cipher.c
compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_parser.c
linking shared-object pty.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rbconfig/sizeof'
compiling /tmp/ruby/src/trunk_gcc14/ext/rbconfig/sizeof/sizes.c
compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_to_ruby.c
compiling /tmp/ruby/src/trunk_gcc14/ext/rbconfig/sizeof/limits.c
compiling /tmp/ruby/src/trunk_gcc14/ext/psych/psych_yaml_tree.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_config.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rbconfig/sizeof'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/ripper'
compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/eventids1.c
linking shared-object psych.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/socket'
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_digest.c
compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/eventids2.c
compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/ripper.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_engine.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/constants.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_hmac.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/basicsocket.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_kdf.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/socket.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ns_spki.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/ipsocket.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ocsp.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/tcpsocket.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkcs12.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/tcpserver.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/sockssocket.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkcs7.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/udpsocket.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/unixsocket.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/unixserver.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_dh.c
linking shared-object date_core.so
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/option.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/stringio'
compiling /tmp/ruby/src/trunk_gcc14/ext/stringio/stringio.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/ancdata.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_dsa.c
linking shared-object stringio.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/stringio'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/strscan'
compiling /tmp/ruby/src/trunk_gcc14/ext/strscan/strscan.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/raddrinfo.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_ec.c
linking shared-object strscan.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/strscan'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/zlib'
compiling /tmp/ruby/src/trunk_gcc14/ext/zlib/zlib.c
compiling /tmp/ruby/src/trunk_gcc14/ext/socket/ifaddr.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_pkey_rsa.c
linking shared-object zlib.so
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/zlib'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.0/ext/racc/cparse'
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_provider.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/bubblebabble'
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/bubblebabble/bubblebabble.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/md5'
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/md5/md5init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_rand.c
linking shared-object digest/bubblebabble.so
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/md5/md5.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/bubblebabble'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/rmd160'
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/rmd160/rmd160init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ssl.c
linking shared-object digest/md5.so
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/rmd160/rmd160.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/md5'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha1/sha1init.c
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha1/sha1.c
linking shared-object digest/rmd160.so
linking shared-object digest/sha1.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/rmd160'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2'
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha2/sha2init.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha1'
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ssl_session.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_ts.c
compiling /tmp/ruby/src/trunk_gcc14/ext/digest/sha2/sha2.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509.c
linking shared-object digest/sha2.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json/generator'
compiling /tmp/ruby/src/trunk_gcc14/ext/json/generator/generator.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509attr.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509cert.c
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json/parser'
compiling /tmp/ruby/src/trunk_gcc14/ext/json/parser/parser.c
linking shared-object json/ext/generator.so
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509crl.c
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json/generator'
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509ext.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509name.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509req.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509revoked.c
compiling /tmp/ruby/src/trunk_gcc14/ext/openssl/ossl_x509store.c
compiling /tmp/ruby/src/trunk_gcc14/ext/ripper/ripper_init.c
linking shared-object openssl.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/openssl'
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json/parser'
linking shared-object ripper.so
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc-14
	LD = ld
	LDSHARED = gcc-14 -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_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/power_assert.revision -
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk_gcc14/tool/ifchange /tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/typeprof.revision -
gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f]
Copyright (C) 2024 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
/tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/power_assert.revision unchanged
generating enc.mk
/tmp/ruby/src/trunk_gcc14/.bundle/.timestamp/typeprof.revision unchanged
encdb.h unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk_gcc14/gems/power_assert-2.0.3.gem
making enc
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
generating transdb.h
  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...
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
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
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
./miniruby -I/tmp/ruby/src/trunk_gcc14/lib -I. -I.ext/common  /tmp/ruby/src/trunk_gcc14/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk_gcc14/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_gcc14/bin
installing base libraries:          /tmp/ruby/install/trunk_gcc14/lib
installing arch files:              /tmp/ruby/install/trunk_gcc14/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk_gcc14/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk_gcc14/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc14/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk_gcc14/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk_gcc14/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk_gcc14/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_gcc14/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk_gcc14/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk_gcc14/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk_gcc14/bin
installing library scripts:         /tmp/ruby/install/trunk_gcc14/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk_gcc14/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk_gcc14/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk_gcc14/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_gcc14/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_gcc14/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_gcc14/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-14
	LD = ld
	LDSHARED = gcc-14 -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_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs
gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f]
Copyright (C) 2024 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_gcc14/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk_gcc14/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk_gcc14/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-14
	LD = ld
	LDSHARED = gcc-14 -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_gcc14/include -I/tmp/ruby/src/trunk_gcc14 -I/tmp/ruby/src/trunk_gcc14/prism -I/tmp/ruby/src/trunk_gcc14/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_gcc14/yjit/target/release/' /tmp/ruby/src/trunk_gcc14/yjit/src/lib.rs
gcc-14 (Ubuntu 14-20240412-0ubuntu1) 14.0.1 20240412 (experimental) [master r14-9935-g67e1433a94f]
Copyright (C) 2024 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_gcc14'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.0/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/racc-1.8.1/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/rbs-3.5.3/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Entering directory '/tmp/ruby/build/trunk_gcc14'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk_gcc14'
Run options: 
  --seed=3045
  "--ruby=./miniruby -I/tmp/ruby/src/trunk_gcc14/lib -I. -I.ext/common  /tmp/ruby/src/trunk_gcc14/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk_gcc14/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4

# Running tests:

[  1/914] 309322=json_parser_test
[  2/914] 309323=test_gem_ext_ext_conf_builder
[  3/914] 309325=test_config
[  4/914] 309322=test_gem_package_tar_reader_entry
[  5/914] 309326=test_gem_commands_owner_command
[  6/914] 309325=test_rdoc_parser_prism_ruby
[  7/914] 309322=test_gem_package
[  8/914] 309326=test_path_to_class
[  9/914] 309326=test_rdoc_markup_parser
[ 10/914] 309326=test_gem_resolver_local_specification
[ 11/914] 309326=test_gem_resolver_git_specification
[ 12/914] 309325=test_gem_dependency_list
[ 13/914] 309325=test_gem_ext_rake_builder
[ 14/914] 309326=symbol_encoding_test
[ 15/914] 309322=test_deprecated
[ 16/914] 309322=warnings_test
[ 17/914] 309326=test_ensure_and_callcc
[ 18/914] 309326=test_div
[ 19/914] 309326=overlap_test
[ 20/914] 309322=test_gem_resolver_vendor_specification
[ 21/914] 309322=command_line_test
[ 22/914] 309322=test_scan_args
[ 23/914] 309322=ripper_test
[ 24/914] 309323=test_rdoc_markup_to_html
[ 25/914] 309323=test_iseq
[ 26/914] 309325=test_rubygems
[ 27/914] 309326=test_windows_1252
[ 28/914] 309326=test_lambda
[ 29/914] 309322=dispatcher_test
[ 30/914] 309322=test_rdoc_rd_inline_parser
[ 31/914] 309325=test_ansi_with_terminfo
[ 32/914] 309326=test_regexp
[ 33/914] 309325=test_reline_key
[ 34/914] 309325=test_weakmap
[ 35/914] 309322=test_json_tree
[ 36/914] 309322=test_set
[ 37/914] 309322=test_name_error_extension
[ 38/914] 309322=test_unicode_normalize
[ 39/914] 309322=test_custom_command
[ 40/914] 309322=test_cclass
[ 41/914] 309323=test_depth_first
[ 42/914] 309323=test_input_method
[ 43/914] 309322=test_gem_request_connection_poolsunknown command: "Switch to inspect mode."

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

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