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