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