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