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