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