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