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