# Logfile created on 2023-12-24 17:17:55 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x0000fffcbe07fdd0 @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.20231224-171755", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000fffcbdfab440 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000fffcbdfab2d8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000fffcbe04ca98 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20231224-171755", @dev=#<File:/home/opc/ruby/logs/brlog.master.20231224-171755>, @binmode=false, @mon_data=#<Monitor:0x0000fffcbdfaafb8>, @mon_data_owner_object_id=860>>> $$$[beg] make update-unicode -j3 make: Nothing to be done for 'update-unicode'. $$$[end] "make update-unicode -j3" exit with 0. $$$[beg] make update-download -j3 tool/config.guess already exists tool/config.sub already exists $$$[end] "make update-download -j3" exit with 0. $$$[beg] make update-rubyspec -j3 make: Nothing to be done for 'update-rubyspec'. $$$[end] "make update-rubyspec -j3" exit with 0. $$$[beg] make update-src -j3 Already up to date. Latest commit hash = f0efeddd41 $$$[end] "make update-src -j3" exit with 0. $$$[beg] make after-update -j3 /home/opc/ruby/src/master/revision.h updated generating aarch64-linux-fake.rb aarch64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' $$$[end] "make after-update -j3" exit with 0. $$$[beg] make miniruby -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. compiling /home/opc/ruby/src/master/version.c linking miniruby $$$[end] "make miniruby -j3" exit with 0. $$$[beg] make ruby -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. builtin_binary.inc updated 2390a73dbefe57c9a2c2fe28337b45f2bdac63026d0fd4a288ece3c743d87a96 builtin_binary.inc compiling /home/opc/ruby/src/master/builtin.c linking static-library libruby-static.a linking ruby $$$[end] "make ruby -j3" exit with 0. $$$[beg] make all -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making srcs under enc making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' 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]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering 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/monitor' 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]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' $$$[end] "make all -j3" exit with 0. $$$[beg] make install -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs generating enc.mk gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. making srcs under enc making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' 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/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' 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]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: 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]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' ./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext -- --disable-gems -r./aarch64-linux-fake /home/opc/ruby/src/master/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j3 --jobserver-auth=4,5" --make-flags=" -j3 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc Installing to installing binary commands: /home/opc/ruby/install/master/bin installing base libraries: /home/opc/ruby/install/master/lib installing arch files: /home/opc/ruby/install/master/lib/ruby/3.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.2 base64 0.2.0 benchmark 0.3.0 bundler 2.5.3 cgi 0.4.1 csv 3.2.8 delegate 0.3.1 did_you_mean 1.6.3 drb 2.2.0 english 0.8.0 erb 4.0.3 error_highlight 0.6.0 fileutils 1.7.2 find 0.2.0 forwardable 1.3.3 getoptlong 0.2.1 ipaddr 1.2.6 irb 1.11.0 logger 1.6.0 mutex_m 0.2.0 net-http 0.4.0 net-protocol 0.2.2 observer 0.1.2 open-uri 0.4.1 open3 0.2.1 optparse 0.4.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.19.0 pstore 0.1.3 rdoc 6.6.2 readline 0.0.4 reline 0.4.1 resolv 0.3.0 resolv-replace 0.1.1 rinda 0.2.0 ruby2_keywords 0.0.5 securerandom 0.3.1 set 1.1.0 shellwords 0.2.0 singleton 0.2.0 syntax_suggest 2.0.0 tempfile 0.2.1 time 0.3.0 timeout 0.4.1 tmpdir 0.2.0 tsort 0.2.0 un 0.3.0 uri 0.13.0 weakref 0.1.3 yaml 0.3.0 installing default gems from ext: /home/opc/ruby/install/master/lib/ruby/gems/3.3.0+0 bigdecimal 3.1.5 date 3.3.4 digest 3.1.1 etc 1.4.3 fcntl 1.1.0 fiddle 1.1.2 io-console 0.7.1 io-nonblock 0.3.0 io-wait 0.3.1 json 2.7.1 nkf 0.1.3 openssl 3.2.0 pathname 0.3.0 psych 5.1.2 stringio 3.1.0 strscan 3.0.7 syslog 0.1.2 zlib 3.1.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.3.3 net-imap 0.4.9 net-pop 0.1.2 net-smtp 0.4.0 matrix 0.4.2 prime 0.1.2 rbs 3.4.0 typeprof 0.21.9 debug 1.9.1 racc 1.7.3 installing bundled gem cache: /home/opc/ruby/install/master/lib/ruby/gems/3.3.0+0/cache $$$[end] "make install -j3" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j3' PASS all 1870 tests $$$[end] "make yes-btest TESTOPTS='-q -j3'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. Ignore setproctitle.o because of setproctitle.c under missing Ignore strlcat.o because of strlcat.c under missing Ignore strlcpy.o because of strlcpy.c under missing Checking leaked global symbols...none /home/opc/ruby/src/master/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /home/opc/ruby/src/master/basictest/test.rb:condition ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:if/unless ...OK 3 /home/opc/ruby/src/master/basictest/test.rb:case .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:while/until ........OK 8 /home/opc/ruby/src/master/basictest/test.rb:exception ..........OK 10 /home/opc/ruby/src/master/basictest/test.rb:array .......................................OK 39 /home/opc/ruby/src/master/basictest/test.rb:hash ...........................OK 27 /home/opc/ruby/src/master/basictest/test.rb:iterator ...........................................................................................................OK 107 /home/opc/ruby/src/master/basictest/test.rb:float ................................................................................OK 80 /home/opc/ruby/src/master/basictest/test.rb:bignum ...............................OK 31 /home/opc/ruby/src/master/basictest/test.rb:string & char ..............................................................OK 62 /home/opc/ruby/src/master/basictest/test.rb:assignment ..........OK 10 /home/opc/ruby/src/master/basictest/test.rb:call ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:proc .........OK 9 /home/opc/ruby/src/master/basictest/test.rb:signal ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:eval ...........................OK 27 /home/opc/ruby/src/master/basictest/test.rb:system ........OK 8 /home/opc/ruby/src/master/basictest/test.rb:const .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:clone .....OK 5 /home/opc/ruby/src/master/basictest/test.rb:marshal ....OK 4 /home/opc/ruby/src/master/basictest/test.rb:pack ....OK 4 /home/opc/ruby/src/master/basictest/test.rb:math ..OK 2 /home/opc/ruby/src/master/basictest/test.rb:struct ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:variable ............OK 12 /home/opc/ruby/src/master/basictest/test.rb:trace ...OK 3 /home/opc/ruby/src/master/basictest/test.rb:defined? ............OK 12 /home/opc/ruby/src/master/basictest/test.rb:alias ......OK 6 /home/opc/ruby/src/master/basictest/test.rb:path .......................OK 23 /home/opc/ruby/src/master/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j3'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' Run options: --seed=29117 "--ruby=./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/home/opc/ruby/src/master/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j3 # Running tests: [ 1/910] 851832=test_rdoc_markup_to_rdoc [ 2/910] 851833=test_gem_package_tar_writer [ 3/910] 851834=test_str2big [ 4/910] 851834=test_severity [ 5/910] 851834=test_case [ 6/910] 851834=test_ractor [ 7/910] 851834=test_set [ 8/910] 851834=test_http [ 9/910] 851832=test_utf16 [ 10/910] 851832=attribute_write_test [ 11/910] 851832=test_filter [ 12/910] 851832=test_parser_events [ 13/910] 851833=test_gem_remote_fetcher [ 14/910] 851832=test_koi8 [ 15/910] 851832=test_json_tree [ 16/910] 851832=test_pkcs12 [ 17/910] 851832=test_x509name [ 18/910] 851832=test_yaml [ 19/910] 851832=test_argf [ 20/910] 851833=test_m17n [ 21/910] 851833=test_method [ 22/910] 851833=test_cclass [ 23/910] 851833=test_gem_uninstaller [ 24/910] 851832=test_yjit [ 25/910] 851832=test_gem_dependency [ 26/910] 851832=test_gem_commands_specification_command [ 27/910] 851833=test_scan_args [ 28/910] 851833=encoding_test [ 29/910] 851832=test_gem_package_old [ 30/910] 851833=test_gem_request [ 31/910] 851832=test_gem_commands_which_command [ 32/910] 851832=test_general [ 33/910] 851832=test_gem_dependency_installer [ 34/910] 851833=test_pty.Leaked file descriptor: TestPTY#test_open_with_block: 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-12-24 17:17:41.644110923 +0000, mtime=2023-12-24 17:17:25.784060067 +0000, ctime=2023-12-24 17:17:25.784060067 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 851833 opc 8r REG 252,0 6940392 2134126 /var/lib/sss/mc/group [ 35/910] 851833=test_hash [ 36/910] 851832=test_http [ 37/910] 851832=test_gem_gemcutter_utilities [ 38/910] 851832=test_rendering [ 39/910] 851832=test_win32ole [ 40/910] 851832=test_internal_ivar [ 41/910] 851832=desugar_compiler_test [ 42/910] 851832=test_gem_source_local [ 43/910] 851832=test_backtrace [ 44/910] 851833=test_tracepoint [ 45/910] 851833=test_gem_text [ 46/910] 851833=test_settracefunc [ 47/910] 851834=test_rdoc_task [ 48/910] 851834=locals_test [ 49/910] 851832=test_gem_commands_push_command [ 50/910] 851834=test_sprintf_comb [ 51/910] 851834=test_too_many_dummy_encodings [ 52/910] 851834=test_method_cache [ 53/910] 851834=test_rdoc_generator_json_index [ 54/910] 851832=test_nil2vtempty [ 55/910] 851832=test_date_time [ 56/910] 851833=test_inadvertent_creation [ 57/910] 851832=test_ansi_with_terminfo [ 58/910] 851832=test_coderange [ 59/910] 851832=test_weakmap [ 60/910] 851834=test_framework [ 61/910] 851833=test_pinned [ 62/910] 851834=test_pack [ 63/910] 851834=test_cgi_tag_helper [ 64/910] 851834=test_safe_load [ 65/910] 851833=comments_test [ 66/910] 851833=test_qsort [ 67/910] 851833=test_gc [ 68/910] 851833=test_math [ 69/910] 851834=test_drbobject [ 70/910] 851833=test_libs [ 71/910] 851833=test_iso_8859 [ 72/910] 851833=test_name_error [ 73/910] 851834=json_addition_test [ 74/910] 851834=test_gem_source_list [ 75/910] 851833=test_gem_commands_sources_command [ 76/910] 851834=test_yaml_special_cases [ 77/910] 851834=test_recorder [ 78/910] 851834=test_const [ 79/910] 851834=test_rdoc_parser_rd [ 80/910] 851834=test_class [ 81/910] 851833=test_exit [ 82/910] 851833=test_sprintf [ 83/910] 851833=test_enumerator [ 84/910] 851833=test_enc_associate [ 85/910] 851833=test_open-uri [ 86/910] 851833=test_case [ 87/910] 851833=test_array [ 88/910] 851833=test_rdoc_context [ 89/910] 851833=test_gem_command_manager [ 90/910] 851833=test_rdoc_class_module [ 91/910] 851834=test_rdoc_cross_reference [ 92/910] 851833=test_parse [ 93/910] 851834=test_method_cache [ 94/910] 851834=test_win32ole_variable [ 95/910] 851834=test_gem_specification [ 96/910] 851832=test_drb [ 97/910] 851833=test_numhash [ 98/910] 851833=test_bigmath [ 99/910] 851833=test_system [100/910] 851833=test_pkey_rsa [101/910] 851833=test_flush [102/910] 851833=test_stringchar [103/910] 851833=test_date_attr [104/910] 851833=test_sizeof [105/910] 851834=test_gem_request_set_lockfile_parser [106/910] 851834=test_face [107/910] 851834=test_gem_install_update_options [108/910] 851834=test_econv [109/910] 851833=test_mixed_unicode_escapes [110/910] 851833=test_sleep [111/910] 851834=test_fileutils Leaked file descriptor: TestFileUtils#test_chown_error: 11 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-24 17:17:17.780034402 +0000, mtime=2023-12-24 17:17:17.776034389 +0000, ctime=2023-12-24 17:17:17.776034389 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 851834 opc 11r REG 252,0 9253600 2134123 /var/lib/sss/mc/passwd [112/910] 851834=test_gem_dependency_resolution_error [113/910] 851834=test_condition [114/910] 851834=test_gem_resolver_vendor_set [115/910] 851834=test_cp949 [116/910] 851834=test_jaro_winkler [117/910] 851834=test_syslog_logger [118/910] 851834=test_stack [119/910] 851834=test_windows_1252 [120/910] 851834=test_sorted_set [121/910] 851834=test_emoji [122/910] 851834=ripper_compat_test [123/910] 851834=test_raise_exception [124/910] 851833=test_arith_seq_beg_len_step [125/910] 851833=test_exception [126/910] 851833=test_noarg [127/910] 851833=test_gem_resolver_requirement_list [128/910] 851833=memsize_test [129/910] 851833=test_pp .Leaked file descriptor: PPTestModule::PPFileStatTest#test_nothing_raised: 10 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-24 17:17:17.780034402 +0000, mtime=2023-12-24 17:17:17.776034389 +0000, ctime=2023-12-24 17:17:17.776034389 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 851833 opc 10r REG 252,0 9253600 2134123 /var/lib/sss/mc/passwd [130/910] 851833=test_gem_impossible_dependencies_error [131/910] 851833=test_erb [132/910] 851833=test_date_ractor [133/910] 851834=test_key_actor_emacs [134/910] 851834=test_gem_security [135/910] 851832=test_utf32 [136/910] 851832=test_gem_resolver_git_specification [137/910] 851833=test_basicinstructions [138/910] 851833=test_gem_commands_pristine_command [139/910] 851832=test_optarg [140/910] 851832=test_rdoc_tom_doc [141/910] 851832=test_hash [142/910] 851832=test_variable [143/910] 851832=test_assignment [144/910] 851833=test_gem_update_suggestion [145/910] 851833=test_normalize [146/910] 851833=test_emoji_breaks [147/910] 851832=test_verbose [148/910] 851832=test_gem_commands_open_command [149/910] 851832=test_rdoc_generator_darkfish [150/910] 851832=test_gem_resolver_lock_set [151/910] 851832=test_random [152/910] 851832=test_undef [153/910] 851832=test_asn1 [154/910] 851832=test_features [155/910] 851832=test_gem_command [156/910] 851832=test_acl [157/910] 851832=test_rinda [158/910] 851833=test_complex [159/910] 851833=test_threadgroup [160/910] 851832=test_dir_m17n [161/910] 851833=test_memory_view [162/910] 851833=test_array_create [163/910] 851833=!Nothing_to_test [164/910] 851833=test_process [165/910] 851833=test_cmd [166/910] 851832=test_forwardable [167/910] 851832=test_fd_setsize [168/910] 851832=test_gem_commands_install_command [169/910] 851833=test_iterator [170/910] 851833=test_string [171/910] 851833=test_gem_rdoc [172/910] 851833=test_dot_dot [173/910] 851833=pattern_test [174/910] 851833=test_kernel [175/910] 851833=test_rendering [176/910] 851833=test_force_quotes [177/910] 851833=test_rdoc_extend [178/910] 851833=test_cesu8 [179/910] 851833=test_shapes [180/910] 851833=test_did_you_mean [181/910] 851833=test_merge_keys [182/910] 851833=test_err_in_callback [183/910] 851833=test_method_name_check [184/910] 851833=test_storage [185/910] 851833=test_tree_spell_checker [186/910] 851833=test_set [187/910] 851833=test_rdoc_method_attr [188/910] 851833=test_enumerable [189/910] 851833=test_hash_create [190/910] 851833=test_grapheme_breaks [191/910] 851833=test_switch_hitter [192/910] 851833=test_default_gems [193/910] 851832=test_unicode_escape [194/910] 851832=test_gem_spec_fetcher [195/910] 851833=test_yamldbm [196/910] 851833=test_gem_commands_dependency_command [197/910] 851833=test_gbk [198/910] 851833=test_backtrace [199/910] 851833=test_date_parse [200/910] 851832=test_abbrev [201/910] 851832=test_open3 [202/910] 851833=test_mdns [203/910] 851833=test_key_event_record [204/910] 851833=test_buffering [205/910] 851833=test_svcb_https [206/910] 851833=test_pkey_ec [207/910] 851833=test_thread [208/910] 851833=test_arity [209/910] 851833=test_gem_ext_cargo_builder_unit [210/910] 851833=test_case_mapping [211/910] 851833=test_rational [212/910] 851833=test_webauthn_listener Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 13 : #<TCPSocket:fd 13, AF_INET, 127.0.0.1, 36603> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 851833 opc 13u IPv4 1052605237 0t0 TCP localhost:36603->localhost:50952 (CLOSE_WAIT) [213/910] 851833=test_rdoc_rubygems_hook Closed file descriptor: TestRDocRubygemsHook#test_generate_all: 13 [214/910] 851833=test_gem_resolver_api_specification [215/910] 851833=test_ractor [216/910] 851833=test_read [217/910] 851833=test_remote_fetch_error [218/910] 851833=test_yield [219/910] 851832=regexp_test [220/910] 851832=test_optimization [221/910] 851834=test_rubyoptions [222/910] 851833=test_data_error [223/910] 851833=test_rdoc_stats [224/910] 851833=test_files_sample [225/910] 851833=test_rdoc_store [226/910] 851833=test_shift_jis [227/910] 851833=test_mutex_m [228/910] 851833=test_cgi_util [229/910] 851833=test_ole_methods [230/910] 851833=test_prettyprint [231/910] 851833=test_gem_uri_formatter [232/910] 851833=test_enc_raise [233/910] 851833=test_clone [234/910] 851833=test_boolean [235/910] 851833=test_delegation [236/910] 851833=test_gem_resolver_lock_specification [237/910] 851833=test_queue [238/910] 851833=test_dryrun [239/910] 851833=test_rdoc_i18n_locale [240/910] 851833=test_gc_compact [241/910] 851832=test_word [242/910] 851832=test_rdoc_require [243/910] 851832=test_gem_ext_rake_builder [244/910] 851832=test_numeric [245/910] 851832=test_fstring [246/910] 851832=test_singleton [247/910] 851832=test_rdoc_alias [248/910] 851832=test_instrumentation_api [249/910] 851833=test_weakref [250/910] 851833=test_rdoc_markup_raw [251/910] 851833=test_rdoc_markup_to_bs [252/910] 851833=test_key_name_check [253/910] 851833=test_timeout [254/910] 851833=json_parser_test [255/910] 851833=test_date_strftime [256/910] 851833=test_ws [257/910] 851833=test_rdoc_markup_to_tt_only [258/910] 851833=test_quote_empty [259/910] 851834=test_gem_commands_stale_command [260/910] 851834=test_gem_commands_cert_command [261/910] 851833=test_basicsocket [262/910] 851833=test_zsh_completion [263/910] 851833=test_syntax [264/910] 851832=test_scalar [265/910] 851832=test_class_name_check [266/910] 851832=test_pack [267/910] 851834=test_convert [268/910] 851832=test_pkcs7 [269/910] 851834=test_gem_commands_environment_command [270/910] 851834=test_optparse [271/910] 851834=test_deprecated [272/910] 851834=test_io_buffer [273/910] 851832=test_rdoc_context_section [274/910] 851832=test_div [275/910] 851832=test_files_test_2 [276/910] 851834=test_rdoc_markup_to_html_crossref [277/910] 851834=test_exception [278/910] 851834=test_bash_completion [279/910] 851834=test_unconverted_fields [280/910] 851834=test_input_method [281/910] 851834=test_rdoc_i18n_text [282/910] 851834=test_io [283/910] 851834=test_literal [284/910] 851834=test_gem_unsatisfiable_dependency_error [285/910] 851834=test_header [286/910] 851834=test_gem_util [287/910] 851834=test_complex2 [288/910] 851834=test_config [289/910] 851834=test_gem_security_signer [290/910] 851834=test_table [291/910] 851834=test_thread [292/910] 851834=test_external_new [293/910] 851834=test_pkey [294/910] 851834=test_win32ole_typelib [295/910] 851834=test_gem_platform [296/910] 851832=test_gem_commands_query_command [297/910] 851834=test_bigzero [298/910] 851834=test_memory_view [299/910] 851834=test_data [300/910] 851834=test_ractor [301/910] 851834=test_null [302/910] 851834=test_m17n_comb [303/910] 851832=test_pkey_dh [304/910] 851832=test_process [305/910] 851834=test_rdoc_code_object [306/910] 851834=test_skip_lines [307/910] 851834=test_euc_kr [308/910] 851834=test_provider [309/910] 851834=test_gem_source_specific_file [310/910] 851834=test_bmethod [311/910] 851834=test_string_processing [312/910] 851833=test_random_formatter [313/910] 851834=test_rand [314/910] 851833=test_rdoc_markup_attributes [315/910] 851833=test_securerandom [316/910] 851833=test_column_separator [317/910] 851833=test_typeddata [318/910] 851834=test_gem_commands_fetch_command [319/910] 851833=test_tsort [320/910] 851833=test_rdoc_parser_changelog [321/910] 851833=parameters_signature_test [322/910] 851833=test_each [323/910] 851833=test_gem_dependency_list [324/910] 851834=test_gem_commands_outdated_command [325/910] 851834=test_len [326/910] 851833=json_fixtures_test [327/910] 851834=test_gem_doctor [328/910] 851833=parse_test [329/910] 851834=test_io_wait [330/910] 851834=test_pack [331/910] 851834=test_rdoc_parser_c [332/910] 851834=test_kwargs [333/910] 851834=test_iseq_load [334/910] 851834=test_rdoc_markup_parser [335/910] 851834=test_rdoc_markup_indented_paragraph [336/910] 851834=test_ns_spki [337/910] 851834=test_row_separator [338/910] 851834=test_have_library .Leaked file descriptor: TestProcess#test_seteuid_name: 7 #<File::Stat dev=0xfc00, ino=2134123, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2023-12-24 17:17:17.780034402 +0000, mtime=2023-12-24 17:17:17.776034389 +0000, ctime=2023-12-24 17:17:17.776034389 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 851832 opc 7r REG 252,0 9253600 2134123 /var/lib/sss/mc/passwd [339/910] 851833=test_stream [340/910] 851833=test_general [341/910] 851833=test_objspace [342/910] 851834=test_stringify_symbols [343/910] 851834=test_require [344/910] 851834=test_row [345/910] 851834=library_symbols_test [346/910] 851834=test_rdoc_text [347/910] 851834=test_rdoc_constant [348/910] 851834=test_deprecate [349/910] 851834=test_httpresponses [350/910] 851834=test_rdoc_markup_to_html_snippet [351/910] 851834=test_common [352/910] 851834=test_generic [353/910] 851834=test_win32ole_variant_outarg [354/910] 851834=test_rdoc_encoding [355/910] 851834=test_rdoc_markdown [356/910] 851834=test_gem_request_set_lockfile [357/910] 851834=test_postponed_job [358/910] 851834=test_key_actor_vi [359/910] 851834=test_gem_commands_unpack_command [360/910] 851834=test_show_source [361/910] 851834=test_proc [362/910] 851834=test_console_attr [363/910] 851834=test_bigdecimal_util [364/910] 851834=test_gem_ext_cargo_builder [365/910] 851834=test_rdoc_options Leaked file descriptor: TestProcess#test_uid_from_name: 8 #<File::Stat dev=0x9, ino=1052614864, 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 851832 opc 8u unix 0x0000000000000000 0t0 1052614864 type=STREAM [366/910] 851834=test_zlib [367/910] 851834=test_pstore [368/910] 851834=test_ubf_async_safe [369/910] 851834=test_date_compat [370/910] 851834=test_gem_version_option .Leaked file descriptor: TestProcess#test_execopts_gid: 9 #<File::Stat dev=0xfc00, ino=2134126, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2023-12-24 17:17:41.644110923 +0000, mtime=2023-12-24 17:19:26.952448594 +0000, ctime=2023-12-24 17:19:26.952448594 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 851832 opc 9r REG 252,0 6940392 2134126 /var/lib/sss/mc/group [371/910] 851834=test_win32ole_record [372/910] 851834=test_rdoc_include [373/910] 851834=test_gem_uri [374/910] 851834=test_resource [375/910] 851834=test_gem_package_tar_reader_entry [376/910] 851834=test_rewind [377/910] 851834=test_c_struct_builder [378/910] 851834=test_yield_block [379/910] 851834=test_bug-5832 [380/910] 851834=test_enumerator [381/910] 851834=test_path_to_class [382/910] 851834=test_spell_checker [383/910] 851834=test_gem_version [384/910] 851834=test_gem_ext_ext_conf_builder [385/910] 851834=test_frozen_error [386/910] 851834=test_reqarg [387/910] 851834=test_integer [388/910] 851834=test_gem_name_tuple [389/910] 851834=test_rdoc_markup_to_table_of_contents [390/910] 851834=parse_comments_test [391/910] 851834=test_tcp [392/910] 851834=test_win32ole_method_event [393/910] 851834=test_gem_requirement [394/910] 851834=test_pipe [395/910] 851834=test_macro [396/910] 851834=test_string [397/910] 851832=test_gem_commands_server_command [398/910] 851832=test_function [399/910] 851832=test_gem_resolver_activation_request [400/910] 851832=test_encoding [401/910] 851832=test_hmac [402/910] 851832=test_find [403/910] 851832=test_constant [404/910] 851832=test_rdoc_generator_markup [405/910] 851832=test_bug-3571 [406/910] 851832=test_yamlstore [407/910] 851832=test_numeric [408/910] 851832=test_flags [409/910] 851832=test_gem_request_connection_pools [410/910] 851832=test_init [411/910] 851832=test_rat [412/910] 851832=test_gem_commands_owner_command [413/910] 851832=test_nextafter [414/910] 851832=test_capacity [415/910] 851832=test_file [416/910] 851832=test_time [417/910] 851832=test_function_entry [418/910] 851832=test_error_highlight [419/910] 851832=test_rdoc_any_method [420/910] 851832=json_common_interface_test [421/910] 851832=test_string [422/910] 851832=version_test [423/910] 851832=test_raise [424/910] 851832=test_complexrational [425/910] 851832=test_string_memory [426/910] 851832=test_files_lib [427/910] 851832=test_marshalable [428/910] 851832=test_line_editor [429/910] 851832=test_enumerator_kw [430/910] 851832=test_timeout [431/910] 851832=test_rdoc_generator_pot_po_entry [432/910] 851832=test_erb_m17n [433/910] 851832=test_egrep_cpp [434/910] 851832=test_frozen [435/910] 851832=test_gem_resolver_index_specification [436/910] 851832=test_serialize_subclasses [437/910] 851832=test_date_conv [438/910] 851832=test_rdoc_markup_verbatim [439/910] 851832=test_webauthn_poller [440/910] 851832=test_gem_commands_update_command [441/910] 851832=test_date [442/910] 851832=test_big5 [443/910] 851832=test_protect [444/910] 851832=test_tree_builder [445/910] 851832=test_coverage [446/910] 851832=test_http_request [447/910] 851832=test_tempfile [448/910] 851832=test_rdoc_markup_pre_process [449/910] 851832=test_store [450/910] 851832=test_fnmatch [451/910] 851832=test_pathname [452/910] 851832=test_io_buffer [453/910] 851832=test_defined [454/910] 851832=test_passing_block [455/910] 851832=test_nowrite [456/910] 851832=test_thread_queue [457/910] 851832=test_kdf [458/910] 851832=test_ldap [459/910] 851832=test_comparable [460/910] 851832=test_gem_config_file [461/910] 851832=json_string_matching_test [462/910] 851832=test_io_timeout [463/910] 851832=test_type_completor [464/910] 851832=test_rdoc_normal_module [465/910] 851832=test_rdoc_markdown_test [466/910] 851832=test_yjit_exit_locations [467/910] 851832=test_rdoc_rdoc [468/910] 851832=test_euc_tw [469/910] 851832=test_gem_resolver_dependency_request [470/910] 851832=test_cstr [471/910] 851832=test_yaml_tree [472/910] 851832=test_gem_commands_yank_command [473/910] 851832=test_pkey_dsa [474/910] 851832=test_logger [475/910] 851832=test_gem_resolver_specification [476/910] 851832=test_big2str [477/910] 851832=test_observer [478/910] 851832=test_human_typo [479/910] 851832=test_import [480/910] 851832=test_wait [481/910] 851832=test_nil [482/910] 851832=test_psych [483/910] 851832=test_rdoc_parser_ruby [484/910] 851834=test_httpresponse [485/910] 851834=test_readpartial [486/910] 851832=test_x509req [487/910] 851832=test_ifunless [488/910] 851832=test_gem_console_ui [489/910] 851832=test_insns_leaf [490/910] 851832=errors_test [491/910] 851832=test_convertible [492/910] 851834=test_gem_available_set [493/910] 851834=test_pkg_config [494/910] 851834=test_modify_expand [495/910] 851834=test_config [496/910] 851834=test_func [497/910] 851833=test_vm_dump [498/910] 851833=json_encoding_test [499/910] 851833=test_dln [500/910] 851833=test_object [501/910] 851833=test_bigdecimal [502/910] 851833=test_gem_source_vendor [503/910] 851833=test_gem_resolver [504/910] 851833=test_super [505/910] 851832=test_color_printer [506/910] 851832=unescape_test [507/910] 851834=test_gem_commands_exec_command [508/910] 851832=test_thread_fd_close [509/910] 851832=test_last_thread [510/910] 851833=test_digest_extend [511/910] 851833=test_gem_ext_cmake_builder [512/910] 851833=test_alias [513/910] 851833=test_fips [514/910] 851833=test_emitter [515/910] 851833=test_getopts [516/910] 851833=test_helper [517/910] 851833=test_compile_prism [518/910] 851834=test_rdoc_markup_formatter [519/910] 851834=test_gem_commands_uninstall_command [520/910] 851833=test_win32ole_event [521/910] 851833=test_x509crl [522/910] 851833=test_cgi_session [523/910] 851833=test_notimplement [524/910] 851833=test_c_union_entity [525/910] 851832=test_dns [526/910] 851833=test_io_console [527/910] 851834=test_flip [528/910] 851834=test_rdoc_markup_heading [529/910] 851834=test_profile_frames [530/910] 851832=test_pattern_key_name_check [531/910] 851832=test_gem_commands_cleanup_command [532/910] 851834=test_class2name [533/910] 851834=test_transcode [534/910] 851834=test_refinement [535/910] 851832=test_debug [536/910] 851832=test_encodings [537/910] 851832=test_gem_resolver_installer_set [538/910] 851832=test_append [539/910] 851832=test_foreach [540/910] 851832=test_rdoc_markup_to_html [541/910] 851832=test_emitter [542/910] 851832=test_x509ext [543/910] 851832=test_summary [544/910] 851832=test_config [545/910] 851832=test_file [546/910] 851833=bom_test [547/910] 851833=test_rb_str_dup [548/910] 851833=test_lambda [549/910] 851833=test_scalar_scanner [550/910] 851833=test_trace [551/910] 851833=test_win32ole_type_event [552/910] 851833=test_keyword [553/910] 851833=test_gem_path_support [554/910] 851833=test_arity [555/910] 851833=test_ossl [556/910] 851834=test_buffered_io [557/910] 851834=test_bug_reporter [558/910] 851834=test_gem_installer [559/910] 851834=test_object_references [560/910] 851834=test_gem_source_subpath_problem [561/910] 851834=compiler_test [562/910] 851834=test_arith_seq_extract [563/910] 851832=test_ruby_lex [564/910] 851834=test_monitor [565/910] 851832=test_beginendblock [566/910] 851834=test_kconv [567/910] 851834=test_eval [568/910] 851832=test_drbssl [569/910] 851834=test_within_pipe [570/910] 851834=test_rdoc_normal_class [571/910] 851834=test_pointer [572/910] 851833=test_regexp [573/910] 851834=test_whileuntil [574/910] 851834=test_nofree [575/910] 851834=test_object [576/910] 851834=test_member [577/910] 851834=test_kill_ring [578/910] 851834=test_mailto [579/910] 851834=test_addr [580/910] 851834=test_case_options [581/910] 851834=test_cgi_header [582/910] 851834=test_tuplebag [583/910] 851834=test_gem_resolver_api_set [584/910] 851834=test_duplicate [585/910] 851834=test_helper [586/910] 851834=test_reline [587/910] 851834=test_gem_commands_build_command [588/910] 851834=test_call [589/910] 851834=test_ellipsize [590/910] 851834=test_windows_1251 [591/910] 851834=test_history [592/910] 851834=test_to_ary_concat [593/910] 851834=test_gem_ext_builder [594/910] 851834=test_time_tz [595/910] 851834=test_to_ruby [596/910] 851834=test_addrinfo [597/910] 851834=test_bug-14834 [598/910] 851834=test_data [599/910] 851834=test_thread [600/910] 851832=test_terminfo [601/910] 851832=test_socket [602/910] 851832=test_data_converters [603/910] 851832=test_inlinecache [604/910] 851832=test_pattern_matching [605/910] 851832=test_folderitem2_invokeverb [606/910] 851832=test_interned_str [607/910] 851832=constant_path_node_test [608/910] 851832=test_set_len [609/910] 851832=test_gem_request_set [610/910] 851832=test_gem_bundler_version_finder [611/910] 851832=test_gc [612/910] 851834=test_gem_resolver_index_set [613/910] 851834=ruby_api_test [614/910] 851834=test_webauthn_listener_response [615/910] 851834=test_sleep [616/910] 851834=test_key_stroke [617/910] 851834=test_rdoc_markup [618/910] 851834=test_euc_jp [619/910] 851834=test_ensured [620/910] 851834=test_popen_deadlock [621/910] 851834=test_time [622/910] 851834=test_alias_and_anchor [623/910] 851834=test_drbunix [624/910] 851832=test_symbol [625/910] 851832=test_project_sanity [626/910] 851832=test_delegate [627/910] 851832=location_test [628/910] 851832=test_rdoc_attr [629/910] 851832=test_ractor [630/910] 851832=test_trick [631/910] 851832=test_stream [632/910] 851832=test_address_resolve [633/910] 851832=test_ts [634/910] 851834=test_locale [635/910] 851834=test_num2int [636/910] 851834=test_rbconfig [637/910] 851834=test_enum [638/910] 851832=test_rdoc_markup_include [639/910] 851832=test_require [640/910] 851834=test_inputs_scanner [641/910] 851834=test_recursion [642/910] 851834=test_gem_commands_signin_command [643/910] 851834=test_range [644/910] 851832=test_iter_break [645/910] 851832=test_extlibs [646/910] 851834=test_formatter [647/910] 851834=test_coder [648/910] 851834=test_rdoc_servlet [649/910] 851834=test_gem_commands_search_command [650/910] 851834=test_symbol [651/910] 851832=test_udp [652/910] 851832=test_context [653/910] 851834=test_gem_commands_contents_command [654/910] 851832=test_integer [655/910] 851834=test_unix [656/910] 851834=test_write [657/910] 851834=test_have_func [658/910] 851834=test_date_marshal [659/910] 851834=test_gem_commands_list_command [660/910] 851834=test_date_new [661/910] 851834=test_configuration [662/910] 851834=test_gem_resolver_local_specification [663/910] 851834=test_ractor [664/910] 851834=test_nkf [665/910] 851834=test_gem_resolver_conflict [666/910] 851834=test_ssl [667/910] 851834=test_scheduler [668/910] 851832=test_gem_commands_help_command [669/910] 851834=newline_test [670/910] 851832=test_bignum [671/910] 851834=test_enc_str_buf_cat [672/910] 851834=test_nesting_parser [673/910] 851834=ractor_test [674/910] 851834=test_ancdata [675/910] 851834=test_marshal [676/910] 851834=test_rdoc_markup_hard_break [677/910] 851834=test_rdoc_markup_to_label [678/910] 851834=test_parser [679/910] 851834=test_cgi_core [680/910] 851834=test_gem_resolver_best_set [681/910] 851834=test_gem [682/910] 851833=test_ractor [683/910] 851833=test_ansi_without_terminfo [684/910] 851833=json_generator_test [685/910] 851833=test_read [686/910] 851833=test_rdoc_rd_inline_parser [687/910] 851833=test_win32ole_type [688/910] 851833=test_load [689/910] 851833=test_gem_source_lock [690/910] 851833=test_new [691/910] 851833=test_update [692/910] 851833=test_cipher [693/910] 851833=test_my_integer [694/910] 851833=test_gem_resolver_composed_set [695/910] 851833=test_objectspace [696/910] 851832=test_require [697/910] 851833=test_rdoc_markup_attribute_manager [698/910] 851833=test_wss [699/910] 851833=test_option [700/910] 851833=test_not [701/910] 851833=test_cgi_cookie [702/910] 851833=test_rdoc_generator_pot [703/910] 851833=test_rdoc_markup_to_markdown [704/910] 851833=test_rdoc_markup_to_joined_paragraph [705/910] 851833=test_rdoc_rd [706/910] 851833=test_x509store [707/910] 851834=test_rdoc_rd_block_parser [708/910] 851834=test_metaclass [709/910] 851834=test_gem_gem_runner [710/910] 851834=test_require_lib [711/910] 851833=test_resize Skipping Gem::PackageTask tests. rake not found. [712/910] 851833=test_gem_package_task [713/910] 851833=test_fiber [714/910] 851832=test_gem_commands_mirror [715/910] 851832=test_engine [716/910] 851832=test_patterns [717/910] 851832=test_win32ole_param [718/910] 851832=test_key_error [719/910] 851832=test_gem_validator [720/910] 851832=test_gem_source_installed [721/910] 851832=test_usrmarshal [722/910] 851832=test_erb_command [723/910] 851832=test_module [724/910] 851834=test_gem_security_trust_dir [725/910] 851834=test_ssl [726/910] 851832=test_bundled_ca [727/910] 851832=test_integer_comb [728/910] 851833=test_load [729/910] 851833=test_abi [730/910] 851833=test_ostruct [731/910] 851832=test_config [732/910] 851833=test_change_word [733/910] 851833=test_depth_first [734/910] 851833=test_read_write [735/910] 851833=test_rdoc_parser_markdown [736/910] 851832=test_c_struct_entry [737/910] 851833=test_struct [738/910] 851833=test_cparser [739/910] 851832=fuzzer_test [740/910] 851832=test_rubyvm [741/910] 851832=test_ractor [742/910] 851832=test_httpheader [743/910] 851832=test_sexp [744/910] 851832=test_rdoc_ri_driver [745/910] 851832=test_gem_safe_marshal [746/910] 851833=test_digest [747/910] 851832=test_signedness [748/910] 851833=test_gem_resolver_git_set [749/910] 851833=test_gem_commands_check_command [750/910] 851833=test_stringscanner [751/910] 851833=test_gem_resolver_installed_specification [752/910] 851833=test_exception_at_throwing [753/910] 851833=test_ractor [754/910] 851833=test_gem_resolver_vendor_specification [755/910] 851833=test_date_arith [756/910] 851833=json_generic_object_test [757/910] 851833=test_fiddle [758/910] 851832=test_type [759/910] 851832=heredoc_dedent_test [760/910] 851832=test_mutex [761/910] 851833=test_rdoc_token_stream [762/910] 851833=test_struct [763/910] 851833=test_tmpdir [764/910] 851833=test_acceptable [765/910] 851833=test_dup [766/910] 851833=test_rdoc_single_class [767/910] 851833=test_invalid [768/910] 851833=test_gem_local_remote_options [769/910] 851833=test_gem_ext_cargo_builder_link_flag_converter [770/910] 851833=test_gem_security_policy [771/910] 851833=test_delete [772/910] 851833=test_rdoc_markup_document [773/910] 851833=test_handle [774/910] 851834=test_ractor [775/910] 851834=test_completion [776/910] 851832=test_file_exhaustive [777/910] 851834=test_continuation [778/910] 851834=test_fixnum [779/910] 851834=test_gem_silent_ui [780/910] 851834=test_signal [781/910] 851833=test_gem_ci_detector [782/910] 851833=test_io_wait_uncommon [783/910] 851833=test_gem_package_tar_header [784/910] 851833=test_ssl_session [785/910] 851833=test_placearg [786/910] 851833=test_logperiod [787/910] 851833=test_case_comprehensive [788/910] 851834=test_rational2 [789/910] 851834=test_variable_name_check [790/910] 851834=test_bn [791/910] 851834=test_require_path_check [792/910] 851834=test_rdoc_markup_paragraph [793/910] 851834=test_x509cert [794/910] 851834=test_irb [795/910] 851834=test_ast [796/910] 851832=test_logdevice [797/910] 851832=test_object_create_start [798/910] 851832=test_gem_commands_info_command [799/910] 851832=test_https [800/910] 851832=test_evaluation [801/910] 851832=test_getoptlong [802/910] 851832=test_protocol [803/910] 851832=test_weakkeymap [804/910] 851832=test_files_test [805/910] 851832=test_rdoc_markup_to_ansi [806/910] 851832=test_name_error_extension [807/910] 851832=test_gem_request_set_gem_dependency_api [808/910] 851832=test_ftp [809/910] 851832=test_sockopt [810/910] 851832=test_rdoc_comment [811/910] 851832=test_install [812/910] 851832=test_encoding [813/910] 851832=test_gem_source_fetch_problem [814/910] 851832=test_gem_request_set_lockfile_tokenizer [815/910] 851832=test_cgi_multipart [816/910] 851832=test_lazy_enumerator [817/910] 851832=test_find_executable [818/910] 851832=test_autoconf [819/910] 851832=test_ractor_compatibility [820/910] 851832=test_arithmetic_sequence [821/910] 851832=test_iseq [822/910] 851832=test_rdoc_ri_paths [823/910] 851832=test_parser [824/910] 851832=test_primitive [825/910] 851832=test_gem_package_tar_reader [826/910] 851832=test_gem_commands_signout_command [827/910] 851832=test_env [828/910] 851832=test_win32ole_variant_m [829/910] 851832=test_pair [830/910] 851833=test_syslog [831/910] 851833=test_singleton_function [832/910] 851833=test_gem_commands_setup_command [833/910] 851833=test_history [834/910] 851833=test_document [835/910] 851833=test_eval [836/910] 851833=test_unicode [837/910] 851833=test_eval_history [838/910] 851833=dispatcher_test [839/910] 851833=test_ripper [840/910] 851832=test_win32ole_method [841/910] 851832=test_lexer [842/910] 851832=test_regex_casefold [843/910] 851833=test_gem_source_git [844/910] 851832=test_random [845/910] 851832=test_thread_cv [846/910] 851832=test_stringio [847/910] 851833=test_assembler [848/910] 851833=test_files_ext [849/910] 851833=test_at_exit [850/910] 851832=test_benchmark [851/910] 851833=test_class [852/910] 851833=test_have_macro [853/910] 851833=test_mkmf [854/910] 851833=test_gem_source [855/910] 851833=test_autoload [856/910] 851832=test_array [857/910] 851833=test_gem_package [858/910] 851833=test_gem_ext_configure_builder [859/910] 851833=json_ext_parser_test [860/910] 851833=test_rdoc_parser_simple [861/910] 851833=test_strip [862/910] 851833=test_nonblock [863/910] 851833=test_omap [864/910] 851833=test_date_strptime [865/910] 851833=test_ipaddr [866/910] 851833=test_scanner_events [867/910] 851833=test_ocsp [868/910] 851833=test_shellwords [869/910] 851833=test_mul [870/910] 851833=test_rdoc_generator_pot_po [871/910] 851833=test_reline_key [872/910] 851833=test_gem_commands_lock_command [873/910] 851833=test_gb18030 [874/910] 851833=test_propertyputref [875/910] 851833=test_rdoc_generator_ri [876/910] 851833=test_gem_stream_ui [877/910] 851833=test_unicode_normalize [878/910] 851833=test_float [879/910] 851833=test_gem_stub_specification [880/910] 851833=test_cmethod [881/910] 851833=test_io_m17n [882/910] 851833=test_rdoc_top_level [883/910] 851833=test_color [884/910] 851833=test_io [885/910] 851832=test_uncorrectable_name_check [886/910] 851832=test_converters [887/910] 851832=test_rubygems [888/910] 851832=test_resolve_symbol [889/910] 851832=test_closure [890/910] 851832=test_files_test_1 [891/910] 851832=test_dir [892/910] 851832=test_rdoc_rd_inline [893/910] 851832=test_base64 [894/910] 851832=test_digest [895/910] 851832=test_path [896/910] 851832=test_rdoc_parser [897/910] 851832=test_https_proxy [898/910] 851832=test_win32ole_param_event [899/910] 851832=test_stat [900/910] 851832=test_etc [901/910] 851832=test_nomethod_error [902/910] 851832=test_debug_cmd [903/910] 851832=test_quote_char_nil [904/910] 851832=test_workspace [905/910] 851834=test_liberal_parsing [906/910] 851832=test_printf [907/910] 851832=test_x509attr [908/910] 851832=test_cgi_modruby [909/910] 851834=magic_comment_test [910/910] 851832=test_win32ole_variant Finished tests in 205.748330s, 130.5090 tests/s, 46449.5824 assertions/s. 26852 tests, 9556924 assertions, 0 failures, 0 errors, 212 skips ruby -v: ruby 3.3.0dev (2023-12-24T16:04:41Z master f0efeddd41) [aarch64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j3'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -msign-return-address=all -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -fPIE -I. -I.ext/include/aarch64-linux -I/home/opc/ruby/src/master/include -I/home/opc/ruby/src/master -I/home/opc/ruby/src/master/prism -I/home/opc/ruby/src/master/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-10.1.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk making enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/home/opc/ruby/build/master' making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for '/home/opc/ruby/src/master/enc/trans'. make[1]: Leaving directory '/home/opc/ruby/build/master' making encs make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.4.0/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' $ /home/opc/ruby/build/master/miniruby -I/home/opc/ruby/src/master/lib /home/opc/ruby/src/master/tool/runruby.rb --archdir=/home/opc/ruby/build/master --extout=.ext -- /home/opc/ruby/src/master/spec/mspec/bin/mspec-run -B /home/opc/ruby/src/master/spec/default.mspec --error-output stderr --debug ruby 3.3.0dev (2023-12-24T16:04:41Z master f0efeddd41) [aarch64-linux] 0 ......................................................................... 73 ......................................................................... 146 ......................................................................... 219 ......................................................................... 292 ......................................................................... 365 ......................................................................... 438 ......................................................................... 511 ......................................................................... 584 ......................................................................... 657 ......................................................................... 730 ......................................................................... 803 ......................................................................... 876 ......................................................................... 949 ......................................................................... 1022 ......................................................................... 1095 ......................................................................... 1168 ......................................................................... 1241 ......................................................................... 1314 ......................................................................... 1387 ......................................................................... 1460 ......................................................................... 1533 ......................................................................... 1606 ......................................................................... 1679 ......................................................................... 1752 ......................................................................... 1825 ......................................................................... 1898 ......................................................................... 1971 ......................................................................... 2044 ......................................................................... 2117 ......................................................................... 2190 ......................................................................... 2263 ......................................................................... 2336 ......................................................................... 2409 ......................................................................... 2482 ......................................................................... 2555 ......................................................................... 2628 ......................................................................... 2701 ......................................................................... 2774 ......................................................................... 2847 ......................................................................... 2920 ......................................................................... 2993 ......................................................................... 3066 ......................................................................... 3139 ......................................................................... 3212 ......................................................................... 3285 ......................................................................... 3358 ......................................................................... 3431 ......................................................................... 3504 ......................................................................... 3577 ......................................................................... 3650 ......................................................................... 3723 ..... Finished in 63.185947 seconds 3728 files, 32872 examples, 190850 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j3'" exit with 0.