# Logfile created on 2025-05-11 14:36:19 +0000 by logger.rb/v1.5.3 #<BuildRuby:0x0000ffff58defdc0 @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.20250511-143619", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000ffff58e3d070 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000ffff58e3cd78 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000ffff58cf0460 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/opc/ruby/logs/brlog.master.20250511-143619", @dev=#<File:/home/opc/ruby/logs/brlog.master.20250511-143619>, @binmode=false, @mon_data=#<Monitor:0x0000ffff58e3c3c8>, @mon_data_owner_object_id=880>>> $$$[beg] make update-download -j3 tool/config.guess already exists tool/config.sub already exists Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/repl_type_completor.revision - /home/opc/ruby/src/master/.bundle/.timestamp/repl_type_completor.revision unchanged $$$[end] "make update-download -j3" exit with 0. $$$[beg] make update-src -j3 From https://github.com/ruby/ruby 4974241..b94df81 master -> origin/master Updating 4974241..b94df81 Fast-forward .github/workflows/modgc.yml | 4 +- builtin.c | 23 +- class.c | 760 ++++++++++++--- common.mk | 277 ++++++ dln.c | 41 +- dln.h | 1 + dmydln.c | 9 + doc/namespace.md | 418 +++++++++ eval.c | 80 +- eval_intern.h | 1 + ext/-test-/namespace/yay1/extconf.rb | 1 + ext/-test-/namespace/yay1/yay1.c | 28 + ext/-test-/namespace/yay1/yay1.def | 4 + ext/-test-/namespace/yay1/yay1.h | 4 + ext/-test-/namespace/yay2/extconf.rb | 1 + ext/-test-/namespace/yay2/yay2.c | 28 + ext/-test-/namespace/yay2/yay2.def | 4 + ext/-test-/namespace/yay2/yay2.h | 4 + ext/coverage/depend | 1 + ext/objspace/depend | 4 + ext/objspace/objspace.c | 2 +- ext/objspace/objspace_dump.c | 4 +- ext/pty/depend | 1 + ext/ripper/depend | 1 + ext/socket/depend | 30 + gc.c | 533 +++++++---- imemo.c | 19 +- include/ruby/internal/globals.h | 2 + inits.c | 1 + internal/class.h | 677 ++++++++++++-- internal/eval.h | 7 + internal/imemo.h | 3 + internal/load.h | 2 + internal/namespace.h | 78 ++ internal/variable.h | 2 + internal/vm.h | 1 + iseq.c | 2 +- lib/rubygems/package.rb | 2 + lib/rubygems/safe_yaml.rb | 2 + load.c | 450 ++++++--- marshal.c | 2 +- method.h | 3 + mini_builtin.c | 20 +- namespace.c | 1173 ++++++++++++++++++++++++ object.c | 14 +- proc.c | 20 + ruby.c | 3 + shape.c | 12 +- spec/ruby/core/module/ancestors_spec.rb | 15 +- test/-ext-/namespace/test_load_ext.rb | 97 ++ test/-ext-/test_abi.rb | 12 +- test/ruby/namespace/a.1_1_0.rb | 17 + test/ruby/namespace/a.1_2_0.rb | 17 + test/ruby/namespace/a.rb | 15 + test/ruby/namespace/autoloading.rb | 8 + test/ruby/namespace/blank.rb | 2 + test/ruby/namespace/blank1.rb | 2 + test/ruby/namespace/blank2.rb | 2 + test/ruby/namespace/call_proc.rb | 5 + test/ruby/namespace/call_toplevel.rb | 8 + test/ruby/namespace/consts.rb | 147 +++ test/ruby/namespace/current.rb | 13 + test/ruby/namespace/define_toplevel.rb | 5 + test/ruby/namespace/global_vars.rb | 37 + test/ruby/namespace/line_splitter.rb | 9 + test/ruby/namespace/load_path.rb | 26 + test/ruby/namespace/ns.rb | 10 + test/ruby/namespace/open_class_with_include.rb | 31 + test/ruby/namespace/proc_callee.rb | 14 + test/ruby/namespace/proc_caller.rb | 5 + test/ruby/namespace/procs.rb | 64 ++ test/ruby/namespace/raise.rb | 3 + test/ruby/namespace/returns_proc.rb | 12 + test/ruby/namespace/singleton_methods.rb | 65 ++ test/ruby/namespace/string_ext.rb | 13 + test/ruby/namespace/string_ext_caller.rb | 5 + test/ruby/namespace/string_ext_calling.rb | 1 + test/ruby/namespace/string_ext_eval_caller.rb | 12 + test/ruby/namespace/top_level.rb | 33 + test/ruby/test_allocation.rb | 6 + test/ruby/test_autoload.rb | 18 +- test/ruby/test_class.rb | 8 + test/ruby/test_namespace.rb | 516 +++++++++++ test/ruby/test_rubyoptions.rb | 2 + variable.c | 269 +++++- vm.c | 63 +- vm_callinfo.h | 7 +- vm_core.h | 24 +- vm_eval.c | 29 +- vm_insnhelper.c | 45 +- vm_method.c | 197 +++- yjit/src/cruby_bindings.inc.rs | 62 +- zjit/src/cruby_bindings.inc.rs | 12 +- 93 files changed, 6013 insertions(+), 709 deletions(-) create mode 100644 doc/namespace.md create mode 100644 ext/-test-/namespace/yay1/extconf.rb create mode 100644 ext/-test-/namespace/yay1/yay1.c create mode 100644 ext/-test-/namespace/yay1/yay1.def create mode 100644 ext/-test-/namespace/yay1/yay1.h create mode 100644 ext/-test-/namespace/yay2/extconf.rb create mode 100644 ext/-test-/namespace/yay2/yay2.c create mode 100644 ext/-test-/namespace/yay2/yay2.def create mode 100644 ext/-test-/namespace/yay2/yay2.h create mode 100644 internal/namespace.h create mode 100644 namespace.c create mode 100644 test/-ext-/namespace/test_load_ext.rb create mode 100644 test/ruby/namespace/a.1_1_0.rb create mode 100644 test/ruby/namespace/a.1_2_0.rb create mode 100644 test/ruby/namespace/a.rb create mode 100644 test/ruby/namespace/autoloading.rb create mode 100644 test/ruby/namespace/blank.rb create mode 100644 test/ruby/namespace/blank1.rb create mode 100644 test/ruby/namespace/blank2.rb create mode 100644 test/ruby/namespace/call_proc.rb create mode 100644 test/ruby/namespace/call_toplevel.rb create mode 100644 test/ruby/namespace/consts.rb create mode 100644 test/ruby/namespace/current.rb create mode 100644 test/ruby/namespace/define_toplevel.rb create mode 100644 test/ruby/namespace/global_vars.rb create mode 100644 test/ruby/namespace/line_splitter.rb create mode 100644 test/ruby/namespace/load_path.rb create mode 100644 test/ruby/namespace/ns.rb create mode 100644 test/ruby/namespace/open_class_with_include.rb create mode 100644 test/ruby/namespace/proc_callee.rb create mode 100644 test/ruby/namespace/proc_caller.rb create mode 100644 test/ruby/namespace/procs.rb create mode 100644 test/ruby/namespace/raise.rb create mode 100644 test/ruby/namespace/returns_proc.rb create mode 100644 test/ruby/namespace/singleton_methods.rb create mode 100644 test/ruby/namespace/string_ext.rb create mode 100644 test/ruby/namespace/string_ext_caller.rb create mode 100644 test/ruby/namespace/string_ext_calling.rb create mode 100644 test/ruby/namespace/string_ext_eval_caller.rb create mode 100644 test/ruby/namespace/top_level.rb create mode 100644 test/ruby/test_namespace.rb Latest commit hash = b94df81be2 $$$[end] "make update-src -j3" exit with 0. $$$[beg] make after-update -j3 sed 's/{\$([^(){}]*)[^{}]*}//g' /home/opc/ruby/src/master/common.mk > uncommon.mk make[1]: Entering directory '/home/opc/ruby/src/master/ext/socket' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/home/opc/ruby/src/master/ext/socket' Update repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/repl_type_completor.revision - /home/opc/ruby/src/master/.bundle/.timestamp/repl_type_completor.revision unchanged /home/opc/ruby/src/master/revision.h updated generating aarch64-linux-fake.rb aarch64-linux-fake.rb updated /bin/sh /home/opc/ruby/src/master/tool/ifchange "--timestamp=.rbconfig.time" rbconfig.rb rbconfig.tmp rbconfig.rb unchanged 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/16.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 ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/zjit/target/release/' /home/opc/ruby/src/master/zjit/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/main.c compiling /home/opc/ruby/src/master/dmydln.c 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/compar.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/debug_counter.c compiling /home/opc/ruby/src/master/dir.c compiling /home/opc/ruby/src/master/dln_find.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/inits.c compiling /home/opc/ruby/src/master/imemo.c compiling /home/opc/ruby/src/master/io.c compiling /home/opc/ruby/src/master/io_buffer.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/namespace.c In file included from /home/opc/ruby/src/master/internal/class.h:13, from /home/opc/ruby/src/master/namespace.c:4: /home/opc/ruby/src/master/namespace.c: In function ‘current_namespace’: /home/opc/ruby/src/master/internal/namespace.h:45:39: warning: ‘proc_ns’ may be used uninitialized in this function [-Wmaybe-uninitialized] #define NAMESPACE_USER_P(ns) (ns && ns->is_user) ^~ /home/opc/ruby/src/master/namespace.c:204:31: note: ‘proc_ns’ was declared here const rb_namespace_t *proc_ns; ^~~~~~~ compiling /home/opc/ruby/src/master/node.c /home/opc/ruby/src/master/namespace.c: At top level: cc1: warning: unrecognized command line option ‘-Wno-self-assign’ cc1: warning: unrecognized command line option ‘-Wno-parentheses-equality’ cc1: warning: unrecognized command line option ‘-Wno-constant-logical-operand’ 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/regcomp.c compiling /home/opc/ruby/src/master/regenc.c compiling /home/opc/ruby/src/master/regerror.c compiling /home/opc/ruby/src/master/regexec.c compiling /home/opc/ruby/src/master/regparse.c compiling /home/opc/ruby/src/master/regsyntax.c compiling /home/opc/ruby/src/master/ruby.c compiling /home/opc/ruby/src/master/ruby_parser.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/st.c compiling /home/opc/ruby/src/master/set.c compiling /home/opc/ruby/src/master/strftime.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/util.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 compiling prism/api_node.c compiling /home/opc/ruby/src/master/prism/api_pack.c compiling /home/opc/ruby/src/master/prism/extension.c compiling /home/opc/ruby/src/master/prism_init.c compiling /home/opc/ruby/src/master/enc/ascii.c compiling /home/opc/ruby/src/master/enc/us_ascii.c compiling /home/opc/ruby/src/master/enc/unicode.c compiling /home/opc/ruby/src/master/enc/utf_8.c compiling enc/trans/newline.c compiling /home/opc/ruby/src/master/missing/setproctitle.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/16.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 ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/zjit/target/release/' /home/opc/ruby/src/master/zjit/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/dln.c compiling /home/opc/ruby/src/master/localeinit.c creating verconf.h verconf.h updated compiling /home/opc/ruby/src/master/loadpath.c builtin_binary.inc updated 55f2c239082a312d631fee946fa0fcf9df88facfd810639e1add657564411265 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/16.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 ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/zjit/target/release/' /home/opc/ruby/src/master/zjit/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' compiling /home/opc/ruby/src/master/enc/encdb.c compiling /home/opc/ruby/src/master/enc/big5.c 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 compiling /home/opc/ruby/src/master/enc/cesu_8.c compiling /home/opc/ruby/src/master/enc/cp949.c transdb.h unchanged generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated making trans make[1]: Entering directory '/home/opc/ruby/build/master' compiling /home/opc/ruby/src/master/enc/trans/transdb.c compiling /home/opc/ruby/src/master/enc/emacs_mule.c compiling /home/opc/ruby/src/master/enc/euc_jp.c compiling /home/opc/ruby/src/master/enc/trans/big5.c compiling /home/opc/ruby/src/master/enc/euc_kr.c compiling /home/opc/ruby/src/master/enc/euc_tw.c compiling /home/opc/ruby/src/master/enc/gb2312.c compiling /home/opc/ruby/src/master/enc/gb18030.c compiling /home/opc/ruby/src/master/enc/gbk.c compiling /home/opc/ruby/src/master/enc/iso_8859_1.c compiling /home/opc/ruby/src/master/enc/iso_8859_2.c compiling /home/opc/ruby/src/master/enc/iso_8859_3.c compiling /home/opc/ruby/src/master/enc/iso_8859_4.c compiling /home/opc/ruby/src/master/enc/iso_8859_5.c compiling /home/opc/ruby/src/master/enc/iso_8859_6.c compiling /home/opc/ruby/src/master/enc/iso_8859_7.c compiling /home/opc/ruby/src/master/enc/trans/cesu_8.c compiling /home/opc/ruby/src/master/enc/trans/chinese.c compiling /home/opc/ruby/src/master/enc/iso_8859_8.c compiling /home/opc/ruby/src/master/enc/iso_8859_9.c compiling /home/opc/ruby/src/master/enc/iso_8859_10.c compiling /home/opc/ruby/src/master/enc/iso_8859_11.c compiling /home/opc/ruby/src/master/enc/trans/ebcdic.c compiling /home/opc/ruby/src/master/enc/iso_8859_13.c compiling /home/opc/ruby/src/master/enc/trans/emoji.c compiling /home/opc/ruby/src/master/enc/trans/emoji_iso2022_kddi.c compiling /home/opc/ruby/src/master/enc/iso_8859_14.c compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_docomo.c compiling /home/opc/ruby/src/master/enc/iso_8859_15.c compiling /home/opc/ruby/src/master/enc/iso_8859_16.c compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_kddi.c compiling /home/opc/ruby/src/master/enc/koi8_r.c compiling /home/opc/ruby/src/master/enc/trans/emoji_sjis_softbank.c compiling /home/opc/ruby/src/master/enc/koi8_u.c compiling /home/opc/ruby/src/master/enc/shift_jis.c compiling /home/opc/ruby/src/master/enc/trans/escape.c compiling /home/opc/ruby/src/master/enc/trans/gb18030.c compiling /home/opc/ruby/src/master/enc/utf_16be.c compiling /home/opc/ruby/src/master/enc/trans/gbk.c compiling /home/opc/ruby/src/master/enc/utf_16le.c compiling /home/opc/ruby/src/master/enc/utf_32be.c compiling /home/opc/ruby/src/master/enc/utf_32le.c compiling /home/opc/ruby/src/master/enc/trans/iso2022.c compiling /home/opc/ruby/src/master/enc/windows_31j.c compiling /home/opc/ruby/src/master/enc/trans/japanese.c compiling /home/opc/ruby/src/master/enc/trans/japanese_euc.c compiling /home/opc/ruby/src/master/enc/windows_1250.c compiling /home/opc/ruby/src/master/enc/trans/japanese_sjis.c compiling /home/opc/ruby/src/master/enc/windows_1251.c compiling /home/opc/ruby/src/master/enc/windows_1252.c compiling /home/opc/ruby/src/master/enc/windows_1253.c compiling /home/opc/ruby/src/master/enc/trans/korean.c compiling /home/opc/ruby/src/master/enc/windows_1254.c compiling /home/opc/ruby/src/master/enc/windows_1257.c linking encoding encdb.so linking encoding big5.so linking encoding cesu_8.so compiling /home/opc/ruby/src/master/enc/trans/single_byte.c linking encoding cp949.so linking encoding emacs_mule.so linking encoding euc_jp.so linking encoding euc_kr.so linking encoding euc_tw.so linking encoding gb2312.so linking encoding gb18030.so linking encoding gbk.so compiling /home/opc/ruby/src/master/enc/trans/utf8_mac.c linking encoding iso_8859_1.so compiling /home/opc/ruby/src/master/enc/trans/utf_16_32.c linking encoding iso_8859_2.so linking encoding iso_8859_3.so linking encoding iso_8859_4.so linking encoding iso_8859_5.so linking encoding iso_8859_6.so linking encoding iso_8859_7.so linking encoding iso_8859_8.so linking transcoder transdb.so linking encoding iso_8859_9.so linking transcoder big5.so linking encoding iso_8859_10.so linking transcoder cesu_8.so linking encoding iso_8859_11.so linking transcoder chinese.so linking encoding iso_8859_13.so linking encoding iso_8859_14.so linking transcoder ebcdic.so linking encoding iso_8859_15.so linking transcoder emoji.so linking encoding iso_8859_16.so linking transcoder emoji_iso2022_kddi.so linking encoding koi8_r.so linking transcoder emoji_sjis_docomo.so linking encoding koi8_u.so linking transcoder emoji_sjis_kddi.so linking encoding shift_jis.so linking transcoder emoji_sjis_softbank.so linking encoding utf_16be.so linking transcoder escape.so linking encoding utf_16le.so linking transcoder gb18030.so linking encoding utf_32be.so linking transcoder gbk.so linking transcoder iso2022.so linking encoding utf_32le.so linking transcoder japanese.so linking transcoder japanese_euc.so linking encoding windows_31j.so linking transcoder japanese_sjis.so linking encoding windows_1250.so linking transcoder korean.so linking transcoder single_byte.so linking encoding windows_1251.so linking transcoder utf8_mac.so linking transcoder utf_16_32.so linking encoding windows_1252.so linking encoding windows_1253.so linking encoding windows_1254.so linking encoding windows_1257.so make[1]: Leaving directory '/home/opc/ruby/build/master' make[1]: Entering directory '/home/opc/ruby/build/master' make[1]: Leaving directory '/home/opc/ruby/build/master' configuring -test-/namespace/yay1 configuring -test-/namespace/yay2 configuring coverage configuring objspace configuring pty configuring ripper configuring socket 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 updated make[1]: Entering directory '/home/opc/ruby/build/master' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step' compiling /home/opc/ruby/src/master/ext/-test-/RUBY_ALIGNOF/c.c compiling /home/opc/ruby/src/master/ext/-test-/arith_seq/beg_len_step/beg_len_step.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/extract' compiling /home/opc/ruby/src/master/ext/-test-/arith_seq/extract/extract.c linking shared-object -test-/RUBY_ALIGNOF.so linking shared-object -test-/arith_seq/extract.so linking shared-object -test-/arith_seq/beg_len_step.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/RUBY_ALIGNOF' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/array/concat' compiling /home/opc/ruby/src/master/ext/-test-/array/concat/to_ary_concat.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/extract' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/arith_seq/beg_len_step' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/array/resize' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/asan' compiling /home/opc/ruby/src/master/ext/-test-/array/resize/resize.c compiling /home/opc/ruby/src/master/ext/-test-/asan/asan.c linking shared-object -test-/array/to_ary_concat.so linking shared-object -test-/asan.so linking shared-object -test-/array/resize.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/array/concat' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bignum' compiling /home/opc/ruby/src/master/ext/-test-/bignum/big2str.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/asan' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-14834' compiling /home/opc/ruby/src/master/ext/-test-/bug-14834/bug-14834.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/array/resize' compiling /home/opc/ruby/src/master/ext/-test-/bignum/bigzero.c linking shared-object -test-/bug_14834.so compiling /home/opc/ruby/src/master/ext/-test-/bignum/div.c compiling /home/opc/ruby/src/master/ext/-test-/bignum/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-14834' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-3571' compiling /home/opc/ruby/src/master/ext/-test-/bug-3571/bug.c compiling /home/opc/ruby/src/master/ext/-test-/bignum/intpack.c compiling /home/opc/ruby/src/master/ext/-test-/bignum/mul.c linking shared-object -test-/bug_3571.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-3571' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug-5832' compiling /home/opc/ruby/src/master/ext/-test-/bug-5832/bug.c compiling /home/opc/ruby/src/master/ext/-test-/bignum/str2big.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/bug_reporter' compiling /home/opc/ruby/src/master/ext/-test-/bug_reporter/bug_reporter.c linking shared-object -test-/bug_5832.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug-5832' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/class' compiling /home/opc/ruby/src/master/ext/-test-/class/class2name.c linking shared-object -test-/bignum.so linking shared-object -test-/bug_reporter.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bug_reporter' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/debug' compiling /home/opc/ruby/src/master/ext/-test-/debug/init.c compiling /home/opc/ruby/src/master/ext/-test-/class/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/bignum' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/dln/empty' compiling /home/opc/ruby/src/master/ext/-test-/dln/empty/empty.c linking shared-object -test-/class.so compiling /home/opc/ruby/src/master/ext/-test-/debug/inspector.c linking shared-object -test-/dln/empty.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/class' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/econv' compiling /home/opc/ruby/src/master/ext/-test-/econv/append.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/dln/empty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/ensure_and_callcc' compiling /home/opc/ruby/src/master/ext/-test-/ensure_and_callcc/ensure_and_callcc.c compiling /home/opc/ruby/src/master/ext/-test-/debug/profile_frames.c compiling /home/opc/ruby/src/master/ext/-test-/econv/init.c linking shared-object -test-/ensure_and_callcc.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/ensure_and_callcc' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/enumerator_kw' compiling /home/opc/ruby/src/master/ext/-test-/enumerator_kw/enumerator_kw.c linking shared-object -test-/debug.so linking shared-object -test-/econv.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/debug' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/eval' compiling /home/opc/ruby/src/master/ext/-test-/eval/eval.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/econv' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/exception' compiling /home/opc/ruby/src/master/ext/-test-/exception/dataerror.c linking shared-object -test-/enumerator_kw.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/enumerator_kw' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/fatal' compiling /home/opc/ruby/src/master/ext/-test-/fatal/init.c linking shared-object -test-/eval.so compiling /home/opc/ruby/src/master/ext/-test-/exception/enc_raise.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/eval' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/file' compiling /home/opc/ruby/src/master/ext/-test-/file/fs.c compiling /home/opc/ruby/src/master/ext/-test-/fatal/invalid.c compiling /home/opc/ruby/src/master/ext/-test-/exception/ensured.c compiling /home/opc/ruby/src/master/ext/-test-/file/init.c compiling /home/opc/ruby/src/master/ext/-test-/fatal/rb_fatal.c compiling /home/opc/ruby/src/master/ext/-test-/exception/init.c compiling /home/opc/ruby/src/master/ext/-test-/file/newline_conv.c linking shared-object -test-/fatal.so linking shared-object -test-/exception.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/fatal' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/float' compiling /home/opc/ruby/src/master/ext/-test-/float/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/exception' compiling /home/opc/ruby/src/master/ext/-test-/float/nextafter.c compiling /home/opc/ruby/src/master/ext/-test-/file/stat.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/funcall' compiling /home/opc/ruby/src/master/ext/-test-/funcall/funcall.c linking shared-object -test-/float.so linking shared-object -test-/file.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/float' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/gvl/call_without_gvl' compiling /home/opc/ruby/src/master/ext/-test-/gvl/call_without_gvl/call_without_gvl.c linking shared-object -test-/funcall.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/file' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/hash' compiling /home/opc/ruby/src/master/ext/-test-/hash/delete.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/funcall' compiling /home/opc/ruby/src/master/ext/-test-/hash/init.c linking shared-object -test-/gvl/call_without_gvl.so make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/integer' compiling /home/opc/ruby/src/master/ext/-test-/integer/core_ext.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/gvl/call_without_gvl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/iseq_load' compiling /home/opc/ruby/src/master/ext/-test-/iseq_load/iseq_load.c linking shared-object -test-/hash.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/hash' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/iter' compiling /home/opc/ruby/src/master/ext/-test-/iter/break.c compiling /home/opc/ruby/src/master/ext/-test-/integer/init.c linking shared-object -test-/iseq_load.so compiling /home/opc/ruby/src/master/ext/-test-/iter/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/iseq_load' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/dot.dot' compiling /home/opc/ruby/src/master/ext/-test-/load/dot.dot/dot.dot.c compiling /home/opc/ruby/src/master/ext/-test-/integer/my_integer.c compiling /home/opc/ruby/src/master/ext/-test-/iter/yield.c linking shared-object -test-/load/dot.dot.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/dot.dot' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/protect' linking shared-object -test-/integer.so compiling /home/opc/ruby/src/master/ext/-test-/load/protect/protect.c linking shared-object -test-/iter.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/integer' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_resolver' compiling /home/opc/ruby/src/master/ext/-test-/load/resolve_symbol_resolver/resolve_symbol_resolver.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/iter' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_target' compiling /home/opc/ruby/src/master/ext/-test-/load/resolve_symbol_target/resolve_symbol_target.c linking shared-object -test-/load/protect.so linking shared-object -test-/load/resolve_symbol_resolver.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/protect' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_symbols' compiling /home/opc/ruby/src/master/ext/-test-/load/stringify_symbols/stringify_symbols.c linking shared-object -test-/load/resolve_symbol_target.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_resolver' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_target' compiling /home/opc/ruby/src/master/ext/-test-/load/stringify_target/stringify_target.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/resolve_symbol_target' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/compat' compiling /home/opc/ruby/src/master/ext/-test-/marshal/compat/usrcompat.c linking shared-object -test-/load/stringify_symbols.so linking shared-object -test-/load/stringify_target.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_symbols' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/internal_ivar' compiling /home/opc/ruby/src/master/ext/-test-/marshal/internal_ivar/internal_ivar.c linking shared-object -test-/marshal/compat.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/load/stringify_target' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/marshal/usr' compiling /home/opc/ruby/src/master/ext/-test-/marshal/usr/usrmarshal.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/compat' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/memory_view' compiling /home/opc/ruby/src/master/ext/-test-/memory_view/memory_view.c linking shared-object -test-/marshal/internal_ivar.so linking shared-object -test-/marshal/usr.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/internal_ivar' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/method' compiling /home/opc/ruby/src/master/ext/-test-/method/arity.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/marshal/usr' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/namespace/yay1' compiling /home/opc/ruby/src/master/ext/-test-/namespace/yay1/yay1.c compiling /home/opc/ruby/src/master/ext/-test-/method/init.c linking shared-object -test-/namespace/yay1.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/namespace/yay1' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/namespace/yay2' compiling /home/opc/ruby/src/master/ext/-test-/namespace/yay2/yay2.c linking shared-object -test-/method.so linking shared-object -test-/memory_view.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/method' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/notimplement' compiling /home/opc/ruby/src/master/ext/-test-/notimplement/bug.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/memory_view' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/num2int' compiling /home/opc/ruby/src/master/ext/-test-/num2int/num2int.c linking shared-object -test-/namespace/yay2.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/namespace/yay2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/path_to_class' compiling /home/opc/ruby/src/master/ext/-test-/path_to_class/path_to_class.c linking shared-object -test-/notimplement.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/notimplement' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/popen_deadlock' compiling /home/opc/ruby/src/master/ext/-test-/popen_deadlock/infinite_loop_dlsym.c linking shared-object -test-/path_to_class.so linking shared-object -test-/num2int.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/path_to_class' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/postponed_job' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/num2int' compiling /home/opc/ruby/src/master/ext/-test-/postponed_job/postponed_job.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/printf' compiling /home/opc/ruby/src/master/ext/-test-/printf/printf.c linking shared-object -test-/popen_deadlock/infinite_loop_dlsym.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/popen_deadlock' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/proc' compiling /home/opc/ruby/src/master/ext/-test-/proc/init.c linking shared-object -test-/postponed_job.so compiling /home/opc/ruby/src/master/ext/-test-/proc/receiver.c linking shared-object -test-/printf.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/postponed_job' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/random' compiling /home/opc/ruby/src/master/ext/-test-/random/bad_version.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/printf' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/rational' compiling /home/opc/ruby/src/master/ext/-test-/rational/rat.c compiling /home/opc/ruby/src/master/ext/-test-/proc/super.c compiling /home/opc/ruby/src/master/ext/-test-/random/init.c linking shared-object -test-/rational.so linking shared-object -test-/proc.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/rational' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/rb_call_super_kw' compiling /home/opc/ruby/src/master/ext/-test-/rb_call_super_kw/rb_call_super_kw.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/proc' compiling /home/opc/ruby/src/master/ext/-test-/random/loop.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/recursion' compiling /home/opc/ruby/src/master/ext/-test-/recursion/recursion.c linking shared-object -test-/rb_call_super_kw.so linking shared-object -test-/recursion.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/rb_call_super_kw' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/regexp' compiling /home/opc/ruby/src/master/ext/-test-/regexp/init.c linking shared-object -test-/random.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/recursion' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/scan_args' compiling /home/opc/ruby/src/master/ext/-test-/scan_args/scan_args.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/random' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/foreach' compiling /home/opc/ruby/src/master/ext/-test-/st/foreach/foreach.c compiling /home/opc/ruby/src/master/ext/-test-/regexp/parse_depth_limit.c linking shared-object -test-/regexp.so linking shared-object -test-/st/foreach.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/foreach' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/regexp' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/numhash' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/st/update' compiling /home/opc/ruby/src/master/ext/-test-/st/numhash/numhash.c compiling /home/opc/ruby/src/master/ext/-test-/st/update/update.c linking shared-object -test-/st/update.so linking shared-object -test-/st/numhash.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/update' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/stack' compiling /home/opc/ruby/src/master/ext/-test-/stack/stack.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/st/numhash' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/string' compiling /home/opc/ruby/src/master/ext/-test-/string/capacity.c linking shared-object -test-/stack.so compiling /home/opc/ruby/src/master/ext/-test-/string/coderange.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/stack' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/struct' compiling /home/opc/ruby/src/master/ext/-test-/struct/data.c compiling /home/opc/ruby/src/master/ext/-test-/string/cstr.c compiling /home/opc/ruby/src/master/ext/-test-/struct/duplicate.c linking shared-object -test-/scan_args.so compiling /home/opc/ruby/src/master/ext/-test-/struct/init.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/scan_args' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/symbol' compiling /home/opc/ruby/src/master/ext/-test-/symbol/init.c compiling /home/opc/ruby/src/master/ext/-test-/string/ellipsize.c compiling /home/opc/ruby/src/master/ext/-test-/struct/len.c compiling /home/opc/ruby/src/master/ext/-test-/symbol/type.c compiling /home/opc/ruby/src/master/ext/-test-/string/enc_associate.c compiling /home/opc/ruby/src/master/ext/-test-/struct/member.c linking shared-object -test-/symbol.so compiling /home/opc/ruby/src/master/ext/-test-/string/enc_dummy.c linking shared-object -test-/struct.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/symbol' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation' compiling /home/opc/ruby/src/master/ext/-test-/thread/instrumentation/instrumentation.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/struct' compiling /home/opc/ruby/src/master/ext/-test-/string/enc_str_buf_cat.c compiling /home/opc/ruby/src/master/ext/-test-/string/fstring.c compiling /home/opc/ruby/src/master/ext/-test-/string/init.c linking shared-object -test-/thread/instrumentation.so compiling /home/opc/ruby/src/master/ext/-test-/string/modify.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread/instrumentation' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread/lock_native_thread' compiling /home/opc/ruby/src/master/ext/-test-/thread/lock_native_thread/lock_native_thread.c compiling /home/opc/ruby/src/master/ext/-test-/string/new.c compiling /home/opc/ruby/src/master/ext/-test-/string/nofree.c linking shared-object -test-/thread/lock_native_thread.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread/lock_native_thread' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/thread_fd' compiling /home/opc/ruby/src/master/ext/-test-/string/normalize.c compiling /home/opc/ruby/src/master/ext/-test-/thread_fd/thread_fd.c compiling /home/opc/ruby/src/master/ext/-test-/string/qsort.c compiling /home/opc/ruby/src/master/ext/-test-/string/rb_interned_str.c linking shared-object -test-/thread_fd.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/thread_fd' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/time' compiling /home/opc/ruby/src/master/ext/-test-/time/init.c compiling /home/opc/ruby/src/master/ext/-test-/string/rb_str_dup.c compiling /home/opc/ruby/src/master/ext/-test-/string/set_len.c compiling /home/opc/ruby/src/master/ext/-test-/time/leap_second.c compiling /home/opc/ruby/src/master/ext/-test-/time/new.c linking shared-object -test-/string.so make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/tracepoint' compiling /home/opc/ruby/src/master/ext/-test-/tracepoint/gc_hook.c linking shared-object -test-/time.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/string' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/typeddata' compiling /home/opc/ruby/src/master/ext/-test-/typeddata/typeddata.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/time' make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/vm' compiling /home/opc/ruby/src/master/ext/-test-/vm/at_exit.c compiling /home/opc/ruby/src/master/ext/-test-/tracepoint/tracepoint.c linking shared-object -test-/typeddata.so linking shared-object -test-/vm/at_exit.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/typeddata' linking shared-object -test-/tracepoint.so make[2]: Entering directory '/home/opc/ruby/build/master/ext/-test-/wait' compiling /home/opc/ruby/src/master/ext/-test-/wait/wait.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/vm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/cgi/escape' compiling /home/opc/ruby/src/master/ext/cgi/escape/escape.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/tracepoint' make[2]: Entering directory '/home/opc/ruby/build/master/ext/continuation' compiling /home/opc/ruby/src/master/ext/continuation/continuation.c linking shared-object -test-/wait.so linking shared-object continuation.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/-test-/wait' make[2]: Entering directory '/home/opc/ruby/build/master/ext/coverage' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/continuation' compiling /home/opc/ruby/src/master/ext/coverage/coverage.c make[2]: Entering directory '/home/opc/ruby/build/master/ext/date' compiling /home/opc/ruby/src/master/ext/date/date_core.c linking shared-object cgi/escape.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/cgi/escape' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest' compiling /home/opc/ruby/src/master/ext/digest/digest.c linking shared-object coverage.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/coverage' linking shared-object digest.so compiling /home/opc/ruby/src/master/ext/date/date_parse.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest' make[2]: Entering directory '/home/opc/ruby/build/master/ext/etc' compiling /home/opc/ruby/src/master/ext/etc/etc.c linking shared-object etc.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/etc' make[2]: Entering directory '/home/opc/ruby/build/master/ext/fcntl' compiling /home/opc/ruby/src/master/ext/fcntl/fcntl.c linking shared-object fcntl.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/fcntl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/console' compiling /home/opc/ruby/src/master/ext/io/console/console.c linking shared-object io/console.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/nonblock' compiling /home/opc/ruby/src/master/ext/io/nonblock/nonblock.c linking shared-object io/nonblock.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/nonblock' make[2]: Entering directory '/home/opc/ruby/build/master/ext/io/wait' compiling /home/opc/ruby/src/master/ext/io/wait/wait.c linking shared-object io/wait.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/wait' 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' compiling /home/opc/ruby/src/master/ext/monitor/monitor.c linking shared-object monitor.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/monitor' make[2]: Entering directory '/home/opc/ruby/build/master/ext/objspace' compiling /home/opc/ruby/src/master/ext/objspace/object_tracing.c compiling /home/opc/ruby/src/master/ext/date/date_strftime.c compiling /home/opc/ruby/src/master/ext/objspace/objspace.c compiling /home/opc/ruby/src/master/ext/date/date_strptime.c compiling /home/opc/ruby/src/master/ext/objspace/objspace_dump.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/openssl' compiling /home/opc/ruby/src/master/ext/openssl/ossl.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_asn1.c linking shared-object date_core.so compiling /home/opc/ruby/src/master/ext/openssl/ossl_bio.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/date' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pathname' compiling /home/opc/ruby/src/master/ext/pathname/pathname.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_bn.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_cipher.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_config.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_digest.c linking shared-object pathname.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/psych' compiling /home/opc/ruby/src/master/ext/psych/psych.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_engine.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_hmac.c compiling /home/opc/ruby/src/master/ext/psych/psych_emitter.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_kdf.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ns_spki.c compiling /home/opc/ruby/src/master/ext/psych/psych_parser.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ocsp.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkcs12.c compiling /home/opc/ruby/src/master/ext/psych/psych_to_ruby.c compiling /home/opc/ruby/src/master/ext/psych/psych_yaml_tree.c linking shared-object psych.so 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 compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkcs7.c linking shared-object pty.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rbconfig/sizeof' compiling /home/opc/ruby/src/master/ext/rbconfig/sizeof/sizes.c compiling /home/opc/ruby/src/master/ext/rbconfig/sizeof/limits.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey.c linking shared-object rbconfig/sizeof.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rbconfig/sizeof' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' generating eventids1.c from /home/opc/ruby/src/master/parse.y compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_dh.c generating eventids1.h from /home/opc/ruby/src/master/parse.y generating eventids2table.c from /home/opc/ruby/src/master/ext/ripper/eventids2.c compiling compiler /home/opc/ruby/src/master/ext/ripper/ripper.y compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_dsa.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_ec.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_pkey_rsa.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_provider.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_rand.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ssl.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ssl_session.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_ts.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509attr.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509cert.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509crl.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509ext.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509name.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509req.c generating ripper_init.c from /home/opc/ruby/src/master/ext/ripper/ripper_init.c.tmpl compiling eventids1.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509revoked.c compiling /home/opc/ruby/src/master/ext/ripper/eventids2.c compiling /home/opc/ruby/src/master/ext/openssl/ossl_x509store.c compiling ripper_init.c 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 linking shared-object openssl.so compiling /home/opc/ruby/src/master/ext/socket/constants.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Entering directory '/home/opc/ruby/build/master/ext/stringio' compiling /home/opc/ruby/src/master/ext/stringio/stringio.c compiling ripper.c linking shared-object stringio.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/stringio' make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan' compiling /home/opc/ruby/src/master/ext/strscan/strscan.c compiling /home/opc/ruby/src/master/ext/socket/basicsocket.c linking shared-object strscan.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/ext/zlib' compiling /home/opc/ruby/src/master/ext/zlib/zlib.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 linking shared-object zlib.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/zlib' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' compiling /home/opc/ruby/src/master/ext/socket/udpsocket.c 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/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.9.2/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/bubblebabble' compiling /home/opc/ruby/src/master/ext/digest/bubblebabble/bubblebabble.c compiling /home/opc/ruby/src/master/ext/socket/unixsocket.c linking shared-object digest/bubblebabble.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/bubblebabble' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/md5' compiling /home/opc/ruby/src/master/ext/digest/md5/md5init.c compiling /home/opc/ruby/src/master/ext/digest/md5/md5.c compiling /home/opc/ruby/src/master/ext/socket/unixserver.c compiling /home/opc/ruby/src/master/ext/socket/option.c linking shared-object digest/md5.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/md5' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/rmd160' compiling /home/opc/ruby/src/master/ext/digest/rmd160/rmd160init.c compiling /home/opc/ruby/src/master/ext/digest/rmd160/rmd160.c linking shared-object digest/rmd160.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/rmd160' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha1' compiling /home/opc/ruby/src/master/ext/digest/sha1/sha1init.c compiling /home/opc/ruby/src/master/ext/socket/ancdata.c compiling /home/opc/ruby/src/master/ext/digest/sha1/sha1.c linking shared-object digest/sha1.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha1' make[2]: Entering directory '/home/opc/ruby/build/master/ext/digest/sha2' compiling /home/opc/ruby/src/master/ext/digest/sha2/sha2init.c compiling /home/opc/ruby/src/master/ext/digest/sha2/sha2.c compiling /home/opc/ruby/src/master/ext/socket/raddrinfo.c linking shared-object digest/sha2.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/digest/sha2' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/generator' compiling /home/opc/ruby/src/master/ext/json/generator/generator.c compiling /home/opc/ruby/src/master/ext/socket/ifaddr.c linking shared-object socket.so linking shared-object json/ext/generator.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/generator' make[2]: Entering directory '/home/opc/ruby/build/master/ext/json/parser' compiling /home/opc/ruby/src/master/ext/json/parser/parser.c make[2]: Leaving directory '/home/opc/ruby/build/master/ext/socket' linking shared-object json/ext/parser.so make[2]: Leaving directory '/home/opc/ruby/build/master/ext/json/parser' 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 repl_type_completor to 25108aa8d69ddaba0b5da3feff1c0035371524b2 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/16.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 ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/zjit/target/release/' /home/opc/ruby/src/master/zjit/src/lib.rs echo 25108aa8d69ddaba0b5da3feff1c0035371524b2 | /bin/sh /home/opc/ruby/src/master/tool/ifchange /home/opc/ruby/src/master/.bundle/.timestamp/repl_type_completor.revision - 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 /home/opc/ruby/src/master/.bundle/.timestamp/repl_type_completor.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 '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[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/json' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/io/console' 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]: Entering directory '/home/opc/ruby/build/master/ext/psych' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pathname' make[2]: Entering directory '/home/opc/ruby/build/master/ext/pty' make[2]: Entering directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/pty' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/psych' make[2]: Entering directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/rubyvm' make[2]: Entering directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/openssl' make[2]: Leaving directory '/home/opc/ruby/build/master/ext/ripper' make[2]: Entering directory '/home/opc/ruby/build/master/ext/strscan' make[2]: Entering directory '/home/opc/ruby/build/master/ext/socket' 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]: 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/fiddle-1.1.8/ext/fiddle' 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/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/fiddle-1.1.8/ext/fiddle' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.2/ext/rbs_extension' 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.9.3/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.3.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.9.3/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/syslog-0.3.0/ext/syslog' 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 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.7.0.dev.2 pp 0.6.2 prettyprint 0.2.0 prism 1.4.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.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.3 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 io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.11.3 openssl 3.3.0 pathname 0.4.0 psych 5.2.5 stringio 3.1.8.dev strscan 3.1.5.dev zlib 3.2.1 installing bundled gems: /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0 minitest 5.25.5 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.8 rexml 3.4.1 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.8 net-pop 0.1.2 net-smtp 0.5.1 matrix 0.4.2 prime 0.1.3 rbs 3.9.3 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.3.0 csv 3.3.4 repl_type_completor 0.1.11 ostruct 0.6.1 pstore 0.2.0 benchmark 0.4.0 logger 1.7.0 rdoc 6.13.1 irb 1.15.2 reline 0.6.1 readline 0.0.4 fiddle 1.1.8 installing bundled gem cache: /home/opc/ruby/install/master/lib/ruby/gems/3.5.0+0/cache skipped bundled gems: win32ole-1.9.2.gem not found in bundled_gems $$$[end] "make install -j3" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j3' PASS all 2024 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/16.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 ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/zjit/target/release/' /home/opc/ruby/src/master/zjit/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/16.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 ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/zjit/target/release/' /home/opc/ruby/src/master/zjit/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/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/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.9.2/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.3.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=46269 "--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/753] 2357622=-ext-/stack/test_stack_overflow [ 2/753] 2357623=psych/test_scalar_scanner [ 3/753] 2357624=ruby/test_lambda [ 4/753] 2357622=-ext-/string/test_rb_str_dup [ 5/753] 2357622=prism/api/dump_test [ 6/753] 2357623=ruby/test_trace [ 7/753] 2357623=rubygems/test_gem_path_support [ 8/753] 2357624=ruby/test_arity [ 9/753] 2357624=ruby/test_keyword [ 10/753] 2357623=-ext-/st/test_foreach [ 11/753] 2357623=rubygems/test_gem_resolver_installer_set [ 12/753] 2357623=-ext-/econv/test_append [ 13/753] 2357623=prism/encoding/symbol_encoding_test [ 14/753] 2357624=psych/visitors/test_emitter [ 15/753] 2357623=openssl/test_x509ext [ 16/753] 2357624=mkmf/test_config [ 17/753] 2357623=ruby/test_file [ 18/753] 2357624=optparse/test_summary [ 19/753] 2357624=prism/bom_test [ 20/753] 2357624=uri/test_mailto [ 21/753] 2357624=resolv/test_addr [ 22/753] 2357624=psych/test_object [ 23/753] 2357622=-ext-/struct/test_member [ 24/753] 2357624=ruby/enc/test_case_options [ 25/753] 2357624=json/test_helper [ 26/753] 2357622=rubygems/test_gem_resolver_api_set [ 27/753] 2357624=-ext-/struct/test_duplicate [ 28/753] 2357624=-ext-/bug_reporter/test_bug_reporter [ 29/753] 2357622=rubygems/test_gem_installer [ 30/753] 2357624=openssl/test_ossl [ 31/753] 2357622=prism/result/regular_expression_options_test [ 32/753] 2357622=net/http/test_buffered_io [ 33/753] 2357622=-ext-/arith_seq/test_arith_seq_extract [ 34/753] 2357622=psych/test_object_references [ 35/753] 2357622=rubygems/test_gem_source_subpath_problem [ 36/753] 2357622=ruby/test_beginendblock [ 37/753] 2357622=monitor/test_monitor [ 38/753] 2357622=ruby/test_eval [ 39/753] 2357622=prism/ruby/parameters_signature_test [ 40/753] 2357622=ruby/test_regexp [ 41/753] 2357623=ruby/test_whileuntil [ 42/753] 2357623=-ext-/string/test_nofree [ 43/753] 2357623=rubygems/test_gem_available_set [ 44/753] 2357623=mkmf/test_pkg_config [ 45/753] 2357623=-ext-/string/test_modify_expand [ 46/753] 2357623=mkmf/test_convertible [ 47/753] 2357624=prism/errors_test [ 48/753] 2357624=prism/ruby/reflection_test [ 49/753] 2357624=json/json_encoding_test [ 50/753] 2357624=ruby/test_vm_dump [ 51/753] 2357624=open-uri/test_ftp [ 52/753] 2357624=rubygems/test_gem_source_vendor [ 53/753] 2357624=rubygems/test_gem_resolver [ 54/753] 2357624=-ext-/win32/test_dln [ 55/753] 2357624=ruby/test_object [ 56/753] 2357624=rubygems/test_gem_commands_exec_command [ 57/753] 2357624=prism/unescape_test [ 58/753] 2357624=ruby/test_object_id [ 59/753] 2357624=ruby/test_super [ 60/753] 2357623=ruby/test_readpartial [ 61/753] 2357623=net/http/test_httpresponse [ 62/753] 2357623=openssl/test_x509req [ 63/753] 2357623=ruby/test_allocation [ 64/753] 2357624=ruby/test_ifunless [ 65/753] 2357624=rubygems/test_gem_console_ui [ 66/753] 2357624=ruby/test_insns_leaf [ 67/753] 2357624=-ext-/test_notimplement [ 68/753] 2357624=resolv/test_dns [ 69/753] 2357624=prism/result/source_location_test [ 70/753] 2357624=openssl/test_x509crl [ 71/753] 2357624=mmtk/test_configuration [ 72/753] 2357624=ruby/test_flip [ 73/753] 2357624=io/console/test_io_console [ 74/753] 2357623=did_you_mean/spell_checking/test_pattern_key_name_check [ 75/753] 2357624=prism/result/heredoc_test [ 76/753] 2357623=-ext-/debug/test_profile_frames [ 77/753] 2357624=ruby/test_transcode [ 78/753] 2357623=ruby/test_refinement [ 79/753] 2357624=-ext-/debug/test_debug [ 80/753] 2357624=rubygems/test_gem_commands_cleanup_command [ 81/753] 2357624=-ext-/class/test_class2name [ 82/753] 2357624=rubygems/test_gem_ext_cmake_builder [ 83/753] 2357624=digest/test_digest_extend [ 84/753] 2357624=-ext-/gvl/test_last_thread [ 85/753] 2357624=-ext-/thread_fd/test_thread_fd_close [ 86/753] 2357624=optparse/test_getopts [ 87/753] 2357624=openssl/test_fips [ 88/753] 2357624=ruby/test_alias [ 89/753] 2357624=psych/test_emitter [ 90/753] 2357624=ruby/test_compile_prism [ 91/753] 2357624=prism/test_helper [ 92/753] 2357624=rubygems/test_gem_commands_uninstall_command [ 93/753] 2357623=rubygems/test_gem_commands_search_command [ 94/753] 2357623=ruby/test_symbol [ 95/753] 2357624=psych/test_coder [ 96/753] 2357624=rubygems/test_gem_commands_contents_command [ 97/753] 2357624=socket/test_udp [ 98/753] 2357624=ruby/test_integer [ 99/753] 2357622=socket/test_unix [100/753] 2357622=mkmf/test_have_func [101/753] 2357623=date/test_date_marshal [102/753] 2357623=date/test_date_new [103/753] 2357623=rubygems/test_gem_commands_list_command [104/753] 2357623=rubygems/test_gem_resolver_local_specification [105/753] 2357623=mkmf/test_configuration [106/753] 2357623=psych/json/test_stream [107/753] 2357623=objspace/test_ractor [108/753] 2357622=test_trick [109/753] 2357623=fiber/test_address_resolve [110/753] 2357623=openssl/test_ts [111/753] 2357623=test_rbconfig [112/753] 2357623=-ext-/num2int/test_num2int [113/753] 2357623=ruby/test_range [114/753] 2357624=rubygems/test_gem_commands_signin_command [115/753] 2357624=test_extlibs [116/753] 2357623=-ext-/iter/test_iter_break [117/753] 2357623=ruby/test_enum [118/753] 2357623=rubygems/test_require [119/753] 2357624=-ext-/test_recursion [120/753] 2357624=psych/test_parser [121/753] 2357624=prism/result/node_id_test [122/753] 2357622=rubygems/test_gem_resolver_best_set [123/753] 2357622=yaml/test_dbm [124/753] 2357622=win32/test_registry [125/753] 2357622=rubygems/test_gem [126/753] 2357624=prism/result/numeric_value_test [127/753] 2357624=json/json_generator_test [128/753] 2357623=strscan/test_ractor [129/753] 2357623=rubygems/test_gem_resolver_conflict [130/753] 2357623=psych/test_ractor [131/753] 2357623=open-uri/test_ssl [132/753] 2357622=fiber/test_scheduler [133/753] 2357624=rubygems/test_gem_commands_help_command [134/753] 2357624=prism/result/breadth_first_search_test [135/753] 2357624=-ext-/string/test_enc_str_buf_cat [136/753] 2357624=prism/newline_test [137/753] 2357624=ruby/test_bignum [138/753] 2357623=json/ractor_test [139/753] 2357623=socket/test_ancdata [140/753] 2357623=ruby/test_marshal [141/753] 2357623=ruby/test_time_tz [142/753] 2357623=prism/newline_offsets_test [143/753] 2357623=socket/test_addrinfo [144/753] 2357623=psych/visitors/test_to_ruby [145/753] 2357623=-ext-/struct/test_data [146/753] 2357623=-ext-/test_bug-14834 [147/753] 2357623=socket/test_socket [148/753] 2357622=ruby/test_inlinecache [149/753] 2357622=ruby/test_thread [150/753] 2357623=prism/result/integer_base_flags_test [151/753] 2357623=rubygems/test_gem_commands_build_command [152/753] 2357624=ruby/test_call [153/753] 2357623=-ext-/string/test_ellipsize [154/753] 2357624=ruby/enc/test_windows_1251 [155/753] 2357623=prism/ruby/relocation_test [156/753] 2357624=ruby/test_ractor [157/753] 2357623=rubygems/test_gem_ext_builder [158/753] 2357624=-ext-/array/test_to_ary_concat [159/753] 2357623=-ext-/exception/test_ensured [160/753] 2357623=ruby/enc/test_euc_jp [161/753] 2357623=psych/test_alias_and_anchor [162/753] 2357623=-ext-/popen_deadlock/test_popen_deadlock [163/753] 2357623=test_time [164/753] 2357623=prism/ractor_test [165/753] 2357623=rubygems/test_project_sanity [166/753] 2357623=psych/test_symbol [167/753] 2357623=ruby/test_set [168/753] 2357623=test_delegate [169/753] 2357623=-ext-/string/test_interned_str [170/753] 2357623=-ext-/string/test_set_len [171/753] 2357623=ruby/test_pattern_matching [172/753] 2357623=ruby/test_gc [173/753] 2357624=rubygems/test_gem_request_set [174/753] 2357624=rubygems/test_gem_bundler_version_finder [175/753] 2357624=rubygems/test_gem_resolver_index_set [176/753] 2357624=ruby/test_sleep [177/753] 2357624=rubygems/test_webauthn_listener_response [178/753] 2357624=fiber/test_mutex [179/753] 2357622=prism/api/parse_test [180/753] 2357622=-ext-/symbol/test_type [181/753] 2357622=prism/heredoc_dedent_test [182/753] 2357622=test_tmpdir [183/753] 2357622=ruby/test_struct [184/753] 2357624=ruby/test_dup [185/753] 2357624=optparse/test_acceptable [186/753] 2357624=rubygems/test_gem_ext_cargo_builder_link_flag_converter [187/753] 2357624=rubygems/test_gem_local_remote_options [188/753] 2357624=rubygems/test_gem_safe_marshal [189/753] 2357622=net/http/test_httpheader [190/753] 2357622=ripper/test_sexp [191/753] 2357622=pathname/test_ractor [192/753] 2357622=rubygems/test_gem_resolver_git_set [193/753] 2357624=rubygems/test_gem_commands_check_command [194/753] 2357624=mkmf/test_signedness [195/753] 2357622=digest/test_digest [196/753] 2357622=-ext-/exception/test_exception_at_throwing [197/753] 2357622=rubygems/test_gem_resolver_installed_specification [198/753] 2357622=digest/test_ractor [199/753] 2357622=prism/api/parse_stream_test [200/753] 2357622=strscan/test_stringscanner [201/753] 2357622=json/json_generic_object_test [202/753] 2357622=rubygems/test_gem_resolver_vendor_specification [203/753] 2357622=date/test_date_arith [204/753] 2357622=openssl/test_x509cert [205/753] 2357622=did_you_mean/spell_checking/test_variable_name_check [206/753] 2357622=openssl/test_bn [207/753] 2357622=did_you_mean/spell_checking/test_require_path_check [208/753] 2357622=ruby/test_ast [209/753] 2357624=ripper/test_files_test [210/753] 2357624=ruby/test_weakkeymap [211/753] 2357623=net/protocol/test_protocol [212/753] 2357624=dtrace/test_object_create_start [213/753] 2357624=rubygems/test_gem_commands_info_command [214/753] 2357624=net/http/test_https [215/753] 2357623=rubygems/test_gem_request_set_gem_dependency_api [216/753] 2357623=did_you_mean/core_ext/test_name_error_extension [217/753] 2357623=ruby/test_file_exhaustive Leaked file descriptor: TestFileExhaustive#test_expand_path_home_dir_string: 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-05-11 03:34:01.019344813 +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 2357623 opc 9r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd [218/753] 2357624=open-uri/test_proxy [219/753] 2357624=rubygems/test_gem_security_policy [220/753] 2357624=-ext-/hash/test_delete [221/753] 2357624=io/wait/test_io_wait_uncommon [222/753] 2357624=ruby/test_fixnum [223/753] 2357624=rubygems/test_gem_silent_ui [224/753] 2357624=ruby/test_signal [225/753] 2357623=ruby/test_continuation [226/753] 2357623=rubygems/test_gem_ci_detector [227/753] 2357623=rubygems/test_gem_package_tar_header [228/753] 2357623=openssl/test_ssl_session [229/753] 2357624=ruby/enc/test_case_comprehensive [230/753] 2357624=ruby/test_rational2 [231/753] 2357624=prism/fixtures_test [232/753] 2357624=optparse/test_placearg [233/753] 2357624=ruby/test_require [234/753] 2357623=ruby/test_objectspace [235/753] 2357624=rubygems/test_gem_resolver_composed_set [236/753] 2357624=-ext-/integer/test_my_integer [237/753] 2357624=ruby/test_not [238/753] 2357624=uri/test_wss [239/753] 2357624=openssl/test_x509store [240/753] 2357623=rubygems/test_gem_gem_runner [241/753] 2357624=ruby/test_require_lib [242/753] 2357623=ruby/test_metaclass [243/753] 2357623=dtrace/test_load [244/753] 2357623=rubygems/test_gem_source_lock [245/753] 2357623=-ext-/st/test_update [246/753] 2357623=openssl/test_cipher [247/753] 2357623=-ext-/time/test_new [248/753] 2357623=openssl/test_config [249/753] 2357623=psych/visitors/test_depth_first [250/753] 2357623=did_you_mean/tree_spell/test_change_word [251/753] 2357623=prism/result/equality_test [252/753] 2357623=prism/fuzzer_test [253/753] 2357623=ruby/test_rubyvm [254/753] 2357623=prism/onigmo_test [255/753] 2357623=psych/test_struct [256/753] 2357623=-ext-/thread/test_lock_native_thread [257/753] 2357623=rubygems/test_gem_package_task [258/753] 2357623=-ext-/array/test_resize [259/753] 2357623=ruby/test_key_error [260/753] 2357623=rubygems/test_gem_commands_mirror [261/753] 2357623=ruby/test_fiber [262/753] 2357624=prism/result/integer_parse_test [263/753] 2357624=openssl/test_engine [264/753] 2357624=erb/test_erb_command [265/753] 2357624=ruby/test_module [266/753] 2357624=rubygems/test_gem_security_trust_dir [267/753] 2357624=rubygems/test_gem_source_installed [268/753] 2357624=rubygems/test_gem_validator [269/753] 2357624=-ext-/marshal/test_usrmarshal [270/753] 2357624=optparse/test_load [271/753] 2357624=ruby/test_integer_comb [272/753] 2357623=rubygems/test_bundled_ca [273/753] 2357624=-ext-/test_abi [274/753] 2357624=openssl/test_ssl [275/753] 2357623=ruby/enc/test_gb18030 [276/753] 2357623=rubygems/test_gem_commands_lock_command [277/753] 2357623=test_unicode_normalize [278/753] 2357623=rubygems/test_gem_stream_ui [279/753] 2357623=prism/api/parse_comments_test [280/753] 2357623=ruby/test_io_m17n [281/753] 2357623=rubygems/test_gem_stub_specification [282/753] 2357623=ruby/test_float [283/753] 2357623=dtrace/test_cmethod [284/753] 2357623=rubygems/test_gem_ext_configure_builder [285/753] 2357623=json/json_ext_parser_test [286/753] 2357623=socket/test_nonblock [287/753] 2357623=test_ipaddr [288/753] 2357623=openssl/test_ocsp [289/753] 2357623=prism/result/implicit_array_test [290/753] 2357623=ripper/test_scanner_events [291/753] 2357623=date/test_date_strptime [292/753] 2357623=psych/test_omap [293/753] 2357623=-ext-/bignum/test_mul [294/753] 2357623=test_shellwords [295/753] 2357623=net/http/test_https_proxy [296/753] 2357623=etc/test_etc [297/753] 2357623=ruby/test_nomethod_error [298/753] 2357623=rubygems/test_gem_commands_rebuild_command [299/753] 2357623=-ext-/file/test_stat [300/753] 2357623=-ext-/test_printf [301/753] 2357623=openssl/test_x509attr [302/753] 2357623=prism/ruby/string_query_test [303/753] 2357623=rubygems/test_gem_remote_fetcher_s3 [304/753] 2357623=prism/magic_comment_test [305/753] 2357623=ruby/test_io [306/753] 2357624=did_you_mean/spell_checking/test_uncorrectable_name_check [307/753] 2357624=ruby/test_dir Leaked file descriptor: TestDir#test_home: 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-05-11 03:34:01.019344813 +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 2357624 opc 9r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd [308/753] 2357624=ripper/test_files_test_1 [309/753] 2357624=-ext-/load/test_resolve_symbol [310/753] 2357624=rubygems/test_rubygems [311/753] 2357624=prism/ruby/ripper_test [312/753] 2357624=openssl/test_digest [313/753] 2357624=ruby/test_path [314/753] 2357624=ruby/test_iseq [315/753] 2357622=prism/ruby/parser_test [316/753] 2357622=ruby/test_primitive [317/753] 2357622=uri/test_parser [318/753] 2357622=ruby/test_env [319/753] 2357624=rubygems/test_gem_package_tar_reader [320/753] 2357624=rubygems/test_gem_commands_signout_command [321/753] 2357624=openssl/test_pair [322/753] 2357623=test_bundled_gems [323/753] 2357623=rubygems/test_gem_commands_setup_command [324/753] 2357622=rubygems/test_gem_safe_yaml [325/753] 2357622=psych/test_document [326/753] 2357622=-ext-/eval/test_eval [327/753] 2357622=dtrace/test_singleton_function [328/753] 2357622=uri/test_ftp [329/753] 2357622=socket/test_sockopt [330/753] 2357622=rubygems/test_gem_source_fetch_problem [331/753] 2357622=mkmf/test_install [332/753] 2357622=psych/test_encoding [333/753] 2357622=rubygems/test_gem_request_set_lockfile_tokenizer [334/753] 2357623=ruby/test_lazy_enumerator [335/753] 2357622=optparse/test_autoconf [336/753] 2357622=ruby/test_arithmetic_sequence [337/753] 2357622=did_you_mean/test_ractor_compatibility [338/753] 2357622=mkmf/test_find_executable [339/753] 2357622=-ext-/vm/test_at_exit [340/753] 2357622=prism/api/command_line_test [341/753] 2357622=rubygems/test_gem_source [342/753] 2357623=mkmf/test_mkmf [343/753] 2357623=mkmf/test_have_macro [344/753] 2357622=psych/test_class [345/753] 2357622=ruby/test_autoload [346/753] 2357623=rubygems/test_gem_package [347/753] 2357623=ruby/test_array [348/753] 2357624=ruby/enc/test_regex_casefold [349/753] 2357624=ripper/test_lexer [350/753] 2357624=rubygems/test_gem_source_git [351/753] 2357622=ripper/test_ripper [352/753] 2357624=ruby/test_thread_cv [353/753] 2357622=stringio/test_stringio [354/753] 2357622=prism/result/overlap_test [355/753] 2357622=ripper/test_files_ext [356/753] 2357622=-ext-/test_random [357/753] 2357622=ruby/test_math [358/753] 2357622=-ext-/string/test_qsort [359/753] 2357622=dtrace/test_gc [360/753] 2357622=mkmf/test_libs [361/753] 2357622=ruby/enc/test_iso_8859 [362/753] 2357622=psych/test_safe_load [363/753] 2357622=ruby/test_sprintf [364/753] 2357624=ruby/test_name_error [365/753] 2357624=json/json_addition_test [366/753] 2357624=rubygems/test_gem_source_list [367/753] 2357624=rubygems/test_gem_commands_sources_command [368/753] 2357622=psych/test_yaml_special_cases [369/753] 2357622=psych/handlers/test_recorder [370/753] 2357622=ruby/test_class [371/753] 2357624=rubygems/test_exit [372/753] 2357624=prism/result/comments_test [373/753] 2357624=ruby/test_const [374/753] 2357624=open-uri/test_open-uri [375/753] 2357624=ruby/test_case [376/753] 2357624=ruby/test_enumerator [377/753] 2357623=-ext-/string/test_enc_associate [378/753] 2357623=rubygems/test_gem_command_manager [379/753] 2357623=psych/test_array [380/753] 2357623=ruby/test_namespace [381/753] 2357623=psych/test_date_time [382/753] 2357623=mkmf/test_framework [383/753] 2357623=-ext-/symbol/test_inadvertent_creation [384/753] 2357623=-ext-/string/test_coderange [385/753] 2357623=ruby/test_weakmap [386/753] 2357622=rubygems/test_gem_request_set_lockfile_parser [387/753] 2357622=date/test_date_attr [388/753] 2357622=mkmf/test_sizeof [389/753] 2357622=prism/result/constant_path_node_test [390/753] 2357622=ruby/test_stringchar [391/753] 2357622=ruby/test_econv [392/753] 2357622=prism/result/warnings_test [393/753] 2357622=rubygems/test_gem_install_update_options [394/753] 2357622=ruby/test_condition [395/753] 2357622=rubygems/test_gem_resolver_vendor_set [396/753] 2357622=did_you_mean/edit_distance/test_jaro_winkler [397/753] 2357622=ruby/enc/test_cp949 [398/753] 2357622=fileutils/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-05-11 03:34:01.019344813 +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-05-11 07:22:03.078895195 +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 2357622 opc 9r REG 252,0 9253600 36566075 /var/lib/sss/mc/passwd ruby 2357622 opc 10r REG 252,0 6940392 36566444 /var/lib/sss/mc/group [399/753] 2357622=prism/ruby/dispatcher_test [400/753] 2357622=json/json_coder_test [401/753] 2357622=ruby/test_mixed_unicode_escapes [402/753] 2357622=fiber/test_sleep [403/753] 2357622=rubygems/test_gem_dependency_resolution_error [404/753] 2357622=ruby/enc/test_windows_1252 [405/753] 2357622=ruby/test_stack [406/753] 2357622=ruby/enc/test_emoji [407/753] 2357622=set/test_sorted_set [408/753] 2357622=dtrace/test_method_cache [409/753] 2357622=prism/result/attribute_write_test [410/753] 2357622=ruby/test_parse [411/753] 2357622=rubygems/test_gem_specification [412/753] 2357623=prism/result/string_test [413/753] 2357623=openssl/test_pkey_rsa [414/753] 2357623=io/nonblock/test_flush [415/753] 2357623=ruby/test_system [416/753] 2357623=-ext-/st/test_numhash [417/753] 2357623=ripper/test_parser_events [418/753] 2357623=ripper/test_filter [419/753] 2357623=openssl/test_pkcs12 [420/753] 2357622=ruby/enc/test_koi8 [421/753] 2357622=psych/test_json_tree [422/753] 2357622=rubygems/test_gem_remote_fetcher [423/753] 2357623=ruby/test_argf [424/753] 2357622=openssl/test_x509name [425/753] 2357622=psych/test_yaml [426/753] 2357622=optparse/test_cclass [427/753] 2357622=rubygems/test_gem_uninstaller [428/753] 2357622=ruby/test_yjit [429/753] 2357622=rubygems/test_gem_dependency [430/753] 2357622=rubygems/test_gem_remote_fetcher_local_server [431/753] 2357622=ruby/test_method [432/753] 2357624=ruby/test_m17n [433/753] 2357624=stringio/test_ractor [434/753] 2357624=-ext-/bignum/test_str2big [435/753] 2357624=rubygems/test_gem_package_tar_writer [436/753] 2357623=psych/test_set [437/753] 2357623=net/http/test_http [438/753] 2357624=ruby/enc/test_utf16 [439/753] 2357624=-ext-/marshal/test_internal_ivar [440/753] 2357624=rubygems/test_gem_source_local [441/753] 2357624=rubygems/test_gem_gemcutter_utilities [442/753] 2357624=prism/ruby/desugar_compiler_test [443/753] 2357624=prism/ruby/tunnel_test [444/753] 2357624=ruby/test_backtrace [445/753] 2357624=rubygems/test_gem_text [446/753] 2357624=ruby/test_settracefunc [447/753] 2357624=-ext-/tracepoint/test_tracepoint [448/753] 2357624=rubygems/test_gem_commands_push_command [449/753] 2357624=prism/locals_test [450/753] 2357624=ruby/test_method_cache [451/753] 2357624=-ext-/string/test_too_many_dummy_encodings [452/753] 2357624=ruby/test_sprintf_comb [453/753] 2357624=rubygems/test_gem_commands_specification_command [454/753] 2357624=-ext-/test_scan_args [455/753] 2357624=rubygems/test_gem_request [456/753] 2357624=rubygems/test_gem_commands_which_command [457/753] 2357624=rubygems/test_gem_package_old [458/753] 2357624=test_pty [459/753] 2357624=rubygems/test_gem_dependency_installer Leaked file descriptor: TestNetHTTPKeepAlive#test_http_retry_success: 11 #<File::Stat dev=0x9, ino=152278656, 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 2357623 opc 11u IPv4 152278656 0t0 TCP localhost:33595->localhost:43712 (CLOSE_WAIT) [460/753] 2357623=uri/test_http [461/753] 2357623=ruby/test_hash [462/753] 2357624=test_open3 [463/753] 2357622=resolv/test_mdns [464/753] 2357622=date/test_date_parse [465/753] 2357622=-ext-/method/test_arity [466/753] 2357622=openssl/test_buffering [467/753] 2357622=resolv/test_svcb_https [468/753] 2357622=openssl/test_pkey_ec [469/753] 2357622=rubygems/test_gem_ext_cargo_builder_unit [470/753] 2357622=ruby/test_rational [471/753] 2357622=ruby/enc/test_case_mapping [472/753] 2357622=rubygems/test_gem_resolver_api_specification [473/753] 2357622=io/wait/test_ractor [474/753] 2357622=rubygems/test_webauthn_listener [475/753] 2357622=psych/nodes/test_enumerable [476/753] 2357622=did_you_mean/test_tree_spell_checker [477/753] 2357622=prism/ruby/ruby_parser_test [478/753] 2357622=dtrace/test_hash_create [479/753] 2357622=ruby/enc/test_grapheme_breaks [480/753] 2357622=rubygems/test_gem_spec_fetcher [481/753] 2357622=psych/test_yamldbm [482/753] 2357622=ruby/test_warning [483/753] 2357622=date/test_switch_hitter [484/753] 2357622=ruby/test_default_gems [485/753] 2357622=ruby/test_unicode_escape [486/753] 2357622=ruby/enc/test_gbk [487/753] 2357622=fiber/test_backtrace [488/753] 2357622=rubygems/test_gem_commands_dependency_command [489/753] 2357622=test_prettyprint [490/753] 2357622=rubygems/test_gem_uri_formatter [491/753] 2357622=ruby/test_clone [492/753] 2357622=prism/lex_test [493/753] 2357624=-ext-/exception/test_enc_raise [494/753] 2357624=fiber/test_queue [495/753] 2357624=psych/test_boolean [496/753] 2357624=rubygems/test_gem_resolver_lock_specification [497/753] 2357624=fileutils/test_dryrun [498/753] 2357624=ruby/test_gc_compact [499/753] 2357622=prism/regexp_test [500/753] 2357622=rubygems/test_remote_fetch_error [501/753] 2357622=ruby/test_yield [502/753] 2357623=ruby/test_rubyoptions [503/753] 2357622=ripper/test_files_sample [504/753] 2357622=-ext-/exception/test_data_error [505/753] 2357624=ruby/test_optimization [506/753] 2357622=ruby/enc/test_shift_jis [507/753] 2357622=ruby/enc/test_emoji_breaks [508/753] 2357622=-ext-/string/test_normalize [509/753] 2357622=fileutils/test_verbose [510/753] 2357622=rubygems/test_gem_commands_open_command [511/753] 2357622=rubygems/test_gem_update_suggestion [512/753] 2357622=ruby/test_assignment [513/753] 2357622=rubygems/test_gem_resolver_lock_set [514/753] 2357622=openssl/test_random [515/753] 2357622=ruby/test_undef [516/753] 2357622=rubygems/test_gem_command [517/753] 2357622=openssl/test_asn1 [518/753] 2357622=test_pp [519/753] 2357622=rubygems/test_gem_impossible_dependencies_error [520/753] 2357622=optparse/test_noarg [521/753] 2357622=-ext-/arith_seq/test_arith_seq_beg_len_step [522/753] 2357622=psych/test_exception [523/753] 2357622=rubygems/test_gem_resolver_requirement_list [524/753] 2357622=rubygems/test_gem_resolver_git_specification [525/753] 2357622=ruby/enc/test_utf32 [526/753] 2357622=ruby/test_basicinstructions [527/753] 2357622=erb/test_erb [528/753] 2357622=date/test_date_ractor [529/753] 2357622=rubygems/test_gem_security [530/753] 2357623=psych/test_hash [531/753] 2357623=ruby/test_variable [532/753] 2357623=rubygems/test_gem_commands_pristine_command [533/753] 2357624=optparse/test_optarg [534/753] 2357624=ruby/test_iterator [535/753] 2357624=dtrace/test_string [536/753] 2357624=rubygems/test_gem_commands_install_command [537/753] 2357623=rubygems/test_kernel [538/753] 2357623=-ext-/load/test_dot_dot [539/753] 2357623=rubygems/test_gem_rdoc [540/753] 2357623=optparse/test_did_you_mean [541/753] 2357623=ruby/test_shapes [542/753] 2357623=ruby/enc/test_cesu8 [543/753] 2357623=ruby/test_zjit [544/753] 2357623=prism/encoding/regular_expression_encoding_test [545/753] 2357623=did_you_mean/spell_checking/test_method_name_check [546/753] 2357623=fiber/test_storage [547/753] 2357623=psych/test_merge_keys [548/753] 2357623=ruby/test_dir_m17n [549/753] 2357624=dtrace/test_array_create [550/753] 2357624=ruby/test_threadgroup [551/753] 2357623=ruby/test_complex [552/753] 2357623=lib/!Nothing_to_test [553/753] 2357623=prism/result/static_literals_test [554/753] 2357623=test_forwardable [555/753] 2357623=fiber/test_process [556/753] 2357623=-ext-/win32/test_fd_setsize [557/753] 2357623=rubygems/test_gem_commands_fetch_command [558/753] 2357623=-ext-/typeddata/test_typeddata [559/753] 2357624=test_tsort [560/753] 2357624=test_securerandom [561/753] 2357624=rubygems/test_gem_dependency_list [562/753] 2357623=prism/encoding/string_encoding_test [563/753] 2357623=rubygems/test_gem_commands_outdated_command [564/753] 2357623=json/json_fixtures_test [565/753] 2357624=rubygems/test_gem_doctor [566/753] 2357623=-ext-/struct/test_len [567/753] 2357623=io/wait/test_io_wait [568/753] 2357624=-ext-/bignum/test_pack [569/753] 2357624=optparse/test_kwargs [570/753] 2357624=ruby/test_process [571/753] 2357623=-ext-/proc/test_bmethod [572/753] 2357623=ruby/enc/test_euc_kr [573/753] 2357623=openssl/test_provider [574/753] 2357623=rubygems/test_gem_source_specific_file [575/753] 2357623=ruby/test_random_formatter [576/753] 2357623=prism/encoding/encodings_test [577/753] 2357623=ruby/test_rand [578/753] 2357623=net/http/test_httpresponses [579/753] 2357623=rubygems/test_deprecate [580/753] 2357623=uri/test_generic [581/753] 2357623=uri/test_common [582/753] 2357623=-ext-/test_ensure_and_callcc [583/753] 2357623=-ext-/postponed_job/test_postponed_job [584/753] 2357623=rubygems/test_gem_request_set_lockfile [585/753] 2357623=-ext-/iseq_load/test_iseq_load [586/753] 2357622=mkmf/test_have_library [587/753] 2357622=psych/test_stream [588/753] 2357622=openssl/test_ns_spki [589/753] 2357622=-ext-/load/test_stringify_symbols [590/753] 2357622=dtrace/test_require [591/753] 2357622=objspace/test_objspace [592/753] 2357623=prism/library_symbols_test [593/753] 2357623=did_you_mean/spell_checking/test_class_name_check [594/753] 2357623=psych/test_scalar [595/753] 2357623=ruby/test_syntax Leaked file descriptor: TestProcess#test_gid_from_name: 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-05-11 07:22:03.078895195 +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 2357624 opc 10r REG 252,0 6940392 36566444 /var/lib/sss/mc/group [596/753] 2357623=optparse/test_zsh_completion [597/753] 2357623=socket/test_basicsocket [598/753] 2357623=openssl/test_pkcs7 [599/753] 2357623=rubygems/test_gem_commands_environment_command [600/753] 2357623=ruby/test_pack [601/753] 2357623=psych/test_deprecated [602/753] 2357623=fiber/test_io_buffer [603/753] 2357623=optparse/test_optparse [604/753] 2357623=ruby/test_exception [605/753] 2357623=optparse/test_bash_completion [606/753] 2357623=prism/ruby/pattern_test [607/753] 2357623=-ext-/bignum/test_div [608/753] 2357623=ripper/test_files_test_2 [609/753] 2357624=psych/test_numeric [610/753] 2357624=-ext-/string/test_fstring [611/753] 2357624=test_singleton [612/753] 2357624=rubygems/test_gem_ext_rake_builder [613/753] 2357624=did_you_mean/spell_checking/test_key_name_check [614/753] 2357624=test_timeout [615/753] 2357623=io/console/test_ractor [616/753] 2357623=test_weakref [617/753] 2357624=-ext-/thread/test_instrumentation_api [618/753] 2357623=cgi/test_cgi_escape [619/753] 2357623=rubygems/test_gem_commands_stale_command [620/753] 2357623=uri/test_ws [621/753] 2357623=json/json_parser_test [622/753] 2357623=date/test_date_strftime [623/753] 2357623=prism/percent_delimiter_string_test [624/753] 2357623=rubygems/test_gem_commands_cert_command [625/753] 2357623=prism/result/index_write_test [626/753] 2357623=-ext-/string/test_external_new [627/753] 2357623=prism/api/parse_success_test [628/753] 2357623=openssl/test_pkey [629/753] 2357623=-ext-/bignum/test_bigzero [630/753] 2357623=rubygems/test_gem_remote_fetcher_local_ssl_server [631/753] 2357624=rubygems/test_gem_commands_query_command [632/753] 2357624=rubygems/test_gem_platform [633/753] 2357624=prism/ruby/compiler_test [634/753] 2357624=fiber/test_ractor [635/753] 2357624=psych/test_null [636/753] 2357624=ruby/test_memory_view [637/753] 2357624=ruby/test_data [638/753] 2357624=openssl/test_pkey_dh [639/753] 2357624=ruby/test_m17n_comb [640/753] 2357623=fiber/test_io [641/753] 2357623=ruby/test_literal [642/753] 2357623=prism/result/static_inspect_test [643/753] 2357623=rubygems/test_gem_unsatisfiable_dependency_error [644/753] 2357623=fiber/test_thread [645/753] 2357623=rubygems/test_gem_util [646/753] 2357623=rubygems/test_gem_security_signer [647/753] 2357623=ruby/test_complex2 [648/753] 2357623=rubygems/test_config [649/753] 2357623=erb/test_erb_m17n [650/753] 2357623=fiber/test_timeout [651/753] 2357623=date/test_date_conv [652/753] 2357623=rubygems/test_webauthn_poller [653/753] 2357623=mkmf/test_egrep_cpp [654/753] 2357624=rubygems/test_gem_resolver_index_specification [655/753] 2357624=psych/test_serialize_subclasses [656/753] 2357624=ruby/test_frozen [657/753] 2357624=psych/test_tree_builder [658/753] 2357624=psych/test_psych_set [659/753] 2357623=-ext-/load/test_protect [660/753] 2357624=rubygems/test_gem_commands_update_command [661/753] 2357623=date/test_date [662/753] 2357623=ruby/enc/test_big5 [663/753] 2357623=ruby/test_fnmatch [664/753] 2357623=pathname/test_pathname [665/753] 2357623=net/http/test_http_request [666/753] 2357623=test_tempfile [667/753] 2357623=coverage/test_coverage [668/753] 2357623=yaml/test_store [669/753] 2357623=json/json_common_interface_test [670/753] 2357623=psych/test_string [671/753] 2357623=dtrace/test_function_entry [672/753] 2357623=error_highlight/test_error_highlight [673/753] 2357624=ruby/test_complexrational [674/753] 2357624=dtrace/test_raise [675/753] 2357624=prism/result/named_capture_test [676/753] 2357624=prism/version_test [677/753] 2357624=prism/api/lex_test [678/753] 2357624=ripper/test_files_lib [679/753] 2357624=ruby/test_string_memory [680/753] 2357624=-ext-/test_enumerator_kw [681/753] 2357624=psych/test_marshalable [682/753] 2357624=rubygems/test_gem_commands_yank_command [683/753] 2357624=-ext-/namespace/test_load_ext [684/753] 2357624=psych/visitors/test_yaml_tree [685/753] 2357624=rubygems/test_gem_resolver_dependency_request [686/753] 2357624=ruby/enc/test_euc_tw [687/753] 2357624=-ext-/string/test_cstr [688/753] 2357623=rubygems/test_gem_resolver_specification [689/753] 2357623=-ext-/bignum/test_big2str [690/753] 2357623=openssl/test_pkey_dsa [691/753] 2357624=-ext-/wait/test_wait [692/753] 2357624=did_you_mean/tree_spell/test_human_typo [693/753] 2357624=psych/test_psych [694/753] 2357624=psych/test_nil [695/753] 2357624=ruby/test_io_buffer [696/753] 2357624=uri/test_ldap [697/753] 2357624=openssl/test_kdf [698/753] 2357624=fileutils/test_nowrite [699/753] 2357624=ruby/test_defined [700/753] 2357624=-ext-/funcall/test_passing_block [701/753] 2357624=ruby/test_thread_queue [702/753] 2357623=rubygems/test_gem_config_file [703/753] 2357623=json/json_string_matching_test [704/753] 2357623=prism/api/freeze_test [705/753] 2357623=ruby/test_comparable [706/753] 2357623=ruby/test_yjit_exit_locations [707/753] 2357623=ruby/test_io_timeout [708/753] 2357623=prism/ruby/location_test [709/753] 2357623=rubygems/test_gem_package_tar_reader_entry [710/753] 2357623=resolv/test_resource [711/753] 2357623=rubygems/test_gem_uri [712/753] 2357623=-ext-/iter/test_yield_block [713/753] 2357623=-ext-/test_bug-5832 [714/753] 2357623=psych/test_data [715/753] 2357623=-ext-/path_to_class/test_path_to_class [716/753] 2357623=fiber/test_enumerator [717/753] 2357623=optparse/test_reqarg [718/753] 2357623=rubygems/test_gem_ext_ext_conf_builder [719/753] 2357623=did_you_mean/test_spell_checker [720/753] 2357623=rubygems/test_gem_version [721/753] 2357623=ruby/test_frozen_error [722/753] 2357623=ruby/test_proc [723/753] 2357624=-ext-/win32/test_console_attr [724/753] 2357624=rubygems/test_gem_ext_cargo_builder [725/753] 2357624=rubygems/test_gem_commands_unpack_command [726/753] 2357623=zlib/test_zlib [727/753] 2357624=prism/snippets_test [728/753] 2357624=-ext-/gvl/test_ubf_async_safe [729/753] 2357624=rubygems/test_gem_version_option [730/753] 2357624=date/test_date_compat [731/753] 2357624=openssl/test_hmac [732/753] 2357624=ruby/test_encoding [733/753] 2357624=test_find [734/753] 2357624=mkmf/test_constant [735/753] 2357624=rubygems/test_gem_request_connection_pools [736/753] 2357624=-ext-/rational/test_rat [737/753] 2357624=-ext-/test_bug-3571 [738/753] 2357624=psych/test_yamlstore [739/753] 2357624=ruby/test_numeric [740/753] 2357624=mkmf/test_flags [741/753] 2357624=ruby/test_time [742/753] 2357624=uri/test_file [743/753] 2357624=-ext-/float/test_nextafter [744/753] 2357624=rubygems/test_gem_commands_owner_command [745/753] 2357624=-ext-/string/test_capacity [746/753] 2357624=socket/test_tcp [747/753] 2357624=-ext-/integer/test_integer [748/753] 2357624=rubygems/test_gem_name_tuple [749/753] 2357624=rubygems/test_gem_requirement [750/753] 2357624=ruby/test_string [751/753] 2357623=ruby/test_pipe [752/753] 2357623=rubygems/test_gem_commands_server_command [753/753] 2357623=rubygems/test_gem_resolver_activation_request Finished tests in 208.422315s, 137.3365 tests/s, 29131.7415 assertions/s. 28624 tests, 6071705 assertions, 0 failures, 0 errors, 156 skips ruby -v: ruby 3.5.0dev (2025-05-11T14:32:50Z master b94df81be2) +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/16.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 ZJIT_RUSTC_ARGS = --crate-name=zjit --crate-type=staticlib --edition=2024 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/home/opc/ruby/build/master/zjit/target/release/' /home/opc/ruby/src/master/zjit/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/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/fiddle-1.1.8/ext/fiddle' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/fiddle-1.1.8/ext/fiddle' 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.9.2/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.2/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/rbs-3.9.3/ext/rbs_extension' make[2]: Entering directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.3.0/ext/syslog' make[2]: Leaving directory '/home/opc/ruby/build/master/.bundle/gems/syslog-0.3.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-05-11T14:32:50Z master b94df81be2) +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 24.646422 seconds 3337 files, 33383 examples, 198164 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j3'" exit with 0.