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