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