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