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