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