# Logfile created on 2023-12-25 12:13:17 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000fffc1c05fdc0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @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/opc/ruby/logs/brlog.master.20231225-121317", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffc1c0af1b8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffc1c0af000 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffc1bf60820 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20231225-121317", @dev=#<File:/home/opc/ruby/logs/brlog.master.20231225-121317>, @binmode=false, @mon_data=#<Monitor:0x0000fffc1c0aec68>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j3
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j3" exit with 0.
$$$[beg] make update-download -j3
tool/config.guess already exists
tool/config.sub already exists
$$$[end] "make update-download -j3" exit with 0.
$$$[beg] make update-rubyspec -j3
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j3" exit with 0.
$$$[beg] make update-src      -j3
From https://github.com/ruby/ruby
   12b69bf..1966a61  master     -> origin/master
Updating 12b69bf..1966a61
Fast-forward
 doc/optparse/option_params.rdoc                    |   2 +-
 doc/optparse/ruby/argument_abbreviation.rb         |   9 ++
 doc/optparse/tutorial.rdoc                         |  23 +++
 ext/date/date.gemspec                              |   2 +
 ext/etc/.document                                  |   1 +
 ext/etc/etc.c                                      |   1 +
 ext/fiddle/lib/fiddle/version.rb                   |   2 +-
 ext/io/console/console.c                           | 154 ++++++++++++++++++++-
 ext/io/console/io-console.gemspec                  |   3 +-
 ext/json/generator/generator.c                     |   2 +-
 ext/psych/lib/psych/visitors/yaml_tree.rb          |   4 -
 ext/stringio/stringio.c                            |   2 +-
 ext/strscan/strscan.c                              |   2 +-
 lib/base64.gemspec                                 |   1 +
 lib/bundler/version.rb                             |   2 +-
 lib/csv/version.rb                                 |   2 +-
 lib/io.rb                                          |   3 +
 lib/ipaddr.rb                                      |  40 ++++--
 lib/irb.rb                                         |  18 ---
 lib/net/net-protocol.gemspec                       |   1 +
 lib/optparse.rb                                    |  11 ++
 lib/random/formatter.rb                            |   2 +-
 lib/rdoc.rb                                        |   2 +-
 lib/rdoc/parser/c.rb                               |  26 ++--
 lib/resolv.rb                                      |   2 +-
 lib/rubygems.rb                                    |   2 +-
 lib/tempfile.rb                                    |   7 +-
 lib/timeout.gemspec                                |   1 +
 lib/timeout.rb                                     |   5 +-
 prism/config.yml                                   |   4 +-
 prism/diagnostic.c                                 |   2 +
 prism/diagnostic.h                                 |   2 +
 prism/parser.h                                     |   6 -
 prism/prism.c                                      |  26 +++-
 prism/templates/lib/prism/node.rb.erb              |  10 +-
 test/prism/errors_test.rb                          |  15 ++
 test/prism/fixtures/patterns.txt                   |   2 +-
 test/prism/location_test.rb                        |   2 +-
 test/prism/ruby_api_test.rb                        |   4 +-
 test/prism/snapshots/arrays.txt                    |   2 +-
 test/prism/snapshots/if.txt                        |   2 +-
 test/prism/snapshots/method_calls.txt              |  20 +--
 test/prism/snapshots/patterns.txt                  |  24 ++--
 test/prism/snapshots/rescue.txt                    |   2 +-
 test/prism/snapshots/seattlerb/assoc_label.txt     |   2 +-
 test/prism/snapshots/seattlerb/bug_249.txt         |   2 +-
 test/prism/snapshots/seattlerb/bug_hash_args.txt   |   2 +-
 .../seattlerb/bug_hash_args_trailing_comma.txt     |   2 +-
 .../snapshots/seattlerb/call_args_assoc_quoted.txt |   4 +-
 .../seattlerb/call_array_lit_inline_hash.txt       |   2 +-
 test/prism/snapshots/seattlerb/call_assoc_new.txt  |   2 +-
 .../seattlerb/call_assoc_new_if_multiline.txt      |   2 +-
 test/prism/snapshots/seattlerb/difficult2_.txt     |   2 +-
 .../seattlerb/multiline_hash_declaration.txt       |   6 +-
 .../snapshots/seattlerb/quoted_symbol_hash_arg.txt |   2 +-
 .../snapshots/seattlerb/return_call_assocs.txt     |  10 +-
 .../snapshots/seattlerb/yield_call_assocs.txt      |  10 +-
 .../snapshots/unparser/corpus/literal/literal.txt  |  12 +-
 .../snapshots/unparser/corpus/literal/send.txt     |   8 +-
 .../snapshots/whitequark/args_args_assocs.txt      |   4 +-
 .../whitequark/args_args_assocs_comma.txt          |   2 +-
 test/prism/snapshots/whitequark/args_assocs.txt    |  12 +-
 .../snapshots/whitequark/args_assocs_comma.txt     |   2 +-
 .../snapshots/whitequark/args_assocs_legacy.txt    |  12 +-
 test/prism/snapshots/whitequark/bug_cmdarg.txt     |   4 +-
 .../whitequark/keyword_argument_omission.txt       |   2 +-
 .../whitequark/newline_in_hash_argument.txt        |   4 +-
 test/prism/snapshots/whitequark/parser_bug_525.txt |   2 +-
 test/prism/snapshots/whitequark/ruby_bug_11380.txt |   2 +-
 test/prism/snapshots/whitequark/ruby_bug_12073.txt |   2 +-
 test/psych/test_scalar_scanner.rb                  |   2 +-
 test/rdoc/test_rdoc_parser_c.rb                    |   5 +-
 .../rust_ruby_example/Cargo.lock                   |   8 +-
 .../rust_ruby_example/Cargo.toml                   |   2 +-
 test/test_ipaddr.rb                                |  44 +++++-
 75 files changed, 452 insertions(+), 180 deletions(-)
 create mode 100644 doc/optparse/ruby/argument_abbreviation.rb
 create mode 100644 ext/etc/.document
 create mode 100644 lib/io.rb
Latest commit hash = 1966a61a1e
$$$[end] "make update-src      -j3" exit with 0.
$$$[beg] make after-update    -j3
/home/opc/ruby/src/master/revision.h updated
generating aarch64-linux-fake.rb
aarch64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make after-update    -j3" exit with 0.
$$$[beg] make miniruby -j3
	BASERUBY = /usr/local/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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 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 /home/opc/ruby/src/master/miniinit.c
compiling /home/opc/ruby/src/master/ast.c
compiling /home/opc/ruby/src/master/compile.c
compiling /home/opc/ruby/src/master/cont.c
compiling /home/opc/ruby/src/master/eval.c
compiling /home/opc/ruby/src/master/gc.c
compiling /home/opc/ruby/src/master/hash.c
compiling /home/opc/ruby/src/master/iseq.c
compiling /home/opc/ruby/src/master/load.c
compiling /home/opc/ruby/src/master/rjit.c
compiling /home/opc/ruby/src/master/rjit_c.c
compiling /home/opc/ruby/src/master/proc.c
compiling /home/opc/ruby/src/master/ruby.c
compiling /home/opc/ruby/src/master/thread.c
compiling /home/opc/ruby/src/master/version.c
compiling /home/opc/ruby/src/master/vm.c
compiling /home/opc/ruby/src/master/vm_backtrace.c
compiling /home/opc/ruby/src/master/vm_dump.c
compiling /home/opc/ruby/src/master/vm_trace.c
compiling prism/api_node.c
compiling /home/opc/ruby/src/master/prism/api_pack.c
compiling /home/opc/ruby/src/master/prism/diagnostic.c
compiling /home/opc/ruby/src/master/prism/extension.c
compiling prism/node.c
compiling prism/prettyprint.c
compiling /home/opc/ruby/src/master/prism/regexp.c
compiling prism/serialize.c
compiling prism/token_type.c
compiling /home/opc/ruby/src/master/prism/util/pm_memchr.c
compiling /home/opc/ruby/src/master/prism/util/pm_strpbrk.c
compiling /home/opc/ruby/src/master/prism/prism.c
compiling /home/opc/ruby/src/master/prism_init.c
linking miniruby
$$$[end] "make miniruby -j3" exit with 0.
$$$[beg] make ruby -j3
	BASERUBY = /usr/local/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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 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
7294f77d83be054c65f6da79166ec5f5cf7451299f5d6757d856419a934b767a  builtin_binary.inc
compiling /home/opc/ruby/src/master/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j3" exit with 0.
$$$[beg] make all -j3
	BASERUBY = /usr/local/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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 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
making srcs under enc
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/etc'
compiling /home/opc/ruby/src/master/ext/etc/etc.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
compiling /home/opc/ruby/src/master/ext/io/console/console.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
installing default fiddle libraries
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
installing default psych libraries
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/stringio'
compiling /home/opc/ruby/src/master/ext/stringio/stringio.c
linking shared-object etc.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/etc'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
compiling /home/opc/ruby/src/master/ext/strscan/strscan.c
linking shared-object io/console.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/generator'
compiling /home/opc/ruby/src/master/ext/json/generator/generator.c
linking shared-object stringio.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/stringio'
linking shared-object strscan.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/generator'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make all -j3" exit with 0.
$$$[beg] make install -j3
	BASERUBY = /usr/local/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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
generating enc.mk
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 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.

making srcs under enc
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common  /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext  -- --disable-gems -r./aarch64-linux-fake /home/opc/ruby/src/master/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j3 --jobserver-auth=4,5" --make-flags=" -j3 --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:         /home/opc/ruby/install/master/bin
installing base libraries:          /home/opc/ruby/install/master/lib
installing arch files:              /home/opc/ruby/install/master/lib/ruby/3.4.0+0/aarch64-linux
installing pkgconfig data:          /home/opc/ruby/install/master/lib/pkgconfig
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/3.4.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0/aarch64-linux
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.4.0+0/aarch64-linux
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/3.4.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.4.0+0/ruby
installing command scripts:         /home/opc/ruby/install/master/bin
installing library scripts:         /home/opc/ruby/install/master/lib/ruby/3.4.0+0
installing common headers:          /home/opc/ruby/install/master/include/ruby-3.4.0+0
installing manpages:                /home/opc/ruby/install/master/share/man/man1
installing default gems from lib:   /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.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.1
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.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:   /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    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.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0
                                    minitest 5.20.0
                                    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.3
                                    net-imap 0.4.9
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.0
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
installing bundled gem cache:       /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j3" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j3'
PASS all 1870 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j3'
	BASERUBY = /usr/local/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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 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
/home/opc/ruby/src/master/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/home/opc/ruby/src/master/basictest/test.rb:condition ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:if/unless ...OK 3
/home/opc/ruby/src/master/basictest/test.rb:case .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:while/until ........OK 8
/home/opc/ruby/src/master/basictest/test.rb:exception ..........OK 10
/home/opc/ruby/src/master/basictest/test.rb:array .......................................OK 39
/home/opc/ruby/src/master/basictest/test.rb:hash ...........................OK 27
/home/opc/ruby/src/master/basictest/test.rb:iterator ...........................................................................................................OK 107
/home/opc/ruby/src/master/basictest/test.rb:float ................................................................................OK 80
/home/opc/ruby/src/master/basictest/test.rb:bignum ...............................OK 31
/home/opc/ruby/src/master/basictest/test.rb:string & char ..............................................................OK 62
/home/opc/ruby/src/master/basictest/test.rb:assignment ..........OK 10
/home/opc/ruby/src/master/basictest/test.rb:call ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:proc .........OK 9
/home/opc/ruby/src/master/basictest/test.rb:signal ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:eval ...........................OK 27
/home/opc/ruby/src/master/basictest/test.rb:system ........OK 8
/home/opc/ruby/src/master/basictest/test.rb:const .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:clone .....OK 5
/home/opc/ruby/src/master/basictest/test.rb:marshal ....OK 4
/home/opc/ruby/src/master/basictest/test.rb:pack ....OK 4
/home/opc/ruby/src/master/basictest/test.rb:math ..OK 2
/home/opc/ruby/src/master/basictest/test.rb:struct ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:variable ............OK 12
/home/opc/ruby/src/master/basictest/test.rb:trace ...OK 3
/home/opc/ruby/src/master/basictest/test.rb:defined? ............OK 12
/home/opc/ruby/src/master/basictest/test.rb:alias ......OK 6
/home/opc/ruby/src/master/basictest/test.rb:path .......................OK 23
/home/opc/ruby/src/master/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'
	BASERUBY = /usr/local/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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 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
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
Run options: 
  --seed=115
  "--ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common  /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/home/opc/ruby/src/master/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j3

# Running tests:

[  1/910] 317297=test_rational2
[  2/910] 317298=test_logperiod
[  3/910] 317299=test_case_comprehensive
[  4/910] 317297=test_placearg
[  5/910] 317298=test_ssl_session
[  6/910] 317297=test_gem_package_tar_header
[  7/910] 317297=test_io_wait_uncommon
[  8/910] 317297=test_gem_ci_detector
[  9/910] 317297=test_continuation
[ 10/910] 317297=test_gem_silent_ui
[ 11/910] 317297=test_signal
[ 12/910] 317298=test_fixnum
[ 13/910] 317298=test_file_exhaustive
Leaked file descriptor: TestFileExhaustive#test_expand_path_home_dir_string: 7 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-25 12:11:16.454658604 +0000, mtime=2023-12-25 12:11:13.622649468 +0000, ctime=2023-12-25 12:11:13.622649468 +0000>
Leaked file descriptor: TestFileExhaustive#test_expand_path_home_dir_string: 8 #<File::Stat dev=0x9, ino=1063585577, mode=0140777, nlink=1, uid=1000, gid=1000, rdev=0x0, size=0, blksize=65536, blocks=0, atime=1970-01-01 00:00:00 +0000, mtime=1970-01-01 00:00:00 +0000, ctime=1970-01-01 00:00:00 +0000>
COMMAND    PID USER   FD   TYPE             DEVICE SIZE/OFF       NODE NAME
ruby    317298  opc    7r   REG              252,0  9253600    2134123 /var/lib/sss/mc/passwd
ruby    317298  opc    8u  unix 0x0000000000000000      0t0 1063585577 type=STREAM
[ 14/910] 317297=test_ractor
[ 15/910] 317297=test_completion
[ 16/910] 317297=test_handle
[ 17/910] 317297=test_delete
[ 18/910] 317297=test_rdoc_markup_document
[ 19/910] 317297=test_gem_security_policy
[ 20/910] 317297=test_gem_request_set_gem_dependency_api
[ 21/910] 317297=test_name_error_extension
[ 22/910] 317297=test_rdoc_markup_to_ansi
[ 23/910] 317297=test_evaluation
[ 24/910] 317297=test_getoptlong
[ 25/910] 317297=test_protocol
[ 26/910] 317297=test_weakkeymap
[ 27/910] 317297=test_files_test
[ 28/910] 317297=test_https
[ 29/910] 317297=test_gem_commands_info_command
[ 30/910] 317297=test_object_create_start
[ 31/910] 317297=test_logdevice
[ 32/910] 317298=test_ast
[ 33/910] 317297=test_irb
[ 34/910] 317297=test_rdoc_markup_paragraph
[ 35/910] 317297=test_x509cert
[ 36/910] 317297=test_require_path_check
[ 37/910] 317297=test_bn
[ 38/910] 317297=test_variable_name_check
[ 39/910] 317297=test_fiddle
[ 40/910] 317297=json_generic_object_test
[ 41/910] 317297=test_gem_resolver_vendor_specification
[ 42/910] 317297=test_date_arith
[ 43/910] 317297=test_ractor
[ 44/910] 317297=test_gem_resolver_installed_specification
[ 45/910] 317297=test_exception_at_throwing
[ 46/910] 317297=test_stringscanner
[ 47/910] 317297=test_signedness
[ 48/910] 317297=test_gem_resolver_git_set
[ 49/910] 317297=test_gem_commands_check_command
[ 50/910] 317297=test_digest
[ 51/910] 317297=test_gem_safe_marshal
[ 52/910] 317297=test_rdoc_ri_driver
[ 53/910] 317297=test_ractor
[ 54/910] 317297=test_sexp
[ 55/910] 317297=test_httpheader
[ 56/910] 317297=test_gem_ext_cargo_builder_link_flag_converter
[ 57/910] 317297=test_gem_local_remote_options
[ 58/910] 317297=test_dup
[ 59/910] 317297=test_rdoc_single_class
[ 60/910] 317297=test_invalid
[ 61/910] 317297=test_acceptable
[ 62/910] 317297=test_tmpdir
[ 63/910] 317297=test_struct
[ 64/910] 317297=test_rdoc_token_stream
[ 65/910] 317297=test_mutex
[ 66/910] 317297=heredoc_dedent_test
[ 67/910] 317297=test_type
[ 68/910] 317297=test_abi
[ 69/910] 317297=test_bundled_ca
[ 70/910] 317297=test_integer_comb
[ 71/910] 317297=test_load.Leaked file descriptor: TestOptionParserLoad#test_load_xdg_config_home: 11 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-25 12:11:16.454658604 +0000, mtime=2023-12-25 12:11:13.622649468 +0000, ctime=2023-12-25 12:11:13.622649468 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    317297  opc   11r   REG  252,0  9253600 2134123 /var/lib/sss/mc/passwd

[ 72/910] 317297=test_ssl
[ 73/910] 317299=test_gem_security_trust_dir
[ 74/910] 317299=test_module
[ 75/910] 317299=test_erb_command
[ 76/910] 317299=test_usrmarshal
[ 77/910] 317299=test_gem_validator
[ 78/910] 317299=test_gem_source_installed
[ 79/910] 317299=test_win32ole_param
[ 80/910] 317299=test_key_error
[ 81/910] 317299=test_engine
[ 82/910] 317299=test_patterns
[ 83/910] 317299=test_fiber
[ 84/910] 317299=test_gem_commands_mirror
Skipping Gem::PackageTask tests.  rake not found.
[ 85/910] 317299=test_gem_package_task
[ 86/910] 317299=test_resize
[ 87/910] 317299=fuzzer_test
[ 88/910] 317299=test_rubyvm
[ 89/910] 317299=test_cparser
[ 90/910] 317297=test_struct
[ 91/910] 317297=test_c_struct_entry
[ 92/910] 317299=test_rdoc_parser_markdown
[ 93/910] 317299=test_depth_first
[ 94/910] 317299=test_read_write
[ 95/910] 317299=test_change_word
[ 96/910] 317299=test_config
[ 97/910] 317299=test_ostruct
[ 98/910] 317299=test_cipher
[ 99/910] 317299=test_update
[100/910] 317299=test_new
[101/910] 317299=test_gem_source_lock
[102/910] 317297=test_load
[103/910] 317297=test_rdoc_rd_inline_parser
[104/910] 317299=test_win32ole_type
[105/910] 317299=test_require_lib
[106/910] 317297=test_gem_gem_runner
[107/910] 317297=test_metaclass
[108/910] 317297=test_rdoc_rd_block_parser
[109/910] 317297=test_x509store
[110/910] 317297=test_rdoc_rd
[111/910] 317297=test_rdoc_markup_to_markdown
[112/910] 317297=test_rdoc_markup_to_joined_paragraph
[113/910] 317297=test_rdoc_generator_pot
[114/910] 317297=test_not
[115/910] 317297=test_cgi_cookie
[116/910] 317297=test_option
[117/910] 317297=test_rdoc_markup_attribute_manager
[118/910] 317297=test_wss
[119/910] 317297=test_objectspace
[120/910] 317297=test_require
[121/910] 317299=test_my_integer
[122/910] 317299=test_gem_resolver_composed_set
[123/910] 317299=test_path
[124/910] 317299=test_base64
[125/910] 317299=test_digest
[126/910] 317299=test_rdoc_rd_inline
[127/910] 317299=test_files_test_1
[128/910] 317297=test_dir
[129/910] 317297=test_closure
[130/910] 317299=test_rubygems
[131/910] 317299=test_resolve_symbol
[132/910] 317299=test_converters
[133/910] 317299=test_uncorrectable_name_check
[134/910] 317299=test_io
[135/910] 317297=magic_comment_test
[136/910] 317297=test_win32ole_variant
[137/910] 317297=test_cgi_modruby
[138/910] 317297=test_x509attr
[139/910] 317297=test_printf
[140/910] 317297=test_liberal_parsing
[141/910] 317297=test_debug_cmd
[142/910] 317297=test_quote_char_nil
[143/910] 317297=test_workspace
[144/910] 317297=test_nomethod_error
[145/910] 317297=test_etc
[146/910] 317297=test_stat
[147/910] 317297=test_win32ole_param_event
[148/910] 317297=test_https_proxy
[149/910] 317297=test_rdoc_parser
[150/910] 317297=test_rdoc_generator_pot_po
[151/910] 317297=test_shellwords
[152/910] 317297=test_mul
[153/910] 317297=test_scanner_events
[154/910] 317297=test_ocsp
[155/910] 317297=test_ipaddr
[156/910] 317297=test_omap
[157/910] 317297=test_date_strptime
[158/910] 317297=test_strip
[159/910] 317297=test_nonblock
[160/910] 317297=test_rdoc_parser_simple
[161/910] 317297=json_ext_parser_test
[162/910] 317297=test_gem_ext_configure_builder
[163/910] 317297=test_color
[164/910] 317297=test_io_m17n
[165/910] 317297=test_rdoc_top_level
[166/910] 317297=test_cmethod
[167/910] 317297=test_float
[168/910] 317297=test_gem_stub_specification
[169/910] 317297=test_unicode_normalize
[170/910] 317299=test_gem_stream_ui
[171/910] 317299=test_rdoc_generator_ri
[172/910] 317299=test_propertyputref
[173/910] 317299=test_gb18030
[174/910] 317299=test_gem_commands_lock_command
[175/910] 317299=test_reline_key
[176/910] 317299=test_files_ext
[177/910] 317299=test_stringio
[178/910] 317299=test_assembler
[179/910] 317299=test_thread_cv
[180/910] 317299=test_random
[181/910] 317299=test_gem_source_git
[182/910] 317297=test_win32ole_method
[183/910] 317297=test_lexer
[184/910] 317297=test_regex_casefold
[185/910] 317297=test_ripper
[186/910] 317297=test_eval_history
[187/910] 317297=dispatcher_test
[188/910] 317297=test_unicode
[189/910] 317297=test_gem_package
[190/910] 317299=test_array
[191/910] 317297=test_autoload
[192/910] 317298=test_have_macro
[193/910] 317298=test_gem_source
[194/910] 317298=test_mkmf
[195/910] 317298=test_class
[196/910] 317298=test_benchmark
[197/910] 317298=test_at_exit
[198/910] 317298=test_ractor_compatibility
[199/910] 317298=test_arithmetic_sequence
[200/910] 317298=test_autoconf
[201/910] 317298=test_find_executable
[202/910] 317298=test_lazy_enumerator
[203/910] 317298=test_cgi_multipart
[204/910] 317298=test_gem_request_set_lockfile_tokenizer
[205/910] 317298=test_gem_source_fetch_problem
[206/910] 317298=test_install
[207/910] 317298=test_encoding
[208/910] 317298=test_rdoc_comment
[209/910] 317298=test_sockopt
[210/910] 317298=test_ftp
[211/910] 317298=test_document
[212/910] 317298=test_eval
[213/910] 317298=test_gem_commands_setup_command
[214/910] 317297=test_history
[215/910] 317297=test_singleton_function
[216/910] 317297=test_syslog
[217/910] 317297=test_win32ole_variant_m
[218/910] 317297=test_pair
[219/910] 317298=test_gem_commands_signout_command
[220/910] 317298=test_gem_package_tar_reader
[221/910] 317298=test_env
[222/910] 317299=test_primitive
[223/910] 317299=test_parser
[224/910] 317299=test_rdoc_ri_paths
[225/910] 317299=test_iseq
[226/910] 317299=test_regexp
[227/910] 317298=test_whileuntil
[228/910] 317298=test_nofree
[229/910] 317298=test_pointer
[230/910] 317298=test_rdoc_normal_class
[231/910] 317298=test_drbssl
[232/910] 317297=test_within_pipe
[233/910] 317297=test_eval
[234/910] 317297=test_kconv
[235/910] 317297=test_monitor
[236/910] 317297=test_beginendblock
[237/910] 317297=test_ruby_lex
[238/910] 317297=compiler_test
[239/910] 317297=test_arith_seq_extract
[240/910] 317297=test_gem_source_subpath_problem
[241/910] 317297=test_object_references
[242/910] 317297=test_bug_reporter
[243/910] 317297=test_gem_installer
[244/910] 317297=test_buffered_io
[245/910] 317297=test_ossl
[246/910] 317298=test_helper
[247/910] 317298=test_duplicate
[248/910] 317298=test_gem_resolver_api_set
[249/910] 317298=test_cgi_header
[250/910] 317298=test_tuplebag
[251/910] 317298=test_case_options
[252/910] 317298=test_addr
[253/910] 317298=test_mailto
[254/910] 317298=test_kill_ring
[255/910] 317298=test_member
[256/910] 317298=test_object
[257/910] 317298=bom_test
[258/910] 317298=test_summary
[259/910] 317298=test_config
[260/910] 317298=test_file
[261/910] 317299=test_emitter
[262/910] 317299=test_x509ext
[263/910] 317299=test_rdoc_markup_to_html
[264/910] 317299=test_foreach
[265/910] 317299=test_append
[266/910] 317299=test_encodings
[267/910] 317297=test_gem_resolver_installer_set
[268/910] 317297=test_arity
[269/910] 317297=test_gem_path_support
[270/910] 317297=test_keyword
[271/910] 317297=test_win32ole_type_event
[272/910] 317297=test_trace
[273/910] 317297=test_scalar_scanner
[274/910] 317297=test_rb_str_dup
[275/910] 317297=test_lambda
[276/910] 317297=test_win32ole_event
[277/910] 317297=test_gem_commands_uninstall_command
[278/910] 317299=test_rdoc_markup_formatter
[279/910] 317299=test_compile_prism
[280/910] 317299=test_helper
[281/910] 317299=test_getopts
[282/910] 317299=test_emitter
[283/910] 317299=test_alias
[284/910] 317299=test_fips
[285/910] 317299=test_digest_extend
[286/910] 317299=test_gem_ext_cmake_builder
[287/910] 317299=test_thread_fd_close
[288/910] 317299=test_last_thread
[289/910] 317297=test_debug
[290/910] 317297=test_transcode
[291/910] 317297=test_refinement
[292/910] 317299=test_class2name
[293/910] 317299=test_gem_commands_cleanup_command
[294/910] 317298=test_pattern_key_name_check
[295/910] 317298=test_profile_frames
[296/910] 317298=test_rdoc_markup_heading
[297/910] 317298=test_io_console
[298/910] 317299=test_flip
[299/910] 317299=test_dns
Leaked file descriptor: TestIO_Console#test_raw: 12 #<File::Stat dev=0xfc00, ino=2134126, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2023-12-25 12:15:01.531384805 +0000, mtime=2023-12-25 12:14:20.51125245 +0000, ctime=2023-12-25 12:14:20.51125245 +0000>
COMMAND    PID USER   FD   TYPE DEVICE SIZE/OFF    NODE NAME
ruby    317298  opc   12r   REG  252,0  6940392 2134126 /var/lib/sss/mc/group
[300/910] 317299=test_notimplement
[301/910] 317299=test_cgi_session
[302/910] 317299=test_c_union_entity
[303/910] 317299=test_x509crl
[304/910] 317299=test_insns_leaf
[305/910] 317299=test_gem_console_ui
[306/910] 317299=test_ifunless
[307/910] 317299=test_x509req
[308/910] 317299=test_readpartial
[309/910] 317299=test_httpresponse
[310/910] 317299=test_rdoc_parser_ruby
[311/910] 317299=unescape_test
[312/910] 317297=test_gem_commands_exec_command
[313/910] 317298=test_super
[314/910] 317299=test_color_printer
[315/910] 317299=test_gem_resolver
[316/910] 317297=test_gem_source_vendor
[317/910] 317297=test_bigdecimal
[318/910] 317299=test_object
[319/910] 317298=test_dln
[320/910] 317298=test_vm_dump
[321/910] 317298=json_encoding_test
[322/910] 317298=test_func
[323/910] 317299=test_config
[324/910] 317299=test_modify_expand
[325/910] 317299=test_gem_available_set
[326/910] 317299=test_pkg_config
[327/910] 317299=errors_test
[328/910] 317299=test_convertible
[329/910] 317297=test_rdoc_markup_hard_break
[330/910] 317297=test_marshal
[331/910] 317298=ractor_test
[332/910] 317298=test_ancdata
[333/910] 317298=test_nesting_parser
[334/910] 317298=test_enc_str_buf_cat
[335/910] 317298=newline_test
[336/910] 317297=test_bignum
[337/910] 317298=test_scheduler
[338/910] 317298=test_gem_commands_help_command
[339/910] 317298=test_ssl
[340/910] 317298=test_gem_resolver_conflict
[341/910] 317298=test_nkf
[342/910] 317298=test_ractor
[343/910] 317299=json_generator_test
[344/910] 317299=test_read
[345/910] 317299=test_ansi_without_terminfo
[346/910] 317299=test_ractor
[347/910] 317299=test_gem
[348/910] 317298=test_gem_resolver_best_set
[349/910] 317298=test_cgi_core
[350/910] 317298=test_parser
[351/910] 317298=test_rdoc_markup_to_label
[352/910] 317298=test_iter_break
[353/910] 317298=test_extlibs
[354/910] 317298=test_gem_commands_signin_command
[355/910] 317298=test_range
[356/910] 317299=test_recursion
[357/910] 317299=test_inputs_scanner
[358/910] 317299=test_require
[359/910] 317298=test_enum
[360/910] 317297=test_rdoc_markup_include
[361/910] 317297=test_rbconfig
[362/910] 317297=test_num2int
[363/910] 317297=test_locale
[364/910] 317297=test_ts
[365/910] 317297=test_address_resolve
[366/910] 317297=test_trick
[367/910] 317298=test_ractor
[368/910] 317298=test_stream
[369/910] 317298=test_rdoc_attr
[370/910] 317298=test_configuration
[371/910] 317299=test_gem_resolver_local_specification
[372/910] 317298=test_gem_commands_list_command
[373/910] 317298=test_date_new
[374/910] 317299=test_have_func
[375/910] 317298=test_date_marshal
[376/910] 317298=test_write
[377/910] 317298=test_unix
[378/910] 317298=test_integer
[379/910] 317299=test_udp
[380/910] 317299=test_context
[381/910] 317299=test_gem_commands_contents_command
[382/910] 317299=test_coder
[383/910] 317299=test_rdoc_servlet
[384/910] 317299=test_gem_commands_search_command
[385/910] 317299=test_symbol
[386/910] 317297=test_formatter
[387/910] 317297=test_webauthn_listener_response
[388/910] 317297=test_sleep
[389/910] 317298=ruby_api_test
[390/910] 317298=test_gem_resolver_index_set
[391/910] 317298=test_gc
[392/910] 317299=test_gem_bundler_version_finder
[393/910] 317299=test_gem_request_set
[394/910] 317299=constant_path_node_test
[395/910] 317299=test_set_len
[396/910] 317299=test_interned_str
[397/910] 317299=test_folderitem2_invokeverb
[398/910] 317299=test_pattern_matching
[399/910] 317299=location_test
[400/910] 317299=test_delegate
[401/910] 317299=test_symbol
[402/910] 317299=test_project_sanity
[403/910] 317299=test_alias_and_anchor
[404/910] 317299=test_drbunix
[405/910] 317297=test_time
[406/910] 317297=test_popen_deadlock
[407/910] 317297=test_ensured
[408/910] 317297=test_euc_jp
[409/910] 317297=test_key_stroke
[410/910] 317297=test_rdoc_markup
[411/910] 317297=test_gem_ext_builder
[412/910] 317297=test_to_ary_concat
[413/910] 317299=test_history
[414/910] 317299=test_windows_1251
[415/910] 317299=test_call
[416/910] 317299=test_ellipsize
[417/910] 317299=test_gem_commands_build_command
[418/910] 317299=test_reline
[419/910] 317299=test_inlinecache
[420/910] 317299=test_data_converters
[421/910] 317299=test_socket
[422/910] 317299=test_terminfo
[423/910] 317299=test_thread
[424/910] 317298=test_data
[425/910] 317298=test_bug-14834
[426/910] 317298=test_addrinfo
[427/910] 317298=test_to_ruby
[428/910] 317298=test_time_tz
[429/910] 317298=test_rdoc_text
[430/910] 317298=library_symbols_test
[431/910] 317298=test_row
[432/910] 317298=test_require
[433/910] 317298=test_stringify_symbols
[434/910] 317298=test_objspace
[435/910] 317297=test_general
[436/910] 317297=test_stream
[437/910] 317297=test_have_library
[438/910] 317297=test_row_separator
[439/910] 317297=test_ns_spki
[440/910] 317297=test_rdoc_markup_indented_paragraph
[441/910] 317297=test_iseq_load
[442/910] 317297=test_rdoc_markup_parser
[443/910] 317297=test_key_actor_vi
[444/910] 317297=test_postponed_job
[445/910] 317297=test_gem_request_set_lockfile
[446/910] 317297=test_rdoc_markdown
[447/910] 317297=test_rdoc_encoding
[448/910] 317297=test_win32ole_variant_outarg
[449/910] 317297=test_generic
[450/910] 317297=test_rdoc_markup_to_html_snippet
[451/910] 317297=test_common
[452/910] 317297=test_httpresponses
[453/910] 317297=test_rdoc_constant
[454/910] 317297=test_deprecate
[455/910] 317297=test_rdoc_markup_attributes
[456/910] 317297=test_rand
[457/910] 317297=test_string_processing
[458/910] 317297=test_random_formatter
[459/910] 317297=test_gem_source_specific_file
[460/910] 317297=test_euc_kr
[461/910] 317297=test_provider
[462/910] 317297=test_bmethod
[463/910] 317297=test_skip_lines
[464/910] 317297=test_rdoc_code_object
[465/910] 317297=test_process
[466/910] 317299=test_rdoc_parser_c
[467/910] 317299=test_kwargs
[468/910] 317299=test_pack
[469/910] 317299=test_io_wait
[470/910] 317299=parse_test
[471/910] 317299=test_gem_doctor
[472/910] 317299=json_fixtures_test
[473/910] 317299=test_len
[474/910] 317299=test_gem_commands_outdated_command
[475/910] 317299=test_each
[476/910] 317299=test_gem_dependency_list
[477/910] 317299=test_rdoc_parser_changelog
[478/910] 317299=parameters_signature_test
[479/910] 317299=test_tsort
[480/910] 317299=test_typeddata
[481/910] 317299=test_column_separator
[482/910] 317299=test_gem_commands_fetch_command
[483/910] 317299=test_securerandom
[484/910] 317299=test_thread
[485/910] 317299=test_complex2
[486/910] 317299=test_config
[487/910] 317299=test_gem_security_signer
[488/910] 317299=test_table
[489/910] 317299=test_header
[490/910] 317299=test_gem_util
[491/910] 317299=test_gem_unsatisfiable_dependency_error
[492/910] 317299=test_literal
[493/910] 317299=test_io
[494/910] 317299=test_rdoc_i18n_text
[495/910] 317299=test_input_method
[496/910] 317299=test_pkey_dh
[497/910] 317299=test_m17n_comb
[498/910] 317299=test_ractor
[499/910] 317299=test_null
[500/910] 317299=test_data
[501/910] 317299=test_memory_view
[502/910] 317299=test_bigzero
[503/910] 317299=test_gem_platform
[504/910] 317299=test_gem_commands_query_command
[505/910] 317299=test_win32ole_typelib
[506/910] 317299=test_pkey
[507/910] 317299=test_external_new
[508/910] 317299=test_gem_commands_cert_command
[509/910] 317299=test_gem_commands_stale_command
[510/910] 317299=test_quote_empty
[511/910] 317299=test_rdoc_markup_to_tt_only
[512/910] 317299=json_parser_test
[513/910] 317299=test_date_strftime
[514/910] 317299=test_ws
[515/910] 317299=test_timeout
[516/910] 317297=test_rdoc_markup_raw
[517/910] 317297=test_rdoc_markup_to_bs
[518/910] 317297=test_key_name_check
[519/910] 317297=test_instrumentation_api
[520/910] 317299=test_weakref
[521/910] 317299=test_rdoc_alias
[522/910] 317299=test_singleton
[523/910] 317299=test_fstring
[524/910] 317299=test_numeric
[525/910] 317299=test_rdoc_require
[526/910] 317299=test_gem_ext_rake_builder
[527/910] 317299=test_word
[528/910] 317299=test_unconverted_fields
[529/910] 317299=test_exception
[530/910] 317299=test_bash_completion
[531/910] 317299=test_files_test_2
[532/910] 317299=test_div
[533/910] 317299=test_rdoc_markup_to_html_crossref
[534/910] 317299=test_io_buffer
[535/910] 317297=test_rdoc_context_section
[536/910] 317297=test_deprecated
[537/910] 317297=test_optparse
[538/910] 317297=test_convert
[539/910] 317297=test_gem_commands_environment_command
[540/910] 317299=test_pkcs7
[541/910] 317297=test_pack
[542/910] 317299=test_scalar
[543/910] 317299=test_syntax
[544/910] 317297=test_class_name_check
[545/910] 317297=test_basicsocket
[546/910] 317297=test_zsh_completion
[547/910] 317297=test_rdoc_rdoc
[548/910] 317297=test_yjit_exit_locations
[549/910] 317297=test_io_timeout
[550/910] 317297=test_rdoc_normal_module
[551/910] 317297=test_type_completor
[552/910] 317297=test_rdoc_markdown_test
[553/910] 317297=json_string_matching_test
[554/910] 317297=test_gem_config_file
[555/910] 317297=test_comparable
[556/910] 317297=test_kdf
[557/910] 317297=test_ldap
[558/910] 317297=test_thread_queue
[559/910] 317299=test_defined
[560/910] 317299=test_passing_block
[561/910] 317299=test_nowrite
[562/910] 317299=test_io_buffer
[563/910] 317299=test_nil
[564/910] 317299=test_psych
[565/910] 317299=test_import
[566/910] 317297=test_human_typo
[567/910] 317297=test_wait
[568/910] 317297=test_observer
[569/910] 317297=test_big2str
[570/910] 317297=test_gem_resolver_specification
[571/910] 317297=test_pkey_dsa
[572/910] 317298=test_logger
[573/910] 317298=test_yaml_tree
[574/910] 317298=test_gem_commands_yank_command
[575/910] 317299=test_cstr
[576/910] 317298=test_euc_tw
[577/910] 317298=test_gem_resolver_dependency_request
[578/910] 317298=test_enumerator_kw
[579/910] 317298=test_marshalable
[580/910] 317298=test_line_editor
[581/910] 317298=test_files_lib
[582/910] 317297=test_string_memory
[583/910] 317299=test_raise
[584/910] 317299=test_complexrational
[585/910] 317299=version_test
[586/910] 317299=test_string
[587/910] 317299=json_common_interface_test
[588/910] 317299=test_error_highlight
[589/910] 317297=test_rdoc_any_method
[590/910] 317299=test_function_entry
[591/910] 317299=test_pathname
[592/910] 317297=test_fnmatch
[593/910] 317297=test_store
[594/910] 317299=test_rdoc_markup_pre_process
[595/910] 317299=test_coverage
[596/910] 317297=test_tempfile
[597/910] 317297=test_http_request
[598/910] 317297=test_tree_builder
[599/910] 317297=test_date
[600/910] 317297=test_big5
[601/910] 317297=test_gem_commands_update_command
[602/910] 317299=test_protect
[603/910] 317299=test_rdoc_markup_verbatim
[604/910] 317299=test_webauthn_poller
[605/910] 317299=test_date_conv
[606/910] 317299=test_frozen
[607/910] 317299=test_serialize_subclasses
[608/910] 317299=test_gem_resolver_index_specification
[609/910] 317299=test_egrep_cpp
[610/910] 317299=test_erb_m17n
[611/910] 317299=test_rdoc_generator_pot_po_entry
[612/910] 317299=test_timeout
[613/910] 317299=test_gem_resolver_activation_request
[614/910] 317299=test_function
[615/910] 317299=test_gem_commands_server_command
[616/910] 317299=test_pipe
[617/910] 317299=test_macro
[618/910] 317299=test_string
[619/910] 317298=test_gem_requirement
[620/910] 317298=test_win32ole_method_event
[621/910] 317298=test_tcp
[622/910] 317297=parse_comments_test
[623/910] 317297=test_gem_name_tuple
[624/910] 317298=test_rdoc_markup_to_table_of_contents
[625/910] 317297=test_integer
[626/910] 317298=test_file
[627/910] 317298=test_time
[628/910] 317297=test_capacity
[629/910] 317297=test_gem_commands_owner_command
[630/910] 317298=test_nextafter
[631/910] 317298=test_rat
[632/910] 317298=test_gem_request_connection_pools
[633/910] 317297=test_init
[634/910] 317297=test_flags
[635/910] 317298=test_bug-3571
[636/910] 317298=test_yamlstore
[637/910] 317298=test_numeric
[638/910] 317298=test_rdoc_generator_markup
[639/910] 317298=test_constant
[640/910] 317297=test_find
[641/910] 317297=test_encoding
[642/910] 317297=test_hmac
[643/910] 317297=test_win32ole_record
[644/910] 317297=test_rdoc_include
[645/910] 317297=test_gem_version_option
[646/910] 317297=test_date_compat
[647/910] 317297=test_ubf_async_safe
[648/910] 317297=test_pstore
[649/910] 317297=test_zlib
[650/910] 317298=test_rdoc_options
[651/910] 317298=test_bigdecimal_util
[652/910] 317298=test_gem_ext_cargo_builder
[653/910] 317298=test_proc
[654/910] 317298=test_console_attr
[655/910] 317298=test_gem_commands_unpack_command
[656/910] 317298=test_show_source
[657/910] 317298=test_reqarg
[658/910] 317298=test_frozen_error
[659/910] 317298=test_gem_version
[660/910] 317298=test_spell_checker
[661/910] 317298=test_gem_ext_ext_conf_builder
[662/910] 317298=test_path_to_class
[663/910] 317298=test_enumerator
[664/910] 317298=test_bug-5832
[665/910] 317298=test_yield_block
[666/910] 317298=test_c_struct_builder
[667/910] 317298=test_rewind
[668/910] 317298=test_resource
[669/910] 317298=test_gem_package_tar_reader_entry
[670/910] 317298=test_gem_uri
[671/910] 317298=test_flush
[672/910] 317298=test_pkey_rsa
[673/910] 317298=test_numhash
[674/910] 317298=test_bigmath
[675/910] 317298=test_system
[676/910] 317298=test_drb
[677/910] 317298=test_gem_specification
[678/910] 317297=test_win32ole_variable
[679/910] 317297=test_rdoc_cross_reference
[680/910] 317297=test_parse
[681/910] 317297=test_rdoc_class_module
[682/910] 317297=test_method_cache
[683/910] 317297=test_sorted_set
[684/910] 317297=test_emoji
[685/910] 317297=test_windows_1252
[686/910] 317297=test_stack
[687/910] 317298=test_syslog_logger
[688/910] 317297=test_cp949
[689/910] 317297=test_jaro_winkler
[690/910] 317297=test_condition
[691/910] 317297=test_gem_resolver_vendor_set
[692/910] 317297=test_gem_dependency_resolution_error
[693/910] 317297=test_sleep
[694/910] 317298=test_mixed_unicode_escapes
[695/910] 317298=test_fileutils
[696/910] 317298=test_econv
[697/910] 317298=test_gem_install_update_options
[698/910] 317298=test_face
[699/910] 317298=test_date_attr
[700/910] 317298=test_sizeof
[701/910] 317297=test_gem_request_set_lockfile_parser
[702/910] 317297=test_stringchar
[703/910] 317297=test_pack
[704/910] 317297=test_cgi_tag_helper
[705/910] 317297=test_pinned
[706/910] 317297=test_framework
[707/910] 317297=test_coderange
[708/910] 317297=test_weakmap
[709/910] 317298=test_inadvertent_creation
[710/910] 317298=test_ansi_with_terminfo
[711/910] 317298=test_date_time
[712/910] 317298=test_nil2vtempty
[713/910] 317298=test_rdoc_generator_json_index
[714/910] 317298=test_gem_command_manager
[715/910] 317298=test_rdoc_context
[716/910] 317298=test_array
[717/910] 317298=test_case
[718/910] 317298=test_open-uri
[719/910] 317298=test_enc_associate
[720/910] 317298=test_enumerator
[721/910] 317297=test_sprintf
[722/910] 317297=test_const
[723/910] 317297=test_rdoc_parser_rd
[724/910] 317297=test_class
[725/910] 317299=test_exit
[726/910] 317299=test_yaml_special_cases
[727/910] 317299=test_recorder
[728/910] 317299=test_name_error
[729/910] 317299=json_addition_test
[730/910] 317299=test_gem_source_list
[731/910] 317299=test_gem_commands_sources_command
[732/910] 317299=test_libs
[733/910] 317299=test_iso_8859
[734/910] 317299=test_gc
[735/910] 317299=comments_test
[736/910] 317299=test_qsort
[737/910] 317299=test_math
[738/910] 317299=test_drbobject
[739/910] 317299=test_safe_load
[740/910] 317299=test_http
[741/910] 317299=test_hash
[742/910] 317297=test_pty
[743/910] 317297=test_gem_dependency_installer
[744/910] 317299=test_general
[745/910] 317299=test_gem_commands_which_command
[746/910] 317299=test_gem_request
[747/910] 317299=test_gem_package_old
[748/910] 317299=encoding_test
[749/910] 317299=test_gem_commands_specification_command
[750/910] 317299=test_scan_args
[751/910] 317299=test_too_many_dummy_encodings
[752/910] 317299=test_method_cache
[753/910] 317299=test_sprintf_comb
[754/910] 317297=test_gem_commands_push_command
[755/910] 317299=locals_test
[756/910] 317299=test_rdoc_task
[757/910] 317299=test_tracepoint
[758/910] 317299=test_settracefunc
[759/910] 317297=test_gem_text
[760/910] 317297=test_backtrace
[761/910] 317299=test_gem_source_local
[762/910] 317299=desugar_compiler_test
[763/910] 317299=test_win32ole
[764/910] 317299=test_internal_ivar
[765/910] 317299=test_rendering
[766/910] 317299=test_gem_gemcutter_utilities
[767/910] 317297=test_utf16
[768/910] 317297=test_http
[769/910] 317299=attribute_write_test
[770/910] 317299=test_set
[771/910] 317299=test_severity
[772/910] 317299=test_ractor
[773/910] 317299=test_case
[774/910] 317299=test_gem_package_tar_writer
[775/910] 317299=test_str2big
[776/910] 317299=test_rdoc_markup_to_rdoc
[777/910] 317299=test_gem_dependency
[778/910] 317299=test_yjit
[779/910] 317299=test_cclass
[780/910] 317299=test_gem_uninstaller
[781/910] 317299=test_m17n
[782/910] 317299=test_method
[783/910] 317297=test_argf
[784/910] 317297=test_yaml
[785/910] 317298=test_x509name
[786/910] 317298=test_pkcs12
[787/910] 317297=test_gem_remote_fetcher
[788/910] 317299=test_json_tree
[789/910] 317299=test_koi8
[790/910] 317299=test_filter
[791/910] 317299=test_parser_events
[792/910] 317299=test_mutex_m
[793/910] 317299=test_shift_jis
[794/910] 317299=test_rdoc_store
[795/910] 317298=test_data_error
[796/910] 317298=test_rdoc_stats
[797/910] 317298=test_files_sample
[798/910] 317298=test_rubyoptions
[799/910] 317299=test_optimization
[800/910] 317297=regexp_test
[801/910] 317297=test_yield
[802/910] 317297=test_remote_fetch_error
[803/910] 317297=test_rdoc_i18n_locale
[804/910] 317297=test_gc_compact
[805/910] 317299=test_dryrun
[806/910] 317299=test_queue
[807/910] 317299=test_delegation
[808/910] 317299=test_gem_resolver_lock_specification
[809/910] 317299=test_boolean
[810/910] 317299=test_clone
[811/910] 317299=test_enc_raise
[812/910] 317299=test_gem_uri_formatter
[813/910] 317299=test_prettyprint
[814/910] 317299=test_ole_methods
[815/910] 317299=test_cgi_util
[816/910] 317299=test_backtrace
[817/910] 317299=test_gbk
[818/910] 317299=test_gem_commands_dependency_command
[819/910] 317299=test_yamldbm
[820/910] 317299=test_gem_spec_fetcher
[821/910] 317299=test_unicode_escape
[822/910] 317299=test_switch_hitter
[823/910] 317299=test_default_gems
[824/910] 317299=test_grapheme_breaks
[825/910] 317298=test_hash_create
[826/910] 317298=test_rdoc_method_attr
[827/910] 317299=test_enumerable
[828/910] 317299=test_set
[829/910] 317299=test_tree_spell_checker
[830/910] 317299=test_read
[831/910] 317298=test_ractor
[832/910] 317298=test_gem_resolver_api_specification
[833/910] 317298=test_rdoc_rubygems_hook
[834/910] 317298=test_webauthn_listener
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 41087>
COMMAND    PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    317298  opc   14u  IPv4 1063616766      0t0  TCP localhost:41087->localhost:55778 (CLOSE_WAIT)
[835/910] 317299=test_case_mapping.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_request: 14

[836/910] 317299=test_rational
[837/910] 317299=test_gem_ext_cargo_builder_unit
[838/910] 317298=test_arity
[839/910] 317298=test_thread
[840/910] 317298=test_svcb_https
[841/910] 317299=test_pkey_ec
[842/910] 317298=test_buffering
[843/910] 317298=test_key_event_record
[844/910] 317298=test_abbrev
[845/910] 317299=test_date_parse
[846/910] 317298=test_mdns
[847/910] 317298=test_open3
[848/910] 317299=test_fd_setsize
[849/910] 317299=test_process
[850/910] 317299=test_forwardable
[851/910] 317299=test_cmd
[852/910] 317299=!Nothing_to_test
[853/910] 317299=test_array_create
[854/910] 317299=test_dir_m17n
[855/910] 317297=test_memory_view
[856/910] 317299=test_complex
[857/910] 317297=test_rinda
[858/910] 317299=test_threadgroup
[859/910] 317298=test_acl
[860/910] 317298=test_storage
[861/910] 317298=test_method_name_check
[862/910] 317298=test_err_in_callback
[863/910] 317298=test_merge_keys
[864/910] 317298=test_shapes
[865/910] 317298=test_did_you_mean
[866/910] 317298=test_force_quotes
[867/910] 317298=test_rdoc_extend
[868/910] 317298=test_cesu8
[869/910] 317298=test_kernel
[870/910] 317298=test_rendering
[871/910] 317298=pattern_test
[872/910] 317298=test_gem_rdoc
[873/910] 317299=test_dot_dot
[874/910] 317299=test_string
[875/910] 317299=test_iterator
[876/910] 317299=test_gem_commands_install_command
[877/910] 317298=test_variable
[878/910] 317298=test_hash
[879/910] 317298=test_rdoc_tom_doc
[880/910] 317298=test_gem_commands_pristine_command
[881/910] 317297=test_optarg
[882/910] 317297=test_basicinstructions
[883/910] 317297=test_utf32
[884/910] 317297=test_gem_resolver_git_specification
[885/910] 317297=test_key_actor_emacs
[886/910] 317297=test_gem_security
[887/910] 317298=test_erb
[888/910] 317298=test_date_ractor
[889/910] 317298=test_gem_impossible_dependencies_error
[890/910] 317298=test_pp
[891/910] 317298=test_gem_resolver_requirement_list
[892/910] 317298=memsize_test
[893/910] 317298=test_raise_exception
[894/910] 317299=test_arith_seq_beg_len_step
[895/910] 317299=test_exception
[896/910] 317299=test_noarg
[897/910] 317299=ripper_compat_test
[898/910] 317299=test_gem_command
[899/910] 317299=test_features
[900/910] 317298=test_asn1
[901/910] 317298=test_undef
[902/910] 317298=test_rdoc_generator_darkfish
[903/910] 317299=test_gem_resolver_lock_set
[904/910] 317299=test_random
[905/910] 317299=test_gem_commands_open_command
[906/910] 317299=test_verbose
[907/910] 317299=test_normalize
[908/910] 317299=test_emoji_breaks
[909/910] 317298=test_assignment
[910/910] 317298=test_gem_update_suggestion
Finished tests in 212.711855s, 126.5186 tests/s, 44952.5158 assertions/s.
26912 tests, 9561933 assertions, 0 failures, 0 errors, 212 skips

ruby -v: ruby 3.4.0dev (2023-12-25T12:12:49Z master 1966a61a1e) [aarch64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j3'
	BASERUBY = /usr/local/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  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -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=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 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
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug
ruby 3.4.0dev (2023-12-25T12:12:49Z master 1966a61a1e) [aarch64-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 63.302769 seconds

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