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