# Logfile created on 2024-04-24 18:17:13 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000fffbfb47fde0 @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.20240424-181713", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffbfb4ce710 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffbfb4ce508 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffbfb380660 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20240424-181713", @dev=#<File:/home/opc/ruby/logs/brlog.master.20240424-181713>, @binmode=false, @mon_data=#<Monitor:0x0000fffbfb4ce198>, @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 ea9caafc0754b1d6236a490d59e624b53209734a
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 ea9caafc0754b1d6236a490d59e624b53209734a | /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/rbs.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision unchanged
Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5
/home/opc/ruby/src/master/.bundle/.timestamp/minitest.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
$$$[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
   cf24a04..58847b7  master     -> origin/master
Updating cf24a04..58847b7
Fast-forward
 .gitignore                                       |   1 +
 common.mk                                        |   5 +
 lib/prism.rb                                     |   2 +-
 lib/prism/node_inspector.rb                      |  68 -----------
 lib/prism/prism.gemspec                          |  74 ++++++------
 prism/templates/lib/prism/inspect_visitor.rb.erb | 137 +++++++++++++++++++++++
 prism/templates/lib/prism/node.rb.erb            |  44 +-------
 prism/templates/lib/prism/reflection.rb.erb      |   2 +-
 prism/templates/template.rb                      |   1 +
 9 files changed, 188 insertions(+), 146 deletions(-)
 delete mode 100644 lib/prism/node_inspector.rb
 create mode 100644 prism/templates/lib/prism/inspect_visitor.rb.erb
Latest commit hash = 58847b7df8
$$$[end] "make update-src      -j3" exit with 0.
$$$[beg] make after-update    -j3
sed 's/{\$([^(){}]*)[^{}]*}//g' /home/opc/ruby/src/master/common.mk > uncommon.mk
/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
/bin/sh /home/opc/ruby/src/master/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp
rbconfig.rb unchanged
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 ea9caafc0754b1d6236a490d59e624b53209734a
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
echo ea9caafc0754b1d6236a490d59e624b53209734a | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision -
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.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
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
Extracting bundle gem minitest-5.22.3...
  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...
Unpacked gems/minitest-5.22.3.gem
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.

creating verconf.h
verconf.h updated
compiling /home/opc/ruby/src/master/loadpath.c
builtin_binary.inc updated
c5234a9416e4f20f175185e840b25b0f08674d14078ed7083f37e655458e3ca9  builtin_binary.inc
compiling /home/opc/ruby/src/master/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j3" exit with 0.
$$$[beg] make all -j3
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = -j3 --jobserver-auth=4,5
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '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/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/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/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]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
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/debug-1.9.2/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/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]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf'
make[2]: 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/syslog-0.1.2/ext/syslog'
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/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
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'
$$$[end] "make all -j3" exit with 0.
$$$[beg] make install -j3
Update minitest to ea9caafc0754b1d6236a490d59e624b53209734a
Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed
Update rbs to ba7872795d5de04adb8ff500c0e6afdc81a041dd
echo ea9caafc0754b1d6236a490d59e624b53209734a | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/minitest.revision -
echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/power_assert.revision -
echo ba7872795d5de04adb8ff500c0e6afdc81a041dd | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.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
	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 -
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
generating enc.mk
/home/opc/ruby/src/master/.bundle/.timestamp/typeprof.revision unchanged
encdb.h unchanged
Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /home/opc/ruby/src/master/gems/power_assert-2.0.3.gem
Extracting bundle gem minitest-5.22.3...
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'
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'
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...
Unpacked gems/minitest-5.22.3.gem
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/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/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering 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/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
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/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/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/debug-1.9.2/ext/debug'
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/nkf-0.2.0/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.4/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse'
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/rbs-3.4.4/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: 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'
./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.5.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.26.0
                                    pstore 0.1.3
                                    rdoc 6.6.3.1
                                    readline 0.0.4
                                    reline 0.5.3
                                    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.2
                                    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.2.1
                                    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.5.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.4
                                    typeprof 0.21.11
                                    debug 1.9.2
                                    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 1929 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

test succeeded
$$$[end] "make yes-test-basic TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

ruby -v: ruby 3.4.0dev (2024-04-24T18:16:42Z master 58847b7df8) [aarch64-linux]
$$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0.
$$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug -j' TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '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/debug-1.9.2/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.2/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/rubytest.ltscyp/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/rubytest.ltscyp/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/rubytest.ltscyp/3-mspec-multi-2
ruby 3.4.0dev (2024-04-24T18:16:42Z master 58847b7df8) [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.173906 seconds

3429 files, 32606 examples, 191653 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