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