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