# Logfile created on 2023-11-28 12:54:43 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005645a4d961e8 @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'", @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.20231128-125443", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005645a4e2b478 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005645a4e2b338 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005645a4e2b158 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.master-no-rjit.20231128-125443", @dev=#<File:/home/ko1/ruby/logs/brlog.master-no-rjit.20231128-125443>, @binmode=false, @mon_data=#<Monitor:0x00005645a4e2b090>, @mon_data_owner_object_id=860>>>
$$$[beg] make update-unicode  -j4
make: Nothing to be done for 'update-unicode'.
$$$[end] "make update-unicode  -j4" exit with 0.
$$$[beg] make update-download -j4
tool/config.guess already exists
tool/config.sub already exists
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision unchanged
$$$[end] "make update-download -j4" exit with 0.
$$$[beg] make update-rubyspec -j4
make: Nothing to be done for 'update-rubyspec'.
$$$[end] "make update-rubyspec -j4" exit with 0.
$$$[beg] make update-src      -j4
From https://github.com/ruby/ruby
   1a16b6f..458d079  master     -> origin/master
Updating 1a16b6f..458d079
Fast-forward
 NEWS.md                |  2 ++
 ext/socket/raddrinfo.c | 18 ++++++++++++++++--
 2 files changed, 18 insertions(+), 2 deletions(-)
Latest commit hash = 458d079166
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
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
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'
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision -
/tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision unchanged
$$$[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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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/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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

builtin_binary.inc updated
d5bceaf5273807f5997a53db6371383b58cf004110e2cce23355ffe9e5851e4d  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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
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 '/tmp/ruby/src/master-no-rjit/enc/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'
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/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/bigdecimal'
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]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
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/fiddle'
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]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
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]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Entering 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/ripper'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket'
compiling /tmp/ruby/src/master-no-rjit/ext/socket/raddrinfo.c
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
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]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
linking shared-object socket.so
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket'
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
Update debug to 927587afb6aac69b358b86a01f602d207053e8d2
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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
echo 927587afb6aac69b358b86a01f602d207053e8d2 | /bin/sh /tmp/ruby/src/master-no-rjit/tool/ifchange /tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision -
generating encdb.h
gcc (Ubuntu 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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
/tmp/ruby/src/master-no-rjit/.bundle/.timestamp/debug.revision unchanged
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
ext/configure-ext.mk unchanged
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 '/tmp/ruby/src/master-no-rjit/enc/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'
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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/bigdecimal'
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/io/console'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
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]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/openssl'
make[2]: Entering 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/openssl'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/psych'
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]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
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]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
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 to 
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.3.0+0/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.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.3.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.3.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/master-no-rjit/include/ruby-3.3.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/master-no-rjit/lib/ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/master-no-rjit/lib/ruby/site_ruby/3.3.0+0
installing extension scripts:       /tmp/ruby/install/master-no-rjit/lib/ruby/vendor_ruby/3.3.0+0
installing extension headers:       /tmp/ruby/install/master-no-rjit/include/ruby-3.3.0+0/ruby
installing command scripts:         /tmp/ruby/install/master-no-rjit/bin
installing library scripts:         /tmp/ruby/install/master-no-rjit/lib/ruby/3.3.0+0
installing common headers:          /tmp/ruby/install/master-no-rjit/include/ruby-3.3.0+0
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.3.0+0
                                    abbrev 0.1.1
                                    base64 0.2.0
                                    benchmark 0.3.0
                                    bundler 2.5.0.dev
                                    cgi 0.4.0
                                    csv 3.2.8
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.3
                                    error_highlight 0.5.1
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    getoptlong 0.2.1
                                    ipaddr 1.2.5
                                    irb 1.9.1
                                    logger 1.6.0
                                    mutex_m 0.2.0
                                    net-http 0.4.0
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.0
                                    open3 0.2.0
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.18.0
                                    pstore 0.1.3
                                    rdoc 6.6.0
                                    readline 0.0.3
                                    reline 0.4.0
                                    resolv 0.2.2
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.0
                                    set 1.0.3
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 1.1.0
                                    tempfile 0.2.0
                                    time 0.3.0
                                    timeout 0.4.1
                                    tmpdir 0.2.0
                                    tsort 0.2.0
                                    un 0.3.0
                                    uri 0.13.0
                                    weakref 0.1.3
                                    yaml 0.3.0
installing default gems from ext:   /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.3.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3.dev.1
                                    fcntl 1.1.0
                                    fiddle 1.1.2
                                    io-console 0.6.1.dev.1
                                    io-nonblock 0.2.0
                                    io-wait 0.3.0
                                    json 2.6.3
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.1.1
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.1
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.3.0+0
                                    minitest 5.20.0
                                    power_assert 2.0.3
                                    rake 13.1.0
                                    test-unit 3.6.1
                                    rexml 3.2.6
                                    rss 0.3.0
                                    net-ftp 0.2.0
                                    net-imap 0.4.6
                                    net-pop 0.1.2
                                    net-smtp 0.4.0
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.3.2
                                    typeprof 0.21.8
                                    debug 1.8.0
                                    racc 1.7.3
installing bundled gem cache:       /tmp/ruby/install/master-no-rjit/lib/ruby/gems/3.3.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1864 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 = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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.

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

ruby -v: ruby 3.3.0dev (2023-11-28T12:50:04Z master 458d079166) [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 --debug' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 = -U_FORTIFY_SOURCE -D_FORTIFY_SOURCE=2 -fstack-protector-strong -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  
	CPPFLAGS =   
	DLDFLAGS = -Wl,--compress-debug-sections=zlib -fstack-protector-strong -pie  
	SOLIBS = -lz -lrt -lrt -lgmp -ldl -lcrypt -lm -lpthread 
	LANG = 
	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 11.3.0-1ubuntu1~22.04.1) 11.3.0
Copyright (C) 2021 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 '/tmp/ruby/src/master-no-rjit/enc/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/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/bigdecimal'
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/nkf'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/nkf'
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/syslog'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/debug-1.8.0/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.2.2/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.0/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/master-no-rjit/.bundle/gems/rbs-3.3.2/ext/rbs_extension'
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'
$ /tmp/ruby/build/master-no-rjit/miniruby -I/tmp/ruby/src/master-no-rjit/lib /tmp/ruby/src/master-no-rjit/tool/runruby.rb --archdir=/tmp/ruby/build/master-no-rjit --extout=.ext -- /tmp/ruby/src/master-no-rjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/master-no-rjit/spec/default.mspec --error-output stderr --debug
ruby 3.3.0dev (2023-11-28T12:50:04Z master 458d079166) [x86_64-linux]
     0 .........................................................................
    73 .........................................................................
   146 .........................................................................
   219 .........................................................................
   292 .........................................................................
   365 .........................................................................
   438 .........................................................................
   511 .........................................................................
   584 .........................................................................
   657 .........................................................................
   730 .........................................................................
   803 .........................................................................
   876 .........................................................................
   949 .........................................................................
  1022 .........................................................................
  1095 .........................................................................
  1168 .........................................................................
  1241 .........................................................................
  1314 .........................................................................
  1387 .........................................................................
  1460 .........................................................................
  1533 .........................................................................
  1606 .........................................................................
  1679 .........................................................................
  1752 .........................................................................
  1825 .........................................................................
  1898 .........................................................................
  1971 .........................................................................
  2044 .........................................................................
  2117 .........................................................................
  2190 .........................................................................
  2263 .........................................................................
  2336 .........................................................................
  2409 .........................................................................
  2482 .........................................................................
  2555 .........................................................................
  2628 .........................................................................
  2701 .........................................................................
  2774 .........................................................................
  2847 .........................................................................
  2920 .........................................................................
  2993 .........................................................................
  3066 .........................................................................
  3139 .........................................................................
  3212 .........................................................................
  3285 .........................................................................
  3358 .........................................................................
  3431 .........................................................................
  3504 .........................................................................
  3577 .........................................................................
  3650 .........................................................................
  3723 .....

Finished in 108.303566 seconds

3728 files, 32495 examples, 165805 expectations, 0 failures, 0 errors, 0 tagged
$$$[end] "make yes-test-rubyspec MSPECOPT='--error-output stderr --debug' TESTS='-j4'" exit with 0.

$ gdb -batch -se /tmp/ruby/build/master-no-rjit/ruby -c /tmp/cores/core.1001.2205947.ruby -x gdbscript
[New LWP 2205947]
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Core was generated by `/tmp/ruby/build/master-no-rjit/ruby -e '.
Program terminated with signal SIGABRT, Aborted.
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139892630017984) at ./nptl/pthread_kill.c:44

>>> Threads

  Id   Target Id                           Frame 
* 1    Thread 0x7f3b4a84d7c0 (LWP 2205947) __pthread_kill_implementation (no_tid=0, signo=6, threadid=139892630017984) at ./nptl/pthread_kill.c:44

>>> Machine level backtrace


Thread 1 (Thread 0x7f3b4a84d7c0 (LWP 2205947)):
#0  __pthread_kill_implementation (no_tid=0, signo=6, threadid=139892630017984) at ./nptl/pthread_kill.c:44
        tid = <optimized out>
        ret = 0
        pd = 0x7f3b4a84d7c0
        old_mask = {__val = {48, 8, 17179869188, 896, 896, 896, 68, 68, 4, 17179869191, 2181360, 2185456, 2185456, 16, 144, 8}}
        ret = <optimized out>
        pd = <optimized out>
        old_mask = <optimized out>
        ret = <optimized out>
        tid = <optimized out>
        ret = <optimized out>
        resultvar = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        resultvar = <optimized out>
        __arg3 = <optimized out>
        __arg2 = <optimized out>
        __arg1 = <optimized out>
        _a3 = <optimized out>
        _a2 = <optimized out>
        _a1 = <optimized out>
        __futex = <optimized out>
        __private = <optimized out>
        __oldval = <optimized out>
        result = <optimized out>
#1  __pthread_kill_internal (signo=6, threadid=139892630017984) at ./nptl/pthread_kill.c:78
No locals.
#2  __GI___pthread_kill (threadid=139892630017984, signo=signo@entry=6) at ./nptl/pthread_kill.c:89
No locals.
#3  0x00007f3b4a892476 in __GI_raise (sig=sig@entry=6) at ../sysdeps/posix/raise.c:26
        ret = <optimized out>
#4  0x00007f3b4a8787f3 in __GI_abort () at ./stdlib/abort.c:79
        save_stage = 1
        act = {__sigaction_handler = {sa_handler = 0x3000000020, sa_sigaction = 0x3000000020}, sa_mask = {__val = {140725613098688, 140725613098496, 8232697944192708608, 4, 140725613097696, 4096, 0, 1, 93975859892184, 3, 0, 0, 139892634525976, 140724603453444, 1, 2260560}}, sa_flags = 1971112615, sa_restorer = 0x7f3b4ac5eb90}
        sigs = {__val = {32, 28, 5, 0, 140725613098688, 140725613102064, 18446744073709551615, 93975857187736, 140725613098727, 24, 520, 140725613098724, 27, 93975857173120, 0, 14096}}
#5  0x0000557875bc30a6 in rb_async_bug_errno (mesg=mesg@entry=0x7ffd3c2df6c0 "rb_thread_wakeup_timer_thread: write(0)", errno_arg=errno_arg@entry=5) at /tmp/ruby/src/master-no-rjit/error.c:1097
No locals.
#6  0x0000557875995331 in async_bug_fd (mesg=mesg@entry=0x557875c1c528 "rb_thread_wakeup_timer_thread: write", errno_arg=5, fd=fd@entry=0) at /tmp/ruby/src/master-no-rjit/thread.c:4490
        buff = "rb_thread_wakeup_timer_thread: write(0)\000k\031\306b", '\000' <repeats 12 times>, "k\031\306b\000\000\000"
        n = <optimized out>
#7  0x000055787599e877 in signal_communication_pipe (fd=0) at /tmp/ruby/src/master-no-rjit/thread_pthread.c:3023
        e = <optimized out>
        buff = 1
        result = <optimized out>
        buff = <optimized out>
        result = <optimized out>
        e = <optimized out>
#8  timer_thread_wakeup_force () at /tmp/ruby/src/master-no-rjit/thread_pthread.c:3037
No locals.
#9  rb_thread_wakeup_timer_thread (sig=sig@entry=1) at /tmp/ruby/src/master-no-rjit/thread_pthread.c:2570
No locals.
#10 0x0000557875957391 in sighandler (sig=1) at /tmp/ruby/src/master-no-rjit/signal.c:693
        old_errnum = 0
#11 <signal handler called>
No locals.
#12 0x0000557875963a1f in set_bin (v=1854, n=27519, s=1, bins=0x5578766f21e0) at /tmp/ruby/src/master-no-rjit/st.c:370
No locals.
#13 st_add_direct_with_hash (hash=<optimized out>, value=139892204480920, key=<optimized out>, tab=0x5578766f21a0) at /tmp/ruby/src/master-no-rjit/st.c:1172
        entry = 0x7f3b4a6d9db0
        ind = <optimized out>
        bin_ind = 27519
        entry = <optimized out>
        ind = <optimized out>
        bin_ind = <optimized out>
#14 rb_st_update (tab=tab@entry=0x5578766f21a0, key=<optimized out>, key@entry=140725613102080, func=func@entry=0x5578759708f0 <fstr_update_callback>, arg=arg@entry=140725613102064) at /tmp/ruby/src/master-no-rjit/st.c:1471
        entry = <optimized out>
        bin = <optimized out>
        entries = <optimized out>
        bin_ind = <optimized out>
        value = 139892204480920
        old_key = <optimized out>
        retval = <optimized out>
        existing = <optimized out>
        hash = <optimized out>
        retry = <optimized out>
#15 0x000055787596d04e in register_fstring (copy=false, str=140725613102080) at /tmp/ruby/src/master-no-rjit/string.c:455
        frozen_strings = 0x5578766f21a0
        _lev = 21880
        args = {fstr = 139892204480920, copy = false}
        args = <optimized out>
        _lev = <optimized out>
        frozen_strings = <optimized out>
#16 rb_fstring_new (len=<optimized out>, ptr=<optimized out>) at /tmp/ruby/src/master-no-rjit/string.c:505
        fake_str = {basic = {flags = 3230670853, klass = 139892204760160}, len = 19, as = {heap = {ptr = 0x557875bf0fd8 <rb_vm_insn_name_base+2776> "trace_getlocal_WC_0", aux = {capa = 19, shared = 19}}, embed = {ary = "\330"}}}
        fake_str = <optimized out>
#17 rb_fstring_cstr (ptr=<optimized out>) at /tmp/ruby/src/master-no-rjit/string.c:518
No locals.
#18 0x0000557875b6b17f in rb_insns_name_array () at /tmp/ruby/src/master-no-rjit/compile.c:10402
        ary = 139892204488560
        i = <optimized out>
#19 0x0000557875a05d54 in Init_VM () at /tmp/ruby/src/master-no-rjit/vm.c:4005
        opts = 139892204488720
        klass = 139892204545600
        fcore = 139892204545760
#20 0x000055787584618a in rb_call_inits () at /tmp/ruby/src/master-no-rjit/inits.c:64
No locals.
#21 0x000055787580650c in ruby_setup () at /tmp/ruby/src/master-no-rjit/eval.c:89
        _ec = 0x5578766eb2c0
        _tag = {tag = 36, retval = 8384512, buf = {0x3, 0x557875806548 <ruby_setup+328>, 0x0, 0x7ffd3c2e04e0, 0x0}, prev = 0x0, state = RUBY_TAG_NONE, lock_rec = 0}
        state = RUBY_TAG_NONE
#22 0x00005578758065cd in ruby_init () at /tmp/ruby/src/master-no-rjit/eval.c:101
        state = <optimized out>
#23 0x0000557875801405 in rb_main (argv=0x7ffd3c2e06e8, argc=3) at /tmp/ruby/src/master-no-rjit/main.c:38
        variable_in_this_stack_frame = 140725613103465
#24 main (argc=<optimized out>, argv=<optimized out>) at /tmp/ruby/src/master-no-rjit/main.c:58
No locals.

>>> Dump Ruby level backtrace (if possible)
raw logfile