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