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