# Logfile created on 2024-03-26 16:14:11 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000fffbf886fde0 @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.20240326-161411", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffbf88be710 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffbf88be508 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffbf8770660 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20240326-161411", @dev=#<File:/home/opc/ruby/logs/brlog.master.20240326-161411>, @binmode=false, @mon_data=#<Monitor:0x0000fffbf88be198>, @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 287b35d60c8e19c11ba090efc6eeb225325a8520
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision -
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision unchanged
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.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/typeprof.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /home/opc/ruby/src/master/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
$$$[end] "make update-download -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
   19752cf..4300c42  master     -> origin/master
Updating 19752cf..4300c42
Fast-forward
 lib/prism/node_ext.rb                              |   1 +
 prism/config.yml                                   |  10 +
 prism/prism.c                                      | 147 ++++++---
 prism_compile.c                                    | 367 +++++++++++++--------
 test/prism/snapshots/alias.txt                     |   2 +-
 test/prism/snapshots/dash_heredocs.txt             |  20 +-
 test/prism/snapshots/dos_endings.txt               |  10 +-
 test/prism/snapshots/dstring.txt                   |   8 +-
 .../snapshots/heredocs_leading_whitespace.txt      |  10 +-
 test/prism/snapshots/heredocs_nested.txt           |  16 +-
 .../snapshots/heredocs_with_ignored_newlines.txt   |  19 +-
 test/prism/snapshots/lambda.txt                    |   3 +-
 test/prism/snapshots/method_calls.txt              |   5 +-
 test/prism/snapshots/methods.txt                   |   3 +-
 test/prism/snapshots/modules.txt                   |   5 +-
 test/prism/snapshots/regex.txt                     |   8 +-
 test/prism/snapshots/seattlerb/difficult0_.txt     |   5 +-
 test/prism/snapshots/seattlerb/dstr_evstr.txt      |   1 +
 test/prism/snapshots/seattlerb/dstr_lex_state.txt  |   1 +
 test/prism/snapshots/seattlerb/dstr_str.txt        |   3 +-
 test/prism/snapshots/seattlerb/evstr_evstr.txt     |   1 +
 test/prism/snapshots/seattlerb/evstr_str.txt       |   3 +-
 test/prism/snapshots/seattlerb/heredoc_nested.txt  |   5 +-
 .../prism/snapshots/seattlerb/heredoc_squiggly.txt |   7 +-
 ...edoc_squiggly_blank_line_plus_interpolation.txt |   5 +-
 .../seattlerb/heredoc_squiggly_blank_lines.txt     |   7 +-
 .../seattlerb/heredoc_squiggly_interp.txt          |   9 +-
 .../snapshots/seattlerb/heredoc_squiggly_tabs.txt  |   5 +-
 .../seattlerb/heredoc_squiggly_tabs_extra.txt      |   5 +-
 .../heredoc_squiggly_visually_blank_lines.txt      |   7 +-
 ...h_interpolation_and_carriage_return_escapes.txt |   5 +-
 ...olation_and_carriage_return_escapes_windows.txt |   5 +-
 .../seattlerb/parse_line_dstr_escaped_newline.txt  |   3 +-
 .../seattlerb/parse_line_dstr_soft_newline.txt     |   3 +-
 .../seattlerb/parse_line_evstr_after_break.txt     |   4 +-
 .../seattlerb/parse_line_heredoc_evstr.txt         |   5 +-
 .../seattlerb/pct_w_heredoc_interp_nested.txt      |   1 +
 test/prism/snapshots/seattlerb/qsymbols_interp.txt |   2 +-
 test/prism/snapshots/seattlerb/str_evstr.txt       |   3 +-
 .../prism/snapshots/seattlerb/str_evstr_escape.txt |   5 +-
 .../snapshots/seattlerb/str_heredoc_interp.txt     |   3 +-
 .../seattlerb/str_interp_ternary_or_label.txt      |   1 +
 .../seattlerb/str_lit_concat_bad_encodings.txt     |   5 +-
 .../prism/snapshots/seattlerb/str_pct_Q_nested.txt |   5 +-
 .../snapshots/seattlerb/str_pct_nested_nested.txt  |   6 +-
 test/prism/snapshots/seattlerb/str_str.txt         |   3 +-
 test/prism/snapshots/seattlerb/str_str_str.txt     |   5 +-
 test/prism/snapshots/seattlerb/words_interp.txt    |   3 +-
 test/prism/snapshots/spanning_heredoc.txt          |  40 ++-
 test/prism/snapshots/strings.txt                   |  23 +-
 test/prism/snapshots/symbols.txt                   |  10 +-
 test/prism/snapshots/tilde_heredocs.txt            |  97 +++---
 test/prism/snapshots/undef.txt                     |   2 +-
 .../unparser/corpus/literal/assignment.txt         |  25 +-
 .../snapshots/unparser/corpus/literal/def.txt      |   5 +-
 .../snapshots/unparser/corpus/literal/dstr.txt     |  47 ++-
 .../snapshots/unparser/corpus/literal/literal.txt  |  66 ++--
 .../snapshots/unparser/corpus/semantic/dstr.txt    | 114 ++++---
 .../snapshots/unparser/corpus/semantic/literal.txt |   2 +-
 .../snapshots/whitequark/array_symbols_interp.txt  |   2 +-
 .../snapshots/whitequark/array_words_interp.txt    |   4 +-
 test/prism/snapshots/whitequark/bug_435.txt        |   1 +
 test/prism/snapshots/whitequark/bug_466.txt        |   1 +
 test/prism/snapshots/whitequark/bug_473.txt        |   1 +
 test/prism/snapshots/whitequark/bug_480.txt        |   1 +
 .../snapshots/whitequark/bug_interp_single.txt     |   2 +
 .../snapshots/whitequark/dedenting_heredoc.txt     |  59 ++--
 ...nterpolating_heredoc_fake_line_continuation.txt |   5 +-
 ...non_interpolating_heredoc_line_continuation.txt |   5 +-
 .../whitequark/endless_method_command_syntax.txt   |   6 +-
 .../whitequark/non_lvar_injecting_match.txt        |   2 +-
 test/prism/snapshots/whitequark/parser_bug_640.txt |   5 +-
 ...r_drops_truncated_parts_of_squiggly_heredoc.txt |   3 +-
 test/prism/snapshots/whitequark/regex_interp.txt   |   4 +-
 test/prism/snapshots/whitequark/ruby_bug_11990.txt |   5 +-
 .../whitequark/slash_newline_in_heredocs.txt       |   7 +-
 test/prism/snapshots/whitequark/string_concat.txt  |   6 +-
 test/prism/snapshots/whitequark/string_dvar.txt    |   5 +-
 test/prism/snapshots/whitequark/string_interp.txt  |   5 +-
 test/prism/snapshots/whitequark/symbol_interp.txt  |   4 +-
 test/prism/snapshots/whitequark/undef.txt          |   2 +-
 test/prism/snapshots/whitequark/xstring_interp.txt |   4 +-
 test/prism/snapshots/xstring.txt                   |   4 +-
 83 files changed, 843 insertions(+), 496 deletions(-)
Latest commit hash = 4300c42a7e
$$$[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 aarch64-linux-fake.rb
aarch64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
Update minitest to 287b35d60c8e19c11ba090efc6eeb225325a8520
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
echo 287b35d60c8e19c11ba090efc6eeb225325a8520 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision -
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision unchanged
Update debug to 2d602636d99114d55a32fedd652c9c704446a749
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
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
echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /home/opc/ruby/src/master/gems/power_assert-2.0.3.gem
  Successfully built RubyGem
  Name: power_assert
  Version: 2.0.4dev
  File: power_assert-2.0.4dev.gem
Extracting bundle gem power_assert-2.0.3...
Try with hash version of bundled gems instead of gems/power_assert-2.0.3.gem. We don't use this gem with release version of Ruby.
Unpacked gems/power_assert-2.0.4dev.gem
$$$[end] "make after-update    -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/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
655437b38ee8bda381eb99c98425022a05fc2678538187defaeb18ea9708a61b  builtin_binary.inc
compiling /home/opc/ruby/src/master/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j3" exit with 0.
$$$[beg] make all -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

ruby -v: ruby 3.4.0dev (2024-03-26T16:11:09Z master 4300c42a7e) [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
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 '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.7/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.7/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.20240326-2771219-sokowv/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.20240326-2771219-sokowv/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.20240326-2771219-sokowv/3-mspec-multi-2
ruby 3.4.0dev (2024-03-26T16:11:09Z master 4300c42a7e) [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.744101 seconds

3427 files, 32548 examples, 180277 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