# Logfile created on 2024-03-08 18:51:18 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000fffd6a02fdd8 @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'", @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/opc/ruby/logs/brlog.master.20240308-185118", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffd69f5ad68 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffd69f5ac00 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffd69ffc410 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20240308-185118", @dev=#<File:/home/opc/ruby/logs/brlog.master.20240308-185118>, @binmode=false, @mon_data=#<Monitor:0x0000fffd69f5a9a8>, @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
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision -
echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/bigdecimal.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/bigdecimal.revision unchanged
$$$[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
   2d80b60..609bbad  master     -> origin/master
Updating 2d80b60..609bbad
Fast-forward
 prism/config.yml                                   |  31 +-
 prism/encoding.h                                   |  14 +-
 prism/parser.h                                     |  11 +
 prism/prism.c                                      | 374 ++++++++++++++++-----
 prism/templates/src/diagnostic.c.erb               |   7 +
 test/prism/encoding_test.rb                        | 122 ++++++-
 .../heredoc_with_escaped_newline_at_start.txt      |   4 +-
 test/prism/snapshots/newline_terminated.txt        |   2 +-
 test/prism/snapshots/patterns.txt                  |  12 +-
 test/prism/snapshots/regex.txt                     |  30 +-
 .../snapshots/seattlerb/TestRubyParserShared.txt   |   2 +-
 test/prism/snapshots/seattlerb/bug190.txt          |   2 +-
 .../snapshots/seattlerb/bug_case_when_regexp.txt   |   2 +-
 test/prism/snapshots/seattlerb/bug_cond_pct.txt    |   2 +-
 test/prism/snapshots/seattlerb/case_in.txt         |   2 +-
 test/prism/snapshots/seattlerb/regexp.txt          |  10 +-
 .../snapshots/seattlerb/regexp_esc_C_slash.txt     |   2 +-
 test/prism/snapshots/seattlerb/regexp_esc_u.txt    |   2 +-
 .../snapshots/seattlerb/regexp_unicode_curlies.txt |   4 +-
 test/prism/snapshots/spanning_heredoc_newlines.txt |   2 +-
 test/prism/snapshots/unescaping.txt                |   2 +-
 .../prism/snapshots/unparser/corpus/literal/if.txt |   2 +-
 .../snapshots/unparser/corpus/literal/literal.txt  |  12 +-
 .../snapshots/unparser/corpus/literal/send.txt     |  12 +-
 .../snapshots/unparser/corpus/semantic/literal.txt |   4 +-
 .../whitequark/bug_regex_verification.txt          |   2 +-
 .../whitequark/cond_match_current_line.txt         |   4 +-
 .../snapshots/whitequark/interp_digit_var.txt      |   8 +-
 .../snapshots/whitequark/lvar_injecting_match.txt  |   2 +-
 test/prism/snapshots/whitequark/parser_bug_830.txt |   2 +-
 .../parser_slash_slash_n_escaping_in_literals.txt  |   4 +-
 test/prism/snapshots/whitequark/regex_plain.txt    |   2 +-
 test/prism/snapshots/whitequark/ruby_bug_11873.txt |  16 +-
 test/prism/unescape_test.rb                        |   2 -
 34 files changed, 539 insertions(+), 172 deletions(-)
Latest commit hash = 609bbad15d
$$$[end] "make update-src      -j3" exit with 0.
$$$[beg] make after-update    -j3
/home/opc/ruby/src/master/revision.h updated
generating /home/opc/ruby/src/master/ext/ripper/eventids2table.c
make[1]: Entering directory '/home/opc/ruby/src/master/ext/ripper'
make[1]: Nothing to be done for 'src'.
make[1]: Leaving directory '/home/opc/ruby/src/master/ext/ripper'
generating golf_prelude.c
generating aarch64-linux-fake.rb
golf_prelude.c unchanged
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'
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision -
echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
Extracting bundle gem minitest-5.22.2...
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/bigdecimal.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/bigdecimal.revision unchanged
Unpacked gems/minitest-5.22.2.gem
$$$[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 prism/diagnostic.c
compiling /home/opc/ruby/src/master/prism/encoding.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 /home/opc/ruby/src/master/prism/static_literals.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
eb812dbfa696aa8f96dcaba8b43d8f1efcd2b82f075057956c55199b0cee36f9  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 encdb.h
generating enc.mk
encdb.h unchanged
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/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/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]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
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]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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'
$$$[end] "make all -j3" exit with 0.
$$$[beg] make install -j3
Update minitest to 00affdbf08f42b9b12df043e9fe28e56ad33b622
Update rbs to 56ae86bb5f4864f5057778bd45b280248b012329
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
echo 56ae86bb5f4864f5057778bd45b280248b012329 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 00affdbf08f42b9b12df043e9fe28e56ad33b622 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision -
echo 2d602636d99114d55a32fedd652c9c704446a749 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
Update bigdecimal to 741fb93b566959663269ecd988e278a974528a1d
	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
echo 741fb93b566959663269ecd988e278a974528a1d | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/bigdecimal.revision -
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 encdb.h
generating enc.mk
/home/opc/ruby/src/master/.bundle/.timestamp/bigdecimal.revision unchanged
encdb.h unchanged
Extracting bundle gem minitest-5.22.2...
making srcs under enc
making enc
Unpacked gems/minitest-5.22.2.gem
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/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
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]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
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/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/debug-1.9.1/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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
                                    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.12.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.24.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.3
                                    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:   /home/opc/ruby/install/master/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.1.1
                                    zlib 3.1.0
installing bundled gems:            /home/opc/ruby/install/master/lib/ruby/gems/3.4.0+0
                                    minitest 5.22.2
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.2
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.3.4
                                    net-imap 0.4.10
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.11
                                    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.1
                                    nkf 0.2.0
                                    syslog 0.1.2
                                    csv 3.2.8
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 1905 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.

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
generating encdb.h
encdb.h unchanged
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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
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.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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=23213
  "--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/874] 1835184=test_rdoc_rd_inline
[  2/874] 1835185=test_path
[  3/874] 1835186=test_digest
[  4/874] 1835185=test_closure
[  5/874] 1835186=test_rubygems
[  6/874] 1835184=test_resolve_symbol
[  7/874] 1835184=test_files_test_1
[  8/874] 1835186=test_dir
Leaked file descriptor: TestDir#test_home: 7 #<File::Stat dev=0xfc00, ino=15828494, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-03-08 18:50:48.47288042 +0000, mtime=2024-03-08 18:50:48.464880392 +0000, ctime=2024-03-08 18:50:48.464880392 +0000>
Leaked file descriptor: TestDir#test_home: 8 #<File::Stat dev=0x9, ino=2028877398, 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    1835186  opc    7r   REG              252,0  9253600   15828494 /var/lib/sss/mc/passwd
ruby    1835186  opc    8u  unix 0x0000000000000000      0t0 2028877398 type=STREAM
[  9/874] 1835186=test_uncorrectable_name_check
[ 10/874] 1835186=test_io
[ 11/874] 1835185=magic_comment_test
[ 12/874] 1835185=test_win32ole_variant
[ 13/874] 1835185=test_cgi_modruby
[ 14/874] 1835185=test_workspace
[ 15/874] 1835185=test_x509attr
[ 16/874] 1835185=test_printf
[ 17/874] 1835185=test_stat
[ 18/874] 1835185=test_nomethod_error
[ 19/874] 1835185=test_etc
Leaked file descriptor: TestEtc#test_getgrgid: 7 #<File::Stat dev=0x9, ino=2028877496, 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>
Leaked file descriptor: TestEtc#test_getgrgid: 8 #<File::Stat dev=0xfc00, ino=15828495, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2024-03-08 18:49:20.048579923 +0000, mtime=2024-03-08 18:52:25.657210686 +0000, ctime=2024-03-08 18:52:25.657210686 +0000>
COMMAND     PID USER   FD   TYPE             DEVICE SIZE/OFF       NODE NAME
ruby    1835185  opc    7u  unix 0x0000000000000000      0t0 2028877496 type=STREAM
ruby    1835185  opc    8r   REG              252,0  6940392   15828495 /var/lib/sss/mc/group
Leaked file descriptor: TestEtc#test_getpwnam: 9 #<File::Stat dev=0xfc00, ino=15828494, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-03-08 18:50:48.47288042 +0000, mtime=2024-03-08 18:50:48.464880392 +0000, ctime=2024-03-08 18:50:48.464880392 +0000>
COMMAND     PID USER   FD   TYPE DEVICE SIZE/OFF     NODE NAME
ruby    1835185  opc    9r   REG  252,0  9253600 15828494 /var/lib/sss/mc/passwd
[ 20/874] 1835185=test_https_proxy
[ 21/874] 1835185=test_rdoc_parser
[ 22/874] 1835185=test_win32ole_param_event
[ 23/874] 1835185=test_rdoc_generator_pot_po
[ 24/874] 1835185=test_shellwords
[ 25/874] 1835185=test_mul
[ 26/874] 1835185=test_omap
[ 27/874] 1835185=test_date_strptime
[ 28/874] 1835185=test_scanner_events
[ 29/874] 1835185=test_ocsp
[ 30/874] 1835184=test_ipaddr
[ 31/874] 1835184=test_rdoc_parser_simple
[ 32/874] 1835185=test_nonblock
[ 33/874] 1835184=json_ext_parser_test
[ 34/874] 1835185=test_gem_ext_configure_builder
[ 35/874] 1835184=test_color
[ 36/874] 1835184=test_cmethod
[ 37/874] 1835184=test_float
[ 38/874] 1835185=test_gem_stub_specification
[ 39/874] 1835185=test_rdoc_top_level
[ 40/874] 1835185=test_io_m17n
[ 41/874] 1835184=test_gem_stream_ui
[ 42/874] 1835184=test_rdoc_generator_ri
[ 43/874] 1835184=test_unicode_normalize
[ 44/874] 1835185=test_gem_commands_lock_command
[ 45/874] 1835185=test_reline_key
[ 46/874] 1835185=test_propertyputref
[ 47/874] 1835185=test_gb18030
[ 48/874] 1835185=test_random
[ 49/874] 1835185=test_files_ext
[ 50/874] 1835185=test_stringio
[ 51/874] 1835185=test_assembler
[ 52/874] 1835185=test_thread_cv
[ 53/874] 1835185=test_ripper
[ 54/874] 1835185=test_gem_source_git
[ 55/874] 1835186=test_lexer
[ 56/874] 1835186=test_win32ole_method
[ 57/874] 1835186=test_regex_casefold
[ 58/874] 1835185=test_unicode
[ 59/874] 1835185=test_eval_history
[ 60/874] 1835185=dispatcher_test
[ 61/874] 1835185=test_array
[ 62/874] 1835186=test_gem_package
[ 63/874] 1835186=test_autoload
[ 64/874] 1835184=test_class
[ 65/874] 1835184=test_have_macro
[ 66/874] 1835184=test_mkmf
[ 67/874] 1835184=test_gem_source
[ 68/874] 1835184=test_benchmark
[ 69/874] 1835184=test_at_exit
[ 70/874] 1835184=test_find_executable
[ 71/874] 1835184=test_ractor_compatibility
[ 72/874] 1835184=test_arithmetic_sequence
[ 73/874] 1835184=integer_parse_test
[ 74/874] 1835184=test_autoconf
[ 75/874] 1835184=test_cgi_multipart
[ 76/874] 1835184=test_lazy_enumerator
[ 77/874] 1835184=test_gem_request_set_lockfile_tokenizer
[ 78/874] 1835184=test_install
[ 79/874] 1835184=test_encoding
[ 80/874] 1835184=test_rdoc_comment
[ 81/874] 1835184=test_gem_source_fetch_problem
[ 82/874] 1835184=test_sockopt
[ 83/874] 1835184=test_ftp
[ 84/874] 1835184=test_singleton_function
[ 85/874] 1835184=test_document
[ 86/874] 1835184=test_eval
[ 87/874] 1835184=test_gem_safe_yaml
[ 88/874] 1835184=test_gem_commands_setup_command
[ 89/874] 1835186=test_history
[ 90/874] 1835186=test_win32ole_variant_m
[ 91/874] 1835186=test_pair
[ 92/874] 1835184=test_gem_commands_signout_command
[ 93/874] 1835184=test_gem_package_tar_reader
[ 94/874] 1835184=test_env
[ 95/874] 1835185=command_line_test
[ 96/874] 1835185=test_parser
[ 97/874] 1835185=test_rdoc_ri_paths
[ 98/874] 1835185=test_primitive
[ 99/874] 1835185=test_iseq
[100/874] 1835185=test_placearg
[101/874] 1835185=test_rational2
[102/874] 1835185=test_logperiod
[103/874] 1835185=test_case_comprehensive
[104/874] 1835184=test_ssl_session
[105/874] 1835184=test_gem_package_tar_header
[106/874] 1835184=test_gem_ci_detector
[107/874] 1835184=test_continuation
[108/874] 1835184=test_signal
[109/874] 1835186=test_gem_silent_ui
[110/874] 1835186=test_fixnum
[111/874] 1835186=test_io_wait_uncommon
[112/874] 1835186=parse_stream_test
[113/874] 1835186=test_handle
[114/874] 1835186=test_delete
[115/874] 1835186=test_rdoc_markup_document
[116/874] 1835186=test_gem_security_policy
[117/874] 1835184=test_file_exhaustive
[118/874] 1835186=test_completion
[119/874] 1835186=test_name_error_extension
[120/874] 1835186=test_gem_request_set_gem_dependency_api
[121/874] 1835186=test_https
[122/874] 1835186=test_gem_commands_info_command
[123/874] 1835186=test_object_create_start
[124/874] 1835186=test_rdoc_markup_to_ansi
[125/874] 1835186=test_evaluation
[126/874] 1835186=test_protocol
[127/874] 1835186=test_weakkeymap
[128/874] 1835186=test_files_test
[129/874] 1835186=test_ast
Leaked file descriptor: TestFileExhaustive#test_expand_path_home_dir_string: 10 #<File::Stat dev=0xfc00, ino=15828494, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2024-03-08 18:50:48.47288042 +0000, mtime=2024-03-08 18:50:48.464880392 +0000, ctime=2024-03-08 18:50:48.464880392 +0000>
Leaked file descriptor: TestFileExhaustive#test_expand_path_home_dir_string: 11 #<File::Stat dev=0x9, ino=2028884156, 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    1835184  opc   10r   REG              252,0  9253600   15828494 /var/lib/sss/mc/passwd
ruby    1835184  opc   11u  unix 0x0000000000000000      0t0 2028884156 type=STREAM
[130/874] 1835184=test_logdevice
[131/874] 1835184=test_require_path_check
[132/874] 1835184=test_bn
[133/874] 1835184=test_variable_name_check
[134/874] 1835184=test_irb
[135/874] 1835184=test_rdoc_markup_paragraph
[136/874] 1835184=test_x509cert
[137/874] 1835184=test_date_arith
[138/874] 1835184=test_gem_resolver_vendor_specification
[139/874] 1835184=test_fiddle
[140/874] 1835184=json_generic_object_test
[141/874] 1835184=test_stringscanner
[142/874] 1835184=test_ractor
[143/874] 1835184=test_gem_resolver_installed_specification
[144/874] 1835184=test_exception_at_throwing
[145/874] 1835184=test_digest
[146/874] 1835184=test_signedness
[147/874] 1835184=test_gem_commands_check_command
[148/874] 1835184=test_gem_resolver_git_set
[149/874] 1835185=test_rdoc_ri_driver
[150/874] 1835184=test_ractor
[151/874] 1835184=test_sexp
[152/874] 1835184=test_httpheader
[153/874] 1835184=test_gem_safe_marshal
[154/874] 1835185=test_gem_local_remote_options
[155/874] 1835185=test_gem_ext_cargo_builder_link_flag_converter
[156/874] 1835185=test_acceptable
[157/874] 1835185=test_rdoc_single_class
[158/874] 1835185=test_dup
[159/874] 1835185=test_struct
[160/874] 1835184=test_tmpdir
[161/874] 1835184=heredoc_dedent_test
[162/874] 1835184=test_type
[163/874] 1835184=test_rdoc_token_stream
[164/874] 1835184=test_mutex
[165/874] 1835185=test_ssl
[166/874] 1835184=test_abi
[167/874] 1835184=test_bundled_ca
[168/874] 1835184=test_integer_comb
[169/874] 1835184=test_load
[170/874] 1835184=test_usrmarshal
[171/874] 1835184=test_gem_validator
[172/874] 1835184=test_gem_source_installed
[173/874] 1835184=test_gem_security_trust_dir
[174/874] 1835184=test_module
[175/874] 1835184=test_erb_command
[176/874] 1835184=test_engine
[177/874] 1835184=test_fiber
[178/874] 1835185=test_gem_commands_mirror
[179/874] 1835185=test_win32ole_param
[180/874] 1835185=test_key_error
[181/874] 1835185=test_resize
[182/874] 1835185=test_gem_package_task
[183/874] 1835185=test_lock_native_thread
[184/874] 1835185=test_struct
[185/874] 1835185=test_c_struct_entry
[186/874] 1835185=fuzzer_test
[187/874] 1835185=test_rubyvm
[188/874] 1835185=test_cparser
[189/874] 1835185=test_rdoc_parser_markdown
[190/874] 1835185=test_change_word
[191/874] 1835185=test_depth_first
[192/874] 1835185=test_ostruct
[193/874] 1835185=test_config
[194/874] 1835185=test_new
[195/874] 1835185=test_cipher
[196/874] 1835185=test_update
[197/874] 1835185=test_gem_source_lock
[198/874] 1835185=test_load
[199/874] 1835185=test_rdoc_rd_inline_parser
[200/874] 1835185=test_win32ole_type
[201/874] 1835185=test_metaclass
[202/874] 1835185=test_require_lib
[203/874] 1835185=test_gem_gem_runner
[204/874] 1835185=test_rdoc_rd
[205/874] 1835185=test_rdoc_markup_to_markdown
[206/874] 1835185=test_rdoc_markup_to_joined_paragraph
[207/874] 1835185=test_rdoc_generator_pot
[208/874] 1835185=test_rdoc_rd_block_parser
[209/874] 1835185=test_x509store
[210/874] 1835184=test_option
[211/874] 1835184=test_rdoc_markup_attribute_manager
[212/874] 1835184=test_wss
[213/874] 1835184=test_tracer
[214/874] 1835184=test_not
[215/874] 1835185=test_cgi_cookie
[216/874] 1835184=test_debugger_integration
[217/874] 1835184=test_my_integer
[218/874] 1835185=test_gem_resolver_composed_set
[219/874] 1835184=test_objectspace
[220/874] 1835185=test_require
[221/874] 1835184=test_marshal
[222/874] 1835184=ractor_test
[223/874] 1835185=test_ancdata
[224/874] 1835184=test_nesting_parser
[225/874] 1835184=test_rdoc_markup_hard_break
[226/874] 1835184=newline_test
[227/874] 1835185=test_bignum
[228/874] 1835184=test_enc_str_buf_cat
[229/874] 1835184=test_scheduler
[230/874] 1835184=test_gem_commands_help_command
[231/874] 1835184=test_ssl
[232/874] 1835184=test_ractor
[233/874] 1835184=test_gem_resolver_conflict
[234/874] 1835184=test_ractor
[235/874] 1835184=json_generator_test
[236/874] 1835184=test_ansi_without_terminfo
[237/874] 1835184=test_gem
[238/874] 1835184=test_cgi_core
[239/874] 1835184=test_gem_resolver_best_set
[240/874] 1835184=test_rdoc_markup_to_label
[241/874] 1835184=test_parser
[242/874] 1835184=test_recursion
[243/874] 1835185=test_require
[244/874] 1835184=test_enum
[245/874] 1835184=test_rdoc_markup_include
[246/874] 1835184=test_iter_break
[247/874] 1835184=test_extlibs
[248/874] 1835185=test_gem_commands_signin_command
[249/874] 1835185=test_range
[250/874] 1835185=test_num2int
[251/874] 1835185=test_rbconfig
[252/874] 1835185=test_ts
[253/874] 1835185=test_locale
[254/874] 1835185=test_rdoc_attr
[255/874] 1835185=test_address_resolve
[256/874] 1835185=test_trick
[257/874] 1835184=test_ractor
[258/874] 1835184=test_stream
[259/874] 1835184=test_configuration
[260/874] 1835184=test_gem_resolver_local_specification
[261/874] 1835184=test_gem_commands_list_command
[262/874] 1835184=test_date_new
[263/874] 1835184=test_date_marshal
[264/874] 1835184=test_have_func
[265/874] 1835186=test_unix
[266/874] 1835186=test_integer
[267/874] 1835184=test_formatter
[268/874] 1835184=test_udp
[269/874] 1835184=test_context
[270/874] 1835184=test_gem_commands_contents_command
[271/874] 1835184=test_coder
[272/874] 1835184=test_rdoc_servlet
[273/874] 1835184=test_gem_commands_search_command
[274/874] 1835184=test_symbol
[275/874] 1835185=test_webauthn_listener_response
[276/874] 1835185=test_sleep
[277/874] 1835186=test_gem_resolver_index_set
[278/874] 1835186=ruby_api_test
[279/874] 1835186=test_gem_bundler_version_finder
[280/874] 1835186=test_gem_request_set
[281/874] 1835186=test_gc
[282/874] 1835185=test_pattern_matching
[283/874] 1835185=constant_path_node_test
[284/874] 1835185=test_set_len
[285/874] 1835185=test_interned_str
[286/874] 1835185=test_folderitem2_invokeverb
[287/874] 1835185=test_delegate
[288/874] 1835185=location_test
[289/874] 1835185=test_symbol
[290/874] 1835185=test_project_sanity
[291/874] 1835185=test_time
[292/874] 1835185=test_popen_deadlock
[293/874] 1835184=test_alias_and_anchor
[294/874] 1835184=test_euc_jp
[295/874] 1835184=test_key_stroke
[296/874] 1835184=test_rdoc_markup
[297/874] 1835184=test_ensured
[298/874] 1835184=test_to_ary_concat
[299/874] 1835185=test_history
[300/874] 1835185=test_gem_ext_builder
[301/874] 1835185=test_windows_1251
[302/874] 1835185=test_call
[303/874] 1835185=test_ellipsize
[304/874] 1835185=test_gem_commands_build_command
[305/874] 1835185=test_reline
[306/874] 1835185=test_thread
[307/874] 1835184=test_inlinecache
[308/874] 1835184=test_socket
.Leaked thread: TestSocket#test_accept_loop_multi_port: #<Thread:0x0000fffbf80b5438 /home/opc/ruby/build/master/.ext/common/socket.rb:709 sleep>
[309/874] 1835186=test_terminfo
[310/874] 1835186=test_bug-14834
[311/874] 1835186=test_data
[312/874] 1835186=test_to_ruby
[313/874] 1835186=test_addrinfo
[314/874] 1835186=test_time_tz
[315/874] 1835186=test_pointer.Finished thread: TestSocket#test_closed_read: #<Thread:0x0000fffbf80b5438 /home/opc/ruby/build/master/.ext/common/socket.rb:709 dead>

[316/874] 1835184=test_rdoc_normal_class
[317/874] 1835184=test_within_pipe
[318/874] 1835184=test_whileuntil
[319/874] 1835184=test_regexp
[320/874] 1835186=test_nofree
[321/874] 1835186=test_eval
[322/874] 1835186=test_monitor
[323/874] 1835186=test_beginendblock
[324/874] 1835186=test_gem_source_subpath_problem
[325/874] 1835186=test_object_references
[326/874] 1835186=test_ruby_lex
[327/874] 1835186=test_arith_seq_extract
[328/874] 1835186=compiler_test
[329/874] 1835186=test_buffered_io
[330/874] 1835186=test_ossl
[331/874] 1835185=test_bug_reporter
[332/874] 1835185=test_gem_installer
[333/874] 1835186=test_duplicate
[334/874] 1835186=test_gem_resolver_api_set
[335/874] 1835186=test_helper
[336/874] 1835186=test_case_options
[337/874] 1835186=test_cgi_header
[338/874] 1835186=format_errors_test
[339/874] 1835186=test_member
[340/874] 1835186=test_object
[341/874] 1835186=test_addr
[342/874] 1835186=test_mailto
[343/874] 1835186=test_kill_ring
[344/874] 1835186=bom_test
[345/874] 1835186=test_summary
[346/874] 1835186=test_file
[347/874] 1835185=test_config
[348/874] 1835185=test_emitter
[349/874] 1835185=test_x509ext
[350/874] 1835185=test_append
[351/874] 1835185=test_gem_resolver_installer_set
[352/874] 1835185=test_rdoc_markup_to_html
[353/874] 1835185=test_foreach
[354/874] 1835185=test_keyword
[355/874] 1835185=test_win32ole_type_event
[356/874] 1835185=test_arity
[357/874] 1835185=test_gem_path_support
[358/874] 1835185=test_trace
[359/874] 1835185=test_rb_str_dup
[360/874] 1835185=test_lambda
[361/874] 1835185=test_scalar_scanner
[362/874] 1835185=test_gem_commands_uninstall_command
[363/874] 1835185=test_rdoc_markup_formatter
[364/874] 1835185=test_win32ole_event
[365/874] 1835185=test_helper
[366/874] 1835185=test_compile_prism
[367/874] 1835185=test_emitter
[368/874] 1835185=test_alias
[369/874] 1835185=test_fips
[370/874] 1835185=test_getopts
[371/874] 1835185=test_thread_fd_close
[372/874] 1835185=test_last_thread
[373/874] 1835185=test_digest_extend
[374/874] 1835185=test_gem_ext_cmake_builder
[375/874] 1835185=test_class2name
[376/874] 1835185=test_gem_commands_cleanup_command
[377/874] 1835185=test_debug
[378/874] 1835185=test_refinement
[379/874] 1835186=test_transcode
[380/874] 1835186=test_profile_frames
[381/874] 1835186=test_pattern_key_name_check
[382/874] 1835186=test_io_console
[383/874] 1835185=test_flip
[384/874] 1835185=test_rdoc_markup_heading
[385/874] 1835185=test_x509crl
[386/874] 1835185=test_dns
[387/874] 1835185=test_c_union_entity
[388/874] 1835185=test_cgi_session
[389/874] 1835185=test_notimplement
[390/874] 1835185=test_insns_leaf
[391/874] 1835185=test_gem_console_ui
[392/874] 1835185=test_ifunless
[393/874] 1835185=test_x509req
[394/874] 1835185=test_httpresponse
[395/874] 1835186=test_rdoc_parser_ruby
[396/874] 1835185=test_readpartial
[397/874] 1835185=test_super
[398/874] 1835186=test_color_printer
[399/874] 1835186=unescape_test
[400/874] 1835185=test_gem_commands_exec_command
[401/874] 1835186=test_object
[402/874] 1835186=test_dln
[403/874] 1835186=test_gem_resolver
[404/874] 1835185=test_gem_source_vendor
[405/874] 1835185=test_vm_dump
[406/874] 1835185=json_encoding_test
[407/874] 1835185=test_func
[408/874] 1835186=test_config
[409/874] 1835186=errors_test
[410/874] 1835186=test_convertible
[411/874] 1835186=test_modify_expand
[412/874] 1835186=test_gem_available_set
[413/874] 1835186=test_pkg_config
[414/874] 1835186=test_rdoc_markdown_test
[415/874] 1835185=test_io_timeout
[416/874] 1835185=test_type_completor
[417/874] 1835185=test_rdoc_normal_module
[418/874] 1835186=test_rdoc_rdoc
[419/874] 1835185=test_yjit_exit_locations
[420/874] 1835185=test_comparable
[421/874] 1835185=json_string_matching_test
[422/874] 1835185=test_gem_config_file
[423/874] 1835186=test_thread_queue
[424/874] 1835185=test_defined
[425/874] 1835185=test_passing_block
[426/874] 1835185=test_nowrite
[427/874] 1835185=test_kdf
[428/874] 1835185=test_ldap
[429/874] 1835185=test_io_buffer
[430/874] 1835185=test_nil
[431/874] 1835185=test_psych
[432/874] 1835185=test_import
[433/874] 1835185=test_human_typo
[434/874] 1835185=test_wait
[435/874] 1835185=test_pkey_dsa
[436/874] 1835185=test_logger
[437/874] 1835185=test_big2str
[438/874] 1835185=test_gem_resolver_specification
[439/874] 1835185=test_cstr
[440/874] 1835185=test_command
[441/874] 1835186=test_euc_tw
[442/874] 1835186=test_gem_resolver_dependency_request
[443/874] 1835184=test_yaml_tree
[444/874] 1835184=test_gem_commands_yank_command
[445/874] 1835186=test_marshalable
[446/874] 1835185=test_line_editor
[447/874] 1835186=test_enumerator_kw
[448/874] 1835185=test_string_memory
[449/874] 1835186=test_help
[450/874] 1835186=test_files_lib
[451/874] 1835186=version_test
[452/874] 1835186=test_raise
[453/874] 1835186=test_complexrational
[454/874] 1835186=test_error_highlight
[455/874] 1835185=test_rdoc_any_method
[456/874] 1835186=test_function_entry
[457/874] 1835186=test_string
[458/874] 1835186=json_common_interface_test
[459/874] 1835186=test_store
[460/874] 1835184=test_rdoc_markup_pre_process
[461/874] 1835185=test_coverage
[462/874] 1835184=test_tempfile
[463/874] 1835186=test_http_request
[464/874] 1835186=test_pathname
[465/874] 1835184=test_fnmatch
[466/874] 1835184=test_big5
[467/874] 1835184=test_date
[468/874] 1835184=test_gem_commands_update_command
[469/874] 1835186=test_protect
[470/874] 1835186=test_tree_builder
[471/874] 1835186=test_frozen
[472/874] 1835186=test_serialize_subclasses
[473/874] 1835186=test_gem_resolver_index_specification
[474/874] 1835186=test_egrep_cpp
[475/874] 1835186=test_rdoc_markup_verbatim
[476/874] 1835186=test_webauthn_poller
[477/874] 1835185=test_date_conv
[478/874] 1835185=test_timeout
[479/874] 1835185=test_erb_m17n
[480/874] 1835185=test_rdoc_generator_pot_po_entry
[481/874] 1835185=test_gem_resolver_activation_request
[482/874] 1835185=test_function
[483/874] 1835186=test_gem_commands_server_command
[484/874] 1835186=test_pipe
[485/874] 1835186=test_macro
[486/874] 1835186=test_string
[487/874] 1835185=test_gem_requirement
[488/874] 1835185=test_gem_name_tuple
[489/874] 1835185=test_rdoc_markup_to_table_of_contents
[490/874] 1835185=test_integer
[491/874] 1835185=test_win32ole_method_event
[492/874] 1835185=test_tcp
[493/874] 1835185=parse_comments_test
[494/874] 1835185=test_capacity
[495/874] 1835185=test_gem_commands_owner_command
[496/874] 1835184=test_nextafter
[497/874] 1835184=test_file
[498/874] 1835184=test_time
[499/874] 1835184=test_flags
[500/874] 1835185=test_yamlstore
[501/874] 1835185=test_bug-3571
[502/874] 1835185=test_numeric
[503/874] 1835185=test_rat
[504/874] 1835185=test_gem_request_connection_pools
[505/874] 1835184=test_init
[506/874] 1835184=test_constant
[507/874] 1835185=test_find
[508/874] 1835185=test_rdoc_generator_markup
[509/874] 1835185=test_encoding
[510/874] 1835185=test_hmac
[511/874] 1835185=test_date_compat
[512/874] 1835185=test_win32ole_record
[513/874] 1835185=test_rdoc_include
[514/874] 1835185=test_gem_version_option
[515/874] 1835185=test_ubf_async_safe
[516/874] 1835185=test_pstore
[517/874] 1835185=test_zlib
[518/874] 1835184=test_rdoc_options
[519/874] 1835184=test_gem_commands_unpack_command
[520/874] 1835184=test_gem_ext_cargo_builder
[521/874] 1835184=test_proc
[522/874] 1835184=test_console_attr
[523/874] 1835184=test_frozen_error
[524/874] 1835184=test_gem_version
[525/874] 1835184=test_spell_checker
[526/874] 1835184=test_gem_ext_ext_conf_builder
[527/874] 1835184=test_reqarg
[528/874] 1835184=test_enumerator
[529/874] 1835184=test_path_to_class
[530/874] 1835184=test_c_struct_builder
[531/874] 1835184=test_bug-5832
[532/874] 1835184=test_yield_block
[533/874] 1835184=test_gem_uri
[534/874] 1835184=test_resource
[535/874] 1835184=test_gem_package_tar_reader_entry
[536/874] 1835184=library_symbols_test
[537/874] 1835184=test_rdoc_text
[538/874] 1835184=test_objspace
[539/874] 1835185=test_require
[540/874] 1835185=test_stringify_symbols
[541/874] 1835185=test_ns_spki
[542/874] 1835185=test_stream
[543/874] 1835185=test_have_library
[544/874] 1835185=test_rdoc_markup_indented_paragraph
[545/874] 1835185=test_iseq_load
[546/874] 1835185=test_rdoc_markup_parser
[547/874] 1835185=test_gem_request_set_lockfile
[548/874] 1835185=test_rdoc_markdown
[549/874] 1835185=test_key_actor_vi
[550/874] 1835185=test_postponed_job
[551/874] 1835185=test_rdoc_encoding
[552/874] 1835185=test_win32ole_variant_outarg
[553/874] 1835185=test_rdoc_markup_to_html_snippet
[554/874] 1835185=test_common
[555/874] 1835185=test_generic
[556/874] 1835185=test_rdoc_constant
[557/874] 1835185=test_deprecate
[558/874] 1835185=test_httpresponses
[559/874] 1835185=test_rdoc_markup_attributes
[560/874] 1835185=test_rand
[561/874] 1835185=test_string_processing
[562/874] 1835185=test_random_formatter
[563/874] 1835185=test_gem_source_specific_file
[564/874] 1835185=test_euc_kr
[565/874] 1835185=test_provider
[566/874] 1835185=test_bmethod
[567/874] 1835185=test_process
[568/874] 1835185=test_rdoc_code_object
[569/874] 1835186=parse_test
[570/874] 1835185=test_rdoc_parser_c
[571/874] 1835185=test_kwargs
[572/874] 1835185=test_pack
[573/874] 1835185=test_io_wait
[574/874] 1835185=test_len
[575/874] 1835185=test_gem_doctor
[576/874] 1835185=json_fixtures_test
[577/874] 1835185=test_rdoc_parser_changelog
[578/874] 1835185=parameters_signature_test
[579/874] 1835185=test_gem_commands_outdated_command
[580/874] 1835185=test_gem_dependency_list
[581/874] 1835185=test_securerandom
[582/874] 1835185=test_tsort
[583/874] 1835185=test_typeddata
[584/874] 1835185=test_gem_commands_fetch_command
[585/874] 1835185=test_complex2
[586/874] 1835185=test_config
[587/874] 1835185=test_gem_security_signer
[588/874] 1835185=test_gem_util
[589/874] 1835185=test_thread
[590/874] 1835186=test_gem_unsatisfiable_dependency_error
[591/874] 1835186=test_literal
[592/874] 1835185=test_rdoc_i18n_text
[593/874] 1835185=test_io
[594/874] 1835185=test_input_method
[595/874] 1835185=test_m17n_comb
[596/874] 1835186=test_pkey_dh
[597/874] 1835186=test_data
[598/874] 1835186=test_memory_view
[599/874] 1835186=test_ractor
[600/874] 1835186=test_null
[601/874] 1835186=test_gem_platform
[602/874] 1835186=test_gem_commands_query_command
[603/874] 1835186=test_bigzero
[604/874] 1835186=test_pkey
[605/874] 1835186=test_external_new
[606/874] 1835186=test_win32ole_typelib
[607/874] 1835186=test_gem_commands_cert_command
[608/874] 1835185=test_rdoc_markup_to_tt_only
[609/874] 1835185=json_parser_test
[610/874] 1835185=test_date_strftime
[611/874] 1835185=test_ws
[612/874] 1835185=test_gem_commands_stale_command
[613/874] 1835185=ruby_parser_test
[614/874] 1835185=test_instrumentation_api
[615/874] 1835186=test_weakref
[616/874] 1835186=test_rdoc_alias
[617/874] 1835186=test_timeout
[618/874] 1835186=test_rdoc_markup_raw
[619/874] 1835186=test_rdoc_markup_to_bs
[620/874] 1835186=test_key_name_check
[621/874] 1835186=test_rdoc_require
[622/874] 1835186=test_gem_ext_rake_builder
[623/874] 1835186=test_word
[624/874] 1835186=test_singleton
[625/874] 1835186=test_fstring
[626/874] 1835186=test_numeric
[627/874] 1835185=test_files_test_2
[628/874] 1835185=test_div
[629/874] 1835186=test_rdoc_markup_to_html_crossref
[630/874] 1835185=test_exception
[631/874] 1835186=test_bash_completion
[632/874] 1835186=test_optparse
[633/874] 1835186=test_io_buffer
[634/874] 1835186=test_rdoc_context_section
[635/874] 1835186=test_deprecated
[636/874] 1835186=test_pack
[637/874] 1835186=test_gem_commands_environment_command
[638/874] 1835186=test_pkcs7
[639/874] 1835186=test_basicsocket
[640/874] 1835186=test_zsh_completion
[641/874] 1835186=test_syntax
[642/874] 1835185=test_scalar
[643/874] 1835185=test_class_name_check
[644/874] 1835185=test_shift_jis
[645/874] 1835185=test_rdoc_store
[646/874] 1835185=test_optimization
[647/874] 1835186=test_force_exit
[648/874] 1835186=test_data_error
[649/874] 1835186=test_rdoc_stats
[650/874] 1835186=test_files_sample
[651/874] 1835186=test_rubyoptions
[652/874] 1835185=test_yield
[653/874] 1835185=test_remote_fetch_error
[654/874] 1835185=test_show_source
[655/874] 1835185=regexp_test
[656/874] 1835185=test_gc_compact
[657/874] 1835186=test_rdoc_i18n_locale
[658/874] 1835186=test_dryrun
[659/874] 1835186=test_gem_resolver_lock_specification
[660/874] 1835186=test_boolean
[661/874] 1835186=test_queue
[662/874] 1835186=test_enc_raise
[663/874] 1835186=test_clone
[664/874] 1835184=test_ole_methods
[665/874] 1835184=test_cgi_util
[666/874] 1835186=test_gem_uri_formatter
[667/874] 1835186=test_prettyprint
[668/874] 1835184=test_gem_commands_dependency_command
[669/874] 1835186=test_backtrace
[670/874] 1835186=test_gbk
[671/874] 1835186=test_unicode_escape
[672/874] 1835184=test_switch_hitter
[673/874] 1835186=test_default_gems
[674/874] 1835184=test_yamldbm
[675/874] 1835184=test_gem_spec_fetcher
[676/874] 1835186=test_grapheme_breaks
[677/874] 1835186=test_hash_create
[678/874] 1835186=static_literals_test
[679/874] 1835186=test_tree_spell_checker
[680/874] 1835186=test_rdoc_method_attr
[681/874] 1835186=test_enumerable
[682/874] 1835184=test_set
[683/874] 1835186=test_webauthn_listener
[684/874] 1835184=test_ractor
[685/874] 1835184=test_rdoc_rubygems_hook
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options: 14 : #<TCPSocket:fd 14, AF_INET, 127.0.0.1, 37005>
COMMAND     PID USER   FD   TYPE     DEVICE SIZE/OFF NODE NAME
ruby    1835186  opc   14u  IPv4 2028901884      0t0  TCP localhost:37005->localhost:48372 (CLOSE_WAIT)
[686/874] 1835184=test_gem_resolver_api_specification
Multiple autoclose IO objects for a file descriptor in: WebauthnListenerTest#test_wait_for_otp_code_get_follows_options:  #<IO:<STDIN>>(autoclose) #<IO:fd 0>(autoclose)
[687/874] 1835184=test_case_mapping
[688/874] 1835186=test_rational
[689/874] 1835184=test_gem_ext_cargo_builder_unit
[690/874] 1835186=test_svcb_https
[691/874] 1835186=test_pkey_ec
[692/874] 1835186=test_buffering
[693/874] 1835184=test_arity
[694/874] 1835186=test_thread
[695/874] 1835186=test_date_parse
[696/874] 1835184=test_mdns
[697/874] 1835184=test_open3
[698/874] 1835186=test_key_event_record
[699/874] 1835186=test_fd_setsize
[700/874] 1835186=test_process
[701/874] 1835186=test_forwardable
[702/874] 1835186=!Nothing_to_test
[703/874] 1835186=test_complex
Closed file descriptor: Complex_Test#test_attr2: 14
[704/874] 1835186=test_threadgroup
[705/874] 1835185=test_array_create
[706/874] 1835185=test_memory_view
[707/874] 1835186=test_dir_m17n
[708/874] 1835185=test_merge_keys
[709/874] 1835185=test_storage
[710/874] 1835185=test_err_in_callback
[711/874] 1835185=test_method_name_check
[712/874] 1835185=test_rdoc_extend
[713/874] 1835185=test_cesu8
[714/874] 1835185=test_shapes
[715/874] 1835185=test_did_you_mean
[716/874] 1835185=pattern_test
[717/874] 1835185=test_gem_rdoc
[718/874] 1835185=test_dot_dot
[719/874] 1835185=test_kernel
[720/874] 1835185=test_rendering
[721/874] 1835185=test_gem_commands_install_command
[722/874] 1835184=test_string
[723/874] 1835184=test_iterator
[724/874] 1835184=test_rdoc_tom_doc
[725/874] 1835184=test_gem_commands_pristine_command
[726/874] 1835186=test_optarg
[727/874] 1835186=test_variable
[728/874] 1835186=test_hash
[729/874] 1835186=test_key_actor_emacs
[730/874] 1835186=test_gem_security
[731/874] 1835184=test_erb
[732/874] 1835184=test_date_ractor
[733/874] 1835184=test_basicinstructions
[734/874] 1835184=test_utf32
[735/874] 1835185=test_gem_resolver_git_specification
[736/874] 1835184=test_gem_resolver_requirement_list
[737/874] 1835184=memsize_test
[738/874] 1835184=test_arith_seq_beg_len_step
[739/874] 1835184=test_raise_exception
[740/874] 1835185=test_exception
[741/874] 1835185=test_noarg
[742/874] 1835185=test_gem_impossible_dependencies_error
[743/874] 1835185=test_pp
[744/874] 1835185=test_asn1
[745/874] 1835185=test_gem_command
[746/874] 1835184=test_undef
[747/874] 1835184=test_rdoc_generator_darkfish
[748/874] 1835185=test_random
[749/874] 1835185=test_gem_resolver_lock_set
[750/874] 1835185=test_assignment
[751/874] 1835184=test_gem_update_suggestion
[752/874] 1835184=test_gem_commands_open_command
[753/874] 1835184=test_verbose
[754/874] 1835184=test_normalize
[755/874] 1835184=test_emoji_breaks
[756/874] 1835185=test_numhash
[757/874] 1835185=test_system
[758/874] 1835185=test_flush
[759/874] 1835185=test_pkey_rsa
[760/874] 1835184=test_gem_specification
[761/874] 1835185=test_win32ole_variable
[762/874] 1835185=test_parse
[763/874] 1835185=test_rdoc_cross_reference
[764/874] 1835185=test_rdoc_class_module
[765/874] 1835185=test_method_cache
[766/874] 1835185=test_sorted_set
[767/874] 1835185=test_emoji
[768/874] 1835185=test_stack
[769/874] 1835185=test_windows_1252
[770/874] 1835185=test_gem_dependency_resolution_error
[771/874] 1835185=test_sleep
[772/874] 1835184=test_mixed_unicode_escapes
[773/874] 1835184=test_fileutils
[774/874] 1835184=test_cp949
[775/874] 1835184=test_jaro_winkler
[776/874] 1835184=test_condition
[777/874] 1835184=test_gem_resolver_vendor_set
[778/874] 1835184=test_gem_install_update_options
[779/874] 1835184=test_econv
[780/874] 1835184=test_stringchar
[781/874] 1835185=warnings_test
[782/874] 1835185=test_face
[783/874] 1835184=test_date_attr
[784/874] 1835184=test_sizeof
[785/874] 1835185=test_gem_request_set_lockfile_parser
[786/874] 1835185=test_pinned
[787/874] 1835185=test_pack
[788/874] 1835185=test_cgi_tag_helper
[789/874] 1835185=test_coderange
[790/874] 1835185=test_weakmap
[791/874] 1835184=test_inadvertent_creation
[792/874] 1835184=test_ansi_with_terminfo
[793/874] 1835184=test_framework
[794/874] 1835184=test_date_time
[795/874] 1835184=test_nil2vtempty
[796/874] 1835184=test_rdoc_generator_json_index
[797/874] 1835184=test_array
[798/874] 1835184=test_gem_command_manager
[799/874] 1835184=test_rdoc_context
[800/874] 1835184=test_enc_associate
[801/874] 1835186=test_enumerator
[802/874] 1835184=test_case
[803/874] 1835184=test_open-uri
[804/874] 1835184=test_const
[805/874] 1835184=test_rdoc_parser_rd
[806/874] 1835184=test_class
[807/874] 1835184=test_exit
[808/874] 1835184=test_yaml_special_cases
[809/874] 1835184=test_recorder
[810/874] 1835184=json_addition_test
[811/874] 1835184=test_gem_source_list
[812/874] 1835184=test_name_error
[813/874] 1835184=test_gem_commands_sources_command
[814/874] 1835184=test_sprintf
[815/874] 1835184=test_safe_load
[816/874] 1835184=test_libs
[817/874] 1835184=ripper_test
[818/874] 1835184=test_iso_8859
[819/874] 1835184=test_gc
[820/874] 1835184=comments_test
[821/874] 1835184=test_qsort
[822/874] 1835184=test_math
[823/874] 1835184=parser_test
[824/874] 1835184=test_hash
[825/874] 1835184=test_http
[826/874] 1835184=test_gem_dependency_installer
[827/874] 1835185=test_pty
[828/874] 1835185=test_gem_package_old
[829/874] 1835185=test_gem_commands_which_command
[830/874] 1835185=test_gem_request
[831/874] 1835185=test_gem_commands_specification_command
[832/874] 1835185=test_scan_args
[833/874] 1835185=encoding_test
[834/874] 1835185=test_sprintf_comb
[835/874] 1835185=test_too_many_dummy_encodings
[836/874] 1835185=test_method_cache
[837/874] 1835185=locals_test
[838/874] 1835185=test_gem_commands_push_command
[839/874] 1835185=test_tracepoint
[840/874] 1835184=test_settracefunc
[841/874] 1835185=test_gem_text
[842/874] 1835185=test_backtrace
[843/874] 1835184=test_rdoc_task
[844/874] 1835184=test_gem_gemcutter_utilities
[845/874] 1835185=test_gem_source_local
[846/874] 1835184=desugar_compiler_test
[847/874] 1835184=test_internal_ivar
[848/874] 1835184=test_win32ole
[849/874] 1835184=test_rendering
[850/874] 1835184=test_utf16
[851/874] 1835184=test_http
[852/874] 1835185=attribute_write_test
[853/874] 1835185=test_set
[854/874] 1835185=test_gem_package_tar_writer
[855/874] 1835185=test_str2big
[856/874] 1835185=test_severity
[857/874] 1835185=test_ractor
[858/874] 1835185=test_case
[859/874] 1835185=test_rdoc_markup_to_rdoc
[860/874] 1835185=test_m17n
[861/874] 1835185=test_method
[862/874] 1835184=test_gem_dependency
[863/874] 1835184=test_yjit
[864/874] 1835184=test_gem_uninstaller
[865/874] 1835184=test_cclass
[866/874] 1835184=test_yaml
[867/874] 1835184=test_x509name
[868/874] 1835184=test_argf
[869/874] 1835185=test_gem_remote_fetcher
[870/874] 1835184=test_json_tree
[871/874] 1835184=test_koi8
[872/874] 1835184=test_pkcs12
[873/874] 1835184=test_filter
[874/874] 1835184=test_parser_events
Finished tests in 227.638551s, 114.4797 tests/s, 41795.3329 assertions/s.
26060 tests, 9514229 assertions, 0 failures, 0 errors, 290 skips

ruby -v: ruby 3.4.0dev (2024-03-08T18:48:55Z master 609bbad15d) [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 -j' 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
generating encdb.h
encdb.h unchanged
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/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/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/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
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.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.1.2/ext/syslog'
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 -fy -o /tmp/rubyspec_temp.20240308-1997127-guzau4/1-mspec-multi-0
$ /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 -fy -o /tmp/rubyspec_temp.20240308-1997127-guzau4/2-mspec-multi-1
$ /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 -fy -o /tmp/rubyspec_temp.20240308-1997127-guzau4/3-mspec-multi-2
ruby 3.4.0dev (2024-03-08T18:48:55Z master 609bbad15d) [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 .....................................................................

Finished in 29.752028 seconds

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