# Logfile created on 2024-01-17 04:24:44 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x00005603ad35df70 @REPOSITORY="https://github.com/ruby/ruby.git", @REPOSITORY_TYPE=:git, @git_branch=nil, @git_worktree=nil, @svn_revision=nil, @SRC_DIR="/tmp/ruby/src", @BUILD_DIR="/tmp/ruby/build", @INSTALL_DIR="/tmp/ruby/install", @TARGET_NAME="trunk-yjit", @TARGET_SRC_DIR="/tmp/ruby/src/trunk-yjit", @TARGET_BUILD_DIR="/tmp/ruby/build/trunk-yjit", @TARGET_INSTALL_DIR="/tmp/ruby/install/trunk-yjit", @configure_opts=["cppflags=-DYJIT_FORCE_ENABLE"], @build_opts="-j4", @btest_opts="-j4", @test_opts="TESTS='-j4'", @incremental=true, @steps=["checkout", "autoconf", "configure", "build_up", "build_miniruby", "build_ruby", "build_all", "build_install", "test_btest", "test_basic", "test_all", "test_rubyspec"], @quiet=false, @gist=false, @timeout=10800, @logfile="/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-042444", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x00005603ad3f3408 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x00005603ad3f32c8 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x00005603ad3f30e8 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-042444", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240117-042444>, @binmode=false, @mon_data=#<Monitor:0x00005603ad3f3020>, @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
$$$[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
Already up to date.
Latest commit hash = 4216880261
$$$[end] "make update-src      -j4" exit with 0.
$$$[beg] make after-update    -j4
/tmp/ruby/src/trunk-yjit/revision.h updated
generating x86_64-linux-fake.rb
x86_64-linux-fake.rb updated
generating enc.mk
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make after-update    -j4" exit with 0.
$$$[beg] make miniruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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/trunk-yjit/version.c
linking miniruby
$$$[end] "make miniruby -j4" exit with 0.
$$$[beg] make ruby -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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
d0e3d90d5ebe665dbfb7f19f3ffed1b32634936bc6de25ec9712b603bac036cb  builtin_binary.inc
compiling /tmp/ruby/src/trunk-yjit/builtin.c
linking static-library libruby-static.a
linking ruby
$$$[end] "make ruby -j4" exit with 0.
$$$[beg] make all -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/yjit/src/lib.rs
generating encdb.h
generating enc.mk
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.

encdb.h unchanged
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems -r./x86_64-linux-fake /tmp/ruby/src/trunk-yjit/tool/rbinstall.rb --make="make" --dest-dir="" --extout=".ext" --ext-build-dir="./ext" --mflags="-j4 --jobserver-auth=4,5" --make-flags=" -j4 --jobserver-auth=4,5" --data-mode=0644 --prog-mode=0755 --installed-list .installed.list --mantype="man"  --gnumake --install=all --exclude=doc
Installing to 
installing binary commands:         /tmp/ruby/install/trunk-yjit/bin
installing base libraries:          /tmp/ruby/install/trunk-yjit/lib
installing arch files:              /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing pkgconfig data:          /tmp/ruby/install/trunk-yjit/lib/pkgconfig
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0/x86_64-linux
installing extension objects:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0/x86_64-linux
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/x86_64-linux
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/site_ruby/3.4.0+0
installing extension scripts:       /tmp/ruby/install/trunk-yjit/lib/ruby/vendor_ruby/3.4.0+0
installing extension headers:       /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0/ruby
installing command scripts:         /tmp/ruby/install/trunk-yjit/bin
installing library scripts:         /tmp/ruby/install/trunk-yjit/lib/ruby/3.4.0+0
installing common headers:          /tmp/ruby/install/trunk-yjit/include/ruby-3.4.0+0
installing manpages:                /tmp/ruby/install/trunk-yjit/share/man/man1
installing default gems from lib:   /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    abbrev 0.1.2
                                    benchmark 0.3.0
                                    bundler 2.6.0.dev
                                    cgi 0.4.1
                                    csv 3.2.9
                                    delegate 0.3.1
                                    did_you_mean 1.6.3
                                    drb 2.2.0
                                    english 0.8.0
                                    erb 4.0.4
                                    error_highlight 0.6.0
                                    fileutils 1.7.2
                                    find 0.2.0
                                    forwardable 1.3.3
                                    ipaddr 1.2.6
                                    irb 1.11.0
                                    logger 1.6.0
                                    net-http 0.4.1
                                    net-protocol 0.2.2
                                    observer 0.1.2
                                    open-uri 0.4.1
                                    open3 0.2.1
                                    optparse 0.4.0
                                    ostruct 0.6.0
                                    pp 0.5.0
                                    prettyprint 0.2.0
                                    prism 0.19.0
                                    pstore 0.1.3
                                    rdoc 6.6.2
                                    readline 0.0.4
                                    reline 0.4.2
                                    resolv 0.3.0
                                    resolv-replace 0.1.1
                                    rinda 0.2.0
                                    ruby2_keywords 0.0.5
                                    securerandom 0.3.1
                                    set 1.1.0
                                    shellwords 0.2.0
                                    singleton 0.2.0
                                    syntax_suggest 2.0.0
                                    tempfile 0.2.1
                                    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/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    bigdecimal 3.1.5
                                    date 3.3.4
                                    digest 3.1.1
                                    etc 1.4.3
                                    fcntl 1.1.0
                                    fiddle 1.1.3
                                    io-console 0.7.2.dev.1
                                    io-nonblock 0.3.0
                                    io-wait 0.3.1
                                    json 2.7.1
                                    nkf 0.1.3
                                    openssl 3.2.0
                                    pathname 0.3.0
                                    psych 5.1.2
                                    stringio 3.1.1
                                    strscan 3.0.8
                                    syslog 0.1.2
                                    zlib 3.1.0
installing bundled gems:            /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0
                                    minitest 5.21.1
                                    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.3.4
                                    net-imap 0.4.9.1
                                    net-pop 0.1.2
                                    net-smtp 0.4.0.1
                                    matrix 0.4.2
                                    prime 0.1.2
                                    rbs 3.4.1
                                    typeprof 0.21.9
                                    debug 1.9.1
                                    racc 1.7.3
                                    mutex_m 0.2.0
                                    getoptlong 0.2.1
                                    base64 0.2.0
installing bundled gem cache:       /tmp/ruby/install/trunk-yjit/lib/ruby/gems/3.4.0+0/cache
$$$[end] "make install -j4" exit with 0.
$$$[beg] make yes-btest TESTOPTS='-q -j4'
PASS all 1873 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/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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/trunk-yjit/basictest/test.rb:assignment ....................................................................................................................................................................................................................................................................................................................................................................................OK 372
/tmp/ruby/src/trunk-yjit/basictest/test.rb:condition ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:if/unless ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:case .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:while/until ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:exception ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:array .......................................OK 39
/tmp/ruby/src/trunk-yjit/basictest/test.rb:hash ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:iterator ...........................................................................................................OK 107
/tmp/ruby/src/trunk-yjit/basictest/test.rb:float ................................................................................OK 80
/tmp/ruby/src/trunk-yjit/basictest/test.rb:bignum ...............................OK 31
/tmp/ruby/src/trunk-yjit/basictest/test.rb:string & char ..............................................................OK 62
/tmp/ruby/src/trunk-yjit/basictest/test.rb:assignment ..........OK 10
/tmp/ruby/src/trunk-yjit/basictest/test.rb:call ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:proc .........OK 9
/tmp/ruby/src/trunk-yjit/basictest/test.rb:signal ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:eval ...........................OK 27
/tmp/ruby/src/trunk-yjit/basictest/test.rb:system ........OK 8
/tmp/ruby/src/trunk-yjit/basictest/test.rb:const .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:clone .....OK 5
/tmp/ruby/src/trunk-yjit/basictest/test.rb:marshal ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:pack ....OK 4
/tmp/ruby/src/trunk-yjit/basictest/test.rb:math ..OK 2
/tmp/ruby/src/trunk-yjit/basictest/test.rb:struct ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:variable ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:trace ...OK 3
/tmp/ruby/src/trunk-yjit/basictest/test.rb:defined? ............OK 12
/tmp/ruby/src/trunk-yjit/basictest/test.rb:alias ......OK 6
/tmp/ruby/src/trunk-yjit/basictest/test.rb:path .......................OK 23
/tmp/ruby/src/trunk-yjit/basictest/test.rb:gc ....OK 4

test succeeded
$$$[end] "make yes-test-basic TESTS='-j4'" exit with 0.
$$$[beg] make yes-test-all TESTOPTS='--stderr-on-failure' TESTS='-j4'
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
Run options: 
  --seed=18327
  "--ruby=./miniruby -I/tmp/ruby/src/trunk-yjit/lib -I. -I.ext/common  /tmp/ruby/src/trunk-yjit/tool/runruby.rb --extout=.ext  -- --disable-gems"
  --excludes-dir=/tmp/ruby/src/trunk-yjit/test/.excludes
  --name=!/memory_leak/
  --stderr-on-failure
  -j4
  --exclude=rubygems/test_gem_package_task\.rb

# Running tests:

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

ruby -v: ruby 3.4.0dev (2024-01-17T04:13:43Z master 4216880261) +YJIT [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/trunk-yjit/include -I/tmp/ruby/src/trunk-yjit -I/tmp/ruby/src/trunk-yjit/prism -I/tmp/ruby/src/trunk-yjit/enc/unicode/15.0.0  
	CPPFLAGS =  -DYJIT_FORCE_ENABLE 
	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/trunk-yjit/yjit/target/release/' /tmp/ruby/src/trunk-yjit/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/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making srcs under enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
making trans
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for '/tmp/ruby/src/trunk-yjit/enc/trans'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
making encs
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefiles ext/configure-ext.mk
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/bigdecimal'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/fiddle'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/io/console'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/monitor'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/nkf'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/objspace'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pathname'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/socket'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/debug-1.9.1/ext/debug'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/racc-1.7.3/ext/racc/cparse'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/rbs-3.4.1/ext/rbs_extension'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$ /tmp/ruby/build/trunk-yjit/miniruby -I/tmp/ruby/src/trunk-yjit/lib /tmp/ruby/src/trunk-yjit/tool/runruby.rb --archdir=/tmp/ruby/build/trunk-yjit --extout=.ext -- /tmp/ruby/src/trunk-yjit/spec/mspec/bin/mspec-run -B /tmp/ruby/src/trunk-yjit/spec/default.mspec --error-output stderr --debug
description_with_yjit
     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 305.471298 seconds

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