# Logfile created on 2024-01-22 09:24:56 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055ba57d4f050 @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", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j20", @btest_opts="-j20", @test_opts="TESTS='-j20'", @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.20240122-092456", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055ba57de7378 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055ba57de7238 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055ba57de7058 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240122-092456", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240122-092456>, @binmode=false, @mon_data=#<Monitor:0x000055ba57de6f90>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j20
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j20" exit with 0.
$$$[beg] make update-download -j20
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j20" exit with 0.
$$$[beg] make update-rubyspec -j20
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j20" exit with 0.
$$$[beg] make update-src      -j20
From https://github.com/ruby/ruby
   a70e500..15f6ee0  master     -> origin/master
Updating a70e500..15f6ee0
Fast-forward
 NEWS.md                                            |    1 +
 doc/maintainers.md                                 |    9 +-
 doc/standard_library.rdoc                          |    2 +-
 gems/bundled_gems                                  |    1 +
 lib/csv.rb                                         | 2882 --------------------
 lib/csv/core_ext/array.rb                          |    9 -
 lib/csv/core_ext/string.rb                         |    9 -
 lib/csv/csv.gemspec                                |   64 -
 lib/csv/fields_converter.rb                        |   89 -
 lib/csv/input_record_separator.rb                  |   18 -
 lib/csv/parser.rb                                  | 1288 ---------
 lib/csv/row.rb                                     |  757 -----
 lib/csv/table.rb                                   | 1055 -------
 lib/csv/version.rb                                 |    6 -
 lib/csv/writer.rb                                  |  210 --
 .../csv/basicwriter/close_on_terminate_spec.rb     |    9 +-
 .../library/csv/basicwriter/initialize_spec.rb     |    9 +-
 .../ruby/library/csv/basicwriter/terminate_spec.rb |    9 +-
 spec/ruby/library/csv/cell/data_spec.rb            |    9 +-
 spec/ruby/library/csv/cell/initialize_spec.rb      |    9 +-
 spec/ruby/library/csv/foreach_spec.rb              |    9 +-
 spec/ruby/library/csv/generate_line_spec.rb        |   45 +-
 spec/ruby/library/csv/generate_row_spec.rb         |    9 +-
 spec/ruby/library/csv/generate_spec.rb             |   47 +-
 spec/ruby/library/csv/iobuf/close_spec.rb          |    9 +-
 spec/ruby/library/csv/iobuf/initialize_spec.rb     |    9 +-
 spec/ruby/library/csv/iobuf/read_spec.rb           |    9 +-
 spec/ruby/library/csv/iobuf/terminate_spec.rb      |    9 +-
 .../csv/ioreader/close_on_terminate_spec.rb        |    9 +-
 spec/ruby/library/csv/ioreader/get_row_spec.rb     |    9 +-
 spec/ruby/library/csv/ioreader/initialize_spec.rb  |    9 +-
 spec/ruby/library/csv/ioreader/terminate_spec.rb   |    9 +-
 spec/ruby/library/csv/liberal_parsing_spec.rb      |   29 +-
 spec/ruby/library/csv/open_spec.rb                 |    9 +-
 spec/ruby/library/csv/parse_spec.rb                |  181 +-
 spec/ruby/library/csv/read_spec.rb                 |    9 +-
 spec/ruby/library/csv/readlines_spec.rb            |   53 +-
 spec/ruby/library/csv/streambuf/add_buf_spec.rb    |    9 +-
 spec/ruby/library/csv/streambuf/buf_size_spec.rb   |    9 +-
 spec/ruby/library/csv/streambuf/drop_spec.rb       |    9 +-
 .../csv/streambuf/element_reference_spec.rb        |    9 +-
 spec/ruby/library/csv/streambuf/get_spec.rb        |    9 +-
 spec/ruby/library/csv/streambuf/idx_is_eos_spec.rb |    9 +-
 spec/ruby/library/csv/streambuf/initialize_spec.rb |    9 +-
 spec/ruby/library/csv/streambuf/is_eos_spec.rb     |    9 +-
 spec/ruby/library/csv/streambuf/read_spec.rb       |    9 +-
 spec/ruby/library/csv/streambuf/rel_buf_spec.rb    |    9 +-
 spec/ruby/library/csv/streambuf/terminate_spec.rb  |    9 +-
 spec/ruby/library/csv/stringreader/get_row_spec.rb |    9 +-
 .../library/csv/stringreader/initialize_spec.rb    |    9 +-
 spec/ruby/library/csv/writer/add_row_spec.rb       |    9 +-
 spec/ruby/library/csv/writer/append_spec.rb        |    9 +-
 spec/ruby/library/csv/writer/close_spec.rb         |    9 +-
 spec/ruby/library/csv/writer/create_spec.rb        |    9 +-
 spec/ruby/library/csv/writer/generate_spec.rb      |    9 +-
 spec/ruby/library/csv/writer/initialize_spec.rb    |    9 +-
 spec/ruby/library/csv/writer/terminate_spec.rb     |    9 +-
 test/csv/helper.rb                                 |   42 -
 test/csv/interface/test_delegation.rb              |   47 -
 test/csv/interface/test_read.rb                    |  381 ---
 test/csv/interface/test_read_write.rb              |  124 -
 test/csv/interface/test_write.rb                   |  217 --
 test/csv/line_endings.gz                           |  Bin 59 -> 0 bytes
 test/csv/parse/test_column_separator.rb            |   40 -
 test/csv/parse/test_convert.rb                     |  165 --
 test/csv/parse/test_each.rb                        |   23 -
 test/csv/parse/test_general.rb                     |  348 ---
 test/csv/parse/test_header.rb                      |  342 ---
 test/csv/parse/test_inputs_scanner.rb              |   63 -
 test/csv/parse/test_invalid.rb                     |   52 -
 test/csv/parse/test_liberal_parsing.rb             |  171 --
 test/csv/parse/test_quote_char_nil.rb              |   93 -
 test/csv/parse/test_read.rb                        |   27 -
 test/csv/parse/test_rewind.rb                      |   40 -
 test/csv/parse/test_row_separator.rb               |   16 -
 test/csv/parse/test_skip_lines.rb                  |  126 -
 test/csv/parse/test_strip.rb                       |  112 -
 test/csv/parse/test_unconverted_fields.rb          |  117 -
 test/csv/test_data_converters.rb                   |  190 --
 test/csv/test_encodings.rb                         |  403 ---
 test/csv/test_features.rb                          |  359 ---
 test/csv/test_patterns.rb                          |   27 -
 test/csv/test_row.rb                               |  435 ---
 test/csv/test_table.rb                             |  691 -----
 test/csv/write/test_converters.rb                  |   53 -
 test/csv/write/test_force_quotes.rb                |   78 -
 test/csv/write/test_general.rb                     |  246 --
 test/csv/write/test_quote_empty.rb                 |   70 -
 test/irb/test_completion.rb                        |    4 +-
 tool/sync_default_gems.rb                          |    1 -
 90 files changed, 415 insertions(+), 11776 deletions(-)
 delete mode 100644 lib/csv.rb
 delete mode 100644 lib/csv/core_ext/array.rb
 delete mode 100644 lib/csv/core_ext/string.rb
 delete mode 100644 lib/csv/csv.gemspec
 delete mode 100644 lib/csv/fields_converter.rb
 delete mode 100644 lib/csv/input_record_separator.rb
 delete mode 100644 lib/csv/parser.rb
 delete mode 100644 lib/csv/row.rb
 delete mode 100644 lib/csv/table.rb
 delete mode 100644 lib/csv/version.rb
 delete mode 100644 lib/csv/writer.rb
 delete mode 100644 test/csv/helper.rb
 delete mode 100644 test/csv/interface/test_delegation.rb
 delete mode 100644 test/csv/interface/test_read.rb
 delete mode 100644 test/csv/interface/test_read_write.rb
 delete mode 100644 test/csv/interface/test_write.rb
 delete mode 100644 test/csv/line_endings.gz
 delete mode 100644 test/csv/parse/test_column_separator.rb
 delete mode 100644 test/csv/parse/test_convert.rb
 delete mode 100644 test/csv/parse/test_each.rb
 delete mode 100644 test/csv/parse/test_general.rb
 delete mode 100644 test/csv/parse/test_header.rb
 delete mode 100644 test/csv/parse/test_inputs_scanner.rb
 delete mode 100644 test/csv/parse/test_invalid.rb
 delete mode 100644 test/csv/parse/test_liberal_parsing.rb
 delete mode 100644 test/csv/parse/test_quote_char_nil.rb
 delete mode 100644 test/csv/parse/test_read.rb
 delete mode 100644 test/csv/parse/test_rewind.rb
 delete mode 100644 test/csv/parse/test_row_separator.rb
 delete mode 100644 test/csv/parse/test_skip_lines.rb
 delete mode 100644 test/csv/parse/test_strip.rb
 delete mode 100644 test/csv/parse/test_unconverted_fields.rb
 delete mode 100644 test/csv/test_data_converters.rb
 delete mode 100644 test/csv/test_encodings.rb
 delete mode 100644 test/csv/test_features.rb
 delete mode 100644 test/csv/test_patterns.rb
 delete mode 100644 test/csv/test_row.rb
 delete mode 100644 test/csv/test_table.rb
 delete mode 100644 test/csv/write/test_converters.rb
 delete mode 100644 test/csv/write/test_force_quotes.rb
 delete mode 100644 test/csv/write/test_general.rb
 delete mode 100644 test/csv/write/test_quote_empty.rb
Latest commit hash = 15f6ee057d
$$$[end] "make update-src      -j20" exit with 0.
$$$[beg] make after-update    -j20
make[1]: Entering directory '/tmp/ruby/src/trunk/ext/socket'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/socket'
/tmp/ruby/src/trunk/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Downloading bundled gem csv-3.2.8...
Extracting bundle gem csv-3.2.8...
Unpacked gems/csv-3.2.8.gem
$$$[end] "make after-update    -j20" exit with 0.
$$$[beg] make miniruby -j20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 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/version.c
linking miniruby
$$$[end] "make miniruby -j20" exit with 0.
$$$[beg] make ruby -j20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

generating encdb.h
generating enc.mk
building spec/ruby/optional/capi/ext/array_spec.so
building spec/ruby/optional/capi/ext/basic_object_spec.so
building spec/ruby/optional/capi/ext/bignum_spec.so
building spec/ruby/optional/capi/ext/binding_spec.so
building spec/ruby/optional/capi/ext/boolean_spec.so
building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so
building spec/ruby/optional/capi/ext/class_spec.so
building spec/ruby/optional/capi/ext/class_under_autoload_spec.so
building spec/ruby/optional/capi/ext/complex_spec.so
building spec/ruby/optional/capi/ext/constants_spec.so
building spec/ruby/optional/capi/ext/data_spec.so
building spec/ruby/optional/capi/ext/debug_spec.so
building spec/ruby/optional/capi/ext/encoding_spec.so
building spec/ruby/optional/capi/ext/enumerator_spec.so
building spec/ruby/optional/capi/ext/exception_spec.so
building spec/ruby/optional/capi/ext/fiber_spec.so
building spec/ruby/optional/capi/ext/file_spec.so
building spec/ruby/optional/capi/ext/fixnum_spec.so
encdb.h unchanged
building spec/ruby/optional/capi/ext/float_spec.so
building spec/ruby/optional/capi/ext/gc_spec.so
building spec/ruby/optional/capi/ext/globals_spec.so
building spec/ruby/optional/capi/ext/hash_spec.so
building spec/ruby/optional/capi/ext/integer_spec.so
building spec/ruby/optional/capi/ext/io_spec.so
building spec/ruby/optional/capi/ext/kernel_spec.so
building spec/ruby/optional/capi/ext/language_spec.so
building spec/ruby/optional/capi/ext/marshal_spec.so
building spec/ruby/optional/capi/ext/module_spec.so
building spec/ruby/optional/capi/ext/module_under_autoload_spec.so
building spec/ruby/optional/capi/ext/mutex_spec.so
building spec/ruby/optional/capi/ext/numeric_spec.so
building spec/ruby/optional/capi/ext/object_spec.so
building spec/ruby/optional/capi/ext/proc_spec.so
building spec/ruby/optional/capi/ext/range_spec.so
building spec/ruby/optional/capi/ext/rational_spec.so
building spec/ruby/optional/capi/ext/rbasic_spec.so
building spec/ruby/optional/capi/ext/regexp_spec.so
building spec/ruby/optional/capi/ext/string_spec.so
building spec/ruby/optional/capi/ext/struct_spec.so
building spec/ruby/optional/capi/ext/st_spec.so
building spec/ruby/optional/capi/ext/symbol_spec.so
building spec/ruby/optional/capi/ext/thread_spec.so
building spec/ruby/optional/capi/ext/time_spec.so
building spec/ruby/optional/capi/ext/tracepoint_spec.so
building spec/ruby/optional/capi/ext/typed_data_spec.so
building spec/ruby/optional/capi/ext/util_spec.so
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$$$[end] "make all -j20" exit with 0.
$$$[beg] make install -j20
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j20 --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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk/bin
installing base libraries:          /tmp/ruby/install/trunk/lib
installing arch files:              /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk/bin
installing library scripts:         /tmp/ruby/install/trunk/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk/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.11.1
                                    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.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.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/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.1
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.9
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.2
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
                                    bigdecimal 3.1.6
                                    observer 0.1.2
                                    abbrev 0.1.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    drb 2.2.0
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
installing bundled gem cache:       /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j20" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j20'
PASS all 1877 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j20'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j20'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 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.

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

test succeeded
$$$[end] "make yes-test-basic TESTS='-j20'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
Run options: 
  --seed=4533
  "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common  /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j20
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

ruby -v: ruby 3.4.0dev (2024-01-22T09:23:58Z master 15f6ee057d) [x86_64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j20'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef   -fPIC 
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4  -fstack-protector-strong  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = en_US.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/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 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'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Leaving directory '/tmp/ruby/build/trunk'
make[1]: Entering directory '/tmp/ruby/build/trunk'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk'
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/1-mspec-multi-0
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/2-mspec-multi-1
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/3-mspec-multi-2
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/4-mspec-multi-3
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/5-mspec-multi-4
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/6-mspec-multi-5
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/7-mspec-multi-6
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/8-mspec-multi-7
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/9-mspec-multi-8
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/10-mspec-multi-9
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/11-mspec-multi-10
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/12-mspec-multi-11
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/13-mspec-multi-12
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/14-mspec-multi-13
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/15-mspec-multi-14
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/16-mspec-multi-15
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/17-mspec-multi-16
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/18-mspec-multi-17
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/19-mspec-multi-18
$ /tmp/ruby/build/trunk/miniruby -I/tmp/ruby/src/trunk/lib /tmp/ruby/src/trunk/tool/runruby.rb --archdir=/tmp/ruby/build/trunk --extout=.ext -- /tmp/ruby/src/trunk/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk/spec/default.mspec --error-output stderr --debug -fy -o /tmp/rubyspec_temp.20240122-2082129-d1bry6/20-mspec-multi-19
ruby 3.4.0dev (2024-01-22T09:23:58Z master 15f6ee057d) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ......

Finished in 9.123935 seconds

3728 files, 32282 examples, 213930 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j20'" exit with 0.
raw logfile