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