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