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