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