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