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