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