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