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