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