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