# Logfile created on 2025-01-30 19:45:39 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x0000ffff86acfdd8 @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'", @spec_opts="-j", @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, @no_timeout_error=nil, @logfile="/home/opc/ruby/logs/brlog.master.20250130-194539", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000ffff869f9fd0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000ffff869f9e68 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000ffff86a9bc40 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20250130-194539", @dev=#<File:/home/opc/ruby/logs/brlog.master.20250130-194539>, @binmode=false, @mon_data=#<Monitor:0x0000ffff869f9be8>, @mon_data_owner_object_id=880>>> $$$[beg] make update-download -j3 tool/config.guess already exists tool/config.sub already exists Update net-imap to 29aa826936c977c6ddc8183cca355b0eb65b5529 Update net-smtp to d496a829f9b99adb44ecc1768c4d005e5f7b779e Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2 echo 29aa826936c977c6ddc8183cca355b0eb65b5529 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/net-imap.revision - echo d496a829f9b99adb44ecc1768c4d005e5f7b779e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/net-smtp.revision - echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision - /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/net-imap.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/net-smtp.revision unchanged Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f Update irb to 6bb53630c3398b2042fb99d5232c68399491d338 Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision - echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision - echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision - /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision unchanged $$$[end] "make update-download -j3" exit with 0. $$$[beg] make update-src -j3 From https://github.com/ruby/ruby d729c15..afd7d5b master -> origin/master Updating d729c15..afd7d5b Fast-forward spec/mspec/lib/mspec/commands/mkspec.rb | 2 - spec/mspec/lib/mspec/commands/mspec-ci.rb | 4 - spec/mspec/lib/mspec/commands/mspec-run.rb | 4 - spec/mspec/lib/mspec/commands/mspec-tag.rb | 2 - spec/mspec/lib/mspec/commands/mspec.rb | 2 - spec/ruby/core/binding/shared/clone.rb | 2 +- spec/ruby/core/dir/chdir_spec.rb | 47 ++--- spec/ruby/core/dir/for_fd_spec.rb | 4 +- spec/ruby/core/enumerable/collect_concat_spec.rb | 2 +- spec/ruby/core/enumerable/collect_spec.rb | 2 +- spec/ruby/core/enumerable/detect_spec.rb | 2 +- spec/ruby/core/enumerable/entries_spec.rb | 2 +- spec/ruby/core/enumerable/filter_spec.rb | 2 +- spec/ruby/core/enumerable/find_all_spec.rb | 2 +- spec/ruby/core/enumerable/find_spec.rb | 2 +- spec/ruby/core/enumerable/flat_map_spec.rb | 2 +- spec/ruby/core/enumerable/map_spec.rb | 2 +- spec/ruby/core/enumerable/select_spec.rb | 2 +- spec/ruby/core/enumerable/to_a_spec.rb | 2 +- spec/ruby/core/exception/fixtures/common.rb | 3 + spec/ruby/core/exception/no_method_error_spec.rb | 204 +++++++++++++++++---- spec/ruby/core/fiber/storage_spec.rb | 27 ++- spec/ruby/core/integer/divide_spec.rb | 20 ++ spec/ruby/core/kernel/Float_spec.rb | 20 +- spec/ruby/core/kernel/is_a_spec.rb | 2 +- spec/ruby/core/kernel/kind_of_spec.rb | 2 +- spec/ruby/core/marshal/dump_spec.rb | 200 +++++++++++++++++++- spec/ruby/core/marshal/fixtures/marshal_data.rb | 45 +++++ spec/ruby/core/method/shared/dup.rb | 2 +- .../core/module/fixtures/set_temporary_name.rb | 4 + spec/ruby/core/module/set_temporary_name_spec.rb | 79 +++++++- .../ruby/core/objectspace/define_finalizer_spec.rb | 2 +- spec/ruby/core/proc/clone_spec.rb | 4 +- spec/ruby/core/proc/fixtures/common.rb | 7 + spec/ruby/core/proc/shared/dup.rb | 2 +- spec/ruby/core/range/overlap_spec.rb | 89 +++++++++ spec/ruby/core/string/append_as_bytes_spec.rb | 12 ++ spec/ruby/core/string/modulo_spec.rb | 4 +- spec/ruby/core/time/at_spec.rb | 52 ++++++ spec/ruby/core/time/getlocal_spec.rb | 58 ++++++ spec/ruby/core/time/localtime_spec.rb | 60 ++++++ spec/ruby/core/time/new_spec.rb | 29 ++- spec/ruby/core/time/now_spec.rb | 31 ++++ spec/ruby/core/unboundmethod/shared/dup.rb | 2 +- spec/ruby/library/irb/fixtures/irb.rb | 2 +- spec/ruby/library/net-ftp/fixtures/server.rb | 2 +- .../socket/basicsocket/recv_nonblock_spec.rb | 65 +++++++ spec/ruby/library/socket/basicsocket/recv_spec.rb | 96 ++++++++-- .../socket/basicsocket/recvmsg_nonblock_spec.rb | 68 +++++++ .../library/socket/basicsocket/recvmsg_spec.rb | 84 +++++++++ spec/ruby/library/socket/ipsocket/recvfrom_spec.rb | 82 +++++++++ .../socket/socket/recvfrom_nonblock_spec.rb | 76 ++++++++ spec/ruby/library/socket/socket/recvfrom_spec.rb | 87 +++++++++ spec/ruby/library/win32ole/fixtures/classes.rb | 3 - .../library/win32ole/win32ole/_getproperty_spec.rb | 4 - .../ruby/library/win32ole/win32ole/_invoke_spec.rb | 4 - .../library/win32ole/win32ole/codepage_spec.rb | 4 - .../ruby/library/win32ole/win32ole/connect_spec.rb | 4 - .../library/win32ole/win32ole/const_load_spec.rb | 4 - .../library/win32ole/win32ole/constants_spec.rb | 4 - .../library/win32ole/win32ole/create_guid_spec.rb | 4 - spec/ruby/library/win32ole/win32ole/invoke_spec.rb | 4 - spec/ruby/library/win32ole/win32ole/locale_spec.rb | 4 - spec/ruby/library/win32ole/win32ole/new_spec.rb | 4 - .../win32ole/win32ole/ole_func_methods_spec.rb | 4 - .../win32ole/win32ole/ole_get_methods_spec.rb | 4 - .../win32ole/win32ole/ole_method_help_spec.rb | 4 - .../library/win32ole/win32ole/ole_method_spec.rb | 4 - .../library/win32ole/win32ole/ole_methods_spec.rb | 4 - .../library/win32ole/win32ole/ole_obj_help_spec.rb | 4 - .../win32ole/win32ole/ole_put_methods_spec.rb | 4 - .../library/win32ole/win32ole/setproperty_spec.rb | 4 - .../library/win32ole/win32ole_event/new_spec.rb | 4 - .../win32ole/win32ole_event/on_event_spec.rb | 4 - .../win32ole/win32ole_method/dispid_spec.rb | 4 - .../win32ole_method/event_interface_spec.rb | 4 - .../library/win32ole/win32ole_method/event_spec.rb | 4 - .../win32ole/win32ole_method/helpcontext_spec.rb | 4 - .../win32ole/win32ole_method/helpfile_spec.rb | 4 - .../win32ole/win32ole_method/helpstring_spec.rb | 4 - .../win32ole/win32ole_method/invkind_spec.rb | 4 - .../win32ole/win32ole_method/invoke_kind_spec.rb | 4 - .../library/win32ole/win32ole_method/name_spec.rb | 4 - .../library/win32ole/win32ole_method/new_spec.rb | 4 - .../win32ole/win32ole_method/offset_vtbl_spec.rb | 4 - .../win32ole/win32ole_method/params_spec.rb | 4 - .../win32ole_method/return_type_detail_spec.rb | 4 - .../win32ole/win32ole_method/return_type_spec.rb | 4 - .../win32ole/win32ole_method/return_vtype_spec.rb | 4 - .../win32ole_method/size_opt_params_spec.rb | 4 - .../win32ole/win32ole_method/size_params_spec.rb | 4 - .../library/win32ole/win32ole_method/to_s_spec.rb | 4 - .../win32ole/win32ole_method/visible_spec.rb | 4 - .../win32ole/win32ole_param/default_spec.rb | 4 - .../library/win32ole/win32ole_param/input_spec.rb | 4 - .../library/win32ole/win32ole_param/name_spec.rb | 4 - .../win32ole_param/ole_type_detail_spec.rb | 4 - .../win32ole/win32ole_param/ole_type_spec.rb | 4 - .../win32ole/win32ole_param/optional_spec.rb | 4 - .../library/win32ole/win32ole_param/retval_spec.rb | 4 - .../library/win32ole/win32ole_param/to_s_spec.rb | 4 - .../library/win32ole/win32ole_type/guid_spec.rb | 4 - .../win32ole/win32ole_type/helpcontext_spec.rb | 4 - .../win32ole/win32ole_type/helpfile_spec.rb | 4 - .../win32ole/win32ole_type/helpstring_spec.rb | 4 - .../win32ole/win32ole_type/major_version_spec.rb | 4 - .../win32ole/win32ole_type/minor_version_spec.rb | 4 - .../library/win32ole/win32ole_type/name_spec.rb | 4 - .../library/win32ole/win32ole_type/new_spec.rb | 4 - .../win32ole/win32ole_type/ole_classes_spec.rb | 4 - .../win32ole/win32ole_type/ole_methods_spec.rb | 4 - .../win32ole/win32ole_type/ole_type_spec.rb | 4 - .../library/win32ole/win32ole_type/progid_spec.rb | 4 - .../library/win32ole/win32ole_type/progids_spec.rb | 4 - .../win32ole/win32ole_type/src_type_spec.rb | 4 - .../library/win32ole/win32ole_type/to_s_spec.rb | 4 - .../win32ole/win32ole_type/typekind_spec.rb | 4 - .../win32ole/win32ole_type/typelibs_spec.rb | 4 - .../win32ole/win32ole_type/variables_spec.rb | 4 - .../library/win32ole/win32ole_type/visible_spec.rb | 4 - .../win32ole/win32ole_variable/name_spec.rb | 4 - .../win32ole_variable/ole_type_detail_spec.rb | 4 - .../win32ole/win32ole_variable/ole_type_spec.rb | 4 - .../win32ole/win32ole_variable/to_s_spec.rb | 4 - .../win32ole/win32ole_variable/value_spec.rb | 4 - .../win32ole_variable/variable_kind_spec.rb | 4 - .../win32ole/win32ole_variable/varkind_spec.rb | 4 - .../win32ole/win32ole_variable/visible_spec.rb | 4 - spec/ruby/optional/capi/ext/finalizer_spec.c | 31 ++++ spec/ruby/optional/capi/ext/io_spec.c | 14 +- spec/ruby/optional/capi/ext/struct_spec.c | 28 ++- spec/ruby/optional/capi/finalizer_spec.rb | 40 ++++ spec/ruby/optional/capi/struct_spec.rb | 49 +++++ spec/ruby/security/cve_2024_49761_spec.rb | 9 + 134 files changed, 1641 insertions(+), 440 deletions(-) mode change 100755 => 100644 spec/mspec/lib/mspec/commands/mkspec.rb mode change 100755 => 100644 spec/mspec/lib/mspec/commands/mspec.rb create mode 100644 spec/ruby/core/module/fixtures/set_temporary_name.rb create mode 100644 spec/ruby/core/range/overlap_spec.rb create mode 100644 spec/ruby/optional/capi/ext/finalizer_spec.c create mode 100644 spec/ruby/optional/capi/finalizer_spec.rb create mode 100644 spec/ruby/security/cve_2024_49761_spec.rb Latest commit hash = afd7d5be5e $$$[end] "make update-src -j3" exit with 0. $$$[beg] make after-update -j3 Update net-imap to 29aa826936c977c6ddc8183cca355b0eb65b5529 Update net-smtp to d496a829f9b99adb44ecc1768c4d005e5f7b779e echo 29aa826936c977c6ddc8183cca355b0eb65b5529 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/net-imap.revision - echo d496a829f9b99adb44ecc1768c4d005e5f7b779e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/net-smtp.revision - /home/opc/ruby/src/master/.bundle/.timestamp/net-smtp.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/net-imap.revision unchanged Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2 Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision - echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision - /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged Update irb to 6bb53630c3398b2042fb99d5232c68399491d338 /home/opc/ruby/src/master/revision.h updated Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e generating aarch64-linux-fake.rb echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision - echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision - /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision unchanged aarch64-linux-fake.rb updated generating enc.mk making srcs under enc make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/build/master' $$$[end] "make after-update -j3" exit with 0. $$$[beg] make miniruby -j3 BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -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 -Dmodular_gc_dir= 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-22.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 = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -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 -Dmodular_gc_dir= 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-22.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 f89a0eb89ba5c746d5b17fc62cdbc570124778e85c5198739459edbfb6bdec56 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 = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -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 -Dmodular_gc_dir= 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-22.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 '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/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json' make[2]: Entering directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json' 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]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.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/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' 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 net-imap to 29aa826936c977c6ddc8183cca355b0eb65b5529 Update net-smtp to d496a829f9b99adb44ecc1768c4d005e5f7b779e Update syslog to f2b9e75a8e016502607a3a20695cef57956150c2 echo d496a829f9b99adb44ecc1768c4d005e5f7b779e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/net-smtp.revision - echo 29aa826936c977c6ddc8183cca355b0eb65b5529 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/net-imap.revision - echo f2b9e75a8e016502607a3a20695cef57956150c2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision - /home/opc/ruby/src/master/.bundle/.timestamp/net-smtp.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/net-imap.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/syslog.revision unchanged Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f Update irb to 6bb53630c3398b2042fb99d5232c68399491d338 Update reline to defcd36c0b6e6648333d4b9ab5923eb4e543615e echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision - echo 6bb53630c3398b2042fb99d5232c68399491d338 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision - echo defcd36c0b6e6648333d4b9ab5923eb4e543615e | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision - /home/opc/ruby/src/master/.bundle/.timestamp/irb.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/pstore.revision unchanged /home/opc/ruby/src/master/.bundle/.timestamp/reline.revision unchanged BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie SOLIBS = -lz -lrt -lrt -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j3 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/yjit/target/release/' /home/opc/ruby/src/master/yjit/src/lib.rs generating encdb.h gcc (GCC) 8.5.0 20210514 (Red Hat 8.5.0-22.0.1) Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk encdb.h unchanged making srcs under enc 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' making enc generating transdb.h 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' 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 '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/coverage' make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Leaving 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]: Entering directory '/home/opc/ruby/build/master/ext/objspace' make[2]: Leaving 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/objspace' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.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/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/home/opc/ruby/build/master' ./miniruby -I/home/opc/ruby/src/master/lib -I. -I.ext/common /home/opc/ruby/src/master/tool/runruby.rb --extout=.ext -- --disable-gems -r./aarch64-linux-fake /home/opc/ruby/src/master/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j3 --jobserver-auth=4,5" --make-flags=" -j3 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc installing 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.5.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.5.0+0/aarch64-linux installing extension objects: /home/opc/ruby/install/master/lib/ruby/site_ruby/3.5.0+0/aarch64-linux installing extension objects: /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.5.0+0/aarch64-linux installing extension headers: /home/opc/ruby/install/master/include/ruby-3.5.0+0/aarch64-linux installing extension scripts: /home/opc/ruby/install/master/lib/ruby/3.5.0+0 installing extension scripts: /home/opc/ruby/install/master/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /home/opc/ruby/install/master/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /home/opc/ruby/install/master/include/ruby-3.5.0+0/ruby installing command scripts: /home/opc/ruby/install/master/bin installing library scripts: /home/opc/ruby/install/master/lib/ruby/3.5.0+0 installing common headers: /home/opc/ruby/install/master/include/ruby-3.5.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.5.0+0 bundler 2.7.0.dev cgi 0.4.1 delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 4.0.4 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.6.0 pp 0.6.2 prettyprint 0.2.0 prism 1.3.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.1 set 1.1.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.2 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 fiddle 1.1.7.dev io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.9.1 openssl 3.3.0 pathname 0.4.0 psych 5.2.3 stringio 3.1.3.dev strscan 3.1.2 zlib 3.2.1 installing bundled gems: /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0 minitest 5.25.4 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.7 rexml 3.4.0 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.5 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.3 rbs 3.8.1 typeprof 0.30.1 debug 1.10.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.9 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.2.0 csv 3.3.2 repl_type_completor 0.1.10 ostruct 0.6.1 pstore 0.1.4 benchmark 0.4.0 logger 1.6.5 rdoc 6.11.0 irb 1.15.1 reline 0.6.0 readline 0.0.4 installing bundled gem cache: /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0/cache skipped bundled gems: win32ole-1.9.1.gem not found in bundled_gems $$$[end] "make install -j3" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j3' PASS all 2007 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 = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -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 -Dmodular_gc_dir= 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-22.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. 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 = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -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 -Dmodular_gc_dir= 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-22.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 '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/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/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/strscan' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' 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=16730 "--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/766] 3511855=test_gem_commands_uninstall_command [ 2/766] 3511856=test_helper [ 3/766] 3511857=test_compile_prism [ 4/766] 3511856=test_emitter [ 5/766] 3511856=test_alias [ 6/766] 3511856=test_fips [ 7/766] 3511857=test_getopts [ 8/766] 3511857=test_thread_fd_close [ 9/766] 3511857=test_last_thread [ 10/766] 3511856=test_digest_extend [ 11/766] 3511856=test_gem_ext_cmake_builder [ 12/766] 3511856=test_class2name [ 13/766] 3511856=test_gem_commands_cleanup_command [ 14/766] 3511855=test_debug [ 15/766] 3511855=test_refinement [ 16/766] 3511856=test_transcode [ 17/766] 3511857=test_profile_frames [ 18/766] 3511856=heredoc_test [ 19/766] 3511856=test_pattern_key_name_check [ 20/766] 3511856=test_io_console [ 21/766] 3511857=test_flip [ 22/766] 3511857=test_x509crl [ 23/766] 3511857=test_configuration [ 24/766] 3511857=source_location_test [ 25/766] 3511857=test_dns [ 26/766] 3511857=test_c_union_entity [ 27/766] 3511857=test_notimplement [ 28/766] 3511857=test_cgi_session [ 29/766] 3511857=test_insns_leaf [ 30/766] 3511857=test_gem_console_ui [ 31/766] 3511857=test_allocation [ 32/766] 3511855=test_ifunless [ 33/766] 3511855=test_x509req [ 34/766] 3511855=test_httpresponse [ 35/766] 3511855=test_readpartial [ 36/766] 3511855=test_super [ 37/766] 3511856=unescape_test [ 38/766] 3511856=test_gem_commands_exec_command [ 39/766] 3511855=test_dln [ 40/766] 3511855=test_object [ 41/766] 3511855=test_gem_resolver [ 42/766] 3511855=test_gem_source_vendor [ 43/766] 3511855=test_ftp [ 44/766] 3511855=test_vm_dump [ 45/766] 3511855=json_encoding_test [ 46/766] 3511855=test_func [ 47/766] 3511856=reflection_test [ 48/766] 3511856=errors_test [ 49/766] 3511856=test_convertible [ 50/766] 3511857=test_modify_expand [ 51/766] 3511857=test_pkg_config [ 52/766] 3511857=test_gem_available_set [ 53/766] 3511857=test_pointer [ 54/766] 3511855=test_nofree [ 55/766] 3511855=test_whileuntil [ 56/766] 3511855=test_regexp [ 57/766] 3511857=parameters_signature_test [ 58/766] 3511857=test_eval [ 59/766] 3511857=test_monitor [ 60/766] 3511857=test_beginendblock [ 61/766] 3511857=test_gem_source_subpath_problem [ 62/766] 3511857=test_object_references [ 63/766] 3511857=test_arith_seq_extract [ 64/766] 3511857=regular_expression_options_test [ 65/766] 3511857=test_buffered_io [ 66/766] 3511857=test_ossl [ 67/766] 3511856=test_gem_installer [ 68/766] 3511856=test_bug_reporter [ 69/766] 3511856=test_duplicate [ 70/766] 3511856=test_gem_resolver_api_set [ 71/766] 3511856=test_helper [ 72/766] 3511856=test_case_options [ 73/766] 3511856=test_cgi_header [ 74/766] 3511856=test_member [ 75/766] 3511856=test_object [ 76/766] 3511856=test_mailto [ 77/766] 3511856=test_addr [ 78/766] 3511856=bom_test [ 79/766] 3511856=test_summary [ 80/766] 3511856=test_file [ 81/766] 3511857=test_config [ 82/766] 3511857=test_x509ext [ 83/766] 3511857=test_emitter [ 84/766] 3511857=symbol_encoding_test [ 85/766] 3511857=test_append [ 86/766] 3511857=test_gem_resolver_installer_set [ 87/766] 3511857=test_foreach [ 88/766] 3511857=test_keyword [ 89/766] 3511857=test_arity [ 90/766] 3511857=test_gem_path_support [ 91/766] 3511857=test_trace [ 92/766] 3511857=dump_test [ 93/766] 3511855=test_rb_str_dup [ 94/766] 3511855=test_lambda [ 95/766] 3511855=test_scalar_scanner [ 96/766] 3511855=test_webauthn_listener_response [ 97/766] 3511855=test_sleep [ 98/766] 3511857=test_gem_resolver_index_set [ 99/766] 3511857=test_gem_bundler_version_finder [100/766] 3511857=test_gem_request_set [101/766] 3511857=test_gc [102/766] 3511856=test_pattern_matching [103/766] 3511856=test_interned_str [104/766] 3511856=test_set_len [105/766] 3511856=test_delegate [106/766] 3511856=test_symbol [107/766] 3511856=test_project_sanity [108/766] 3511856=test_time [109/766] 3511856=test_popen_deadlock [110/766] 3511856=test_alias_and_anchor [111/766] 3511856=test_euc_jp [112/766] 3511856=test_ensured [113/766] 3511856=test_to_ary_concat [114/766] 3511855=test_gem_ext_builder [115/766] 3511856=relocation_test [116/766] 3511856=test_windows_1251 [117/766] 3511856=test_ellipsize [118/766] 3511856=test_call [119/766] 3511856=test_gem_commands_build_command [120/766] 3511856=integer_base_flags_test [121/766] 3511856=test_thread [122/766] 3511855=test_inlinecache [123/766] 3511855=test_socket [124/766] 3511855=test_bug-14834 [125/766] 3511855=test_data [126/766] 3511855=test_to_ruby [127/766] 3511855=test_addrinfo [128/766] 3511855=newline_offsets_test [129/766] 3511855=test_time_tz [130/766] 3511855=test_ancdata [131/766] 3511855=ractor_test [132/766] 3511855=test_marshal [133/766] 3511855=test_bignum [134/766] 3511857=newline_test [135/766] 3511857=test_enc_str_buf_cat [136/766] 3511857=breadth_first_search_test [137/766] 3511857=test_gem_commands_help_command [138/766] 3511857=test_scheduler [139/766] 3511857=test_ssl [140/766] 3511855=test_ractor [141/766] 3511855=test_gem_resolver_conflict [142/766] 3511855=test_ractor [143/766] 3511855=json_generator_test Leaked file descriptor: TestOpenURISSL#test_bad_ssl_version: 10 #<File::Stat dev=0x9, ino=2605488724, 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 3511857 opc 10u IPv4 2605488724 0t0 TCP localhost:39815->localhost:38200 (CLOSE_WAIT) [144/766] 3511857=numeric_value_test [145/766] 3511857=test_gem [146/766] 3511855=test_registry [147/766] 3511855=test_dbm [148/766] 3511855=test_cgi_core [149/766] 3511855=test_gem_resolver_best_set [150/766] 3511855=node_id_test [151/766] 3511855=test_parser [152/766] 3511855=test_require [153/766] 3511856=test_recursion [154/766] 3511856=test_enum [155/766] 3511855=test_iter_break [156/766] 3511855=test_extlibs [157/766] 3511857=test_gem_commands_signin_command [158/766] 3511857=test_range [159/766] 3511856=test_num2int [160/766] 3511856=test_rbconfig [161/766] 3511856=test_ts [162/766] 3511856=test_address_resolve [163/766] 3511856=test_ractor [164/766] 3511856=test_trick [165/766] 3511857=test_stream [166/766] 3511857=test_configuration [167/766] 3511857=test_gem_resolver_local_specification [168/766] 3511857=test_gem_commands_list_command [169/766] 3511857=test_date_new [170/766] 3511857=test_date_marshal [171/766] 3511857=test_have_func [172/766] 3511855=test_integer [173/766] 3511857=test_unix [174/766] 3511857=test_udp [175/766] 3511857=test_gem_commands_contents_command [176/766] 3511857=test_coder [177/766] 3511857=test_symbol [178/766] 3511856=test_gem_commands_search_command [179/766] 3511856=test_ssl [180/766] 3511855=test_abi [181/766] 3511855=test_integer_comb [182/766] 3511857=test_bundled_ca [183/766] 3511857=test_load [184/766] 3511857=test_usrmarshal [185/766] 3511855=test_gem_validator [186/766] 3511855=test_gem_source_installed [187/766] 3511855=test_gem_security_trust_dir [188/766] 3511855=test_erb_command [189/766] 3511857=test_module [190/766] 3511855=test_engine [191/766] 3511855=integer_parse_test [192/766] 3511855=test_fiber [193/766] 3511857=test_gem_commands_mirror [194/766] 3511857=test_key_error [195/766] 3511857=test_resize [196/766] 3511857=test_gem_package_task [197/766] 3511857=test_lock_native_thread [198/766] 3511857=test_struct [199/766] 3511857=test_c_struct_entry [200/766] 3511857=onigmo_test [201/766] 3511857=test_rubyvm [202/766] 3511857=fuzzer_test [203/766] 3511857=test_cparser [204/766] 3511857=equality_test [205/766] 3511857=test_change_word [206/766] 3511857=test_depth_first [207/766] 3511857=test_config [208/766] 3511857=test_new [209/766] 3511857=test_cipher [210/766] 3511857=test_update [211/766] 3511857=test_gem_source_lock [212/766] 3511857=test_load [213/766] 3511857=test_metaclass [214/766] 3511857=test_require_lib [215/766] 3511857=test_gem_gem_runner [216/766] 3511857=test_x509store [217/766] 3511856=test_wss [218/766] 3511856=test_not [219/766] 3511856=test_cgi_cookie [220/766] 3511856=test_my_integer [221/766] 3511856=test_gem_resolver_composed_set [222/766] 3511856=test_objectspace [223/766] 3511855=test_require [224/766] 3511857=test_placearg [225/766] 3511857=test_rational2 [226/766] 3511857=fixtures_test [227/766] 3511857=test_case_comprehensive [228/766] 3511857=test_ssl_session [229/766] 3511857=test_gem_package_tar_header [230/766] 3511857=test_gem_ci_detector [231/766] 3511857=test_continuation [232/766] 3511857=test_fixnum [233/766] 3511857=test_signal [234/766] 3511855=test_gem_silent_ui [235/766] 3511855=test_io_wait_uncommon [236/766] 3511855=test_handle [237/766] 3511857=test_gem_security_policy [238/766] 3511855=test_delete [239/766] 3511855=test_proxy [240/766] 3511855=test_file_exhaustive Leaked file descriptor: TestFileExhaustive#test_expand_path_home_dir_string: 7 #<File::Stat dev=0xfc00, ino=36566075, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2025-01-30 02:38:15.223538228 +0000, mtime=2024-07-02 00:23:26.387557471 +0000, ctime=2024-07-02 00:23:26.387557471 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3511855 opc 7r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd [241/766] 3511857=test_name_error_extension [242/766] 3511857=test_gem_request_set_gem_dependency_api [243/766] 3511857=test_gem_commands_info_command [244/766] 3511857=test_https [245/766] 3511856=test_object_create_start [246/766] 3511856=test_protocol [247/766] 3511856=test_files_test [248/766] 3511856=test_weakkeymap [249/766] 3511856=test_ast [250/766] 3511855=test_require_path_check [251/766] 3511855=test_variable_name_check [252/766] 3511855=test_bn [253/766] 3511855=test_x509cert [254/766] 3511855=test_date_arith [255/766] 3511855=test_gem_resolver_vendor_specification [256/766] 3511855=test_fiddle [257/766] 3511855=json_generic_object_test [258/766] 3511855=test_stringscanner [259/766] 3511855=parse_stream_test [260/766] 3511855=test_ractor [261/766] 3511855=test_gem_resolver_installed_specification [262/766] 3511855=test_exception_at_throwing [263/766] 3511855=test_digest [264/766] 3511857=test_signedness [265/766] 3511855=test_gem_commands_check_command [266/766] 3511855=test_gem_resolver_git_set [267/766] 3511855=test_ractor [268/766] 3511855=test_httpheader [269/766] 3511855=test_sexp [270/766] 3511855=test_gem_safe_marshal [271/766] 3511855=test_gem_local_remote_options [272/766] 3511855=test_gem_ext_cargo_builder_link_flag_converter [273/766] 3511855=test_acceptable [274/766] 3511855=test_dup [275/766] 3511855=test_struct [276/766] 3511857=test_tmpdir [277/766] 3511857=heredoc_dedent_test [278/766] 3511857=test_type [279/766] 3511857=parse_test [280/766] 3511857=test_mutex [281/766] 3511855=test_random [282/766] 3511855=test_files_ext [283/766] 3511855=test_thread_cv [284/766] 3511855=test_assembler [285/766] 3511855=overlap_test [286/766] 3511857=test_stringio [287/766] 3511857=test_ripper [288/766] 3511855=test_gem_source_git [289/766] 3511857=test_lexer [290/766] 3511857=test_regex_casefold [291/766] 3511857=test_array [292/766] 3511855=test_gem_package [293/766] 3511855=test_autoload [294/766] 3511855=test_class [295/766] 3511855=test_have_macro [296/766] 3511855=test_gem_source [297/766] 3511855=test_mkmf [298/766] 3511855=command_line_test [299/766] 3511855=test_at_exit [300/766] 3511855=test_find_executable [301/766] 3511855=test_ractor_compatibility [302/766] 3511855=test_arithmetic_sequence [303/766] 3511855=test_autoconf [304/766] 3511855=test_gem_request_set_lockfile_tokenizer [305/766] 3511855=test_lazy_enumerator [306/766] 3511855=test_cgi_multipart [307/766] 3511855=test_encoding [308/766] 3511855=test_install [309/766] 3511855=test_gem_source_fetch_problem [310/766] 3511855=test_sockopt [311/766] 3511855=test_ftp [312/766] 3511855=test_singleton_function [313/766] 3511855=test_eval [314/766] 3511855=test_document [315/766] 3511855=test_gem_safe_yaml [316/766] 3511855=test_gem_commands_setup_command [317/766] 3511855=test_bundled_gems [318/766] 3511855=test_pair [319/766] 3511857=test_gem_package_tar_reader [320/766] 3511857=test_gem_commands_signout_command [321/766] 3511857=test_env [322/766] 3511857=test_parser [323/766] 3511857=test_primitive [324/766] 3511857=parser_test [325/766] 3511857=test_iseq [326/766] 3511857=test_path [327/766] 3511857=test_digest [328/766] 3511857=test_closure [329/766] 3511855=ripper_test [330/766] 3511857=test_rubygems [331/766] 3511857=test_resolve_symbol [332/766] 3511857=test_files_test_1 [333/766] 3511855=test_dir [334/766] 3511855=test_uncorrectable_name_check [335/766] 3511855=test_io [336/766] 3511857=magic_comment_test [337/766] 3511857=test_gem_remote_fetcher_s3 [338/766] 3511857=test_cgi_modruby [339/766] 3511857=string_query_test [340/766] 3511857=test_printf [341/766] 3511857=test_x509attr [342/766] 3511857=test_stat [343/766] 3511857=test_gem_commands_rebuild_command [344/766] 3511857=test_nomethod_error [345/766] 3511857=test_etc [346/766] 3511857=test_https_proxy [347/766] 3511857=test_shellwords [348/766] 3511857=test_mul [349/766] 3511857=test_omap [350/766] 3511857=test_date_strptime [351/766] 3511857=implicit_array_test [352/766] 3511857=test_scanner_events [353/766] 3511857=test_ocsp [354/766] 3511857=test_ipaddr [355/766] 3511857=test_nonblock [356/766] 3511857=test_gem_ext_configure_builder [357/766] 3511857=json_ext_parser_test [358/766] 3511857=test_cmethod [359/766] 3511857=test_float [360/766] 3511857=test_gem_stub_specification [361/766] 3511857=test_io_m17n [362/766] 3511857=test_gem_stream_ui [363/766] 3511857=parse_comments_test [364/766] 3511857=test_unicode_normalize [365/766] 3511857=test_gem_commands_lock_command [366/766] 3511857=test_gb18030 [367/766] 3511857=test_hash [368/766] 3511855=test_http [369/766] 3511855=test_gem_dependency_installer [370/766] 3511856=test_pty [371/766] 3511856=test_gem_package_old [372/766] 3511856=test_gem_commands_which_command [373/766] 3511856=test_gem_request [374/766] 3511857=test_scan_args [375/766] 3511857=test_gem_commands_specification_command [376/766] 3511856=test_sprintf_comb [377/766] 3511857=test_too_many_dummy_encodings [378/766] 3511857=test_method_cache [379/766] 3511857=locals_test [380/766] 3511857=test_gem_commands_push_command [381/766] 3511856=test_tracepoint [382/766] 3511855=test_gem_text [383/766] 3511855=test_settracefunc [384/766] 3511856=test_backtrace [385/766] 3511857=tunnel_test [386/766] 3511857=test_gem_gemcutter_utilities [387/766] 3511855=desugar_compiler_test [388/766] 3511855=test_internal_ivar [389/766] 3511855=test_gem_source_local [390/766] 3511857=test_http [391/766] 3511855=test_utf16 [392/766] 3511855=test_set [393/766] 3511855=test_gem_package_tar_writer [394/766] 3511855=test_str2big [395/766] 3511855=test_ractor [396/766] 3511855=test_m17n [397/766] 3511855=test_method [398/766] 3511856=test_gem_dependency [399/766] 3511856=test_gem_remote_fetcher_local_server Closed file descriptor: TestGemRemoteFetcherLocalServer#test_implicit_proxy_no_env: 9 [400/766] 3511856=test_gem_uninstaller [401/766] 3511856=test_cclass [402/766] 3511856=test_yjit [403/766] 3511856=test_yaml [404/766] 3511856=test_x509name [405/766] 3511856=test_argf .Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 11 #<File::Stat dev=0x9, ino=2605501275, 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 3511857 opc 11u IPv4 2605501275 0t0 TCP localhost:42697->localhost:38390 (CLOSE_WAIT) [406/766] 3511856=test_gem_remote_fetcher [407/766] 3511856=test_koi8 [408/766] 3511856=test_json_tree [409/766] 3511856=test_pkcs12 [410/766] 3511856=test_filter [411/766] 3511856=test_parser_events Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_failed: 12 #<File::Stat dev=0x9, ino=2605501323, 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> [412/766] 3511856=test_numhash [413/766] 3511856=test_systemCOMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3511857 opc 12u IPv4 2605501323 0t0 TCP localhost:33313->localhost:60644 (CLOSE_WAIT) [414/766] 3511857=test_flush [415/766] 3511857=test_pkey_rsa [416/766] 3511857=string_test [417/766] 3511857=test_gem_specification [418/766] 3511856=test_parse [419/766] 3511856=test_method_cache [420/766] 3511856=attribute_write_test [421/766] 3511856=test_sorted_set [422/766] 3511856=test_emoji [423/766] 3511856=test_windows_1252 [424/766] 3511856=test_stack [425/766] 3511855=test_gem_dependency_resolution_error [426/766] 3511855=test_mixed_unicode_escapes [427/766] 3511855=json_coder_test [428/766] 3511855=test_sleep [429/766] 3511856=dispatcher_test [430/766] 3511856=test_fileutils Leaked file descriptor: TestFileUtils#test_chown_error: 9 #<File::Stat dev=0xfc00, ino=36566075, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=9253600, blksize=65536, blocks=18080, atime=2025-01-30 02:38:15.223538228 +0000, mtime=2024-07-02 00:23:26.387557471 +0000, ctime=2024-07-02 00:23:26.387557471 +0000> Leaked file descriptor: TestFileUtils#test_chown_error: 10 #<File::Stat dev=0xfc00, ino=36566444, mode=0100664, nlink=1, uid=994, gid=990, rdev=0x0, size=6940392, blksize=65536, blocks=13560, atime=2025-01-30 04:15:12.419637101 +0000, mtime=2024-07-02 00:23:28.695566203 +0000, ctime=2024-07-02 00:23:28.695566203 +0000> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 3511856 opc 9r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd ruby 3511856 opc 10r REG 252,0 6940392 36566444 /var/lib/sss/mc/group [431/766] 3511856=test_cp949 [432/766] 3511856=test_jaro_winkler [433/766] 3511856=test_gem_resolver_vendor_set [434/766] 3511856=test_condition [435/766] 3511856=test_gem_install_update_options [436/766] 3511856=warnings_test [437/766] 3511856=test_econv [438/766] 3511857=constant_path_node_test [439/766] 3511857=test_stringchar [440/766] 3511857=test_sizeof [441/766] 3511856=test_date_attr [442/766] 3511856=test_gem_request_set_lockfile_parser [443/766] 3511855=test_pinned [444/766] 3511856=test_pack [445/766] 3511856=test_cgi_tag_helper [446/766] 3511856=test_weakmap [447/766] 3511855=test_coderange [448/766] 3511855=test_inadvertent_creation [449/766] 3511855=test_framework [450/766] 3511855=test_date_time [451/766] 3511855=test_array [452/766] 3511855=test_gem_command_manager [453/766] 3511855=test_enc_associate [454/766] 3511855=test_enumerator [455/766] 3511857=test_case [456/766] 3511857=test_open-uri [457/766] 3511857=comments_test [458/766] 3511857=test_const [459/766] 3511857=test_exit [460/766] 3511857=test_class [461/766] 3511857=test_gem_commands_sources_command [462/766] 3511857=test_gem_source_list [463/766] 3511857=json_addition_test [464/766] 3511857=test_name_error [465/766] 3511857=test_recorder [466/766] 3511857=test_yaml_special_cases [467/766] 3511857=test_sprintf [468/766] 3511857=test_safe_load [469/766] 3511857=test_iso_8859 [470/766] 3511857=test_libs [471/766] 3511857=test_qsort [472/766] 3511857=test_gc [473/766] 3511857=test_math [474/766] 3511857=test_fd_setsize [475/766] 3511857=test_process [476/766] 3511857=test_forwardable [477/766] 3511857=static_literals_test [478/766] 3511857=!Nothing_to_test [479/766] 3511857=test_complex [480/766] 3511857=test_threadgroup [481/766] 3511856=test_array_create [482/766] 3511856=test_memory_view [483/766] 3511857=test_dir_m17n [484/766] 3511856=test_merge_keys [485/766] 3511856=test_storage [486/766] 3511856=test_method_name_check [487/766] 3511856=regular_expression_encoding_test [488/766] 3511856=test_cesu8 [489/766] 3511856=test_shapes [490/766] 3511856=test_did_you_mean [491/766] 3511856=test_gem_rdoc [492/766] 3511856=test_dot_dot [493/766] 3511856=test_kernel [494/766] 3511857=test_gem_commands_install_command [495/766] 3511856=test_iterator [496/766] 3511856=test_string [497/766] 3511856=test_optarg [498/766] 3511856=test_gem_commands_pristine_command [499/766] 3511856=test_variable [500/766] 3511856=test_hash [501/766] 3511857=test_gem_security [502/766] 3511856=test_date_ractor [503/766] 3511856=test_erb [504/766] 3511856=test_basicinstructions [505/766] 3511856=test_utf32 [506/766] 3511856=test_gem_resolver_git_specification [507/766] 3511856=test_gem_resolver_requirement_list [508/766] 3511856=test_exception [509/766] 3511856=test_arith_seq_beg_len_step [510/766] 3511856=test_noarg [511/766] 3511856=test_gem_impossible_dependencies_error [512/766] 3511856=test_pp [513/766] 3511856=test_asn1 [514/766] 3511856=test_gem_command [515/766] 3511856=test_undef [516/766] 3511856=test_random [517/766] 3511856=test_gem_resolver_lock_set [518/766] 3511856=test_assignment [519/766] 3511856=test_gem_update_suggestion [520/766] 3511856=test_verbose [521/766] 3511856=test_gem_commands_open_command [522/766] 3511856=test_normalize [523/766] 3511856=test_emoji_breaks [524/766] 3511856=test_shift_jis [525/766] 3511856=test_optimization [526/766] 3511856=test_data_error [527/766] 3511856=test_files_sample [528/766] 3511856=test_rubyoptions [529/766] 3511857=test_yield [530/766] 3511857=test_remote_fetch_error [531/766] 3511857=regexp_test [532/766] 3511857=test_gc_compact [533/766] 3511856=test_dryrun [534/766] 3511856=test_gem_resolver_lock_specification [535/766] 3511856=test_boolean [536/766] 3511856=test_queue [537/766] 3511856=test_enc_raise [538/766] 3511856=lex_test [539/766] 3511857=test_clone [540/766] 3511857=test_cgi_util [541/766] 3511857=test_gem_uri_formatter [542/766] 3511857=test_prettyprint [543/766] 3511857=test_gem_commands_dependency_command [544/766] 3511857=test_backtrace [545/766] 3511857=test_gbk [546/766] 3511857=test_unicode_escape [547/766] 3511855=test_default_gems [548/766] 3511857=test_switch_hitter [549/766] 3511857=test_warning [550/766] 3511855=test_yamldbm [551/766] 3511855=test_gem_spec_fetcher [552/766] 3511856=test_hash_create [553/766] 3511856=test_grapheme_breaks [554/766] 3511856=ruby_parser_test [555/766] 3511856=test_tree_spell_checker [556/766] 3511857=test_enumerable [557/766] 3511857=test_set [558/766] 3511857=test_webauthn_listener [559/766] 3511856=test_ractor [560/766] 3511856=test_gem_resolver_api_specification [561/766] 3511855=test_case_mapping [562/766] 3511856=test_rational [563/766] 3511855=test_gem_ext_cargo_builder_unit [564/766] 3511855=test_buffering [565/766] 3511855=test_pkey_ec [566/766] 3511855=test_svcb_https [567/766] 3511857=test_arity [568/766] 3511855=test_date_parse [569/766] 3511856=test_open3 [570/766] 3511857=test_mdns [571/766] 3511857=test_config [572/766] 3511857=test_complex2 [573/766] 3511857=test_gem_security_signer [574/766] 3511855=test_gem_util [575/766] 3511857=test_thread [576/766] 3511855=test_gem_unsatisfiable_dependency_error [577/766] 3511855=test_literal [578/766] 3511857=static_inspect_test [579/766] 3511857=test_io [580/766] 3511857=test_m17n_comb [581/766] 3511855=test_pkey_dh [582/766] 3511856=test_data [583/766] 3511856=test_memory_view [584/766] 3511856=test_null [585/766] 3511856=test_ractor [586/766] 3511855=compiler_test [587/766] 3511855=test_gem_platform [588/766] 3511856=test_gem_commands_query_command [589/766] 3511855=test_gem_remote_fetcher_local_ssl_server [590/766] 3511856=test_bigzero [591/766] 3511856=test_pkey [592/766] 3511856=parse_success_test [593/766] 3511856=test_external_new [594/766] 3511856=index_write_test [595/766] 3511856=test_gem_commands_cert_command [596/766] 3511857=percent_delimiter_string_test [597/766] 3511857=test_date_strftime [598/766] 3511857=json_parser_test [599/766] 3511857=test_ws [600/766] 3511857=test_gem_commands_stale_command [601/766] 3511857=test_instrumentation_api [602/766] 3511856=test_weakref [603/766] 3511856=test_ractor [604/766] 3511856=test_timeout [605/766] 3511856=test_key_name_check [606/766] 3511856=test_gem_ext_rake_builder [607/766] 3511855=test_singleton [608/766] 3511855=test_numeric [609/766] 3511855=test_fstring [610/766] 3511855=test_div [611/766] 3511855=test_files_test_2 [612/766] 3511855=pattern_test [613/766] 3511855=test_bash_completion [614/766] 3511855=test_exception [615/766] 3511856=test_optparse [616/766] 3511856=test_io_buffer [617/766] 3511856=test_deprecated [618/766] 3511856=test_pack [619/766] 3511856=test_pkcs7 [620/766] 3511856=test_gem_commands_environment_command [621/766] 3511857=test_basicsocket [622/766] 3511856=test_zsh_completion [623/766] 3511856=test_scalar [624/766] 3511856=test_syntax [625/766] 3511857=test_class_name_check [626/766] 3511857=library_symbols_test [627/766] 3511857=test_objspace [628/766] 3511855=test_stringify_symbols [629/766] 3511855=test_require [630/766] 3511855=test_ns_spki [631/766] 3511855=test_stream [632/766] 3511855=test_have_library [633/766] 3511855=test_iseq_load [634/766] 3511855=test_gem_request_set_lockfile [635/766] 3511855=test_postponed_job [636/766] 3511855=test_ensure_and_callcc [637/766] 3511855=test_common [638/766] 3511855=test_generic [639/766] 3511855=test_deprecate [640/766] 3511855=test_httpresponses [641/766] 3511855=test_rand [642/766] 3511856=encodings_test [643/766] 3511856=test_random_formatter [644/766] 3511856=test_provider [645/766] 3511856=test_euc_kr [646/766] 3511856=test_gem_source_specific_file [647/766] 3511856=test_bmethod [648/766] 3511856=test_process [649/766] 3511855=test_kwargs [650/766] 3511855=test_io_wait [651/766] 3511855=test_pack [652/766] 3511855=test_len [653/766] 3511855=test_gem_doctor [654/766] 3511855=json_fixtures_test [655/766] 3511855=test_gem_commands_outdated_command [656/766] 3511855=string_encoding_test [657/766] 3511855=test_gem_dependency_list [658/766] 3511855=test_securerandom [659/766] 3511855=test_tsort [660/766] 3511855=test_typeddata [661/766] 3511855=test_gem_commands_fetch_command [662/766] 3511855=test_function [663/766] 3511855=test_gem_resolver_activation_request [664/766] 3511855=test_gem_commands_server_command [665/766] 3511855=test_pipe [666/766] 3511855=test_string [667/766] 3511856=test_gem_requirement [668/766] 3511856=test_gem_name_tuple [669/766] 3511856=test_integer [670/766] 3511856=test_tcp [671/766] 3511856=test_capacity [672/766] 3511856=test_gem_commands_owner_command [673/766] 3511856=test_nextafter [674/766] 3511856=test_file [675/766] 3511856=test_time [676/766] 3511856=test_flags [677/766] 3511856=test_numeric [678/766] 3511856=test_yamlstore [679/766] 3511856=test_bug-3571 [680/766] 3511856=test_rat [681/766] 3511856=test_gem_request_connection_pools [682/766] 3511856=test_constant [683/766] 3511856=test_find [684/766] 3511856=test_encoding [685/766] 3511856=test_hmac [686/766] 3511856=test_date_compat [687/766] 3511856=test_gem_version_option [688/766] 3511856=test_ubf_async_safe [689/766] 3511856=snippets_test [690/766] 3511856=test_zlib [691/766] 3511857=test_gem_commands_unpack_command [692/766] 3511857=test_gem_ext_cargo_builder [693/766] 3511857=test_console_attr [694/766] 3511857=test_proc [695/766] 3511857=test_frozen_error [696/766] 3511857=test_spell_checker [697/766] 3511857=test_gem_version [698/766] 3511857=test_gem_ext_ext_conf_builder [699/766] 3511856=test_reqarg [700/766] 3511856=test_enumerator [701/766] 3511856=test_path_to_class [702/766] 3511856=test_c_struct_builder [703/766] 3511856=test_bug-5832 [704/766] 3511856=test_yield_block [705/766] 3511856=test_gem_uri [706/766] 3511856=test_resource [707/766] 3511856=test_gem_package_tar_reader_entry [708/766] 3511857=location_test [709/766] 3511857=test_io_timeout [710/766] 3511857=test_yjit_exit_locations [711/766] 3511857=test_comparable [712/766] 3511857=freeze_test [713/766] 3511857=json_string_matching_test [714/766] 3511857=test_gem_config_file [715/766] 3511856=test_thread_queue [716/766] 3511857=test_passing_block [717/766] 3511857=test_defined [718/766] 3511857=test_nowrite [719/766] 3511857=test_kdf [720/766] 3511857=test_ldap [721/766] 3511857=test_io_buffer [722/766] 3511857=test_nil [723/766] 3511857=test_psych [724/766] 3511857=test_human_typo [725/766] 3511857=test_import [726/766] 3511855=test_wait [727/766] 3511855=test_pkey_dsa [728/766] 3511855=test_big2str [729/766] 3511855=test_gem_resolver_specification [730/766] 3511855=test_cstr [731/766] 3511857=test_euc_tw [732/766] 3511857=test_gem_resolver_dependency_request [733/766] 3511857=test_yaml_tree [734/766] 3511857=test_gem_commands_yank_command [735/766] 3511857=test_marshalable [736/766] 3511857=test_enumerator_kw [737/766] 3511857=test_string_memory [738/766] 3511857=test_files_lib [739/766] 3511857=lex_test [740/766] 3511857=version_test [741/766] 3511857=named_capture_test [742/766] 3511857=test_raise [743/766] 3511857=test_complexrational [744/766] 3511857=test_error_highlight [745/766] 3511855=test_function_entry [746/766] 3511855=test_string [747/766] 3511855=json_common_interface_test [748/766] 3511855=test_store [749/766] 3511855=test_coverage [750/766] 3511857=test_http_request [751/766] 3511857=test_tempfile [752/766] 3511855=test_fnmatch [753/766] 3511855=test_pathname [754/766] 3511857=test_gem_commands_update_command [755/766] 3511855=test_big5 [756/766] 3511855=test_date [757/766] 3511855=test_protect [758/766] 3511855=test_tree_builder [759/766] 3511855=test_frozen [760/766] 3511855=test_gem_resolver_index_specification [761/766] 3511855=test_serialize_subclasses [762/766] 3511855=test_egrep_cpp [763/766] 3511855=test_webauthn_poller [764/766] 3511856=test_date_conv [765/766] 3511855=test_timeout [766/766] 3511856=test_erb_m17n Finished tests in 178.479834s, 160.4215 tests/s, 34087.5149 assertions/s. 28632 tests, 6083934 assertions, 0 failures, 0 errors, 214 skips ruby -v: ruby 3.5.0dev (2025-01-30T19:43:46Z master afd7d5be5e) +PRISM [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 -j' TESTS='-j3' BASERUBY = /usr/local/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -msign-return-address=all -fstack-protector-strong -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -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 = -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 -Dmodular_gc_dir= 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-22.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 '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/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/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/strscan' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.2.0/ext/syslog' 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' ruby 3.5.0dev (2025-01-30T19:43:46Z master afd7d5be5e) +PRISM [aarch64-linux] 0 ............................................................ 60 ............................................................ 120 ............................................................ 180 ............................................................ 240 ............................................................ 300 ............................................................ 360 ............................................................ 420 ............................................................ 480 ............................................................ 540 ............................................................ 600 ............................................................ 660 ............................................................ 720 ............................................................ 780 ............................................................ 840 ............................................................ 900 ............................................................ 960 ............................................................ 1020 ............................................................ 1080 ............................................................ 1140 ............................................................ 1200 ............................................................ 1260 ............................................................ 1320 ............................................................ 1380 ............................................................ 1440 ............................................................ 1500 ............................................................ 1560 ............................................................ 1620 ............................................................ 1680 ............................................................ 1740 ............................................................ 1800 ............................................................ 1860 ............................................................ 1920 ............................................................ 1980 ............................................................ 2040 ............................................................ 2100 ............................................................ 2160 ............................................................ 2220 ............................................................ 2280 ............................................................ 2340 ............................................................ 2400 ............................................................ 2460 ............................................................ 2520 ............................................................ 2580 ............................................................ 2640 ............................................................ 2700 ............................................................ 2760 ............................................................ 2820 ............................................................ 2880 ............................................................ 2940 ............................................................ 3000 ............................................................ 3060 ............................................................ 3120 ............................................................ 3180 ............................................................ 3240 ............................................................ 3300 ................. Finished in 26.828893 seconds 3316 files, 33399 examples, 198522 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0.