# Logfile created on 2025-01-17 14:39:47 +0000 by logger.rb/v1.5.0 #<BuildRuby:0x0000003fcbf8ca18 @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.20250117-143946", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x0000003fcbf6ab48 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x0000003fcbf6aa08 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x0000003fcbf6a878 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/sipeed/ruby/logs/brlog.trunk.20250117-143946", @dev=#<File:/home/sipeed/ruby/logs/brlog.trunk.20250117-143946>, @binmode=false, @mon_data=#<Monitor:0x0000003fcbf6a738>, @mon_data_owner_object_id=880>>> $$$[beg] make update-download -j4 tool/config.guess already exists tool/config.sub already exists Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/pstore.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/pstore.revision unchanged $$$[end] "make update-download -j4" exit with 0. $$$[beg] make update-src -j4 From https://github.com/ruby/ruby cc7fafb..f7059af master -> origin/master Updating cc7fafb..f7059af Fast-forward thread_pthread.h | 4 ++-- vm.c | 2 +- vm_core.h | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) Latest commit hash = f7059af50a $$$[end] "make update-src -j4" exit with 0. $$$[beg] make after-update -j4 Update pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f echo b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/pstore.revision - /tmp/ruby/src/trunk/.bundle/.timestamp/pstore.revision unchanged /tmp/ruby/src/trunk/revision.h updated generating riscv64-linux-fake.rb riscv64-linux-fake.rb updated generating enc.mk 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' $$$[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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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/io_buffer.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:4581:18: warning: storing the address of local variable ‘stack_end’ in ‘*stack_end_p’ [-Wdangling-pointer=] 4581 | *stack_end_p = &stack_end; | ~~~~~~~~~~~~~^~~~~~~~~~~~ /tmp/ruby/src/trunk/thread.c:4576:11: note: ‘stack_end’ declared here 4576 | VALUE stack_end; | ^~~~~~~~~ /tmp/ruby/src/trunk/thread.c:4574:29: note: ‘stack_end_p’ declared here 4574 | 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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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 dabe3b7db9666f72746ef03309847e0887a25e6c28e350dcb8cf4cd93a800a4a builtin_binary.inc compiling /tmp/ruby/src/trunk/builtin.c linking static-library libruby-static.a linking shared-library libruby.so.3.5.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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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 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 unchanged make[1]: Entering 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' compiling /tmp/ruby/src/trunk/ext/coverage/coverage.c make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' 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' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' compiling /tmp/ruby/src/trunk/ext/objspace/object_tracing.c make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' 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/openssl' 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/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' compiling /tmp/ruby/src/trunk/ext/objspace/objspace.c compiling /tmp/ruby/src/trunk/ext/objspace/objspace_dump.c make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' compiling /tmp/ruby/src/trunk/ext/ripper/ripper.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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/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.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' linking shared-object objspace.so make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/ext/syslog' compiling /tmp/ruby/src/trunk/ext/socket/constants.c 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/basicsocket.c 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 pstore to b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f 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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.UTF-8 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 b563c4d354615e12a6fa54ffaa4ed711c3d1ba9f | /bin/sh /tmp/ruby/src/trunk/tool/ifchange /tmp/ruby/src/trunk/.bundle/.timestamp/pstore.revision - generating enc.mk 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. /tmp/ruby/src/trunk/.bundle/.timestamp/pstore.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 transdb.h unchanged making trans generating makefiles ext/configure-ext.mk ext/configure-ext.mk unchanged 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[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/digest' make[2]: Entering 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/coverage' 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/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' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' 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/json' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' 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' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/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.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/nkf-0.2.0/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/digest/sha2' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest/sha2' 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.5.0+0/riscv64-linux installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.5.0+0/riscv64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.5.0+0/riscv64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.5.0+0/riscv64-linux installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.5.0+0/riscv64-linux installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.5.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.5.0+0 installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.5.0+0/ruby installing command scripts: /tmp/ruby/install/trunk/bin installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.5.0+0 installing common headers: /tmp/ruby/install/trunk/include/ruby-3.5.0+0 installing manpages: /tmp/ruby/install/trunk/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk/lib/ruby/gems/3.5.0+0 bundler 2.7.0.dev cgi 0.4.1 delegate 0.4.0 did_you_mean 2.0.0 english 0.8.0 erb 4.0.4 error_highlight 0.7.0 fileutils 1.7.3 find 0.2.0 forwardable 1.3.3 ipaddr 1.2.7 irb 1.14.3 net-http 0.6.0 net-protocol 0.2.2 open-uri 0.5.0 open3 0.2.1 optparse 0.6.0 pp 0.6.2 prettyprint 0.2.0 prism 1.3.0 readline 0.0.4 reline 0.6.0 resolv 0.6.0 ruby2_keywords 0.0.5 securerandom 0.4.1 set 1.1.1 shellwords 0.2.2 singleton 0.3.0 syntax_suggest 2.0.2 tempfile 0.3.1 time 0.4.1 timeout 0.4.3 tmpdir 0.3.1 tsort 0.2.0 un 0.3.0 uri 1.0.2 weakref 0.1.3 yaml 0.4.0 installing default gems from ext: /tmp/ruby/install/trunk/lib/ruby/gems/3.5.0+0 date 3.4.1 digest 3.2.0 etc 1.4.5 fcntl 1.2.0 fiddle 1.1.7.dev io-console 0.8.0 io-nonblock 0.3.1 io-wait 0.3.1 json 2.9.1 openssl 3.3.0 pathname 0.4.0 psych 5.2.2 stringio 3.1.3.dev strscan 3.1.2 zlib 3.2.1 installing bundled gems: /tmp/ruby/install/trunk/lib/ruby/gems/3.5.0+0 minitest 5.25.4 power_assert 2.0.5 rake 13.2.1 test-unit 3.6.7 rexml 3.4.0 rss 0.3.1 net-ftp 0.3.8 net-imap 0.5.5 net-pop 0.1.2 net-smtp 0.5.0 matrix 0.4.2 prime 0.1.3 rbs 3.8.1 typeprof 0.30.1 debug 1.10.0 racc 1.8.1 mutex_m 0.3.0 getoptlong 0.2.1 base64 0.2.0 bigdecimal 3.1.9 observer 0.1.2 abbrev 0.1.2 resolv-replace 0.1.1 rinda 0.2.0 drb 2.2.1 nkf 0.2.0 syslog 0.2.0 csv 3.3.2 repl_type_completor 0.1.9 ostruct 0.6.1 pstore 0.1.4 benchmark 0.4.0 logger 1.6.5 rdoc 6.11.0 installing bundled gem cache: /tmp/ruby/install/trunk/lib/ruby/gems/3.5.0+0/cache skipped bundled gems: win32ole-1.9.1.gem not found in bundled_gems $$$[end] "make install -j4" exit with 0. $$$[beg] make yes-btest TESTOPTS='-q -j4' PASS all 2005 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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.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=/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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.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=/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/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.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/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=11907 "--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/812] 2910088=test_to_ruby [ 2/812] 2910087=test_pattern_key_name_check [ 3/812] 2910089=test_gem_impossible_dependencies_error [ 4/812] 2910086=test_pack [ 5/812] 2910087=test_array_create [ 6/812] 2910087=test_method [ 7/812] 2910088=test_gem_commands_query_command [ 8/812] 2910089=test_euc_kr [ 9/812] 2910089=test_ftp [ 10/812] 2910089=test_ellipsize [ 11/812] 2910089=test_date_attr [ 12/812] 2910089=test_gem_commands_exec_command [ 13/812] 2910086=test_io_wait [ 14/812] 2910086=test_kwargs [ 15/812] 2910086=test_type_completor [ 16/812] 2910086=test_console_attr [ 17/812] 2910086=test_summary [ 18/812] 2910086=test_cp949 [ 19/812] 2910086=test_condition [ 20/812] 2910086=test_foreach [ 21/812] 2910086=test_gem_source_specific_file [ 22/812] 2910088=test_gem_commands_uninstall_command [ 23/812] 2910086=test_gem_unsatisfiable_dependency_error [ 24/812] 2910086=test_emoji [ 25/812] 2910086=test_sorted_set [ 26/812] 2910086=test_hash [ 27/812] 2910089=test_ubf_async_safe [ 28/812] 2910089=test_io [ 29/812] 2910089=test_raise_exception [ 30/812] 2910088=test_gem_request_set_lockfile [ 31/812] 2910087=test_protect [ 32/812] 2910087=test_hash [ 33/812] 2910087=test_gem_resolver_dependency_request [ 34/812] 2910089=test_tree_builder [ 35/812] 2910088=test_external_new [ 36/812] 2910089=test_alias_and_anchor [ 37/812] 2910088=test_postponed_job [ 38/812] 2910089=test_framework [ 39/812] 2910089=test_ns_spki [ 40/812] 2910089=test_kill_ring [ 41/812] 2910089=test_argf [ 42/812] 2910087=test_ws [ 43/812] 2910087=test_m17n [ 44/812] 2910088=test_gem_commands_environment_command [ 45/812] 2910088=test_weakmap [ 46/812] 2910087=test_workspace [ 47/812] 2910087=test_yjit [ 48/812] 2910087=test_string_memory [ 49/812] 2910087=test_gem_requirement [ 50/812] 2910087=test_sprintf [ 51/812] 2910087=test_gem_security_trust_dir [ 52/812] 2910087=test_objspace [ 53/812] 2910088=test_line_editor [ 54/812] 2910088=test_undef [ 55/812] 2910088=test_gem_commands_stale_command [ 56/812] 2910088=test_c_struct_entry [ 57/812] 2910088=test_lock_native_thread [ 58/812] 2910088=test_have_library [ 59/812] 2910086=test_remote_fetch_error [ 60/812] 2910086=test_show_source [ 61/812] 2910086=regular_expression_encoding_test [ 62/812] 2910086=test_set [ 63/812] 2910086=equality_test [ 64/812] 2910086=test_typeddata [ 65/812] 2910086=test_gem_resolver_best_set [ 66/812] 2910086=test_rat [ 67/812] 2910086=test_webauthn_poller [ 68/812] 2910086=test_array [ 69/812] 2910086=test_optparse [ 70/812] 2910086=test_fstring [ 71/812] 2910086=test_yield [ 72/812] 2910089=test_convertible [ 73/812] 2910088=test_stringscanner [ 74/812] 2910088=test_files_sample [ 75/812] 2910088=test_gem_resolver_conflict [ 76/812] 2910088=regular_expression_options_test [ 77/812] 2910088=test_io_buffer [ 78/812] 2910088=test_pack [ 79/812] 2910088=test_backtrace [ 80/812] 2910088=test_readpartial [ 81/812] 2910088=test_ractor [ 82/812] 2910088=test_clone [ 83/812] 2910088=test_gem_commands_install_command [ 84/812] 2910088=locals_test [ 85/812] 2910088=test_sleep [ 86/812] 2910088=test_config [ 87/812] 2910088=test_libs [ 88/812] 2910088=test_gc [ 89/812] 2910088=test_math [ 90/812] 2910088=test_gem_commands_fetch_command [ 91/812] 2910088=test_yaml_tree [ 92/812] 2910088=test_rendering [ 93/812] 2910088=test_case [ 94/812] 2910088=test_sizeof [ 95/812] 2910086=test_face [ 96/812] 2910086=test_io [ 97/812] 2910087=test_unicode_escape [ 98/812] 2910087=test_autoload [ 99/812] 2910089=test_utf16 [100/812] 2910089=numeric_value_test [101/812] 2910089=test_gem_package_tar_header [102/812] 2910089=source_location_test [103/812] 2910089=test_iseq_load [104/812] 2910088=test_gem_util [105/812] 2910087=test_bigzero [106/812] 2910087=test_pkey_dh [107/812] 2910088=test_system [108/812] 2910087=test_pkcs12 [109/812] 2910089=test_etc [110/812] 2910089=test_yjit_exit_locations [111/812] 2910089=test_protocol [112/812] 2910089=test_getopts [113/812] 2910089=test_gem_resolver_activation_request [114/812] 2910089=test_gem_config_file [115/812] 2910089=test_ripper [116/812] 2910088=test_gem_package_tar_reader [117/812] 2910088=regexp_test [118/812] 2910087=test_coverage [119/812] 2910088=test_pathname [120/812] 2910088=test_init [121/812] 2910089=test_complexrational [122/812] 2910089=test_modify_expand [123/812] 2910089=test_gem_available_set [124/812] 2910089=test_file [125/812] 2910089=test_deprecate [126/812] 2910089=test_bash_completion [127/812] 2910089=test_recorder [128/812] 2910089=test_gem_commands_owner_command [129/812] 2910086=test_gem_source_vendor [130/812] 2910086=test_marshalable [131/812] 2910086=test_digest [132/812] 2910088=test_gem_commands_contents_command [133/812] 2910088=test_gem_ext_cmake_builder [134/812] 2910088=test_require [135/812] 2910087=test_cgi_util [136/812] 2910089=test_fiddle [137/812] 2910089=test_wss [138/812] 2910089=test_ractor [139/812] 2910089=test_find [140/812] 2910086=test_io_timeout [141/812] 2910086=json_fixtures_test [142/812] 2910089=test_shapes [143/812] 2910089=test_comparable [144/812] 2910089=index_write_test [145/812] 2910089=test_class2name [146/812] 2910086=test_gbk [147/812] 2910089=test_enc_str_buf_cat [148/812] 2910089=test_cstr [149/812] 2910086=test_warning [150/812] 2910087=test_profile_frames [151/812] 2910086=test_big2str [152/812] 2910086=test_forwardable [153/812] 2910086=test_yaml [154/812] 2910087=test_handle [155/812] 2910086=test_wait [156/812] 2910087=test_thread_queue [157/812] 2910089=test_nowrite [158/812] 2910089=test_euc_tw [159/812] 2910086=test_ractor [160/812] 2910089=test_bmethod [161/812] 2910089=test_gem_commands_sources_command [162/812] 2910086=test_frozen_error [163/812] 2910086=test_gem_stub_specification [164/812] 2910086=test_method_cache [165/812] 2910086=test_gem_ext_ext_conf_builder [166/812] 2910089=test_complex [167/812] 2910089=test_gem_commands_search_command [168/812] 2910089=test_inlinecache [169/812] 2910089=test_path_to_class [170/812] 2910089=lex_test [171/812] 2910088=test_gem_dependency [172/812] 2910088=test_gem_resolver_specification [173/812] 2910088=test_parse [174/812] 2910087=test_mdns [175/812] 2910087=test_gem_remote_fetcher [176/812] 2910088=string_test [177/812] 2910088=test_scanner_events [178/812] 2910088=test_gem_resolver_installed_specification [179/812] 2910088=test_gem_commands_list_command [180/812] 2910088=test_stack [181/812] 2910089=test_reqarg [182/812] 2910086=test_too_many_dummy_encodings [183/812] 2910086=test_gem_version [184/812] 2910087=test_cesu8 [185/812] 2910087=test_econv [186/812] 2910086=test_fileutils [187/812] 2910089=test_string_processing [188/812] 2910089=encodings_test [189/812] 2910089=test_ldap [190/812] 2910089=test_gem_commands_signin_command [191/812] 2910089=test_resource [192/812] 2910086=test_emitter [193/812] 2910089=test_queue [194/812] 2910086=test_function [195/812] 2910089=pattern_test [196/812] 2910089=test_tempfile [197/812] 2910086=test_noarg [198/812] 2910089=test_duplicate [199/812] 2910089=test_basicsocket [200/812] 2910089=test_utf32 [201/812] 2910089=test_prettyprint [202/812] 2910089=test_tracepoint [203/812] 2910086=test_gem_commands_help_command [204/812] 2910088=test_internal_ivar [205/812] 2910088=desugar_compiler_test [206/812] 2910088=test_gem_resolver_index_specification [207/812] 2910086=test_date_strftime [208/812] 2910088=symbol_encoding_test [209/812] 2910088=test_yamlstore [210/812] 2910088=test_gem_installer [211/812] 2910087=test_load [212/812] 2910087=json_string_matching_test [213/812] 2910087=test_const [214/812] 2910087=test_class [215/812] 2910089=test_asn1 [216/812] 2910089=test_random [217/812] 2910089=test_irb [218/812] 2910089=test_stream [219/812] 2910086=test_httpresponse [220/812] 2910089=test_open-uri [221/812] 2910086=test_date_new [222/812] 2910086=test_data [223/812] 2910086=test_date_time [224/812] 2910086=test_require [225/812] 2910086=test_gem_safe_yaml [226/812] 2910089=test_syntax [227/812] 2910086=test_iso_8859 [228/812] 2910086=test_tcp [229/812] 2910086=reflection_test [230/812] 2910086=test_gem_commands_specification_command [231/812] 2910086=test_enumerator [232/812] 2910087=test_inadvertent_creation [233/812] 2910087=test_flags [234/812] 2910088=test_shift_jis [235/812] 2910088=test_gem_commands_which_command [236/812] 2910088=test_http [237/812] 2910088=test_name_error [238/812] 2910088=test_safe_load [239/812] 2910088=test_gem_resolver_composed_set [240/812] 2910088=test_gem_resolver [241/812] 2910088=test_gem_commands_dependency_command [242/812] 2910088=test_gem_security_policy [243/812] 2910087=test_gem_source_local [244/812] 2910088=test_pack [245/812] 2910087=command_line_test [246/812] 2910087=test_process [247/812] 2910089=test_last_thread [248/812] 2910088=test_gc [249/812] 2910089=test_x509cert [250/812] 2910089=test_gem_resolver_lock_specification [251/812] 2910089=test_gem_ext_rake_builder [252/812] 2910089=test_arity [253/812] 2910089=test_switch_hitter [254/812] 2910089=test_io_console [255/812] 2910089=test_singleton [256/812] 2910089=test_flush [257/812] 2910089=test_c_union_entity [258/812] 2910089=test_securerandom [259/812] 2910089=test_thread_fd_close [260/812] 2910089=test_passing_block [261/812] 2910089=test_hash_create [262/812] 2910089=test_stringchar [263/812] 2910089=test_uncorrectable_name_check [264/812] 2910089=test_ansi [265/812] 2910089=newline_test [266/812] 2910089=test_gem_stream_ui [267/812] 2910089=test_extlibs [268/812] 2910089=test_require_lib [269/812] 2910086=test_gem_install_update_options [270/812] 2910086=test_ractor [271/812] 2910086=test_socket [272/812] 2910086=test_gem_remote_fetcher_s3 [273/812] 2910086=test_thread [274/812] 2910086=location_test [275/812] 2910086=test_objectspace [276/812] 2910089=test_str2big [277/812] 2910089=test_c_struct_builder [278/812] 2910089=test_dot_dot [279/812] 2910089=test_literal [280/812] 2910089=test_gem_request_connection_pools [281/812] 2910088=test_gem_version_option [282/812] 2910088=test_grapheme_breaks [283/812] 2910088=test_cclass [284/812] 2910089=test_reline [285/812] 2910088=test_parser_events [286/812] 2910088=test_pkey [287/812] 2910088=test_json_tree [288/812] 2910088=test_ractor [289/812] 2910088=test_m17n_comb [290/812] 2910089=test_memory_view [291/812] 2910089=test_sprintf_comb [292/812] 2910089=test_gem_request [293/812] 2910089=test_method_cache [294/812] 2910089=test_gem_commands_mirror [295/812] 2910089=test_gem_ext_cargo_builder_link_flag_converter [296/812] 2910089=test_settracefunc [297/812] 2910086=test_gem_text [298/812] 2910086=tunnel_test [299/812] 2910086=test_enumerator_kw [300/812] 2910086=test_scan_args [301/812] 2910086=test_generic [302/812] 2910086=test_store [303/812] 2910086=test_case_options [304/812] 2910086=test_scalar [305/812] 2910086=test_gem_dependency_installer [306/812] 2910089=test_gem_commands_info_command [307/812] 2910089=parameters_signature_test [308/812] 2910089=test_rand [309/812] 2910089=test_gem_name_tuple [310/812] 2910089=test_gem_package_tar_reader_entry [311/812] 2910089=test_bug_reporter [312/812] 2910089=test_exception [313/812] 2910088=test_disable_irb [314/812] 2910088=test_backtrace [315/812] 2910088=test_defined [316/812] 2910088=test_key_name_check [317/812] 2910088=test_io_buffer [318/812] 2910088=test_svcb_https [319/812] 2910088=test_buffering [320/812] 2910088=test_gb18030 [321/812] 2910088=test_gem_uninstaller [322/812] 2910086=relocation_test [323/812] 2910088=test_time [324/812] 2910086=test_windows_1251 [325/812] 2910086=compiler_test [326/812] 2910086=test_default_gems [327/812] 2910086=test_null [328/812] 2910086=test_mul [329/812] 2910086=newline_offsets_test [330/812] 2910088=integer_base_flags_test [331/812] 2910088=test_pkey_ec [332/812] 2910087=test_pipe [333/812] 2910088=test_trick [334/812] 2910087=test_date_parse [335/812] 2910087=test_gem_request_set_lockfile_parser [336/812] 2910086=test_depth_first [337/812] 2910086=test_x509attr [338/812] 2910086=test_raise [339/812] 2910086=test_ensure_and_callcc [340/812] 2910086=test_string [341/812] 2910087=test_pattern_matching [342/812] 2910087=test_qsort [343/812] 2910087=test_command_aliasing [344/812] 2910086=test_gem_dependency_resolution_error [345/812] 2910087=json_addition_test [346/812] 2910086=test_custom_command [347/812] 2910086=test_gem_resolver_index_set [348/812] 2910087=test_gem_package_old [349/812] 2910086=integer_parse_test [350/812] 2910086=test_string [351/812] 2910087=test_proc [352/812] 2910089=test_gc_compact [353/812] 2910087=test_erb_m17n [354/812] 2910087=test_optimization [355/812] 2910088=test_date_conv [356/812] 2910088=test_cgi_tag_helper [357/812] 2910088=test_zlib [358/812] 2910089=test_egrep_cpp [359/812] 2910089=test_fnmatch [360/812] 2910089=test_files_test_2 [361/812] 2910088=test_require_path_check [362/812] 2910088=test_gem_validator [363/812] 2910088=test_gem_source_list [364/812] 2910088=test_optarg [365/812] 2910088=test_yaml_special_cases [366/812] 2910088=test_config [367/812] 2910088=test_address_resolve [368/812] 2910088=test_exception [369/812] 2910088=test_zsh_completion [370/812] 2910088=test_iter_break [371/812] 2910088=test_macro [372/812] 2910088=test_gem_remote_fetcher_local_server [373/812] 2910088=test_pp [374/812] 2910088=test_gem_ext_configure_builder [375/812] 2910088=test_frozen [376/812] 2910088=test_verbose [377/812] 2910088=test_num2int [378/812] 2910088=test_nil [379/812] 2910088=test_hmac [380/812] 2910088=test_common [381/812] 2910088=test_gem_spec_fetcher [382/812] 2910088=test_gem_command [383/812] 2910088=test_bug-3571 [384/812] 2910088=test_key_actor_vi [385/812] 2910087=test_ifunless [386/812] 2910087=test_assignment [387/812] 2910088=test_gem_commands_lock_command [388/812] 2910088=parse_stream_test [389/812] 2910088=test_numeric [390/812] 2910088=test_psych [391/812] 2910088=test_enc_raise [392/812] 2910088=!Nothing_to_test [393/812] 2910088=test_command [394/812] 2910088=test_at_exit [395/812] 2910088=test_date [396/812] 2910088=test_gem_rdoc [397/812] 2910088=test_gem_ext_cargo_builder_unit [398/812] 2910088=parse_success_test [399/812] 2910088=snippets_test [400/812] 2910089=test_object_create_start [401/812] 2910089=test_gem_silent_ui [402/812] 2910089=test_emitter [403/812] 2910089=test_files_ext [404/812] 2910089=test_bug-5832 [405/812] 2910089=static_inspect_test [406/812] 2910089=test_eval_history [407/812] 2910089=test_kernel [408/812] 2910089=test_gem_doctor [409/812] 2910089=test_kdf [410/812] 2910089=test_object [411/812] 2910088=test_ruby_lex [412/812] 2910088=test_date_arith [413/812] 2910088=test_gem_local_remote_options [414/812] 2910088=test_sleep [415/812] 2910089=test_change_word [416/812] 2910089=test_flip [417/812] 2910089=test_timeout [418/812] 2910089=test_ossl [419/812] 2910087=test_normalize [420/812] 2910087=test_signedness [421/812] 2910089=test_tsort [422/812] 2910089=test_ractor [423/812] 2910089=test_type [424/812] 2910089=test_func [425/812] 2910088=test_big5 [426/812] 2910088=test_pointer [427/812] 2910088=version_test [428/812] 2910088=heredoc_dedent_test [429/812] 2910088=test_cgi_header [430/812] 2910088=test_object [431/812] 2910088=test_arithmetic_sequence [432/812] 2910088=test_key_actor_emacs [433/812] 2910088=lex_test [434/812] 2910088=test_gem_remote_fetcher_local_ssl_server [435/812] 2910089=parse_test [436/812] 2910089=test_basicinstructions [437/812] 2910089=test_gem_gemcutter_utilities [438/812] 2910089=test_gem_command_manager [439/812] 2910089=attribute_write_test [440/812] 2910089=test_file_exhaustive [441/812] 2910088=test_files_test [442/812] 2910088=test_gem_update_suggestion [443/812] 2910088=test_import [444/812] 2910087=test_not [445/812] 2910087=test_gem_resolver_lock_set [446/812] 2910087=test_placearg [447/812] 2910087=test_gem_package_task [448/812] 2910087=test_date_strptime [449/812] 2910087=test_gem_platform [450/812] 2910087=test_pkey_rsa [451/812] 2910088=test_gem_commands_push_command [452/812] 2910086=test_weakkeymap [453/812] 2910088=test_numhash [454/812] 2910088=test_fd_setsize [455/812] 2910088=test_continuation [456/812] 2910088=test_keyword [457/812] 2910088=test_class_name_check [458/812] 2910088=dump_test [459/812] 2910086=test_delete [460/812] 2910086=parse_comments_test [461/812] 2910086=test_update [462/812] 2910086=test_x509name [463/812] 2910086=test_fips [464/812] 2910087=test_x509store [465/812] 2910086=test_webauthn_listener [466/812] 2910086=test_lambda [467/812] 2910087=test_gem_request_set_gem_dependency_api [468/812] 2910086=test_ast [469/812] 2910089=test_helper [470/812] 2910089=test_random_formatter [471/812] 2910089=test_jaro_winkler [472/812] 2910089=test_gem_safe_marshal [473/812] 2910087=test_gem_resolver_api_set [474/812] 2910087=ruby_parser_test [475/812] 2910087=test_config [476/812] 2910088=test_gem_resolver_vendor_set [477/812] 2910088=test_enumerable [478/812] 2910088=test_eval [479/812] 2910089=json_generator_test [480/812] 2910087=test_transcode [481/812] 2910087=test_range [482/812] 2910088=test_project_sanity [483/812] 2910088=test_dup [484/812] 2910088=test_pty [485/812] 2910089=test_constant [486/812] 2910088=test_gem_uri_formatter [487/812] 2910088=test_helper [488/812] 2910088=test_erb_command [489/812] 2910088=test_encoding [490/812] 2910088=test_ts [491/812] 2910087=test_ensured [492/812] 2910087=test_addr [493/812] 2910087=test_locale [494/812] 2910087=library_symbols_test [495/812] 2910087=test_vm_dump [496/812] 2910087=test_tmpdir [497/812] 2910087=test_ftp [498/812] 2910087=test_integer_comb [499/812] 2910088=errors_test [500/812] 2910088=test_regexp [501/812] 2910089=test_gem_commands_check_command [502/812] 2910089=bom_test [503/812] 2910089=test_data_error [504/812] 2910089=unescape_test [505/812] 2910089=test_file [506/812] 2910089=test_force_exit [507/812] 2910089=test_udp [508/812] 2910089=test_ssl [509/812] 2910087=json_ext_parser_test [510/812] 2910087=test_thread [511/812] 2910089=test_my_integer [512/812] 2910089=test_rendering [513/812] 2910089=test_debugger_integration [514/812] 2910089=test_ractor [515/812] 2910089=test_alias [516/812] 2910089=test_timeout [517/812] 2910089=test_unicode_normalize [518/812] 2910089=test_marshal [519/812] 2910089=test_nonblock [520/812] 2910089=test_weakref [521/812] 2910089=test_rb_str_dup [522/812] 2910089=test_reline_key [523/812] 2910089=test_ancdata [524/812] 2910089=test_singleton_function [525/812] 2910089=test_cgi_core [526/812] 2910089=test_parser [527/812] 2910089=test_registry [528/812] 2910089=test_gem_source_lock [529/812] 2910089=test_gem [530/812] 2910087=test_dns [531/812] 2910087=test_gem_commands_open_command [532/812] 2910087=test_ractor [533/812] 2910087=test_env [534/812] 2910089=test_dryrun [535/812] 2910089=test_integer [536/812] 2910089=test_gem_commands_setup_command [537/812] 2910089=test_super [538/812] 2910089=test_rubyoptions [539/812] 2910087=test_cgi_modruby [540/812] 2910087=test_integer [541/812] 2910087=test_https_proxy [542/812] 2910087=test_call [543/812] 2910087=ripper_test [544/812] 2910087=test_rubygems [545/812] 2910087=test_gem_request_set_lockfile_tokenizer [546/812] 2910087=test_stat [547/812] 2910087=test_have_func [548/812] 2910089=test_nextafter [549/812] 2910089=test_capacity [550/812] 2910089=test_object_references [551/812] 2910089=test_usrmarshal [552/812] 2910089=test_gem_resolver_git_specification [553/812] 2910089=test_pkcs7 [554/812] 2910089=test_gem_resolver_requirement_list [555/812] 2910089=test_arith_seq_beg_len_step [556/812] 2910089=test_function_entry [557/812] 2910089=test_find_executable [558/812] 2910089=parser_test [559/812] 2910089=test_symbol [560/812] 2910089=test_coder [561/812] 2910089=test_nofree [562/812] 2910089=test_context [563/812] 2910089=test_gem_commands_pristine_command [564/812] 2910089=test_unix [565/812] 2910089=test_lazy_enumerator [566/812] 2910089=test_enc_associate [567/812] 2910087=test_ractor_compatibility [568/812] 2910089=test_eval [569/812] 2910089=test_autoconf [570/812] 2910089=test_gem_console_ui [571/812] 2910089=test_date_ractor [572/812] 2910089=test_dir [573/812] 2910087=test_numeric [574/812] 2910087=test_member [575/812] 2910087=test_gem_commands_cleanup_command [576/812] 2910089=test_cgi_multipart [577/812] 2910089=test_error_highlight [578/812] 2910087=test_resize [579/812] 2910087=json_generic_object_test [580/812] 2910087=test_gem_source_fetch_problem [581/812] 2910087=test_http_request [582/812] 2910087=test_coderange [583/812] 2910087=test_symbol [584/812] 2910087=test_mailto [585/812] 2910087=test_merge_keys [586/812] 2910087=static_literals_test [587/812] 2910087=test_gem_resolver_api_specification [588/812] 2910087=overlap_test [589/812] 2910089=test_ipaddr [590/812] 2910089=test_mixed_unicode_escapes [591/812] 2910089=test_history [592/812] 2910089=test_gem_ci_detector [593/812] 2910088=test_bignum [594/812] 2910089=test_io_wait_uncommon [595/812] 2910087=test_stringio [596/812] 2910089=test_arity [597/812] 2910089=test_trace [598/812] 2910089=ractor_test [599/812] 2910089=test_time_tz [600/812] 2910087=test_have_macro [601/812] 2910088=test_gem_package [602/812] 2910089=test_resolve_symbol [603/812] 2910089=test_complex2 [604/812] 2910089=test_enum [605/812] 2910087=test_gem_specification [606/812] 2910088=test_threadgroup [607/812] 2910088=test_completion [608/812] 2910089=test_gem_commands_cert_command [609/812] 2910088=test_len [610/812] 2910088=test_yield_block [611/812] 2910088=test_proxy [612/812] 2910088=test_x509ext [613/812] 2910088=test_erb [614/812] 2910088=test_gem_source_installed [615/812] 2910088=test_assembler [616/812] 2910088=test_spell_checker [617/812] 2910088=test_rational2 [618/812] 2910088=fixtures_test [619/812] 2910088=test_rational [620/812] 2910087=test_gem_commands_outdated_command [621/812] 2910087=test_gem_package_tar_writer [622/812] 2910087=test_helper_method [623/812] 2910087=test_array [624/812] 2910089=test_gem_source [625/812] 2910089=test_scalar_scanner [626/812] 2910089=implicit_array_test [627/812] 2910089=test_nesting_parser [628/812] 2910089=test_gem_dependency_list [629/812] 2910088=test_evaluation [630/812] 2910088=test_https [631/812] 2910089=test_gem_ext_builder [632/812] 2910089=test_gem_commands_rebuild_command [633/812] 2910089=test_yamldbm [634/812] 2910089=test_load [635/812] 2910089=test_abi [636/812] 2910089=test_provider [637/812] 2910088=string_query_test [638/812] 2910088=test_whileuntil [639/812] 2910088=test_buffered_io [640/812] 2910088=test_monitor [641/812] 2910088=test_configuration [642/812] 2910088=test_rubyvm [643/812] 2910088=test_instrumentation_api [644/812] 2910089=test_stringify_symbols [645/812] 2910089=test_boolean [646/812] 2910089=test_gem_request_set [647/812] 2910089=test_module [648/812] 2910088=test_gem_ext_cargo_builder [649/812] 2910088=test_ssl [650/812] 2910089=test_parser [651/812] 2910089=test_arith_seq_extract [652/812] 2910089=test_method_name_check [653/812] 2910089=test_deprecated [654/812] 2910089=test_color_printer [655/812] 2910089=test_serialize_subclasses [656/812] 2910089=test_insns_leaf [657/812] 2910089=test_key_error [658/812] 2910089=test_engine [659/812] 2910089=test_div [660/812] 2910089=test_allocation [661/812] 2910087=test_x509req [662/812] 2910087=test_mutex [663/812] 2910087=test_set [664/812] 2910087=test_gem_path_support [665/812] 2910087=test_struct [666/812] 2910087=test_files_test_1 [667/812] 2910089=test_config [668/812] 2910089=named_capture_test [669/812] 2910089=comments_test [670/812] 2910089=test_nomethod_error [671/812] 2910089=json_parser_test [672/812] 2910089=test_dln [673/812] 2910089=test_gem_source_subpath_problem [674/812] 2910089=json_common_interface_test [675/812] 2910089=test_sexp [676/812] 2910089=fuzzer_test [677/812] 2910089=test_variable [678/812] 2910089=test_struct [679/812] 2910089=magic_comment_test [680/812] 2910089=onigmo_test [681/812] 2910089=test_cparser [682/812] 2910088=test_pkg_config [683/812] 2910088=test_shellwords [684/812] 2910088=test_debug [685/812] 2910088=test_memory_view [686/812] 2910089=test_string [687/812] 2910089=test_iterator [688/812] 2910088=test_omap [689/812] 2910088=test_digest_extend [690/812] 2910088=test_storage [691/812] 2910089=test_gem_resolver_git_set [692/812] 2910088=constant_path_node_test [693/812] 2910088=test_cipher [694/812] 2910088=test_gem_security_signer [695/812] 2910088=test_new [696/812] 2910088=test_dir_m17n [697/812] 2910087=warnings_test [698/812] 2910087=test_gem_resolver_installer_set [699/812] 2910089=test_gem_commands_signout_command [700/812] 2910089=test_refinement [701/812] 2910087=test_regex_casefold [702/812] 2910087=test_gem_source_git [703/812] 2910087=test_cd [704/812] 2910087=test_float [705/812] 2910088=test_cgi_cookie [706/812] 2910088=test_require [707/812] 2910087=test_windows_1252 [708/812] 2910087=test_input_method [709/812] 2910087=test_process [710/812] 2910087=test_signal [711/812] 2910087=test_fixnum [712/812] 2910087=test_x509crl [713/812] 2910087=test_cgi_session [714/812] 2910087=dispatcher_test [715/812] 2910087=test_metaclass [716/812] 2910087=heredoc_test [717/812] 2910087=test_recursion [718/812] 2910087=test_exit [719/812] 2910087=test_delegate [720/812] 2910087=test_popen_deadlock [721/812] 2910089=test_history [722/812] 2910089=test_date_marshal [723/812] 2910089=test_mkmf [724/812] 2910089=test_fiber [725/812] 2910087=test_multi_irb_commands [726/812] 2910087=test_open3 [727/812] 2910088=test_closure [728/812] 2910088=test_bundled_ca [729/812] 2910088=test_digest [730/812] 2910088=test_ractor [731/812] 2910088=test_gem_security [732/812] 2910089=test_gem_commands_unpack_command [733/812] 2910087=test_files_lib [734/812] 2910087=test_beginendblock [735/812] 2910089=test_help [736/812] 2910089=test_gem_bundler_version_finder [737/812] 2910089=test_emoji_breaks [738/812] 2910089=test_within_pipe [739/812] 2910089=test_pinned [740/812] 2910087=test_printf [741/812] 2910089=test_time [742/812] 2910087=test_webauthn_listener_response [743/812] 2910087=test_to_ary_concat [744/812] 2910089=test_stream [745/812] 2910089=test_iseq [746/812] 2910089=test_exception_at_throwing [747/812] 2910089=test_scheduler [748/812] 2910089=test_class [749/812] 2910089=test_ocsp [750/812] 2910089=test_pkey_dsa [751/812] 2910087=freeze_test [752/812] 2910087=test_interned_str [753/812] 2910087=test_case_comprehensive [754/812] 2910087=test_gem_commands_build_command [755/812] 2910087=node_id_test [756/812] 2910087=test_append [757/812] 2910087=breadth_first_search_test [758/812] 2910087=test_option [759/812] 2910087=test_cmethod [760/812] 2910087=percent_delimiter_string_test [761/812] 2910087=test_tracer [762/812] 2910087=test_variable_name_check [763/812] 2910087=test_io_m17n [764/812] 2910089=test_did_you_mean [765/812] 2910089=test_gem_commands_server_command [766/812] 2910089=test_koi8 [767/812] 2910089=test_enumerator [768/812] 2910089=test_unicode [769/812] 2910089=test_gem_gem_runner [770/812] 2910089=test_filter [771/812] 2910089=test_data [772/812] 2910089=test_configuration [773/812] 2910089=test_gem_commands_update_command [774/812] 2910087=test_gem_resolver_vendor_specification [775/812] 2910087=test_key_event_record [776/812] 2910087=test_gem_uri [777/812] 2910087=test_random [778/812] 2910087=test_notimplement [779/812] 2910087=test_dbm [780/812] 2910087=test_thread_cv [781/812] 2910087=test_lexer [782/812] 2910087=test_ssl_session [783/812] 2910089=test_compile_prism [784/812] 2910087=test_bug-14834 [785/812] 2910089=test_date_compat [786/812] 2910087=test_tree_spell_checker [787/812] 2910089=test_addrinfo [788/812] 2910089=test_http [789/812] 2910087=test_bn [790/812] 2910087=test_path [791/812] 2910087=test_case_mapping [792/812] 2910087=test_sockopt [793/812] 2910087=string_encoding_test [794/812] 2910087=test_install Leaked file descriptor: TestNetHTTP_v1_2#test_s_start: 10 #<File::Stat dev=0x8, ino=1584006, 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 2910089 sipeed 10u IPv4 1584006 0t0 TCP localhost:39031->localhost:58684 (CLOSE_WAIT) Leaked file descriptor: TestNetHTTP_v1_2_chunked#test_get__crlf: 11 #<File::Stat dev=0x8, ino=1584107, 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 2910089 sipeed 11u IPv4 1584107 0t0 TCP localhost:38721->localhost:56654 (CLOSE_WAIT) [795/812] 2910087=test_gem_resolver_local_specification [796/812] 2910087=test_httpheader [797/812] 2910087=test_encodingLeaked file descriptor: TestNetHTTP_v1_2_chunked#test_s_start: 12 #<File::Stat dev=0x8, ino=1584223, 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 2910089 sipeed 12u IPv4 1584223 0t0 TCP localhost:40965->localhost:50876 (CLOSE_WAIT) [798/812] 2910087=test_httpresponses [799/812] 2910087=test_set_len [800/812] 2910087=test_key_stroke [801/812] 2910087=test_color [802/812] 2910087=json_encoding_test [803/812] 2910087=test_rbconfig [804/812] 2910087=test_primitive [805/812] 2910087=test_human_typo [806/812] 2910087=test_name_error_extension [807/812] 2910087=test_bundled_gems [808/812] 2910087=test_document [809/812] 2910087=test_euc_jp [810/812] 2910087=test_acceptable [811/812] 2910087=test_gem_commands_yank_command [812/812] 2910087=test_pair Finished tests in 690.152779s, 42.7398 tests/s, 9000.0579 assertions/s. 29497 tests, 6211415 assertions, 0 failures, 0 errors, 434 skips ruby -v: ruby 3.5.0dev (2025-01-17T13:48:10Z master f7059af50a) +PRISM [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 -Dmodular_gc_dir= CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.5 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = C.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=/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/ext/strscan' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/strscan' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/bigdecimal-3.1.9/ext/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/ext/debug' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.10.0/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.1/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.8.1/ext/racc/cparse' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.8.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/syslog-0.2.0/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.5.0dev (2025-01-17T13:48:10Z master f7059af50a) +PRISM [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 ........................................ Finished in 109.340079 seconds 3339 files, 33293 examples, 138546 expectations, 0 failures, 0 errors, 0 tagged $$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr -j' TESTS='-j4'" exit with 0.