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