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