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