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