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