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