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