# Logfile created on 2024-01-18 20:10:40 +0000 by logger.rb/v1.4.3
#<BuildRuby:0x000055a5c511a3d0 @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.20240118-201040", @ruby_env=[["RUBY_DEBUG", "ci"]], @make="make", @logger=#<Logger:0x000055a5c51a34a0 @level=0, @progname=nil, @default_formatter=#<Logger::Formatter:0x000055a5c51a3310 @datetime_format=nil>, @formatter=nil, @logdev=#<Logger::LogDevice:0x000055a5c51a3180 @shift_period_suffix="%Y%m%d", @shift_size=1048576, @shift_age=0, @filename="/home/ko1/ruby/logs/brlog.trunk-yjit.20240118-201040", @dev=#<File:/home/ko1/ruby/logs/brlog.trunk-yjit.20240118-201040>, @binmode=false, @mon_data=#<Monitor:0x000055a5c51a30b8>, @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
From https://github.com/ruby/ruby
   686b165..8a3e7f0  master     -> origin/master
Updating 686b165..8a3e7f0
Fast-forward
 prism_compile.c                 |  5 +++--
 test/ruby/test_compile_prism.rb | 21 +++++++++++++++++++++
 2 files changed, 24 insertions(+), 2 deletions(-)
Latest commit hash = 8a3e7f08b8
$$$[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/compile.c
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
1ccf29a4d303e91b79316036c11de3b1b88e175b300faf6e8b5762ea7b3f5735  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 enc.mk
making srcs under enc
making enc
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'enc'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'srcs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating transdb.h
transdb.h unchanged
generating makefiles ext/configure-ext.mk
making trans
ext/configure-ext.mk updated
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: 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]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'encs'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
generating makefile exts.mk
exts.mk unchanged
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/date'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/coverage'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest'
make[2]: Entering 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/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/monitor'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/json'
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/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]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/pty'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/rubyvm'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/ripper'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/psych'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/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]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/openssl'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/ext/syslog'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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]: 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]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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/ext/digest/sha2'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/ext/digest/sha2'
make[2]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[2]: 'ruby' is up to date.
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
make[1]: Entering directory '/tmp/ruby/build/trunk-yjit'
make[1]: Nothing to be done for 'note'.
make[1]: Leaving directory '/tmp/ruby/build/trunk-yjit'
$$$[end] "make all -j4" exit with 0.
$$$[beg] make install -j4
	BASERUBY = /usr/bin/ruby --disable=gems
	CC = gcc
	LD = ld
	LDSHARED = gcc -shared
	CFLAGS = -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 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.

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

ruby -v: ruby 3.4.0dev (2024-01-18T20:03:27Z master 8a3e7f08b8) +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
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/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/bigdecimal-3.1.6/ext/bigdecimal'
make[2]: Leaving directory '/tmp/ruby/build/trunk-yjit/.bundle/gems/bigdecimal-3.1.6/ext/bigdecimal'
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 170.947741 seconds

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