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