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