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