# Logfile created on 2024-01-09 14:57:38 +0000 by logger.rb/v1.4.3 #<BuildRuby:0x00005654faf234b0 @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'", @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.20240109-145738", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005654fafb77c8 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005654fafb7660 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005654fafb74d0 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk.20240109-145738", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk.20240109-145738>, @binmode=false, @mon_data=#<Monitor:0x00005654fafb73b8>, @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 = 02d8bad6e1 $$$[end] "make update-src -j20" exit with 0. $$$[beg] make after-update -j20 generating /tmp/ruby/src/trunk/ext/ripper/eventids2table.c make[1]: Entering directory '/tmp/ruby/src/trunk/ext/ripper' make[1]: Nothing to be done for 'src'. make[1]: Leaving directory '/tmp/ruby/src/trunk/ext/ripper' /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 fea0fd5072eaeb165f713fbcf6adb2216b9cfcf98ff2ae224b2ca11ae89549bc 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/language_spec.so building spec/ruby/optional/capi/ext/marshal_spec.so building spec/ruby/optional/capi/ext/module_spec.so building spec/ruby/optional/capi/ext/module_under_autoload_spec.so building spec/ruby/optional/capi/ext/mutex_spec.so building spec/ruby/optional/capi/ext/numeric_spec.so building spec/ruby/optional/capi/ext/object_spec.so building spec/ruby/optional/capi/ext/range_spec.so building spec/ruby/optional/capi/ext/proc_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/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' 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]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/ripper' 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/digest/sha2' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/openssl' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' $$$[end] "make all -j20" exit with 0. $$$[beg] make install -j20 BASERUBY = /usr/bin/ruby --disable=gems CC = gcc LD = ld LDSHARED = gcc -shared CFLAGS = -O3 -fno-fast-math -ggdb3 -Wall -Wextra -Wdeprecated-declarations -Wdiv-by-zero -Wduplicated-cond -Wimplicit-function-declaration -Wimplicit-int -Wpointer-arith -Wwrite-strings -Wold-style-definition -Wimplicit-fallthrough=0 -Wmissing-noreturn -Wno-cast-function-type -Wno-constant-logical-operand -Wno-long-long -Wno-missing-field-initializers -Wno-overlength-strings -Wno-packed-bitfield-compat -Wno-parentheses-equality -Wno-self-assign -Wno-tautological-compare -Wno-unused-parameter -Wno-unused-value -Wsuggest-attribute=format -Wsuggest-attribute=noreturn -Wunused-variable -Wmisleading-indentation -Wundef -fPIC XCFLAGS = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -fno-strict-overflow -fvisibility=hidden -fexcess-precision=standard -DRUBY_EXPORT -I. -I.ext/include/x86_64-linux -I/tmp/ruby/src/trunk/include -I/tmp/ruby/src/trunk -I/tmp/ruby/src/trunk/prism -I/tmp/ruby/src/trunk/enc/unicode/15.0.0 CPPFLAGS = DLDFLAGS = -Wl,--compress-debug-sections=zlib -Wl,-soname,libruby.so.3.4 -fstack-protector-strong SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread LANG = en_US.UTF-8 LC_ALL = LC_CTYPE = MFLAGS = -j20 --jobserver-auth=4,5 RUSTC = rustc YJIT_RUSTC_ARGS = --crate-name=yjit --crate-type=staticlib --edition=2021 -g -C lto=thin -C opt-level=3 -C overflow-checks=on '--out-dir=/tmp/ruby/build/trunk/yjit/target/release/' /tmp/ruby/src/trunk/yjit/src/lib.rs gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0 Copyright (C) 2021 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. generating enc.mk 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/bigdecimal' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/coverage' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/json' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/io/console' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/monitor' make[2]: 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/digest' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/pty' 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/monitor' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pathname' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/date' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/psych' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/nkf' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/pty' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/objspace' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/json' 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/ripper' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/rubyvm' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/fiddle' make[2]: Entering directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension' make[2]: Entering directory '/tmp/ruby/build/trunk/ext/syslog' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/syslog' 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/socket' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/ripper' 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/racc-1.7.3/ext/racc/cparse' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/rbs-3.4.1/ext/rbs_extension' make[2]: Leaving directory '/tmp/ruby/build/trunk/.bundle/gems/debug-1.9.1/ext/debug' make[2]: Entering directory '/tmp/ruby/build/trunk' make[2]: 'ruby' is up to date. make[2]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Leaving directory '/tmp/ruby/build/trunk' make[1]: Entering directory '/tmp/ruby/build/trunk' make[1]: Nothing to be done for 'note'. make[1]: Leaving directory '/tmp/ruby/build/trunk' ./miniruby -I/tmp/ruby/src/trunk/lib -I. -I.ext/common /tmp/ruby/src/trunk/tool/runruby.rb --extout=.ext -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j20 --jobserver-auth=4,5" --make-flags=" -j20 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="doc" --gnumake --install=all --exclude=doc Installing to installing binary commands: /tmp/ruby/install/trunk/bin installing base libraries: /tmp/ruby/install/trunk/lib installing arch files: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing pkgconfig data: /tmp/ruby/install/trunk/lib/pkgconfig installing extension objects: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0/x86_64-linux installing extension objects: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/x86_64-linux installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/site_ruby/3.4.0+0 installing extension scripts: /tmp/ruby/install/trunk/lib/ruby/vendor_ruby/3.4.0+0 installing extension headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0/ruby installing command scripts: /tmp/ruby/install/trunk/bin installing library scripts: /tmp/ruby/install/trunk/lib/ruby/3.4.0+0 installing common headers: /tmp/ruby/install/trunk/include/ruby-3.4.0+0 installing manpages: /tmp/ruby/install/trunk/share/man/man1 installing default gems from lib: /tmp/ruby/install/trunk/lib/ruby/gems/3.4.0+0 abbrev 0.1.2 base64 0.2.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 getoptlong 0.2.1 ipaddr 1.2.6 irb 1.11.0 logger 1.6.0 mutex_m 0.2.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 bigdecimal 3.1.5 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.dev.1 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.20.0 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 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 1871 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/bigdecimal' make[2]: Leaving directory '/tmp/ruby/build/trunk/ext/bigdecimal' 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/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=52863 "--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/909] 45415=test_gem_validator [ 2/909] 45419=test_row_separator [ 3/909] 45418=test_fnmatch [ 4/909] 45417=test_files_test_2 [ 5/909] 45416=test_folderitem2_invokeverb [ 6/909] 45420=test_rdoc_markup_parser [ 7/909] 45428=test_require_path_check [ 8/909] 45431=test_ole_methods [ 9/909] 45432=test_erb_m17n [ 10/909] 45429=test_optimization [ 11/909] 45433=test_date_conv [ 12/909] 45416=test_zlib [ 13/909] 45431=test_cgi_tag_helper [ 14/909] 45433=test_egrep_cpp [ 15/909] 45432=test_gem_resolver_index_set [ 16/909] 45431=test_gem_package_old [ 17/909] 45422=test_proc [ 18/909] 45419=test_string [ 19/909] 45430=test_gc_compact [ 20/909] 45426=json_addition_test [ 21/909] 45425=test_rdoc_parser [ 22/909] 45427=test_qsort [ 23/909] 45434=test_gem_dependency_resolution_error [ 24/909] 45423=test_string [ 25/909] 45427=test_pattern_matching [ 26/909] 45424=test_rdoc_stats [ 27/909] 45418=test_depth_first [ 28/909] 45421=test_gem_request_set_lockfile_parser [ 29/909] 45426=test_raise [ 30/909] 45427=test_x509attr [ 31/909] 45418=test_rdoc_store [ 32/909] 45426=test_date_parse [ 33/909] 45423=test_pkey_ec [ 34/909] 45428=test_pipe [ 35/909] 45427=test_trick [ 36/909] 45420=test_thread [ 37/909] 45420=test_rdoc_markup_to_rdoc [ 38/909] 45415=test_rdoc_rd_inline_parser [ 39/909] 45433=test_default_gems [ 40/909] 45431=test_bigmath [ 41/909] 45425=test_null [ 42/909] 45420=test_win32ole_type [ 43/909] 45432=test_encodings [ 44/909] 45420=test_mul [ 45/909] 45420=test_rdoc_markup_attributes [ 46/909] 45420=test_rdoc_rdoc [ 47/909] 45426=test_windows_1251 [ 48/909] 45426=test_time [ 49/909] 45428=test_buffering [ 50/909] 45425=test_svcb_https [ 51/909] 45424=test_gb18030 [ 52/909] 45424=test_gem_uninstaller [ 53/909] 45434=test_rdoc_i18n_text [ 54/909] 45428=test_key_name_check [ 55/909] 45433=test_defined [ 56/909] 45428=test_backtrace [ 57/909] 45423=test_io_buffer [ 58/909] 45428=test_kdf [ 59/909] 45431=test_gem_doctor [ 60/909] 45425=dispatcher_test [ 61/909] 45423=test_eval_history [ 62/909] 45433=test_kernel [ 63/909] 45431=test_bug-5832 [ 64/909] 45421=test_files_ext [ 65/909] 45420=test_abbrev [ 66/909] 45420=test_gem_silent_ui [ 67/909] 45431=test_emitter [ 68/909] 45425=test_object_create_start [ 69/909] 45425=test_at_exit [ 70/909] 45428=test_gem_rdoc [ 71/909] 45431=test_date [ 72/909] 45415=test_gem_ext_cargo_builder_unit [ 73/909] 45431=test_rdoc_markup_paragraph [ 74/909] 45434=test_psych [ 75/909] 45426=test_enc_raise [ 76/909] 45426=!Nothing_to_test [ 77/909] 45426=test_assignment [ 78/909] 45434=test_ifunless [ 79/909] 45425=test_gem_commands_lock_command [ 80/909] 45415=test_numeric [ 81/909] 45434=test_common [ 82/909] 45423=test_gem_spec_fetcher [ 83/909] 45421=test_gem_command [ 84/909] 45415=test_key_actor_vi [ 85/909] 45432=test_bug-3571 [ 86/909] 45431=test_rdoc_markup_to_tt_only [ 87/909] 45432=test_hmac [ 88/909] 45421=test_rdoc_tom_doc [ 89/909] 45425=test_macro [ 90/909] 45420=test_pp [ 91/909] 45432=test_frozen [ 92/909] 45432=test_gem_ext_configure_builder [ 93/909] 45425=test_verbose [ 94/909] 45425=test_num2int [ 95/909] 45425=test_nil [ 96/909] 45434=test_rdoc_single_class [ 97/909] 45425=test_exception [ 98/909] 45420=test_zsh_completion [ 99/909] 45431=test_iter_break [100/909] 45434=test_address_resolve [101/909] 45420=test_rdoc_token_stream [102/909] 45431=test_yaml_special_cases [103/909] 45420=test_optarg [104/909] 45425=test_gem_source_list [105/909] 45415=test_config [106/909] 45431=test_hash_create [107/909] 45431=test_stringchar [108/909] 45420=test_uncorrectable_name_check [109/909] 45415=newline_test [110/909] 45432=test_thread_fd_close [111/909] 45420=test_syslog_logger [112/909] 45432=test_passing_block [113/909] 45432=test_rdoc_markdown_test [114/909] 45421=test_c_union_entity [115/909] 45434=test_rdoc_normal_module [116/909] 45421=test_each [117/909] 45425=test_logperiod [118/909] 45425=test_securerandom [119/909] 45431=test_switch_hitter [120/909] 45421=test_io_console [121/909] 45418=test_flush [122/909] 45425=test_singleton [123/909] 45431=test_logdevice [124/909] 45418=test_gem_ext_rake_builder [125/909] 45425=test_arity [126/909] 45425=test_gc [127/909] 45423=test_x509cert [128/909] 45434=test_err_in_callback [129/909] 45434=test_gem_resolver_lock_specification [130/909] 45415=test_pack [131/909] 45434=test_show_source [132/909] 45428=test_process [133/909] 45422=test_read [134/909] 45434=test_last_thread [135/909] 45420=test_gem_source_local [136/909] 45422=test_gem_security_policy [137/909] 45415=test_gem_resolver_composed_set [138/909] 45415=test_safe_load [139/909] 45415=test_table [140/909] 45415=test_gem_resolver [141/909] 45423=test_gem_commands_dependency_command [142/909] 45423=test_bigdecimal [143/909] 45433=test_rdoc_markup_attribute_manager [144/909] 45420=test_name_error [145/909] 45416=test_enumerator [146/909] 45415=test_inadvertent_creation [147/909] 45433=test_flags [148/909] 45420=test_shift_jis [149/909] 45420=test_gem_commands_which_command [150/909] 45420=test_http [151/909] 45420=test_gem_commands_specification_command [152/909] 45415=test_rdoc_text [153/909] 45415=test_iso_8859 [154/909] 45422=test_tcp [155/909] 45422=test_data [156/909] 45422=test_date_new [157/909] 45415=test_date_time [158/909] 45422=test_rdoc_markup_to_joined_paragraph [159/909] 45424=test_require [160/909] 45424=test_syntax [161/909] 45420=test_rdoc_parser_ruby [162/909] 45415=test_open-uri [163/909] 45431=test_httpresponse [164/909] 45431=test_stream [165/909] 45431=test_nil2vtempty [166/909] 45431=test_rdoc_context [167/909] 45418=test_exception [168/909] 45422=test_rand [169/909] 45422=test_gem_name_tuple [170/909] 45422=test_gem_package_tar_reader_entry [171/909] 45415=test_bug_reporter [172/909] 45420=test_gem_dependency_installer [173/909] 45432=test_scalar [174/909] 45432=test_gem_commands_info_command [175/909] 45434=test_general [176/909] 45432=test_rdoc_cross_reference [177/909] 45434=test_store [178/909] 45422=test_case_options [179/909] 45422=test_nkf [180/909] 45426=test_scan_args [181/909] 45430=test_delegation [182/909] 45426=test_generic [183/909] 45430=test_win32ole [184/909] 45430=test_gem_text [185/909] 45422=test_settracefunc [186/909] 45434=test_enumerator_kw [187/909] 45434=test_gem_ext_cargo_builder_link_flag_converter [188/909] 45427=test_gem_commands_mirror [189/909] 45431=test_sprintf_comb [190/909] 45426=test_gem_request [191/909] 45434=test_method_cache [192/909] 45434=test_ractor [193/909] 45433=test_memory_view [194/909] 45427=test_m17n_comb [195/909] 45415=test_rdoc_markup_to_markdown [196/909] 45434=test_json_tree [197/909] 45434=test_rdoc_generator_pot_po [198/909] 45434=test_ansi_with_terminfo [199/909] 45434=test_reline [200/909] 45431=test_parser_events [201/909] 45430=test_pkey [202/909] 45415=test_case [203/909] 45433=test_gem_request_connection_pools [204/909] 45415=test_grapheme_breaks [205/909] 45431=test_gem_version_option [206/909] 45415=test_cclass [207/909] 45415=test_str2big [208/909] 45430=test_c_struct_builder [209/909] 45415=test_dot_dot [210/909] 45415=test_literal [211/909] 45431=test_socket [212/909] 45430=test_thread [213/909] 45434=test_objectspace [214/909] 45426=test_rdoc_markup_to_table_of_contents [215/909] 45432=test_require_lib [216/909] 45426=parse_test [217/909] 45430=test_gem_install_update_options [218/909] 45430=test_severity [219/909] 45430=test_ractor [220/909] 45430=test_gem_stream_ui [221/909] 45415=test_rdoc_generator_ri [222/909] 45415=test_extlibs [223/909] 45431=test_ractor [224/909] 45430=test_euc_tw [225/909] 45431=test_rinda [226/909] 45430=test_bmethod [227/909] 45430=test_gem_commands_sources_command [228/909] 45422=test_ansi_without_terminfo [229/909] 45416=test_thread_queue [230/909] 45422=test_nowrite [231/909] 45422=test_rdoc_markup_formatter [232/909] 45422=test_forwardable [233/909] 45422=test_yaml [234/909] 45423=test_handle [235/909] 45422=test_wait [236/909] 45430=test_big2str [237/909] 45430=test_cstr [238/909] 45422=test_pstore [239/909] 45422=test_profile_frames [240/909] 45418=test_class2name [241/909] 45418=test_gbk [242/909] 45418=test_enc_str_buf_cat [243/909] 45418=test_comparable [244/909] 45418=test_rdoc_parser_c [245/909] 45423=test_io_timeout [246/909] 45423=json_fixtures_test [247/909] 45423=test_shapes [248/909] 45423=test_ractor [249/909] 45422=test_find [250/909] 45430=test_fiddle [251/909] 45422=test_wss [252/909] 45434=test_gem_commands_contents_command [253/909] 45422=test_gem_ext_cmake_builder [254/909] 45433=test_require [255/909] 45422=test_cgi_util [256/909] 45430=test_marshalable [257/909] 45430=test_digest [258/909] 45421=test_recorder [259/909] 45421=test_gem_commands_owner_command [260/909] 45423=test_gem_source_vendor [261/909] 45423=test_rdoc_constant [262/909] 45418=test_deprecate [263/909] 45434=test_formatter [264/909] 45418=test_bash_completion [265/909] 45434=test_modify_expand [266/909] 45418=test_rdoc_any_method [267/909] 45434=test_gem_available_set [268/909] 45422=test_rdoc_markdown [269/909] 45417=test_file [270/909] 45417=test_gem_package_tar_reader [271/909] 45419=regexp_test [272/909] 45419=test_rdoc_encoding [273/909] 45434=test_coverage [274/909] 45423=test_pathname [275/909] 45419=test_complexrational [276/909] 45419=test_init [277/909] 45417=test_irb [278/909] 45422=test_load [279/909] 45422=json_string_matching_test [280/909] 45422=test_const [281/909] 45422=test_features [282/909] 45423=test_class [283/909] 45420=test_rdoc_normal_class [284/909] 45418=test_asn1 [285/909] 45420=test_random [286/909] 45417=test_yamlstore [287/909] 45420=test_gem_installer [288/909] 45418=test_rdoc_parser_rd [289/909] 45417=test_date_strftime [290/909] 45422=test_internal_ivar [291/909] 45418=test_gem_resolver_index_specification [292/909] 45422=test_duplicate [293/909] 45422=test_basicsocket [294/909] 45422=test_utf32 [295/909] 45421=test_tracepoint [296/909] 45422=test_prettyprint [297/909] 45418=test_gem_commands_help_command [298/909] 45422=test_rdoc_markup [299/909] 45422=test_tempfile [300/909] 45419=parse_comments_test [301/909] 45419=test_noarg [302/909] 45418=test_queue [303/909] 45418=test_function [304/909] 45419=test_string_processing [305/909] 45419=test_fileutils [306/909] 45430=test_ldap [307/909] 45430=test_resource [308/909] 45430=test_gem_commands_signin_command [309/909] 45421=test_emitter [310/909] 45421=test_gem_version [311/909] 45417=test_cesu8 [312/909] 45430=test_econv [313/909] 45417=test_rdoc_options [314/909] 45421=test_too_many_dummy_encodings [315/909] 45418=test_reqarg [316/909] 45422=test_rdoc_include [317/909] 45421=test_stack [318/909] 45418=test_gem_commands_list_command [319/909] 45418=test_scanner_events [320/909] 45434=test_gem_resolver_installed_specification [321/909] 45418=test_parse [322/909] 45434=test_mdns [323/909] 45422=test_gem_remote_fetcher [324/909] 45434=test_rdoc_markup_verbatim [325/909] 45434=test_inlinecache [326/909] 45419=test_path_to_class [327/909] 45419=test_gem_dependency [328/909] 45434=test_gem_resolver_specification [329/909] 45415=test_method_cache [330/909] 45433=test_gem_stub_specification [331/909] 45415=test_frozen_error [332/909] 45415=test_observer [333/909] 45415=test_gem_ext_ext_conf_builder [334/909] 45434=test_complex [335/909] 45426=test_gem_commands_search_command [336/909] 45426=test_set [337/909] 45417=test_base64 [338/909] 45417=test_gem_commands_stale_command [339/909] 45417=test_c_struct_entry [340/909] 45426=test_remote_fetch_error [341/909] 45426=test_have_library [342/909] 45433=test_line_editor [343/909] 45431=test_objspace [344/909] 45434=test_undef [345/909] 45434=test_general [346/909] 45418=test_string_memory [347/909] 45434=test_sprintf [348/909] 45433=test_gem_requirement [349/909] 45417=comments_test [350/909] 45418=test_gem_security_trust_dir [351/909] 45417=test_ws [352/909] 45417=test_m17n [353/909] 45418=test_gem_commands_environment_command [354/909] 45419=test_workspace [355/909] 45418=test_weakmap [356/909] 45417=test_debug_cmd [357/909] 45417=test_yjit [358/909] 45433=test_ns_spki [359/909] 45434=test_framework [360/909] 45433=test_kill_ring [361/909] 45419=test_argf [362/909] 45434=ripper_compat_test [363/909] 45433=test_raise_exception [364/909] 45434=test_gem_request_set_lockfile [365/909] 45429=test_win32ole_typelib [366/909] 45429=test_protect [367/909] 45429=test_hash [368/909] 45429=test_tree_builder [369/909] 45429=test_gem_resolver_dependency_request [370/909] 45427=test_external_new [371/909] 45427=test_postponed_job [372/909] 45430=test_alias_and_anchor [373/909] 45430=test_win32ole_type_event [374/909] 45430=test_emoji [375/909] 45430=test_sorted_set [376/909] 45421=test_ubf_async_safe [377/909] 45421=test_hash [378/909] 45429=test_io [379/909] 45434=test_cp949 [380/909] 45434=test_gem_source_specific_file [381/909] 45434=test_foreach [382/909] 45434=test_condition [383/909] 45434=test_gem_commands_uninstall_command [384/909] 45430=test_gem_unsatisfiable_dependency_error [385/909] 45430=test_win32ole_record [386/909] 45430=test_type_completor [387/909] 45430=test_console_attr [388/909] 45430=test_summary [389/909] 45430=test_ellipsize [390/909] 45427=test_date_attr [391/909] 45430=test_gem_commands_exec_command [392/909] 45427=test_io_wait [393/909] 45433=test_kwargs [394/909] 45433=test_ftp [395/909] 45433=test_rdoc_context_section [396/909] 45429=test_euc_kr [397/909] 45429=test_method [398/909] 45433=test_gem_commands_query_command [399/909] 45426=test_skip_lines [400/909] 45426=test_rdoc_rubygems_hook [401/909] 45415=test_pattern_key_name_check [402/909] 45415=test_to_ruby [403/909] 45415=test_gem_impossible_dependencies_error [404/909] 45415=test_array_create [405/909] 45415=test_pack [406/909] 45427=test_protocol [407/909] 45426=test_getopts [408/909] 45426=test_gem_resolver_activation_request [409/909] 45426=test_gem_config_file [410/909] 45423=test_ripper [411/909] 45415=test_etc [412/909] 45434=test_yjit_exit_locations [413/909] 45432=test_system [414/909] 45426=test_pkcs12 [415/909] 45415=test_gem_package_tar_header [416/909] 45423=test_iseq_load [417/909] 45434=test_gem_util [418/909] 45427=test_bigzero [419/909] 45427=test_pkey_dh [420/909] 45433=test_io [421/909] 45415=test_unicode_escape [422/909] 45415=test_autoload [423/909] 45434=test_utf16 [424/909] 45434=test_rendering [425/909] 45427=test_case [426/909] 45434=test_sizeof [427/909] 45427=test_face [428/909] 45430=test_yaml_tree [429/909] 45427=test_sleep [430/909] 45430=test_config [431/909] 45422=test_libs [432/909] 45430=test_gc [433/909] 45430=test_gem_commands_fetch_command [434/909] 45422=test_math [435/909] 45422=test_rdoc_require [436/909] 45422=locals_test [437/909] 45426=test_readpartial [438/909] 45430=test_gem_commands_install_command [439/909] 45422=test_clone [440/909] 45426=test_gem_resolver_conflict [441/909] 45424=test_rdoc_task [442/909] 45424=test_io_buffer [443/909] 45426=test_backtrace [444/909] 45422=test_pack [445/909] 45424=test_rdoc_markup_indented_paragraph [446/909] 45422=test_stringscanner [447/909] 45424=test_files_sample [448/909] 45422=test_rdoc_alias [449/909] 45422=test_yield [450/909] 45425=test_convertible [451/909] 45424=test_convert [452/909] 45424=test_array [453/909] 45424=test_optparse [454/909] 45424=test_fstring [455/909] 45432=test_rdoc_markup_to_html_crossref [456/909] 45423=test_typeddata [457/909] 45418=encoding_test [458/909] 45424=test_gem_resolver_best_set [459/909] 45416=test_rat [460/909] 45424=test_rdoc_markup_raw [461/909] 45418=test_webauthn_poller [462/909] 45416=test_variable_name_check [463/909] 45424=test_io_m17n [464/909] 45429=test_did_you_mean [465/909] 45416=test_gem_commands_server_command [466/909] 45429=test_append [467/909] 45429=test_option [468/909] 45423=test_cmethod [469/909] 45423=test_gem_commands_build_command [470/909] 45432=test_interned_str [471/909] 45432=test_case_comprehensive [472/909] 45416=test_class [473/909] 45416=test_ocsp [474/909] 45418=test_pkey_dsa [475/909] 45429=test_scheduler [476/909] 45429=test_iseq [477/909] 45423=test_exception_at_throwing [478/909] 45423=test_rdoc_markup_heading [479/909] 45423=test_rdoc_markup_pre_process [480/909] 45430=test_printf [481/909] 45430=test_time [482/909] 45423=test_webauthn_listener_response [483/909] 45416=test_to_ary_concat [484/909] 45423=test_stream [485/909] 45423=test_pinned [486/909] 45423=test_gem_bundler_version_finder [487/909] 45430=test_emoji_breaks [488/909] 45423=test_within_pipe [489/909] 45423=test_gem_commands_unpack_command [490/909] 45420=test_files_lib [491/909] 45426=test_beginendblock [492/909] 45429=test_rdoc_markup_to_bs [493/909] 45429=test_digest [494/909] 45423=test_ractor [495/909] 45429=test_rdoc_servlet [496/909] 45423=test_gem_security [497/909] 45427=test_fiber [498/909] 45424=test_open3 [499/909] 45429=test_bundled_ca [500/909] 45416=test_closure [501/909] 45422=test_drbobject [502/909] 45426=test_delegate [503/909] 45426=test_popen_deadlock [504/909] 45419=test_history [505/909] 45422=test_date_marshal [506/909] 45422=test_mkmf [507/909] 45422=test_recursion [508/909] 45422=test_exit [509/909] 45419=test_document [510/909] 45419=test_rdoc_generator_pot_po_entry [511/909] 45419=test_euc_jp [512/909] 45419=test_acceptable [513/909] 45419=test_win32ole_param [514/909] 45419=test_gem_commands_yank_command [515/909] 45422=test_pair [516/909] 45416=test_name_error_extension [517/909] 45416=test_rdoc_i18n_locale [518/909] 45421=test_primitive [519/909] 45416=test_human_typo [520/909] 45416=test_rbconfig [521/909] 45421=test_key_stroke [522/909] 45416=test_color [523/909] 45418=json_encoding_test [524/909] 45421=test_httpheader [525/909] 45418=test_gem_resolver_local_specification [526/909] 45418=test_drb [527/909] 45421=test_rdoc_ri_driver [528/909] 45434=test_httpresponses [529/909] 45416=test_encoding [530/909] 45434=test_set_len [531/909] 45434=test_sockopt [532/909] 45434=test_install [533/909] 45416=test_rdoc_markup_to_label [534/909] 45416=test_bn [535/909] 45416=test_win32ole_param_event [536/909] 45416=test_path [537/909] 45416=test_case_mapping [538/909] 45416=test_tree_spell_checker [539/909] 45416=test_http [540/909] 45426=test_addrinfo [541/909] 45426=test_bug-14834 [542/909] 45434=test_getoptlong [543/909] 45434=test_date_compat [544/909] 45419=test_rdoc_markup_to_html [545/909] 45434=test_compile_prism [546/909] 45421=test_terminfo [547/909] 45421=test_lexer [548/909] 45426=test_thread_cv [549/909] 45421=test_ssl_session [550/909] 45419=test_rewind [551/909] 45419=test_gem_commands_update_command [552/909] 45434=test_gem_resolver_vendor_specification [553/909] 45434=test_key_event_record [554/909] 45434=test_gem_uri [555/909] 45434=test_random [556/909] 45434=test_notimplement [557/909] 45434=test_rdoc_method_attr [558/909] 45434=test_column_separator [559/909] 45434=test_gem_gem_runner [560/909] 45434=test_filter [561/909] 45434=test_data [562/909] 45434=test_rdoc_generator_pot [563/909] 45434=parameters_signature_test [564/909] 45434=test_koi8 [565/909] 45434=test_enumerator [566/909] 45434=test_rdoc_parser_changelog [567/909] 45434=test_unicode [568/909] 45434=test_parser [569/909] 45434=test_method_name_check [570/909] 45434=test_arith_seq_extract [571/909] 45429=test_ssl [572/909] 45426=test_gem_ext_cargo_builder [573/909] 45434=constant_path_node_test [574/909] 45434=test_gem_request_set [575/909] 45426=test_module [576/909] 45421=test_acl [577/909] 45421=test_boolean [578/909] 45421=test_instrumentation_api [579/909] 45424=test_stringify_symbols [580/909] 45434=test_monitor [581/909] 45424=test_buffered_io [582/909] 45424=test_configuration [583/909] 45415=test_rubyvm [584/909] 45415=test_rdoc_generator_markup [585/909] 45415=test_cmd [586/909] 45419=test_whileuntil [587/909] 45419=test_rdoc_parser_simple [588/909] 45419=test_yamldbm [589/909] 45419=test_load [590/909] 45419=test_abi [591/909] 45424=test_provider [592/909] 45434=test_evaluation [593/909] 45434=test_https [594/909] 45419=test_gem_ext_builder [595/909] 45430=test_win32ole_method_event [596/909] 45430=test_bigdecimal_util [597/909] 45430=test_nesting_parser [598/909] 45430=test_gem_dependency_list [599/909] 45424=test_benchmark [600/909] 45430=test_gem_commands_outdated_command [601/909] 45434=test_gem_package_tar_writer [602/909] 45430=test_array [603/909] 45434=test_gem_source [604/909] 45426=test_scalar_scanner [605/909] 45415=test_rational2 [606/909] 45426=test_rational [607/909] 45415=test_assembler [608/909] 45415=test_spell_checker [609/909] 45415=attribute_write_test [610/909] 45426=test_propertyputref [611/909] 45415=test_erb [612/909] 45426=test_x509ext [613/909] 45426=test_gem_source_installed [614/909] 45415=test_completion [615/909] 45426=test_gem_commands_cert_command [616/909] 45434=test_len [617/909] 45417=test_yield_block [618/909] 45434=test_fixnum [619/909] 45417=test_signal [620/909] 45434=test_x509crl [621/909] 45425=test_rdoc_rd [622/909] 45425=test_cgi_session [623/909] 45425=test_metaclass [624/909] 45425=test_rdoc_top_level [625/909] 45434=test_input_method [626/909] 45415=test_windows_1252 [627/909] 45415=test_process [628/909] 45415=test_float [629/909] 45434=test_cgi_cookie [630/909] 45434=test_require [631/909] 45419=test_header [632/909] 45425=test_dir_m17n [633/909] 45419=test_gem_resolver_installer_set [634/909] 45419=test_refinement [635/909] 45420=test_gem_commands_signout_command [636/909] 45420=test_regex_casefold [637/909] 45424=test_gem_source_git [638/909] 45420=test_cipher [639/909] 45420=test_gem_security_signer [640/909] 45420=test_new [641/909] 45420=test_gem_resolver_git_set [642/909] 45420=test_storage [643/909] 45422=test_iterator [644/909] 45420=test_string [645/909] 45420=test_omap [646/909] 45420=test_digest_extend [647/909] 45424=test_shellwords [648/909] 45420=test_mutex_m [649/909] 45424=test_debug [650/909] 45424=pattern_test [651/909] 45420=test_memory_view [652/909] 45422=test_cparser [653/909] 45420=test_pkg_config [654/909] 45420=test_unconverted_fields [655/909] 45420=test_sexp [656/909] 45424=test_rdoc_markup_include [657/909] 45424=fuzzer_test [658/909] 45424=test_variable [659/909] 45420=test_inputs_scanner [660/909] 45420=test_struct [661/909] 45420=magic_comment_test [662/909] 45420=test_rdoc_markup_to_html_snippet [663/909] 45424=test_gem_source_subpath_problem [664/909] 45425=test_dln [665/909] 45425=json_common_interface_test [666/909] 45420=test_win32ole_variant_outarg [667/909] 45420=test_config [668/909] 45425=memsize_test [669/909] 45425=json_parser_test [670/909] 45420=test_nomethod_error [671/909] 45420=test_set [672/909] 45420=test_gem_path_support [673/909] 45425=test_struct [674/909] 45420=test_files_test_1 [675/909] 45420=test_rdoc_rd_inline [676/909] 45420=test_mutex [677/909] 45425=test_x509req [678/909] 45415=test_key_error [679/909] 45415=test_div [680/909] 45415=test_win32ole_variant_m [681/909] 45415=test_engine [682/909] 45424=test_color_printer [683/909] 45415=test_deprecated [684/909] 45415=test_serialize_subclasses [685/909] 45415=test_patterns [686/909] 45415=test_insns_leaf [687/909] 45415=test_object_references [688/909] 45415=test_usrmarshal [689/909] 45424=test_gem_resolver_git_specification [690/909] 45415=test_stat [691/909] 45415=test_syslog [692/909] 45422=test_gem_request_set_lockfile_tokenizer [693/909] 45415=test_have_func [694/909] 45422=test_nextafter [695/909] 45425=test_capacity [696/909] 45425=test_https_proxy [697/909] 45424=test_call [698/909] 45422=test_rubygems [699/909] 45425=test_super [700/909] 45433=test_rubyoptions [701/909] 45424=test_cgi_modruby [702/909] 45424=test_integer [703/909] 45422=test_drbunix [704/909] 45421=test_gem_commands_setup_command [705/909] 45417=test_dryrun [706/909] 45417=desugar_compiler_test [707/909] 45417=test_integer [708/909] 45417=test_converters [709/909] 45417=test_env [710/909] 45431=test_rdoc_attr [711/909] 45431=test_read_write [712/909] 45431=test_gem_source_lock [713/909] 45434=test_read [714/909] 45434=test_gem [715/909] 45431=test_gem_commands_open_command [716/909] 45431=test_dns [717/909] 45421=test_ractor [718/909] 45421=test_parser [719/909] 45421=test_cgi_core [720/909] 45421=test_rb_str_dup [721/909] 45421=test_reline_key [722/909] 45421=test_singleton_function [723/909] 45419=test_ancdata [724/909] 45421=test_alias [725/909] 45419=test_timeout [726/909] 45425=test_unicode_normalize [727/909] 45420=test_marshal [728/909] 45421=test_strip [729/909] 45421=test_weakref [730/909] 45431=test_nonblock [731/909] 45421=test_thread [732/909] 45431=json_ext_parser_test [733/909] 45431=test_my_integer [734/909] 45431=test_rendering [735/909] 45426=test_ractor [736/909] 45431=test_ssl [737/909] 45427=test_gem_specification [738/909] 45415=test_enum [739/909] 45426=test_threadgroup [740/909] 45420=test_have_macro [741/909] 45431=test_complex2 [742/909] 45431=test_resolve_symbol [743/909] 45419=test_gem_package [744/909] 45431=ractor_test [745/909] 45431=test_trace [746/909] 45431=test_rdoc_generator_json_index [747/909] 45420=test_time_tz [748/909] 45418=test_win32ole_event [749/909] 45418=test_gem_ci_detector [750/909] 45418=test_bignum [751/909] 45431=test_rdoc_class_module [752/909] 45420=test_win32ole_variable [753/909] 45420=test_io_wait_uncommon [754/909] 45420=test_arity [755/909] 45420=test_stringio [756/909] 45420=test_win32ole_variant [757/909] 45420=test_ipaddr [758/909] 45418=test_rdoc_markup_to_ansi [759/909] 45424=test_history [760/909] 45424=test_mixed_unicode_escapes [761/909] 45424=test_gem_resolver_api_specification [762/909] 45420=test_liberal_parsing [763/909] 45420=test_merge_keys [764/909] 45418=test_row [765/909] 45420=test_rdoc_extend [766/909] 45424=test_coderange [767/909] 45424=test_symbol [768/909] 45424=location_test [769/909] 45418=test_mailto [770/909] 45420=test_rdoc_generator_darkfish [771/909] 45418=test_resize [772/909] 45424=test_error_highlight [773/909] 45418=test_rdoc_comment [774/909] 45418=test_gem_source_fetch_problem [775/909] 45418=json_generic_object_test [776/909] 45418=test_http_request [777/909] 45415=test_numeric [778/909] 45418=test_member [779/909] 45418=test_word [780/909] 45418=test_gem_commands_cleanup_command [781/909] 45415=test_cgi_multipart [782/909] 45419=test_ractor_compatibility [783/909] 45420=test_autoconf [784/909] 45420=test_eval [785/909] 45420=test_dir [786/909] 45431=test_date_ractor [787/909] 45415=test_gem_console_ui [788/909] 45415=test_unix [789/909] 45424=test_enc_associate [790/909] 45415=test_lazy_enumerator [791/909] 45420=ruby_api_test [792/909] 45431=test_find_executable [793/909] 45418=test_symbol [794/909] 45431=test_coder [795/909] 45431=test_nofree [796/909] 45431=test_gem_commands_pristine_command [797/909] 45419=test_context [798/909] 45420=test_function_entry [799/909] 45420=test_drbssl [800/909] 45426=test_pkcs7 [801/909] 45419=test_gem_resolver_requirement_list [802/909] 45419=test_arith_seq_beg_len_step [803/909] 45419=test_delete [804/909] 45419=test_win32ole_method [805/909] 45419=test_ractor [806/909] 45419=test_fd_setsize [807/909] 45419=test_continuation [808/909] 45430=test_class_name_check [809/909] 45430=test_keyword [810/909] 45426=test_data_converters [811/909] 45426=test_pkey_rsa [812/909] 45415=test_weakkeymap [813/909] 45419=test_gem_commands_push_command [814/909] 45434=test_numhash [815/909] 45417=test_placearg [816/909] 45434=test_date_strptime [817/909] 45417=test_rdoc_markup_hard_break [818/909] 45417=test_gem_platform [819/909] 45424=test_force_quotes [820/909] 45424=test_import [821/909] 45415=test_not [822/909] 45430=test_gem_resolver_lock_set [823/909] 45415=test_rdoc_parser_markdown [824/909] 45430=test_file_exhaustive [825/909] 45415=test_gem_update_suggestion [826/909] 45434=test_files_test [827/909] 45417=test_logger [828/909] 45417=test_key_actor_emacs [829/909] 45415=test_gem_gemcutter_utilities [830/909] 45426=test_basicinstructions [831/909] 45434=test_gem_command_manager [832/909] 45426=test_arithmetic_sequence [833/909] 45426=test_tuplebag [834/909] 45426=heredoc_dedent_test [835/909] 45426=test_cgi_header [836/909] 45426=test_object [837/909] 45426=version_test [838/909] 45426=test_ractor [839/909] 45417=test_type [840/909] 45417=test_pointer [841/909] 45426=test_big5 [842/909] 45419=test_func [843/909] 45426=test_quote_empty [844/909] 45426=test_rdoc_rd_block_parser [845/909] 45434=test_signedness [846/909] 45426=test_tsort [847/909] 45426=test_change_word [848/909] 45426=compiler_test [849/909] 45426=test_flip [850/909] 45427=test_timeout [851/909] 45427=test_normalize [852/909] 45427=test_ossl [853/909] 45426=test_invalid [854/909] 45426=test_ruby_lex [855/909] 45415=test_object [856/909] 45426=test_date_arith [857/909] 45426=test_gem_local_remote_options [858/909] 45426=test_sleep [859/909] 45431=bom_test [860/909] 45424=test_data_error [861/909] 45431=test_file [862/909] 45415=unescape_test [863/909] 45424=test_ostruct [864/909] 45417=test_udp [865/909] 45417=errors_test [866/909] 45424=test_gem_commands_check_command [867/909] 45424=test_regexp [868/909] 45417=test_vm_dump [869/909] 45417=test_rdoc_markup_document [870/909] 45417=test_integer_comb [871/909] 45418=test_tmpdir [872/909] 45418=test_write [873/909] 45415=test_quote_char_nil [874/909] 45418=test_rdoc_ri_paths [875/909] 45415=test_ts [876/909] 45418=test_ensured [877/909] 45418=test_locale [878/909] 45418=test_addr [879/909] 45418=library_symbols_test [880/909] 45418=test_gem_uri_formatter [881/909] 45418=test_erb_command [882/909] 45422=test_helper [883/909] 45422=test_encoding [884/909] 45429=test_project_sanity [885/909] 45418=test_range [886/909] 45429=test_constant [887/909] 45423=test_pty [888/909] 45422=test_dup [889/909] 45415=test_transcode [890/909] 45422=test_kconv [891/909] 45419=test_eval [892/909] 45422=json_generator_test [893/909] 45415=test_config [894/909] 45422=test_gem_resolver_vendor_set [895/909] 45422=test_enumerable [896/909] 45422=test_gem_safe_marshal [897/909] 45419=test_gem_resolver_api_set [898/909] 45419=test_ast [899/909] 45423=test_gem_request_set_gem_dependency_api [900/909] 45418=test_lambda [901/909] 45415=test_helper [902/909] 45415=test_random_formatter [903/909] 45415=test_jaro_winkler [904/909] 45415=test_webauthn_listener [905/909] 45418=test_rdoc_code_object [906/909] 45417=test_x509store [907/909] 45415=test_update [908/909] 45415=test_x509name [909/909] 45415=test_fips Retrying hung up testcases... [ 1/156] TestProcess#test_spawn_wordsplit = 0.04 s [ 2/156] TestProcess#test_sigpipe = 0.04 s [ 3/156] TestProcess#test_warmup_frees_pages = 0.03 s [ 4/156] TestProcess#test_groups = 0.00 s [ 5/156] TestProcess#test_clock_gettime_MACH_ABSOLUTE_TIME_BASED_CLOCK_MONOTONIC = 0.00 s [ 6/156] TestProcess#test_execopts_redirect_open_fifo_interrupt_print = 0.44 s [ 7/156] TestProcess#test_system_noshell = 0.00 s [ 8/156] TestProcess#test_getegid = 0.00 s [ 9/156] TestProcess#test_system_sigpipe = 0.00 s [ 10/156] TestProcess#test_to_hash_on_arguments = 0.14 s [ 11/156] TestProcess#test_warmup_precompute_string_coderange = 0.03 s [ 12/156] TestProcess#test_execopts_modification = 0.11 s [ 13/156] TestProcess#test_clock_getres_TIMES_BASED_CLOCK_MONOTONIC = 0.00 s [ 14/156] TestProcess#test_execopts_popen_extra_fd = 0.07 s [ 15/156] TestProcess#test_clock_getres_constants = 0.00 s [ 16/156] TestProcess#test_setegid = 0.00 s [ 17/156] TestProcess#test_daemon_pid = 0.00 s [ 18/156] TestProcess#test_execopts_preserve_env_on_exec_failure = 0.04 s [ 19/156] TestProcess#test_status = 0.04 s [ 20/156] TestProcess#test_sh_comment = 0.00 s [ 21/156] TestProcess#test_gid_from_name = 0.00 s [ 22/156] TestProcess#test_rlimit_nofile = 0.04 s [ 23/156] TestProcess#test_spawn_shell = 0.08 s [ 24/156] TestProcess#test_many_args = 0.06 s [ 25/156] TestProcess#test_rescue_exec_fail = 0.03 s [ 26/156] TestProcess#test_forked_child_handles_signal = 0.04 s [ 27/156] TestProcess#test_execopts_close_others = 0.29 s [ 28/156] TestProcess#test_clock_getres_GETRUSAGE_BASED_CLOCK_PROCESS_CPUTIME_ID = 0.00 s [ 29/156] TestProcess#test_clock_gettime_constants = 0.00 s [ 30/156] TestProcess#test_clock_gettime_unit = 0.00 s [ 31/156] TestProcess#test_popen_wordsplit_beginning_and_trailing_spaces = 0.04 s [ 32/156] TestProcess#test_popen_wordsplit = 0.04 s [ 33/156] TestProcess#test_execopts_redirect_tempfile = 0.04 s [ 34/156] TestProcess#test_warmup_promote_all_objects_to_oldgen = 0.03 s [ 35/156] TestProcess#test_clock_getres_TIMES_BASED_CLOCK_PROCESS_CPUTIME_ID = 0.00 s [ 36/156] TestProcess#test_execopts_rlimit = 0.25 s [ 37/156] TestProcess#test_initgroups = 0.00 s [ 38/156] TestProcess#test_popen_reopen = 0.03 s [ 39/156] TestProcess#test_argv0 = 0.22 s [ 40/156] TestProcess#test_rlimit_name = 0.00 s [ 41/156] TestProcess#test_aspawn_too_long_path = 0.06 s [ 42/156] TestProcess#test_waitall = 0.14 s [ 43/156] TestProcess#test_execopts_redirect_open_fifo_interrupt_raise = 0.55 s [ 44/156] TestProcess#test_execopts_redirect_open_order_normal = 0.04 s [ 45/156] TestProcess#test_setpriority = 0.00 s [ 46/156] TestProcess#test_getuid = 0.00 s [ 47/156] TestProcess#test_clock_getres_TIME_BASED_CLOCK_REALTIME = 0.00 s [ 48/156] TestProcess#test__fork_pid_cache = 0.00 s [ 49/156] TestProcess#test__fork_hook_popen = 0.01 s [ 50/156] TestProcess#test_last_status_failure = 0.00 s [ 51/156] TestProcess#test_execopts_redirect_nonascii_path = 0.04 s [ 52/156] TestProcess#test_warmup_run_major_gc_and_compact = 0.03 s [ 53/156] TestProcess#test_maxgroups = 0.00 s [ 54/156] TestProcess#test_popen_fork = 0.00 s [ 55/156] TestProcess#test_execopts_redirect_self = 0.04 s [ 56/156] TestProcess#test_clock_gettime = 0.00 s [ 57/156] TestProcess#test_execopts_duplex_io = 0.04 s [ 58/156] TestProcess#test_daemon_readwrite = 0.00 s [ 59/156] TestProcess#test_overwrite_ENV = 0.07 s [ 60/156] TestProcess#test_execopts_popen_stdio = 0.04 s [ 61/156] TestProcess#test_execopts_gid = 0.08 s [ 62/156] TestProcess#test_uid_re_exchangeable_p = 0.00 s [ 63/156] TestProcess#test_wait2 = 0.14 s [ 64/156] TestProcess#test_sh_env = 0.00 s [ 65/156] TestProcess#test_clock_gettime_GETTIMEOFDAY_BASED_CLOCK_REALTIME = 0.00 s [ 66/156] TestProcess#test_status_quit = 0.08 s [ 67/156] TestProcess#test_signals_work_after_exec_fail = 0.00 s [ 68/156] TestProcess#test_clock_gettime_CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID = 0.00 s [ 69/156] TestProcess#test_execopts_redirect_dup2_child = 0.15 s [ 70/156] TestProcess#test_clock_getres = 0.00 s [ 71/156] TestProcess#test_gid_re_exchangeable_p = 0.00 s [ 72/156] TestProcess#test_execopts_open_failure = 0.00 s [ 73/156] TestProcess#test_setsid = 0.04 s [ 74/156] TestProcess#test_argv0_keep_alive = 0.01 s [ 75/156] TestProcess#test_rlimit_value = 0.07 s [ 76/156] TestProcess#test_argv0_frozen = 0.00 s [ 77/156] TestProcess#test_execopts_umask = 0.07 s [ 78/156] TestProcess#test_kill_at_spawn_failure = 0.00 s [ 79/156] TestProcess#test_spawn_too_long_path = 0.00 s [ 80/156] TestProcess#test_gid_sid_available? = 0.00 s [ 81/156] TestProcess#test_spawn_noshell = 0.00 s [ 82/156] TestProcess#test_fallback_to_sh = 0.00 s [ 83/156] TestProcess#test_wait_exception = 0.04 s [ 84/156] TestProcess#test_deadlock_by_signal_at_forking = 0.92 s [ 85/156] TestProcess#test_clock_gettime_GETRUSAGE_BASED_CLOCK_PROCESS_CPUTIME_ID = 0.00 s [ 86/156] TestProcess#test_execopts_redirect_open_order_reverse = 0.04 s [ 87/156] TestProcess#test_execopts_uid = 0.07 s [ 88/156] TestProcess#test_daemon_detached = 0.00 s [ 89/156] TestProcess#test_system_shell = 0.07 s [ 90/156] TestProcess#test_exec_failure_leaves_no_child = 0.00 s [ 91/156] TestProcess#test_execopts_env = 0.44 s [ 92/156] TestProcess#test_clock_gettime_TIMES_BASED_CLOCK_PROCESS_CPUTIME_ID = 0.00 s [ 93/156] TestProcess#test_system_wordsplit = 0.04 s [ 94/156] TestProcess#test_daemon_default = 0.00 s [ 95/156] TestProcess#test_clock_gettime_TIMES_BASED_CLOCK_MONOTONIC = 0.00 s [ 96/156] TestProcess#test_execopts_redirect_open_fifo = 0.04 s [ 97/156] TestProcess#test_seteuid_name = 0.00 s [ 98/156] TestProcess#test_status_fail = 0.00 s [ 99/156] TestProcess#test_exec_shell = 0.11 s [100/156] TestProcess#test_execopts_exec = 0.04 s [101/156] TestProcess#test_exec_fd_3_redirect = 0.07 s [102/156] TestProcess#test__fork_hook = 0.02 s [103/156] TestProcess#test_exec_close_reserved_fd = 0.15 s [104/156] TestProcess#test__fork = 0.00 s [105/156] TestProcess#test_execopts_popen = 0.07 s [106/156] TestProcess#test_argv0_noarg = 0.36 s [107/156] TestProcess#test_status_kill = 0.04 s [108/156] TestProcess#test_daemon_nochdir_noclose = 0.00 s [109/156] TestProcess#test_popen_noshell = 0.00 s [110/156] TestProcess#test_uid_from_name = 0.00 s [111/156] TestProcess#test_no_curdir = 0.01 s [112/156] TestProcess#test_rlimit_availability = 0.00 s [113/156] TestProcess#test_popen_cloexec = 0.00 s [114/156] TestProcess#test_execopts_redirect_pipe = 0.19 s [115/156] TestProcess#test_clock_getres_CLOCK_BASED_CLOCK_PROCESS_CPUTIME_ID = 0.00 s [116/156] TestProcess#test_clock_gettime_TIME_BASED_CLOCK_REALTIME = 0.00 s [117/156] TestProcess#test_execopts_redirect_symbol = 0.11 s [118/156] TestProcess#test_exec_wordsplit = 0.07 s [119/156] TestProcess#test_execopts_pgroup = 0.18 s [120/156] TestProcess#test_getpgid = 0.00 s [121/156] TestProcess#test_clock_getres_MACH_ABSOLUTE_TIME_BASED_CLOCK_MONOTONIC = 0.00 s [122/156] TestProcess#test_wait_and_sigchild = 0.00 s [123/156] TestProcess#test_process_detach = 0.00 s [124/156] TestProcess#test_execopts_open_chdir_m17n_path = 0.04 s [125/156] TestProcess#test_seteuid = 0.00 s [126/156] TestProcess#test_execopts_unsetenv_others = 0.07 s [127/156] TestProcess#test_wait_without_arg = 0.14 s [128/156] TestProcess#test_popen_exit = 0.05 s [129/156] TestProcess#test_daemon_noclose = 0.00 s [130/156] TestProcess#test_status_wait = 0.04 s [131/156] TestProcess#test_sh_exec = 0.00 s [132/156] TestProcess#test_execopts_open_chdir = 0.04 s [133/156] TestProcess#test_sleep = 0.00 s [134/156] TestProcess#test_popen_shell = 0.08 s [135/156] TestProcess#test_execopts_new_pgroup = 0.00 s [136/156] TestProcess#test_abort = 0.07 s [137/156] TestProcess#test_close_others_default_false = 0.01 s [138/156] TestProcess#test_execopts_env_popen_string = 0.37 s [139/156] TestProcess#test_clock_getres_GETTIMEOFDAY_BASED_CLOCK_REALTIME = 0.00 s [140/156] TestProcess#test_getpriority = 0.00 s [141/156] TestProcess#test_execopts_redirect_fd = 0.47 s [142/156] TestProcess#test_execopts_opts = 0.04 s [143/156] TestProcess#test_execopts_env_popen_vector = 0.36 s [144/156] TestProcess#test_execopts_redirect_to_out_and_err = 0.07 s [145/156] TestProcess#test_geteuid = 0.00 s [146/156] TestProcess#test__fork_wrong_type_hook = 0.01 s [147/156] TestProcess#test_exec_noshell = 0.04 s [148/156] TestProcess#test_last_status = 0.04 s [149/156] TestProcess#test_execopt_env_path = 0.00 s [150/156] TestProcess#test_execopts_chdir = 0.04 s [151/156] TestProcess#test_uid_sid_available? = 0.00 s [152/156] TestProcess#test_execopts_env_single_word = 0.04 s [153/156] TestProcess#test_threading_works_after_exec_fail = 0.51 s [154/156] TestProcess#test_fd_inheritance = 0.22 s [155/156] TestProcess#test_pst_inspect = 0.00 s [156/156] TestProcess#test_daemon_no_threads = 0.00 s Finished tests in 230.032524s, 117.7268 tests/s, 41609.1030 assertions/s. 27081 tests, 9571447 assertions, 0 failures, 0 errors, 210 skips ruby -v: ruby 3.4.0dev (2024-01-09T14:41:02Z master 02d8bad6e1) [x86_64-linux] $$$ #<Timeout::Error: execution expired> ### enter analyzing mode for stuck processes $$$ ps jx PPID PID PGID SID TTY TPGID STAT UID TIME COMMAND 1 875 875 875 ? -1 Ss 1000 0:00 SCREEN -d -m dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental 875 887 887 887 pts/0 887 Ss+ 1000 0:00 dash -c cd build-ruby; BUILD_RUBY_WORKING_DIR=/tmp/ruby sh build-loop.sh trunk --incremental 887 888 887 887 pts/0 887 S+ 1000 0:00 sh build-loop.sh trunk --incremental 888 4370 887 887 pts/0 887 Sl+ 1000 0:00 ruby ./br.rb build_report trunk --incremental 4370 4373 887 887 pts/0 887 Sl+ 1000 0:00 ruby /home/ko1/build-ruby/build-ruby.rb --target_name=trunk --logfile=/home/ko1/ruby/logs/brlog.trunk.20240109-145738 --root_dir=/tmp/ruby --timeout=10800 --incremental 4373 45097 887 887 pts/0 887 Z+ 1000 0:00 [sh] <defunct> 1 56304 887 887 pts/0 887 S+ 1000 0:00 /tmp/ruby/src/trunk/tool/lib/test/unit/parallel.rb: TestProcess#test_popen_fork 4373 299526 887 887 pts/0 887 R+ 1000 0:00 ps jx {1=>[875, 56304], 875=>[887], 887=>[888], 888=>[4370], 4370=>[4373], 4373=>[45097, 299526]} $ timeout 60 gdb -p 45097 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null >>> Threads No threads. >>> Machine level backtrace >>> Dump Ruby level backtrace (if possible) $ timeout 60 gdb -p 299526 -x /home/ko1/build-ruby/gdbscript -batch -quiet 2> /dev/null >>> Threads No threads. >>> Machine level backtrace >>> Dump Ruby level backtrace (if possible) #<Errno::ESRCH: No such process>