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