# Logfile created on 2023-11-02 01:36:08 +0000 by logger.rb/v1.5.3
#<BuildRuby:0x0000ffff9636fdd0 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/home/opc/ruby/src", @BUILD_DIR="/home/opc/ruby/build", @INSTALL_DIR="/home/opc/ruby/install", @TARGET_NAME="master", @TARGET_SRC_DIR="/home/opc/ruby/src/master", @TARGET_BUILD_DIR="/home/opc/ruby/build/master", @TARGET_INSTALL_DIR="/home/opc/ruby/install/master", @configure_opts=["--disable-dtrace --disable-yjit"], @build_opts="-j3", @btest_opts="-j3", @test_opts="TESTS='-j3'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/opc/ruby/logs/brlog.master.20231102-013608", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000ffff9629b3c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000ffff9629b288 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000ffff9633cae8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20231102-013608", @dev=#<File:/home/opc/ruby/logs/brlog.master.20231102-013608>, @binmode=false, @mon_data=#<Monitor:0x0000ffff9629af68>, @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 rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
$$$[end] "make update-download -j3" exit with 0.
$$$[beg] make update-rubyspec -j3
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j3" exit with 0.
$$$[beg] make update-src      -j3
From https://github.com/ruby/ruby
   d3ea907..ee90a7f  master     -> origin/master
Updating d3ea907..ee90a7f
Fast-forward
 ast.c               | 1 -
 include/ruby/ruby.h | 6 ++++--
 2 files changed, 4 insertions(+), 3 deletions(-)
Latest commit hash = ee90a7f981
$$$[end] "make update-src      -j3" exit with 0.
$$$[beg] make after-update    -j3
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'
/home/opc/ruby/src/master/revision.h updated
generating aarch64-linux-fake.rb
aarch64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision -
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
$$$[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/main.c
compiling /home/opc/ruby/src/master/dmydln.c
compiling /home/opc/ruby/src/master/miniinit.c
compiling /home/opc/ruby/src/master/array.c
compiling /home/opc/ruby/src/master/ast.c
compiling /home/opc/ruby/src/master/bignum.c
compiling /home/opc/ruby/src/master/class.c
compiling /home/opc/ruby/src/master/compar.c
compiling /home/opc/ruby/src/master/compile.c
compiling /home/opc/ruby/src/master/complex.c
compiling /home/opc/ruby/src/master/cont.c
compiling /home/opc/ruby/src/master/debug.c
compiling /home/opc/ruby/src/master/debug_counter.c
compiling /home/opc/ruby/src/master/dir.c
compiling /home/opc/ruby/src/master/dln_find.c
compiling /home/opc/ruby/src/master/encoding.c
compiling /home/opc/ruby/src/master/enum.c
compiling /home/opc/ruby/src/master/enumerator.c
compiling /home/opc/ruby/src/master/error.c
compiling /home/opc/ruby/src/master/eval.c
compiling /home/opc/ruby/src/master/file.c
compiling /home/opc/ruby/src/master/gc.c
compiling /home/opc/ruby/src/master/hash.c
compiling /home/opc/ruby/src/master/inits.c
compiling /home/opc/ruby/src/master/io.c
compiling /home/opc/ruby/src/master/io_buffer.c
compiling /home/opc/ruby/src/master/iseq.c
compiling /home/opc/ruby/src/master/load.c
compiling /home/opc/ruby/src/master/marshal.c
compiling /home/opc/ruby/src/master/math.c
compiling /home/opc/ruby/src/master/memory_view.c
compiling /home/opc/ruby/src/master/rjit.c
compiling /home/opc/ruby/src/master/rjit_c.c
compiling /home/opc/ruby/src/master/node.c
compiling /home/opc/ruby/src/master/node_dump.c
compiling /home/opc/ruby/src/master/numeric.c
compiling /home/opc/ruby/src/master/object.c
compiling /home/opc/ruby/src/master/pack.c
compiling parse.c
compiling /home/opc/ruby/src/master/proc.c
compiling /home/opc/ruby/src/master/process.c
compiling /home/opc/ruby/src/master/ractor.c
compiling /home/opc/ruby/src/master/random.c
compiling /home/opc/ruby/src/master/range.c
compiling /home/opc/ruby/src/master/rational.c
compiling /home/opc/ruby/src/master/re.c
compiling /home/opc/ruby/src/master/regcomp.c
compiling /home/opc/ruby/src/master/regenc.c
compiling /home/opc/ruby/src/master/regerror.c
compiling /home/opc/ruby/src/master/regexec.c
compiling /home/opc/ruby/src/master/regparse.c
compiling /home/opc/ruby/src/master/regsyntax.c
compiling /home/opc/ruby/src/master/ruby.c
compiling /home/opc/ruby/src/master/scheduler.c
compiling /home/opc/ruby/src/master/shape.c
compiling /home/opc/ruby/src/master/signal.c
compiling /home/opc/ruby/src/master/sprintf.c
compiling /home/opc/ruby/src/master/st.c
compiling /home/opc/ruby/src/master/strftime.c
compiling /home/opc/ruby/src/master/string.c
compiling /home/opc/ruby/src/master/struct.c
compiling /home/opc/ruby/src/master/symbol.c
compiling /home/opc/ruby/src/master/thread.c
compiling /home/opc/ruby/src/master/time.c
compiling /home/opc/ruby/src/master/transcode.c
compiling /home/opc/ruby/src/master/util.c
compiling /home/opc/ruby/src/master/variable.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_sync.c
compiling /home/opc/ruby/src/master/vm_trace.c
compiling /home/opc/ruby/src/master/weakmap.c
compiling prism/api_node.c
compiling /home/opc/ruby/src/master/prism/api_pack.c
compiling /home/opc/ruby/src/master/prism/extension.c
compiling /home/opc/ruby/src/master/prism_init.c
compiling /home/opc/ruby/src/master/enc/ascii.c
compiling /home/opc/ruby/src/master/enc/us_ascii.c
compiling /home/opc/ruby/src/master/enc/unicode.c
compiling /home/opc/ruby/src/master/enc/utf_8.c
compiling enc/trans/newline.c
compiling /home/opc/ruby/src/master/missing/setproctitle.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.

compiling /home/opc/ruby/src/master/dln.c
compiling /home/opc/ruby/src/master/localeinit.c
compiling /home/opc/ruby/src/master/loadpath.c
builtin_binary.inc updated
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'
compiling /home/opc/ruby/src/master/enc/encdb.c
compiling /home/opc/ruby/src/master/enc/big5.c
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
compiling /home/opc/ruby/src/master/enc/cesu_8.c
compiling /home/opc/ruby/src/master/enc/cp949.c
transdb.h unchanged
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
compiling /home/opc/ruby/src/master/enc/trans/transdb.c
compiling /home/opc/ruby/src/master/enc/emacs_mule.c
compiling /home/opc/ruby/src/master/enc/euc_jp.c
compiling /home/opc/ruby/src/master/enc/trans/big5.c
compiling /home/opc/ruby/src/master/enc/trans/cesu_8.c
compiling /home/opc/ruby/src/master/enc/euc_kr.c
compiling /home/opc/ruby/src/master/enc/trans/chinese.c
compiling /home/opc/ruby/src/master/enc/euc_tw.c
compiling /home/opc/ruby/src/master/enc/gb2312.c
compiling /home/opc/ruby/src/master/enc/gb18030.c
compiling /home/opc/ruby/src/master/enc/trans/ebcdic.c
compiling /home/opc/ruby/src/master/enc/gbk.c
compiling /home/opc/ruby/src/master/enc/trans/emoji.c
compiling /home/opc/ruby/src/master/enc/iso_8859_1.c
compiling /home/opc/ruby/src/master/enc/trans/emoji_iso2022_kddi.c
compiling /home/opc/ruby/src/master/enc/iso_8859_2.c
compiling /home/opc/ruby/src/master/enc/iso_8859_3.c
compiling /home/opc/ruby/src/master/enc/iso_8859_4.c
compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_docomo.c
compiling /home/opc/ruby/src/master/enc/iso_8859_5.c
compiling /home/opc/ruby/src/master/enc/iso_8859_6.c
compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_kddi.c
compiling /home/opc/ruby/src/master/enc/iso_8859_7.c
compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_softbank.c
compiling /home/opc/ruby/src/master/enc/iso_8859_8.c
compiling /home/opc/ruby/src/master/enc/iso_8859_9.c
compiling /home/opc/ruby/src/master/enc/trans/escape.c
compiling /home/opc/ruby/src/master/enc/iso_8859_10.c
compiling /home/opc/ruby/src/master/enc/trans/gb18030.c
compiling /home/opc/ruby/src/master/enc/trans/gbk.c
compiling /home/opc/ruby/src/master/enc/iso_8859_11.c
compiling /home/opc/ruby/src/master/enc/iso_8859_13.c
compiling /home/opc/ruby/src/master/enc/iso_8859_14.c
compiling /home/opc/ruby/src/master/enc/trans/iso2022.c
compiling /home/opc/ruby/src/master/enc/iso_8859_15.c
compiling /home/opc/ruby/src/master/enc/iso_8859_16.c
compiling /home/opc/ruby/src/master/enc/trans/japanese.c
compiling /home/opc/ruby/src/master/enc/trans/japanese_euc.c
compiling /home/opc/ruby/src/master/enc/koi8_r.c
compiling /home/opc/ruby/src/master/enc/trans/japanese_sjis.c
compiling /home/opc/ruby/src/master/enc/koi8_u.c
compiling /home/opc/ruby/src/master/enc/shift_jis.c
compiling /home/opc/ruby/src/master/enc/utf_16be.c
compiling /home/opc/ruby/src/master/enc/trans/korean.c
compiling /home/opc/ruby/src/master/enc/utf_16le.c
compiling /home/opc/ruby/src/master/enc/utf_32be.c
compiling /home/opc/ruby/src/master/enc/utf_32le.c
compiling /home/opc/ruby/src/master/enc/trans/single_byte.c
compiling /home/opc/ruby/src/master/enc/windows_31j.c
compiling /home/opc/ruby/src/master/enc/windows_1250.c
compiling /home/opc/ruby/src/master/enc/trans/utf8_mac.c
compiling /home/opc/ruby/src/master/enc/trans/utf_16_32.c
compiling /home/opc/ruby/src/master/enc/windows_1251.c
compiling /home/opc/ruby/src/master/enc/windows_1252.c
linking transcoder transdb.so
linking transcoder big5.so
compiling /home/opc/ruby/src/master/enc/windows_1253.c
linking transcoder cesu_8.so
linking transcoder chinese.so
linking transcoder ebcdic.so
compiling /home/opc/ruby/src/master/enc/windows_1254.c
linking transcoder emoji.so
linking transcoder emoji_iso2022_kddi.so
linking transcoder emoji_sjis_docomo.so
compiling /home/opc/ruby/src/master/enc/windows_1257.c
linking transcoder emoji_sjis_kddi.so
linking transcoder emoji_sjis_softbank.so
linking transcoder escape.so
linking encoding encdb.so
linking transcoder gb18030.so
linking encoding big5.so
linking transcoder gbk.so
linking encoding cesu_8.so
linking transcoder iso2022.so
linking transcoder japanese.so
linking encoding cp949.so
linking transcoder japanese_euc.so
linking transcoder japanese_sjis.so
linking encoding emacs_mule.so
linking transcoder korean.so
linking encoding euc_jp.so
linking encoding euc_kr.so
linking encoding euc_tw.so
linking transcoder single_byte.so
linking encoding gb2312.so
linking encoding gb18030.so
linking encoding gbk.so
linking transcoder utf8_mac.so
linking encoding iso_8859_1.so
linking encoding iso_8859_2.so
linking encoding iso_8859_3.so
linking encoding iso_8859_4.so
linking transcoder utf_16_32.so
linking encoding iso_8859_5.so
linking encoding iso_8859_6.so
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
linking encoding iso_8859_7.so
linking encoding iso_8859_8.so
linking encoding iso_8859_9.so
linking encoding iso_8859_10.so
linking encoding iso_8859_11.so
linking encoding iso_8859_13.so
linking encoding iso_8859_14.so
linking encoding iso_8859_15.so
linking encoding iso_8859_16.so
linking encoding koi8_r.so
linking encoding koi8_u.so
linking encoding shift_jis.so
linking encoding utf_16be.so
linking encoding utf_16le.so
linking encoding utf_32be.so
linking encoding utf_32le.so
linking encoding windows_31j.so
linking encoding windows_1250.so
linking encoding windows_1251.so
linking encoding windows_1252.so
linking encoding windows_1253.so
linking encoding windows_1254.so
linking encoding windows_1257.so
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/abi'
compiling /home/opc/ruby/src/master/ext/-test-/abi/abi.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step'
compiling /home/opc/ruby/src/master/ext/-test-/RUBY_ALIGNOF/c.c
compiling /home/opc/ruby/src/master/ext/-test-/arith_seq/beg_len_step/beg_len_step.c
linking shared-object -test-/abi.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/abi'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/extract'
compiling /home/opc/ruby/src/master/ext/-test-/arith_seq/extract/extract.c
linking shared-object -test-/RUBY_ALIGNOF.so
linking shared-object -test-/arith_seq/beg_len_step.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/RUBY_ALIGNOF'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/array/concat'
compiling /home/opc/ruby/src/master/ext/-test-/array/concat/to_ary_concat.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/array/resize'
compiling /home/opc/ruby/src/master/ext/-test-/array/resize/resize.c
linking shared-object -test-/arith_seq/extract.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/extract'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bignum'
compiling /home/opc/ruby/src/master/ext/-test-/bignum/big2str.c
linking shared-object -test-/array/to_ary_concat.so
linking shared-object -test-/array/resize.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/array/concat'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-14834'
compiling /home/opc/ruby/src/master/ext/-test-/bug-14834/bug-14384.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/array/resize'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-3571'
compiling /home/opc/ruby/src/master/ext/-test-/bug-3571/bug.c
compiling /home/opc/ruby/src/master/ext/-test-/bignum/bigzero.c
linking shared-object -test-/bug_14834.so
linking shared-object -test-/bug_3571.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-14834'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-3571'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-5832'
compiling /home/opc/ruby/src/master/ext/-test-/bug-5832/bug.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug_reporter'
compiling /home/opc/ruby/src/master/ext/-test-/bug_reporter/bug_reporter.c
compiling /home/opc/ruby/src/master/ext/-test-/bignum/div.c
linking shared-object -test-/bug_5832.so
linking shared-object -test-/bug_reporter.so
compiling /home/opc/ruby/src/master/ext/-test-/bignum/init.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-5832'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/class'
compiling /home/opc/ruby/src/master/ext/-test-/class/class2name.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug_reporter'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/debug'
compiling /home/opc/ruby/src/master/ext/-test-/debug/init.c
compiling /home/opc/ruby/src/master/ext/-test-/bignum/intpack.c
compiling /home/opc/ruby/src/master/ext/-test-/class/init.c
compiling /home/opc/ruby/src/master/ext/-test-/debug/inspector.c
linking shared-object -test-/class.so
compiling /home/opc/ruby/src/master/ext/-test-/debug/profile_frames.c
compiling /home/opc/ruby/src/master/ext/-test-/bignum/mul.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/class'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/dln/empty'
compiling /home/opc/ruby/src/master/ext/-test-/dln/empty/empty.c
linking shared-object -test-/debug.so
linking shared-object -test-/dln/empty.so
compiling /home/opc/ruby/src/master/ext/-test-/bignum/str2big.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/dln/empty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/econv'
compiling /home/opc/ruby/src/master/ext/-test-/econv/append.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/enumerator_kw'
compiling /home/opc/ruby/src/master/ext/-test-/enumerator_kw/enumerator_kw.c
linking shared-object -test-/bignum.so
compiling /home/opc/ruby/src/master/ext/-test-/econv/init.c
linking shared-object -test-/enumerator_kw.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bignum'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/eval'
compiling /home/opc/ruby/src/master/ext/-test-/eval/eval.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/enumerator_kw'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/exception'
compiling /home/opc/ruby/src/master/ext/-test-/exception/dataerror.c
linking shared-object -test-/econv.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/econv'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/fatal'
compiling /home/opc/ruby/src/master/ext/-test-/fatal/rb_fatal.c
compiling /home/opc/ruby/src/master/ext/-test-/exception/enc_raise.c
linking shared-object -test-/eval.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/eval'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/file'
compiling /home/opc/ruby/src/master/ext/-test-/file/fs.c
linking shared-object -test-/fatal/rb_fatal.so
compiling /home/opc/ruby/src/master/ext/-test-/exception/ensured.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/fatal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/float'
compiling /home/opc/ruby/src/master/ext/-test-/float/init.c
compiling /home/opc/ruby/src/master/ext/-test-/file/init.c
compiling /home/opc/ruby/src/master/ext/-test-/exception/init.c
compiling /home/opc/ruby/src/master/ext/-test-/float/nextafter.c
compiling /home/opc/ruby/src/master/ext/-test-/file/stat.c
linking shared-object -test-/exception.so
linking shared-object -test-/float.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/exception'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/funcall'
compiling /home/opc/ruby/src/master/ext/-test-/funcall/funcall.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/float'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/gvl/call_without_gvl'
compiling /home/opc/ruby/src/master/ext/-test-/gvl/call_without_gvl/call_without_gvl.c
linking shared-object -test-/file.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/file'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/hash'
compiling /home/opc/ruby/src/master/ext/-test-/hash/delete.c
linking shared-object -test-/funcall.so
linking shared-object -test-/gvl/call_without_gvl.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/funcall'
compiling /home/opc/ruby/src/master/ext/-test-/hash/init.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/gvl/call_without_gvl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/integer'
compiling /home/opc/ruby/src/master/ext/-test-/integer/core_ext.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/iseq_load'
compiling /home/opc/ruby/src/master/ext/-test-/iseq_load/iseq_load.c
linking shared-object -test-/hash.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/hash'
compiling /home/opc/ruby/src/master/ext/-test-/integer/init.c
compiling /home/opc/ruby/src/master/ext/-test-/integer/my_integer.c
linking shared-object -test-/iseq_load.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/iseq_load'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/iter'
compiling /home/opc/ruby/src/master/ext/-test-/iter/break.c
compiling /home/opc/ruby/src/master/ext/-test-/iter/init.c
linking shared-object -test-/integer.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/integer'
compiling /home/opc/ruby/src/master/ext/-test-/iter/yield.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/dot.dot'
compiling /home/opc/ruby/src/master/ext/-test-/load/dot.dot/dot.dot.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/protect'
compiling /home/opc/ruby/src/master/ext/-test-/load/protect/protect.c
linking shared-object -test-/load/dot.dot.so
linking shared-object -test-/iter.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/dot.dot'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/compat'
compiling /home/opc/ruby/src/master/ext/-test-/marshal/compat/usrcompat.c
linking shared-object -test-/load/protect.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/iter'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/internal_ivar'
compiling /home/opc/ruby/src/master/ext/-test-/marshal/internal_ivar/internal_ivar.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/protect'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/usr'
compiling /home/opc/ruby/src/master/ext/-test-/marshal/usr/usrmarshal.c
linking shared-object -test-/marshal/compat.so
linking shared-object -test-/marshal/internal_ivar.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/compat'
linking shared-object -test-/marshal/usr.so
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/memory_view'
compiling /home/opc/ruby/src/master/ext/-test-/memory_view/memory_view.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/internal_ivar'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/method'
compiling /home/opc/ruby/src/master/ext/-test-/method/arity.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/usr'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/notimplement'
compiling /home/opc/ruby/src/master/ext/-test-/notimplement/bug.c
compiling /home/opc/ruby/src/master/ext/-test-/method/init.c
linking shared-object -test-/notimplement.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/notimplement'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/num2int'
compiling /home/opc/ruby/src/master/ext/-test-/num2int/num2int.c
linking shared-object -test-/method.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/method'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/path_to_class'
compiling /home/opc/ruby/src/master/ext/-test-/path_to_class/path_to_class.c
linking shared-object -test-/memory_view.so
linking shared-object -test-/num2int.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/memory_view'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/popen_deadlock'
compiling /home/opc/ruby/src/master/ext/-test-/popen_deadlock/infinite_loop_dlsym.c
linking shared-object -test-/path_to_class.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/num2int'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/postponed_job'
compiling /home/opc/ruby/src/master/ext/-test-/postponed_job/postponed_job.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/path_to_class'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/printf'
compiling /home/opc/ruby/src/master/ext/-test-/printf/printf.c
linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/popen_deadlock'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/proc'
compiling /home/opc/ruby/src/master/ext/-test-/proc/init.c
linking shared-object -test-/postponed_job.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/postponed_job'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/random'
compiling /home/opc/ruby/src/master/ext/-test-/random/bad_version.c
linking shared-object -test-/printf.so
compiling /home/opc/ruby/src/master/ext/-test-/proc/receiver.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/printf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/rational'
compiling /home/opc/ruby/src/master/ext/-test-/rational/rat.c
compiling /home/opc/ruby/src/master/ext/-test-/random/init.c
compiling /home/opc/ruby/src/master/ext/-test-/proc/super.c
linking shared-object -test-/rational.so
compiling /home/opc/ruby/src/master/ext/-test-/random/loop.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/rational'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/rb_call_super_kw'
compiling /home/opc/ruby/src/master/ext/-test-/rb_call_super_kw/rb_call_super_kw.c
linking shared-object -test-/proc.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/proc'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/recursion'
compiling /home/opc/ruby/src/master/ext/-test-/recursion/recursion.c
linking shared-object -test-/random.so
linking shared-object -test-/rb_call_super_kw.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/rb_call_super_kw'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/random'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/regexp'
compiling /home/opc/ruby/src/master/ext/-test-/regexp/init.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/scan_args'
compiling /home/opc/ruby/src/master/ext/-test-/scan_args/scan_args.c
linking shared-object -test-/recursion.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/recursion'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/foreach'
compiling /home/opc/ruby/src/master/ext/-test-/st/foreach/foreach.c
compiling /home/opc/ruby/src/master/ext/-test-/regexp/parse_depth_limit.c
linking shared-object -test-/regexp.so
linking shared-object -test-/st/foreach.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/regexp'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/numhash'
compiling /home/opc/ruby/src/master/ext/-test-/st/numhash/numhash.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/foreach'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/update'
compiling /home/opc/ruby/src/master/ext/-test-/st/update/update.c
linking shared-object -test-/st/update.so
linking shared-object -test-/st/numhash.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/update'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/string'
compiling /home/opc/ruby/src/master/ext/-test-/string/capacity.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/numhash'
compiling /home/opc/ruby/src/master/ext/-test-/string/coderange.c
compiling /home/opc/ruby/src/master/ext/-test-/string/cstr.c
compiling /home/opc/ruby/src/master/ext/-test-/string/ellipsize.c
compiling /home/opc/ruby/src/master/ext/-test-/string/enc_associate.c
compiling /home/opc/ruby/src/master/ext/-test-/string/enc_dummy.c
compiling /home/opc/ruby/src/master/ext/-test-/string/enc_str_buf_cat.c
linking shared-object -test-/scan_args.so
compiling /home/opc/ruby/src/master/ext/-test-/string/fstring.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/scan_args'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/struct'
compiling /home/opc/ruby/src/master/ext/-test-/struct/data.c
compiling /home/opc/ruby/src/master/ext/-test-/string/init.c
compiling /home/opc/ruby/src/master/ext/-test-/string/modify.c
compiling /home/opc/ruby/src/master/ext/-test-/struct/duplicate.c
compiling /home/opc/ruby/src/master/ext/-test-/string/new.c
compiling /home/opc/ruby/src/master/ext/-test-/string/nofree.c
compiling /home/opc/ruby/src/master/ext/-test-/struct/init.c
compiling /home/opc/ruby/src/master/ext/-test-/string/normalize.c
compiling /home/opc/ruby/src/master/ext/-test-/string/qsort.c
compiling /home/opc/ruby/src/master/ext/-test-/struct/len.c
compiling /home/opc/ruby/src/master/ext/-test-/string/rb_interned_str.c
compiling /home/opc/ruby/src/master/ext/-test-/struct/member.c
compiling /home/opc/ruby/src/master/ext/-test-/string/rb_str_dup.c
compiling /home/opc/ruby/src/master/ext/-test-/string/set_len.c
linking shared-object -test-/struct.so
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/symbol'
compiling /home/opc/ruby/src/master/ext/-test-/symbol/init.c
linking shared-object -test-/string.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/struct'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation'
compiling /home/opc/ruby/src/master/ext/-test-/thread/instrumentation/instrumentation.c
compiling /home/opc/ruby/src/master/ext/-test-/symbol/type.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/string'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread_fd'
compiling /home/opc/ruby/src/master/ext/-test-/thread_fd/thread_fd.c
linking shared-object -test-/thread/instrumentation.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation'
linking shared-object -test-/symbol.so
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/time'
compiling /home/opc/ruby/src/master/ext/-test-/time/init.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/symbol'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/tracepoint'
compiling /home/opc/ruby/src/master/ext/-test-/tracepoint/gc_hook.c
linking shared-object -test-/thread_fd.so
compiling /home/opc/ruby/src/master/ext/-test-/time/leap_second.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread_fd'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/typeddata'
compiling /home/opc/ruby/src/master/ext/-test-/typeddata/typeddata.c
compiling /home/opc/ruby/src/master/ext/-test-/tracepoint/tracepoint.c
compiling /home/opc/ruby/src/master/ext/-test-/time/new.c
linking shared-object -test-/typeddata.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/typeddata'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/vm'
compiling /home/opc/ruby/src/master/ext/-test-/vm/at_exit.c
linking shared-object -test-/tracepoint.so
linking shared-object -test-/time.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/tracepoint'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/wait'
compiling /home/opc/ruby/src/master/ext/-test-/wait/wait.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/time'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
compiling /home/opc/ruby/src/master/ext/bigdecimal/bigdecimal.c
linking shared-object -test-/vm/at_exit.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/vm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/cgi/escape'
compiling /home/opc/ruby/src/master/ext/cgi/escape/escape.c
linking shared-object -test-/wait.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/wait'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/continuation'
compiling /home/opc/ruby/src/master/ext/continuation/continuation.c
linking shared-object continuation.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/continuation'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
compiling /home/opc/ruby/src/master/ext/coverage/coverage.c
linking shared-object cgi/escape.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/cgi/escape'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
compiling /home/opc/ruby/src/master/ext/date/date_core.c
linking shared-object coverage.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
compiling /home/opc/ruby/src/master/ext/digest/digest.c
linking shared-object digest.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/erb/escape'
compiling /home/opc/ruby/src/master/ext/erb/escape/escape.c
linking shared-object erb/escape.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/erb/escape'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/etc'
compiling /home/opc/ruby/src/master/ext/etc/etc.c
linking shared-object etc.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/etc'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fcntl'
compiling /home/opc/ruby/src/master/ext/fcntl/fcntl.c
linking shared-object fcntl.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fcntl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
compiling /home/opc/ruby/src/master/ext/fiddle/closure.c
compiling /home/opc/ruby/src/master/ext/fiddle/conversions.c
compiling /home/opc/ruby/src/master/ext/fiddle/fiddle.c
compiling /home/opc/ruby/src/master/ext/fiddle/function.c
compiling /home/opc/ruby/src/master/ext/bigdecimal/missing.c
compiling /home/opc/ruby/src/master/ext/fiddle/handle.c
compiling /home/opc/ruby/src/master/ext/fiddle/memory_view.c
compiling /home/opc/ruby/src/master/ext/fiddle/pinned.c
compiling /home/opc/ruby/src/master/ext/fiddle/pointer.c
linking shared-object fiddle.so
linking shared-object bigdecimal.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
compiling /home/opc/ruby/src/master/ext/io/console/console.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/nonblock'
compiling /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c
linking shared-object io/nonblock.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/nonblock'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/wait'
compiling /home/opc/ruby/src/master/ext/io/wait/wait.c
linking shared-object io/wait.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/wait'
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'
compiling /home/opc/ruby/src/master/ext/monitor/monitor.c
linking shared-object io/console.so
compiling /home/opc/ruby/src/master/ext/date/date_parse.c
linking shared-object monitor.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
compiling /home/opc/ruby/src/master/ext/nkf/nkf.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
compiling /home/opc/ruby/src/master/ext/objspace/object_tracing.c
compiling /home/opc/ruby/src/master/ext/objspace/objspace.c
compiling /home/opc/ruby/src/master/ext/objspace/objspace_dump.c
linking shared-object objspace.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
compiling /home/opc/ruby/src/master/ext/openssl/ossl.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_asn1.c
compiling /home/opc/ruby/src/master/ext/date/date_strftime.c
linking shared-object nkf.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
compiling /home/opc/ruby/src/master/ext/pathname/pathname.c
compiling /home/opc/ruby/src/master/ext/date/date_strptime.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_bio.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_bn.c
linking shared-object pathname.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
compiling /home/opc/ruby/src/master/ext/psych/psych.c
linking shared-object date_core.so
compiling /home/opc/ruby/src/master/ext/psych/psych_emitter.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
compiling /home/opc/ruby/src/master/ext/pty/pty.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_cipher.c
compiling /home/opc/ruby/src/master/ext/psych/psych_parser.c
linking shared-object pty.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rbconfig/sizeof'
compiling /home/opc/ruby/src/master/ext/rbconfig/sizeof/sizes.c
compiling /home/opc/ruby/src/master/ext/rbconfig/sizeof/limits.c
compiling /home/opc/ruby/src/master/ext/psych/psych_to_ruby.c
compiling /home/opc/ruby/src/master/ext/psych/psych_yaml_tree.c
linking shared-object rbconfig/sizeof.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rbconfig/sizeof'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
compiling /home/opc/ruby/src/master/ext/ripper/eventids1.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_config.c
linking shared-object psych.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
compiling /home/opc/ruby/src/master/ext/socket/init.c
compiling /home/opc/ruby/src/master/ext/ripper/eventids2.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_digest.c
compiling /home/opc/ruby/src/master/ext/ripper/ripper.c
compiling /home/opc/ruby/src/master/ext/socket/constants.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_engine.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_hmac.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_kdf.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_ns_spki.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_ocsp.c
compiling /home/opc/ruby/src/master/ext/socket/basicsocket.c
compiling /home/opc/ruby/src/master/ext/socket/socket.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkcs12.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkcs7.c
compiling /home/opc/ruby/src/master/ext/socket/ipsocket.c
compiling /home/opc/ruby/src/master/ext/socket/tcpsocket.c
compiling /home/opc/ruby/src/master/ext/socket/tcpserver.c
compiling /home/opc/ruby/src/master/ext/socket/sockssocket.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey.c
compiling /home/opc/ruby/src/master/ext/socket/udpsocket.c
compiling /home/opc/ruby/src/master/ext/socket/unixsocket.c
compiling /home/opc/ruby/src/master/ext/socket/unixserver.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_dh.c
compiling /home/opc/ruby/src/master/ext/socket/option.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_dsa.c
compiling /home/opc/ruby/src/master/ext/socket/ancdata.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_ec.c
compiling /home/opc/ruby/src/master/ext/socket/raddrinfo.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_rsa.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_provider.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_rand.c
compiling /home/opc/ruby/src/master/ext/socket/ifaddr.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_ssl.c
linking shared-object socket.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/stringio'
compiling /home/opc/ruby/src/master/ext/stringio/stringio.c
compiling /home/opc/ruby/src/master/ext/ripper/ripper_init.c
linking shared-object ripper.so
compiling /home/opc/ruby/src/master/ext/openssl/ossl_ssl_session.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
compiling /home/opc/ruby/src/master/ext/openssl/ossl_ts.c
linking shared-object stringio.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/stringio'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan'
compiling /home/opc/ruby/src/master/ext/strscan/strscan.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509attr.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509cert.c
linking shared-object strscan.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
compiling /home/opc/ruby/src/master/ext/syslog/syslog.c
make[2]: Entering directory '/home/opc/ruby/build/master/ext/zlib'
compiling /home/opc/ruby/src/master/ext/zlib/zlib.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509crl.c
linking shared-object syslog.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
compiling /home/opc/ruby/src/master/.bundle/gems/debug-1.8.0/ext/debug/debug.c
compiling /home/opc/ruby/src/master/.bundle/gems/debug-1.8.0/ext/debug/iseq_collector.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509ext.c
linking shared-object debug/debug.so
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
compiling /home/opc/ruby/src/master/.bundle/gems/racc-1.7.1/ext/racc/cparse/cparse.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509name.c
linking shared-object racc/cparse.so
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/constants.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509req.c
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/lexer.c
linking shared-object zlib.so
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509revoked.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/zlib'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/bubblebabble'
compiling /home/opc/ruby/src/master/ext/digest/bubblebabble/bubblebabble.c
linking shared-object digest/bubblebabble.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/bubblebabble'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/md5'
compiling /home/opc/ruby/src/master/ext/digest/md5/md5init.c
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/lexstate.c
compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509store.c
compiling /home/opc/ruby/src/master/ext/digest/md5/md5.c
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/location.c
linking shared-object digest/md5.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/md5'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/rmd160'
compiling /home/opc/ruby/src/master/ext/digest/rmd160/rmd160init.c
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/main.c
compiling /home/opc/ruby/src/master/ext/digest/rmd160/rmd160.c
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/parser.c
linking shared-object openssl.so
linking shared-object digest/rmd160.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/rmd160'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha1'
compiling /home/opc/ruby/src/master/ext/digest/sha1/sha1init.c
compiling /home/opc/ruby/src/master/ext/digest/sha1/sha1.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
compiling /home/opc/ruby/src/master/ext/digest/sha2/sha2init.c
linking shared-object digest/sha1.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha1'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/generator'
compiling /home/opc/ruby/src/master/ext/json/generator/generator.c
compiling /home/opc/ruby/src/master/ext/digest/sha2/sha2.c
linking shared-object digest/sha2.so
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/parserstate.c
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/parser'
compiling /home/opc/ruby/src/master/ext/json/parser/parser.c
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/ruby_objs.c
linking shared-object json/ext/parser.so
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/parser'
compiling /home/opc/ruby/src/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension/unescape.c
linking shared-object rbs_extension.so
linking shared-object json/ext/generator.so
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/generator'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$$$[end] "make all -j3" exit with 0.
$$$[beg] make install -j3
Update rbs to 33813a60752624d58dfe5ae770b39bfaf29fbaf1
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	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 33813a60752624d58dfe5ae770b39bfaf29fbaf1 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision -
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/debug.revision -
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

generating encdb.h
/home/opc/ruby/src/master/.bundle/.timestamp/rbs.revision unchanged
/home/opc/ruby/src/master/.bundle/.timestamp/debug.revision unchanged
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 unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
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/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
./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.3.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.3.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.3.0+0/aarch64-linux
installing extension objects:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.3.0+0/aarch64-linux
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.3.0+0/aarch64-linux
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/3.3.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /home/opc/ruby/install/master/include/ruby-3.3.0+0/ruby
installing command scripts:         /home/opc/ruby/install/master/bin
installing library scripts:         /home/opc/ruby/install/master/lib/ruby/3.3.0+0
installing common headers:          /home/opc/ruby/install/master/include/ruby-3.3.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.3.0+0
                                    abbrev 0.1.1
                                    base64 0.1.1
                                    benchmark 0.2.1
                                    bundler 2.5.0.dev
                                    cgi 0.3.6
                                    csv 3.2.8
                                    delegate 0.3.0
                                    did_you_mean 1.6.3
                                    drb 2.1.1
                                    english 0.7.2
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.1
                                    find 0.1.1
                                    forwardable 1.3.3
                                    getoptlong 0.2.0
                                    ipaddr 1.2.5
                                    irb 1.8.3
                                    logger 1.5.3
                                    mutex_m 0.1.2
                                    net-http 0.3.2
                                    net-protocol 0.2.1
                                    observer 0.1.1
                                    open-uri 0.3.0
                                    open3 0.1.2
                                    optparse 0.4.0.pre.1
                                    ostruct 0.5.5
                                    pp 0.4.0
                                    prettyprint 0.1.1
                                    prism 0.16.0
                                    pstore 0.1.2
                                    rdoc 6.5.0
                                    readline 0.0.3
                                    reline 0.3.9
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.1.1
                                    ruby2_keywords 0.0.5
                                    securerandom 0.2.2
                                    set 1.0.3
                                    shellwords 0.1.0
                                    singleton 0.1.1
                                    syntax_suggest 1.1.0
                                    tempfile 0.1.3
                                    time 0.2.2
                                    timeout 0.4.0
                                    tmpdir 0.1.3
                                    tsort 0.1.1
                                    un 0.2.1
                                    uri 0.12.2
                                    weakref 0.1.2
                                    yaml 0.2.1
installing default gems from ext:   /home/opc/ruby/install/master/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.3
                                    digest 3.1.1
                                    etc 1.4.3.dev.1
                                    fcntl 1.0.2
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.2.1
                                    psych 5.1.1.1
                                    stringio 3.0.9
                                    strscan 3.0.7
                                    syslog 0.1.1
                                    zlib 3.0.0
installing bundled gems:            /home/opc/ruby/install/master/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.3
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.2.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.1
installing bundled gem cache:       /home/opc/ruby/install/master/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j3" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j3'
PASS all 1858 tests
 
$$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0.
$$$[beg] make yes-test-basic TESTS='-j3'
	BASERUBY = /usr/local/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef  
	XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread 
	LANG = en_US.UTF-8
	LC_ALL = 
	LC_CTYPE = 
	MFLAGS = 
	RUSTC = rustc
	YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs
gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1)
Copyright (C) 2018 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

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

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
Run options: 
  --seed=19938
  "--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/903] 479014=test_prettyprint
[  2/903] 479016=test_gem_uri_formatter
[  3/903] 479015=test_cgi_util
[  4/903] 479014=test_ole_methods
[  5/903] 479014=test_clone
[  6/903] 479016=test_enc_raise
[  7/903] 479016=test_queue
[  8/903] 479014=test_boolean
[  9/903] 479016=test_gem_resolver_lock_specification
[ 10/903] 479014=test_delegation
[ 11/903] 479015=test_dryrun
[ 12/903] 479014=test_gc_compact
[ 13/903] 479015=test_rdoc_i18n_locale
[ 14/903] 479016=regexp_test
[ 15/903] 479016=test_remote_fetch_error
[ 16/903] 479016=test_yield
[ 17/903] 479015=test_rubyoptions
[ 18/903] 479014=test_rdoc_stats
[ 19/903] 479014=test_files_sample
[ 20/903] 479014=test_data_error
[ 21/903] 479014=test_optimization
[ 22/903] 479016=test_rdoc_store
[ 23/903] 479016=test_shift_jis
[ 24/903] 479016=test_mutex_m
[ 25/903] 479016=test_key_event_record
[ 26/903] 479016=test_open3
.Leaked file descriptor: TestRubyOptions#test_script_from_stdin: 10 #<File::Stat dev=0xfc00, ino=2134126, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2023-11-02 01:35:55.05671015 +0000, mtime=2023-11-02 01:38:02.173109525 +0000, ctime=2023-11-02 01:38:02.173109525 +0000>
Leaked file descriptor: TestRubyOptions#test_script_from_stdin: 11 #<File::Stat dev=0x9, ino=287514550, 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    479015  opc   10r   REG              252,0  6940392   2134126 /var/lib/sss/mc/group
ruby    479015  opc   11u  unix 0x0000000000000000      0t0 287514550 type=STREAM
[ 27/903] 479016=test_mdns
[ 28/903] 479016=test_date_parse
[ 29/903] 479016=test_abbrev
[ 30/903] 479016=test_thread
[ 31/903] 479016=test_arity
[ 32/903] 479016=test_buffering
[ 33/903] 479016=test_pkey_ec
[ 34/903] 479016=test_gem_ext_cargo_builder_unit
[ 35/903] 479016=test_rational
[ 36/903] 479016=test_case_mapping
[ 37/903] 479016=test_gem_resolver_api_specification
[ 38/903] 479014=test_rdoc_rubygems_hook
[ 39/903] 479016=test_ractor
[ 40/903] 479016=test_read
[ 41/903] 479014=test_webauthn_listener
[ 42/903] 479016=test_set
[ 43/903] 479016=test_enumerable
[ 44/903] 479016=test_rdoc_method_attr
[ 45/903] 479015=test_tree_spell_checker
[ 46/903] 479015=test_hash_create
[ 47/903] 479015=test_grapheme_breaks
Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 32845>
[ 48/903] 479015=test_gem_spec_fetcher
[ 49/903] 479016=test_yamldbmCOMMAND    PID USER   FD   TYPE    DEVICE SIZE/OFF NODE NAME
ruby    479014  opc    9u  IPv4 287515809      0t0  TCP localhost:32845->localhost:43788 (CLOSE_WAIT)

[ 50/903] 479016=test_switch_hitter
[ 51/903] 479016=test_default_gems.Closed file descriptor: WebauthnListenerTest#test_wait_for_otp_code_no_params_response: 9

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

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

generating enc.mk
generating encdb.h
encdb.h unchanged
making enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making srcs under enc
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
making encs
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/home/opc/ruby/build/master'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/date'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/json'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket'
make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.1/ext/racc/cparse'
make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/home/opc/ruby/build/master'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Leaving directory '/home/opc/ruby/build/master'
make[1]: Entering directory '/home/opc/ruby/build/master'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/home/opc/ruby/build/master'
$ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-02T01:31:13Z master ee90a7f981) [aarch64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 ..

Finished in 65.232333 seconds

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