# Logfile created on 2024-07-30 06:48:14 +0000 by logger.rb/v1.5.0 #<BuildRuby:0x0000003fe9aac8b8 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk", @TARGET_SRC_DIR="/tmp/ruby/src/trunk", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk", @configure_opts=["--enable-shared"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @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/sipeed/ruby/logs/brlog.trunk.20240730-064814", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000003fe9a8aad8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000003fe9a8a998 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000003fe9a8a808 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/sipeed/ruby/logs/brlog.trunk.20240730-064814", @dev=#<File:/home/sipeed/ruby/logs/brlog.trunk.20240730-064814>, @binmode=false, @mon_data=#<Monitor:0x0000003fe9a8a6f0>, @mon_data_owner_object_id=880>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/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 -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby b3baa11..1870505 master -> origin/master Updating b3baa11..1870505 Fast-forward compile.c | 1 - cont.c | 94 ------------------------ eval.c | 9 +-- ext/-test-/ensure_and_callcc/ensure_and_callcc.c | 50 +++++++++++++ ext/-test-/ensure_and_callcc/extconf.rb | 5 ++ hash.c | 10 --- rjit_c.rb | 5 -- test/-ext-/required.rb | 10 +++ test/-ext-/test_ensure_and_callcc.rb | 39 ++++++++++ test/ruby/test_iseq.rb | 5 ++ vm.c | 2 - vm_core.h | 17 ----- 12 files changed, 110 insertions(+), 137 deletions(-) create mode 100644 ext/-test-/ensure_and_callcc/ensure_and_callcc.c create mode 100644 ext/-test-/ensure_and_callcc/extconf.rb create mode 100644 test/-ext-/required.rb create mode 100644 test/-ext-/test_ensure_and_callcc.rb Latest commit hash = 1870505f47 $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 making /tmp/ruby/src/trunk/rjit_c.rbinc generating miniprelude.c /tmp/ruby/src/trunk/revision.h updated generating riscv64-linux-fake.rb riscv64-linux-fake.rb updated generating enc.mk miniprelude.c updated making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/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 -j4" exit with 0. $$$[beg] make miniruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/riscv64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --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=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Debian 13.2.0-23revyos1) 13.2.0 Copyright (C) 2023 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 /tmp/ruby/src/trunk/miniinit.c compiling /tmp/ruby/src/trunk/array.c compiling /tmp/ruby/src/trunk/ast.c compiling /tmp/ruby/src/trunk/bignum.c compiling /tmp/ruby/src/trunk/class.c compiling /tmp/ruby/src/trunk/compile.c compiling /tmp/ruby/src/trunk/complex.c compiling /tmp/ruby/src/trunk/cont.c compiling /tmp/ruby/src/trunk/debug.c compiling /tmp/ruby/src/trunk/dir.c compiling /tmp/ruby/src/trunk/encoding.c compiling /tmp/ruby/src/trunk/enumerator.c compiling /tmp/ruby/src/trunk/error.c compiling /tmp/ruby/src/trunk/eval.c compiling /tmp/ruby/src/trunk/gc.c compiling /tmp/ruby/src/trunk/hash.c compiling /tmp/ruby/src/trunk/imemo.c compiling /tmp/ruby/src/trunk/io.c compiling /tmp/ruby/src/trunk/iseq.c compiling /tmp/ruby/src/trunk/load.c compiling /tmp/ruby/src/trunk/marshal.c compiling /tmp/ruby/src/trunk/memory_view.c compiling /tmp/ruby/src/trunk/rjit.c compiling /tmp/ruby/src/trunk/rjit_c.c compiling /tmp/ruby/src/trunk/node.c compiling /tmp/ruby/src/trunk/node_dump.c compiling /tmp/ruby/src/trunk/numeric.c compiling /tmp/ruby/src/trunk/object.c compiling /tmp/ruby/src/trunk/pack.c compiling parse.c compiling /tmp/ruby/src/trunk/proc.c compiling /tmp/ruby/src/trunk/process.c compiling /tmp/ruby/src/trunk/ractor.c compiling /tmp/ruby/src/trunk/random.c compiling /tmp/ruby/src/trunk/rational.c compiling /tmp/ruby/src/trunk/re.c compiling /tmp/ruby/src/trunk/ruby.c compiling /tmp/ruby/src/trunk/scheduler.c compiling /tmp/ruby/src/trunk/shape.c compiling /tmp/ruby/src/trunk/signal.c compiling /tmp/ruby/src/trunk/string.c compiling /tmp/ruby/src/trunk/struct.c compiling /tmp/ruby/src/trunk/symbol.c compiling /tmp/ruby/src/trunk/thread.c /tmp/ruby/src/trunk/thread.c: In function 'rb_gc_set_stack_end': /tmp/ruby/src/trunk/thread.c:4554:18: warning: storing the address of local variable 'stack_end' in '*stack_end_p' [-Wdangling-pointer=] 4554 | *stack_end_p = &stack_end; | ~~~~~~~~~~~~~^~~~~~~~~~~~ /tmp/ruby/src/trunk/thread.c:4553:11: note: 'stack_end' declared here 4553 | VALUE stack_end; | ^~~~~~~~~ /tmp/ruby/src/trunk/thread.c:4551:29: note: 'stack_end_p' declared here 4551 | rb_gc_set_stack_end(VALUE **stack_end_p) | ~~~~~~~~^~~~~~~~~~~ compiling /tmp/ruby/src/trunk/time.c At top level: cc1: note: unrecognized command-line option '-Wno-self-assign' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-parentheses-equality' may have been intended to silence earlier diagnostics cc1: note: unrecognized command-line option '-Wno-constant-logical-operand' may have been intended to silence earlier diagnostics compiling /tmp/ruby/src/trunk/variable.c compiling /tmp/ruby/src/trunk/version.c compiling /tmp/ruby/src/trunk/vm.c compiling /tmp/ruby/src/trunk/vm_backtrace.c compiling /tmp/ruby/src/trunk/vm_dump.c compiling /tmp/ruby/src/trunk/vm_sync.c compiling /tmp/ruby/src/trunk/vm_trace.c compiling /tmp/ruby/src/trunk/weakmap.c linking miniruby $$$[end] "make miniruby -j4" exit with 0. $$$[beg] make ruby -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/riscv64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --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=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Debian 13.2.0-23revyos1) 13.2.0 Copyright (C) 2023 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 f3faf171b622024848f7dd9610ff286c9d4165cf4e34d78767b90a563f0dd8c0 builtin_binary.inc compiling /tmp/ruby/src/trunk/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.4.0 linking ruby $$$[end] "make ruby -j4" exit with 0. $$$[beg] make all -j4 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/riscv64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --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=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Debian 13.2.0-23revyos1) 13.2.0 Copyright (C) 2023 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 building spec/ruby/optional/capi/ext/array_spec.so building spec/ruby/optional/capi/ext/basic_object_spec.so building spec/ruby/optional/capi/ext/bignum_spec.so building spec/ruby/optional/capi/ext/binding_spec.so building spec/ruby/optional/capi/ext/boolean_spec.so building spec/ruby/optional/capi/ext/class_id_under_autoload_spec.so building spec/ruby/optional/capi/ext/class_spec.so building spec/ruby/optional/capi/ext/class_under_autoload_spec.so building spec/ruby/optional/capi/ext/complex_spec.so building spec/ruby/optional/capi/ext/constants_spec.so building spec/ruby/optional/capi/ext/data_spec.so building spec/ruby/optional/capi/ext/debug_spec.so building spec/ruby/optional/capi/ext/encoding_spec.so building spec/ruby/optional/capi/ext/enumerator_spec.so building spec/ruby/optional/capi/ext/exception_spec.so building spec/ruby/optional/capi/ext/fiber_spec.so building spec/ruby/optional/capi/ext/file_spec.so building spec/ruby/optional/capi/ext/fixnum_spec.so building spec/ruby/optional/capi/ext/float_spec.so building spec/ruby/optional/capi/ext/gc_spec.so building spec/ruby/optional/capi/ext/globals_spec.so building spec/ruby/optional/capi/ext/hash_spec.so building spec/ruby/optional/capi/ext/integer_spec.so building spec/ruby/optional/capi/ext/io_spec.so building spec/ruby/optional/capi/ext/kernel_spec.so building spec/ruby/optional/capi/ext/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/proc_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/rational_spec.so building spec/ruby/optional/capi/ext/rbasic_spec.so building spec/ruby/optional/capi/ext/regexp_spec.so building spec/ruby/optional/capi/ext/st_spec.so building spec/ruby/optional/capi/ext/string_spec.so building spec/ruby/optional/capi/ext/struct_spec.so building spec/ruby/optional/capi/ext/symbol_spec.so building spec/ruby/optional/capi/ext/thread_spec.so building spec/ruby/optional/capi/ext/time_spec.so building spec/ruby/optional/capi/ext/tracepoint_spec.so building spec/ruby/optional/capi/ext/typed_data_spec.so building spec/ruby/optional/capi/ext/util_spec.so making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged generating makefiles ext/configure-ext.mk making trans ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs configuring -test-/ensure_and_callcc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/-test-/ensure_and_callcc' compiling /tmp/ruby/src/trunk/ext/-test-/ensure_and_callcc/ensure_and_callcc.c make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' compiling /tmp/ruby/src/trunk/ext/coverage/coverage.c make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' linking shared-object -test-/ensure_and_callcc.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' compiling /tmp/ruby/src/trunk/ext/objspace/object_tracing.c make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/-test-/ensure_and_callcc' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' compiling /tmp/ruby/src/trunk/ext/objspace/objspace.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' compiling /tmp/ruby/src/trunk/ext/ripper/ripper.c compiling /tmp/ruby/src/trunk/ext/objspace/objspace_dump.c linking shared-object coverage.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' compiling /tmp/ruby/src/trunk/ext/socket/init.c make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' compiling /tmp/ruby/src/trunk/ext/socket/constants.c compiling /tmp/ruby/src/trunk/ext/socket/basicsocket.c linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' compiling /tmp/ruby/src/trunk/ext/socket/socket.c compiling /tmp/ruby/src/trunk/ext/socket/ipsocket.c compiling /tmp/ruby/src/trunk/ext/socket/tcpsocket.c compiling /tmp/ruby/src/trunk/ext/socket/tcpserver.c compiling /tmp/ruby/src/trunk/ext/socket/sockssocket.c compiling /tmp/ruby/src/trunk/ext/socket/udpsocket.c compiling /tmp/ruby/src/trunk/ext/socket/unixsocket.c compiling /tmp/ruby/src/trunk/ext/socket/unixserver.c compiling /tmp/ruby/src/trunk/ext/socket/option.c compiling /tmp/ruby/src/trunk/ext/socket/ancdata.c compiling /tmp/ruby/src/trunk/ext/socket/raddrinfo.c compiling /tmp/ruby/src/trunk/ext/socket/ifaddr.c linking shared-object socket.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' linking shared-object ripper.so make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk' linking ruby make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $$$[end] "make all -j4" exit with 0. $$$[beg] make install -j4 Update power_assert to 84e85124c5014a139af39161d484156cfe87a9ed Update typeprof to b19a6416da3a05d57fadd6ffdadb382b6d236ca5 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/riscv64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = LC_ALL = LC_CTYPE = MFLAGS = -j4 --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=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs echo 84e85124c5014a139af39161d484156cfe87a9ed | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision - echo b19a6416da3a05d57fadd6ffdadb382b6d236ca5 | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision - gcc (Debian 13.2.0-23revyos1) 13.2.0 Copyright (C) 2023 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 /tmp/ruby/src/trunk/.bundle/.timestamp/power_assert.revision unchanged /tmp/ruby/src/trunk/.bundle/.timestamp/typeprof.revision unchanged making srcs under enc making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h Building power_assert@84e85124c5014a139af39161d484156cfe87a9ed to /tmp/ruby/src/trunk/gems/power_assert-2.0.3.gem transdb.h unchanged generating makefiles ext/configure-ext.mk making trans Successfully built RubyGem Name: power_assert Version: 2.0.4dev File: power_assert-2.0.4dev.gem ext/configure-ext.mk unchanged Extracting bundle gem power_assert-2.0.3... make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' 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. make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' Unpacked gems/power_assert-2.0.4dev.gem make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' ./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems -r./riscv64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc installing binary commands: /tmp/ruby/install/trunk/bin installing base libraries: /tmp/ruby/install/trunk/lib installing arch files: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/riscv64-linux installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/riscv64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/riscv64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/riscv64-linux installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/riscv64-linux installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk/bin installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk/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.14.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.5.0 ostruct 0.6.0 pp 0.5.0 prettyprint 0.2.0 prism 0.30.0 pstore 0.1.3 rdoc 6.7.0 readline 0.0.4 reline 0.5.9 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: /tmp/ruby/install/trunk/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.2 strscan 3.1.1 zlib 3.1.0 installing bundled gems: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 minitest 5.24.1 rake 13.2.1 test-unit 3.6.2 rexml 3.3.2 rss 0.3.0 net-ftp 0.3.7 net-imap 0.4.14 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.2 rbs 3.5.2 typeprof 0.21.11 debug 1.9.2 racc 1.8.0 mutex_m 0.2.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.8 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: /tmp/ruby/install/trunk/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 -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 1982 tests $$$[end] "make yes-btest TESTOPTS='-q -j4'" exit with 0. $$$[beg] make yes-test-basic TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/riscv64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = 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=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Debian 13.2.0-23revyos1) 13.2.0 Copyright (C) 2023 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 /tmp/ruby/src/trunk/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372 /tmp/ruby/src/trunk/basictest/test.rb:condition ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:if/unless ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:case .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:while/until ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:exception ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:array .......................................OK 39 /tmp/ruby/src/trunk/basictest/test.rb:hash ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:iterator ...........................................................................................................OK 107 /tmp/ruby/src/trunk/basictest/test.rb:float ................................................................................OK 80 /tmp/ruby/src/trunk/basictest/test.rb:bignum ...............................OK 31 /tmp/ruby/src/trunk/basictest/test.rb:string & char ..............................................................OK 62 /tmp/ruby/src/trunk/basictest/test.rb:assignment ..........OK 10 /tmp/ruby/src/trunk/basictest/test.rb:call ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:proc .........OK 9 /tmp/ruby/src/trunk/basictest/test.rb:signal ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:eval ...........................OK 27 /tmp/ruby/src/trunk/basictest/test.rb:system ........OK 8 /tmp/ruby/src/trunk/basictest/test.rb:const .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:clone .....OK 5 /tmp/ruby/src/trunk/basictest/test.rb:marshal ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:pack ....OK 4 /tmp/ruby/src/trunk/basictest/test.rb:math ..OK 2 /tmp/ruby/src/trunk/basictest/test.rb:struct ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:variable ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:trace ...OK 3 /tmp/ruby/src/trunk/basictest/test.rb:defined? ............OK 12 /tmp/ruby/src/trunk/basictest/test.rb:alias ......OK 6 /tmp/ruby/src/trunk/basictest/test.rb:path .......................OK 23 /tmp/ruby/src/trunk/basictest/test.rb:gc ....OK 4 test succeeded $$$[end] "make yes-test-basic TESTS='-j4'" exit with 0. $$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/riscv64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = 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=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Debian 13.2.0-23revyos1) 13.2.0 Copyright (C) 2023 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 making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' Run options: --seed=4582 "--ruby=./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems" --excludes-dir=/tmp/ruby/src/trunk/test/.excludes --name=!/memory_leak/ --stderr-on-failure -j4 # Running tests: [ 1/912] 585921=test_cparser [ 2/912] 585920=test_pkg_config [ 3/912] 585923=test_rdoc_markup_include [ 4/912] 585922=test_sexp [ 5/912] 585920=fuzzer_test [ 6/912] 585922=test_variable [ 7/912] 585921=test_struct [ 8/912] 585920=magic_comment_test [ 9/912] 585921=test_rdoc_markup_to_html_snippet [ 10/912] 585922=onigmo_test [ 11/912] 585923=test_gem_source_subpath_problem [ 12/912] 585922=test_dln [ 13/912] 585922=json_common_interface_test [ 14/912] 585922=test_win32ole_variant_outarg [ 15/912] 585922=test_config [ 16/912] 585921=comments_test [ 17/912] 585922=json_parser_test [ 18/912] 585920=test_nomethod_error [ 19/912] 585920=test_set [ 20/912] 585921=test_gem_path_support [ 21/912] 585920=test_struct [ 22/912] 585922=test_files_test_1 [ 23/912] 585923=test_rdoc_rd_inline [ 24/912] 585923=test_mutex [ 25/912] 585921=test_x509req [ 26/912] 585923=test_key_error [ 27/912] 585923=test_allocation [ 28/912] 585921=test_div [ 29/912] 585921=test_win32ole_variant_m [ 30/912] 585921=test_engine [ 31/912] 585921=test_deprecated [ 32/912] 585921=test_color_printer [ 33/912] 585921=test_serialize_subclasses [ 34/912] 585921=test_insns_leaf [ 35/912] 585921=test_fixnum [ 36/912] 585921=test_signal [ 37/912] 585920=test_x509crl [ 38/912] 585920=dispatcher_test [ 39/912] 585920=test_rdoc_rd [ 40/912] 585921=test_cgi_session [ 41/912] 585921=heredoc_test [ 42/912] 585921=test_metaclass [ 43/912] 585921=test_rdoc_top_level [ 44/912] 585920=test_input_method [ 45/912] 585920=test_windows_1252 [ 46/912] 585920=test_process [ 47/912] 585920=test_float [ 48/912] 585921=test_cd [ 49/912] 585921=test_cgi_cookie [ 50/912] 585921=test_require [ 51/912] 585920=test_dir_m17n [ 52/912] 585922=warnings_test [ 53/912] 585923=test_gem_resolver_installer_set [ 54/912] 585922=test_refinement [ 55/912] 585920=test_gem_commands_signout_command [ 56/912] 585923=test_regex_casefold [ 57/912] 585923=test_gem_source_git [ 58/912] 585920=test_cipher [ 59/912] 585920=test_gem_security_signer [ 60/912] 585920=test_new [ 61/912] 585920=test_gem_resolver_git_set [ 62/912] 585923=test_storage [ 63/912] 585923=constant_path_node_test [ 64/912] 585920=test_iterator [ 65/912] 585923=test_string [ 66/912] 585923=test_omap [ 67/912] 585923=test_digest_extend [ 68/912] 585923=test_shellwords [ 69/912] 585923=test_debug [ 70/912] 585923=test_memory_view [ 71/912] 585920=test_rdoc_parser_simple [ 72/912] 585923=test_yamldbm [ 73/912] 585923=test_gem_commands_rebuild_command [ 74/912] 585920=test_load [ 75/912] 585920=test_abi [ 76/912] 585921=test_provider [ 77/912] 585923=test_evaluation [ 78/912] 585923=test_https [ 79/912] 585920=test_gem_ext_builder [ 80/912] 585921=implicit_array_test [ 81/912] 585921=test_win32ole_method_event [ 82/912] 585921=test_nesting_parser [ 83/912] 585921=test_gem_dependency_list [ 84/912] 585921=test_benchmark [ 85/912] 585921=test_gem_commands_outdated_command [ 86/912] 585921=test_helper_method [ 87/912] 585921=test_gem_package_tar_writer [ 88/912] 585921=test_array [ 89/912] 585923=test_gem_source [ 90/912] 585920=test_scalar_scanner [ 91/912] 585920=fixtures_test [ 92/912] 585923=test_rational2 [ 93/912] 585923=test_rational [ 94/912] 585923=test_assembler [ 95/912] 585923=test_spell_checker [ 96/912] 585923=test_propertyputref [ 97/912] 585923=test_erb [ 98/912] 585923=test_x509ext [ 99/912] 585923=test_gem_source_installed [100/912] 585923=test_completion [101/912] 585920=test_gem_commands_cert_command [102/912] 585922=test_len [103/912] 585922=test_proxy [104/912] 585922=test_yield_block [105/912] 585922=test_parser [106/912] 585923=test_method_name_check [107/912] 585922=test_arith_seq_extract [108/912] 585923=test_ssl [109/912] 585922=test_gem_ext_cargo_builder [110/912] 585922=test_gem_request_set [111/912] 585922=test_module [112/912] 585920=test_boolean [113/912] 585920=test_instrumentation_api [114/912] 585920=test_stringify_symbols [115/912] 585920=test_monitor [116/912] 585920=test_buffered_io [117/912] 585920=test_configuration [118/912] 585920=test_rubyvm [119/912] 585920=test_rdoc_generator_markup [120/912] 585920=test_whileuntil [121/912] 585920=test_bn [122/912] 585920=test_win32ole_param_event [123/912] 585920=test_path [124/912] 585920=test_case_mapping [125/912] 585920=test_tree_spell_checker [126/912] 585920=test_http Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 10 #<File::Stat dev=0x8, ino=322790, mode=0140777, nlink=1, uid=1001, gid=1001, rdev=0x0, size=0, blksize=4096, 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 585920 sipeed 10u IPv4 322790 0t0 TCP localhost:41819->localhost:44140 (CLOSE_WAIT) Leaked file descriptor: TestNetHTTP_v1_2#test_get__crlf: 11 #<File::Stat dev=0x8, ino=322943, mode=0140777, nlink=1, uid=1001, gid=1001, rdev=0x0, size=0, blksize=4096, 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 585920 sipeed 11u IPv4 322943 0t0 TCP localhost:38855->localhost:49388 (CLOSE_WAIT) [127/912] 585922=test_addrinfo [128/912] 585922=test_bug-14834 [129/912] 585921=test_date_compat [130/912] 585921=test_rdoc_markup_to_html [131/912] 585922=test_compile_prism [132/912] 585921=test_terminfo [133/912] 585921=test_lexer [134/912] 585921=test_thread_cv [135/912] 585921=test_ssl_session [136/912] 585922=test_gem_commands_update_command [137/912] 585920=test_gem_resolver_vendor_specification [138/912] 585920=test_key_event_record [139/912] 585920=test_gem_uri [140/912] 585920=test_random [141/912] 585920=test_notimplement [142/912] 585920=test_rdoc_method_attr [143/912] 585920=test_gem_gem_runner [144/912] 585920=test_filter [145/912] 585921=test_data [146/912] 585920=test_rdoc_generator_pot [147/912] 585920=test_koi8 [148/912] 585920=test_enumerator [149/912] 585920=test_rdoc_parser_changelog [150/912] 585921=test_unicode [151/912] 585921=test_document [152/912] 585921=test_euc_jp [153/912] 585921=test_rdoc_generator_pot_po_entry [154/912] 585921=test_acceptable [155/912] 585920=test_gem_commands_yank_command [156/912] 585921=test_win32ole_param [157/912] 585921=test_pair [158/912] 585920=test_name_error_extension [159/912] 585920=test_bundled_gems [160/912] 585920=test_rdoc_i18n_locale [161/912] 585920=test_primitive [162/912] 585920=test_human_typo [163/912] 585920=test_rbconfig [164/912] 585920=test_key_stroke [165/912] 585920=test_color [166/912] 585920=json_encoding_test [167/912] 585920=test_gem_resolver_local_specification [168/912] 585920=test_httpheader [169/912] 585920=test_rdoc_ri_driver [170/912] 585922=test_httpresponses [171/912] 585922=test_encoding [172/912] 585920=test_set_len [173/912] 585922=test_sockopt [174/912] 585922=string_encoding_test [175/912] 585920=test_install [176/912] 585922=test_rdoc_markup_to_label [177/912] 585922=test_rdoc_markup_pre_process [178/912] 585922=test_printf [179/912] 585922=test_webauthn_listener_response [180/912] 585922=test_time [181/912] 585920=test_to_ary_concat [182/912] 585922=test_stream [183/912] 585922=test_pinned [184/912] 585922=test_gem_bundler_version_finder [185/912] 585922=test_emoji_breaks [186/912] 585922=test_within_pipe [187/912] 585922=test_gem_commands_unpack_command [188/912] 585922=test_files_lib [189/912] 585922=test_beginendblock [190/912] 585922=test_help [191/912] 585922=test_rdoc_markup_to_bs [192/912] 585922=test_digest [193/912] 585922=test_ractor [194/912] 585922=test_rdoc_servlet [195/912] 585922=test_gem_security [196/912] 585920=test_fiber [197/912] 585923=test_multi_irb_commands [198/912] 585923=test_open3 [199/912] 585921=test_closure [200/912] 585920=test_bundled_ca [201/912] 585920=test_delegate [202/912] 585921=test_popen_deadlock [203/912] 585920=test_history [204/912] 585920=test_date_marshal [205/912] 585920=test_mkmf [206/912] 585920=test_recursion [207/912] 585920=test_exit [208/912] 585920=test_variable_name_check [209/912] 585920=test_io_m17n [210/912] 585921=test_did_you_mean [211/912] 585921=test_gem_commands_server_command [212/912] 585921=test_append [213/912] 585921=test_option [214/912] 585921=breadth_first_search_test [215/912] 585921=test_cmethod [216/912] 585921=test_tracer [217/912] 585921=test_gem_commands_build_command [218/912] 585921=node_id_test [219/912] 585921=test_interned_str [220/912] 585921=test_case_comprehensive [221/912] 585921=test_class [222/912] 585921=test_ocsp [223/912] 585920=test_pkey_dsa [224/912] 585921=test_scheduler [225/912] 585921=test_iseq [226/912] 585923=test_exception_at_throwing [227/912] 585923=test_rdoc_markup_heading [228/912] 585923=test_transcode [229/912] 585923=test_eval [230/912] 585921=json_generator_test [231/912] 585920=test_config [232/912] 585921=test_gem_resolver_vendor_set [233/912] 585921=test_enumerable [234/912] 585923=test_gem_safe_marshal [235/912] 585921=test_gem_resolver_api_set [236/912] 585921=ruby_parser_test [237/912] 585921=test_ast [238/912] 585920=test_gem_request_set_gem_dependency_api [239/912] 585923=test_lambda [240/912] 585923=test_helper [241/912] 585923=test_random_formatter [242/912] 585923=test_jaro_winkler [243/912] 585923=test_webauthn_listener [244/912] 585920=test_rdoc_code_object Leaked file descriptor: WebauthnListenerTest#test_wait_for_otp_code_options_request: 9 : #<TCPSocket:fd 9, AF_INET, 127.0.0.1, 41879> COMMAND PID USER FD TYPE DEVICE SIZE/OFF NODE NAME ruby 585923 sipeed 9u IPv4 326687 0t0 TCP localhost:41879->localhost:58624 (CLOSE_WAIT) [245/912] 585923=test_x509store [246/912] 585920=parse_comments_test [247/912] 585920=test_update [248/912] 585920=test_x509name [249/912] 585920=test_fips [250/912] 585923=bom_test [251/912] 585923=test_data_error [252/912] 585923=test_force_exit [253/912] 585923=test_file [254/912] 585920=test_ostruct [255/912] 585920=unescape_test Closed file descriptor: TestFile::NewlineConvTests#test_c_rb_file_open_bin_mode_write_crlf: 9 [256/912] 585923=test_udp [257/912] 585923=errors_test [258/912] 585923=test_gem_commands_check_command [259/912] 585923=test_regexp [260/912] 585920=test_vm_dump [261/912] 585920=test_rdoc_markup_document [262/912] 585920=test_integer_comb [263/912] 585920=test_tmpdir [264/912] 585920=test_ftp [265/912] 585920=test_rdoc_ri_paths [266/912] 585920=test_ts [267/912] 585922=test_ensured [268/912] 585920=test_locale [269/912] 585920=test_addr [270/912] 585922=library_symbols_test [271/912] 585922=test_gem_uri_formatter [272/912] 585920=test_erb_command [273/912] 585922=test_helper [274/912] 585922=test_encoding [275/912] 585920=test_project_sanity [276/912] 585920=test_range [277/912] 585922=test_constant [278/912] 585920=test_pty [279/912] 585920=test_dup [280/912] 585920=test_key_actor_emacs [281/912] 585920=test_gem_remote_fetcher_local_ssl_server [282/912] 585920=test_gem_gemcutter_utilities [283/912] 585922=test_basicinstructions [284/912] 585920=parse_test [285/912] 585920=test_gem_command_manager [286/912] 585922=test_arithmetic_sequence [287/912] 585922=heredoc_dedent_test [288/912] 585922=test_cgi_header [289/912] 585922=test_object [290/912] 585922=version_test [291/912] 585922=test_ractor [292/912] 585920=test_type [293/912] 585920=test_pointer [294/912] 585922=test_big5 [295/912] 585922=test_func [296/912] 585920=test_rdoc_rd_block_parser [297/912] 585920=test_signedness [298/912] 585922=test_tsort [299/912] 585922=test_change_word [300/912] 585922=test_flip [301/912] 585922=test_timeout [302/912] 585922=test_normalize [303/912] 585922=test_ossl [304/912] 585923=test_ruby_lex [305/912] 585923=test_object [306/912] 585923=test_date_arith [307/912] 585923=test_gem_local_remote_options [308/912] 585923=test_sleep [309/912] 585923=test_delete [310/912] 585923=test_win32ole_method [311/912] 585923=test_fd_setsize [312/912] 585923=test_continuation [313/912] 585923=test_class_name_check [314/912] 585923=test_keyword [315/912] 585920=dump_test [316/912] 585923=test_pkey_rsa [317/912] 585922=test_weakkeymap [318/912] 585923=test_gem_commands_push_command [319/912] 585922=test_numhash [320/912] 585922=test_placearg [321/912] 585922=test_date_strptime [322/912] 585923=test_gem_package_task [323/912] 585923=test_rdoc_markup_hard_break [324/912] 585923=test_gem_platform [325/912] 585920=test_import [326/912] 585922=test_not [327/912] 585922=test_gem_resolver_lock_set [328/912] 585923=test_rdoc_parser_markdown [329/912] 585922=attribute_write_test [330/912] 585922=test_file_exhaustive [331/912] 585923=test_gem_update_suggestion [332/912] 585923=test_files_test [333/912] 585923=test_logger [334/912] 585923=test_coderange [335/912] 585923=test_symbol [336/912] 585923=test_mailto [337/912] 585923=test_rdoc_generator_darkfish [338/912] 585923=test_resize [339/912] 585923=test_error_highlight [340/912] 585920=test_rdoc_comment [341/912] 585920=json_generic_object_test [342/912] 585920=test_gem_source_fetch_problem [343/912] 585920=test_http_request [344/912] 585920=test_numeric [345/912] 585920=test_member [346/912] 585920=test_word [347/912] 585920=test_gem_commands_cleanup_command [348/912] 585923=test_cgi_multipart [349/912] 585923=test_ractor_compatibility [350/912] 585920=test_autoconf [351/912] 585920=test_eval [352/912] 585920=test_dir [353/912] 585923=test_gem_console_ui [354/912] 585923=test_date_ractor [355/912] 585920=test_unix [356/912] 585920=test_enc_associate [357/912] 585923=test_lazy_enumerator [358/912] 585923=test_find_executable [359/912] 585923=parser_test [360/912] 585923=test_symbol [361/912] 585920=test_coder [362/912] 585920=test_nofree [363/912] 585920=test_gem_commands_pristine_command [364/912] 585922=test_context [365/912] 585922=test_function_entry [366/912] 585922=test_pkcs7 [367/912] 585922=test_gem_resolver_requirement_list [368/912] 585922=test_arith_seq_beg_len_step [369/912] 585922=test_gem_specification [370/912] 585920=test_enum [371/912] 585920=test_threadgroup [372/912] 585920=test_have_macro [373/912] 585923=test_complex2 [374/912] 585923=test_resolve_symbol [375/912] 585923=test_gem_package [376/912] 585920=ractor_test [377/912] 585920=test_trace [378/912] 585920=test_rdoc_generator_json_index [379/912] 585920=test_time_tz [380/912] 585920=test_win32ole_event [381/912] 585920=test_gem_ci_detector [382/912] 585920=test_bignum [383/912] 585920=test_rdoc_class_module [384/912] 585923=test_win32ole_variable [385/912] 585923=test_io_wait_uncommon [386/912] 585923=test_arity [387/912] 585923=test_stringio [388/912] 585922=test_win32ole_variant [389/912] 585922=test_ipaddr [390/912] 585922=test_rdoc_markup_to_ansi [391/912] 585923=test_history [392/912] 585923=test_mixed_unicode_escapes [393/912] 585923=static_literals_test [394/912] 585923=test_gem_resolver_api_specification [395/912] 585922=overlap_test [396/912] 585923=test_merge_keys [397/912] 585923=test_rdoc_extend [398/912] 585923=test_gem_source_lock [399/912] 585923=test_gem [400/912] 585920=test_gem_commands_open_command [401/912] 585920=test_dns [402/912] 585922=test_ractor [403/912] 585922=test_registry [404/912] 585922=test_parser [405/912] 585922=test_cgi_core [406/912] 585922=test_rb_str_dup [407/912] 585922=test_reline_key [408/912] 585922=test_singleton_function [409/912] 585922=test_ancdata [410/912] 585922=test_alias [411/912] 585920=test_timeout [412/912] 585922=test_unicode_normalize [413/912] 585922=test_marshal [414/912] 585920=test_weakref [415/912] 585920=test_nonblock [416/912] 585920=test_thread [417/912] 585923=json_ext_parser_test [418/912] 585923=test_my_integer [419/912] 585923=test_debugger_integration [420/912] 585923=test_rendering [421/912] 585923=test_ractor [422/912] 585922=test_ssl [423/912] 585923=test_object_references [424/912] 585923=test_usrmarshal [425/912] 585923=test_gem_resolver_git_specification [426/912] 585922=test_stat [427/912] 585922=test_gem_request_set_lockfile_tokenizer [428/912] 585922=test_have_func [429/912] 585923=test_nextafter [430/912] 585923=test_capacity [431/912] 585923=test_https_proxy [432/912] 585923=ripper_test [433/912] 585923=test_call [434/912] 585923=test_rubygems [435/912] 585923=test_super [436/912] 585920=test_rubyoptions [437/912] 585923=test_cgi_modruby [438/912] 585923=test_integer [439/912] 585923=test_gem_commands_setup_command [440/912] 585922=test_dryrun [441/912] 585922=test_integer [442/912] 585922=test_env [443/912] 585923=test_rdoc_attr [444/912] 585923=test_ractor [445/912] 585923=test_memory_view [446/912] 585923=test_m17n_comb [447/912] 585920=test_rdoc_markup_to_markdown [448/912] 585920=test_json_tree [449/912] 585920=test_rdoc_generator_pot_po [450/912] 585920=test_ansi_with_terminfo [451/912] 585920=test_reline [452/912] 585920=test_parser_events [453/912] 585920=test_pkey [454/912] 585920=test_case [455/912] 585920=test_gem_request_connection_pools [456/912] 585920=test_grapheme_breaks [457/912] 585920=test_gem_version_option [458/912] 585920=test_cclass [459/912] 585920=test_str2big [460/912] 585920=test_c_struct_builder [461/912] 585920=test_dot_dot [462/912] 585920=test_literal [463/912] 585920=test_socket [464/912] 585922=test_thread [465/912] 585922=test_gem_remote_fetcher_s3 [466/912] 585922=location_test [467/912] 585922=test_objectspace [468/912] 585923=test_rdoc_markup_to_table_of_contents [469/912] 585923=test_require_lib [470/912] 585922=test_gem_install_update_options [471/912] 585922=test_severity [472/912] 585922=test_ractor [473/912] 585922=test_gem_stream_ui [474/912] 585922=test_rdoc_generator_ri [475/912] 585922=test_extlibs [476/912] 585920=test_exception [477/912] 585922=test_rand [478/912] 585922=test_gem_name_tuple [479/912] 585922=test_gem_package_tar_reader_entry [480/912] 585922=test_bug_reporter [481/912] 585922=test_gem_dependency_installer [482/912] 585920=test_scalar [483/912] 585920=test_gem_commands_info_command [484/912] 585920=parameters_signature_test [485/912] 585920=test_rdoc_cross_reference [486/912] 585923=test_store [487/912] 585923=test_case_options [488/912] 585923=test_scan_args [489/912] 585923=test_win32ole [490/912] 585923=test_generic [491/912] 585923=test_gem_text [492/912] 585920=test_settracefunc [493/912] 585923=tunnel_test [494/912] 585923=test_enumerator_kw [495/912] 585923=test_gem_commands_mirror [496/912] 585923=test_gem_ext_cargo_builder_link_flag_converter [497/912] 585923=test_sprintf_comb [498/912] 585923=test_gem_request [499/912] 585923=test_method_cache [500/912] 585923=test_gem_resolver_composed_set [501/912] 585923=test_safe_load [502/912] 585923=test_gem_resolver [503/912] 585923=test_gem_commands_dependency_command [504/912] 585920=test_rdoc_markup_attribute_manager [505/912] 585923=test_name_error [506/912] 585920=test_enumerator [507/912] 585923=test_inadvertent_creation [508/912] 585923=test_flags [509/912] 585922=test_shift_jis [510/912] 585922=test_gem_commands_which_command [511/912] 585922=test_http [512/912] 585922=reflection_test [513/912] 585922=test_gem_commands_specification_command [514/912] 585922=test_rdoc_text [515/912] 585922=test_iso_8859 [516/912] 585922=test_tcp [517/912] 585922=test_data [518/912] 585922=test_date_new [519/912] 585922=test_date_time [520/912] 585922=test_rdoc_markup_to_joined_paragraph [521/912] 585922=test_require [522/912] 585922=test_gem_safe_yaml [523/912] 585922=test_syntax [524/912] 585923=test_rdoc_parser_ruby [525/912] 585923=test_open-uri [526/912] 585923=test_httpresponse [527/912] 585923=test_stream [528/912] 585923=test_nil2vtempty [529/912] 585923=test_rdoc_context [530/912] 585923=test_hash_create [531/912] 585923=test_stringchar [532/912] 585923=test_uncorrectable_name_check [533/912] 585923=newline_test [534/912] 585923=test_thread_fd_close [535/912] 585923=test_passing_block [536/912] 585923=test_rdoc_markdown_test [537/912] 585923=test_rdoc_normal_module [538/912] 585923=test_c_union_entity [539/912] 585923=test_logperiod [540/912] 585923=test_securerandom [541/912] 585923=test_switch_hitter [542/912] 585923=test_io_console [543/912] 585923=test_singleton [544/912] 585923=test_flush [545/912] 585923=test_logdevice [546/912] 585923=test_gem_ext_rake_builder [547/912] 585923=test_arity [548/912] 585923=test_gc [549/912] 585922=test_x509cert [550/912] 585922=test_err_in_callback [551/912] 585922=test_gem_resolver_lock_specification [552/912] 585922=test_pack [553/912] 585922=command_line_test [554/912] 585922=test_process [555/912] 585921=test_last_thread [556/912] 585921=test_gem_source_local [557/912] 585923=test_gem_security_policy [558/912] 585921=test_assignment [559/912] 585923=test_ifunless [560/912] 585923=test_gem_commands_lock_command [561/912] 585923=parse_stream_test [562/912] 585923=test_numeric [563/912] 585923=test_common [564/912] 585920=test_gem_spec_fetcher [565/912] 585920=test_gem_command [566/912] 585923=test_key_actor_vi [567/912] 585920=test_bug-3571 [568/912] 585920=test_rdoc_markup_to_tt_only [569/912] 585920=test_hmac [570/912] 585920=test_rdoc_tom_doc [571/912] 585920=test_macro [572/912] 585920=test_pp [573/912] 585923=test_gem_remote_fetcher_local_server [574/912] 585920=test_frozen [575/912] 585920=test_gem_ext_configure_builder [576/912] 585920=test_verbose [577/912] 585923=test_nil [578/912] 585923=test_num2int [579/912] 585920=test_rdoc_single_class [580/912] 585920=test_exception [581/912] 585923=test_zsh_completion [582/912] 585923=test_iter_break [583/912] 585920=test_address_resolve [584/912] 585920=test_rdoc_token_stream [585/912] 585920=test_yaml_special_cases [586/912] 585920=test_optarg [587/912] 585923=test_gem_source_list [588/912] 585923=test_config [589/912] 585920=test_kdf [590/912] 585923=test_gem_doctor [591/912] 585923=test_eval_history [592/912] 585923=test_kernel [593/912] 585920=test_bug-5832 [594/912] 585920=test_files_ext [595/912] 585920=static_inspect_test [596/912] 585920=test_gem_silent_ui [597/912] 585920=test_emitter [598/912] 585920=test_object_create_start [599/912] 585920=test_at_exit [600/912] 585920=test_command [601/912] 585920=test_gem_rdoc [602/912] 585920=test_date [603/912] 585920=parse_success_test [604/912] 585920=test_gem_ext_cargo_builder_unit [605/912] 585920=snippets_test [606/912] 585923=test_rdoc_markup_paragraph [607/912] 585923=test_psych [608/912] 585923=test_enc_raise [609/912] 585923=!Nothing_to_test [610/912] 585923=test_date_parse [611/912] 585923=test_pkey_ec [612/912] 585923=integer_base_flags_test [613/912] 585923=test_pipe [614/912] 585923=test_trick [615/912] 585921=test_thread [616/912] 585921=test_rdoc_markup_to_rdoc [617/912] 585921=test_rdoc_rd_inline_parser [618/912] 585921=test_default_gems [619/912] 585921=test_null [620/912] 585921=test_win32ole_type [621/912] 585921=test_mul [622/912] 585921=newline_offsets_test [623/912] 585921=test_rdoc_markup_attributes [624/912] 585921=compiler_test [625/912] 585921=test_rdoc_rdoc [626/912] 585921=test_windows_1251 [627/912] 585921=test_time [628/912] 585921=test_buffering [629/912] 585921=test_svcb_https [630/912] 585921=test_gb18030 [631/912] 585921=test_gem_uninstaller [632/912] 585920=test_disable_irb [633/912] 585920=test_rdoc_i18n_text [634/912] 585920=test_key_name_check [635/912] 585920=test_defined [636/912] 585920=test_backtrace [637/912] 585920=test_io_buffer [638/912] 585920=test_gem_validator [639/912] 585920=test_fnmatch [640/912] 585920=test_files_test_2 [641/912] 585920=test_folderitem2_invokeverb [642/912] 585920=test_rdoc_markup_parser [643/912] 585920=test_require_path_check [644/912] 585920=test_erb_m17n [645/912] 585920=test_ole_methods [646/912] 585920=test_optimization [647/912] 585923=test_date_conv [648/912] 585923=test_zlib [649/912] 585921=test_cgi_tag_helper [650/912] 585921=test_egrep_cpp [651/912] 585921=test_gem_resolver_index_set [652/912] 585921=test_gem_package_old [653/912] 585921=integer_parse_test [654/912] 585921=test_proc [655/912] 585921=test_string [656/912] 585923=test_gc_compact [657/912] 585920=test_custom_command [658/912] 585920=json_addition_test [659/912] 585920=test_rdoc_parser [660/912] 585920=test_qsort [661/912] 585920=test_gem_dependency_resolution_error [662/912] 585920=test_string [663/912] 585920=test_pattern_matching [664/912] 585920=test_rdoc_stats [665/912] 585920=test_depth_first [666/912] 585920=test_gem_request_set_lockfile_parser [667/912] 585922=test_raise [668/912] 585922=test_x509attr [669/912] 585922=test_rdoc_store [670/912] 585920=test_ensure_and_callcc [671/912] 585920=test_rdoc_require [672/912] 585920=locals_test [673/912] 585923=test_readpartial [674/912] 585923=test_clone [675/912] 585920=test_gem_commands_install_command [676/912] 585923=test_gem_resolver_conflict [677/912] 585923=test_rdoc_task [678/912] 585923=regular_expression_options_test [679/912] 585923=test_io_buffer [680/912] 585923=test_backtrace [681/912] 585922=test_pack [682/912] 585922=test_rdoc_markup_indented_paragraph [683/912] 585922=test_stringscanner [684/912] 585922=test_files_sample [685/912] 585922=test_rdoc_alias [686/912] 585922=test_yield [687/912] 585923=test_convertible [688/912] 585920=test_array [689/912] 585920=test_optparse [690/912] 585920=test_fstring [691/912] 585920=test_rdoc_markup_to_html_crossref [692/912] 585920=test_typeddata [693/912] 585920=test_gem_resolver_best_set [694/912] 585920=test_rat [695/912] 585920=test_rdoc_markup_raw [696/912] 585920=test_webauthn_poller [697/912] 585920=test_protocol [698/912] 585920=test_getopts [699/912] 585920=test_gem_resolver_activation_request [700/912] 585920=test_gem_config_file [701/912] 585920=test_ripper [702/912] 585920=test_etc [703/912] 585920=test_yjit_exit_locations [704/912] 585920=test_system [705/912] 585920=test_pkcs12 [706/912] 585922=source_location_test [707/912] 585922=test_gem_package_tar_header [708/912] 585922=test_iseq_load [709/912] 585920=test_gem_util [710/912] 585920=test_bigzero [711/912] 585920=test_pkey_dh [712/912] 585920=test_io [713/912] 585922=test_unicode_escape [714/912] 585922=test_autoload [715/912] 585923=test_utf16 [716/912] 585923=numeric_value_test [717/912] 585923=test_rendering [718/912] 585923=test_case [719/912] 585923=test_sizeof [720/912] 585921=test_face [721/912] 585921=test_yaml_tree [722/912] 585921=test_sleep [723/912] 585921=test_config [724/912] 585921=test_libs [725/912] 585921=test_gc [726/912] 585921=test_math [727/912] 585921=test_gem_commands_fetch_command [728/912] 585921=test_win32ole_type_event [729/912] 585921=test_emoji [730/912] 585921=test_sorted_set [731/912] 585922=test_ubf_async_safe [732/912] 585922=test_hash [733/912] 585921=test_io [734/912] 585921=test_cp949 [735/912] 585921=test_gem_source_specific_file [736/912] 585921=test_foreach [737/912] 585921=test_condition [738/912] 585921=test_gem_commands_uninstall_command [739/912] 585921=test_gem_unsatisfiable_dependency_error [740/912] 585921=test_win32ole_record [741/912] 585921=test_type_completor [742/912] 585921=test_console_attr [743/912] 585921=test_summary [744/912] 585921=test_ellipsize [745/912] 585921=test_date_attr [746/912] 585921=test_gem_commands_exec_command [747/912] 585923=test_io_wait [748/912] 585923=test_kwargs [749/912] 585923=test_ftp [750/912] 585923=test_rdoc_context_section [751/912] 585923=test_euc_kr [752/912] 585923=test_method [753/912] 585921=test_gem_commands_query_command [754/912] 585921=test_rdoc_rubygems_hook [755/912] 585921=test_pattern_key_name_check [756/912] 585921=test_to_ruby [757/912] 585921=test_gem_impossible_dependencies_error [758/912] 585921=test_array_create [759/912] 585921=test_pack [760/912] 585921=regular_expression_encoding_test [761/912] 585921=test_show_source [762/912] 585921=test_set [763/912] 585921=equality_test [764/912] 585921=test_gem_commands_stale_command [765/912] 585921=test_c_struct_entry [766/912] 585921=test_lock_native_thread [767/912] 585920=test_remote_fetch_error [768/912] 585920=test_have_library [769/912] 585921=test_line_editor [770/912] 585921=test_objspace [771/912] 585922=test_undef [772/912] 585922=test_string_memory [773/912] 585922=test_sprintf [774/912] 585922=test_gem_requirement [775/912] 585922=test_gem_security_trust_dir [776/912] 585922=test_ws [777/912] 585922=test_m17n [778/912] 585922=test_gem_commands_environment_command [779/912] 585922=test_workspace [780/912] 585920=test_weakmap [781/912] 585922=test_yjit [782/912] 585922=test_ns_spki [783/912] 585922=test_framework [784/912] 585922=test_kill_ring [785/912] 585922=test_argf [786/912] 585923=test_raise_exception [787/912] 585923=test_gem_request_set_lockfile [788/912] 585923=test_win32ole_typelib [789/912] 585923=test_protect [790/912] 585923=test_hash [791/912] 585923=test_tree_builder [792/912] 585923=test_gem_resolver_dependency_request [793/912] 585923=test_external_new [794/912] 585923=test_postponed_job [795/912] 585923=test_alias_and_anchor [796/912] 585923=encodings_test [797/912] 585923=test_string_processing [798/912] 585923=test_fileutils [799/912] 585922=test_ldap [800/912] 585922=test_resource [801/912] 585922=test_gem_commands_signin_command [802/912] 585923=test_emitter [803/912] 585923=test_gem_version [804/912] 585922=test_cesu8 [805/912] 585922=test_econv [806/912] 585923=test_rdoc_options [807/912] 585923=test_too_many_dummy_encodings [808/912] 585923=test_reqarg [809/912] 585923=test_rdoc_include [810/912] 585923=test_stack [811/912] 585922=test_gem_commands_list_command [812/912] 585922=test_scanner_events [813/912] 585922=test_gem_resolver_installed_specification [814/912] 585922=test_parse [815/912] 585920=test_mdns [816/912] 585920=test_gem_remote_fetcher [817/912] 585920=test_rdoc_markup_verbatim [818/912] 585920=test_inlinecache [819/912] 585923=test_path_to_class [820/912] 585923=lex_test [821/912] 585920=test_gem_dependency [822/912] 585922=test_gem_resolver_specification [823/912] 585922=test_gem_stub_specification [824/912] 585920=test_method_cache [825/912] 585920=test_frozen_error [826/912] 585920=test_gem_ext_ext_conf_builder [827/912] 585922=test_complex [828/912] 585922=test_gem_commands_search_command [829/912] 585922=test_irb [830/912] 585922=test_load [831/912] 585922=json_string_matching_test [832/912] 585922=test_const [833/912] 585922=test_class [834/912] 585923=test_rdoc_normal_class [835/912] 585923=test_asn1 [836/912] 585923=test_random [837/912] 585923=test_yamlstore [838/912] 585923=test_gem_installer [839/912] 585920=test_rdoc_parser_rd [840/912] 585920=test_date_strftime [841/912] 585920=symbol_encoding_test [842/912] 585920=test_internal_ivar [843/912] 585920=desugar_compiler_test [844/912] 585920=test_gem_resolver_index_specification [845/912] 585920=test_duplicate [846/912] 585920=test_basicsocket [847/912] 585920=test_utf32 [848/912] 585920=test_tracepoint [849/912] 585920=test_prettyprint [850/912] 585920=test_gem_commands_help_command [851/912] 585920=test_rdoc_markup [852/912] 585920=pattern_test [853/912] 585920=test_tempfile [854/912] 585920=test_noarg [855/912] 585920=test_queue [856/912] 585920=snapshots_test [857/912] 585920=test_function [858/912] 585920=test_ractor [859/912] 585920=test_find [860/912] 585920=test_fiddle [861/912] 585922=test_wss [862/912] 585922=test_gem_commands_contents_command [863/912] 585920=test_gem_ext_cmake_builder [864/912] 585920=test_require [865/912] 585922=test_cgi_util [866/912] 585922=test_marshalable [867/912] 585922=test_digest [868/912] 585922=test_recorder [869/912] 585922=test_gem_commands_owner_command [870/912] 585922=test_gem_source_vendor [871/912] 585922=test_rdoc_constant [872/912] 585922=test_deprecate [873/912] 585922=test_formatter [874/912] 585922=test_bash_completion [875/912] 585922=test_modify_expand [876/912] 585922=test_rdoc_any_method [877/912] 585920=test_gem_available_set [878/912] 585920=test_rdoc_markdown [879/912] 585923=test_file [880/912] 585923=test_gem_package_tar_reader [881/912] 585923=regexp_test [882/912] 585923=test_rdoc_encoding [883/912] 585923=test_coverage [884/912] 585922=test_pathname [885/912] 585920=test_complexrational [886/912] 585920=test_init [887/912] 585922=test_euc_tw [888/912] 585922=test_ractor [889/912] 585922=test_bmethod [890/912] 585922=test_gem_commands_sources_command [891/912] 585920=test_ansi_without_terminfo [892/912] 585920=test_thread_queue [893/912] 585922=test_nowrite [894/912] 585922=test_rdoc_markup_formatter [895/912] 585922=test_forwardable [896/912] 585922=test_yaml [897/912] 585923=test_handle [898/912] 585922=test_wait [899/912] 585922=test_big2str [900/912] 585922=test_cstr [901/912] 585923=test_pstore [902/912] 585923=test_warning [903/912] 585923=test_profile_frames [904/912] 585923=test_class2name [905/912] 585923=test_gbk [906/912] 585923=test_enc_str_buf_cat [907/912] 585923=test_comparable [908/912] 585920=test_rdoc_parser_c [909/912] 585923=index_write_test [910/912] 585923=test_io_timeout [911/912] 585923=json_fixtures_test [912/912] 585923=test_shapes Finished tests in 874.686801s, 38.0490 tests/s, 7394.6114 assertions/s. 33281 tests, 6467969 assertions, 0 failures, 0 errors, 336 skips ruby -v: ruby 3.4.0dev (2024-07-30T06:31:58Z master 1870505f47) [riscv64-linux] $$$[end] "make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'" exit with 0. $$$[beg] make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4' BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -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 -fPIC XCFLAGS = -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/riscv64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = 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=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Debian 13.2.0-23revyos1) 13.2.0 Copyright (C) 2023 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 making enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'enc'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making srcs under enc make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'srcs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating transdb.h transdb.h unchanged making trans make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'trans'. make[1]: Leaving directory '/tmp/ruby/build/trunk' making encs make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'encs'. make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefiles ext/configure-ext.mk ext/configure-ext.mk updated make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' generating makefile exts.mk exts.mk unchanged make[1]: Entering directory '/tmp/ruby/build/trunk' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.8/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.2/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.0/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.5.2/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.1.2/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' ruby 3.4.0dev (2024-07-30T06:31:58Z master 1870505f47) [riscv64-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 ............................................................ 3360 ............................................................ 3420 ............. Finished in 152.959378 seconds 3432 files, 32769 examples, 136507 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.