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